/*
Theme Name: Andra
Theme URI: http://clapat.ro/themes/andra-wordpress/
Description: Responsive WordPress Theme
Version: 1.4
Author: Clapat
Author URI: http://themeforest.net/user/clapat
Created Date: 11/04/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: andra
*/


/*------------------------------------------------------------------

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: 'Poppins', sans-serif;
	font-weight: 300;
	font-size:16px;
	height:100%;
	width:100%;
	color:#999;
	background-color:#fff;
}

html {
	box-sizing: border-box;
	margin-right: 0px!important;
	overflow: visible!important;
}

body {
	overflow-x:hidden;
	overflow-y: scroll !important;
	box-sizing: border-box;
	webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;	
}

body.hidden {
	opacity:0;
}


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;
	color:#000;
}

.light-content strong {
    color: rgba(255,255,255,0.5);
}

.light-content b {
    color: rgba(255,255,255,0.5);
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: none repeat scroll 0 0 #000;
	text-decoration: none;
	color:#fff;
	font-family: "Montserrat",sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding:2px 5px;
	margin-bottom:10px;
	display:inline-block;
}

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-style: italic;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-left:2px #ddd solid;
	padding:20px 20px 20px 40px;
	letter-spacing: 0.01em;
}

.light-content blockquote {
	color: #fff;
}

blockquote span {
	display:block;
	margin-top:20px;
	font-weight:400;
	font-size:12px;
	font-style:normal;
	font-family: Verdana,Geneva,sans-serif;
	color:#999;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

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;
}

.light-content li {
	color:#fff;
}

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: 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 {
	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: 25px;
	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;
	color:#000;
	margin-bottom:10px;
}

h1.big-title{
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	margin-left:-7px;
}	

h1{
	font-size:48px;
	line-height: 60px;
}

h2{
	font-size: 36px;
	line-height: 48px;
}

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:25px;
}

.title-has-line::after {
	background: none repeat scroll 0 0 #000;
	bottom: 20px;
	content: "";
	height: 1px;
	left: -40px;
	position: absolute;
	width: 25px;
}

p.title-has-line {
	position:relative;
	margin-bottom:5px;
	font-size:12px;
}

p.title-has-line::after {
	background: none repeat scroll 0 0 #000;
	bottom: 14px;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	width: 16px;
}

.light-content .title-has-line::after {
	background: none repeat scroll 0 0 rgba(255,255,255,0.3);
}

p {
	font-size:16px;
	margin-bottom:10px;
	line-height:24px;
	color:#999;
}

p.no-margins {
	margin-bottom:0;
}

.bigger {
	font-size: 24px;
	font-weight: 400;
	line-height:36px;
	color:#222;
}

.smaller {
	font-size: 12px;
}

.container {
	max-width:1600px;
	width:100%;
	margin:0 auto;
	padding: 0 220px;
	box-sizing:border-box;
}

.small .container {
	max-width:920px;
	width:100%;
	margin:0 auto;
	padding: 0 50px;
	box-sizing:border-box;
}

.large .container {
	width: 100%;
	max-width: 100%;
	padding: 0 130px;
}

.full .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.container::after {
	clear: both;
	content: " ";
	display: table;
}

a:hover, a:active {
  outline: 0;
  color: #000;
}

a {
	text-decoration: none;
	color: #000;
	outline: 0;
}

a:hover {
	text-decoration:none;
}

.one_half {
	width: 50%;
}	

.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;
	box-sizing:border-box;
	margin-bottom: 20px;
	margin-right: 0;
	position: relative;
	padding-right:80px;
}

.wpb_row .one_half {
	width: 50%;
}

.wpb_row .one_third {
	width: 33.33333333%;
}

.vc_column-inner {
	box-sizing: border-box;
	width: 100%;
}

.one_third .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.wpb_row .one_half, .wpb_row .one_third {
	margin-right:0!important;
	margin-bottom:35px;
}

.wpb_single_image {
	margin-bottom:35px;
}

.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;
	opacity:0;
}

.without-row {
	opacity:0;
	padding-left:220px;
	padding-right:220px;
	box-sizing:border-box;
	padding:0 30px;		
	width:100%;
	max-width:1180px;
	margin:0 auto;
}

.row_padding_top {
	padding-top:120px;
}

.row_padding_bottom {
	padding-bottom:100px;
}


/*--------------------------------------------------
02. Main
---------------------------------------------------*/	

main {
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

#magic-cursor {
  position: absolute;
  left:0;
  top:0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index:10000;
}

#magic-cursor.no-cursor {
	opacity:0!important;
}

#ball {
	position: fixed;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 50%;
	pointer-events: none;
	opacity:1;
	box-sizing:border-box;
}

.light-content #ball, #ball.light-content, .night-mode #ball, .over-menu #ball {
	border: 2px solid #fff;
	border-color:#fff!important;
}

#ball:before {
	font-family: FontAwesome;
	content: "\f053";
	font-size:6px;
	width:4px;
	height:8px;
	line-height:8px;
	text-align:center;
	position:absolute;
	left:-12px;
	top:9px;
	color:#fff;
	opacity:0;
	transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball:after {
	font-family: FontAwesome;
	content: "\f054";
	font-size:6px;
	width:4px;
	height:8px;
	line-height:8px;
	text-align:center;
	position:absolute;
	right:-10px;
	top:9px;
	color:#fff;
	opacity:0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up #ball:before, .scale-up #ball:after {
	opacity:1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

#ball i {
	color:#fff;
	width:29px;
	height:30px;
	line-height:28px;
	text-align:center;
	font-size:6px;
	display:block;
	opacity:1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up #ball i {
	opacity:0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

#ball.with-icon i {
	width:27px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
	display:block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
	display:none;
}

#ball-loader {
	width: 40px;
	height: 40px;
	position:absolute;
	background-color: transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid #000;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	border-radius: 50px;
	box-sizing: border-box;
	opacity:0;
	transform: translate(-9px, -9px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball-loader, .night-mode #ball-loader, .over-menu #ball-loader { 
	border-bottom: 2px solid #fff;
}

.show-loader #ball-loader {
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
  0% {
	-webkit-transform: translate(-7px, -7px) rotate(0deg);
	transform:  translate(-7px, -7px) rotate(0deg);
  }
  
  95% {
	-webkit-transform:  translate(-7px, -7px) rotate(350deg);
	transform:  translate(-7px, -7px) rotate(350deg);
  }
  
  100% {
	-webkit-transform:  translate(-7px, -7px) rotate(360deg);
	transform:  translate(-7px, -7px) rotate(360deg);
  }
}

#rotate-device {
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	background-color:#FFF;
	background-image:url(images/rotate.png);
	background-size:100px 100px;
	background-position:center;
	background-repeat:no-repeat;
	display:none;
}

/*--------------------------------------------------
02. Page Overlay
---------------------------------------------------*/	

.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; 
	bottom: 0;
	background: rgba(255,255,255,1);
	z-index : 2000;
	text-align:center;
}

#logo-preloader {
	height: 60px;
}

#logo-preloader img {
	padding-top:30px;
	display: block;
	height: 60px;
	width: auto;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	opacity:0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.percentage {
	z-index: 100;
	color: #000;
	opacity:1;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	font-size:48px;
	line-height:120px;
}

.trackbar {
	width: 20vw;
	height: 1px;
	background: rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom:60px;
	margin-top:80px;
	position: relative;
	opacity: 1;
}

.loadbar {
	width: 0%;
	height: 1px;
	background: rgba(0,0,0,1); 
	position: absolute;
	top: 0px;
	left: 0;
	right:0;
	margin: 0 auto;
	overflow: hidden;
}

.hold-progress-bar {
	width: 0%;
	height: 3px;
	background: rgba(255,255,255,1); 
	position: absolute;
	top: 0px;
	left: 0;
	right:0;
	margin: 0 auto;
	overflow: hidden;
}

#start-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
}

#start-site {
	height: 50px;
	width: 50px;
	color: #000;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	overflow:hidden;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}

#start-site span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s 0s ;
	transition: transform 0.3s 0s;
	width:50px;
	height:50px;
	line-height:50px;
	transform-origin: 100% 0%;
}

#start-site span::before {
	position: absolute;
	width:50px;
	height:50px;
	line-height:50px;
	top: 100%;
	left:0;
	content: attr(data-hover);
}

#start-wrap:hover #start-site span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;
	-webkit-transition: -webkit-transform 0.3s 0.1s ;
	transition: transform 0.3s 0.1s;
}

.show-loader a {
	pointer-events:none;
}


/*--------------------------------------------------
03. Header Elements
---------------------------------------------------*/	

header {
	opacity:1;
	width:100%;
	height:120px;
	left:0;
	top:0;
	background-color:transparent;
	position:fixed;
	box-sizing:border-box;
	z-index:100;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

.packery header {
	background-color:transparent!important;
}

header.transparent {
	background-color:transparent!important;
	-webkit-transition: background-color 0s ease-in-out;
	transition: background-color 0s ease-in-out;
}

#header-container {
	box-sizing: border-box;
	height: 80px;
	margin: 20px auto;
	position: relative;
	width: calc(100% - 90px);
	z-index: 20;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mb-wrap {
	position:absolute;
	cursor:pointer;
	left:0px;
	pointer-events:initial;
	
}

.mbi-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float:left;
	overflow:hidden;
	-webkit-transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;		
}

.mb-icon {
	height: 22px;
	width: 14px;
	color: #000;
	text-align: center;
	line-height: 22px;
	font-size: 18px;		
}

.light-content .mb-icon {
	color: #fff;
}

#ball.bl {
	transform:scale(2) translate(-9px, -9px);
	border: 1px solid #fff;
	left:0;		
}

.mb-text {
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	line-height:30px;
	margin:25px 0;
	margin-left:0px;
	overflow: hidden;
	width:120px;
	color:#000;
	text-align:left;
	float: left;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

.light-content .mb-text {
	color: #fff;
}

.mb-wrap:hover .mb-text {
	margin-left:0px;
	opacity:1;	
}

.mb-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s ;
	transition: transform 0.3s ;
	width:140px;
	transform-origin: 100% 0%;
}

.mb-text span::before {
	position: absolute;
	width:140px;
	top: 100%;
	left:0;
	content: attr(data-hover);
}

.mb-wrap:hover .mb-text span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;;
}

#logo {
	position:relative;
	display:table;
	pointer-events: auto;
	z-index:10;
	margin:0 auto;
	top: 10px;
}

#logo a {
	display:block;
}

#logo a.disable, .open #logo a {
	pointer-events: none;
}

#logo img {
	display: block;
	height: 60px;
	width: auto;
}

#logo img.black-logo {
	opacity:1;
}

.light-content #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 .slide-in #logo img.white-logo {
	opacity:1;
}

#burger-wrapper {
	width: 80px;
	height: 80px;
	float: right;
	top: 0px;
	right: 0px;
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#burger-circle {
	width:40px;
	height:40px;
	border-radius:32px;
	box-sizing:border-box;
	background-color:#000;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-20px;
	margin-left:-20px;
	cursor: pointer;
	z-index:1;
	-webkit-transition: background-color  0.2s ease-in-out;
	transition: background-color  0.2s ease-in-out;
}

.light-content #burger-circle {
	background-color:#fff;		
}

#menu-burger {
	width: 16px;
	height: 22px;
	position: relative;
	margin: 0 auto;		
	z-index:2;
	pointer-events: none;
}

.menu-overlay #menu-burger {
	display:block;
}

#menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
	transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
}

.light-content #menu-burger span {
	background-color:#fff;
}

#menu-burger span:nth-child(1) {
  top: 7px;
}

#menu-burger span:nth-child(2){
  top: 15px;
}

#menu-burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top:10px;
}

#menu-burger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:10px;
}

/*--------------------------------------------------
04. Overlay Menu
---------------------------------------------------*/		

#menu-overlay {
	position:fixed;
	z-index:15;
	height:100vh;
	width:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	text-align:left;
	transition: all 0.1s ease-in-out 0.6s;
}

#menu-overlay.active {
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}

#close-menu {
	position: fixed !important;
	height:100vh;
	width:100vw;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#menu-overlay .outer {
	width: 100%;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
}

#menu-overlay .inner {
	position:relative;
	pointer-events: none;
}
	
nav, nav ul, nav ul li, nav ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav {
	width:auto;
	float:none;
	display:table;
	margin: 0 auto;
	margin-bottom: 20px;
	pointer-events: initial;
}


nav ul ul {
	display: none;
	margin-bottom: 20px;
	position: relative;
}

nav > ul > li > a {
	padding: 2px 0px;
	cursor: pointer;
	color: #fff;
	position:relative;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

nav.large-menu > ul > li > a {
	line-height:100px;
	font-size:80px;
	font-weight: 700;
}

nav.medium-menu > ul > li > a {
	line-height: 80px;
	font-size: 60px;
	font-weight: 700;
}

nav.small-menu > ul > li > a {
	line-height: 60px;
	font-size: 48px;
	font-weight: 700;
}

nav > ul > li {
	width: auto;
	padding: 0 5px;
}

nav > ul:hover > li > a {
	opacity:0.3;
}

nav > ul > li > a:hover,
nav > ul > li.active > a,
nav > ul > li.open > a {
	color: #fff;		
}

nav > ul > li > a:hover, nav > ul > li.open > a {
	opacity:1;
}

nav ul ul li a {
	cursor: pointer;
	padding: 10px 20px 2px;
	z-index: 1;
	text-decoration: none;
	font-size: 16px;
	color: rgba(255,255,255,0.4);
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 20px !important;
}

nav ul ul li:hover > a,
nav ul ul li.open > a,
nav ul ul li.active > a {
	color: #fff;
}

nav ul ul ul li a {
	padding-left: 40px;
}

nav > ul > li:last-child > a {
	line-height: 30px;
	font-size: 14px;
}

nav > ul > li:last-child {
	position: absolute;
	bottom: 60px;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: table;
	width: 200px;
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
	nav > ul > li:last-child {
		position: relative;
		bottom: auto;
	}
}




.switcher-wrap {
	width: 36px;
	margin: 40px auto 0;
	cursor: pointer;
	pointer-events: initial;
}
.switcher-bg {
  width: 100%;
  height: 100%;
  border:solid 2px #fff;
  border-radius: 40px;
  padding: 3px;
  color:#fff;
  transition:all 0.2s ease;
}
.switcher-switch {
  position:relative;
  left:0px;
  width: 16px;
  height: 16px;
  background-color:#fff;
  border-radius: 36px;
  box-sizing: border-box;
  transition:all 0.2s ease;
}
.switcher-active .switcher-switch { left:20px; }
.switcher-in, 
.switcher-out {
  position:absolute; 
  transition:all 0.2s ease;
  padding-top:15px;
  font-size:0.8em;
  text-transform:uppercase;
  font-weight:bold;
}
.switcher-in { margin-left:76px; }
.switcher-out { margin-left:18px; }
.switcher-active .button-out {  }
.switcher-active .button-in {  }
.switcher-active .button-bg { background-color:#22bb22; }

.switcher-text {
	font-size: 12px;
	width: 100px;
	margin-top: 10px;
	margin-left: -27px;
	text-align: center;
}

/*--------------------------------------------------
05. Hero Section
---------------------------------------------------*/		

#hero {
	overflow:hidden;
	width:100%;
	height:60vh;
	position:relative;
	z-index:0;
}

#hero-bg-wrapper.disabled {
	opacity:0;
}

#hero.has-image {
	z-index:2;
	height:100vh;
}

.transition #hero {
	opacity:1!important;
	transform: translate3d(0px, 0px, 0px)!important;
	-webkit-transform: translate3d(0px, 0px, 0px)!important;
}

#hero-styles {
	position: absolute;
	width: 100%;
	height:60vh;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	z-index:2
}

#hero.has-image #hero-styles {
	position: fixed;
}

#hero.has-image #hero-styles {
	height:100vh;
}

#hero-caption {
	display: table;
	width: 100%;
	padding: 20px 20px 150px 20px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

#hero.has-image #hero-caption {
	padding: 20px;
}

#hero #hero-caption .inner {
	vertical-align: bottom;
}

#hero.has-image #hero-caption .inner {
	vertical-align: middle;
}

.transition #hero-bg-wrapper, .transition-bp #hero-bg-wrapper {
	opacity:1!important;
	-webkit-transition: all 0.3s ease 0.5s;
	transition: all 0.3s ease 0.5s;	
}

#hero-bg-wrapper {
	position: fixed;
	width: calc(100% - 300px);
	height: calc(100% - 240px);
	z-index: 1;
	margin: 0 auto;
	left: 0;
	top:120px;
	right: 0;
	-webkit-transition: filter 0.6s ease-in-out;
	transition: filter 0.6s ease-in-out;
	overflow: hidden;
}

#hero-overlay {
	width:100%;
	height:100%;
	background-color:#000;
	position:absolute;
	left:0;
	z-index:1;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}


#hero-bg-image {
	background-size:cover;
	position:fixed;
	background-position:center center;
	width:100%;
	height:100%;
	opacity:0;
	z-index:0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);			
	
}

















.hero-title {
	color:#000;
	position:relative;
	z-index:10;		
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:84px;
	line-height:90px;
	margin-left:-10px;
	margin-bottom:0px;
	transform: translateY(10vh);
	-webkit-transform: translateY(10vh);
	opacity:0;
}

#hero.has-image .hero-title {
	transform: translateY(20vh);
	-webkit-transform: translateY(20vh);
	opacity:0;
}

.light-content .hero-title {
	color:#fff;
}

.hero-subtitle {
	font-weight:500;
	line-height:30px;
	margin-top:70px;
	margin-bottom:0px;
	width: 100%;
	z-index: 10;
	position:relative;
	transform: translateY(-15vh);
	-webkit-transform: translateY(-15vh);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; 	
}

.transition .hero-title, .transition .hero-subtitle {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}


.transition .hero-title span, .transition .hero-subtitle span {
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}




.scroll-down-wrap {
	opacity: 0;
	width: 1px;
	height: 50px;
	position: absolute;
	bottom:0px;
	left: 50%;
	background-color:rgba(255,255,255,0.5);
	-webkit-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;	
}

.scroll-down-wrap.fade-out {
	opacity:0;
	visibility:hidden;
}

.transition  .animate .scroll-down-wrap{
	opacity:0;
	bottom:-60px;
}

.section-down-line {
	width:3px;
	height:15px;
	margin-left:-1px;
	position:absolute;
	background-color:#fff;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
	opacity:0;
	height:0;
	margin-top:0px;
  }
  
  10% {        
	opacity:1;		
  }
  
  30% {
	  height:15px;
	  margin-top:0px;
  }
  
  90% {        
	margin-top:70px;
	opacity:1;
	height:15px;
  }
	  
  100% {
	  margin-top:70px;
	  opacity:0;
	  height:0;
  }
}
 
@keyframes scroll {
   0% {
	opacity:0;
	height:0;
	margin-top:0px;
  }
  
  10% {        
	opacity:1;		
  }
  
  30% {
	  height:15px;
	  margin-top:0px;
  }
  
  90% {        
	margin-top:70px;
	opacity:1;
	height:15px;
  }
	  
  100% {
	  margin-top:70px;
	  opacity:0;
	  height:0;
  }
}

/*--------------------------------------------------
06. Main Content
---------------------------------------------------*/		

#main {
	position:relative;
}

#main-content {
	position:relative;
	opacity:1;
	z-index:10;
	min-height:50vh;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}	

#main-content.solid-bg {
	background-color:#fff;
}

.light-content #main-content.solid-bg {
	background-color:#181818;
}

.page-action-overlay {
	position:fixed;
	z-index:150;
	height:100vh;
	width:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	background-color:rgba(0,0,0,0.95);
	-webkit-transition: all 0.2s ease-in-out 0.5s;
	transition: all 0.2s ease-in-out 0.5s;
}

.page-action-overlay.active {
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
}

.close-page-action {
	position:fixed;
	height:100vh;
	width:100vw;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor: url("images/close.png"), e-resize;
}

.page-action-text {
	text-align:center;
	opacity:0;
	transform: translate3d(0px, 100px, 0px);
	-webkit-transform: translate3d(0px, 100px, 0px);
}

.page-action-content {
	opacity:1;
	transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
}

/*--------------------------------------------------
07. Footer Elements
---------------------------------------------------*/		

footer {
	position:relative;
	padding: 30px 20px 20px 20px;
	width:100%;
	height:auto;
	z-index:12;
	box-sizing:border-box;
	text-align:center;
}

#footer-container {
	opacity:0;
}

.socials {
	height: auto;
	line-height: 30px;
	position: relative;
	width: auto;
	margin:0 auto;
	margin-top: 15px;
	text-align: center;
	bottom: 0;
	display: table;
}

.socials-wrap .socials {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.socials li {
	margin-right: 15px;
	margin-left: 0px;
	list-style: none;
	color: #999;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	float: left;
	z-index: 2;
	background-color:#fff;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

.socials:after {
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,1);
	left: 0px;
	bottom: 19px;
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}

.light-content .socials:after {
	background-color: rgba(255,255,255,1);
}
	
.socials li:last-child {
	margin-right: 0px;
}

.socials li a {
	color: #000;		
	font-size:14px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	display: block;
	height: 40px;
	width: 40px;
	
	line-height:40px;
	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: #000;
	opacity:1;
}

.light-content .socials li a {
	color: #fff;	
}

.light-content .socials:hover li  a {
	opacity:0.3;
}

.light-content .socials li a:hover {
	color: #fff;
	opacity:1;
}

.copyright {
	font-size:12px;
	width: 100%;
	margin-top:15px;
}

.copyright a {
	color:#999;
}

.copyright a:hover {
	color:#000;
}

.light-content .copyright a:hover {
	color:#fff;
}

.admin-bar header {
	top:32px;
}

.admin-bar  header.nav-hide {
	top: -120px;
}

.error404 main .cd-main-content > div {
	height: 100%;
	min-height: auto;
}

.alignleft::after, .alignright::after, .aligncenter::after {
	clear: both;
	content: " ";
	display: table;
}


.page-links {
	float: left;
	display: block;
	width: 100%;
}

#scrolltotop {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 68px;
	right: 68px;
	display: none;
	z-index: 100;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: rgba(0,0,0,0.2);
	border-radius: 40px;
	font-size: 12px;
	-webkit-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s;
}

.light-content #scrolltotop {
	background: rgba(255,255,255,0.2);
}

#scrolltotop:hover {
	background: rgba(0,0,0,0.6);	
}


/*--------------------------------------------------
08. Responsive
---------------------------------------------------*/			
		
@media only screen and (max-width: 1466px) {


#logo-preloader {
	margin-top: 80px;
}

#logo-preloader img {
	padding-top:20px;
}

.trackbar {
	width: 30vw;
}

header {
	height: 100px;
}

#header-container {
	margin: 10px auto;
	width: calc(100% - 40px);
}

nav.large-menu > ul > li > a {
	line-height: 58px;
	font-size: 48px;
	font-weight: 700;
}

nav.medium-menu > ul > li > a {
	line-height: 54px;
	font-size: 40px;
	font-weight: 700;
}

nav.small-menu > ul > li > a {
	line-height: 48px;
	font-size: 36px;
	font-weight: 700;
}

#hero-bg-wrapper {
	position: fixed;
	width: calc(100% - 220px);
	height: calc(100% - 200px);
	top:100px;
}

#hero-caption {
	padding: 20px 20px 100px 20px;
}

.hero-title {
	font-size: 64px;
	line-height: 70px;
}

.container {
	max-width:1580px;
	width:100%;
	padding: 0 160px;
}

.one_half {
	padding-right:60px;
}

.one_half.last {
	padding-left:60px;
	padding-right:0px;
}

.without-row {
	padding-left:120px;
	padding-right:120px;
}

}


@media only screen and (max-width: 1024px) {	

.trackbar {
	width: 50vw;
}

#hero {
	height: 60vh;
	min-height: 350px;
}

#hero.has-image {
	min-height:none;
}

#hero-styles {
	height: 100%;
}

#hero-caption {
	padding: 20px 20px 60px 20px;
}

#hero-bg-image {
	-webkit-transform: scale(1) translate3d(0px, 0px, 0px)!important;
	transform: scale(1) translate3d(0px, 0px, 0px)!important;
}

.container, .small .container {
	padding: 0 60px;
}

.one_half {
   padding-right: 40px;
   margin-bottom: 10px;
}

.one_half.last {
	padding-left: 40px;
	padding-right: 0px;
}

#magic-cursor {
	display:none;
}

.without-row {
	padding-left:60px;
	padding-right:60px;
}

}


@media only screen and (max-width: 767px) {

.trackbar {
	width: 70vw;
}

#header-container {
	width: 100%;
}

#hero-bg-wrapper {
	position: fixed;
	width: calc(100% - 140px);
	height: calc(100% - 200px);
	top:100px;
}

#hero-caption {
	padding-top: 120px;
}

nav.large-menu > ul > li > a {
	line-height: 48px;
	font-size: 36px;
	font-weight: 700;
}

nav.medium-menu > ul > li > a {
	line-height: 48px;
	font-size: 36px;
	font-weight: 700;
}

nav.small-menu > ul > li > a {
	line-height: 36px;
	font-size: 24px;
	font-weight: 700;
}

.container, .small .container {
	padding: 0 40px;
}

.full .container {
	padding: 0;
}

.destroy, .destory {
	display:none;
}
	
.wpb_row .one_half, .wpb_row .one_third {
	width: 100%;
}

.one_half .vc_column-inner {
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
	
.one_half {
	width: 100%;
}

.one_half {
	padding-right: 0;
}

.one_half.last {
	padding-left: 0;
}

.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%;
}

.text-align-center p.title-has-line::after, #page-nav p.title-has-line::after {
	display:none;
}

p {
	font-size: 14px;
}

.without-row {
	padding-left:30px;
	padding-right:30px;
}

}


@media only screen and (max-width: 479px) {	


h1 {
	font-size: 36px;
}

#logo-preloader img {
	padding-top: 15px;
	height: 50px;
}

header {
	height: 80px;
}

#header-container {
	margin: 0px auto;
}

.mb-wrap {
	left: -10px;
}

#logo {
	top: 15px;
}

#logo img {
	height: 50px;
}

#burger-wrapper {
	right: -10px;
}

nav ul ul li a {
	padding: 10px 10px 2px;
	font-size: 14px;
}

nav.large-menu > ul > li > a {
	line-height: 46px;
	font-size: 36px;
	font-weight: 700;
}

nav.medium-menu > ul > li > a {
	line-height: 46px;
	font-size: 36px;
	font-weight: 700;
}

nav.small-menu > ul > li > a {
	line-height: 36px;
	font-size: 24px;
	font-weight: 700;
}

#hero {
	height: 40vh;
	min-height: 250px;
}

#hero-caption {
	padding-top: 120px;
}

.has-image #hero-caption {
	padding: 30px;
}

.hero-title {
	font-size: 36px;
	line-height: 50px;
	margin-left:0;
}

.container, .small .container {
	padding: 0 30px;
}

.full .container {
	padding: 0 30px;
}

.row_padding_bottom {
	padding-bottom: 50px;
}

.row_padding_top {
	padding-top: 60px;
}

p.title-has-line::after {
	display:none;
}

footer {
	padding: 0px 20px 20px 20px;
}

#page-action-holder-left {
	left: 20px;
	bottom: 30px;
}

#page-action-holder-right {
	right: 20px;
	bottom: 30px;
}

.without-row {
	padding-left:20px;
	padding-right:20px;
}

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

#rotate-device {
	display:block;
}
}