/*
Theme Name: Clapat
Theme URI: http://clapat-themes.com/
Description: Responsive WordPress Theme
Version: 1.3
Author: Clapat
Author URI: http://themeforest.net/user/clapat
Created Date: 06/06/2018
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
Text Domain: clapat
*/

/*------------------------------------------------------------------

01. General Styles
02. Page Overlay
03. Header Elements
04. Overlay Menu
05. Hero Section
06. Main Content 
07. Footer Elements
08. Responsive Media Querries

-------------------------------------------------------------------*/

	
/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/		
	
	html,body{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size:16px;
		height:100%;
		width:100%;
		color:#777;
		background-color:#f2f2f2;
	}
	
	html {
		box-sizing: border-box;
		margin-right: 0px!important;
		overflow: visible!important;
	}
	
	body {
		overflow-x:hidden;
		overflow-y:scroll;
		box-sizing: border-box;
		webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;	
	}
	
	body.hidden {
	}
	
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	article,
	aside,
	details,
	figcaption,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}
	
	audio,
	canvas,
	 {
		display: inline-block;
		max-width: 100%;
	}	
	
	address {
		font-style: italic;
		margin-bottom: 24px;
	}
	
	abbr[title] {
		border-bottom: 1px dotted #2b2b2b;
		cursor: help;
	}
	
	b,
	strong {
		font-weight: 400;
	}
	
	cite,
	dfn,
	em,
	i {
		font-style: italic;
	}
	
	mark, ins {
		background: none repeat scroll 0 0 #111;
		text-decoration: none;
		color: #fff;
		padding: 0px 10px;
		display: inline-block;
		border-radius: 2px;
	}
	
	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: monospace, serif;
		font-size: 15px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
	}
	
	pre {
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-bottom: 24px;
		max-width: 100%;
		overflow: auto;
		padding: 12px;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	
	blockquote,
	q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}
	
	blockquote {
		color: #000;
		font-size: 18px;
		font-weight: 300;
		line-height: 30px;
		margin-bottom: 24px;
		border-left:4px #222 solid;
		padding:20px 20px 20px 40px;
	}
	
	blockquote p {
		color: #000;
		margin-bottom:0px;
		font-weight:500;
	}
	
	blockquote.large {
		background-color: #222;
		border-radius: 3px;
		border-left: none;
		padding: 8%;
		font-family: 'Poppins', sans-serif;
		position: relative;
		padding-left: 12%;
		padding-bottom: 6%;
		margin:40px 0;
	}
	
	blockquote.large p {
		color:#fff;
		font-size:30px;
		font-weight:600;
		line-height:40px;
		margin-bottom:20px;
		font-family: 'Poppins', sans-serif;
	}
	
	blockquote span {
		display:block;
		margin-top:20px;
		font-weight:400;
		font-size:12px;
		font-style:normal;
		color:#999;
	}
	
	blockquote.large::before {
		content: '\f10d';
		font-family: FontAwesome;
		font-size: 1.2em;
		display: block;
		position: absolute;
		z-index: 1;
		top: 18%;
		left: 8%;
		font-weight: 400;
		font-style: normal;
		color: #fff;
		opacity: 0.25;
	}
	
	blockquote cite,
	blockquote small {
		color: #555d66;
		font-size: 14px;
		font-weight: 400;
	}
	
	blockquote.large cite {
		font-weight:400;
		color:#999;
	}
	
	blockquote.large small {
		font-weight:400;
		color:#999;
		font-size: 12px;
	}
	
	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}
	
	blockquote strong,
	blockquote b {
		font-weight: 400;
	}
	
	.wp-block-pullquote {
		padding: 3em 0;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	
	.wp-block-pullquote {
		border-top: 4px solid #555d66;
		border-bottom: 4px solid #555d66;
		border-left:none;
		color: #40464d;
	}
	
	small {
		font-size: smaller;
	}
	
	big {
		font-size: 125%;
	}
	
	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	dl {
		margin-bottom: 24px;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin-bottom: 24px;
	}
	
	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin: 10px 0 0 20px;
	}
	
	li {
		line-height: 20px;
		color:#333;
		margin-bottom:10px;
	}
	
	ul.icon-list {
		margin-left:0;
	}
	
	.post-content li {
		line-height: 26px;
		color: #333;
		margin-bottom: 14px;
	}
	
	.icon-list li {
		list-style:none;
	}
	
	.icon-list li i {
		margin-right:10px;
	}
	
	figure {
		margin:0;
		position:relative;
		display: inline-block;
	}
	
	figure img {
		max-width:100%;
	}
	
	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 0 24px;
		padding: 11px 12px 0;
	}
	
	legend {
		white-space: normal;
	}
	
	button,	input {
		line-height: normal;
	}
	
	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}
	
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}
	
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	
	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
	}
	
	input[type="search"] {

		-webkit-appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
		vertical-align: top;
	}
	
	table, th, td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	table, th, td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;	
		width: 100%;
	}
	
	caption, th, td {
		font-weight: normal;
		text-align: left;
	}
	
	th {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	td {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	del {
		color: #767676;
	}
	
	hr {
		border: 0;
		height: 35px;
		width:100%;
		float:none;
		margin:0;
		display:inline-block;
	}
	
	hr.small {
		height:20px;
	}
	
	hr:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	img {
		border: 0 none;
		max-width: 100%;
		vertical-align: middle;
		height:auto;
	}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		color:#000;
		margin-bottom:10px;
	}
	
	h1{
		font-size:48px;
		line-height: 60px;
		margin-left:-3px;
	}
	
	h2{
		font-size: 36px;
		line-height: 48px;
		margin-left:-1px;
	}
	
	h3{
		font-size:30px;
		line-height: 40px;
		margin-left:-1px;
	}
	
	h4{
		font-size:24px;
		line-height: 36px;
		margin-left:-1px;	
	}
	
	h5{
		font-size:18px;
		line-height: 24px;
		margin-left:-1px;
	}
	
	h6{
		font-size:14px;
		line-height: 18px;
	}
	
	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6 {
		color: #fff!important;
	}
	
	.light-content p {
		color:rgba(255,255,255,0.5);
	}
	
	.title-has-line {
		position:relative;
		margin-bottom:20px;
	}
	
	.title-has-line::after {
		background: none repeat scroll 0 0 #ccc;
		bottom: 20px;
		content: "";
		height: 1px;
		left: -40px;
		position: absolute;
		width: 25px;
	}
	
	.light-content .title-has-line::after {
		background: none repeat scroll 0 0 rgba(255,255,255,0.3);
	}
	
	p {
		font-size:16px;
		margin-bottom:15px;
		line-height:28px;
		color:#777;
	}
	
	p.no-margins {
		margin-bottom:0;
	}
	
	p.is-large-text {
		font-size: 36px;
		line-height: 80px;
	}
	
	.bigger {
		font-size: 24px;
		font-weight: 400;
		line-height:36px;
		color:#222;
	}
	
	.smaller {
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 3px;
		color:#777;
		text-transform:uppercase;
	}
	
	.dropcap_solid {
		font-size: 42px;
		margin: 8px 12px 0 0;
		width: 70px;
		height: 70px;
		line-height: 67px;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		font-weight: 700;
		text-align: center;
		overflow: hidden;
		float: left;
		display: block;
		background: #222;
		color: #fff;
		border-radius:3px;
	}
	
	.dropcap {
		font-size: 56px;
		margin: 3px 14px 0 -3px;
		width: auto;
		height: 50px;
		line-height: 48px;
		border-radius: 0;
		font-weight: 700;
		text-align: left;
		overflow: hidden;
		float: left;
		display: block;
		color: #222;
	}
		
	.container {
		max-width:1540px;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	.vc_row.small {
		max-width:900px;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	.vc_row.full {
		width: 100vw;
		max-width:none;
		margin-left: calc(-100vw / 2 + 900px / 2);
		margin-right: calc(-100vw / 2 + 900px / 2);
		padding: 0;
	}
	
	.vc_row.large {
		width: 1280px;
		max-width: none;
		margin-left: calc(-1280px/ 2 + 900px / 2);
		margin-right: calc(-1280px/ 2 + 900px / 2);
		padding: 0;
	}
	
	.full .vc_column_container > .vc_column-inner {
		padding-left: 0px!important;
		padding-right: 15px!important;
	}
	
	.small {
		max-width:800px;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	.full {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 1000%;
		width: 100vw;
		padding: 0;
	}
	
	.large {
		width: 1280px;
		max-width: none;
		margin-left: calc(-1280px/ 2 + 900px / 2);
		margin-right: calc(-1280px/ 2 + 900px / 2);
		padding: 0;
	}
	
	#default-content .full {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 1000%;
		width: 100vw;
		padding: 0;
	}
	
	#default-content .large {
		width: 1280px;
		max-width: none;
		margin-left: calc(-1120px/ 2 + 900px / 2);
		margin-right: calc(-1120px/ 2 + 900px / 2);
		padding: 0;
	}
	
	.container::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	a:hover, a:active {
	  outline: 0;
	  color: #000;
	}
	
	a {
        text-decoration: none;
        -webkit-transition: background-color .1s ease, border .1s ease, color .3s ease, opacity .1s ease-in-out, outline .1s ease;
                transition: background-color .1s ease, border .1s ease, color .3s ease, opacity .1s ease-in-out, outline .1s ease;
    }
	
	a {
		color: #000;
		outline: 0;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	.one_half {
    	width: 47%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 48%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}
	
	.one_half {
		float: left;
		margin-bottom: 20px;
		margin-right: 6%;
		position: relative;
	}

	.last {
		margin-right:0px;
	}
	
	.text-align-center {
		text-align:center;
	}
	
	.text-align-left {
		text-align:left;
	}
	
	.outer {
		display:table;
		width:100%;
		height:100%;
	}
	
	.inner {
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.vc_row {
		position:relative;
		z-index:1;
	}
	
	.row_padding_top {
		padding-top:120px;
	}
	
	.row_padding_bottom {
		padding-bottom:100px;
	}
	
	
/*--------------------------------------------------
	02. Page Overlay
---------------------------------------------------*/	

	#black-fade {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #222228;
		opacity: 0;
		z-index: 150;
		visibility:hidden;
		-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-perspective: 1000;
	}
	
	#black-fade.fade-in {
		opacity: 0.9;
		visibility:visible;
	}
	
	#slide-menu {
		position: fixed;
		top: 0px;
		right: -360px;
		width: 360px;
		height: 100%;
		background-color: #fff;
		z-index: 500;
		overflow: auto;
		box-sizing:border-box;
		overflow: hidden;
		-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	
	#slide-menu.open {
	  -webkit-transform: translateX(-360px);
	  transform: translateX(-360px);
	}
	
	.slide-menu-content {
		box-sizing: border-box;
		padding: 40px;
		padding-right: 50px;
		width: calc(100% + 30px);
		height:100%;
		overflow-y: scroll;
	}
	
/*--------------------------------------------------
	03. Header Elements
---------------------------------------------------*/	
	
	.search-form {
		position:relative;
		height:0;
		background-color: #262629;
		overflow:hidden;
		-webkit-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}
	
	.search-form.open {
		height:80px;
	}
	
	.search-form input[type="search"] {
		width: 100%;
		height: 80px;
		padding: 20px 60px;
		line-height: 40px;
		border: none;
		box-sizing:border-box;
		text-align: left;
		background-color: #262629;
		color:#fff;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size:24px;
		opacity:1;
	}
	
	.close-button {
		height: 50px;
		width: 50px;
		position: relative;
		box-sizing: border-box;
		line-height: 50px;
		display: inline-block;
		z-index: 10;
		position: absolute;
		right: 50px;
		top: 15px;
		cursor:pointer;	
	}

	.close-button::before, .close-button::after {
		transform: rotate(-45deg);
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -2px;
		margin-left: -10px;
		display: block;
		height: 2px;
		width: 26px;
		background-color: #fff;
		transition: all 0.2s ease-out;	
	}

	.close-button:after {
		transform: rotate(45deg);
	}

	.close-button:hover:before, .close-button:hover::after {
		transform: rotate(0deg);
	}
	
	header {
		opacity:1;
		width:100%;
		min-height: 120px;
		left:0;
		top:0;
		background-color:#fff;
		position:fixed;
		box-sizing:border-box;
		border-bottom:1px solid #e6e6e6;
		z-index:100;
		-webkit-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}
	
	.admin-bar header {
		top:32px;
	}
	
	.admin-bar header.nav-hide {
		top:-8px;
	}
	
	.ch header {
		position:relative;
	}
	
	.mh header {
		min-height:80px;
	}
	
	header.nav-hide {
		top:-40px;
		-webkit-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	}
	
	#pre-header-container {
		position:relative;
		padding: 0 60px;
		height: 40px;
		box-sizing:border-box;
		border-bottom:1px solid #f2f2f2;		
	}
	
	.ch #pre-header-container {
		background-color:#fff;
	}
	
	.secondary-menu {
		margin:0;
		padding:0;
		display: inline-block;
	}
	
	#pre-header-container .menu {
		max-width:800px;
		display: inline-block;
	}
	
	#pre-header-container .menu ul {
		margin:0;
		padding:0;
	}
	
	.secondary-menu li, #pre-header-container .menu li {
		display: inline-block;
		margin: 0;
		padding: 0;
		list-style: none;
		height: auto;
		line-height: 40px;
	}
	
	.secondary-menu li a, #pre-header-container .menu li a {
		font-size:11px;
		line-height:20px;
		font-weight: 400;
		font-family: 'Poppins', sans-serif;
		color:#999;
		padding:10px;
	}
	
	.secondary-menu li:first-child a, #pre-header-container .menu li:first-child a {
		padding-left:0;
	}
	
	.secondary-menu li a:hover {
		color:#000!important;
	}
	
	#pre-header-container .sub-menu {
		display:none;
	}
	
	#pre-header-container .socials {
		position: relative;
		display: inline-block;
		float: right;
		bottom: 0;
		padding: 5px;
		margin-right:50px;		
	}
	
	.ch #pre-header-container .socials {
		margin-right:30px;
	}
	
	#pre-header-container .socials li {
		margin:0;
		width:30px;
	}
	
	#pre-header-container .socials li a {
		color:#000;
		font-size:12px;
		width:30px;
	}
	
	#search {
		position: relative;
		float: right;
		font-size: 11px;
		line-height: 20px;
		font-weight: 400;
		font-family: 'Poppins', sans-serif;
		color: #999;
		padding: 10px;
		padding-right: 30px;
		padding-left:60px;
		border-left:1px solid #f2f2f2;
		cursor:pointer;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.ch #search {
		padding-right:60px;
		padding-left:40px;
		border-right:1px solid #f2f2f2;
	}
	
	.mh #search {
		width: 30px;
		height: 30px;
		padding: 0;
		border-left: none;
		margin-top: -34px;
		margin-right: 30px;
	}
	
	#search:hover {
		color:#000;
	}
	
	#search::before {
		height: 10px;
		width: 20px;
		position: absolute;
		font-size: 14px;
		font-family: 'FontAwesome';
		content: "\f002";
		color: #000;
		right: -4px;
		top: 9px;
		-webkit-transition: opacity 0.2s ease-in-out 0.2s;
		transition: opacity 0.2s ease-in-out 0.2s;
	}
	
	.ch #search:before {
		right:25px;
	}
	
	.mh #search::before {
		font-size: 15px;
		right: 2px;
		top: 3px;
	}
	
	#header-container {
		box-sizing: border-box;
		padding: 0 60px;
		height: 40px;
		margin: 20px auto;
		max-width: 100%;
		position: relative;
		width: 100%;
		z-index: 20;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.ch #header-container {
		height:90px;
	}
	
	#logo {
		position:absolute;
		display:inline-block;
		pointer-events: auto;
		z-index:10;
		top:0px;
		float:left;
	}
	
	.ch #logo {
		display:table;
		float:none;
		margin:0 auto;
		margin-bottom: 10px;
		position:relative;
	}
	
	#logo a {
		display:block;
	}
	
	#logo a.disable {
		pointer-events: none;
	}
	
	#logo img {
		display: block;
		height: 40px;
		width: auto;
		-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	#logo img.black-logo {
		opacity:1;
	}
	
	.light-content #logo img.black-logo {
		opacity:0;
	}
	
	.menu-open.light-content #logo img.black-logo, .initial.light-content #logo img.black-logo {
		opacity:1;
	}
	
	
	.menu-open.light-content .slide-in #logo img.black-logo {
		opacity:0;
	}
	
	#logo img.white-logo {
		position:absolute;
		top:0;
		left:0;
		opacity:0;
	}
	
	.light-content #logo img.white-logo {
		opacity:1;
	}
	
	.menu-open.light-content #logo img.white-logo, .initial.light-content #logo img.white-logo {
		opacity:0;
	}
	
	.menu-open.light-content .slide-in #logo img.white-logo {
		opacity:1;
	}
	
	@media all and (min-width: 1025px) {
	
		nav {
			position: relative;
			width: auto;
			top: 0px;
			-webkit-transition: all 0.2s ease-in-out 0.5s;
			transition: all 0.2s ease-in-out 0.5s;
			display: table;
			margin: 0 auto;
			height: 40px;
		}
		
		.rh nav {
			float:right;
			margin-right:40px;
		}
		
		.flexnav, nav.menu ul {
			display: block;
			float: right;
			position: relative;
			width: auto;
			max-height: 40px;
			margin:0;
		}
	
		
		.flexnav li ul {   
			min-width: 170px;
		}	
		
		.flexnav .touch-button {
			background: transparent none repeat scroll 0 0;
		}	
		
		.flexnav .touch-button .navicon {
			display:none;
		}
		
		.flexnav li {    
			background: transparent none repeat scroll 0 0;
			padding:0 20px;
		}
		
		nav.menu ul li {
			padding: 0 20px;
			position: relative;
			list-style: none;
			float: left;
			display: block;
			margin: 0;
			line-height: 40px;
		}
		
		.flexnav li a, nav.menu ul li a {    
			background: transparent none repeat scroll 0 0;
			padding: 10px 0 20px 0;
			position:relative;
			border-left: medium none;
			font-weight: 500;
			font-family: 'Poppins', sans-serif;
			color:#000;		
			font-size:14px;
			-webkit-transition: all 0.15s ease-in-out;
			transition: all 0.15s ease-in-out;
		}
		
		.flexnav:hover li a {
			color: rgba(0,0,0,0.4);
		}
		
		.flexnav li:hover a {
			color:#000;
		}
		
		.flexnav li ul li a { 
			padding:0 20px 20px;
			background-color:transparent;
			font-size:13px;
			font-family: 'Roboto', sans-serif;
			font-weight:400;
			text-transform:none;
			color:#aaa!important;
			-webkit-transition: all 0.05s ease-in-out;
			-moz-transition: all 0.05s ease-in-out;
			-o-transition: all 0.05s ease-in-out;
			-ms-transition: all 0.05s ease-in-out;
			transition: all 0.05s ease-in-out;
		}
		
		.flexnav li ul li a.active, .flexnav li ul li a:hover {
			color:#fff!important;
		}
		
		.flexnav li > ul li {
			margin-left:0;
			padding:0;
		}
		
		.flexnav li ul {
			-webkit-transform: translate3d(0px, 20px, 0px);
			transform: translate3d(0px, 20px, 0px);
			display:block!important;
			opacity:0!important;
			visibility:hidden;
			left:5px;
			padding-top:20px;
			background: #000;		
			border-radius:3px;
			-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
		}
		
		.flexnav li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: -6px;
			left: 20px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent #000;
		}
		
		.flexnav ul li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: 15px;
			left: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent #000;
			-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		
		.flexnav li ul.flexnav-show {
			-webkit-transform: translate3d(0px, 0px, 0px);
			transform: translate3d(0px, 0px, 0px);
			opacity:1!important;
			visibility:visible;
			-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
			transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;	
		}
		
		.flexnav ul li ul li a {
			background: #000;
		}
		
		.flexnav ul li ul li ul li a {
			background: #000;
		}
		
	}

	#burger-menu {
		width: 22px;
		height: 18px;
		position: relative;
		float:right;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		top: -28px;
		right: 0;
		z-index:2;
	}
	
	.ch #burger-menu {
		top:13px;
		width:20px;
		margin-left:40px;
	}
	
	.rh #burger-menu {
		top:12px;
	}

	#burger-menu span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #000;
	  opacity: 1;
	  right: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: 0.2s ease-in-out;
	  -moz-transition: 0.2s ease-in-out;
	  -o-transition: 0.2s ease-in-out;
	  transition: 0.2s ease-in-out;
	}

	#burger-menu span:nth-child(1) {
	  top: 0px;
	}
	
	#burger-menu span:nth-child(2), #burger-menu span:nth-child(3) {
	  top: 7px;
	}
	
	#burger-menu span:nth-child(4) {
		top: 14px;
		width: 60%;
	}
	
	.ch #burger-menu span:nth-child(2), .ch #burger-menu span:nth-child(3) {
	  top: 6px;
	}
	
	.ch #burger-menu span:nth-child(4) {
		top: 12px;
	}
	
	#burger-menu:hover span:nth-child(4) {
		width: 100%;
	}
	
	#burger-menu.open span:nth-child(1) {
	  top: 7px;
	  width: 0%;
	  right: 50%;
	}
	
	#burger-menu.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#burger-menu.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#burger-menu.open span:nth-child(4) {
	  top: 7px;
	  width: 0%;
	  right: 50%;
	}
	
	#nav-menu {
		width: 22px;
		height: 18px;
		position: relative;
		float:right;
		margin: 0;
		margin-left:30px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		top: -28px;
		right: 0;
		z-index:2;
		display:none;
	}
	
	#nav-menu span.touch-button {
		display:none;
	}
	
	.ch #nav-menu {
		top:13px;
		width:20px;
		margin-left:40px;
	}
	
	.rh #nav-menu {
		top:12px;
	}

	#nav-menu span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #000;
	  opacity: 1;
	  right: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: 0.2s ease-in-out;
	  -moz-transition: 0.2s ease-in-out;
	  -o-transition: 0.2s ease-in-out;
	  transition: 0.2s ease-in-out;
	}

	#nav-menu span:nth-child(1) {
	  top: 0px;
	}
	
	#nav-menu span:nth-child(2), #nav-menu span:nth-child(3) {
	  top: 7px;
	}
	
	#nav-menu span:nth-child(4) {
		top: 14px;
		width: 60%;
	}
	
	.ch #nav-menu span:nth-child(2), .ch #nav-menu span:nth-child(3) {
	  top: 6px;
	}
	
	.ch #nav-menu span:nth-child(4) {
		top: 12px;
	}
	
	#nav-menu:hover span:nth-child(4) {
		width: 100%;
	}
	
	#nav-menu.open span:nth-child(1) {
	  top: 7px;
	  width: 0%;
	  right: 50%;
	}
	
	#nav-menu.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#nav-menu.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#nav-menu.open span:nth-child(4) {
	  top: 7px;
	  width: 0%;
	  right: 50%;
	}
	
/*--------------------------------------------------
	04. Main Content
---------------------------------------------------*/		
	
	#main {
		position:relative;
		padding-top:120px;		
	}
	
	.mh #main {
		padding-top: 80px;
	}
	
	.ch #main {
		padding-top: 0px;
	}
	
	#main-content {
		opacity:0;
		position:relative;
		-webkit-transition: all 0.3s ease-in-out 0.5s;
		transition: all 0.3s ease-in-out 0.5s;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	#main-content.loaded {
		opacity:1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	
	#default-content {
		max-width: 1180px;
		margin: 0 auto;
		padding: 0 60px;
		box-sizing: border-box;
		margin-bottom: 80px;
	}
	
	#top-bar {
		position: relative;
		padding: 15px 60px;
		height: 90px;
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
	}
	
	.tb-left {
		width:50%;
		float:left;
	}
	
	.tb-left h5 {
		line-height:60px;
		margin-bottom:0;
	}
	
	.tb-right {
	    text-align: right;
		width: 50%;
		float: right;
	}
	
	.tb-right span {
		line-height: 60px;
		font-size: 14px;
		margin-left: 5px;
	}
	
	.tb-right span a {
		color:#999;
	}
	
	.tb-right span a:hover {
		color:#000;
	}
		
/*--------------------------------------------------
	05. Hero Section
---------------------------------------------------*/		
	
	#hero {
		overflow:hidden;
		position:relative;
		width:100%;
		height:auto;
		margin:0 auto;		
		box-sizing:border-box;
	}
	
	#hero:before {
		content: '';
		position: absolute;
		z-index: 50;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:#f2f2f2;
		-webkit-transition: opacity 0.3s ease-in-out 0.2s, visibility 0s ease-in-out 0.5s;
		transition: opacity 0.3s ease-in-out 0.2s, visibility 0s ease-in-out 0.5s;
	}
	
	#hero.loaded:before {
		opacity:0;
		visibility:hidden;
	}
	
	#hero:after {
		content: '';
		position: absolute;
		z-index: 50;
		top: 50%;
		left: 50%;
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
		pointer-events: none;
		border-radius: 50%;
		opacity: 0.2;
		background: #ccc;
		-webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
		transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
		animation: loaderAnim 0.7s linear infinite alternate forwards;
	}
	
	#hero.loaded:after {
		opacity:0;
		visibility:hidden;
		display:none;
	}
		
	@keyframes loaderAnim {
		to {
			opacity: 1;
			transform: scale3d(0.5, 0.5, 1);
		}
	}
	
	#hero.has-image {
		height:70vh;
		margin-bottom:80px;
	}
	
	.page-template-blog-page #hero.has-image {
		margin-bottom:0px;
	}
	
	#hero.with-padding {
		padding-top:60px;
		padding-left:60px;
		padding-right:60px;
	}
	
	#hero.boxed {
		padding-top: 60px;
		max-width: 1540px;
		padding-left:60px;
		padding-right:60px;
	}
	
	#hero-bg-wrapper {
		background-color: #000;
		overflow: hidden;
		height: 100%;
		width: 100%;
		border-radius:3px;
	}
	
	#hero-bg-image {
		background-size:cover;
		background-position:center center;
		width:100%;
		height:100%;
		z-index:0;
		opacity:0.8;
	}
	
	#hero-caption {
		display: table;
		width: 100%;
		max-width: 1180px;
		padding: 60px;
		margin: 0 auto;
		height: 100%;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		z-index: 10;
		top: 0;
		left: 0;
		right:0;		
	}
	
	.post-template-default #hero-caption, .single #hero-caption, .single-post #hero-caption {
		max-width:980px;
	}
	
	.page-template-blog-page #hero-caption, .page-template-blog-page-php #hero-caption {
		max-width:1540px;
	}
	
	#hero.boxed #hero-caption {
		padding:0 180px;
		padding-top: 60px;
	}
	
	.has-image #hero-caption {
		position:absolute;
	}
	
	.only-text #hero-caption {
		padding-top:110px;
		padding-bottom:30px;
	}
	
	.notfound #hero-caption {
		padding-top: 220px;
		padding-bottom: 220px;
		text-align:center;
	}
	
	.notfound #hero-caption p {
		margin-bottom:40px;
	}
	
	.text-align-center #hero-caption {
		text-align:center;
	}
	
	.hero-title {
		margin-bottom: 0;
		font-size: 48px;
		line-height: 60px;
		margin-top: 15px;
		margin-bottom: 20px;
		position: relative;
		left: 0;
		right:0;
		display: block;
		max-width: 740px;
		width: 100%;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
	
	.text-align-center .hero-title {
		margin:0 auto;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	
	#showcase-slider {
		height: 100%;
		width: 100%;
		border-radius:3px;
		overflow:hidden;
	}
	
	
	#showcase-slider .swiper-wrapper {
		 -webkit-transition-delay: 0.3s!important;
		 transition-delay: 0.3s!important;
	}
	
	#showcase-slider .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;  
	}
	
	#showcase-slider .img-mask {	
		width:100%;
		height:100%;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		display: block;
		position:absolute;
		box-sizing:border-box;
		z-index:2;
		background-color:#000;
		-webkit-transition-delay: 0.3s!important;
		transition-delay: 0.3s!important;
	}
	
	#showcase-slider .section-image {
		opacity:0.8;
		position:absolute;
		height:100%;
		width:100%;
		z-index:0;
		padding:0;
		background-repeat:no-repeat;
		background-position:center center;
		box-sizing:border-box;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		background-size: cover;
		-webkit-transition: filter 0.6s ease-in-out;
		transition: filter 0.6s ease-in-out;	
	}
	
	.section-caption-outer {
		display: table;
		max-width:1540px;		
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right:0;
		margin: 0 auto;
		z-index: 10;
		padding: 60px 0;
		padding-left:60px;
		box-sizing: border-box;
	}
	
	#hero.boxed .section-caption-outer {
		padding-left:120px;
	}
	
	.section-caption-inner {
		display: table-cell;
		vertical-align:middle;
		box-sizing: border-box;		
		position: relative;
		height: 100%;
		text-align:left;
	}
	
	.slider-timeline-element {
		opacity:0;
		position:relative;
	}
	
	.section-title {
		margin-bottom: 0;
		font-size:48px;
		line-height:60px;
		margin-left:-3px;
		margin-top:20px;
		margin-bottom:40px;
		position: relative;
		left: 0;
		display:block;
		max-width:740px;
		width:100%; 	
	}
	
	.light-content .section-title {
		color: #fff;
	}
	
	#scrollbar {
		position: absolute;
		right: 25px;
		height: 30px;
		width: 7px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.3);
		pointer-events:initial;
		opacity:0;
		z-index:10;
		-webkit-transition: opacity 0.15s ease-in-out, background 0.15s ease-in-out;
		transition: opacity 0.15s ease-in-out, background 0.15s ease-in-out;
	}
	
	#scrollbar.active, #scrollbar:hover {
		opacity:1;
		background: rgba(255, 255, 255, 0.7);
	}		
	
	#scrollbar.visible {
		opacity:1;
	}
	
	::-webkit-scrollbar {
	  display: none;
	}
	
	#showcase-slider .showcase-pagination-wrap {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		max-width: 1540px;
		box-sizing: border-box;
		width: 100%;
		z-index: 100;
		display: block;
		pointer-events: none;
		overflow: hidden;
		padding: 0 60px;
	}
	
	#hero.boxed #showcase-slider .showcase-pagination-wrap {
		padding-right:120px;
	}
	
	#showcase-slider .showcase-pagination {
		overflow-y: scroll;
		box-sizing: border-box;
		position: relative;
		height: 100%;
		pointer-events: initial;
		max-width: 360px;
		float: right;
		padding-right: 90px;
		right: -90px;
		z-index:0;
	}
	
	#hero.with-padding #showcase-slider .showcase-pagination {
		padding-top:20px;
	}
	
	#showcase-slider .swiper-pagination-bullet {
		position:relative;
		max-width: 200px;
		width:100%;
		height: auto;
		float: right;
	    clear: right;
		line-height: 24px;
		margin-bottom:40px;
		padding-bottom:15px;
		display: block;
		border-radius:0;
		background: transparent;
		box-sizing: border-box;
		color:rgba(255,255,255,0.6);
		font-size: 16px;
		font-weight: 500;
		opacity:1;
		font-family: 'Poppins', sans-serif;
		border-bottom:2px solid rgba(255,255,255,0.2);
		pointer-events:initial;
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}
	
	#showcase-slider .swiper-pagination-bullet:last-child {
		margin-bottom:0;
	}
	
	#showcase-slider .swiper-pagination-bullet span {
		display:block;
		font-size:10px;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		margin-bottom:5px;
		color:rgba(255,255,255,0.6);
	}
	
	#showcase-slider .swiper-pagination-bullet-active {
		background: transparent;
		color:rgba(255,255,255,1);
	}
	
	#showcase-slider .swiper-pagination-bullet::before {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-in;
		-webkit-transition: transform .2s ease-in;
	}
  
    #showcase-slider .swiper-pagination-bullet-active::before {
		transform: scaleX(1);
		transform-origin: left;
		transition: transform .2s ease-out 0.15s;
		-webkit-transition: transform .2s ease-out 0.15s;
	}
	
	#showcase-slider .swiper-pagination-bullet:hover {
		color:rgba(255,255,255,1);
	}
	
	#showcase-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev, #showcase-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	#showcase-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev, #showcase-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity:0;
	}
	
	#showcase-slider .swiper-button-next, #showcase-slider .swiper-button-prev {
		background-color: rgba(1,1,1,0.3);
		background-image:none;
		width: 50px;
		height: 50px;
		border-radius: 3px;
		position: absolute;
		top: auto;
		bottom:40px;
		z-index: 10;
		cursor: pointer;
		background-size: 27px 44px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		display:none;	
	}
	
	#showcase-slider .swiper-button-next:hover, #showcase-slider .swiper-button-prev:hover {
		background-color: rgba(1,1,1,0.6);
	}
	
	#showcase-slider .swiper-button-prev::before {
		height: 50px;
		width: 50px;
		position: absolute;
		font-size: 30px;
		font-family: 'FontAwesome';
		content: "\f104";
		color: #fff;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 50px;
	}
	
	#showcase-slider .swiper-button-next::before {
		height: 50px;
		width: 50px;
		position: absolute;
		font-size: 30px;
		font-family: 'FontAwesome';
		content: "\f105";
		color: #fff;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 50px;
	}
	
	#showcase-slider .swiper-button-prev {
		right: auto;
		left: 40px;
	}
	
	#showcase-slider .swiper-button-next {
		right: 40px;
		left: auto;
	}
	
	#carousel-slider {
		height: calc(100% - 20px);
		width: 100%;
		border-radius: 3px;
		overflow: hidden;
		margin-top: 20px;
		
	}
	
	#carousel-slider .swiper-wrapper {
		transition-delay: 0.3s!important;
		-webkit-transition-delay: 0.3s!important;
	}
	
	#hero.boxed #carousel-slider {
		height: 100%;
		margin-top: 0px;
	}
	
	#carousel-slider .swiper-slide {
		width: 60%;
		height: 100%;
		position: relative;
		overflow: hidden; 
		border-radius:3px;
		overflow:hidden; 
	}
	
	#carousel-slider .img-mask {	
		width:100%;
		height:100%;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		display: table;
		position:relative;
		box-sizing:border-box;
		z-index:2;
		background-color:#000;
		transition-delay: 0.3s!important;
		-webkit-transition-delay: 0.3s!important;
	}
	
	#carousel-slider .section-image {
		opacity:0.8;
		position:relative;
		height:100%;
		width:100%;
		z-index:0;
		padding:0;
		background-repeat:no-repeat;
		background-position:center center;
		box-sizing:border-box;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		background-size: cover;
		-webkit-transition: filter 0.6s ease-in-out;
		transition: filter 0.6s ease-in-out;	
	}
	
	.section-image::after {
		content: "";
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
	
	#carousel-slider .section-caption-outer, #hero.boxed #carousel-slider .section-caption-outer {
		padding: 60px;
	}
	
	#carousel-slider .section-caption-inner {
		vertical-align: bottom;
	}
	
	#carousel-slider .section-title {
		margin-bottom: 0;
		font-size: 36px;
		line-height: 48px;
		margin-left: -2px;
		margin-top: 15px;
		margin-bottom: 20px;
		position: relative;
		left: 0;
		display: block;
		max-width: 50%;
		width: 100%;
	}
	
	#hero.boxed #carousel-slider .section-title {
		max-width: 70%;
	}
	
	#carousel-slider .swiper-button-next, #carousel-slider .swiper-button-prev {
		background-color: rgba(1,1,1,0.3);
		background-image:none;
		width: 60px;
		height: 60px;
		border-radius: 3px;
		position: absolute;
		top: auto;
		bottom:120px;
		z-index: 10;
		cursor: pointer;
		background-size: 27px 44px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;	
	}
	
	#carousel-slider .swiper-button-next:hover, #carousel-slider .swiper-button-prev:hover {
		background-color: rgba(1,1,1,0.6);
	}
	
	#carousel-slider .swiper-button-prev::before {
		height: 60px;
		width: 60px;
		position: absolute;
		font-size: 30px;
		font-family: 'FontAwesome';
		content: "\f104";
		color: #fff;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 60px;
	}
	
	#carousel-slider .swiper-button-next::before {
		height: 60px;
		width: 60px;
		position: absolute;
		font-size: 30px;
		font-family: 'FontAwesome';
		content: "\f105";
		color: #fff;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 60px;
	}
	
	#carousel-slider .swiper-button-prev {
		right: auto;
		left: 120px;
	}
	
	#carousel-slider .swiper-button-next {
		right: 120px;
		left: auto;
	}	
	
	#static-slider {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	
	#static-slider .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden; 
		overflow:hidden; 
	}
	
	#static-slider .img-mask {	
		width:100%;
		height:100%;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		display: table;
		position:relative;
		box-sizing:border-box;
		z-index:2;
		background-color:#000;
		-webkit-transition-delay: 0.3s!important;
		transition-delay: 0.3s!important;
	}
	
	#static-slider .section-image {
		opacity:0.8;
		position:relative;
		height:100%;
		width:100%;
		z-index:0;
		padding:0;
		background-repeat:no-repeat;
		background-position:center center;
		box-sizing:border-box;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		background-size: cover;
		-webkit-transition: filter 0.6s ease-in-out;
		transition: filter 0.6s ease-in-out;	
	}
	
	#static-slider .section-image::after {
		content: "";
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
	
	#static-slider .section-caption-outer {
		padding: 120px 60px;
	}
	
	#static-slider .swiper-button-next, #static-slider .swiper-button-prev {
		background-color: rgba(1,1,1,0.3);
		background-image:none;
		width: 60px;
		height: 60px;
		border-radius: 3px;
		position: absolute;
		top: auto;
		bottom:50%;
		margin-bottom:-30px;
		z-index: 10;
		cursor: pointer;
		background-size: 27px 44px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;	
	}
	
	#static-slider .swiper-button-next:hover, #static-slider .swiper-button-prev:hover {
		background-color: rgba(1,1,1,0.6);
	}
	
	#static-slider .swiper-button-prev::before {
		height: 60px;
		width: 60px;
		position: absolute;
		font-size: 30px;
		font-family: 'FontAwesome';
		content: "\f104";
		color: #fff;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 60px;
	}
	
	#static-slider .swiper-button-next::before {
		height: 60px;
		width: 60px;
		position: absolute;
		font-size: 30px;
		font-family: 'FontAwesome';
		content: "\f105";
		color: #fff;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 60px;
	}
	
	#static-slider .swiper-button-prev {
		right: auto;
		left: 60px;
	}
	
	#hero.boxed #static-slider .swiper-button-prev {
		left: 30px;
	}
	
	#static-slider .swiper-button-next {
		right: 60px;
		left: auto;
	}
	
	#hero.boxed #static-slider .swiper-button-prev {
		right: 30px;
	}
	
	.text-align-center .section-title {
		margin:0 auto;
		margin-top: 30px;
		margin-bottom: 40px;		
	}
	
	.video-background {
		background: #000;
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 0;
	}
	
	.video-foreground, .video-background iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}
	
	#vidtop-content {
		top: 0;
		color: #fff;
	}
	
	.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
	.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
	.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
	
	@media (min-aspect-ratio: 16/9) {
	  	.video-foreground { height: 300%; top: -100%; }
	}
	
	@media (max-aspect-ratio: 16/9) {
	  	.video-foreground { width: 300%; left: -100%; }
	}
	
	@media all and (max-width: 600px) {
		.vid-info { width: 50%; padding: .5rem; }
		.vid-info h1 { margin-bottom: .2rem; }
	}
	
	@media all and (max-width: 500px) {
		.vid-info .acronym { display: none; }
	}
	
	.defs {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	iframe {
	  float: left;
	  width: 300px;
	  height: 200px;
	}

	.video-controls {
		background: #f2f2f2;
		width:150px;
		height:50px;
		position: absolute;
		margin:0 auto;
		left: 0;
		right:0;
		bottom:0;
		z-index: 40;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	
	iframe .ytp-icon.ytp-icon-large-play-button-hover {
		display: none;
	}
	
	.v-button {
		width: 50px;
		height: 50px;
		display:block;
		float:left;
		cursor: pointer;
		text-align:center;
		line-height:50px;
	}
	
	#play-button i, #pause-button i {
		font-size:12px;
	}
	
	 #expand-button i, #compress-button i {
		font-size:14px;
	}
	
	#unmute-button {
		display:none;
	}
	
	#play-button {
		display:none;
	}
	
	#compress-button {
		display:none;
	}
	

/*--------------------------------------------------
	07. Footer Elements
---------------------------------------------------*/		
	
	footer {
		position:relative;
		background-color:#262629;		
		width:100%;
		height:auto;
		z-index:5;
		box-sizing:border-box;
		float:left;
		opacity:0;
		-webkit-transition: all 0.3s ease-in-out 0.7s;
		transition: all 0.3s ease-in-out 0.7s;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	footer.loaded {
		opacity:1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	
	.footer-container {
		border-top:1px solid #313134;
		position:relative;
		box-sizing:border-box;
		padding:30px 60px;
	}
	
	.footer-widgets {
		border-top:1px solid #e6e6e6;
		position:relative;
		box-sizing:border-box;
		
	}
	
	.instafeed-wrap {
		box-sizing:border-box;
		position:relative;
		padding-top:40px;
		text-align:center;
		background-color:#FFF;
	}
	
	#slide-menu .instafeed-wrap {
		text-align:left;
	}
	
	#slide-menu .instafeed-wrap h6 {
		font-size:18px;
		margin-bottom:0;
		padding:0;
	}
	
	#slide-menu .instafeed-wrap h6 i {
		display:none;
	}
	
	#instafeed-gallery-feed{
		height: 16.667vw; 
		margin-top:30px;
	}
	
	#slide-menu #instafeed-gallery-feed{
		display:block;
	}

	#instafeed-gallery-feed .img{
		padding: 0px;
	}
	
	#slide-menu #instafeed-gallery-feed .img {
		padding: 0px;
		width: 87px;
		height: 87px;
		display: block;
		float: left;
		position: relative;
		border-radius: 3px;
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#slide-menu #instafeed-gallery-feed .img:nth-child(3n+0) {
		margin-right: 0px;
	}

	#instafeed-gallery-feed .img a {
		width:100%;
		height: 100%;
	}
	
	#instafeed-gallery-feed .img-featured-container {
		overflow: hidden;
		position: absolute;
		height: 100%;
		width: 100%;
	}
	
	#instafeed-gallery-feed .img-featured-container img {
		width: 100%;
	}
	
	#instafeed-gallery-feed .img-featured-container .img-backdrop {
		background: rgba(0,0,0,0.2);
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		opacity: 0;
		transition: all 0.3s ease;
	}
	
	#instafeed-gallery-feed .img-featured-container:hover > .img-backdrop {
		opacity: 1;
	}
	
	#instafeed-gallery-feed .img-featured-container .description-container {
		color: #999;
		font-size: 14px;
		line-height: 1.2;
		padding: 0;
		text-align: center;
		line-height: 20px;
		width: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform-style: preserve-3d;
		z-index: 2;
		opacity: 0;
		transition: all .2s ease;
		background-color: #fff;
		border-radius: 3px;
		padding: 5px;
	}
	
	#instafeed-gallery-feed .img-featured-container:hover .description-container {
		opacity: 1;
	}
	
	#instafeed-gallery-feed .img-featured-container .description-container .caption {
		display: none;
		margin-bottom: 10px;
	}
	
	.description-container span {
		margin:10px;
		line-height:30px;
		font-size:12px;
		font-weight: 400;
	}
	
	#slide-menu .description-container span {
		margin:2px;
	}
	
	.description-container span i {
		line-height:30px;
		font-size:14px;
		height:30px;
		width:20px;
		text-align:center;
		color:#262629;
	}
	
	#slide-menu .description-container span i {
		width:10px;
	}
	
	.description-container span i.fa-heart-o {
		margin-top:3px;
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	.insta-image {
		background-size:cover;
		background-position:center center;
		width:100%;
		height:100%;
		z-index:0;
		opacity:1;
	}
	
	.newsletter-wrap {
		text-align:center;
		padding:80px 60px;
		box-sizing:border-box;
	}
	
	.newsletter-widget {
		position:relative;
		max-width:500px;
		width:100%;
		height:54px;
		border-radius:3px;
		background-color:#fff;
		margin:0 auto;
		margin-top:30px;
	}
	
	#slide-menu .newsletter-widget {
		height:auto;
		margin-top:0;
	}
	
	.newsletter-widget input[type="email"] {
		color: #777;
		font-weight: 400;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		height: 54px;
		padding: 12px 120px 12px 60px;
		width: 100%;
		border-radius:0px;
		margin-bottom:0px;
		border:none;		
		box-sizing: border-box;
		background-color:transparent;
		outline:none;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	}
	
	#slide-menu .newsletter-widget input[type="email"] {
		background-color: #eee;
		margin-bottom:20px;
		padding: 12px 20px 12px 60px;
		border-radius:3px;
		height:52px;
	}
	
	.newsletter-widget input[type="submit"] {
		display: block!important;
		text-decoration:none;
		position: absolute!important;
		background-color:#262629!important;
		border-radius:4px!important;
		bottom: 0!important;
		right: 0!important;
		padding: 0 26px!important;
		line-height: 44px!important;
		margin: 5px!important;
		font-weight: 500!important;
		font-family: 'Poppins', sans-serif!important;
		font-size: 12px!important;
		color: #fff!important;
		transition: .3s all ease-in-out!important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;  
	}
	
	#slide-menu .newsletter-widget input[type="submit"] {
		position: relative!important;
		margin: 0px!important;
	}
	
	.newsletter-widget::before {
		height: 55px;
		line-height:55px;
		width: 20px;
		position: absolute;
		font-size: 16px;
		font-family: 'FontAwesome';
		content: "\f1d8";
		color: #000;
		left: 20px;
		top: 0px;
		-webkit-transition: opacity 0.2s ease-in-out 0.2s;
		transition: opacity 0.2s ease-in-out 0.2s;
	}
	
	footer::after, .footer-container::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.footer-left {
		float:left;
		display:block;
		width:auto;
		font-size:12px;    
		line-height: 30px;
	}
	
	.footer-right {
		float:right;
		display:block;
		width:auto;
		font-size:12px;
		line-height:30px;
	}
	
	.footer-left a, .footer-right a {
		color:#777;
	}
	
	.footer-left a:hover, .footer-right a:hover {
		color:#fff;
	}
	
	.socials {
		height: auto;
		line-height: 30px;
		position: absolute;
		width: auto;
		margin: 0 auto;
		text-align: center;
		display: table;
		
	}
	
	footer .socials {
		top: 50%;  
		left: 50%; 	
		transform: translate(-50%, -50%);
		bottom: 30px;
	}
	
	.socials li {
		margin-left: 0px;
		list-style: none;
		color: #fff;
		font-size: 15px;
		margin-bottom: 0;
		line-height: 30px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		width: 40px;
		float: left;		
		z-index: 2;
		-webkit-transition: background 0.4s ease-in-out 0s;
		transition: background 0.4s ease-in-out 0s;
	}
	
	.socials li a {
		color: #fff;		
		display: block;
		height: 30px;
		width: 40px;
		line-height:30px;
		text-align:center;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	.socials:hover li a {
		opacity:0.3;
	}
	
	.socials li a:hover {
		color: #fff;
		opacity:1;
	}
	
	#scrolltotop {
		width: 40px;
		height: 40px;
		position: fixed;
		bottom: 80px;
		right: 60px;
		display: none;
		z-index: 100;
		cursor: pointer;
		color: #fff;
		text-align: center;
		line-height: 40px;
		background: rgba(0,0,0,0.3);
		border-radius: 3px;
		font-size: 12px;
		-webkit-transition: background 0.2s ease-in-out 0s;
		transition: background 0.2s ease-in-out 0s;
	}
	
	#scrolltotop:hover {
		background: rgba(0,0,0,0.6);	
	}
		
/*--------------------------------------------------
	08. Responsive
---------------------------------------------------*/			
			
@media only screen and (max-width: 1466px) {
	
	.large .container, .large {
		width: 1180px;
		max-width: none;
		margin-left: calc(-1150px/ 2 + 900px / 2);
		margin-right: calc(-1150px/ 2 + 900px / 2);
	}
	
	#default-content .large {
		width: 1280px;
		max-width: none;
		margin-left: calc(-1080px/ 2 + 900px / 2);
		margin-right: calc(-1080px/ 2 + 900px / 2);
		padding: 0;
	}
	
	.search-form input[type="search"] {
		padding: 20px 40px;
	}
	
	#pre-header-container .socials {
		margin-right: 30px;
	}
	
	#search {
    	padding-left: 40px;
	}
	
	.close-button {
    	right: 30px;
	}
	
	#pre-header-container, #header-container {
		padding: 0 40px;
	}
	
	#top-bar {
    	padding: 15px 40px;
	}
	
	#hero-caption {
    	padding: 40px;
	}
	
	.only-text #hero-caption {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	
	.notfound #hero-caption {
		padding-top: 160px;
		padding-bottom: 160px;
		text-align: center;
	}
	
	#carousel-slider .section-caption-outer, #hero.boxed #carousel-slider .section-caption-outer {
		padding: 40px;
	}
	
	.section-caption-outer {
		padding: 40px;
	}
	
	#carousel-slider .section-title {
		max-width: 70%;
	}
	
	#showcase-slider .showcase-pagination-wrap {
		padding: 0 25px;
	}
	
	.section-title {
		font-size: 36px;
		line-height: 48px;
		margin-left: -2px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#hero-caption h1, .hero-title {
		font-size: 36px;
		line-height: 48px;
	}
	
	#carousel-slider .swiper-button-next, #carousel-slider .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	
	#carousel-slider .swiper-button-prev::before {
   		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	
	#carousel-slider .swiper-button-next::before {
   		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	
	#carousel-slider .swiper-button-prev {
		left: 80px;
	}
	
	#carousel-slider .swiper-button-next {
		right: 80px;
	}
	
	#carousel-slider .swiper-button-next, #carousel-slider .swiper-button-prev {
		bottom: 80px;
	}
	
	#static-slider .section-caption-outer {
		max-width:980px;
		padding: 120px 60px;
	}
	
	#static-slider .swiper-button-prev {
		left: 40px;
	}
	
	#static-slider .swiper-button-next {
    	right: 40px;
	}
	
	#static-slider .swiper-button-next, #static-slider .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	
	#static-slider .swiper-button-prev::before {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	
	#static-slider .swiper-button-next::before {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	
	#default-content {
		padding: 0 40px;
	}
	
	.footer-container {
		padding: 30px 40px;
	}
	
	#instafeed-gallery-feed {
		height: 20vw;
	}
	
	.description-container span {
    	margin: 5px;
	}
	
	.description-container span i {
    	width: 15px;
	}
	
	#scrolltotop {
    	right: 40px;
	}
	
}

@media only screen and (max-width: 1124px) {
	
	.large .container {
		width: 1080px;
		max-width: none;
		margin-left: calc(-1050px/ 2 + 900px / 2);
		margin-right: calc(-1050px/ 2 + 900px / 2);
	}
	
	.large {
		width: 1080px;
		max-width: none;
		margin-left: calc(-1050px/ 2 + 900px / 2);
		margin-right: calc(-1050px/ 2 + 900px / 2);
	}
	
	#default-content .large {
		width: 1180px;
		max-width: none;
		margin-left: calc(-1000px/ 2 + 900px / 2);
		margin-right: calc(-1000px/ 2 + 900px / 2);
		padding: 0;
	}
	
	#static-slider .swiper-button-next, #static-slider .swiper-button-prev {
		bottom: 0;
		margin-bottom: 30px;
	}
	
	#hero.has-image #hero-caption {
		height: calc(100% - 80px);
		padding-bottom: 0;
		padding-top: 80px;	
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.vc_row.large, .large, #default-content .large {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	header {
		position:absolute;
	}
	
	header.nav-hide {
    	top: 0px;
	}
	
	.secondary-menu li a {
		padding: 10px 5px;
	}
	
	#pre-header-container .socials {
		margin-right: 20px;
	}
	
	#search {
    	padding-left: 30px;
	}
	
	#nav-menu {
		display: block;
		position: absolute;
		top: 12px;
		right: 40px;
	}
	
	#burger-menu {
		width: 4px;
		padding: 0 10px;
		box-sizing: border-box;
		position: absolute;
		top: 11px;
		right: 90px;
	}
	
	#burger-menu span {
		height: 4px;
		width: 4px;
		right: 8px;
		border-radius: 3px;
	}
	
	#burger-menu span:nth-child(4), #burger-menu:hover span:nth-child(4) {
		width: 4px;
	}
	
	nav {
		position: absolute;
		width: 100%;
		left: 0;
		box-sizing: border-box;
		padding:0 40px 10px 40px;
		background: #fff;
		top: 50px;
	}
	
	.flexnav {
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.flexnav li a, .flexnav li:first-child li a {
		border-top: 1px solid rgba(0,0,0,.05);
		border-bottom:none;
	}
	
	.flexnav li a {
		padding: 15px 0;
		color: #777;
	}
	
	.flexnav .active a, .flexnav .sub-menu a.active {
		color:#222;
	}
	
	.flexnav li.active li a {
		color:#777;
	}
	
	.flexnav li:first-child a {
		border-top:none;
	}
	
	.flexnav li ul li a {
		pointer-events:initial;
	}
	
	.flexnav ul li ul li a, .flexnav ul li ul li ul li a {
		background: #fff;
		pointer-events:initial;
	}
	
	.flexnav .touch-button .navicon {
		font-style: normal;
	}
	
	#showcase-slider .swiper-button-next, #showcase-slider .swiper-button-prev {
		display:block;
	}
	
	#showcase-slider .showcase-pagination-wrap {
		display:none;
	}
	
	#carousel-slider .swiper-slide {
    	width: 80%;
	}
	
	#carousel-slider .section-title {
		max-width: 100%;
	}
	
	#carousel-slider .swiper-button-next, #carousel-slider .swiper-button-prev {
		bottom: 40px;
	}
	
	#carousel-slider .swiper-button-prev {
		left: 40px;
	}
	
	#carousel-slider .swiper-button-next {
		right: 40px;
	}
	
	#static-slider .section-caption-outer {
		padding: 80px 40px;
	}
	
	#instafeed-gallery-feed {
		height: 25vw;
	}
	
}


@media only screen and (max-width: 767px) {	
	
	.admin-bar header {
		top:46px;
	}
	
	h1{
		font-size: 36px;
		line-height: 48px;
		margin-left:-1px;
	}
	
	h2{
		font-size:30px;
		line-height: 40px;
		margin-left:-1px;
	}
	
	h3{
		font-size:24px;
		line-height: 36px;
		margin-left:-1px;	
	}
	
	h4{
		font-size:18px;
		line-height: 24px;
		margin-left:-1px;
	}
	
	h5{
		font-size:14px;
		line-height: 18px;
	}
	
	.one_half {
    	width: 100%;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 100%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}
	
	.close-button {
 	    right: 20px;
	}
	
	.search-form input[type="search"] {
		padding: 20px 30px;
		font-size: 14px;
	}
	
	#pre-header-container, #header-container {
		padding: 0 30px;
	}
	
	.secondary-menu {
		display:none!important;
	}
	
	#pre-header-container .socials {
		margin-right: 0;
		margin-left: -17px;
		float:left;
	}
	
	#nav-menu {
		right: 30px;
	}
	
	#burger-menu {
		right: 80px;
	}
	
	nav {
		padding:0 30px 10px 30px;
	}
	
	#top-bar {
    	padding: 15px 30px;
	}
	
	#hero-caption {
		padding: 30px;
	}
	
	.notfound #hero-caption {
		padding-top: 100px;
		padding-bottom: 100px;
		text-align: center;
	}
	
	.section-caption-outer {
		padding: 30px;
	}
	
	#carousel-slider .swiper-slide {
		width: calc(100% - 60px);	
	}
	
	#carousel-slider .section-caption-inner {
		vertical-align: middle;
	}
	
	#carousel-slider .section-title, .section-title, #hero-caption h1, .hero-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	#static-slider .swiper-button-prev, #carousel-slider .swiper-button-prev, #showcase-slider .swiper-button-prev {
		left: 30px;
	}
	
	#static-slider .swiper-button-next, #carousel-slider .swiper-button-next, #showcase-slider .swiper-button-next {
    	right: 30px;
	}
	
	#default-content {
		padding: 0 30px;
	}
	
	.footer-container {
		padding: 20px 30px;
	}
	
	#instafeed-gallery-feed {
		height: 33.333vw;
	}
	
	.footer-left {
		float: none;
		text-align: center;
	}
	
	footer .socials {
		top: auto;
		left: auto;
		transform: none;
		bottom: auto;
		text-align: left;
		margin: 5px auto;
		position:relative;
	}
	
	.footer-right {
		float: none;
		text-align: center;
	}
	
	#scrolltotop {
		right: 30px;
		bottom:30px;
	}
	
	#black-fade::before {
		width: 20px;
		position: absolute;
		font-family: 'FontAwesome';
		content: "\f00d";
		color: #000;
		right: 390px;
		top: 30px;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
		font-size: 24px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		color: #fff;
		opacity:0;
	
	}
	
	#black-fade.fade-in::before {
		opacity:1;
		-webkit-transition: opacity 0.2s ease-in-out 0.4s;
		transition: opacity 0.2s ease-in-out 0.4s;
	
	}
	
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.wp-block-column {
		flex-basis: 100%;
		flex-grow: 0;
	}
	
	.wp-block-column:not(:last-child) {
		margin-right: 0;	
	}
	
}


@media only screen and (max-width: 479px) {	
	
	
	#slide-menu {
		right: -320px;
		width: 320px;
	}
	
	#slide-menu.open {
		-webkit-transform: translateX(-320px);
		transform: translateX(-320px);
	}
	
	.slide-menu-content {
		padding-left: 25px;
		padding-bottom: 25px;
	}
	
	#black-fade::before {
		width: 20px;
		position: absolute;
		font-family: 'FontAwesome';
		content: "\f00d";
		color: #000;
		right: 330px;
		top: 10px;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
		font-size: 24px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		color: #fff;
		opacity:0;
	
	}
	
	.search-form input[type="search"] {
		padding: 20px 20px;
	}
	
	#pre-header-container, #header-container {
		padding: 0 20px;
	}
	
	#search {
		padding-left: 30px;
	}
	
	.close-button {
		right: 10px;
	}
	
	#nav-menu {
		right: 20px;
	}
	
	#burger-menu {
		right: 70px;
	}
	
	nav {
		padding:0 20px 10px 20px;
	}
	
	#top-bar {
    	padding: 15px 20px;
	}
	
	#hero-caption {
		padding: 20px;
	}
	
	.notfound #hero-caption {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
	}
	
	.section-caption-outer {
		padding: 20px;
	}
	
	#carousel-slider .section-title, .section-title, #hero-caption h1, .hero-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	#carousel-slider .swiper-slide {
		width: calc(100% - 40px);	
	}
	
	#carousel-slider .section-caption-outer, #hero.boxed #carousel-slider .section-caption-outer {
		padding: 20px;
	}
	
	#carousel-slider .swiper-button-next, #carousel-slider .swiper-button-prev {
		bottom: 0px;
	}
	
	#static-slider .swiper-button-prev, #carousel-slider .swiper-button-prev, #showcase-slider .swiper-button-prev {
		left: 20px;
	}
	
	#static-slider .swiper-button-next, #carousel-slider .swiper-button-next, #showcase-slider .swiper-button-next {
    	right: 20px;
	}
	
	#default-content {
		padding: 0 20px;
	}
	
	.footer-container {
		padding: 30px 20px;
	}
	
	#instafeed-gallery-feed {
		height: 50vw;
	}
	
	.instafeed-wrap h6 {
		padding:0 20px;
		box-sizing:border-box;
	}
	
	#slide-menu #instafeed-gallery-feed .img {
		width: 74px;
		height: 74px;
	}
	
	#slide-menu .description-container span {
    	margin: 0px;
	}
	
	.newsletter-widget::before {
		display:none;
	}
	
	.newsletter-widget input[type="email"] {
		padding: 12px 20px 12px 20px;
	}
	
	#scrolltotop {
		right: 20px;
		bottom:20px;
	}
	
	.tb-left {
		width:100%;
	}
	
	.tb-right {
		display:none;
	}
		
}