/*
Theme Name: River
Theme URI: http://demo.qodeinteractive.com/river/
Description: River Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, wpml, parallax, background video, mega menu, blog, agency, infographics, art
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.5
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

1.0.5
- Improved resize stages and menu resizing on smaller screens
- Updated LayerSlider to version 5.0.1
- Fixed bug with Visual Composer css loading
- Fixed some minor bugs with anchor active class
- Fixed Google font inclusion bug
- Fixed progress bar percentage position
- Fixed circle portfolio list
- Sorted font awesome icons


1.0.4
- Improved "viewport" metatag for non responsive sites
- Fixed anchor logic when ajax loader is not on
- Fixed anchor hash changing on same page
- Fixed logic for getting logo height so it doesn't require allow_url_fopen directive to be enabled
- Fixed a bug with latest blog shortcode regarding localization of the post dates
- Fixed header height when side area is disabled
- Fixed mobile menu active state
- Fixed pagination on home.php file
- Fixed rendering of P tags on "gallery" post format


1.0.3
- Added background color for mobile dropdown menu
- Added functionality for side menu and mobile menu button color changing (takes color from first level menu, on smaller screens from mobile dropdown background color)
- Improved mobile menu logic, now closing on menu item click
- Fixed deliting of custom sidebars
- Fixed steps attributes for line graph shortcode for Visual Composer
- Fixed portfolio list for new version of Chrome
- Fixed background color for Call to Action widget


1.0.2
- Added anchor functionality on parallax sections, custom links (manualy added class needed) and buttons
- Added icon fade animation and delay attributes for icon with text shortcode
- Added style for search widget in top header
- Added entering animation on "centered" title type
- Updated portfolio list shortcode to add one portfolio item per row
- Updated smooth scroll on/off logic to choose between all devices and all without Mac devices (all devices are not including touch devices)
- Fixed minor validation errors
- Fixed category attribute in latest posts shortcode
- Fixed blog responsiveness (social and like links)


1.0.1
- Fixed css animations (from top and bottom)
- Fixed ajax loader color changing(first color)
- Fixed layout for whole post blog type
- Fixed single post layout for video type
*/

.column_container {
	margin: 0 !important;
}
h2 {
	font: 100 28px/1 Oswald !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-bottom: 10px !important;
}
h5 {
	font: italic 14px/1.3 Georgia, serif !important;
	text-align: center;
	padding-bottom: 40px !important;
	opacity: .8;
	letter-spacing: .15em;
}
.formrow {
	background: #f5f5f5;
}

input[type="radio"],
input[type="checkbox"] {
    display:none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
    display:inline-block !important;
    padding-left: 25px;
    background: url(img/radio0.svg) no-repeat left center;
    cursor:pointer;
    background-size: 20px auto;
    height: 20px;
    margin: 0 35px 0 0;
    max-width: 240px;
	white-space: normal;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
    background:url(img/radio1.svg) no-repeat left center;
    background-size: 20px auto;
}
.formblock {
	background: #f5f5f5;
	padding: 40px 0 100px;
}
.formblock h2 {
	margin-bottom: 50px;
}
.formblock label {
	font: 100 14px/22px Oswald;
	color: #454545;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-left: 0 !important;
}
.formblock form {
	background: url(img/formdivider.svg) repeat-y center top;
	background-size: 360px 10px;
	position: relative !important;
	padding: 0 !important;
	margin: 0 auto !important;
	height: 235px;
}
.formblock #avi-route-type {
	position: absolute;
	left: 0;
	top: 8px;		
	width: 293px !important;
	padding-bottom: 19px !important;
	border-bottom: 1px solid #dedede !important;
	float: none !important;
}
.formblock .avi-route-leg {
	position: static !important;
	border: 0 !important;
}
.formblock #avi-route-type-link-multileg {
	position: absolute;
	left: 375px;
	top: 250px;
	width: 230px;
	height: 33px;
	text-align: center;
	font: 300 14px/38px Oswald;
	color: #454545;
	border-radius: 18px;
	background: #d7d7d7;
	text-transform: uppercase;
	letter-spacing: .1em;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.formblock #avi-route-type-link-multileg:hover {
	background: #dadada;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,.2);
}
.formblock #avi-currency-select-wrapper {
	position: absolute;
	top: 70px;
	left: 0;
	padding: 0;
	width: inherit !important;
	text-align: left !important;
	width: 293px !important;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
}
.formblock #avi-currency-select-wrapper select {
	background: transparent;
	width: 187px;
	border: 0;
	border-radius: 0;
	height: 33px;
	-webkit-appearance: none;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: url(img/select-currency.svg) no-repeat;
	background-size: 187px 33px;
	margin-left: 104px;
	padding-left: 10px;
}
.formblock #avi-currency-select-wrapper span {
	display: block;
	width: 104px;
	position: absolute;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.formblock #avi-route-pax-leg0 {
	position: absolute;
	top: 134px;
	left: 0;
	width: 293px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #dedede !important;
}
.formblock .avi-route-options {
	border: 0 !important;
}
.formblock #avi-route-pax-leg0 input {
	background: transparent;
	width: 33px;
	border: 0;
	border-radius: 0;
	height: 33px;
	-webkit-appearance: none;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: url(img/select-currency.svg) no-repeat;
	background-size: 187px 33px;
	margin-left: 104px;
}
.formblock .avi-pax-label {
	display: block;
	width: 104px;
	position: absolute;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.formblock #avi-time-options {
	position: absolute;
	left: 0;
	top: 197px;
	width: 293px !important;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
}
.formblock #avi-fuel-stops-option {
	position: absolute;
	left: 0;
	top: 252px;
}
.formblock #avi-route-origin-leg0 {
	position: absolute;
	left: 342px;
	width: 317px;
	top: 0;
}
.formblock #avi-route-origin-leg0 .gwt-Label,
.formblock #avi-route-destination-leg0 .gwt-Label {
	display: block;
	width: 50px;
	position: absolute;
	font: 100 14px/35px Oswald;
	color: #454545;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.formblock .avi-airport-and-map-link-wrapper {
	width: 264px;
	margin-left: 50px;
}
.formblock .avi-airport-wrapper {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
}
.formblock #avi-from-airport-leg0 {
	background: #d7d7d7 no-repeat 75% center;
	width: 254px;
	border: 0;
	border-radius: 0;
	height: 33px;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
	padding-left: 10px;
}
.formblock .avi-date-wrapper {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
	width: 304px; 
}
.formblock #avi-from-airport-leg0-map-link {
	width: 35px;
	height: 35px;
	background: #999 url(img/mappin.svg) no-repeat center center;
	background-size: auto 20px;
	position: absolute;
	top: 0;
	left: 277px;
	overflow: hidden;
	text-indent: -99999px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.formblock #avi-from-airport-leg0-map-link:hover {
	opacity: .6;
}
.formblock .avi-date-wrapper {
	padding: 0 15px 0 0;
	position: absolute;
	top: 60px;
	left: 0;
}
.formblock #avi-from-date-leg0 {
	background: #d7d7d7 no-repeat 75% center;
	width: 120px;
	border: 0;
	border-radius: 0;
	height: 33px;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
	padding-left: 10px;
	margin-left: 50px;
}
.formblock #avi-from-date-leg0-calendar-icon {
	width: 35px;
	height: 35px;
	background: #999 url(img/calicon.svg) no-repeat center center;
	background-size: auto 24px;
	position: absolute;
	top: 0;
	left: 141px;
	overflow: hidden;
	content: url(img/h.png);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.formblock #avi-from-airport-leg0-map-link:hover {
	opacity: .6;
}
/* TIME */
.formblock .avi-time-wrapper {
	padding: 0 15px 0 0;
	position: absolute;
	top: 126px;
	left: 0;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
	width: 304px;
}
.formblock #avi-from-time-leg0 {
	background: transparent;
	width: 94px;
	border: 0;
	border-radius: 0;
	height: 33px;
	-webkit-appearance: none;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: url(img/select-time.svg) no-repeat;
	background-size: 94px 33px;
	margin-left: 50px;
	padding-left: 10px;
}
#avi-date-type-departure-leg0 {
	position: absolute;
	top: 192px;
	left: 0;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
	width: 304px;
}

/* TO */

.formblock #avi-route-destination-leg0 {
	position: absolute;
	left: 702px;
	top: 0;
	width: 300px;
}
.formblock .avi-airport-wrapper {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
}
.formblock #avi-to-airport-leg0 {
	background: #d7d7d7 no-repeat 75% center;
	width: 254px;
	border: 0;
	border-radius: 0;
	height: 33px;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
	padding-left: 10px;
}
.formblock .avi-date-wrapper {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
	width: 304px; 
}
.formblock #avi-to-airport-leg0-map-link {
	width: 35px;
	height: 35px;
	background: #999 url(img/mappin.svg) no-repeat center center;
	background-size: auto 20px;
	position: absolute;
	top: 0;
	left: 277px;
	overflow: hidden;
	text-indent: -99999px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.formblock #avi-to-airport-leg0-map-link:hover {
	opacity: .6;
}
.formblock .avi-date-wrapper {
	padding: 0 15px 0 0;
	position: absolute;
	top: 60px;
	left: 0;
}
.formblock #avi-from-date-leg1 {
	background: #d7d7d7 no-repeat 75% center;
	width: 120px;
	border: 0;
	border-radius: 0;
	height: 33px;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
	padding-left: 10px;
	margin-left: 50px;
}
.formblock #avi-from-date-leg1-calendar-icon {
	width: 35px;
	height: 35px;
	background: #999 url(img/calicon.svg) no-repeat center center;
	background-size: auto 24px;
	position: absolute;
	top: 0;
	left: 141px;
	overflow: hidden;
	content: url(img/h.png);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.formblock #avi-from-airport-leg1-map-link:hover {
	opacity: .6;
}
/* TIME */
.formblock .avi-time-wrapper {
	padding: 0 15px 0 0;
	position: absolute;
	top: 126px;
	left: 0;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
	width: 304px;
}
.formblock #avi-from-time-leg1 {
	background: transparent;
	width: 94px;
	border: 0;
	border-radius: 0;
	height: 33px;
	-webkit-appearance: none;
	font: 100 14px/33px Oswald;
	color: #454545;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: url(img/select-time.svg) no-repeat;
	background-size: 94px 33px;
	margin-left: 50px;
	padding-left: 10px;
}
.formblock select {
	padding-top: 0 !important;
}
#avi-date-type-departure-leg1 {
	position: absolute;
	top: 192px;
	left: 0;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
	width: 304px;
}
.formblock #avi-submit-brokerlink-search-form-link {
	position: absolute;
	left: 746px;
	top: 257px;
	padding-bottom: 3px;
	width: 230px;
	height: 33px;
	text-align: center;
	text-indent: -9999px;
	font: 500 14px/38px Oswald;
	color: #fff;
	border-radius: 18px;
	background: #739bb6;
	text-transform: uppercase;
	line-height: 0;
	letter-spacing: .1em;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.formblock #avi-submit-brokerlink-search-form-link::after {
  content: "Search";
  text-indent: 0;
  display: block;
  line-height: 35px;
}
.formblock #avi-submit-brokerlink-search-form-link:hover {
	background: #9bcbeb;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,.2);
}
.formblock #avi-nls-options {
	margin-top: -40px;
	text-align: center;
}
tr,td {
	background: none !important;
	color: #454545 !important;
}
.link-page-nav-top {
	margin-bottom: 25px;
}
.popup-controls-link {
	display: block;
	height: 10px;
	width: 10px;
	padding: 10px;
	background: url(img/x.svg) no-repeat;
	background-size: 10px 10px;
	text-indent: 9999px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 9999;
}
.popup-controls-image {
	display: none;
}
.popup-controls-large {
	border: 0 !important;
}
#LightBox {
	background-color: #000 !important;
}
.popup-standard {
	border: 0 !important;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(255,255,255,1);
}
.link-footer {
	margin-top: 50px !important;
}
.link-footer.stretch {
	width: inherit !important;
}
.footerlogo {
	width: 157px;
	height: auto;
}
.footerexp {
	padding-top: 20px;
	width: 210px;
}
.footer_bottom .textwidget div {
	text-transform: uppercase;
	letter-spacing: .1em;
}
footer .column2 {
}
footer h3 a {
	color: #fff !important;
}
.rowbuffer {
	border-top: 1px solid #dedede;
	padding-top: 40px;
}
footer h4 {
	text-transform: uppercase;
	letter-spacing: .1em;
}


.sidequote {
	background: #f5f5f5;
	padding: 20px;
	margin-left: 20px;
	min-height: 1020px;
	margin-bottom: 40px;
	width: 300px;
}
.sidequote form {
	background: none;
}
.sidequote #avi-route-origin-leg0 {
	position: absolute;
	left: 0;
	width: 300px;
	top: 330px;
}
.sidequote #avi-fuel-stops-option {	
	padding-bottom: 15px !important;
	border-bottom: 1px solid #dedede !important;
}
.sidequote #avi-from-airport-leg0,
.sidequote #avi-to-airport-leg0
 {
	width: 220px;
}
.sidequote #avi-from-airport-leg0-map-link,
.sidequote #avi-to-airport-leg0-map-link {
	left: 250px;
}
.sidequote #avi-route-destination-leg0 {
	left: 0;
	top: 580px;
}
.sidequote #avi-route-type-link-multileg {
	left: 0;
	top: 825px;
	width: 300px;
}
.sidequote #avi-route-type-link-multileg {
	left: 0;
	top: 825px;
	width: 300px;
}
.sidequote #avi-submit-brokerlink-search-form-link {
	width: 300px;
	left: 0;
	top: 885px;
}
.video-wrap, .homevideo {
	height: 420px !important;
	overflow: hidden;
}
.homevideo .section {
	overflow: visible !important;
}
.home .rowbuffer {
	padding-top: 0 !important;
}
.home .ls-wp-fullwidth-container {
	height: 535px;
}
h3 {
	margin-bottom: 10px !important;
}
.container_inner p {
	margin-bottom: 20px !important;
	line-height: 2 !important;
}
/*.container_inner li{
	margin-bottom: 10px !important;
	line-height: 2 !important;
}*/
.container_inner ul {
	margin-bottom: 10px !important;
}
.title_holder h1 {
	font-size: 42px;
	font-weight: 100;
	letter-spacing: .34em;
}
.title {
	background-size: cover;
	background-position: center center !important	;
}
.clearback {
	background: transparent !important;
}
blockquote .icon-quote-right {
	color: rgba(255,255,255,.6) !important;
}
.icon-quote-right:before {
	background: url(img/quotetail.svg) no-repeat;
	height: 20px;
	width: 22px;
	background-size: 22px 20px;
	content: "" !important;
}
.icon-quote-right {
	position: absolute;
	bottom: -20px;
	left: 100px;
	height: 20px;
	width: 22px;
}
blockquote h5 {
	text-align: left !important;
	font: italic 16px/2 Georgia, Times, "Times New Roman", serif !important;
	letter-spacing: .12em;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 40px !important;
}
blockquote {
	margin-bottom: 40px !important;
	border-radius: 30px;
}
.downloadlist {
	list-style: none;
}
.downloadlist li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.downloadlist li a {
	color: #7598b4 !important;
	font-size: 16px;
	line-height: 2;
}
.downloadlist li a:hover {
	color: #555 !important;
}
#guide-main,
.guide-background {
}
.hiddenoff {
	display: none;
}
nav.main_menu ul li a {
	font-size: 12px !important;
}
h2 {
	font-size: 22px !important;
	color: #505050 !important;
}
.ls-slide h2 {
	color: #fff !important;
}
.portfolio_like {
	display: none !important;
}
h4.portfolio_title {
	text-align: center;
	text-transform: uppercase;
}
.imgtxt {
	width: 100%;
	height: 320px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin-bottom: 40px;
}
.imgtxt a {
	min-height: 320px;
	width: 210px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background-size: contain;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.imgtxt a:hover {
	box-shadow: 0 0 0 1px rgba(114,154,181,0.53);
}
.imgtxt .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.imgtxt h4 {
	padding-top: 230px;
	font-size: 12px;
	letter-spacing: .2em;
        line-height: 130%;
	color: #676767;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.imgtxt a:hover h4 {
	color: #739bb6;
}
.imgtxt .x1 {
	background: url(img/partners/amangiri.jpg) no-repeat;
}
.imgtxt .x2 {
	background: url(img/partners/SFF.jpg) no-repeat;
}
.imgtxt .x3 {
	background: url(img/partners/scotts.jpg) no-repeat;
}
.imgtxt .x4 {
	background: url(img/partners/blueheronp.jpg) no-repeat;
}

.title .title_holder .container {
	display: block !important;
	vertical-align: inherit !important;
	text-align: left !important;
}
.title .title_holder .container h1 {
/*	font-size: 16px;
	margin-top: 15px;
	color: #000 !important;*/
	font-weight: 200;
	
}
.title .title_holder .container h1:before {
/*	content: "/ ";
	opacity: .3;*/
}
.breadcrumbs {
	line-height: 90px;
}
.container_inner .separator {
	display: none !important;
}
.guide-background,
#guide-main {
	background: transparent !important;
}
.guide-background .container_inner {
	/*padding-top: 0 !important;*/
}
.nav-arrow.left-nav {
	background-image: url(img/left.svg) !important;
}
.nav-arrow.right-nav {
	background-image: url(img/right.svg) !important;
}
.nav-arrow {
	background-size: auto 30px !important;
	opacity: .5;
}
.viewall {
	font: 100 14px/36px Oswald !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 0 5px;
	height: 36px;
	width: 100px;
	border: #cacaca 1px solid;
	color: #aaa;
	display: block;
	margin: 20px auto;
}
.viewall:hover {
	border-color: rgba(114,154,181,0.53);
}
.footer_bottom_holder {
	
}
.logo img {
	height: 22px !important;
	margin-top: -4px;
	opacity: .8;
}
.header_inner_right .icon-reorder {
	display: none;
}

@media screen and (max-width:960px){

	.formblock {
		background: #f5f5f5;
		padding: 20px;
		min-height: 1020px;
		width: 300px;
		margin: 20px auto;
	}
	.formblock form {
		background: none;
	}
	.formblock #avi-route-origin-leg0 {
		position: absolute;
		left: 0;
		width: 300px;
		top: 330px;
	}
	.formblock #avi-fuel-stops-option {	
		padding-bottom: 15px !important;
		border-bottom: 1px solid #dedede !important;
	}
	.formblock #avi-from-airport-leg0,
	.formblock #avi-to-airport-leg0
	 {
		width: 220px;
	}
	.formblock #avi-from-airport-leg0-map-link,
	.formblock #avi-to-airport-leg0-map-link {
		left: 250px;
	}
	.formblock #avi-route-destination-leg0 {
		left: 0;
		top: 580px;
	}
	.formblock #avi-route-type-link-multileg {
		left: 0;
		top: 825px;
		width: 300px;
	}
	.formblock #avi-route-type-link-multileg {
		left: 0;
		top: 825px;
		width: 300px;
	}
	.formblock #avi-submit-brokerlink-search-form-link {
		width: 300px;
		left: 0;
		top: 885px;
	}	
	.imgtxt {
		height: auto !important;
	}
	.imgtxt a {
		display: block !important;
		margin: 0 auto !important;
	}
	.footerlogos2 {
		max-width: 75% !important;
	}
	footer .four_columns > div {
		float: none !important;
		margin: 0 auto !important;
		width: 350px !important;
	}
	footer .four_columns > column1 {
		text-align: center;
	}
	footer .four_columns > column1 .container_inner p {
		text-align: left;
		margin-left: 44px;
	}

}
.plane-description {
	background: transparent !important;
}
.stats h3 {
	color: #333 !important;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 16px !important;
}
.stats ul li.active {
	color: #222 !important;
	font-weight: 500;
}
.stats ul li {
	font-size: 14px !important;
}
.footerlogos2 {
	display: block;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,1);
	opacity: .7;
	width: 100%;
	height: auto;
}
.colspacer {
	margin-left: 40px;
}
.footer_bottom, .footer_bottom a  {
	height: auto !important;
	line-height: 1.1 !important;
	color: #6a6a6a !important;
}
.footer_bottom .textwidget {
	width: 100%;
	margin: 0 auto;
}
.footer_bottom .textwidget div {
	padding: 10px 0;
}
.footer_top {
	padding-bottom: 0 !important;
}
.side_menu.right {
	display: none !important;
}

.topsocial {
	padding-top: 5px;
}
.topsocial a {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: cover;
	background-repeat: no-repeat; 
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.topsocial a:hover {
	opacity: .6;
}
.topsocial a.facebook {
	background-image: url(img/social/facebook.png);
}
.topsocial a.twitter {
	background-image: url(img/social/twitter.png);
}
.topsocial a.google {
	background-image: url(img/social/google.png);
}
.topsocial a.linkedin {
	background-image: url(img/social/linkedin.png);
}
.topsocial a.insta {
	background-image: url(img/social/insta.png);
}
.topcontact {
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 12px;
	font-weight: bold;
}
h2.adjusted {
	margin-bottom: 10px;
}
.hidethis {
	opacity: 0;
	overflow: hidden;
	height: 0;
}
.single-portfolio_page .info,
.single-portfolio_page h6  {
	display: none;
}
.single-portfolio_page .flex-direction-nav a [class^="icon-"] {
	display: inline-block;
	padding: 13px 0 0;
}
.title.standard h1 {
	line-height: 165px;
}
.post_inner h2 {
	text-align: left;
}
.post_infos {
	display: none;
}
.single-format-standard .title.standard,
.blog .title.standard {
	display: none;
}
.single-format-standard .column1,
.single-format-standard .column2,
.single-format-standard .column3 {
	padding-top: 20px !important;
}
.blog .blog_holder {
	padding-top: 20px;
}
.blog > .wrapper > .wrapper_inner > .content > .content_inner > .container > .container_inner > .pagination {
	display: none;
}
.centerblocker {
	width: 1000px !important;
	margin: 40px auto 0;
}
.centerblocker h2 {
	text-align: left;
}
.wpcf7-submit {
	width: 230px;
	height: 33px;
	text-align: center;
	font: 500 14px/38px Oswald;
	color: #fff !important;
	border-radius: 18px;
	background: #739bb6;
	text-transform: uppercase;
	line-height: 0;
	letter-spacing: .1em;
	border: 0;
	cursor: pointer;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover {
	background: #000;
}
.avi-map-link-wrapper {
	display: none;
}
.content {
	margin-top: 73px !important;
}
.wpb_wrapper > h2,
.portfolio_single .flexslider {
	margin-top: 50px !important;
}
.homevideo .wpb_wrapper > h2 {
	margin-top: 150px !important;
}
.home #layerslider_3 {
	margin-top: 40px !important;
}
