/*
Theme Name: Sydney Theme
Theme URI: http://themeforest.net/user/milothemes/portfolio
Description: Sydney is a simple but complex WordPress Theme containing all the features a financial-business website needs. The clean and smart design offers a genuine outlook on the financial websites market. If you are in search of theme for an insurance company, personal broker, consulting company, financial group or any other domain related to economy you are in the right place. Choose Sydney Theme.
Author: MiloThemes
Author URI: http://themeforest.net/user/milothemes
Text Domain: sydney-theme
Domain Path: /languages
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License
*/ 

/*
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 *	+ TEXT PARALLAX
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *	+ TEXT BOXES
 *	+ IMAGES BOXES
 *	+ DIVIDERS
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ TIMELINE
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 * 	+ COUNTERS
 * 	+ STATISTICS
 *	+ PRICE PLAN
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ BREADCRUMB
 * 	+ FULL SECTIONS
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER TOP
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 */

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
	body {
		font: 15px/26px "Roboto", Arial, sans-serif;
		background-color: #fff;
		color: #737373;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #04142b;
		font-weight: 500;
	}
	
	h1 {
		margin-bottom: 14px;
		font-size: 72px;
		line-height: 95px;
	}
	
	h2 {
		margin-bottom: 12px;
		font-size: 48px;
		line-height: 62px;
	}
	
	h3 {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 42px;
	}
	
	h4 {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 34px;
	}
	
	h5 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 28px;
	}
	
	h6 {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 23px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #04142b;
		text-decoration: none;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: #c8bba1;
		text-decoration: none;
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
		font-weight: inherit;
	}
	
	p { 
		margin-bottom: 26px; 
	}
	
	
	/* LINKS */
	a {
		color: #c8bba1;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #c8bba1;
	}
	
	
	/* IMAGES */
	img {
                height: auto;
		max-width: 100%; 
	}
        
        figure { max-width: 100%; }
	
	/* ADDRESS */
	address {
		line-height: inherit;
	}
        
        /* TABLES */
        table>tbody>tr>td, 
        table>tbody>tr>th, 
        table>tfoot>tr>td, 
        table>tfoot>tr>th, 
        table>thead>tr>td, 
        table>thead>tr>th {
                padding: 8px;
                border: 1px solid #ddd;
        }
	
	
	/* FORMS */
	input,
	select,
	textarea {
		display: block;		
		max-width: 100%;
		padding: 10px 20px;
		border: none;
		margin-bottom: 20px;
		border: 2px solid #e4f0f3;
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	select {
		width: 100%;
	}
	
	input[class^="col-"],
	select[class^="col-"],
	textarea[class^="col-"] {
		padding: 10px 20px;
	}
	
	label {
		font-weight: normal;
	}
	
	textarea:focus,
	input[type="url"]:focus,
	input[type="tel"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="month"]:focus,
	input[type="text"]:focus,
	input[type="color"]:focus,
	input[type="email"]:focus,
	input[type="image"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus {
		border-color: #e1e1e1;
		box-shadow: none;
		outline: 0;
	}
	
	.checkbox input[type="checkbox"], 
	.checkbox-inline input[type="checkbox"], 
	.radio input[type="radio"], 
	.radio-inline input[type="radio"] {
		margin-top: 7px;
	}
	
	.checkbox input[type="checkbox"]:focus, 
	.checkbox-inline input[type="checkbox"]:focus, 
	.radio input[type="radio"]:focus, 
	.radio-inline input[type="radio"]:focus {
		outline: none;
	}
	
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		padding: 8px 25px;
		border: 2px solid #04142b;
		border-radius: 0;
		margin-bottom: 20px;
		background-color: transparent;
		color: #04142b;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	button:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	button:focus,
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;
		outline: 0;
	}
	
	::-moz-placeholder {
		color: #737373;
		font-size: 14px;
		font-style: italic;
	}
	
	::-webkit-input-placeholder {
		color: #737373;
		font-size: 14px;
		font-style: italic;
	}
	
	:-ms-input-placeholder {
		color: #737373;
		font-size: 14px;
		font-style: italic;
	}
	
	
	/* TRANFORMATION CLASSES */
	.text-mute {
		color: #858585;
	}
	
	.text-default-color {
		color: #c8bba1 !important;
	}
	
	.text-highlight {
		padding: 3px 8px;
		background-color: #04142b;
		color: #fff;
	}
	
	.text-big {
		font-size: 18px;
		font-weight: 300;
	}
	
	.dropcap {
		float: left;
		font-size: 42px;
		line-height: 52px;
		font-weight: 700;
		margin-right: 10px;
	}
	
	.big-icon {
		font-size: 48px;
		line-height: 72px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.big-icon:hover {
		color: #c8bba1;
	}
        
        .theme-icon a {
                color: #fff;
        }
        
        .theme-icon a:hover {
                text-decoration:none;
        }
	
	.signature span {
		display: block;
		color: #04142b;
		margin: -30px 0 0 40px;
	}
	
	.last,
	.no-margin-bottom {
		margin-bottom: 0 !important;
	}
	
	@media (max-width: 767px) {
		
		h1 {
			font-size: 58px;
			line-height: 72px;
		}
		
		h2 {
			font-size: 40px;
			line-height: 54px;
		}
		
		.last {
			margin-bottom: 20px !important;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	/* HEADLINE */
	.headline {
		margin-bottom: 80px;
	}
	
	.headline h3 {
		display: inline-block;
		margin-bottom: 0;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.headline h3:after {
		position: relative;
		bottom: -18px;
		display: inline-block;
		margin: 0 5px;
		color: #c8bba1;
		font-weight: 300;
		content: "/";
	}
	
	.headline h6 {
		position: relative;
		bottom: -15px;
		display: inline-block;
		margin-bottom: 0;
		font-weight: 500;
	}
	
	/* TITLE */
	.title {
		padding: 10px 0;
		border-top: 1px solid #e4f0f3;
		border-bottom: 1px solid #e4f0f3;
		margin-bottom: 30px;
	}
	
	.title p,
	.title h5 {
		margin-bottom: 0;
	}
	
	.title h5 {
		float: left;
		font-weight: 700;
	}
	
	.title p {
		float: right;
		font-style: italic;
	}
	
	.title:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.title p,
		.title h5 {
			float: none;
		}
	}
	
	@media (max-width: 767px) {
		
		.headline h3,
		.headline h6 {
			display: block;
		}
		
		.headline h3:after {
			display: block;
			bottom: -7px;
			width: 50px;
			border-bottom: 1px solid #c8bba1;
			content: "";
		}
		
		.title p,
		.title h5 {
			float: none;
		}
		
	}
	
/***********************************************************************************
 *	+ TEXT PARALLAX
 ***********************************************************************************/
 
	.text-parallax {
		background: repeat top left;
	}

	.text-parallax-content {
		overflow: hidden;
		background: #fff;
		color: #04142b;
		font-size: 66px;
		line-height: 88px;
		mix-blend-mode: lighten;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
	
	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #240e35;
		font-size: 16px;
		text-align: center;
	}

	.alert.alert-info {
		background-color: #c8bba1;
		color: #fff;
	}

	.alert.alert-danger {
		background-color: #ffb7ba;
	}

	.alert.alert-success {
		background-color: #e4f0f3;
	}

	.alert.alert-warning {
		background-color: #fff29f;
	}
	
	h1.error,
        i.very-large-a {
		margin-bottom: 0;
		color: #c8bba1;
		font-size: 140px;
		line-height: 140px;
		text-align: center;
	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* GENERAL */
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}
	
	li > ul, 
	li > ol { 
		margin-bottom: 0; 
		margin-left: 26px; 
	}
	
	dl {
		margin-bottom: 26px;
	}
	
	
	/* SQUARE LIST */
	.square-list { 
		list-style: none;
		margin-bottom: 26px;
	}
	
	.square-list li {
		margin-bottom: 8.5px;
	}
	
	.square-list li:last-child {
		margin-bottom: 0;
	}
	
	.square-list li:before {
		position: relative;
		top: -1px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #c8bba1;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.square-list li a {
		color: #737373;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.square-list li a:hover {
		color: #04142b;
		text-decoration: none;
	}
	
	.square-list li:hover:before {
		border-color: #04142b;
	}
	
	
	/* CHECK LIST */
	.check-list { 
		list-style: none;
		margin-bottom: 26px;
	}
	
	.check-list li {
		margin-bottom: 15px;
	}
	
	.check-list li:last-child {
		margin-bottom: 0;
	}
	
	.check-list li:before {
		position: relative;
		top: 3px;
		margin-right: 25px;
		color: #c8bba1;
		font-family: "sydney-icons";
		font-size: 20px;
		content: "\e92a";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.check-list li a {
		color: #737373;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.check-list li a:hover {
		color: #04142b;
		text-decoration: none;
	}
	
	.check-list li:hover:before {
		color: #04142b;
	}
	
	
	/* CHECK LIST 2 */
	.check-list-2 { 
		list-style: none;
		margin-bottom: 50px;
	}
	
	.check-list-2 li {
		position: relative;
		padding: 15px 20px 15px 65px;
		margin-bottom: 30px;
		background-color: #e4f0f3;
		color: #04142b;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.check-list-2 li h5 {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.check-list-2 li:last-child {
		margin-bottom: 0;
	}
	
	.check-list-2 li:before {
		position: absolute;
		top: 16px;
		left: 25px;
		color: #04142b;
		font-family: "sydney-icons";
		font-size: 20px;
		content: "\e92a";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.check-list-2 li > *:last-child {
		margin-bottom: 0;
	}
	
	.check-list-2 li:hover {
		background-color: #04142b;
		color: #fff;
	}
	
	.check-list-2 li:hover:before {
		color: #c8bba1;
	}
	
	.check-list-2 li:hover h5 {
		color: #fff;
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	.btn {
		position: relative;
		padding: 8px 25px;
		border: 2px solid #04142b;
		border-radius: 0;
		margin-right: 5px;
		margin-bottom: 20px;
		color: #04142b;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn + .btn {
		margin-left: 20px;
	}
	
	.btn:before {
		position: absolute;
		top: 4px;
		right: -8px;
		bottom: -8px;
		width: 6px;
		border-top: 2px solid #04142b;
		border-right: 2px solid #04142b;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:after {
		position: absolute;
		right: -8px;
		bottom: -8px;
		left: 4px;
		height: 6px;
		border-bottom: 2px solid #04142b;
		border-left: 2px solid #04142b;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-lg {
		font-size: 15px;
		padding: 10px 30px;
	}
	
	.btn-xs {
		font-size: 13px;
		padding: 6px 20px;
	}
	
	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	.btn:hover:before,
	.btn:hover:after {
		border-color: #c8bba1;
	}
	
	.btn:hover:before {
		top: -2px;
		right: -2px;
		bottom: 2px;
	}
	
	.btn:hover:after {
		bottom: -2px;
		right: 2px;
		left: -2px;
	}
	
/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/

	.text-box {
		position: relative;
		padding: 40px;
		margin-bottom: 50px;
		background: no-repeat center center;
	}
	
	.text-box > i {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 60px;
		height: 60px;
		background-color: #c8bba1;
		color: #fff;
		font-size: 24px;
		line-height: 60px;
		text-align: center;
	}
	
	.text-box a.plus {
		display: inline-block;
		padding: 8px 16px;
		background-color: #04142b;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.text-box a.plus:hover {
		background-color: #c8bba1;
	}
	
	.text-box h4 {
		margin-bottom: 20px;
	}
	
	.text-box h1,
	.text-box h2,
	.text-box h3,
	.text-box h4,
	.text-box h5,
	.text-box h6 {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.text-box .btn {
		margin-top: 10px;
	}
	
	.text-box > *:last-child {
		margin-bottom: 0;
	}
	
	.text-box.style-1 {
		border: 1px solid #c8bba1;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.text-box.style-1:hover {
		background-color: #fff;
		color: #737373;
	}
	
	.text-box.style-2 {
		background-color: #04142b;
		color: #fff;
	}
	
	.text-box.style-2 a,
	.text-box.style-2 h1,
	.text-box.style-2 h2,
	.text-box.style-2 h3,
	.text-box.style-2 h4,
	.text-box.style-2 h5,
	.text-box.style-2 h6 {
		color: inherit;
	}
	
	.text-box.style-2 .btn,
	.text-box.style-2 .btn:before,
	.text-box.style-2 .btn:after {
		border-color: inherit;
	}
	
	.text-box.style-2 a:hover {
		color: #c8bba1;
	}
	
	.text-box.style-2 .btn:hover,
	.text-box.style-2 .btn:hover:before,
	.text-box.style-2 .btn:hover:after {
		border-color: #c8bba1;
	}
	
	.text-box:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
        
        .text-box .text-box-thumb {
		float: left;
		width: 60%;
		margin: -20px 20px -20px -20px;
	}
        
        @media (min-width: 1200px) {
		.text-box .text-box-thumb {
			float: left;
			width: 65%;
			margin: -40px 30px -40px -40px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.text-box {
			padding: 40px 20px;
		}
                
                .text-box .text-box-thumb {
			margin-bottom: 0;
		}
		
	}
	
/***********************************************************************************
 *	+ IMAGES BOXES
 ***********************************************************************************/
	
	.image-box {
		position: relative;
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.image-box-thumbnail img {
		display: block;
		width: 100%;
	}
	
	.image-box > h6 {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 30px;
		margin-bottom: 0;
		background-color: rgba(4, 20, 43, 0.9);
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.image-box-content {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		overflow-y: scroll;
		padding: 25px;
		background-color: rgba(4, 20, 43, 0.9);
		color: #e4f0f3;
		font-size: 14px;
		line-height: 26px;
		-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
				transform: translateY(100%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.image-box-content.slideup {
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
	
	.image-box-content > .close-image-box-content {
		position: absolute;
		top: 15px;
		right: 15px;
		bottom: auto;
		left: auto;
	}
	
	.image-box-content h6 {
		margin-bottom: 10px;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
	
	.image-box-content > a {
		font-size: 13px;
		letter-spacing: 1px;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.image-box-content > a i {
		position: relative;
		top: 4px;
		font-size: 20px;
	}
	
	.image-box-content > a:hover {
		color: #fff;
	}
	
	.image-box:hover > h6 {
		background-color: rgba(200, 187, 161, 0.9);
	}
	
	#price-box img {
		margin-left: -40px;
	}
	
	#price-box .price {
		position: absolute;
		top: 60px;
		right: 100px;
		width: 135px;
		height: 135px;
		padding-top: 20px;
		border-radius: 50%;
		background-color: #04142b;
		color: #c8bba1;
		font-size: 52px;
		line-height: 34px;
		text-align: center;
	}
	
	#price-box .price small {
		display: block;
		color: #fff;
		font-size: 13px;
		font-weight: 300;
		text-transform: uppercase;
	}
	
	#price-box .price span {
		font-size: 30px;
		font-weight: 300;
		vertical-align: top;
	}
	
	#price-box .price sup {
		font-size: 18px;
		font-weight: 300;
		vertical-align: super;
	}
	
	@media (min-width: 1200px) {
		
		.image-box-content > a {
			position: absolute;
			bottom: 20px;
			left: 25px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.image-box > h6 {
			padding: 10px 20px;
		}
		
		.image-box-content {
			padding: 20px;
		}
		
		#price-box img {
			margin-left: -20px;
		}
		
		#price-box .price {
			top: 20px;
			right: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#price-box .price {
			top: 20px;
			right: 0;
		}
		
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-top: 1px solid #e3e3e3;
		margin: 30px 0;
	}
	
	.hr.default-color {
		border-top-color: #c8bba1;
	}
	
	.hr.black {
		border-top-color: #04142b;
	}
	
/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
                background-color: transparent;
        }
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:focus {
                font-size: 16px;
                line-height: 23px;
		padding: 17px 60px 17px 45px;
		border: 1px solid #04142b;
		border-bottom: none;
		background-color: #04142b;
		color: #fff;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
        }
        
	.theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a .vc_tta-controls-icon:after,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a .vc_tta-controls-icon:before,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a .vc_tta-controls-icon {
                border-color: #fff;
                max-height: 8px;
                max-width: 8px;
        }
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon {
                border-color: #04142b;
        }
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon:after,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon:before,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon {
                border-color: #c8bba1;
        }
        
	.theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a {
		border-color: #c8bba1;
		background-color: transparent;
		color: #04142b;
	}
	
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover {
                color: #c8bba1;
        }
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover {
		color: #04142b;
	}
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
                padding: 0 45px 25px;
		border: 1px solid #c8bba1;
		border-top: none;
        }
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-tab>a,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a {
                padding: 10px 40px;
		border: none;
		border-radius: 0;
		background-color: #e4f0f3;
		color: #04142b;
		font-size: 15px;
                line-height: 21px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
        }
        
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-tab>a:hover,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a:hover,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-tab>a:focus,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a:focus {
		background-color: #04142b;
		color: #fff;
        }
        
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-tab.vc_active>a,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-title>a,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-tab.vc_active>a:hover,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-tab.vc_active>a:focus,
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-title>a:focus {
		border: none;
		background-color: #04142b;
		color: #fff;
        }
        
        .theme-tabs.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
                padding: 30px 60px;
		border: 2px solid #e4f0f3;
        }

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
 
	.map {
		height: 300px;
	}
	
	.map img { 
		max-width: none; 
	}
	
	@media (max-width: 767px) {
		
		.map {
			height: 400px !important;
		}
		
	}
	
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
		margin-bottom: 20px;
	}
	
	.social-media a {
		display: inline-block;
		margin-right: 25px;
		color: #04142b;
		font-size: 18px;
		line-height: 32px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media.square a {
		width: 32px;
		height: 32px;
		margin: 4px 5px 4px 0;
		background-color: #e4f0f3;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a.facebook:hover { color: #0e59a0 !important; }
	.social-media a.twitter:hover { color: #0ea4ff !important; }
	.social-media a.dribbble:hover { color: #ea73a0 !important; }
	.social-media a.pinterest:hover { color: #d73532 !important; }
	.social-media a.google:hover { color: #da4835 !important; }
	.social-media a.tumblr:hover { color: #2a445f !important; }
	.social-media a.instagram:hover { color: #82685a !important; }
	.social-media a.rss:hover { color: #f79638 !important; }
	.social-media a.linkedin:hover { color: #018faf !important; }
	.social-media a.skype:hover { color: #00b0f6 !important; }
	.social-media a.flickr:hover { color: #0061db !important; }
	.social-media a.vimeo:hover { color: #4cb2d9 !important; }
	.social-media a.github:hover { color: #3b3b3b !important; }
	.social-media a.youtube:hover { color: #cc181e !important; }
	.social-media a.windows:hover { color: #6dc2e9 !important; }
	.social-media a.dropbox:hover { color: #007ee5 !important; }
	.social-media a.xing:hover { color: #026566 !important; }
	.social-media a.adn:hover { color: #1ea076 !important; }
	.social-media a.android:hover { color: #98cb02 !important; }
	.social-media a.apple:hover { color: #a6b1b7 !important; }
	.social-media a.behance:hover { color: #2d9ad2 !important; }
	.social-media a.bitbucket:hover { color: #214f81 !important; }
	.social-media a.bitcoin:hover { color: #f7931b !important; }
	.social-media a.codepan:hover { color: #000 !important; }
	.social-media a.css3:hover { color: #3289ce !important; }
	.social-media a.delicious:hover { color: #3399fe !important; }
	.social-media a.deviantart:hover { color: #c8da30 !important; }
	.social-media a.digg:hover { color: #0080c2 !important; }
	.social-media a.drupal:hover { color: #0077b9 !important; }
	.social-media a.empire:hover { color: #000 !important; }
	.social-media a.foursquare:hover { color: #daecb0 !important; }
	.social-media a.git:hover { color: #f34f29 !important; }
	.social-media a.gitti:hover { color: #634c3e !important; }
	.social-media a.hacker-news:hover { color: #f18642 !important; }
	.social-media a.html5:hover { color: #e54c1f !important; }
	.social-media a.joomla:hover { color: #016fb9 !important; }
	.social-media a.jsfiddle:hover { color: #4679a4 !important; }
	.social-media a.linux:hover { color: #fece0e !important; }
	.social-media a.maxcdn:hover { color: #f36f20 !important; }
	.social-media a.openid:hover { color: #fe6101 !important; }
	.social-media a.pagelines:hover { color: #3783e3 !important; }
	.social-media a.pied-piper:hover { color: #0c7b48 !important; }
	.social-media a.qq:hover { color: #23286c !important; }
	.social-media a.rebel:hover { color: #000 !important; }
	.social-media a.reddit:hover { color: #cee3f8 !important; }
	.social-media a.renren:hover { color: #0d81e4 !important; }
	.social-media a.share:hover { color: #252525 !important; }
	.social-media a.slack:hover { color: #453744 !important; }
	.social-media a.soundcloud:hover { color: #fe4e00 !important; }
	.social-media a.spotify:hover { color: #80bb41 !important; }
	.social-media a.stack-exchange:hover { color: #265a93 !important; }
	.social-media a.stackoverflow:hover { color: #fea501 !important; }
	.social-media a.steam:hover { color: #191919 !important; }
	.social-media a.stumbleupon:hover { color: #f04f23 !important; }
	.social-media a.tencent-weibo:hover { color: #0063a7 !important; }
	.social-media a.trello:hover { color: #226784 !important; }
	.social-media a.vine:hover { color: #00b081 !important; }
	.social-media a.vk:hover { color: #50769d !important; }
	.social-media a.wechat:hover { color: #a4dc31 !important; }
	.social-media a.weibo:hover { color: #d82828 !important; }
	.social-media a.wordpress:hover { color: #454442 !important; }
	.social-media a.yahoo:hover { color: #4b04a8 !important; }
	.social-media a.ftpx:hover { color: #000 !important; }
	.social-media a.amazon:hover { color: #ff9900 !important; }
	.social-media a.angellist:hover { color: #000 !important; }
	.social-media a.btc:hover { color: #f7931b !important; }
	.social-media a.black-tie:hover { color: #000 !important; }
	.social-media a.bluetooth:hover { color: #0a3d91 !important; }
	.social-media a.buysellads:hover { color: #ba0202 !important; }
	.social-media a.cc-amex:hover { color: #016dd2 !important; }
	.social-media a.cc-diners-club:hover { color: #0069aa !important; }
	.social-media a.cc-discover:hover { color: #f88737 !important; }
	.social-media a.cc-jcb:hover { color: #29166f !important; }
	.social-media a.cc-mastercard:hover { color: #fe9611 !important; }
	.social-media a.paypal:hover { color: #012069 !important; }
	.social-media a.cc-stripe:hover { color: #49b802 !important; }
	.social-media a.cc-visa:hover { color: #1b4da2 !important; }
	.social-media a.chrome:hover { color: #edcd16 !important; }
	.social-media a.codepen:hover { color: #1b1c1b !important; }
	.social-media a.codiepie:hover { color: #000 !important; }
	.social-media a.connectdevelop:hover { color: #023cb0 !important; }
	.social-media a.contao:hover { color: #e4790f !important; }
	.social-media a.dashcube:hover { color: #000 !important; }
	.social-media a.edge:hover { color: #2c74be !important; }
	.social-media a.expeditedssl:hover { color: #2e2e2e !important; }
	.social-media a.firefox:hover { color: #df731b !important; }
	.social-media a.fonticons:hover { color: #1d1e2a !important; }
	.social-media a.fort-awesome:hover { color: #000 !important; }
	.social-media a.forumbee:hover { color: #85ac2f !important; }
	.social-media a.get-pocket:hover { color: #e84352 !important; }
	.social-media a.gg:hover { color: #fd0002 !important; }
	.social-media a.gratipay:hover { color: #653614 !important; }
	.social-media a.houzz:hover { color: #9bc545 !important; }
	.social-media a.internet-explorer:hover { color: #00bcf2 !important; }
	.social-media a.ioxhost:hover { color: #f6a814 !important; }
	.social-media a.lastfm:hover { color: #e2152b !important; }
	.social-media a.leanpub:hover { color: #231f20 !important; }
	.social-media a.meanpath:hover { color: #538dd6 !important; }
	.social-media a.medium:hover { color: #00ab6c !important; }
	.social-media a.mixcloud:hover { color: #040204 !important; }
	.social-media a.modx:hover { color: #8ed547 !important; }
	.social-media a.odnoklassniki:hover { color: #f68634 !important; }
	.social-media a.opencart:hover { color: #00c1f2 !important; }
	.social-media a.opera:hover { color: #e81617 !important; }
	.social-media a.optin-monster:hover { color: #8ed31e !important; }
	.social-media a.product-hunt:hover { color: #d6573d !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.safari:hover { color: #2973d9 !important; }
	.social-media a.scribd:hover { color: #382d29 !important; }
	.social-media a.sellsy:hover { color: #006ca2 !important; }
	.social-media a.shirtsinbulk:hover { color: #dd3a26 !important; }
	.social-media a.simplybuilt:hover { color: #322f34 !important; }
	.social-media a.skyatlas:hover { color: #01aebe !important; }
	.social-media a.slideshare:hover { color: #13999a !important; }
	.social-media a.stack-overflow:hover { color: #ef532a !important; }
	.social-media a.tripadvisor:hover { color: #1e892f !important; }
	.social-media a.twitch:hover { color: #6441a5 !important; }
	.social-media a.usb:hover { color: #000 !important; }
	.social-media a.viacoin:hover { color: #2376a2 !important; }
	.social-media a.whatsapp:hover { color: #44c254 !important; }
	.social-media a.wikipedia:hover { color: #0c0c0c !important; }
	.social-media a.y-combinator:hover { color: #ff6501 !important; }
	.social-media a.yelp:hover { color: #bf311b !important; }
	.social-media a.email:hover { color: #689c49 !important; }
	
	.social-media.square a.facebook:hover { background-color: #0e59a0 !important; }
	.social-media.square a.twitter:hover { background-color: #0ea4ff !important; }
	.social-media.square a.dribbble:hover { background-color: #ea73a0 !important; }
	.social-media.square a.pinterest:hover { background-color: #d73532 !important; }
	.social-media.square a.google:hover { background-color: #da4835 !important; }
	.social-media.square a.tumblr:hover { background-color: #2a445f !important; }
	.social-media.square a.instagram:hover { background-color: #82685a !important; }
	.social-media.square a.rss:hover { background-color: #f79638 !important; }
	.social-media.square a.linkedin:hover { background-color: #018faf !important; }
	.social-media.square a.skype:hover { background-color: #00b0f6 !important; }
	.social-media.square a.flickr:hover { background-color: #0061db !important; }
	.social-media.square a.vimeo:hover { background-color: #4cb2d9 !important; }
	.social-media.square a.github:hover { background-color: #3b3b3b !important; }
	.social-media.square a.youtube:hover { background-color: #cc181e !important; }
	.social-media.square a.windows:hover { background-color: #6dc2e9 !important; }
	.social-media.square a.dropbox:hover { background-color: #007ee5 !important; }
	.social-media.square a.xing:hover { background-color: #026566 !important; }
	.social-media.square a.adn:hover { background-color: #1ea076 !important; }
	.social-media.square a.android:hover { background-color: #98cb02 !important; }
	.social-media.square a.apple:hover { background-color: #a6b1b7 !important; }
	.social-media.square a.behance:hover { background-color: #2d9ad2 !important; }
	.social-media.square a.bitbucket:hover { background-color: #214f81 !important; }
	.social-media.square a.bitcoin:hover { background-color: #f7931b !important; }
	.social-media.square a.codepan:hover { background-color: #000 !important; }
	.social-media.square a.css3:hover { background-color: #3289ce !important; }
	.social-media.square a.delicious:hover { background-color: #3399fe !important; }
	.social-media.square a.deviantart:hover { background-color: #c8da30 !important; }
	.social-media.square a.digg:hover { background-color: #0080c2 !important; }
	.social-media.square a.drupal:hover { background-color: #0077b9 !important; }
	.social-media.square a.empire:hover { background-color: #000 !important; }
	.social-media.square a.foursquare:hover { background-color: #daecb0 !important; }
	.social-media.square a.git:hover { background-color: #f34f29 !important; }
	.social-media.square a.gitti:hover { background-color: #634c3e !important; }
	.social-media.square a.hacker-news:hover { background-color: #f18642 !important; }
	.social-media.square a.html5:hover { background-color: #e54c1f !important; }
	.social-media.square a.joomla:hover { background-color: #016fb9 !important; }
	.social-media.square a.jsfiddle:hover { background-color: #4679a4 !important; }
	.social-media.square a.linux:hover { background-color: #fece0e !important; }
	.social-media.square a.maxcdn:hover { background-color: #f36f20 !important; }
	.social-media.square a.openid:hover { background-color: #fe6101 !important; }
	.social-media.square a.pagelines:hover { background-color: #3783e3 !important; }
	.social-media.square a.pied-piper:hover { background-color: #0c7b48 !important; }
	.social-media.square a.qq:hover { background-color: #23286c !important; }
	.social-media.square a.rebel:hover { background-color: #000 !important; }
	.social-media.square a.reddit:hover { background-color: #cee3f8 !important; }
	.social-media.square a.renren:hover { background-color: #0d81e4 !important; }
	.social-media.square a.share:hover { background-color: #252525 !important; }
	.social-media.square a.slack:hover { background-color: #453744 !important; }
	.social-media.square a.soundcloud:hover { background-color: #fe4e00 !important; }
	.social-media.square a.spotify:hover { background-color: #80bb41 !important; }
	.social-media.square a.stack-exchange:hover { background-color: #265a93 !important; }
	.social-media.square a.stackoverflow:hover { background-color: #fea501 !important; }
	.social-media.square a.steam:hover { background-color: #191919 !important; }
	.social-media.square a.stumbleupon:hover { background-color: #f04f23 !important; }
	.social-media.square a.tencent-weibo:hover { background-color: #0063a7 !important; }
	.social-media.square a.trello:hover { background-color: #226784 !important; }
	.social-media.square a.vine:hover { background-color: #00b081 !important; }
	.social-media.square a.vk:hover { background-color: #50769d !important; }
	.social-media.square a.wechat:hover { background-color: #a4dc31 !important; }
	.social-media.square a.weibo:hover { background-color: #d82828 !important; }
	.social-media.square a.wordpress:hover { background-color: #454442 !important; }
	.social-media.square a.yahoo:hover { background-color: #4b04a8 !important; }
	.social-media.square a.ftpx:hover { background-color: #000 !important; }
	.social-media.square a.amazon:hover { background-color: #ff9900 !important; }
	.social-media.square a.angellist:hover { background-color: #000 !important; }
	.social-media.square a.btc:hover { background-color: #f7931b !important; }
	.social-media.square a.black-tie:hover { background-color: #000 !important; }
	.social-media.square a.bluetooth:hover { background-color: #0a3d91 !important; }
	.social-media.square a.buysellads:hover { background-color: #ba0202 !important; }
	.social-media.square a.cc-amex:hover { background-color: #016dd2 !important; }
	.social-media.square a.cc-diners-club:hover { background-color: #0069aa !important; }
	.social-media.square a.cc-discover:hover { background-color: #f88737 !important; }
	.social-media.square a.cc-jcb:hover { background-color: #29166f !important; }
	.social-media.square a.cc-mastercard:hover { background-color: #fe9611 !important; }
	.social-media.square a.paypal:hover { background-color: #012069 !important; }
	.social-media.square a.cc-stripe:hover { background-color: #49b802 !important; }
	.social-media.square a.cc-visa:hover { background-color: #1b4da2 !important; }
	.social-media.square a.chrome:hover { background-color: #edcd16 !important; }
	.social-media.square a.codepen:hover { background-color: #1b1c1b !important; }
	.social-media.square a.codiepie:hover { background-color: #000 !important; }
	.social-media.square a.connectdevelop:hover { background-color: #023cb0 !important; }
	.social-media.square a.contao:hover { background-color: #e4790f !important; }
	.social-media.square a.dashcube:hover { background-color: #000 !important; }
	.social-media.square a.edge:hover { background-color: #2c74be !important; }
	.social-media.square a.expeditedssl:hover { background-color: #2e2e2e !important; }
	.social-media.square a.firefox:hover { background-color: #df731b !important; }
	.social-media.square a.fonticons:hover { background-color: #1d1e2a !important; }
	.social-media.square a.fort-awesome:hover { background-color: #000 !important; }
	.social-media.square a.forumbee:hover { background-color: #85ac2f !important; }
	.social-media.square a.get-pocket:hover { background-color: #e84352 !important; }
	.social-media.square a.gg:hover { background-color: #fd0002 !important; }
	.social-media.square a.gratipay:hover { background-color: #653614 !important; }
	.social-media.square a.houzz:hover { background-color: #9bc545 !important; }
	.social-media.square a.internet-explorer:hover { background-color: #00bcf2 !important; }
	.social-media.square a.ioxhost:hover { background-color: #f6a814 !important; }
	.social-media.square a.lastfm:hover { background-color: #e2152b !important; }
	.social-media.square a.leanpub:hover { background-color: #231f20 !important; }
	.social-media.square a.meanpath:hover { background-color: #538dd6 !important; }
	.social-media.square a.medium:hover { background-color: #00ab6c !important; }
	.social-media.square a.mixcloud:hover { background-color: #040204 !important; }
	.social-media.square a.modx:hover { background-color: #8ed547 !important; }
	.social-media.square a.odnoklassniki:hover { background-color: #f68634 !important; }
	.social-media.square a.opencart:hover { background-color: #00c1f2 !important; }
	.social-media.square a.opera:hover { background-color: #e81617 !important; }
	.social-media.square a.optin-monster:hover { background-color: #8ed31e !important; }
	.social-media.square a.product-hunt:hover { background-color: #d6573d !important; }
	.social-media.square a.reddit:hover { background-color: #ff4500 !important; }
	.social-media.square a.safari:hover { background-color: #2973d9 !important; }
	.social-media.square a.scribd:hover { background-color: #382d29 !important; }
	.social-media.square a.sellsy:hover { background-color: #006ca2 !important; }
	.social-media.square a.shirtsinbulk:hover { background-color: #dd3a26 !important; }
	.social-media.square a.simplybuilt:hover { background-color: #322f34 !important; }
	.social-media.square a.skyatlas:hover { background-color: #01aebe !important; }
	.social-media.square a.slideshare:hover { background-color: #13999a !important; }
	.social-media.square a.stack-overflow:hover { background-color: #ef532a !important; }
	.social-media.square a.tripadvisor:hover { background-color: #1e892f !important; }
	.social-media.square a.twitch:hover { background-color: #6441a5 !important; }
	.social-media.square a.usb:hover { background-color: #000 !important; }
	.social-media.square a.viacoin:hover { background-color: #2376a2 !important; }
	.social-media.square a.whatsapp:hover { background-color: #44c254 !important; }
	.social-media.square a.wikipedia:hover { background-color: #0c0c0c !important; }
	.social-media.square a.y-combinator:hover { background-color: #ff6501 !important; }
	.social-media.square a.yelp:hover { background-color: #bf311b !important; }
	.social-media.square a.email:hover { background-color: #689c49 !important; }
	
	.social-media.square a:hover {
		color: #fff !important;
	}
	
	.social-media.default-color a:hover {
		color: #c8bba1 !important;
	}
	
	.social-media.square.default-color a:hover {
		background-color: #c8bba1 !important;
		color: #fff !important;
	}
	
/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
	
	.timeline {
		margin-bottom: 50px;
		list-style: none;
	}
	
	.timeline .period {
		position: relative;
		float: left;
		width: 25%;
	}
	
	.timeline .period:before {
		position: absolute;
		z-index: 2;
		top: 17px;
		right: 45.5px;
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #c8bba1;
		content: "";
	}
	
	.timeline .period:after {
		position: absolute;
		top: 6px;
		right: 49px;
		display: block;
		height: 32px;
		border-left: 2px solid #c8bba1;
		content: "";
		-webkit-transform: rotate(-50deg);
			-ms-transform: rotate(-50deg);
				transform: rotate(-50deg);
	}
	
	.timeline .period h3 {
		font-size: 36px;
		font-weight: 700;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.timeline .period-details {
		position: relative;
		float: left;
		width: 75%;
		padding-bottom: 65px;
	}
	
	.timeline li:last-child .period-details {
		padding-bottom: 0;
	}
	
	.timeline .period-details:before {
		position: absolute;
		z-index: 1;
		top: 5px;
		bottom: -5px;
		left: -50px;
		border-left: 1px solid #e4f0f3;
		content: "";
	}
	
	.timeline li:last-child .period-details:before {
		bottom: 0;
	}
	
	.timeline .period-details h4 {
		margin-bottom: 15px;
		font-size: 24px;
		font-weight: 700;
	}
	
	.timeline .period-details > *:last-child {
		margin-bottom: 0;
	}
	
	.timeline li:hover h3 {
		color: #c8bba1;
	}
	
	.timeline:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.timeline .period:before {
			right: 24.5px;
		}
		
		.timeline .period:after {
			right: 28px;
		}
		
		.timeline .period-details:before {
			left: -30px;
		}
	
		.timeline .period h3 {
			font-size: 30px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.timeline .period:before,
		.timeline .period:after,
		.timeline .period-details:before {
			display: none;
		}
		
		.timeline .period,
		.timeline .period-details {
			float: none;
			width: 100%;
		}
		
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
	
	.pie-chart-container {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.pie-chart {
		position: relative;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.pie-chart canvas {
		max-width: 100%;
	}
	
	.pie-chart-percent {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #04142b;
		font-size: 36px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.pie-chart-details {}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
	.progress {
		overflow: visible;
		height: 5px;
		border-radius: 0;
		margin-bottom: 12px;
		background-color: #e4f0f3;
		box-shadow: none;
	}

	.progress-bar {
		position: relative;
		background-color: #c8bba1;
		box-shadow: none;
	}

	.progress-bar span {
		position: absolute;
		top: 20px;
		right: 0;
		color: #04142b;
		font-size: 15px;
		font-weight: 700;
	}

	.progress-bar-title {
		margin-bottom: 20px;
		color: #04142b;
		font-size: 15px;
		font-weight: 700;
	}
	
/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/
 
	.counter {
		position: relative;
		z-index: 1;
		padding: 60px 0;
		margin-bottom: 50px;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.counter:before,
	.counter:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: -3px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.counter:before {
		border-right: 1px solid #c8bba1;
		border-left: 1px solid #c8bba1;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}
	
	.counter:after {
		border-top: 1px solid #c8bba1;
		border-bottom: 1px solid #c8bba1;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.counter-value {
		margin-bottom: 10px;
		color: #04142b;
		font-size: 72px;
		line-height: 72px;
		font-weight: 500;
	}
	
	.counter-details {
		color: #04142b;
		font-size: 18px;
		font-weight: 500;
	}
	
	.counter:hover:before {
		-webkit-transform: scaleY(1); 
			-ms-transform: scaleY(1); 
				transform: scaleY(1); 
	}
	.counter:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.counter-value {
			font-size: 60px;
			line-height: 60px;
		}
	
	}
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.statistics-container canvas {
		margin-bottom: 10px;
	}
	
	.legend {
		color: #04142b;
		font-weight: 500;
		list-style: none;
	}
	
	.legend li {
		display: inline-block;
		margin-right: 30px;
	}
	
	.legend li:last-child {
		margin-right: 0;
	}
	
	.legend li:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-right: 15px;
		vertical-align: sub;
		content: "";
	}
	
	.legend li:nth-child(1):before {
		background-color: #e4f0f2;
	}
	
	.legend li:nth-child(2):before {
		background-color: #c8bba2;
	}
	
	.legend li:nth-child(3):before {
		background-color: #04142a;
	}
	
	#area-chart + .legend li:nth-child(1):before {
		background-color: #387eba;
	}
	
	#bar-chart-1 + .legend li:nth-child(1):before,
	#bar-chart-2 + .legend li:nth-child(1):before {
		background-color: #364b6a;
	}
	
	#line-chart + .legend li:nth-child(1):before {
		background-color: #364b6a;
	}
	

/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		padding: 40px 20px 50px;
		border: 2px solid #e4f0f3;
		margin-bottom: 50px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan-header {
		position: relative;
		padding-bottom: 50px;
		margin-bottom: 25px;
	}
	
	.price-plan-header:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		height: 30px;
		border-left: 1px solid #c8bba1;
		content: "";
		-webkit-transform: rotate(20deg);
			-ms-transform: rotate(20deg);
				transform: rotate(20deg);
	}
	
	.price-plan-header h2s {
		font-weight: 700;
	}
	
	.price-plan-header h4 {
		margin-bottom: 0;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.price-plan-header h6 {
		color: #c8bba1;
		font-size: 15px;
		font-weight: 500;
	}
	
	.price-plan ul {
		margin-bottom: 45px;
		list-style: none;
	}
	
	.price-plan ul li:after {
		display: block;
		width: 80%;
		border-bottom: 2px solid #e4f0f3;
		margin: 10px auto;
		content: "";
	}
	
	.price-plan ul li:last-child:after {
		display: none;
	}
	
	.price-plan:hover {
		border-color: #04142b;
	}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	blockquote {
		position: relative;
		padding: 0;
		border-left: none;
		margin-bottom: 30px;
		font: inherit;
	}
	
	blockquote footer:before,
	blockquote small:before {
		content: none;
	}
	
	.testimonial {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	
	.testimonial > img {
		float: left;
		margin-right: 25px;
	}
	
	.testimonial blockquote {}
	
	.testimonial blockquote:before {
		position: absolute;
		top: -25px;
		color: #c8bba1;
		font-size: 48px;
		content: "\201c";
	}
	
	.testimonial-author {
		margin-left: 190px;
	}
	
	.testimonial-author h4 {
		margin-bottom: 0;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.testimonial-author h6 {
		color: #c8bba1;
		margin-bottom: 0;
		font-size: 15px;
		font-weight: 700;
	}
	
	
	/* TESTIMONIAL STYLE 2 */
	.testimonial.style-2 {
		margin-top: 15px;
		text-align: center;
	}
	
	.testimonial.style-2 > img {
		float: none;
		display: inline-block;
		border-radius: 50%;
		margin-bottom: 25px;
	}
	
	.testimonial.style-2 blockquote:before {
		top: auto;
		left: 50%;
		bottom: -55px;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	
	.testimonial.style-2 .testimonial-author {
		margin-top: 50px;
		margin-left: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.testimonial-author {
			margin-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.testimonial-author {
			margin-left: 0;
		}
		
		.testimonial > img {
			float: none;
			display: block;
			margin-right: 0;
			margin-bottom: 40px;
		}
		
	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
	.isotope {
		margin-bottom: 75px;
	}
	
	.isotope.gutter {
		margin: -15px -15px 50px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 15px;
	}
        
        .isotope.col-1 .isotope-item {
		width: 100%;
	}
        
	.isotope.col-2 .isotope-item {
		width: 50%;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 33.333333%;
	}
        
        .isotope.col-5 .isotope-item {
		width: 33.333333%;
	}
        
        .isotope.col-6 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {
		
		.isotope.col-4 .isotope-item {
			width: 25%;
		}
                
                .isotope.col-5 .isotope-item {
                        width: 20%;
                }
                
                .isotope.col-6 .isotope-item {
                        width: 16.66%;
                }
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 50%;
		}
                
                .isotope.col-5 .isotope-item {
			width: 33.33%;
		}
                
                .isotope.col-6 .isotope-item {
			width: 33.33%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.isotope .isotope-item,
                .isotope.col-2 .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item,
                .isotope.col-5 .isotope-item,
                .isotope.col-6 .isotope-item {
			width: 100%;
		}
		
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
		margin-bottom: 50px;
		margin-left: 10px;
		list-style: none;
	}
	
	.filter li {
		display: inline-block;
	}
	
	.filter li:after {
		margin: 0 8px;
		color: #c8bba1;
		content: "/";
	}
	
	.filter li:last-child:after {
		display: none;
	}
	
	.filter li a {
		display: inline-block;
		color: #04142b;
		font-size: 18px;
		line-height: 28px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:hover {
		color: #c8bba1;
	}
	
	.filter li a.active {
		font-weight: 700;
	}
	
	@media (max-width: 767px) {
		
		.filter li {
			display: block;
		}
		
		.filter li:after {
			display: none;
		}
		
	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 50px;
	}

	.pagination li,
        .navigation.pagination a,
        .navigation.pagination span {
		display: inline-block;
		margin-right: 10px;
	}

	.pagination li:last-child {
		margin-right: 0;
	}

	.pagination li a,
        .navigation.pagination a,
        .navigation.pagination span {
		display: block;
		width: 32px;
		height: 32px;
		padding: 0;
		border: none;
		background-color: #e4f0f3;
		color: #04142b;
		font-size: 14px;
		font-weight: 500;
		line-height: 32px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
        
        .navigation.pagination a,
        .navigation.pagination span {
            float:left;
            text-decoration: none;
        }

	.pagination > li:last-child > a,
	.pagination > li:first-child > a,
	.pagination > li:last-child > span,
	.pagination > li:first-child > span {
		border-radius: 0;
	}

	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover,
        .navigation.pagination a:hover,
        .navigation.pagination span:hover,
        .navigation.pagination span.current {
		background-color: #04142b;
		color: #fff;
	}
	
/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/
	
	.sydney-breadcrumbs {
		background-color: transparent;
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-align: right;
	}

	.sydney-breadcrumbs > li + li:before {
		position: relative;
		top: -1px;
		display: inline-block;
		width: 6px;
		height: 6px;
		padding: 0;
		border: 1px solid #c8bba1;
		margin: 0 10px 0 7px;
		color: #04142b;
		content: "";
	}

	.sydney-breadcrumbs li a {
		color: #04142b;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.sydney-breadcrumbs li a:hover {
		text-decoration: none;
		color: #c8bba1;
	}

	.sydney-breadcrumbs li.item-current {
		color: #04142b;
	}
        
        .breacrumbs-color .breadcrumb.sydney-breadcrumbs a,
        .breacrumbs-color .breadcrumb.sydney-breadcrumbs li {
            color: inherit;
        }
        .breacrumbs-color .breadcrumb.sydney-breadcrumbs > li + li:before{
            border-color: inherit;
            color: inherit;
        }
	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		z-index: 1;
		background: no-repeat center center;
	}
	
	.full-section-overlay-color {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #04142b;
		opacity: 0.75;
	}
        
        .full-section-overlay2-color {
		position: absolute;
		z-index: 2;
		height: 50%;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #04142b;
		opacity: 0.75;
	}
       
        .full-section-secondary-overlay {
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #c8bba1;
		opacity: 0.75;
	}
        
        .full-section-overlay2-color + .full-section-secondary-overlay {
                position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		left: 0;
                height: 50%;
		background-color: #c8bba1;
		opacity: 0.85;
        }
        
	.full-section-container,
        .full-section-secondary-overlay + div,
        .full-section-overlay-color + div {
		position: relative;
		z-index: 4;
	}
	
	
	/* FULL SCREEN */
	.full-screen {
		margin-bottom: -50px;
	}
	
	.full-screen .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* PARALLAX */
	.parallax { 
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
	}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		position: fixed;
		z-index: 8000;
		bottom: 45px;
		right: 45px;
		display: none;
		width: 48px;
		height: 48px;
		border: 1px solid #c8bba1;
		border-radius: 50%;
		font-size: 24px;
		line-height: 44px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#scroll-up:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		#scroll-up {
			right: 20px;
			bottom: 20px;
		}
		
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	
	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 48px;
		height: 48px;
		border: 2px solid #c8bba1;
		background-color: transparent;
		color: #c8bba1;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		border-color: #04142b;
		background-color: #04142b;
		color: #fff;
	}
	
	.tp-leftarrow.custom:before,
	.tp-rightarrow.custom:before {
		line-height: 44px;
	}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 8px;
		height: 8px;
		border: 1px solid #c8bba1;
		background-color: transparent;
		vertical-align: middle;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		outline: 1px solid #c8bba1;
	}


	/* TYPOGRAPHY */
	.tp-caption.overlay,
	.tp-caption.overlay-2 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 680px;
		background-color: rgba(4, 20, 43, 0.75);
	}
	
	.tp-caption.overlay {
		width: 1920px;
	}
	
	.tp-caption.overlay-2 {
		width: 1000px;
	}
	
	.tp-caption.big-title {
		padding: 10px 100px 10px 20px;
		border: 8px solid #c8bba1;
		color: #fff;
		font-size: 87px;
		line-height: 93px;
		font-weight: 500;
	}
	
	.tp-caption.big-title-shadow {
		color: #fff;
		font-size: 87px;
		line-height: 93px;
		font-weight: 500;
		text-shadow: -2px -2px 24px rgba(0, 0, 0, 0.54);
	}
	
	.tp-caption.title {
		border: none;
		color: #fff;
		font-size: 36px;
		font-weight: 500;
	}
	
	.tp-caption.title-2 {
		color: #fff;
		font-size: 68px;
		font-weight: 700;
	}
	
	.tp-caption.text-highlight {
		font-size: 18px;
		font-weight: 700;
	}
	
	.tp-caption.text-highlight span {
		color: #c8bba1;
	}
	
	.tp-caption.text {
		color: #fff;
		font-size: 18px;
		font-weight: 500;
	}
	
	.tp-caption.big-text {
		color: #c8bba1;
		font-size: 26px;
		font-weight: 700;
	}
	
	.tp-caption.big-text-white {
		color: #fff;
		font-size: 26px;
		font-weight: 300;
	}
	
	.tp-caption.price {
		color: #c8bba1;
		font-size: 100px;
		font-weight: 700;
	}
	
	.tp-caption .btn {
		border-color: #fff;
		color: #fff;
	}
	
	.tp-caption .btn:before,
	.tp-caption .btn:after {
		border-color: #fff;
	}
	
	.tp-caption .btn:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	.tp-caption .btn:hover:before,
	.tp-caption .btn:hover:after {
		border-color: #c8bba1;
	}
	
	@media (min-width: 1200px) {
		
		.tp-caption.overlay-2 {
			width: 1140px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}
	
		.tp-bullets.custom {
			top: auto !important;
			bottom: -45px !important;
		}
		
		.tp-caption.overlay-2 {
			width: 1140px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}
	
		.tp-bullets.custom {
			top: auto !important;
			bottom: -75px !important;
		}
		
		.tp-caption .btn {
			padding: 3px 10px;
			font-size: 7px;
		}
		
	}


	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-carousel .owl-item img {
		width: auto;
	}
	
	.owl-stage-outer {
		width: 100%;
	}
	
	.owl-dots {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-dot {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin-right: 5px;
		background-color: #c8bba1;
	}
	
	.owl-dot:hover,
	.owl-dot.active {
		background-color: #04142b;
	}
	
	.owl-dot:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 48px;
		height: 48px;
		border: 1px solid #c8bba1;
		color: #c8bba1;
		line-height: 46px;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-prev {
		left: -70px;
	}
	
	.owl-next {
		right: -70px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 20px;
	}
	
	.owl-prev:before {
		content: "\f104";
	}
	
	.owl-next:before {
		content: "\f105";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		border-color: #04142b;
		color: #04142b;
	}
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-prev,
	.testimonials-slider .owl-next {
		display: none !important;
		top: 80px;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
	
	
	/* TEXT BOXES SLIDER */
	.text-boxes-slider .text-box > a {
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.text-boxes-slider .text-box > a i {
		position: relative;
		top: 3px;
		font-size: 18px;
	}
	
	.text-boxes-slider .text-box > a:hover {
		color: #04142a;
	}
	
	.text-boxes-slider .owl-prev,
	.text-boxes-slider .owl-next {
		display: none !important;
	}
	
	
	/* IMAGES SLIDER */
	.images-slider .owl-prev,
	.images-slider .owl-next {
		display: none !important;
	}
	
	
	/* LOGOS SLIDER */
	.logos-slider img {
		margin: 0 auto;
		opacity: 0.5;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.logos-slider img:hover {
		opacity: 1;
	}
	
	.logos-slider-navigation {
		position: relative;
		font-size: 24px;
		float: right;
		-webkit-transform: translateY(-65px);
			-ms-transform: translateY(-65px);
				transform: translateY(-65px);
	}
	
	.logos-slider-navigation:before {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -1px;
		font-size: 14px;
		content: "|";
	}
	
	.logos-slider-navigation span {
		margin: 0 20px;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.logos-slider-navigation span:hover {
		opacity: 0.5;
	}
	
	@media (min-width: 1200px) {
		
		.images-slider .owl-dots,
		.text-boxes-slider .owl-dots,
		.testimonials-slider .owl-dots {
			display: none !important;
		}
		
		.images-slider .owl-prev,
		.images-slider .owl-next,
		.text-boxes-slider .owl-prev,
		.text-boxes-slider .owl-next,
		.testimonials-slider .owl-prev,
		.testimonials-slider .owl-next {
			display: block !important;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.owl-dots {
			bottom: 0;
		}
		
		.logos-slider-navigation {
			margin-top: 50px;
		}
		
	}
 
/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
		margin-bottom: 50px;
	}
	
	.widget > *:last-child {
		margin-bottom: 0;
	}
	
	.widget-title {
		margin-bottom: 20px;
	}
	
	/* WIDGET TEXT */
	.widget-text {}
	
	.widget-text > div {
		padding-left: 15px;
		border-left: 2px solid #c8bba1;
	}
	
	.widget-text > div > *:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET SERACH */
	.widget_search {}
	
	.widget_search form {
		position: relative;
	}
	
	.widget_search .search-input {
		width: 100%;
		padding-right: 50px;
		border-left: 2px solid #04142b;
		margin-bottom: 0;
	}
	
	.widget_search input[type="submit"] {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		padding: 0;
		border: none;
		background: url(././layouts/images/search.png) no-repeat center center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* WIDGET CATEGORIES */
	.widget_categories {}
	
	.widget_categories ul {
		list-style: none;
	}
	
	.widget_categories ul li {
		margin-bottom: 10px;
	}
	
	.widget_categories ul li:last-child {
		margin-bottom: 0;
	}

	.widget_categories ul li a {
		position: relative;
		display: block;
		padding: 10px 15px;
		background-color: #e4f0f3;
		color: #04142b;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_categories ul li a:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #04142b;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_categories ul li a:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-left: 3px solid transparent; 
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_categories ul li a:hover {
		background-color: #04142b;
		color: #fff;
		text-decoration: none;
	}
	
	.widget_categories ul li a:hover:before {
		border-color: #c8bba1;
	}
	
	.widget_categories ul li a:hover:after {
		border-color: #c8bba1;
	}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget_categories-dropdown {}
	
	
	/* WIDGET ARCHIVES */
	.widget_archive {}
	
	.widget_archive ul {
		list-style: none;
	}
	
	.widget_archive ul li {
		margin-bottom: 10px;
                background-color: #e4f0f3;
	}
        
        
	
	.widget_archive ul li:last-child {
		margin-bottom: 0;
	}

	.widget_archive ul li a {
		position: relative;
		display: inline-block;
		padding: 10px 15px;
		color: #04142b;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_archive ul li a:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #04142b;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_archive ul li a:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-left: 3px solid transparent; 
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_archive ul li:hover a {
		background-color: #04142b;
		color: #fff;
		text-decoration: none;
	}
	
	.widget_archive ul li:hover a:before {
		border-color: #c8bba1;
	}
	
	.widget_archive ul li:hover a:after {
		border-color: #c8bba1;
	}
	
        .widget_archive ul li:hover {
                color: #fff;
                background-color: #04142b;
        }
        
	.widget_archive ul li span {
		float: right;
	}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget_archive-dropdown {}
	
	
	/* WIDGET PAGES */
	.widget-pages {}
	
	.widget-pages ul,
        .sydney-nav-links ul {
		list-style: none;
	}
	
	.widget-pages ul li,
        .sydney-nav-links ul li {
		margin-bottom: 10px;
	}
	
	.widget-pages ul li:last-child,
        .sydney-nav-links ul li:last-child{
		margin-bottom: 0;
	}

	.widget-pages ul li a,
        .sydney-nav-links ul li a {
		position: relative;
		display: block;
		padding: 10px 20px;
		background-color: #e4f0f3;
		color: #04142b;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:before,
        .sydney-nav-links ul li a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-left: 2px solid transparent; 
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:hover,
	.widget-pages ul li.active a, 
        .sydney-nav-links ul li a:hover,
	.sydney-nav-links ul li.active a {
		background-color: #c8bba1;
		color: #fff;
		text-decoration: none;
	}
	
	.widget-pages ul li a:hover:before,
	.widget-pages ul li.active a:before,
        .sydney-nav-links ul li a:hover:before,
	.sydney-nav-links ul li.active a:before {
		border-color: #04142b;
	}
	
	.widget-pages:after,
        .nav-links:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* WIDGET METADATA */
	.widget_meta {}
	
	.widget_meta ul {
		list-style: none;
	}
	
	.widget_meta ul li {
		margin-bottom: 10px;
	}
	
	.widget_meta ul li:last-child {
		margin-bottom: 0;
	}

	.widget_meta ul li a {
		position: relative;
		display: block;
		padding: 10px 20px;
		background-color: #e4f0f3;
		color: #04142b;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_meta ul li a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-left: 2px solid transparent; 
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_meta ul li a:hover {
		background-color: #c8bba1;
		color: #fff;
		text-decoration: none;
	}
	
	.widget_meta ul li a:hover:before {
		border-color: #04142b;
	}
	
	
	/* WIDGET TAGS */
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		display: inline-block;
		padding: 4px 20px;
		border-radius: 30px;
		margin: 5px 5px 5px 0;
		background-color: #e4f0f3;
		color: #04142b;
		font-size: 13px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_tag_cloud a:hover {
		background-color: #c8bba1;
		color: #fff;
		text-decoration: none;
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter {
                position: relative;
		line-height: 24px;
	}
	
	.widget-newsletter form {
		position: relative;
		margin-bottom: 20px;
	}
	
	.widget-newsletter #newsletter-email {
		width: 100%;
		height: 46px;
		padding-right: 75px;
		margin-bottom: 0;
	}
	
	.widget-newsletter input[type="submit"] {
		position: absolute;
		top: 50%;
		right: 10px;
		height: 46px;
		padding: 0;
		border: none;
		margin: 0;
		color: #04142b;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-newsletter #newsletter-email {
			padding-right: 20px;
		}
		
		.widget-newsletter input[type="submit"] {
			position: relative;
			top: 0;
			right: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-recent-posts ul li {
		position: relative;
		padding-left: 65px;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li img {
		position: absolute;
                max-width: 40px;
                max-height: 40px;
		top: 0;
		left: 0;
	}
	
	.widget-recent-posts ul li p {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li .post-title {
		color: #04142b;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts ul li .post-date {
		color: #737373;
		font-size: 12px;
		font-weight: 300;
	}
	
	.widget-recent-posts ul li .post-date:before {
		display: inline-block;
		margin-right: 10px;
		color: #c8bba1;
		font-family: "sydney-icons";
		font-size: 16px;
		vertical-align: top;
		content: "\e902";
	}
	
	.widget-recent-posts ul li .post-title:hover {
		color: #c8bba1;
		text-decoration: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-recent-posts ul li {
			padding-left: 0;
		}
		
		.widget-recent-posts ul li img {
			display: none;
		}
		
	}
	
	
	/* WIDGET RECENT COMMENTS */
	.widget_recent_comments {}
	
	.widget_recent_comments ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget_recent_comments ul li {
		margin-bottom: 15px;
	}
	
	.widget_recent_comments ul li:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET CALENDAR */
	.widget_calendar {}
	
	.widget_calendar caption {
		color: #04142b;
		font-weight: 700;
	}
	
	.widget_calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget_calendar #prev {
		font-size: 14px;
		font-weight: 400;
	}
	
	.widget_calendar table th, 
	.widget_calendar table td {
		padding: 5px;
		border-top: 1px solid #e4f0f3;
		border-left: 1px solid #e4f0f3;
		text-align: center;
	}
	
	.widget_calendar table th:last-child, 
	.widget_calendar table td:last-child {
		border-right: 1px solid #e4f0f3;
	}
	
	.widget_calendar table tr:last-child td {
		border-bottom: 1px solid #e4f0f3;
	}
	
	.widget_calendar table tfoot td,
	.widget_calendar table tfoot td:last-child,
	.widget_calendar table tfoot tr:last-child td {
		border: none;
	}
	
	.widget_calendar table td#today {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -5px;
	}
	
	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 5px;
	}
	
	.flickr_badge_image img {
		width: 60px;
		height: auto;
	}
	
	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {
		
		.flickr_badge_image img {
			width: 80px;
		}
		
	}
	
	
	/* WIDGET INSTAGRAM */
	.widget-instagram {}
	
	#instafeed {
		margin: -5px;
	}
	
	#instafeed a {
		float: left;
		display: block;
		width: 90px;
		padding: 5px;
	}
	
	#instafeed a img {
		display: block; 
		width: 100%;
		height: auto;		
	}
	
	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-contact ul li {
		margin-bottom: 15px;
	}
	
	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-contact ul li i {
		position: relative;
		top: 4px;
		margin-right: 5px;
		color: #c8bba1;
		font-size: 22px;
	}
	
	.widget-contact ul li span {
		color: #c8bba1;
		text-transform: uppercase;
	}
	
	.widget-contact ul li a {
		color: #737373;
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: 0;
	}
        
/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
		overflow: hidden;
		background-color: #fff; 
	}
	
	.boxed {
		background: #fff repeat top left;
	}
	
	.boxed #main-container {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		box-shadow: 0 0 5px #737373;
	}
	
	.boxed #header-sticky {
		max-width: 1200px;
	}
	
	@media (min-width: 1400px) {
			
		.boxed #main-container,
		.boxed #header-sticky {
			max-width: 1350px;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/
	
	#header-top {
		padding: 5px 0;
		background-color: #04142b;
		color: #fff;
	}
	
	#header-top h1,
	#header-top h2,
	#header-top h3,
	#header-top h4,
	#header-top h5,
	#header-top h6 {
		color: inherit;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
	}
	
	#header-top .widget-pages ul li a:hover:before,
	#header-top .widget_meta ul li a:hover:before {
		border-color: #fff;
	}
	
	#header-top .widget_calendar caption {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-date,
	#header-top .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#header-top .widget-recent-posts ul li .post-title:hover,
	#header-top .widget-recent-posts ul li .post-date:hover,
	#header-top .widget-recent-posts ul li .post-date:hover:before {
		color: #c8bba1;
	}
	
	#header-top .widget-social .social-media a {
		color: inherit;
	}
	
	#header-top .widget-contact ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 30px;
	}
	
	#header-top .widget-contact ul li:last-child {
		margin-right: 0;
	}
	
	#header-top .widget-contact ul li a {
		color: inherit;
	}
	
	#header-top .widget_search .search-input {
		height: 41px;
		border-color: #c8bba1;
		background-color: #c8bba1;
		color: #fff;
	}
	
	#header-top .widget_search .search-input:focus {
		border-color: #e1e1e1;
	}
	
	#header-top .widget_search .search-input::-moz-placeholder {
		color: #fff;
	}
	
	#header-top .widget_search .search-input::-webkit-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget_search .search-input:-ms-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget_search input[type="submit"] {
		background-image: url(././layouts/images/search-white.png);
	}
	
	#header-top .widget_search:first-child {
		margin-top: -5px;
	}
	
	#header-top .widget_search:last-child {
		margin-bottom: -5px;
	}
	
	@media (min-width: 1200px) {
		
		#header-top .widget-contact ul li {
			margin-right: 50px;
			font-size: 13px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-top .widget_search:first-child {
			margin-top: 10px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-top {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	#header {
		position: relative;
	}
	
	#header [class^="col-"] {
		position: static;
	}
	
	#header .container {
		position: relative;
	}
	
	@media (max-width: 767px) {
		
		#header {
			border-top: 5px solid #04142b;
		}
		
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 100%;
		margin: 30px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}
	
	@media (max-width: 767px) {
		
		#logo {
			margin-right: 60px;
		}
		
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		margin-top: 28px;
	}
	
	.menu > li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		padding: 8px 15px;
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		color: #fff;
		font-size: 14px;
		line-height: 30px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu > li > a {
		position: relative;
		padding: 10px 20px 38px 0;
		border-bottom: none;
		margin-right: 45px;
		color: #04142b;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 190px;
		border-top: 2px solid #c8bba1;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
		border-left: 1px solid rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	.menu li.dropdown ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid rgba(200, 187, 161, 0.2);
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.dropdown ul ul {
		top: -2px;
		left: 100%;
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		border-top: 2px solid #c8bba1;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
		border-left: 1px solid rgba(200, 187, 161, 0.2);
		border-bottom: none;
		background-color: #04142b;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	.megamenu-container .section:last-child {
		border-right: none;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.megamenu-container .section ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid rgba(200, 187, 161, 0.2);
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		display: none;
		right: 0;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #04142b;
		margin-top: -17px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after { 
		border-top-color: #c8bba1; 
	}
		
	.sf-arrows ul .sf-with-ul:after {
		display: block;
		border-color: transparent;
		border-left-color: #fff;
		margin-top: -5px;
		margin-right: 10px;
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after { 
		border-left-color: #c8bba1; 
	}
	
	.menu li a:hover, 
	.menu li.active > a, 
	.menu li.sfHover > a,
        .menu li.current-menu-item > a,
        .menu li.current-menu-parent > a {
		color: #c8bba1;
		text-decoration: none;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover > a:before,
	.megamenu-container .section ul li a:hover:before {
		border-color: #c8bba1;
	}
	
	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		color: #04142b;
		font-size: 32px;
		line-height: 32px;
		text-decoration: none;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
	}
	
	#mobile-menu {
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 10px 20px;
		border-top: 1px solid rgba(200, 187, 161, 0.2);
		text-decoration: none;
		color: #fff;
	}
	
	#mobile-menu > li > a {
		text-transform: uppercase;
		font-weight: 700;
	}
	
	#mobile-menu ul a {
		padding-left: 40px; 
	}
	
	#mobile-menu ul a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #fff;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#mobile-menu ul ul a {
		padding-left: 60px;
	}
	
	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
		border-top: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: -1px;
		padding: 0 20px 20px 20px;
	}
	
	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -25px -20px;
	}
	
	#mobile-menu .megamenu-container .section ul a {
		padding-left: 40px;
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		border-top: none;
	}
	
	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 14px;
		right: 25px;
		font-family: "FontAwesome";
		font-size: 16px;
		line-height: 16px;
		content: "\f107";
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		content: "\f106";
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		#mobile-menu-button {
			display: block;
			margin-top: 39px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#mobile-menu-button {
			position: absolute;
			top: 39px;
			right: 15px;
			display: block;
		}
		
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container {
		position: relative;
	}

	#header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}
	
	#header-sticky #logo {
		margin: 10px 0;
	}
	
	#header-sticky .menu {
		margin-top: 8px;
	}
	
	#header-sticky .menu > li > a {
		padding-bottom: 18px;
	}
	
	#header-sticky .sf-arrows .sf-with-ul:after {
		margin-top: -7px;
	}
	
	#header-sticky .sf-arrows ul .sf-with-ul:after {
		margin-top: -5px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/
	
	#page-content {
		padding-bottom: 50px;
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		padding: 30px 0;
		margin-bottom: 140px;
		background-color: #e4f0f3;
	}
	
	#page-header h5 {
		position: absolute;
		top: 100%;
		left: 15px;
		padding: 15px 50px;
		background-color: #c8bba1;
		color: #fff;
		text-transform: uppercase;
	}
	
	@media (max-width: 767px) {
	
		#page-header .sydney-breadcrumbs {
			display: none;
		}
	
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
	
	#footer-container {
		background-color: #020d1d;
		color: #6f7b8a;
	}
	
	#footer-container h1,
	#footer-container h2,
	#footer-container h3,
	#footer-container h4,
	#footer-container h5,
	#footer-container h6 {
		color: #fff;
	}
	
	#footer-container .widget-title {
		margin-bottom: 40px;
		text-transform: uppercase;
	}
	
	#footer-container .widget-pages ul li a:hover:before,
	#footer-container .widget_meta ul li a:hover:before {
		border-color: #fff;
	}
	
	#footer-container .widget_calendar caption {
		color: inherit;
	}
	
	#footer-container .widget-recent-posts ul li .post-title {
		color: #fff;
	}
	
	#footer-container .widget-recent-posts ul li .post-date,
	#footer-container .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#footer-container .widget-recent-posts ul li .post-title:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover:before {
		color: #c8bba1;
	}
	
	#footer-container .widget-social .social-media a {
		color: inherit;
	}
	
	#footer-container .widget-contact ul li a {
		color: inherit;
	}
	
	#footer-container .widget-newsletter #newsletter-email {
		border: 1px solid #c8bba1;
		background-color: transparent;
		color: #6f7b8a;
	}
	
	#footer-container .widget-newsletter #newsletter-email:focus {
		border-color: #fff;
	}
	
	#footer-container .widget-newsletter input[type="submit"] {
		color: #c8bba1;
	}
	
	#footer-container .widget-newsletter input[type="submit"]:hover {
		color: #fff;
	}
	
 /***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 
 	#footer {
		padding: 100px 0 65px;
	}
	
	#footer .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul {
		float: left;
		margin-right: 30px;
		font-size: 14px;
	}
	
	#footer .widget-pages ul:last-child {
		margin-right: 0;
	}
	
	#footer .widget-pages ul li {
		margin-bottom: 15px;
	}
	
	#footer .widget-pages ul li:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color: #8d98a6;
	}
	
	#footer .widget-pages ul li a:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #8d98a6;
		margin-right: 15px;
	}
	
	#footer .widget-pages ul li a:hover {
		color: #c8bba1;
	}
	
	#footer .widget-pages ul li a:hover:before {
		border-color: #c8bba1;
	}
	
	#footer .widget-text > div {
		padding-left: 0;
		border-left: none;
	}
	
	#footer .widget-text > div h3 {
		margin-bottom: 25px;
	}
	
	#footer .widget-text > div h4 {
		margin-bottom: 30px;
	}
	
	@media (min-width: 1200px) {
	
		#footer .widget-pages ul {
			margin-right: 50px;
		}
	
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#footer .widget-text > div h4 {
			font-size: 16px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#footer [class^="col-"] + [class^="col-"] {
			margin-top: 60px;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
	
	#footer-bottom {
		padding: 15px 0;
		border-top: 1px solid #c8bba1;
		color: #fff;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-pages ul {
		font-size: 13px;
		text-align: right;
	}
	
	#footer-bottom .widget-pages ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-pages ul li:last-child {
		margin-right: 0;
	}
	
	#footer-bottom .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color: inherit
	}
	
	#footer-bottom .widget-pages ul li a:before {
		display: none;
	}
	
	#footer-bottom .widget-pages ul li a:hover {
		color: #c8bba1;
	}
	
	@media (max-width: 767px) {
		
		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 10px;
		}
		
		#footer-bottom .widget-pages ul {
			text-align: left;
		}
		
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.about-me img {
		display: block;
		margin-bottom: 40px;
	}
	
	.about-me h5 {
		margin-bottom: 0;
	}
	
	.about-me h6 {
		margin-bottom: 30px;
		color: #c8bba1;
	}
	
	.about-me .btn {
		margin-top: 10px;
	}
	
	
	/* TEAM LIST */
	.team-list {
		list-style: none;
	}
	
	.team-list li {
		position: relative;
		padding-left: 100px;
		margin-bottom: 45px;
	}
	
	.team-list li:last-child {
		margin-bottom: 0;
	}
	
	.team-list img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.team-list * {
		margin-bottom: 0;
	}
	
	.team-list h6 {
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.team-list a {
		color: #737373;
	}
	
	.team-list i {
		position: relative;
		top: 4px;
		margin-right: 8px;
		color: #c8bba1;
		font-size: 20px;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	.service-box {
		margin-bottom: 50px;
	}
	
	.service-box-content {}
	
	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {}
	
	.service-box.style-1 > i {
		display: inline-block;
		float: left;
		color: #c8bba1;
		font-size: 36px;
		line-height: 54px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1 .service-box-content {
		margin-left: 80px;
	}
	
	.service-box.style-1 .service-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	.service-box.style-1 .service-box-content h5 {
		margin-bottom: 15px;
		line-height: 28px;
	}
	
	.service-box.style-1:hover > i {
		color: #04142b;
		-webkit-animation: icon-zoom 0.5s linear;
				animation: icon-zoom 0.5s linear;
	}
	
	@-webkit-keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}

	@keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}
	
	
	/* SERVICE BOX STYLE 2 */
	.service-box.style-2  {}
	
	.service-box.style-2 > i {
		display: block;
		margin-bottom: 15px;
		color: #c8bba1;
		font-size: 36px;
		line-height: 36px;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.service-box.style-2 .service-box-content h4 {
		margin-bottom: 20px;
		line-height: 24px;
	}
	
	.service-box.style-2:hover > i {
		color: #04142b;
		-webkit-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
				transform-origin: 0 0;
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3 {
		margin-bottom: 23px;
	}
	
	.service-box.style-3 > i {
		display: inline-block;
		float: left;
		width: 68px;
		height: 68px;
		border-radius: 50%;
		background-color: #e4f0f3;
		color: #04142b;
		font-size: 22px;
		line-height: 68px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-3 .service-box-content {
		margin-left: 95px;
	}
	
	.service-box.style-3 .service-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	.service-box.style-3 .service-box-content h5 {
		padding-top: 6px;
		margin-bottom: 15px;
		line-height: 28px;
		font-weight: 700;
	}
	
	.service-box.style-3:hover > i {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.service-box.style-3:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.service-box.style-1 > i {
			float: none;
		}
		
		.service-box.style-1 .service-box-content {
			margin-left: 0;
		}
		
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		overflow: hidden;
		margin-bottom: 35px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
	}
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 0;
		margin: 30px 30px 30px 0;
		background-color: rgba(4, 20, 43, 0.9);
		opacity: 0;
		-webkit-transform: translateX(-30px);
			-ms-transform: translateX(-30px);
				transform: translateX(-30px);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover a {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: color 0.3s, opacity 0.3s -0.1s;
				transition: color 0.3s, opacity 0.3s -0.1s;
	}
	
	.portfolio-item-hover a i {
		position: relative;
		top: 2.5px;
		font-size: 16px;
	}
	
	.portfolio-item-hover a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.portfolio-item-details {}
	
	.portfolio-item-details h5 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.portfolio-item-details p {
		font-weight: 300;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		margin: 25px 0;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		left: 0;
		width: 100%;
		opacity: 1;
	}
	
	.portfolio-item:hover .portfolio-item-hover a {
		opacity: 1;
		-webkit-transition: color 0.3s, opacity 0.3s 0.2s;
				transition: color 0.3s, opacity 0.3s 0.2s;
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		position: relative;
		margin-bottom: 75px;
	}
	
	.blog-article-thumbnail {
                position: relative;
		margin-bottom: 15px;
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-thumbnail .owl-carousel {
		margin-bottom: 0;
	}
	
	.blog-article-details {
		margin-bottom: 15px;
	}
	
	.blog-article-details a {
		margin-right: 6px;
		color: #737373;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-details a:after {
		margin-left: 10px;
		color: #c8bba1;
		content: "/";
	}
	
	.blog-article-details > a:last-child:after {
		display: none;
	}
	
	.blog-article-details a:last-child {
		margin-right: 0;
	}
	
	.blog-article-details .date:before,
	.blog-article-details .category:before {
		display: inline-block;
		margin-right: 15px;
		color: #c8bba1;
		font-family: "sydney-icons";
		font-size: 20px;
		vertical-align: top;
	}
	
	.blog-article-details .date:before {
		content: "\e902";
	}
	
	.blog-article-details .category:before {
		content: "\e990";
	}
	
	.blog-article-details .tag a,
	.blog-article-details .author {
		color: #04142b;
		font-weight: 500;
	}
	
	.blog-article-details .tag a {
		margin-right: 0;
	}
	
	.blog-article-details .tag a:after {
		display: none;
	}
	
	.blog-article-details .tag {
		margin-right: 15px;
	}
	
	.blog-article-details a:hover {
		color: #c8bba1;
		text-decoration: none;
	}
	
	.blog-article-details .comments {
		float: right;
		color: #c8bba1;
	}
	
	.blog-article-details .comments:hover {
		color: #04142b;
	}
	
        .blog-article-thumbnail + .blog-article-details a.category {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 3px 10px;
		background-color: #c8bba1;
		color: #fff;
	}
	
	.blog-article-details a.category.no-icon:before {
		display: none;
	}
	
	.blog-article-details a.category.no-icon:after {
		display: none;
	}
	
	.blog-article-title {
		margin-bottom: 15px;
	}
	
	.blog-article-thumbnail + .blog-article-title {
		margin-top: 30px;
		margin-bottom: 5px;
		font-weight: 700;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details a.category {
		background-color: #04142b;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details a.category:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.blog-article-content {}
	
	.blog-article-details + .blog-article-content {
		margin-top: 30px;
	}
	
	.blog-article-content > a {
		display: inline-block;
		margin-top: 10px;
		color: #04142b;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-content > a i {
		position: relative;
		top: 4px;
		color: #c8bba1;
		font-size: 20px;
	}
	
	.blog-article-content > a:hover {
		color: #c8bba1;
		text-decoration: none;
	}
        
        .sydney-featured-post.sticky {
                display: inline-block;
                background-color: #04142b;
                padding: 14px 22px;
                color: #fff;
                font-size: 15px;
                line-height: 15px;
                font-weight: 500;
                letter-spacing: 1px;
        }
        
        .blog-article-thumbnail .sydney-featured-post.sticky {
                bottom: 0;
                right: 0;
                position: absolute;
        }
        
        .recent-posts-container .col-sm-4,
        .recent-posts-container .col-sm-6,
        .recent-posts-container .col-sm-12 {
                vertical-align: top; 
                display: inline-block; 
                float: none;
        }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.blog-article-details .comments {
			float: none;
		}
	}
	
	@media (max-width: 767px) {
		
		.blog-article-details .comments {
			float: none;
		}
	}
	
	
	/* BLOG ARTICLE AUTHOR */
	.blog-article-author {
		position: relative;
		margin-bottom: 75px;
		background-color: #e4f0f3;
		color: #04142b;
	}

	.blog-article-author > img {
		float: left;
	}

	.blog-article-author-details {
		padding: 30px;
		margin-left: 180px;
	}

	.blog-article-author-details h5 {
		margin-bottom: 15px;
	}

	.blog-article-author-details > *:last-child {
		margin-bottom: 0;
	}

	.blog-article-author:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.blog-article-author > img {
			float: none
		}

		.blog-article-author-details {
			padding: 30px;
			margin-left: 0;
		}
		
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 55px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li > ul.children {
		margin-left: 125px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 125px;
		margin-bottom: 50px;
	}
	
	.comment-author {
		line-height: 27px;
	}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.comment-author .fn {
		display: inline-block;
		margin-bottom: 7px;
		color: #04142b;
		font-size: 18px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-author .fn:hover {
		color: #c8bba1;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.comment-metadata a {
		color: #737373;
	}
	
	.comment-content {}
        
        .comments-nav.navigation { margin-bottom: 70px; }
        
        .comments-nav.navigation .nav-previous,
        .comments-nav.navigation .nav-previous {
                margin-right: 20px;
                float: left;
        }
	
	.reply {}
	
	.reply a {
		display: inline-block;
		padding: 5px 30px;
		background-color: #e4f0f3;
		color: #04142b;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.reply a:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#commentform {
		margin: 50px 0;
	}
	
	#commentform label {}
	
	#commentform textarea,
	#commentform input[type="url"],
	#commentform input[type="text"],
	#commentform input[type="email"] {}
	
	#commentform button[type="submit"] {
		margin-top: 20px;
	}


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form label {
		display: block;
	}
	
	#contact-form label.error {
		position: relative;
		top: -10px;
		color: #ff2222;
	}
	
	#contact-form textarea,
	#contact-form input[type="text"],
	#contact-form input[type="email"] {
		position: relative;
		z-index: 1;
	}
	
	#contact-form button[type="submit"] {
		margin-top: 20px;
	}
	
	
	/* QUICK CONTACT FORM */
	.quick-contact-form {
		margin: 75px 0 30px -120px;
	}
	
	.quick-contact-form input:not(.exclude-input) {
		padding-left: 0;
		border: none;
		border-bottom: 2px solid #04142b;
		background-color: transparent;
	}
        
        .btn .exclude-input {
                padding: 0;
                margin: 0;
                border: none;
        }
        
        .btn img.ajax-loader {
                position: absolute;
        }
	
	.quick-contact-form input:focus {
		border-color: transparent;
		border-bottom-color: #c8bba1;
	}
	
	.quick-contact-form ::-moz-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form ::-webkit-input-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form :-ms-input-placeholder {
		color: #04142b;
	}
        
        .sydney-left0 { padding-left: 0;}
        .sydney-right0 { padding-right: 0;}
        
        .wpcf7-list-item input {
                display: inline-block;
        }
        
        .wpcf7-list-item {
                display: block;
                margin-bottom: 10px;
        }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.quick-contact-form {
			margin-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.quick-contact-form {
			margin-left: 0;
		}
		
	}
	
/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
 
	.icons-list {
		list-style: none;
	}

	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 13.7%;
		min-height: 100px;
		vertical-align: top;
	}

	.icons-list li i,
	.icons-list li .glyphicon {
		font-size: 20px;
	}

	.icons-list li .icon-name {
		display: block;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {

		.icons-list li {
			width: 19%;
		}
		
	}
	
	@media (max-width: 767px) {

		.icons-list li {
			width: 49%;
		}
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.icons-list li {
			width: 32%;
		}

	}
        
/***********************************************************************************
 *	- WORDPRESS
 ***********************************************************************************/ 

        .wp-caption {}
        .wp-caption-text {}
        .gallery-caption {}
        .bypostauthor {}
        
        .alignright {text-align: right;}
        .alignleft {text-align: left;}
        .aligncenter {text-align: center;}
        
        .screen-reader-text {
                clip: rect(1px, 1px, 1px, 1px);
                height: 1px;
                overflow: hidden;
                position: absolute !important;
                width: 1px;
        }
        
/***********************************************************************************
 *	- VISUAL COMPOSER MODIFIERS
 ***********************************************************************************/ 

        .vc_row-o-content-middle>.container-inner {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
        }
        
        .vc_row-o-content-bottom>.container-inner {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0);
        }
        
        .vc_row .wpb_content_element {
            margin-bottom: 0;
        }
        
        .vc_row .wpb_content_element {
            margin-bottom: 0;
        }
        
        .vc_row { 
            background: no-repeat center center;
            position:relative; 
        }
        
/***********************************************************************************
 *	- HELPERS
 ***********************************************************************************/        
         #page-content p,
        #page-content h1,
        #page-content h2,
        #page-content h3,
        #page-content h4,
        #page-content h5,
        #page-content h6,
        #page-content ol,
        #page-content ul {
            padding-left: 15px;
            padding-right: 15px; 
        }
        
        #page-content .post.type-post {
            margin-left: 15px;
            margin-right: 15px; 
        }
        
        #page-content .sydney-content p,
        #page-content .sydney-content h1,
        #page-content .sydney-content h2,
        #page-content .sydney-content h3,
        #page-content .sydney-content h4,
        #page-content .sydney-content h5,
        #page-content .sydney-content h6,
        #page-content .sydney-content ol,
        #page-content .sydney-content ul,
        #page-content .page-header h3,
        #page-content .post.type-post p,
        #page-content .post.type-post h1,
        #page-content .post.type-post h2,
        #page-content .post.type-post h3,
        #page-content .post.type-post h4,
        #page-content .post.type-post h5,
        #page-content .post.type-post h6,
        #page-content .post.type-post ol,
        #page-content .post.type-post ul,
        #page-content .vc_row p,
        #page-content .vc_row h1,
        #page-content .vc_row h2,
        #page-content .vc_row h3,
        #page-content .vc_row h4,
        #page-content .vc_row h5,
        #page-content .vc_row h6,
        #page-content .vc_row ol,
        #page-content .vc_row ul {
            padding-left: 0;
            padding-right: 0; 
        }
        
        #page-content .vc_row .post.type-post,
        #page-content .sydney-content .post.type-post {
            margin-left: 0;
            margin-right: 0; 
        }
        
        .utility-container {
                background: no-repeat center center;
                position: relative;
                margin-left: auto;
                margin-right: auto;
        }
        
        .utility-container>.utility-container-middle-h {
                position: absolute;
                left: 50%;
                transform: translate(-50%, 0);
        }
        
        .utility-container>.utility-container-middle-v {
                width: 100%;
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);
        }
        
        .utility-container>.utility-container-middle {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
        }
        .utility-container>.utility-container-bottom {
                position: absolute;
                width: 100%;
                bottom: 0;
                transform: translate(0, 0);
        }
        
        .utility-container>.utility-container-bottom-h {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0);
        }

        .sydney_loader_gif {
                display: none;
                margin: 0 auto;
        }

        .full-section .container-inner > .row,
        .full-section.vc_row,
        .container-inner .vc_row {
            margin-left: 0;
            margin-right: 0;
        }
        
        .recent-posts-container {
            margin-left: -15px;
            margin-right: -15px;
        }
        
        /* Container mlp helpers */
        
        .vc_row.wpb_row.container-inner {
                margin-right: auto;
                margin-left: auto;
        }
        
        .container-inner {
                position: relative;
                margin-right: auto;
                margin-left: auto;
        }
        
        @media (min-width: 768px){
            .container-inner {
                max-width: 750px;
            }
        }
        
        @media (min-width: 992px){
            .container-inner {
                max-width: 970px;
            }
        }
        
        @media (min-width: 1200px){
            .container-inner {
                max-width: 1170px;
            }
        }
        
        /* DEX mlp helpers */
        
        .sydney-dex-10 .dex-container { top: 10%; }
        
        .sydney-dex-20 .dex-container { top: 20%; }
        
        .sydney-dex-30 .dex-container { top: 30%; }
        
        .sydney-dex-40 .dex-container { top: 40%; }
        
        .sydney-dex-60 .dex-container { top: 60%; }
        
        .sydney-dex-70 .dex-container { top: 70%; }
        
        .sydney-dex-80 .dex-container { top: 80%; }
        
        .sydney-dex-90 .dex-container { top: 90%; }
        
        .full-section .dex-container,
        .container-fluid .dex-container,
        .container-inner .dex-container {
            max-width: 1170px;
        }
        
        
        @media (max-width: 480px) {
            .sydney-post-col {
                padding-left: 0;
                padding-right: 0;
            }
        }
        
        /* ELEMENTS IN DARK SECTION */
	
	.row-font-color h1,
	.row-font-color h2,
	.row-font-color h3,
	.row-font-color h4,
	.row-font-color h5,
	.row-font-color h6,
	.row-font-color h1 a,
	.row-font-color h2 a,
	.row-font-color h3 a,
	.row-font-color h4 a,
	.row-font-color h5 a,
	.row-font-color h6 a,
	.row-font-color .signature span {
		color: inherit;
	}
	
	.row-font-color a:hover {
		color: #c8bba1;
	}
	
	.row-font-color button,
	.row-font-color input[type="reset"],
	.row-font-color input[type="submit"],
	.row-font-color input[type="button"] {
		border-color: inherit;
		color: inherit;
	}
	
	.row-font-color button:hover,
	.row-font-color input[type="reset"]:hover,
	.row-font-color input[type="submit"]:hover,
	.row-font-color input[type="button"]:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
        .row-font-color .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a,
        .row-font-color .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover,
	.row-font-color .check-list li a,
	.row-font-color .square-list li a,
	.row-font-color .check-list li:before {
		color: inherit;
	}
	
	.row-font-color .check-list li a:hover,
	.row-font-color .square-list li a:hover, 
	.row-font-color .check-list li:hover:before {
		color: #c8bba1;
	}
	
	.row-font-color .square-list li:before {
		border-color: inherit;
	}
	
	.row-font-color .square-list li:hover:before {
		border-color: #c8bba1;
	}
	
	.row-font-color .btn,
	.row-font-color .btn:before,
	.row-font-color .btn:after {
		border-color: inherit;
		color: inherit;
	}
	
	.row-font-color .btn:hover,
	.row-font-color .btn:hover:before,
	.row-font-color .btn:hover:after {
		border-color: #c8bba1;
	}
	
	.row-font-color .text-box a.plus {
		color: #fff;
	}
	
	.row-font-color .text-box.style-1:hover {
		border-color: #fff;
	}
	
	.row-font-color .text-box.style-1:hover h1,
	.row-font-color .text-box.style-1:hover h2,
	.row-font-color .text-box.style-1:hover h3,
	.row-font-color .text-box.style-1:hover h4,
	.row-font-color .text-box.style-1:hover h5,
	.row-font-color .text-box.style-1:hover h6 {
		color: #04142b;
	}
	
	.row-font-color .text-box.style-1:hover .btn {
		color: #040204;
	}

	.row-font-color .text-box.style-1:hover .btn,
	.row-font-color .text-box.style-1:hover .btn:before,
	.row-font-color .text-box.style-1:hover .btn:after {
		border-color: #040204;
	}
	
	.row-font-color .text-box.style-1:hover .btn:hover {
		color: #c8bba1;
	}

	.row-font-color .text-box.style-1:hover .btn:hover,
	.row-font-color .text-box.style-1:hover .btn:hover:before,
	.row-font-color .text-box.style-1:hover .btn:hover:after {
		border-color: #c8bba1;
	}
	
	.row-font-color .text-box.style-2 {
		background-color: #fff;
		color: #737373;
	}
	
	.row-font-color .text-box.style-2 h1,
	.row-font-color .text-box.style-2 h2,
	.row-font-color .text-box.style-2 h3,
	.row-font-color .text-box.style-2 h4,
	.row-font-color .text-box.style-2 h5,
	.row-font-color .text-box.style-2 h6 {
		color: #04142b;
	}
	
	.row-font-color .image-box-content > a:hover {
		color: #fff;
	}
	
	.row-font-color .social-media a {
		color: inherit;
	}
	
	.row-font-color .social-media.square a {
		color: #04142b;
	}
	
	.row-font-color .pie-chart-percent {
		color: inherit;
	}
	
	.row-font-color .progress-bar span,
	.row-font-color .progress-bar-title {
		color: inherit;
	}
	
	.row-font-color .counter-value,
	.row-font-color .counter-details {
		color: inherit;
	}
	
        .row-font-color .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,
        .row-font-color .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after,
        .row-font-color .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon,
	.row-font-color .price-plan:hover {
		border-color: inherit;
	}
	
	.row-font-color .testimonial-author h6 {
		color: #c8bba1;
	}
	
	.row-font-color .filter li a {
		color: inherit;
	}
	
	.row-font-color .filter li a:hover {
		color: #c8bba1;
	}
	
	.row-font-color .pagination li a:hover,
	.row-font-color .pagination li.active a,
	.row-font-color .pagination li.active a:hover,
        .row-font-color .navigation.pagination a:hover,
        .row-font-color .navigation.pagination span:hover,
        .row-font-color .navigation.pagination span.current {
		background-color: #fff;
		color: #04142b;
	}
	
	.row-font-color .about-me h6 {
		color: #c8bba1;
	}
	
	.row-font-color .team-list a {
		color: inherit;
	}
	
	.row-font-color .service-box.style-1:hover > i,
	.row-font-color .service-box.style-2:hover > i {
		color: inherit;
	}
	
	.row-font-color .service-box.style-3:hover > i {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.row-font-color .portfolio-item-hover a:hover {
		color: #fff;
	}
	
	.row-font-color .blog-article-details a, 
	.row-font-color .blog-article-content > a {
		color: inherit;
	}
	
	.row-font-color .blog-article-details a:hover, 
	.row-font-color .blog-article-content > a:hover {
		color: #c8bba1;
	}
	
	.row-font-color .comment-author .fn {
		color: inherit;
	}
	
	.row-font-color .comment-metadata a,
	.row-font-color .comment-author .fn:hover {
		color: #c8bba1;
	}
	
	.row-font-color .reply a:hover {
		color: #fff;
	}
	
	.row-font-color .widget-pages ul li a:hover,
	.row-font-color .widget_archive ul li:hover a,
	.row-font-color .widget_meta ul li a:hover,
	.row-font-color .widget_categories ul li a:hover {
		color: #fff;
	}
	
	.row-font-color .widget-pages ul li a:hover:before,
	.row-font-color .widget_meta ul li a:hover:before {
		border-color: #fff;
	}
	
	.row-font-color .widget-newsletter input[type="submit"] {
		color: #04142b;
	}
	
	.row-font-color .widget_calendar caption {
		color: inherit;
	}
	
	.row-font-color .widget-recent-posts ul li .post-date {
		color: #c8bba1;
	}
	
	.row-font-color .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	.row-font-color .widget-recent-posts ul li .post-title:hover {
		color: #c8bba1;
	}
	
	.row-font-color .widget_tag_cloud a:hover {
		color: #fff;
	}
	
	.row-font-color .widget-contact ul li a {
		color: inherit;
	}
	
	.row-font-color .owl-prev:hover,
	.row-font-color .owl-next:hover {
		border-color: inherit;
		color: inherit;
	}
	
	.row-font-color .owl-dot:hover,
	.row-font-color .owl-dot.active {
		background-color: #fff;
	}
        
        /* Helper classes */
        
        .chart-stretch.vc_line-chart .vc_chart-with-legend {
                width: 100%;
        }
        
        .chart-stretch.vc_chart .vc_chart-legend {
                margin-top: 15px;
                width: 100%;
        }
        
        .vc_chart .vc_chart-legend li{    
                float: left;
                margin-right: 30px;
        }
        
        .sydney_loader_gif {
                display: none;
                margin: 0 auto;
        }
        
        .top-m20 { margin-top: 20px; }
        
        .inline-block { display: inline-block; }
        
        .sydney-upper-right {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 60px;
            height: 60px;
            background-color: #c8bba1;
            color: #fff;
            font-size: 24px;
            line-height: 60px;
            text-align: center;
        }
        
        .disc-price {
            position: absolute;
            top: 130px;
            left: 0;
            width: 155px;
            height: 155px;
            padding-top: 15px;
            border-radius: 50%;
            background-color: #04142b;
            color: #c8bba1;
            font-size: 60px;
            line-height: 40px;
            text-align: center;
        }
        
        .disc-price2 {
            position: absolute;
            top: 60px;
            right: 100px;
            width: 135px;
            height: 135px;
            padding-top: 20px;
            border-radius: 50%;
            background-color: #04142b;
            color: #c8bba1;
            font-size: 52px;
            line-height: 34px;
            text-align: center;
        }
        
        .disc-price small,
        .disc-price2 small {
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		text-transform: uppercase;
	}
	
	.disc-price span,
        .disc-price2 span {
		font-size: 40px;
		font-weight: 300;
		vertical-align: top;
	}
	
	.disc-price sup,
        .disc-price2 sup {
		font-size: 18px;
		font-weight: 300;
		vertical-align: super;
	}
        
        .img-right30 { margin-right: 30px; }
        