/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


@font-face {
  font-family: 'ReenieBeanie';
  src: url('fonts/ReenieBeanie.eot?#iefix') format('embedded-opentype'),  
  url('fonts/ReenieBeanie.woff') format('woff'), 
  url('fonts/ReenieBeanie.ttf')  format('truetype'), 
  url('fonts/ReenieBeanie.svg#ReenieBeanie') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	color: #300000;
}
body.material  #header-outer .quivertree_header #logo,
body.material #header-outer.small-nav #logo {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.quivertree_header .bottom-header {
	position: absolute;
	margin-top: -5px;
}
.quivertree_header {
	border-bottom: 5px solid #c1cf22;
}
.quivertree_header .top-header >.container{
	max-width: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.nectar-highlighted-text {
	text-align: center;
	font-size: 16px;
	width: 780px;
	margin: auto;
	max-width: 100%;
}
.nectar-highlighted-text h3{
	font-size: 24px;
	
}
.nectar-highlighted-text  h2{
	font-size: 60px;
	font-family: ReenieBeanie,sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}
/*
.box_text .span_12 .vc_col-sm-6 {	
	margin: 0;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;	
}
*/
.box_text .span_12 .textbox {
	color: #fff;
	font-size: 16px;
	
}
.box_text .span_12 {
	display: flex;
	flex-wrap: wrap;
}
.box_text  h2{
	font-family: ReenieBeanie,sans-serif;
	font-size: 60px;
	color: inherit;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1em;
}
.textbox  .vc_column-inner{
	position: relative;
	padding: 50px;
}
.textbox.vc_col-sm-6 .vc_column-inner{
	margin-right: -15px;
}
.box_text .img-with-aniamtion-wrap .hover-wrap{
	position: absolute;
	height: 100%;
	left: -15px;
	right: 0;
}
.box_text .vc_col-sm-6:not(.textbox) .vc_column-inner{
	display: block;
	position: static;
}
.box_text .column_container >.vc_column-inner img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;	
	height: 100%;
	object-fit: cover;
}
.box_text {
	border-radius: 8px;
	border: 1px solid #fff;
	overflow: hidden;
}
.feature_strips {
	color: #fff;
}
.feature_strips  .span_12>.column_container>.vc_column-inner{
	padding-top: 100%;
	position: relative;
}
.feature_strips  .span_12>.column_container>.vc_column-inner>.wpb_wrapper {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	border-radius: inherit;
	transition: 0.3s all;
}
.feature_strips  .span_12>.column_container>.vc_column-inner>.wpb_wrapper:hover {
	background-color: rgba(0,0,0,0.5);
}
.feature_strips h3{
	font-size: 36px;
	text-transform: uppercase;
	color: inherit;
	margin-top: auto;
	font-weight: 500;
	transform: translateY(40px);
	transition: 0.3s all;
}
.feature_strips .nectar-button:last-child {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	
}
.feature_strips .nectar-button{
	visibility: hidden;
	opacity:0;
}
.feature_strips .wpb_text_column {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 30px;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s all;
	opacity:0;
	
}
.feature_strips .vc_column-inner:hover h3{
	transform: translateY(-0%);
}
.feature_strips .vc_column-inner:hover .wpb_text_column{
	max-height: 105px;
	opacity:1;
}
.feature_strips .vc_column-inner:hover .nectar-button{
	visibility: visible;
	opacity:1;
}
.og_testimonial {
	display: flex;	
}
.og_testimonial .col_te {
	display: flex;
	flex-grow: 1;
	flex: 0 0 50%;
	max-width: 50%;
	flex-direction: column;
	
}
.testimonial_slider[data-style="minimal"] .slides {
	max-width: inherit;
}
.testimonial_slider[data-style="minimal"] blockquote{
	padding: 0;
	
}
.testimonial_slider[data-style="minimal"] blockquote .og_testimonial{
	margin-bottom: -40px;
	border-radius: 8px;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
}
.testimonial_slider[data-style="minimal"] blockquote .og_testimonial .text_box:before,
.testimonial_slider[data-style="minimal"] blockquote .og_testimonial .text_box:after{
	width: 45px;
	height: 36px;
	background: url("images/quote.png") no-repeat center;
	content: '';
	display: inline-block;	
	position: absolute;
	background-size: 100%;
	
}
.testimonial_slider[data-style="minimal"] blockquote .og_testimonial .text_box:before {
	top: 15px;
	left: 20px;	
}
.testimonial_slider[data-style="minimal"] blockquote .og_testimonial .text_box:after {
	bottom: 15px;
	right: 20px;
	transform: rotate(180deg);	
}
.testimonial_slider[data-style="minimal"] .controls {
	display: none;
}
.testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev{
	left: -40px;
	margin-top: 0;
}
.testimonial_slider[data-style="minimal"] .testimonial-next-prev .next{
	right: -40px;
	margin-top: 0;
	text-align: right;
}
.testimonial_slider blockquote::before{
	display: none;
}
.og_testimonial  .text_box {
	padding: 50px;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	background-color: rgba(0,0,0,0.3);
	line-height: 1.4em;
	position: relative;
}
.og_testimonial  .text_box .quote_text {
	margin-bottom: 20px;
}
.og_testimonial h3{
	font-family: ReenieBeanie,sans-serif;
	font-weight: normal;
	color: inherit;
	font-size: 34px;
	margin: 0;
	line-height: 1.3em;
}
.og_testimonial h4{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: inherit;
	line-height: 1.3em;
	margin: 0!important;
}
.og_testimonial .image_box {
	position: relative;
}
.og_testimonial .image_box img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	object-fit: cover;
	margin: 0;
}
.gallery a img {
	background: none;
	border: none!important;
	display: block;
	margin: auto;
	width: auto;
	
}
.newsletter_row {
	padding-top: 35vw;	
}
.home_sliders .swiper-slide .content h2{
	font-size: 24px;
}
.home_sliders .swiper-slide .content p{
	font-family: ReenieBeanie,sans-serif;
	font-size: 60px;
	line-height: 1em;
}
.home_sliders .swiper-slide .content>*{
	
	margin: auto;
	max-width: 660px;
}
.home_sliders .swiper-slide .button.solid_color a.extra-color-3 {
	background-color: rgba(255,255,255,0.3)!important;
}
.swiper-container .slider-prev {
	border-radius: 0px 30px 30px 0px!important;
}
.swiper-container .slider-next{
	border-radius: 30px 0px 0px 30px!important;
}
#footer-outer {
	background-image: url("images/footer_bg.png");
	background-position: bottom left;
	background-color: #fff;
	background-repeat: no-repeat;
}
#copyright .span_5 {
	width: calc(100% - 250px);
	text-align: center;
	margin: 0;
}
#copyright .span_5 p {
	margin-right: -250px;
	padding: 0 250px;
}
#copyright .span_7 {
	width: 250px;
}
#footer-outer #footer-widgets .row {
	padding-top: 25px!important;
	padding-bottom: 175px!important;
}
#footer-widgets {
	color: #52555a;
}
#footer-outer .widget h4{
	color: #1c9a8e;
	margin-bottom: 0!important;
}
#footer-outer  .social a .fa{
	width: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	color: #fff!important;
}
#footer-outer  .social a .fa-twitter{
	background-color: #b7ca33!important;
	
}
#footer-outer  .social a .fa-facebook{
	background-color: #219c8f!important;
	
}
#footer-outer  .social a .fa-instagram{
	background-color: #ee5423!important;
	
}
#footer-outer #copyright li {
	margin-left: 5px;
}
.search-form-strip {
	text-align: center;
	max-width: 960px;
	padding: 0 15px;
	margin: auto;
}
.search-form-strip label{
	font-size: 36px;
	color: #b8c900;
	font-weight: 300;
	text-transform: uppercase;
}
.search-form-strip ._groups {
	display: flex;
	flex-wrap: wrap;
}
.search-form-strip ._groups .select_cate {
	flex-grow: 1;
	padding-left: 15px;
}
.search-form-strip ._groups .select_cate select{
	height: 100%;
	-webkit-appearance: none;
}
.search-form-strip ._groups .search-submit {
	flex: 0 0 160px;
	margin-left: 15px;
	margin-bottom: 0;
}
.search-form-strip h2{
	font-size: 60px;
	font-family: ReenieBeanie,sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 1em;
}
.home_sliders .strip_wraps_search{	
	position: absolute;
}
.strip_wraps_search   {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0 20px;
	background: rgba(0,0,0,0.4);
	z-index: 999;
}
.home_sliders .wpb_wrapper > div{
	margin-bottom: 0;
}
.bottom-header {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	color: #fff;
}
.bottom-header h2{
	color: #fff;
	font-size: 25px;
	line-height: 2.0em;
	font-weight: 500;
	text-transform: uppercase;
}
.small-nav .bottom-header {
	display: none;
}
.ff-stream {
	background: transparent!important;
}
.widget  .ff-header h1{
	font-size: 36px;
	margin: 0!important;
	font-family: ReenieBeanie,sans-serif;
}
.widget .ff-stream-wrapper {
	margin-top: 0;
}
.widget .ff-stream-wrapper.ff-infinite > li{
	margin-top: 0!important;
	margin-bottom: 20px!important;
}
/** fixed stream icon **/
#ff-stream-1 .ff-header h1:before{
	
	content: "\f09a";
	font-family: FontAwesome;
	font-size: 16px;
	background-color: #219c8f ;
	line-height: 34px;
	width: 34px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
#ff-stream-2 .ff-header h1:before{
	
	content: "\f16d";
	font-family: FontAwesome;
	font-size: 16px;
	background-color: #ee5423 ;
	line-height: 34px;
	width: 34px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
#ff-stream-3 .ff-header h1:before{
	
	content: "\f09a";
	font-family: FontAwesome;
	font-size: 16px;
	background-color: #b7ca33;
	line-height: 34px;
	width: 34px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.pageper_bg {
	background: url("images/pager-context.jpg") repeat top center;
	min-height: 100vh;
	padding-bottom: 0;
}
.banner img{
	vertical-align: top;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner {
	text-align: center;
	position: relative;
	min-height: 320px;
}
.banner .container {
	color: #fff;
	position: relative;
}
.banner h1{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 60px;
	color: inherit;
	margin-bottom: 30px;
}
.banner h2{
	font-size: 60px;
	color: inherit;
	font-family: ReenieBeanie,sans-serif;
	font-weight: normal;
}
.banner .wrap-text {
	max-width: 960px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 15px;
}
.destination_info h2.title{
	font-family: ReenieBeanie,sans-serif;
	font-weight: normal;
	font-size: 60px;
	margin-bottom: 15px;
}
.destination_info {
	color: #333;
	width: 400px;
	float: right;
	max-width: 100%;
}
.destination_info .table-fastfact {
	font-size: 16px;
	width: 100%;
}
.destination_info .table-fastfact th{
	font-weight: 600;
	text-transform: uppercase;
}
.strips_list .item{
	display: flex;
	margin-top: 30px;
}
.strips_list .item:first-child{
	margin-top: 0;
}
.strips_list .item .wrap_col {
	flex: 0 0 50%;
	max-width: 50%;
}
.strips_list img{
	max-width: 100%;
	height: auto;
}
.strips_list .item {
	border: 2px solid #fff;
	border-radius: 8px;
	overflow: hidden;
}
.strips_list .item .content {
	padding: 50px;
	color: #fff;
	background: rgba(0,0,0,0.35);
	font-size: 16px;
}
.strips_list .item .content .title{
	font-family: ReenieBeanie,sans-serif;
	font-size: 60px;
	color: inherit;
	font-weight: normal;
	margin-bottom: 15px;
	display: block;
}
.strips_list .item .thumbnail {
	position: relative;
	order: 1;
	border-left: 2px solid #fff;
}
.strips_list .item .thumbnail img{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.wrap_title {
	color: #300000;
	text-align: center;
	padding: 15px 0;
}
.wrap_title h2{
	font-family: ReenieBeanie,sans-serif;
	font-size: 60px;
	color: inherit;
	font-weight: normal;
	color: inherit;
}
.wrap_title h3{
	text-transform: uppercase;
	font-size: 30px;
}
.blogs-list .item{
	position: relative;
	padding-top: 100%;
	border-radius: 8px;
	border: 1px solid #fff;
	overflow: hidden;
}
.blogs-list .item .wraps {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	border-radius: inherit;
	transition: 0.3s all;
	color: #fff;
	padding: 30px;
	z-index: 3;
}
.blogs-list .item:hover .wraps {
	background-color: #626262;
}
.blogs-list .item .wraps .title{
	font-size: 36px;
	text-transform: uppercase;
	color: inherit;
	margin-top: auto;
	font-weight: 500;
	transform: translateY(50%);
	transition: 0.3s all;
	line-height: 1.2;
}
.blogs-list .item .wraps .content {
	margin-top: 15px;
	margin-bottom: 15px;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s all;

}
.blogs-list .item .wraps  .nectar-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    visibility: hidden;
	opacity: 0;
}
.blogs-list .item:hover .title{
	transform: translateY(-0%);
}
.blogs-list .item:hover .content{
	max-height: 105px;
	opacity: 1;
}
.blogs-list .item:hover .nectar-button {
    visibility: visible;
    opacity: 1;
}
.destination-newsletter,
.experiences-newsletter {
	
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	color: #300000;
	padding-top: 125px;
}
.destination-newsletter {
	background-image: url("images/newsletter_bg.png");
}
.experiences-newsletter{
	background-image: url("images/newsletter_bg3.png");
}
.newsletter_description h3{
	text-transform: uppercase;
	font-size: 30px;
}
.newsletter_description h2{
	font-family: ReenieBeanie,sans-serif;
	font-size: 60px;
	color: inherit;
	font-weight: normal;
	color: inherit;
}
.align-center {
	text-align: center;
}
.newsletter-form-area {
	min-height: 45vw;
}
.strips_list {
	margin-bottom: 35px;
}
.banner_text>.attachment-full {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_text h1{
	color: #fff;
	font-size: 60px;
	margin-bottom: 65px;
	text-transform: uppercase;
}
.banner_text {
	padding-top: 35px;
	position: relative;
}
.banner_text .w_content{
	position: relative;
	z-index: 1;
}

.wpb_row.container {
	margin: auto !important;
}
.block_text {
	color: #300000;
}
.block_text .span_12  .vc_column-inner {
	max-width: 1000px;
	margin: auto!important;
	padding: 30px 45px 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+50,ffffff+100&0+0,0.1+21,0.15+50,0.1+80,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(148,148,148,0.1) 21%, rgba(0,0,0,0.15) 50%, rgba(153,153,153,0.1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(148,148,148,0.1) 21%,rgba(0,0,0,0.15) 50%,rgba(153,153,153,0.1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(148,148,148,0.1) 21%,rgba(0,0,0,0.15) 50%,rgba(153,153,153,0.1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.title_heading {
	font-size: 60px;
	font-family: ReenieBeanie,sans-serif;
	font-weight: normal;
	color: inherit;
}
.wrap-title{
	color: #300000;
	
}
.wrap-title h3{
	text-transform: uppercase;
	color: inherit;
	padding-top: 30px;
}
.search_strips_page .item {
	padding-top: 100%;
	position: relative;
	
}
.search_strips_page .vc_column-inner ._wraps {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 1;
	background: rgba(0,0,0,0.3);
	transition: 0.3s all;
}
.search_strips_page .vc_column-inner:hover ._wraps {
	background: rgba(0,0,0,0.5);
}
.search_strips_page h3{
	font-size: 36px;
	text-transform: uppercase;
	color: inherit;
	margin-top: auto;
	font-weight: 500;
	transform: translateY(40px);
	transition: 0.3s all;
}
.search_strips_page .vc_column-inner{
	text-align: center;
	padding-top: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.search_strips_page_wrap  {
	padding: 0 90px;
}
.search_strips_page >.row,
.blogs-list.row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.search_strips_page .span_4,
.blogs-list .span_4 {
	padding: 15px;
	margin: 0;
}
.search_strips_page img.attachment-full{
	position: absolute;
	left: 0;
	height:100%;
	width: 100%;
	top:0;
	object-fit: cover;
}
.quivertree_header .span_9.col_last {
	flex-direction: column;
}
.quivertree_header .plan_your_trip {
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px!important;
}
.quivertree_header nav .buttons{
	display: none!important;
}
.quivertree_header nav {
	margin-bottom: 15px;
	margin-top: auto;
}
header#top #logo img{
	width: 400px;
	height: auto!important;
	margin-top: auto;
	margin-bottom: 0;
}
header#top #logo {
	display: flex;
}
#footer-outer #copyright .col ul.social{
	padding-right: 30px;
}
.newsleter_wrap  {
	min-height: 100vh;
	padding-top: 125px;
}
.newsleter_wrap h3{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.2em;	
	color: inherit;
}
.newsleter_wrap h2{
	font-family: ReenieBeanie,sans-serif;
	font-size: 60px;
	color: inherit;
	font-weight: normal;
	line-height: 1em;	
}
#footer-outer #copyright p {
	text-align: right;
}
.blogs-list .item img.attachment-full {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	object-fit: cover;
}
.pagination-wrap .page-numbers {
	line-height: 32px;
	min-width: 32px;
	text-align: center;
	display: inline-block;
	margin: 2px;
	background: #fff;
	color: #000;
	font-size: 18px;
}
.pagination-wrap .page-numbers.current {
	background: #219c8f;
}
.pagination-wrap .page-numbers .fas{
	vertical-align: top;
}
.pagination-wrap {
	margin-left: -2px;
	margin-right: -2px;
}
.nectar-button{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

@media(max-width: 1000px){
	header#top.quivertree_header  #logo img{
		height: 44px!important;
		width: auto;
	}
	.quivertree_header .plan_your_trip{
		margin-top: 0;
		margin-bottom: 0;
	}
	.bottom-header {
		display: none;
	}
	.quivertree_header {
		border-bottom: none;
	}
	.home_sliders .strip_wraps_search {
		position: static;
		background: #000;
	}
	.search-form-strip label {
		flex: 0 0 100%;
		line-height: 1.2;
	}
	.search-form-strip ._groups label + .select_cate {
		padding-left: 0;
	}
	.box_text .span_12 .vc_col-sm-6,
	.og_testimonial .col_te {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.box_text .column_container > .vc_column-inner img {
		position: static;
	}
	.textbox {
		margin-bottom: 0!important;
	}
	.og_testimonial {
		flex-wrap: wrap;
	}
	.og_testimonial .image_box img {
		position: static;
	}
	.box_text h2 {
		font-size: 36px;
	}
	.nectar-highlighted-text h2 {
		font-size: 48px;
	}
	.search_strips_page h3{
		font-size: 18px;
		transform: translateY(30px);
	}
	.search_strips_page_wrap {
		padding: 0;
	}
	.textbox.vc_col-sm-6 .vc_column-inner{
		padding: 15px;
	}
	.textbox.vc_col-sm-6 .vc_column-inner{
		margin-right: 0!important;
	}
}
@media(max-width: 992px){
	.box_text .img-with-aniamtion-wrap .hover-wrap,
	.box_text .column_container > .vc_column-inner img{
		position: static!important;
	}
}
@media(max-width: 767px){
	.search-form-strip h2{
		font-size: 36px;
	}
	.home_sliders .swiper-slide .content h2 {
		line-height: 1.1em!important;
	}
	.search_strips_page h3 {
		font-size: 28px;
	}
	.og_testimonial .text_box {
		padding: 50px 30px;
		font-size: 14px;
	}
	.search_strips_page .span_4{
		width: 100%;
	}
	.home_sliders .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p,
	.home_sliders   #boxed .swiper-slide .content p{
		font-size: 32px!important;
		line-height: 1.2em!important;
	}
	.home_sliders .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a, 
	.home_sliders #boxed .swiper-slide .content a{
		font-size: 14px!important;
	}
	.home_sliders .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, 
	.home_sliders #boxed .swiper-slide .content h2{
		font-size: 32px!important;
		line-height: 1.2em!important;
	}
}

@media(max-width: 640px){
	.search-form-strip ._groups .select_cate {
		padding-left: 0;
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.search-form-strip ._groups .search-submit {
		margin: auto;
	}
}
@media(max-width: 480px){
	.quivertree_header .plan_your_trip{
		display: none;
	}
	.banner_text h1,
	.banner h1,
	.banner h2{
		font-size: 36px;
		line-height: 1.3em;
	}
	
}