#friends_lists {
	display:none;
}

.footer_stats {
	display: none;
}

h1 {
	font-size:28px;
	text-align:center;
	margin:35px 0px;
}

.start_steps {
	display:table;
	width:100%;
	table-layout:fixed;
	font-size:16px;
	border-spacing: 5px;
    border-collapse: separate;
	margin-bottom:25px;
}

.start_step {
	display:table-cell;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	border-bottom: #CCC 10px solid;
	padding:0px 0px 5px 0px;
	color:#999;
}

.start_step_active, .start_step_active_nolink {
	border-bottom-color:#424851;
	color: #424851;
}

.start_step_active:hover {
	cursor:pointer;
	border-bottom-color:#33B2E9;
}

.start_step_current {
	border-bottom-color:#33B2E9;
	color:#424851;
}

.section, .section_2, .section_3, .section_4, .section_4_3, .section_3_2, .section_wide, .section_wide_3, .section_wide_2, .section_wide_3_2, .section_wide_4 {
	margin-bottom: 15px;
	padding: 25px 25px;
	margin-top: 0px;
}

.startInput, .startText {
	width: 500px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 16px;
}

textarea.startText {
	line-height: 26px;
	padding-top: 15px;
	height:auto;
	min-height: 150px;
	width: 500px;
}

.labelHelp {
	font-style:italic;
	color:#999;
	padding-top: 10px;
}

.section_wide_4 {
	min-height:340px;
}

.section_wide_4:hover {
	-webkit-animation: hover_box 0.5s; /* Chrome, Safari, Opera */
    animation: hover_box 0.5s;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
	cursor:pointer;
}

.section_wide_4 h3 {
	margin:-20px -25px 10px -25px;
	padding:15px 0px;
}

.section_wide_4 .start {
	text-align:center;
	padding-top:25px;
}

.section_wide_4 .start a{
	min-width:140px;
}

.costum_price h3 {
	background-color: #CCC;
	color:#FFF;
}

.budget_price h3 {
	background-color:#899ea6;	
	color:#FFF;
}

.normal_price h3 {
	background-color:#50b9b0;
	color:#FFF;
}

.pro_price h3 {
	background-color:#dfb225;
	color:#FFF;	
}

.subtitle {
	text-align:center;
	font-size: 14px;
	padding-top:10px;
	height:50px;
}

.price, .price_default {
	text-align:center;
	font-size: 24px;
	padding:20px 0px 10px 0px;
	color:#424851;
}

.price_default {
	color: #ccc;
	text-decoration: line-through;
	font-size: 16px;
	padding:7px 0px 0px 0px;
	margin-bottom: -10px;
}

.normal_price .subtitle {
	color:#50B9B0;
	font-size:18px;
}

.package_selected {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.65);
	margin-top:-5px;
	min-height:360px;
}

.package_selected h3 {
	padding:25px 0px;
	color:#FFF;
}

.check {
	background:url(../images/bullet_ok.png) no-repeat 0 0;
	padding-left:25px;
	padding-bottom:10px;
	text-align: left;
}

.section_wide_4 h1, .section_wide_4 h2, .section_wide_4 h3 {
	text-align:center;
}

.section_wide_4 h3 {
	font-size: 1.5em;
}

.innerbox {
	border-bottom-width: 3px;
}

#guaranteed, #closed, #one_on_one {
	background-image: url("./images/icons/guaranteed_small.png");
	background-position: top 10px right 10px;
	background-repeat:no-repeat;
}

#closed {
	background-image: url("./images/icons/closed_small.png");
}

#one_on_one {
	background-image: url("./images/icons/on-on-one_small.png");
}

.prices_subtitle {
	padding:20px 0px 30px 0px;
	text-align:center;
}

.section_guaranteed {
	margin-top:25px;
}

.hover_box {
	display:inline-block;
}

.hover_box a {
	padding:30px 10px 10px 10px ;
	margin:10px;
	background-color:#F3F3F3;
	-webkit-box-shadow:none;
	box-shadow:none;
	width: 185px;
	height:65px;
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
}

.hover_box a:hover {
	-webkit-animation: hover_box 0.5s; /* Chrome, Safari, Opera */
    animation: hover_box 0.5s;
	cursor:pointer;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
	background-color:#FFF;
	text-decoration:none;
}

.hover_box_active a:hover, .hover_box_active a {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
	background-color:#FFF;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes hover_box {
    from {box-shadow: none ; }
    to { box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24); }
}

/* Standard syntax */
@keyframes hover_box {
    from {	box-shadow: none ; }
    to { box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24); }
}

.contest_select_category {
	text-align:center;
}

.from_price {
	color:#999;
	font-style:italic;
	font-size:14px;
	padding-top:10px;
}

.guaranteed_table {
	display:table;
	width:100%;
}

.guaranteed_table label {
	display: table-cell;
}

.promo_table {
	display:table;
	width:100%;
}

.promo_table label {
	display: table-cell;
}

.promo_table .innerbox {
	height:190px;
}

.total_row {
	border-bottom:1px solid #CCC;
	line-height:25px;	
	}
	
	.task_row {
		border-bottom: none;
	}
	.total_description, .total_amount {
		width:auto;
		display:inline-block;
	}
	
	.total_price, .total_price_amount {
		width:170px;
		float:right;
		text-align:right;
		padding-right:20px;
		}
		
		.total_price_amount {
			border-bottom:1px solid #CCC; 
			width:160px;
		}
	
	.total_amount{
		text-align:right;
	}
	
	.termsofuse {
		padding-bottom:15px;
	}

#step3prices .loadingdiv{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	color:#999;
	min-height:204px;
}

.tip {
	font-style: italic;
	color: #666;
}

.promo_text {
	font-size:16px;
	background-position:left;
	background-repeat: no-repeat;
	font-size: 14px;
}

.promo_link, .promo_close {
	display:none;
}

.are_you_freelancer {
	display: none;
}

.section_table {
    width: 100%;
}

.start_header {
	background-color: #ffffff;
	color: #86898E;
	padding: 5px 0px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
}

.start_header_right {
	float: right;
	margin-top: 5px;
}

.section_row {
	vertical-align: top;

}
.row_title, .row_title_text {
	width: 190px;
	font-weight: bold;
}

.row_title {
	padding-top: 11px;
}

.example_designs {
	text-align: center;
}

.example_designs a.bigbutton {
	text-align: center;
	margin: 15px 0px;
}

.example_logo {
	display: inline-block;
	box-shadow: 0 0 3px #999999;
	transition: box-shadow 0.4s;
	cursor: pointer;
	margin: 13px 13px;
}

.example_check {
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	position: absolute;
	margin: 15px 0px 0px 15px;
	padding: 5px 5px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:5px solid  #cccccc;
	box-shadow:0 1px 6px #797979;
}

.example_check svg {
	width: 20px;
	height: 20px;
	padding: 5px 0px 0px 5px;
	display: none;
}

.example_check svg path {
	fill: #ffffff;
}

.example_logo:hover {
	box-shadow: 0 0 9px #797979;
	cursor: pointer;
}

.example_logo img {
	width: 270px;
	height: 202px;
}

.example_logo p {
	font-style: italic;
    color: #999;
    font-size: 16px;
    text-align: center;
}

.example_logo_selected {
	background-color: #33BAB0;
	color: #ffffff;
}

.example_logo_selected .example_check {
	background-color: #33BAB0;
	width: 30px;
	height: 30px;
	border:none;
}

.example_logo_selected .example_check svg {
	display: block;
}

.example_logo_selected img {
	width: 264px;
	height: 196px;
	margin: 3px 3px 3px 3px;
}

.example_logo_selected p {
	color: #ffffff;
}

.color_scheme {
	border:3px solid #ffffff;
	box-shadow: 0 0 3px #999999;
	transition: box-shadow 0.4s;
	width: 400px;
    height: 45px;
    padding: 3px 3px;
    margin: 15px 30px 15px 0px;
    display:inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.color_scheme:hover {
	box-shadow: 0 0 9px #797979;
}

.color {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color:#336699;
	vertical-align: middle;
}

.color_aqua .color {
	background-color:#49b8c4;
}

.color_red .color {
	background-color:#ff0000;
}

.color_purple .color {
	background-color:#cc00ff;
}

.color_pink .color {
	background-color:#ff00ba;
}

.color_blue_light .color {
	background-color:#00f0ff;
}

.color_yellow .color {
	background-color:#f6ff00;
}

.color_orange .color {
	background-color:#ffa800;
}

.color_black_white .color {
	background-color:#4a4a4a;
}

.brand_option, .radio_option, .checkbox_option, .main_category {
	width: 200px;
	text-align: center;
	display: inline-block;
    box-shadow: 0 0 3px #999999;
    transition: box-shadow 0.4s;
    cursor: pointer;
    margin: 13px 13px;
    padding: 10px 10px;
    border:3px solid #ffffff;
}

.brand_option svg, .radio_option svg, .checkbox_option svg, .main_category svg {
	width: 70px;
	padding: 20px 0px;
}

.color_check, .brand_check, .radio_check, .checkbox_check {
	display: inline-block;
	margin: 0px 0px;
	width: 16px;
	height: 16px;
	position: absolute;
	margin: 5px 0px 0px 15px;
	padding: 5px 5px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	vertical-align: middle;
	background-color: #ffffff;
	border:5px solid  #cccccc;
}

.brand_check, .radio_check, .checkbox_check {
	margin: 5px 0px 0px 5px;
	display: block;
	text-align: center;
}

.color_check svg, .brand_check svg, .radio_check svg, .checkbox_check svg {
	width: 20px;
	height: 20px;
	padding: 4px 0px 0px 3px;
	display: none;
}

.brand_check svg, .checkbox_check svg {
	padding: 3px 0px 0px 0px;
}

.checkbox_option img {
	padding: 25px 0px 25px 0px;
}

.color_check svg path, .brand_check svg path, .radio_check svg path, .checkbox_check svg path {
	fill: #ffffff;
}

.color_scheme_selected, .brand_option_selected, .radio_option_selected, .checkbox_option_selected, .main_category {
	border:3px solid #33BAB0;
}

.color_scheme_selected svg {
	display: block;
}

.brand_option_selected svg, .radio_option_selected svg, .checkbox_option_selected svg, .main_category svg {
	display: inline-block;
}

.color_scheme_selected .color_check, .brand_option_selected .brand_check, .checkbox_option_selected  .checkbox_check, .main_category .brand_check{
	background-color:#33BAB0;
	width: 26px;
	height: 26px;
	border:none;
}

.brand_option_selected .extra {
	opacity: 0;
}

.radio_option_selected .radio_check {
	border: 11px #33BAB0 solid;
	width: 4px;
    height: 4px;
}

#specify_colors {
	display: none;
}

.suprise_me {
	width: 300px;
    display: inline-block;
    padding: 0px 20px;
    vertical-align: middle;
    line-height: 45px;
    font-size: 16px;
}

.next_step {
	padding: 15px 5px;
}

.next_step a {
	margin-right: 15px;
}

.radio_option img {
	padding: 25px 0px;
}


.excluded_countries, .whitelisted_users {
	display: flex;
	flex-wrap: wrap;
}

.excluded_country, .whitelisted_user {
	border-radius: 3px;
	background-color: #b50001;
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-right: 5px;
    margin-bottom: 5px;
}

.excluded_country svg , .whitelisted_user svg {
	width: 15px;
	height: 15px;
	display: block;
}

.excluded_country svg path , .whitelisted_user svg path {
	fill: #ffffff;
}

.excluded_country_name {

}

.excluded_country_action , .whitelisted_user_action {
	text-align: right;
	padding-left: 10px;
	cursor: pointer;
}

.whitelisted_user {
	background-color: #4fb0ef;
}

@media (max-width: 767px) {
	
	.startInput, .startText {
		width: 100% !important;
		margin-bottom:10px;
	    box-sizing: border-box;
	}
	
	.section_shadow {
		padding-left:10px;
		padding-right:10px;
	}
	
	.guaranteed_table, .guaranteed_table label, .promo_table , .promo_table label, .your_details_table, .your_details_cell {
		display:block !important;
	}
	
	.promo_table .innerbox {
		height: auto;
	}
	
	.start_step {
		text-align:center;
		font-size:16px;
	}
	
	.step_description {
		display:none;	
	}
	
	.start_step_current .step_description {
		display:block;
	}
	
	.start_step_current {
		width: 60%;
		font-size: 14px;
	}

	h1 {
	    font-size: 20px;
		margin: 20px 0px;
	}
	
	.start_header h2 {
	    margin-top: 0px;
	}

	.start_header {
	    padding: 0px 0px 5px 0px;
        margin: 0px 0px 5px 0px;
   	}

   	.row_title, .row_title_text {
   		padding: 10px 0px;
   	}

   	.next_step a {
   		width: 100%;
   		box-sizing: border-box;
   		height: 42px;
   		text-align: center;
   	}

   	.next_step a.red {
   		margin-bottom: 25px;
   	}

   	.radio_option, .checkbox_option {
   		width: 100% !important;
	    box-sizing: border-box;
	    margin: 5px 0px;
   	}
	
}

.file_upload_section th.file_owner_row, .file_upload_section td.file_owner_row {
	display:none;
}

