/*
Theme Name: Kapsule - Travel
Version: 1.0
Description: Custom website for Kapsule Websites
Author: Kapsule Websites
Author URI: http://www.kapsulewebsites.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/

@font-face {
    font-family: 'GothamMedium';
    src: url('_assets/fonts/GothamMedium.eot');
    src: url('_assets/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamMedium.woff') format('woff'),
         url('_assets/fonts/GothamMedium.ttf') format('truetype'),
         url('_assets/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('_assets/fonts/GothamBook.eot');
    src: url('_assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamBook.woff') format('woff'),
         url('_assets/fonts/GothamBook.ttf') format('truetype'),
         url('_assets/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************************************/
/************ START CSS *************/

body {
	background: #EFF4F9;
	color: #002C59;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: normal;
}
a {
	color:#002C59;
	font-weight: normal;
}
a:hover,
a:active {
	color:#002C59;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

/*a { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }*/
/* .round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }*/

/************************************/
/*************** MAIN ***************/

/* Colors
	#C38F32 = Yellow
	#fff = Light Grey
	#002C59 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 12px 20px; font-size: 15px; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; border: 1px solid; overflow: visible; font-family: 'GothamMedium', sans-serif; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.btn.center { margin: 0 auto;}
.btn.full { display: block;}

.btn.btn_color { color: #fff; background: #002C59; border-color: #002C59;}
.btn.btn_white { color: #002C59; background: none; border-color: #002C59;}
.btn.btn_dark { color: #fff; background: #002C59; border-color: #002C59;}

.btn.btn_color:hover { color: #fff; background: #002C59;}
.btn.btn_white:hover { color: #002C59; background: #fff;}
.btn.btn_dark:hover { color: #fff; background: #002C59;}
.btn:hover {
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.shadow { 
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.curve { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.fa { font-style: normal !important;}

/* Header */

#header { position: fixed; top: 0; width: 100%; height: 80px; z-index: 8000; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }
	#header.dark { background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);}
	#header.black { background: rgba(0,0,0,0.5);}
	#header .img_white, #header .img_dark { position: absolute; top: 0; left: 0; display: block;}
	#header.dark .dark { opacity: 1; visibility: visible;}
	#header.dark .img_white { opacity: 0; visibility: hidden;}
	#header.white .img_white { opacity: 1; visibility: visible;}
	#header.white .img_dark { opacity: 0; visibility: hidden;}
	#logo { margin: 15px 0 15px 30px; position: relative;}
	#logo img { max-height: 50px;}
	
	#header .line { display: block; max-width: calc(100% - 60px); margin: 0 auto; height: 1px; background: #fff;}
	#header.dark .line { background: none;}
	.header_fade { position: absolute; top: 0; left: 0; width: 100%; height: 185px; background: url(_assets/img/header.png) repeat-x left top; z-index: 7500;}

	.search_btn { position: absolute; top: 50%; right: 30px; margin-top: -16px; width: 30px; height: 30px; text-align: center; font-size: 14px; padding-top: 8px; cursor: pointer; z-index: 99; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	
	#mob_srch.search_btn { right: 70px !important; width: 40px; height: 40px; font-size: 18px; padding-top: 11px; top: 25px; margin: 0;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #fff; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 20px; right: 30px; z-index: 9999;}
	.menu-button.active { background: #fff;}
	
	.menu-button:before, .menu-button:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.menu-button:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #002C59; border-top: 2px solid #002C59; position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -10px;}
	.menu-button:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #002C59; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
	.menu-button.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #002C59;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.menu-button.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #002C59;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}
	.menu-button.tablet {}
	.menu-button span { display: block; position: absolute; height: 40px; width: 80px; text-align: center; background: #fff; color: #002C59; right: 40px; padding: 13px 0; top: 0; font-family: 'GothamMedium', sans-serif; font-size: 14px; line-height: 1em;}

/* General */

#content { position: relative;}

/* Page Builder */

.section_heading { padding: 50px 0 0 0; text-align: center; font-size: 36px; color: #002C59;}
	.section_heading:after { content: ''; display: block; width: 60px; height: 3px; background: #002C59; margin: 0 auto; margin-top: 15px;}

.block_heading { position: relative; height: 400px; background: #002C59 no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.block_heading .inner { position: absolute; z-index: 9; width: 100%; bottom: 0; left: 0; padding: 50px 0; text-align: center;}
	.block_heading h1 { position: relative; z-index: 10; font-size: 72px; color: #fff; text-shadow: 0 0 40px rgba(0,0,0,0.2);}
	.block_heading h1 a { color: #fff;}
	.block_heading span { position: relative; z-index: 15; width: 300px; margin: 0 auto; padding-top: 15px; color: #fff; text-shadow: 0 0 20px rgba(0,0,0,0.2);}
	.block_heading .back { font-family: 'GothamMedium', sans-serif; color: #fff;}
	.block_heading .back a { color: #fff;}
	.block_heading.single_heading h1 { font-size: 50px;}
	
	.block_heading .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
	.block_heading .overlay.overlay { opacity: 1;
		background: -moz-linear-gradient(0deg, rgba(0,44,89,0.8) 0%, rgba(0,44,89,0) 70%);
		background: -webkit-linear-gradient(0deg, rgba(0,44,89,0.8) 0%, rgba(0,44,89,0) 70%);
		background: linear-gradient(0deg, rgba(0,44,89,0.8) 0%, rgba(0,44,89,0) 70%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c59",endColorstr="#002c59",GradientType=1);
	}
	.block_heading .overlay.pixel { background: url(_assets/img/pixel.png) repeat;}
	.block_heading .overlay.both { background: rgba(0,0,0,0.3) url(_assets/img/pixel.png) repeat;}

.block_slideshow { position: relative; min-height: 600px; height: 600px; border-bottom: 10px solid #C38F32;}
	.block_slideshow:after { content: ''; display: block; width: 100%; height: 10px; position: absolute; bottom: -10px;
		background: #c38f32;
		background: -moz-linear-gradient(90deg, rgba(195,143,50,1) 0%, rgba(250,227,115,1) 50%, rgba(195,143,50,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(195,143,50,1) 0%, rgba(250,227,115,1) 50%, rgba(195,143,50,1) 100%);
		background: linear-gradient(90deg, rgba(195,143,50,1) 0%, rgba(250,227,115,1) 50%, rgba(195,143,50,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c38f32",endColorstr="#c38f32",GradientType=1);
	}
	.block_slideshow.full { padding-bottom: 20px;}
	
	.block_slideshow.h_400px { height: 400px;}
	.block_slideshow.h_500px { height: 500px;}
	.block_slideshow.h_600px { height: 600px;}
	.block_slideshow.h_700px { height: 700px;}
	.block_slideshow.h_800px { height: 800px;}
	.block_slideshow.h_900px { height: 900px;}
	
	.block_slideshow .inner { position: absolute; z-index: 999; width: 100%; top: 0; left: 0; height: 100%;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: flex-end;
	    background: -moz-linear-gradient(0deg, rgba(0,44,89,0.8) 0%, rgba(0,44,89,0) 70%);
		background: -webkit-linear-gradient(0deg, rgba(0,44,89,0.8) 0%, rgba(0,44,89,0) 70%);
		background: linear-gradient(0deg, rgba(0,44,89,0.8) 0%, rgba(0,44,89,0) 70%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c59",endColorstr="#002c59",GradientType=1);
	}
	.block_slideshow .caption { display: block; position: relative; padding: 80px 50px; color: #fff; text-align: center;}
	.block_slideshow .caption h3 { font-size: 72px; line-height: 1em;}
	.block_slideshow .caption .text { padding: 15px 0; font-family: 'GothamMedium', sans-serif; max-width: 400px; margin: 0 auto;}
	.block_slideshow .caption span { font-size: 36px; font-family: 'GothamMedium', sans-serif;}
	.block_slideshow .scroll { position: absolute; bottom: 5px; left: 50%; margin-left: -25px; width: 50px; height: 50px; background: #fff; color: #002C59; z-index: 999; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; text-align: center; font-size: 30px; line-height: 1em; padding-top: 10px; cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);}
	
.block_textarea { padding: 50px 0; position: relative;}
	.block_textarea.white { background: #fff;}
	.block_textarea.light { background: #F8FAFC;}
	.block_textarea.dark { background: #002C59;}
	.block_textarea.dark .text { color: #fff; font-family: 'GothamMedium', sans-serif;}
	.block_textarea .text { padding: 0 30px;}
	.block_teatarea.parant_content { padding-bottom: 0;}

.block_grid { position: relative; padding: 40px 0;}
	.block_grid .grid_item {}
	.block_grid .grid_item .inner { text-align: center; padding: 30px; max-width: 350px; margin: 0 auto;}
	.block_grid .grid_item .inner .ico { width: 80px; height: 80px; margin: 0 auto; border-radius: 50%; background: rgba(194, 141, 50, 0.1); text-align: center;
		background: -moz-linear-gradient(45deg, rgba(195,143,50,0.1) 0%, rgba(250,227,115,0.1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(195,143,50,0.1) 0%, rgba(250,227,115,0.1) 100%);
		background: linear-gradient(45deg, rgba(195,143,50,0.1) 0%, rgba(250,227,115,0.1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c38f32",endColorstr="#fae373",GradientType=1);
	}
	.block_grid .grid_item .inner .ico img { max-width: 60px; margin-top: 10px;}
	.block_grid .grid_item .inner h3 { padding: 15px 0;}
	.block_grid .grid_item .inner .text {}

.block_promo { position: relative; background: #F8FAFC;}
	.promo_grid { padding: 50px 40px;}
	.promo_carousel { padding: 10px 40px 0 40px;}
	.promo_item { position: relative; z-index: 999; margin: 40px; background: #002C59 no-repeat center center; overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.promo_item img { width: 100%; height: auto;}
	.promo_item .overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
		background: -moz-linear-gradient(0deg, rgba(0,44,89,1) 0%, rgba(0,44,89,0.3) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,44,89,1) 0%, rgba(0,44,89,0.3) 100%);
		background: linear-gradient(0deg, rgba(0,44,89,1) 0%, rgba(0,44,89,0.3) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c59",endColorstr="#002c59",GradientType=1);
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	/*.promo_item .overlay:after { content: ''; transition:.5s; display: block; position: absolute; top: 10px; left: 10px; width: calc(100% - 20px); height: calc(100% - 20px); border: 1px solid #C38F32;}*/
    .promo_item .inner { position: relative; padding: 20px; text-align: center; color: #fff; z-index: 9;}
    .promo_item .inner h3 { font-size: 36px; line-height: 1em; padding-bottom: 30px; transition:.5s;}
    .promo_item .inner .sub { font-size: 18px; font-family: 'GothamMedium', sans-serif; padding: 0 0 30px 0; max-width: 260px; margin: 0 auto; overflow: inherit;}
    .promo_item .inner span { display: inline-block; padding: 15px 20px; background: #C38F32; color: #fff; text-transform: uppercase; font-family: 'GothamMedium', sans-serif; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
    .promo_item:hover .inner span { background: #fff; color: #002c59; transform: scale(1.05);}
    /*.promo_item:hover .inner h3 { color: #C38F32;}*/
    .promo_item:hover .overlay { opacity: 1; height: 100%;}
    /*.promo_item:hover .overlay:after { border: 3px solid #C38F32;}*/

.block_feat { position: relative; background: #F8FAFC; overflow: hidden;}
	.feat_box { position: relative; padding-top: 50px; z-index: 2;}
	.feat_box.left {}
	.feat_box.right {}
	.feat_box .pic { background: no-repeat center center; position: relative; width: 60%; height: 650px; margin-bottom: 150px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.feat_box .pic i { position: absolute; top: 50%; left: 50%; font-size: 40px; text-align: center; color: #fff; border: 1px solid #fff; width: 100px; height: 100px; margin: -50px 0 0 -50px; line-height: 1em; padding-top: 30px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
	.feat_box .feature_box { background: #fff; z-index: 7800; padding: 40px; position: absolute; width: 500px; bottom: -100px;}
	.feat_box.right .pic { margin-left: 40%;}
	.feat_box.left .feature_box { left: 50%;}
	.feat_box.right .feature_box { right: 50%;}
	
	.underlay { position: absolute; color: #99A2AE; opacity: 0.07; font-size: 300px; line-height: 1em; bottom: 70px; width: 3000%; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; z-index: 1;}
	.underlay.left { left: 15%; text-align: left;}
	.underlay.right { left: -20%; text-align: left;}

.block_feed { position: relative; background: #F8FAFC; text-align: center; overflow: hidden;}
	.blog_feed { position: relative; padding: 50px 0;}
	.blog_feed .item { margin: 0 25px 50px 25px; position: relative;}
	/*.blog_feed .item.middle { margin: 50px 25px 0 25px;}*/
	.blog_item { position: relative; z-index: 999; height: 350px; background: #002C59 no-repeat center center; cursor: pointer; overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.blog_item .overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; z-index: 1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; opacity: 0.3;
		background: -moz-linear-gradient(0deg, rgba(0,44,89,1) 20%, rgba(0,44,89,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,44,89,1) 20%, rgba(0,44,89,0) 100%);
		background: linear-gradient(0deg, rgba(0,44,89,1) 20%, rgba(0,44,89,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c59",endColorstr="#002c59",GradientType=1);
	}
	.blog_item span { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; background: #fff; text-align: center; font-size: 36px; line-height: 1em; color: #C38F32; padding-top: 12px; margin: -30px 0 0 -30px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; z-index: 9; opacity: 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.blog_item .inner { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 9;}
	.blog_item .inner h3 { color: #fff; margin: 0 30px; padding: 30px 0; border-top: 1px solid #fff; font-size: 20px; line-height: 1.3em;}
	.blog_item:hover .overlay { height: 100%; opacity: 1;}
	.blog_item:hover span { opacity: 1;}
	.block_feed .btn { margin-bottom: 50px;}
	
	.block_feed.masonry { padding: 20px 0;}
	.block_feed.masonry .gallery_masonry .item { padding: 0 20px 40px 20px; z-index: 991;}
	.block_feed.masonry .gallery_masonry { position: relative; z-index: 99;}
	.gallery_masonry .item .inner { background: #fff; position: relative;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	}
	.gallery_masonry .item .inner .details { padding: 30px; text-align: left; color: #002C59;}
	.gallery_masonry .item .inner .details h3 { font-size: 18px; padding-bottom: 20px;}
	.gallery_masonry .item .inner .details .more { padding-top: 15px; font-family: 'GothamMedium', sans-serif; display: block;}
	.gallery_masonry .item .preview { position: relative; background: #002C59; overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	.gallery_masonry .item .preview img { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	.gallery_masonry .item .preview span { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; background: #fff; text-align: center; font-size: 36px; line-height: 1em; color: #002C59; font-family: 'GothamMedium', sans-serif; padding-top: 12px; margin: -30px 0 0 -30px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; z-index: 9; opacity: 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.gallery_masonry .item .inner i.fa { position: absolute; top: 0; left: 50%; width: 40px; height: 50px; background: #002C59; text-align: center; font-size: 18px; line-height: 1em; color: #fff; padding-top: 15px; margin-left: -20px; z-index: 9;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	}
	.gallery_masonry .item .inner .gap { height: 2px; background: #002C59; margin-bottom: 50px;}
	.gallery_masonry .item:hover .preview span { opacity: 1;}
	.gallery_masonry .item:hover .preview img { opacity: 0.7;}
	
	.underlay01, .underlay02 { position: absolute; color: #99A2AE; opacity: 0.07; font-size: 300px; line-height: 1em; width: 3000%; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; z-index: 1;}
	.underlay01 { top: 90px; right: 60%; text-align: right;}
	.underlay02 { bottom: 100px; left: 50%; text-align: left;}

.block_action { position: relative; background: #fff; z-index: 999; padding: 40px 0;}
	.block_action .action_text { text-align: right; padding-right: 20px; min-height: 65px; font-size: 40px; color: #C38F32;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-end;
	    align-items: center;
	}
	.block_action .btn { margin: 0 20px; padding: 20px; border: 3px solid #C38F32; color: #C38F32; display: block;}
	.block_action .btn:hover { background: #C38F32; color: #fff;}

.block_testimonial { background: #002C59 no-repeat center center; position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.block_testimonial.fixed { background-attachment: fixed !important; }
	.block_testimonial .quote { padding: 100px 0 70px 0; font-size: 24px; text-align: center; font-family: Georgia, Serif; line-height: 1.3em; font-weight: 300; position: relative;}
	.block_testimonial .quote:before { content: ''; display: block; width: 60px; height: 3px; background: #C38F32; position: absolute; top: 0; left: 50%; margin: 70px 0 0 -30px;}
	.block_testimonial span { position: absolute; left: 50%; top: -120px; font-size: 550px; line-height: 1em; font-family: Arial Black, Arial, sans-serif; color: #99A2AE; font-weight: 900; margin-left: -500px; opacity: 0.07;}
	.block_testimonial .quote em { display: block; padding-top: 30px; font-style: normal; font-size: 14px; font-family: 'GothamMedium', sans-serif;}
	.block_testimonial .inner { min-height: 450px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	
	.block_testimonial.light,
	.block_testimonial.light span,
	.block_testimonial.light em { color: #fff;}

.block_parallax { position: relative; background: #002C59 no-repeat fixed center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.block_parallax .inner { min-height: 450px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.block_parallax h2 { text-align: center; padding: 100px 0; font-size: 60px; line-height: 1.2em;}
	.block_parallax h2.dark { color: #002C59;}
	.block_parallax h2.light { color: #fff; text-shadow: 0 0 40px rgba(0,0,0,0.2);}

.block_gallery { position: relative; background: #F8FAFC; text-align: center;}

	.gallery_masonry { 
		padding: 35px 0;
		column-count: 3;
		column-gap: 0;
	}
	.gallery_masonry .item {  
		display: inline-block;
	    margin: 0;
	    width: 100%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 15px;
	} 
	
	.gallery_google { margin: 20px 0;}
	.gallery_basic { padding: 35px 0;}
		.gallery_basic .item { position: relative; margin: 15px;}
	.block_gallery .btn { margin-bottom: 50px;}

/* Pages */

.block_child { padding: 30px 0; position: relative;}
	.child_page { background: #002C59 no-repeat center center; height: 300px; position: relative; margin: 20px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.child_page .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.child_page .overlay h3 { text-align: center; font-size: 24px;}
	.child_page:hover .overlay { background: rgba(0,0,0,0.1);}

/* Posts */

.blog_posts { padding: 40px 0;}

.the_post { margin: 0 0 40px 0;}
	.the_post .preview { position: absolute; top: 0; left: 0; width: 30%; height: 100%; background: #002C59 no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;}
	.the_post .preview span { position: absolute; display: block; top: 20px; left: -10px; width: 50px; height: 50px; color: #002C59; text-align: center; padding-top: 10px; font-size: 18px; font-family: 'Oswald', sans-serif; text-transform: uppercase; line-height: 1em; z-index: 99; background: #fff;}
	.the_post .preview span em { font-style: normal; font-weight: normal; font-size: 10px; display: block; font-family: 'GothamMedium', sans-serif;}
	.the_post .details { padding: 30px;}
	.the_post h3 { padding-bottom: 20px; line-height: 1.1em; font-size: 20px; text-transform: uppercase; color: #002C59;}
	.the_post .text { color: #002C59;}
	.the_post .more { display: block; padding-top: 20px; color: #002C59; font-family: 'GothamMedium', sans-serif;}

.post_single { padding: 50px 0;}

	.post-social { display: block; position: relative; z-index: 9; text-align: center; margin-bottom: 40px;}
	.post-social li { display: inline-block; position: relative; margin: 0 5px;}
	.post-social li a { display: block; font-size: 14px; border: 1px solid; color: #fff; padding: 7px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; font-family: 'GothamMedium', sans-serif; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.post-social li a i { display: inline-block; padding-right: 10px;}
	
	.post-social li.fb a { border-color: #3a589b; color: #3a589b;}
	.post-social li.tw a { border-color: #51c7ef; color: #51c7ef;}
	.post-social li.pi a { border-color: #cb2027; color: #cb2027;}
	.post-social li.gp a { border-color: #de4e43; color: #de4e43;}
	.post-social li.li a { border-color: #137bb6; color: #137bb6;}
	
	.post-social li.fb a:hover { background: #3a589b; color: #fff;}
	.post-social li.tw a:hover { background: #51c7ef; color: #fff;}
	.post-social li.pi a:hover { background: #cb2027; color: #fff;}
	.post-social li.gp a:hover { background: #de4e43; color: #fff;}
	.post-social li.li a:hover { background: #137bb6; color: #fff;}

.search_res { text-align: center; padding-bottom: 50px;}

/* Next / Prev */

.block_nav { padding: 40px 0;}
.search_results .post_nav_item { margin-bottom: 40px;}

.post_nav_item { position: relative; margin: 15px 20px; padding: 0 30px 0 180px; text-align: left; z-index: 2;}
	.post_nav_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav_item .preview { width: 150px; height: 150px; position: absolute; top: 0; left: 0; z-index: 3; background: #002C59; overflow: hidden;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.post_nav_item .preview img { position: relative; z-index: 9;}
	.post_nav_item:hover .preview img { opacity: 0.7;}
	.post_nav_item .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; line-height: 1em; z-index: 15; font-style: normal;}
	.post_nav_item .details { min-height: 150px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	.post_nav_item h3 { font-size: 18px; color: #002C59;}
	
	.post_nav { display: block;}
	.post_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav a { display: block; line-height: 1em; margin: 0; font-size: 18px; padding: 15px 20px; border: 3px solid #002C59; color: #002C59; margin: 0 15px 30px 15px; font-family: 'GothamMedium', sans-serif;}
	.post_nav .left { text-align: center;}
	.post_nav .right { text-align: center;}
	.post_nav a:hover { background: #002C59; color: #fff;}

/* Sidebar */

#sidebar { padding: 20px 0;}

/* Widgets */

.widget { padding: 0 0 40px 60px;}
	.widget h3 { font-size: 18px; color: #002C59; padding-bottom: 20px;}
	.widget ul li { position: relative;}
	.widget ul ul li {}
	.widget ul li a { font-size: 15px; color: #002C59; padding: 5px 0; display: block; position: relative; z-index: 1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.widget ul li a:hover,
	.widget ul li.current-menu-item a { color: #002C59;}
	.widget .textwidget { padding: 0;}
	#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 50%; right: 5px; margin-top: -15px !important; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}
	
	.block_search { padding: 10px 20px 40px 20px;}
	.block_search #searchform input[type="text"] { padding: 20px !important;}

/* Footer */

#footer { position: relative; background: #002C59; padding: 50px 0; color: #fff;
	background: -moz-linear-gradient(90deg, rgba(0,44,89,1) 0%, rgba(0,25,51,1) 70%);
	background: -webkit-linear-gradient(90deg, rgba(0,44,89,1) 0%, rgba(0,25,51,1) 70%);
	background: linear-gradient(90deg, rgba(0,44,89,1) 0%, rgba(0,25,51,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c59",endColorstr="#001933",GradientType=1);
}
#footer:before { content: ''; display: block; width: 100%; height: 10px; position: absolute; top: 0;
	background: #c38f32;
	background: -moz-linear-gradient(90deg, rgba(195,143,50,1) 0%, rgba(250,227,115,1) 50%, rgba(195,143,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(195,143,50,1) 0%, rgba(250,227,115,1) 50%, rgba(195,143,50,1) 100%);
	background: linear-gradient(90deg, rgba(195,143,50,1) 0%, rgba(250,227,115,1) 50%, rgba(195,143,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c38f32",endColorstr="#c38f32",GradientType=1);
}
	.social { text-align: left;}
	.social li { display: inline-block; margin: 5px; vertical-align: top;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; color: #C38F32; text-align: center; padding-top: 10px; border: 1px solid #C38F32; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.social li span:hover { background: #C38F32; color: #fff;}
	
	.address { padding: 20px 0; font-size: 14px; font-family: 'GothamMedium', sans-serif;}
	
	#footer .badge { text-align: center; padding-top: 20px;
		display: flex;
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	}
	#footer .badge span { display: inline-block; margin: 10px;}
	#footer .badge span img { transition:.5s; opacity: 0.3;}
	#footer .badge span a:hover img { opacity: 0.7;}
	
	.footer_menu {}
	.footer_menu ul { text-align: right;}
	.footer_menu ul li { display: block; margin: 2px 0;}
	.footer_menu ul li a { color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'GothamMedium', sans-serif; transition:.5s;}
	.footer_menu ul li a:hover { text-decoration: underline; color: #C38F32;}
	.footer_menu ul ul { display: none;}
	
	.newsletter_block { padding-bottom: 20px;}
	.newsletter_block p { padding: 0 0 15px 0;}
	.newsletter_block input[type="email"] { background: #333 !important; color: #fff !important; border: 1px solid #333 !important; margin: 0 !important;}
	.newsletter_block input[type="submit"] { margin: 0 !important; padding: 11px 0 !important; width: 100%; text-transform: none; background: #1a1a1a;}

	.copyright { font-size: 10px; text-align: center; color: #fff; opacity: 0.4;}
	.copyright a { color: #fff;}
	.copyright a:hover { color: #fff;}

/* Gallery Shortcode */

.gallery_block { padding: 20px 0;}
.gallery_block .item { padding: 5px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.gallery_block .item:hover { opacity: 0.5;}

/* Justified Gallery */

.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#002C59;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#002C59;border-radius:6px}

/* Search Popup */

#search_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	.popup_inner { position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -250px; width: 500px;}
	.popup_inner #searchform input { padding: 15px 25px !important; font-size: 24px !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 55px; height: 55px ; margin: 0; font-size: 24px; line-height: 1em; display: block; cursor:pointer; color: #002C59;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #fff;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #002C59;}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.search_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* SlideShow Blocks */

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 50px; overflow: hidden;}
/*.cycle-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}*/
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 300px; margin-left: -150px; text-align: center; bottom: 10px; left: 50%; z-index: 999;}
.cycle-pager span { width: 10px; height: 10px; display: inline-block; background: #fff; color: #fff; margin: 0 5px; font-size: 1px; line-height: 1em; overflow: hidden; cursor: pointer;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0.2;}
.cycle-pager span.cycle-pager-active { opacity: 1;}

.cycle-prev,
.cycle-next { position: absolute; top: 50%; width: 50px; height: 50px; margin-top: -25px; background: #fff; color: #002C59; z-index: 999; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; text-align: center; font-size: 30px; line-height: 1em; padding-top: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.cycle-prev { left: 20px;}
.cycle-next { right: 20px;}

.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}

.cycle-slideshow { height: 100%;}
.cycle-slideshow .slide { width: 100%; height: 100%; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

/************************************/
/************** MENUS ***************/

#menu { padding: 23px 30px 23px 0;}
#menu ul { text-align: right;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 14px; line-height: 1em; padding: 10px; color: #002C59; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover {}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a { color: #C38F32;}

#menu ul li.action a { padding: 10px 20px; margin-left: 10px; border: 1px solid #C38F32; color: #C38F32; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

#header.white #menu ul li a { color: #fff;}
#header.white #menu ul li.current-menu-item a,
#header.white #menu ul li.current-menu-parent a,
#header.white #menu ul li.current-page-ancestor a { color: #fff;}
#header.black #menu ul li a { color: #fff;}
#header.black #menu ul li.current-menu-item a,
#header.black #menu ul li.current-menu-parent a,
#header.black #menu ul li.current-page-ancestor a { color: #C38F32;}

#header.white #menu ul li.action a { border-color: #fff;}
#header.white #menu ul li.action a:hover { background: #C38F32; border-color: #C38F32; color: #fff;}

/* Level 1 */
#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -7px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #002C59 transparent;}
#menu ul ul { position:absolute; left: 50%; top: 56px; margin-left: -100px;  border-top: 1px solid #002C59; background: #fff; width: 200px; z-index:9999; text-align: center; padding: 15px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #002C59 !important; font-size: 14px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #002C59 !important;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #002C59; }
/* level 2 */
#menu ul ul ul:before { left: -5px; top: 19px; margin-left: -2px; border-width: 7px 7px 7px 0; border-color: transparent #fff transparent transparent;}
#menu ul ul ul { left:200px; margin-left:0; top: -10px; padding: 10px 0; border-top: none; border-left: 2px solid #fff; background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#header.white #menu ul ul:before { border-color: transparent transparent #fff transparent;}
#header.white #menu ul ul { border-top: 1px solid #fff;}

/* mobile menu */

.mobile_sidebar { background: #002C59; padding: 30px;}
	.mobile_sidebar #searchform {}
	.mobile_sidebar #searchform input { background: rgba(0,0,0,0.3); border: none !important;}
	.mobile_sidebar #searchform i { color: #fff;}
	
	.mobile_sidebar .mobile_menu { padding: 30px 0;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block; text-align: center;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 16px; text-transform: uppercase; color: #fff; font-family: 'GothamMedium', sans-serif;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; opacity: 0.7;}
	
	.mobile_sidebar .menu li a:hover,
	.mobile_sidebar .menu li.current-menu-item a,
	.mobile_sidebar .menu li.current-menu-parent a,
	.mobile_sidebar .menu li.current-page-ancestor a { color: #C38F32;}
	
	.mobile_sidebar .social { text-align: center;}
	.mobile_sidebar .social li { margin: 5px;}
	.mobile_sidebar .social li span { width: 40px; height: 40px; padding-top: 8px; border: 1px solid #fff; color: #fff;}
	
	.mobile_sidebar .address:before { content: ''; display: block; width: 60px; height: 2px; background: #fff; position: absolute; top: 0; left: 50%; margin-left: -30px;}
	.mobile_sidebar .address { padding: 30px 0; text-align: center; color: #fff; position: relative; font-family: 'GothamBook', sans-serif;}
	.mobile_sidebar .copyright { text-align: center; color: #999; line-height: 1.2em; padding-top: 30px;}
	.mobile_sidebar .copyright a { color: #999; font-family: 'GothamBook', sans-serif;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1100px;
	display:block;
	padding: 0;
}

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px;}
		
}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	.container { width: 768px; padding: 0 30px;}
	.cycle-pager { width: 300px; margin-right: -330px;}
	
	.btn { padding: 12px 10px;}
	#logo img { height: 60px; width: auto;}
	
	.cycle-prev { left: 0;}
	.cycle-next { right: 0;}
	
	.section_heading { font-size: 24px;}

	.block_heading h1 { font-size: 50px;}
	.block_heading.single_heading h1 { font-size: 40px;}
	.block_slideshow .caption h3 { font-size: 50px;}
	
	.block_slideshow.h_400px { height: 350px;}
	.block_slideshow.h_500px { height: 400px;}
	.block_slideshow.h_600px { height: 450px;}
	.block_slideshow.h_700px { height: 500px;}
	.block_slideshow.h_800px { height: 550px;}
	.block_slideshow.h_900px { height: 600px;}

	.block_promo { position: relative; background: #F8FAFC;}
	.promo_grid { padding: 50px 0;}
	.promo_carousel { padding: 10px 0 0 0;}
	.promo_item { margin: 20px;}
    .promo_item .inner h3 { font-size: 20px; padding-bottom: 20px;}
    .promo_item .inner .sub { font-size: 14px; padding-bottom: 10px;}
    .promo_item .inner span { font-size: 12px; padding: 10px 15px;}

	.feat_box .pic { position: absolute; width: 50%; height: 100%; margin-bottom: 0;}
	.feat_box .feature_box { background: #fff; z-index: 7800; padding: 40px; position: relative; width: 50%; bottom: 0;}
	.feat_box.right .pic { margin-left: 50%;}
	.feat_box.left .feature_box { left: 50%;}
	.feat_box.right .feature_box { right: 0;}
	
	.underlay,
	.underlay01,
	.underlay02, { display: none;}

	.blog_feed .item { margin: 15px;}
	.blog_feed .item.middle { margin: 15px;}
	.blog_item { height: 300px;}
	.blog_item span { top: 30px; margin: 0 0 0 -30px;}
	.blog_item .inner h3 { margin: 0 20px; padding: 20px 0; font-size: 18px;}
	.block_feed .btn { margin-bottom: 50px;}
	
	.block_feed.masonry { padding: 20px 0;}
	.block_feed.masonry .gallery_masonry .item { padding: 0 20px 40px 20px; z-index: 991;}
	.block_feed.masonry .gallery_masonry { position: relative; z-index: 99;}
	.gallery_masonry .item .inner { background: #fff; position: relative;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	}
	.gallery_masonry .item .inner .details { padding: 30px; text-align: left; color: #002C59;}
	.gallery_masonry .item .inner .details h3 { font-size: 18px; padding-bottom: 20px;}
	.gallery_masonry .item .inner .details .more { padding-top: 15px; font-family: 'GothamMedium', sans-serif; display: block;}
	.gallery_masonry .item .preview span { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; background: #fff; text-align: center; font-size: 36px; line-height: 1em; color: #002C59; font-family: 'GothamMedium', sans-serif; padding-top: 12px; margin: -30px 0 0 -30px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; z-index: 9; opacity: 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.gallery_masonry .item .inner .gap { height: 2px; background: #002C59; margin-bottom: 50px;}

	.block_testimonial .quote { padding: 100px 0 70px 0; font-size: 18px;}
	
	.block_parallax .inner { min-height: 300px;}
	.block_parallax h2 { font-size: 40px;}

	.gallery_masonry .item { padding: 10px;} 
	.gallery_basic .item { position: relative; margin: 10px;}
	
	.child_page { height: 200px; margin: 15px;}
	.child_page .overlay h3 { font-size: 18px;}
	
	.block_feed.masonry .gallery_masonry { column-count: 2;}
	.block_feed.masonry .gallery_masonry .item { padding: 15px;}
	
	.block_action .action_text { font-size: 30px;}

	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	.cycle-pager { width: 300px; right: 10px; margin-right: 0; bottom: 10px;}
	.popup_inner { width: 300px; margin-left: -150px;}
	
	.btn { padding: 12px 10px; display: block; width: 100%;}
	#logo img { height: 60px; width: auto;}
	
	.section_heading { padding: 30px 0 0 0; font-size: 20px;}

	.block_heading { height: 250px;}
	.block_heading .inner { padding: 30px 0;}
	.block_heading h1 { font-size: 36px;}
	.block_heading span { width: 100%; margin: 0; padding-top: 10px;}
	.block_heading.single_heading h1 { font-size: 24px;}

	.block_slideshow { min-height: 350px; height: 350px;}
	.block_slideshow .caption { padding: 0 0 50px 0;}
	.block_slideshow .caption h3 { font-size: 40px;}
	.block_slideshow .caption .text { padding: 10px 0;}
	
	.block_slideshow.h_400px { height: 350px;}
	.block_slideshow.h_500px { height: 350px;}
	.block_slideshow.h_600px { height: 350px;}
	.block_slideshow.h_700px { height: 400px;}
	.block_slideshow.h_800px { height: 450px;}
	.block_slideshow.h_900px { height: 500px;}
	
	.block_textarea { padding: 30px 0;}
	.block_textarea .text { padding: 0;}

	.promo_grid { padding: 30px 0;}
	.promo_carousel { padding: 10px 0 0 0;}
	.promo_item { height: 250px; margin: 15px;}
    .promo_item .inner h3 { font-size: 24px; padding-bottom: 10px;}
    .promo_item .inner .sub { font-size: 14px; padding-bottom: 10px;}
    .promo_item .inner span { display: none;}

	.feat_box { padding-top: 30px;}
	.feat_box .pic { position: relative; width: 100%; height: 250px; margin-bottom: 0;}
	.feat_box .feature_box { padding: 30px; position: relative; width: 100%; bottom: auto;}
	.feat_box.right .pic { margin-left: 0;}
	.feat_box.left .feature_box { left: 0;}
	.feat_box.right .feature_box { right: 0;}
	
	.underlay,
	.underlay01,
	.underlay02, { display: none;}

	.blog_feed { padding: 30px 0;}
	.blog_feed .item { margin: 15px 0;}
	.blog_feed .item.middle { margin: 15px 0;}
	.blog_item { height: 250px;}
	.blog_item span { top: 50px;  margin: 0 0 0 -30px;}
	.blog_item .inner h3 { margin: 0 20px; padding: 20px 0; font-size: 18px;}
	.block_feed .btn { margin-bottom: 30px;}
	
	.block_feed.masonry .gallery_masonry .item { padding: 15px 0;}
	.block_feed.masonry .gallery_masonry { column-count: 1;}
	.gallery_masonry .item .preview img { width: 100%; height: auto;}

	.block_action { position: relative; background: #fff; z-index: 999; padding: 40px 0;}
	.block_action .action_text { text-align: center; padding: 0 0 20px 0; font-size: 30px; justify-content: center;}
	.block_action .btn { margin: 0;}
	
	.block_testimonial.fixed { background: no-repeat center center; }
	.block_testimonial .quote { padding: 80px 0 40px 0; font-size: 16px;}
	.block_testimonial .quote:before { margin: 40px 0 0 -30px;}
	.block_testimonial span { display: none;}
	.block_testimonial .quote em { font-size: 12px;}
	.block_testimonial .inner { min-height: 300px;}
	
	.block_parallax { background: no-repeat center center;}
	.block_parallax .inner { min-height: 200px;}
	.block_parallax h2 { padding: 60px 0; font-size: 36px;}

	.gallery_masonry { 
		padding: 20px 0;
		column-count: 2;
		column-gap: 0;
	}
	.gallery_masonry .item { padding: 5px;} 
	.gallery_basic .item { margin: 5px;}
	.block_gallery .btn { margin-bottom: 30px;}
	
	.child_page { height: 200px; margin: 15px 0;}
	.child_page .overlay h3 { font-size: 18px;}
	
	.the_post { margin: 0 0 30px 0;}
	.the_post .preview { position: relative; top: 0; left: 0; width: 100%; height: 150px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	.the_post h3 { font-size: 18px;}

	.post_single { padding: 30px 0;}

	.post-social { margin-bottom: 30px;}
	.post-social li a { min-width: 40px;}
	.post-social li a i { padding-right: 0;}
	.post-social li a span { display: none;}
	
	.post_nav_item { margin: 15px 0; padding: 0 30px 0 130px;}
	.post_nav_item .preview { width: 100px; height: 100%;}
	.post_nav_item .details { min-height: 100px;}
	.post_nav_item h3 { font-size: 16px;}
	
}

/* MAX HEIGHT */
@media (max-height: 900px) {
	.slide_height { height: 500px;}
}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
/*input[type="number"],*/
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #fff;
	border: 1px solid #D0D4D7;
	color: #002C59;
	font-size:14px ;
	padding: 10px !important;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
/*input[type="number"]:focus,*/
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background:#f3f3f3;
	border-color: #002C59;
	color: #002C59;
	outline: none !important;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #002C59;
	color: #fff;
	font-size: 14px;
	/*font-weight: 700;*/
	padding: 11px 20px;
	text-transform: uppercase;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	
	-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #002C59;
	/*-webkit-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);*/
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

.gfield select { font-size: 18px !important; }
.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0; font-family: 'GothamMedium', sans-serif !important;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}
.gform_title { font-weight: normal !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	color: #002C59;
}
.text h1:after,
.text h2:after,
.text h3:after,
.text h4:after,
.text h5:after,
.text h6:after {
	content: ''; position: relative; display: block; width: 60px; height: 3px; background: #C38F32; margin: 25px 0 15px 0;
}
.text h1.center:after,
.text h2.center:after,
.text h3.center:after,
.text h4.center:after,
.text h5.center:after,
.text h6.center:after {
	margin: 25px auto 15px auto;
}
.text dt, .text strong, .text b { font-weight: 700 !important; }

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a { background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #fff; background: #002C59; border: 1px solid #002C59;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/************************************/
/************ SHORTCODES ************/

/* Icons */

.shortcode-icon.custom { color: #002C59 !important;}

/* Buttons */

.shortcode-button { font-family: 'GothamMedium', sans-serif !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
   -moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
	-ms-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
	    box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
}
.shortcode-button.white {
-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
   -moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
	-ms-box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
	    box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
}
.shortcode-button.default { background: #002C59 !important;}
.shortcode-button.custom { color: #fff !important; background: #0092D0 !important;}
.shortcode-button.custom:hover { color: #fff !important; background: #0092D0 !important; border: none;}
.shortcode-button.light-grey { color: #000 !important;}

.shortcode-button:hover {
-webkit-box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
   -moz-box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
        box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
}
.shortcode-button.white:hover {
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
   -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
}

/* Alerts */

.shortcode-alert.custom { background: #002C59 !important; color: #fff;}
.shortcode-alert.light-grey { background: #fff !important;}
.shortcode-alert.light-grey a,
/*.shortcode-alert.white a { color: #002C59 !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #002C59 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #fff !important; background: #002C59 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}

.shortcode-alert.white {
-webkit-box-shadow:inset 0 0 0 3px #002C59;
   -moz-box-shadow:inset 0 0 0 3px #002C59;
	-ms-box-shadow:inset 0 0 0 3px #002C59;
	    box-shadow:inset 0 0 0 3px #002C59;
}

/* Quotes */

/* Lists */

.shortcode-list.custom li i { color: #002C59 !important;}

/* Video */

/* Fancybox */

.fancybox-close { background-color: #fff !important; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; color: #999;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.fancybox-close:before { background: #002C59;}
.fancybox-close:after { background: #002C59;}
.fancybox-prev, .fancybox-next { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/************************************/
/************* END CSS! *************/