.wrapper_in {
	padding-top : 30px;
}	

/*  =PRICING
---------------------------------------------------*/

#pricing {
	padding-bottom : 20px;
}

.pricing_default {   
	width : 31%;
	margin : 0 1%;
	float : left;
	position : relative;
	padding-bottom : 30px;
	
	background : white;
	border : solid 1px #7FC6C8;
	border-radius : 3px;
}

.pricing_default ul {
	padding-bottom : 30px;
}

.pricing_default ul li {
	padding : 10px 30px 10px 40px;
}

.pricing_default ul li h5 {
	padding : 0;
	margin : 0;
	font-size : 14px;
	line-height : 15px;
	font-weight : 400;
	text-align : left;
}

.pricing_default ul li .exp {
	font-size : 14px;
	line-height : 23px;
	padding : 15px 0 0 15px;
}

.pricing_default ul li .exp i {
	font-size : 12px;
}


.pricing_default ul li .exp2 {
	font-size : 12px;
	padding : 10px 0 0 0px;
}


.pricing_default ul li.notactive h5, .pricing_default ul li.notactive .exp {
	color : silver;
}

.pricing_default .price {
	padding : 10px 0 0 0;
	text-align : center;
	height : 90px;
	font-weight : 300;
}

.price .price_amount {
	font-size: 44px;
	line-height : 40px;
	font-weight : 200px;
}

.price .price_currency {
	font-size : 18px;
	margin-left: 10px;
}

.price .price_explain {
	font-size : 13px;
	line-height : 20px;
	color : gray;
	display : block;
	padding : 0 10px;
}

.pricing_default h3 {
	padding : 0 0 5px 0;
	font-size : 26px;
	font-weight : bold;
	text-transform : uppercase;
}

.pricing_default a.signup, a.red_button {
	line-height : 50px;
	display : block;
	background: #e76b6b;
	color : white;   
	font-weight : 300;  
	margin : 0 auto;
	font-size : 16px;
	text-transform : uppercase;
	text-align : center;
	
	margin : 0 40px;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius : 3px;

    -webkit-transition: background-color ease .6s;
    -moz-transition: background-color ease .6s;
    -o-transition: background-color ease .6s;
    transition: background-color ease .6s;
}  

.pricing_default a.signup:hover {
	text-decoration : none;
	background : #d53b3b;
}

.pricing_default .current_plan {
	font-size : 16px;   
	text-align : center;
	text-transform : uppercase;

	line-height : 50px;
	font-weight : bold;
} 

.pricing_inside {
	float : none;
	width : 100% !important;
	margin : 0 0 20px 0;
}

.pricing_inside ul, .pricing_inside a.signup {
	display : none;
}

.pricing_adults {
	border-color : #414141;
	width : auto;
	float : none;
	margin-top : 30px;
}

.pricing_adults a.signup {
	width: 270px;
	margin : 0 auto;
	background : #414141;
}


.radio_list {
	margin-bottom : 20px;
	border : solid 1px #E2E7E2;
	background : white;
}

.radio_list li {
	height : 180px;
	border-bottom : solid 1px #E2E7E2;
}

.radio_list li input {
	width : 30px;
	height : 180px;
	margin-right : 20px;
	margin-left : 20px;
	float : left;
	
}

.radio_list label {
	padding-top : 20px;
	float : left;
}

.radio_list label:hover {
	cursor: pointer;
}

.radio_list i {
	font-size : 32px;
}

.radio_list li.redirect_message {
	background-color : #fbf9fb;
	background-position : center 20px;
	background-repeat : no-repeat;
	padding : 120px 20px 20px 20px;
	height : auto;
	font-weight : 400;
	font-size : 12px;
	text-align : center;
	border:0;
}


.plan_show_more {
	position : absolute;
	bottom : 0;
	right : 0;
	width : 100%;
	line-height : 30px;
	text-align : center;
	border-top : solid 1px #7FC6C8;
	
	color : #7FC6C8 !important; 
	font-size : 11px;
	display : none;
}

.pricing_inside .plan_show_more {
	display : block;
}

.membership_title {
	text-align : center;
	padding : 40px 0 15px 0;
}

.valid_period {
	width : 100%;
	text-align : center;
	position : absolute;
	left : 0;
	bottom : 10px;
}

.pricing_explain {
	padding : 15px 30px;
	font-size : 14px;  
}   

.pricing_explain img {
	border: solid 5px #F8F8F8;
}

.pricing_explain h5 {
	font-size : 16px;
	font-weight : bold;
} 

.pricing_explain h3 {
	font-size : 13px;
	font-weight : bold;  
	padding : 10px 0 0;  
	color : black;
} 

.pricing_default .price_discounted .price_amount, .pricing_default .price_discounted .price_currency {
	font-size : 19px;
	text-decoration: line-through;
	margin : 0;
	color : gray;
}

.pricing_default .price_discounted .price_amount_discounted {
	font-size : 44px;
}

.pricing_default .price_discounted .price_currency_discounted {
	font-size : 16px;
	margin : 10px;
}


.price_discount {
	position : absolute;
	top : -25px;
	right : 30px;
	width : 50px;
	line-height : 50px;
	border : 60px;
	font-size : 14px;
	font-weight : bold;
	color : white;
	background : #7FC6C8;
	border-radius : 50%;
}


.wide_prices .lifetime {
	width : 100% !important;
	
}

.users_registration .pricing_default {
	width : 100%;
	margin : 0;
}

.accept_list {
	width : 750px;
	margin : 0 auto;
}

.accept_list li {
	text-align : center;
	float : left;
}

.accept_list_2 li {
	width : 50%;
}

.accept_list_3 li {
	width : 33.33%;
}

.form_membership {
	padding : 30px 30px;
	background : #FAF8FA;
	font-size : 21px;
	margin-bottom : 20px;
}

.form_membership .input {
	padding : 0;
}

.form_membership .input input {
	max-width : 200px;
	line-height : 20px;
	padding : 2px 10px;
	background : white;
	font-size : 12px;
}



/*
#contacts_form .input input, #contacts_form .input textarea {
	width : 600px;
}
*/

.contacts_option {
	width : 25%;
	height : 100px;
	float : left;
	padding-top : 80px;
	text-align : center;
	font-size : 18px;
}


#left .pricing_default {   
	margin : 0;
	float : none;
	width : 100%;
}


#heading_content, #heading_content_center {
	color : white;
	font-size : 18px;
	padding-top : 20px;
	font-weight : 300;
}

#heading_content_center {
	text-align : center;
}


.heading_small h1 {
	font-size : 60px;
	line-height : 70px;
	font-weight : bold;
	text-shadow : none;
	text-align : center;
}


.heading_gradient {
	background: #7fc6c8; /* Old browsers */
	background: -moz-linear-gradient(left,  #7fc6c8 0%, #1ecd8f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #7fc6c8 0%,#1ecd8f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #7fc6c8 0%,#1ecd8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc6c8', endColorstr='#1ecd8f',GradientType=1 ); /* IE6-9 */
}


#s_wrapper {
	width : 700px;
	margin : 30px auto 0 auto;
}

#jobs_tabs {
	background : white;
	height : 100px;
	margin-top : -102px;
	position : relative;
}

#jobs_tabs_in {
	width : 700px;
	margin : 0 auto;
}


a.jobs_tab {
	display : block;
	width : 50%;
	float : left;
	text-align : center;
	line-height : 100px;
	height : 100px;
	font-size : 16px;
	font-weight : bold;
	position : relative;
	color : #666666;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.jobs_tab span {
	font-size : 40px;
	font-weight : 400;
}

a.jobs_tab_right {
	border-left: solid 1px #25cd94;
}

a.jobs_tab:hover, a.jobs_tab_selected {
	color : black;
}

a.jobs_tab_selected:after {
	bottom: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(37, 205, 148, 0);
	border-bottom-color: #25cd94;
	border-width: 10px;
	margin-left: -10px;
}

a.jobs_button, a.jobs_button:visited {
	background : #634271;
}

a.jobs_button:hover {
	background : #634271;
}

.jobs_or {
	padding : 0 30px;
	float : left;
	line-height : 35px;
		text-align :center;
}



/*  =GT MAP
---------------------------------------------------*/

.gt_stats {
	margin: -250px auto 0 auto; 
	height: 250px; 
	width: 500px;
}

.gl_box {
	width : 50%;
	height :130px;
	float: left;
	font-size : 90px;
	font-weight : 300;
	line-height : 90px;
	
	color : white;
	text-align : center;
}

.gl_box span {
	font-size : 14px;
	line-height : 40px;
	display : block;
	font-weight : 300;
}

ul.gl_list li {
	width : 25%;
	float : left;
	padding : 5px 0;
}

a.gt_name {
	font-weight : 400;
	color : #4d4d4d;
	display : block;
}

a.gt_url {
	font-size : 12px;
}

#black_friday {
	background : black;
	height : 400px;
	margin-top : -200px;
	position : relative;
	text-align: center;
	padding-top : 40px;
	font-size : 48px;
	line-height : 50px;
	color : white;
}

#pr_left, #pr_right {
	width: 70%;
	float : left;
	padding-right : 40px;
	margin-top : 40px;
	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#pr_right {
	width: 30%;
	border : solid 1px #E2E7E2;
	padding : 30px;
}

#pr_right a {
	display : block;
	padding : 10px 0;
	font-weight : 400;
	border-bottom : solid 1px #E2E7E2;
}

ul#pr_links {
	margin-left: 50px;
	padding : 20px 0;
}

ul#pr_links li {
	display : block;
	padding : 2px 0;
}

ul#pr_links li a {
	font-weight : 400;
}


#pr_content h2 {
	border-bottom : solid 1px #E2E7E2; 
	padding : 20px 0;
	margin : 0 0 20px 0;
	text-align:left;
	font-size : 26px;
}

#pr_content ul {
	list-style-type: disc; 
	margin-left: 50px;
}

#pr_content ul li {
	padding-bottom : 10px;
}


#pr_content ul ul {
	list-style-type: circle; 
	padding-top : 10px;
}

#small_wrapper {
	width : 800px;
	margin : -200px auto 0 auto;
	background : white;
	position : relative;
	padding : 30px;
	box-shadow : 0 3px 3px rgba(0, 0, 0, 0.10);
}

.exp_box {
	padding : 30px;
	position : relative;
	background : #f5f8f7;
	margin : 20px 0;
}

.exp_box h6 {
	font-size : 19px;
	font-weight : bold;
	padding-bottom : 20px;
}

.exp_box .num {
	font-weight: 300;	
	margin-right : 5px;
	font-size : 12px;
}

.fixed_div {
	position : fixed;
	top : 50%;
	left : 50%;
	background : white;
	
	width : 300px;
	margin : -150px -150px 0 0;

	display : none;
	z-index : 9999;
}

.fixed_div h5 {
	font-size: 31px;
	font-weight : 300;
	line-height : 90px;
	text-align : center;
}

.fixed_div .content {
	padding : 30px;
	background : #F7F7F7;
	border-top : solid 1px #EEECEC;
	position : relative;
}

#cities_box {
	width : 800px;
	height : 430px;
	margin-left : -400px;
	margin-top : -225px;
}

.fixed_div ul {
	overflow-y : scroll;
	height : 250px;
}

.fixed_div .filters input {
	width : 100%;
	padding : 12px 30px 12px 40px;
	margin-bottom : 20px;
	border : 0;
	background : white;
}


#locations_box {
	height: 260px; 
	border: solid 1px #E3E3E3; 
	background: #f9f9f9;
	overflow: auto;
}

#locations_list ul, #locations_list li {
	list-style : none;
}

#locations_list li {
	border-bottom: solid 1px #E3E3E3;
	padding : 5px 10px;
	font-size : 13px;
	background-color  : #f9f9f9;
}

#locations_list li i {
	font-size : 16px;
	margin-right : 10px;
	color : gray;
}

#locations_list li.selected {
	background-color : white;
	color : black;
}

#locations_list li.selected i {
	color : #24ba95;
}

#locations_list li:hover {
	color : black;
	background-color : white;
	cursor : pointer;
}

#selected_categories {
	color : #24ba95;
	font-size : 13px;
}

#wrapper {
	width : 750px;
	margin : 0 auto;
}


@media screen and (max-width: 990px) {
	.gt_stats {
		margin: -200px auto 0 auto; 
		height: 200px; 
	}

	#heading_content {
		display : none;
	}

	#pr_content h2 {
		border-bottom : solid 1px #E2E7E2; 
		padding : 20px 0;
	}

	#pr_content ul {
		margin-left: 20px;
	}
	
	#pr_left, #pr_right {
		margin : 30px 0;
		padding : 0;
		width : auto;
		float : none;
	}
	
	#pr_right {
		padding : 20px;
	}

	ul#pr_links {
		margin-left: 0;
	}

	#small_wrapper {
		width : auto;
		margin  : -150px 15px 0 15px;
		padding : 15px 0;
	}
	
	.fixed_div {
		width : 90% !important;
		margin-left: -45% !important;
	}
	
	#find_city {
		margin : 10px 0 0 0;
		display : block;
		text-align : center;
		padding : 0;
	}
}





@media screen and (max-width: 750px) {

	.pricing_default {   
		width : auto;
		margin : 0 15px 30px 15px;
		float : none;
		box-sizing: border-box;
	}
	
	.pricing_inside {   
		margin : 0 0 20px 0;
	}
	
	
	ul.gl_list li {
		width : 100%;
		line-height : 30px;
		border-bottom : solid 1px #f3f3f3;
	}


	a.gt_name {
		margin-left: 15px;
		float : left;
	}

	a.gt_url {
		float : right;
		margin-right: 15px;
	}
	
	#jobs_tabs_in {
		width : 100%;
	}
	
	#s_wrapper {
		width : auto;
		padding : 0 15px;
	}

	.jobs_or {
		float : none;
		width : 100%;
		padding : 0;
	}
	
	.accept_list {
		width : auto;
	}
	
	.accept_list li {
		width : 100%;
		float : none;
		padding : 10px 0;
	}
	
	#locations_list li {
		padding : 8px 10px;
		line-height : 16px;
		font-size : 12px;
	}
	
	.pricing_adults a.signup {
		width: auto;
		margin : 0 40px;
	}
}

@media screen and (max-width: 570px) {
	.gt_stats {
		width : 320px;
	}

	.gl_box {
		font-size : 60px;
		line-height : 60px;
	}

	.heading_small h1 {
		font-size : 40px;
		line-height : 50px;
		font-weight : bold;
	}
}


@media screen and (max-width: 415px) {
	.form_membership {
		padding : 30px 20px;
		font-size : 18px;
	}
	
	
}

@media screen and (max-width: 320px) {
	.radio_list li {
		height : 150px;
		border-bottom : solid 1px #E2E7E2;
	}

	.radio_list li input {
		height : 150px;
	}
	
	.radio_list li img {
		width: 140px;
	}
}


