/*
Theme Name: Vilmars
Theme URI: https://sem.lv/
Author: sem.lv
Author URI: https://sem.lv/
Description: Custom theme for "Vilmars" website
Version: 1.1
*/

/* * * Mobile + General * * */
body{
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #010101;
	line-height: 1.857;
	overflow-x: hidden;
}
*:focus {
    outline: none;
}
a {
	color: #A58544;
}
.img-fullwidth{
	width: 100%;
	display: block;
}
.vc_row-fluid {
	margin-top: 60px;
	margin-bottom:50px;
}
.vc_row-fluid.invert, .vc_row-fluid.vc_parallax {
	margin-top: 0px;
	margin-bottom:0px;
}

/*.randomOrder{*/
/*        min-height: 0!important;*/
/*}*/
*:first-child{
	margin-top: 0;
}
*:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
a{
	transition: color .3s, background-color .3s, opacity .3s;
}
.wpb_wrapper a {
	color: #010101;
	text-decoration: underline;
}
.wpb_wrapper a:hover {
	font-weight: bold;
	color: #010101;
	text-decoration: underline;
}
.nav-plain > ul{
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-plain > ul > li{
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
}
.bgr-stretch{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

body{
	color: #010101;
}

h1{
	font-size: 60px;
	font-weight: 500;
	line-height: 72px;
}

h2{
	font-size: 36px;
	font-weight: 500;
	line-height: 43.2px
}

h3{
	font-size: 26px;
	font-weight: 400;
	line-height: 31.2px;
}

h4{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

h5{
	font-size: 22px;
	font-weight: 300;
}

@media (max-width: 768px) {
	h1{
		font-size: 33px;
		line-height: normal;
	}

	h2{
		font-size: 33px;
		line-height: normal;
	}

	h3{
		font-size: 23px;
		line-height: normal;
	}
}

@media (max-width: 380px) {
	h1{
		font-size: 25px;
		line-height: normal;
	}

	h2{
		font-size: 25px;
		line-height: normal;
	}
}


.body-big ul{
	font-size: 22px;
	font-weight: 300;
}
.body-big{
	padding: 0 97px;
}

.body-big ul {
	list-style: none !important;
	margin-left: 0;
	padding-left: 0;
}

.body-big li {
  	padding-left: 1em;
	text-indent: -1.4em;
}

.body-big li:before {
	content: "⚬";
	padding-right: 20px;
    color: #F9CE0C;
    font-size: 23px;
    top: 4px;
    position: relative;
    font-weight: 700;
}

.home .body-big li:before{
	color: #000;
}
.large-p p{
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

.wpb_text_column ul{
	list-style: circle;
	padding-left: 31px;
}
.wpb_text_column ul li{
	margin-bottom: 16.4px;
    line-height: 35px;
    padding-left: 10px;
	display: inline-block;
    width: 100%;
}

@media (min-width: 1200px){
	.container {
	    width: 1270px;
	}
}

/* * Main nav * */
#main-nav{
	background-color: rgba(255,255,255,1);
	position: fixed;
    z-index: 1000;
	z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    height: 106px;
    border-bottom: 1px solid #D3CEC2;
}

.atTop.home #main-nav{
	background-color: transparent;
	border: 0;
}

.admin-bar #main-nav{
	top: 32px;
}

.main-nav-inner{
	margin: 0 auto;
	/*max-width: 1337px;*/
    padding: 0 20px;
}

.narrow-col{
	margin: 0 auto;
	max-width: 800px;
}
.narrow-col .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.vc_row.wpb_row.vc_row-fluid.narrow-col {
	display: block;
	margin:30px auto;
}

.logo{
	background-image: url(images/Logo_WebHeader.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 103px;
	height: 66px;
	float: left;
	position: relative;
	top: 21px;
	left: 14px;
}
.nav-toggle{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 27px;
}

.nav-toggle > span{
	background-color: #010101;
	margin: 0 auto 5px;
	width: 34px;
	height: 5px;
	display: block;
}

#main-nav-container{
	background-color: rgba(255,255,255,.9);
	z-index: 1100;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	margin-right: 19px;
	letter-spacing: 1.2px;
}
#main-nav-container > ul{
	margin: 0;
	padding: 5px 0 15px;
	list-style-type: none;
	text-align: center;
	font-size: 0;
}
#main-nav-container > ul > li{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 80;
	font-weight: 500;
    margin-right: 16.7px !important;
}
#main-nav-container > ul > li > a{
	color: #D3CEC2;
	text-decoration: none;
}

#main-nav-container > ul > li+li {
	margin-left: 15px;
	margin-right: 15px;
}

#main-nav-container a:hover,
#main-nav-container  a:focus{
	text-decoration: none;
	color: #A58544;
}

#main-nav-container .current-page-ancestor > a,
#main-nav-container .current-menu-ancestor > a,
#main-nav-container .current-menu-parent  > a,
#main-nav-container .current-menu-item  > a{
	color: #000;
}

.atTop.home #main-nav-container .current-page-ancestor > a,
.atTop.home #main-nav-container .current-menu-ancestor > a,
.atTop.home #main-nav-container .current-menu-parent  > a,
.atTop.home #main-nav-container .current-menu-item  > a{
	color: #fff;
}

.atTop .transparent-menu #main-nav-container .current-page-ancestor > a,
.atTop .transparent-menu #main-nav-container .current-menu-ancestor > a,
.atTop .transparent-menu #main-nav-container .current-menu-parent > a,
.atTop .transparent-menu #main-nav-container .current-menu-item > a{
	color: #fff;
}

.fixed-content #main-nav-container .current-page-ancestor > a,
.fixed-content #main-nav-container .current-menu-ancestor > a,
.fixed-content #main-nav-container .current-menu-parent  > a,
.fixed-content #main-nav-container .current-menu-item  > a{
	color: #000 !important;
}

#main-nav-container ul  li{
	list-style: none;
}


#main-nav-container ul li ul{
	padding: 0;
	margin-top: 35px;
}

.wpml-ls.wpml-ls-legacy-dropdown-click{
	float: right;
    display: inline-block;
    width: 90px;
    margin-top: 35px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag{
	width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #d3cec2, 0 0 0 0.6px #d3cec2;
    float: right;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-native{
	font-size: 14px;
	font-weight: 500;
	color: #d3cec2;
	text-decoration: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:active,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:focus {
    background: transparent !important;
    border-color: transparent;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	padding-right: calc(10px + .7em + 0.4em);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	margin-right: -50px;
    margin-top: 14px;
    border: 1px solid #d3cec2;
    padding: 6px 0px;
    background: #fff;
}

@media ( max-width: 1300px ) and ( min-width: 1100px ) {

	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		left: auto;
		width: 140px;
		margin-right: 0;
	}

}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
	width: 50%;
	display: inline-block;
	float: left;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    border: 0;
    padding: 6px 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover{
	background-color: transparent;
}

.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover{
	text-decoration: none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-native{
	margin-top: 7px;
    display: block;
    margin-left: 0 !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
	border: solid #d3cec2;
	border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 16px;
}

#main-nav .featured-link{
	float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 10px;
    background-color: #f9ce0c;
    color: #010101;
    text-align: center;
    max-width: 177px;
    text-transform: uppercase;
    line-height: 17px;
    margin-right: 23px;
    margin-top: 27px;
    letter-spacing: 1.1px;
}

#main-nav .featured-link:focus,
#main-nav .featured-link:hover{
	text-decoration: none;
	color: #010101;
}

#main-nav .featured-link:hover,
#main-nav .featured-link:active{
	background-color: #010101;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 1382px){
	#main-nav-container > ul > li+li {
		margin-left: 30px;
		margin-right: 0px;
	}
}

/* * Bottom stuff * */
.city-picture{
	height: 350px;
}
.invert{
	color: #fff;
	background-color: #010101;
	padding: 80px 0;
	text-align: center;
}
.invert h2{
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.bottom-contacts{
	padding: 25px 0 25px;
	text-align: center;
}
.bottom-contacts:before{
	content: '';
	background-image: url(images/bgr-c-shadow.png);
    background-repeat: repeat-x;
    background-position: 50% -1px;
    height: 11px;
    position: absolute;
    left: 0;
    margin-top: -35px;
    right: 0;
}
.incolor, .incolor a {
	color: #A58544;
}

.incolor, .incolor a:hover {
	color: #A58544;
	font-weight: 300;
}

a .bc-text {
	color: #A58544;
}
.bc-text{
	background-image: url(images/icon-envelope.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-top: 50px;
}
.bc-text-1{
	font-size: 10px;
	line-height: 1.1;
	margin-bottom: 2px;
}
.bc-text-2{
	font-size: 17px;
	line-height: 1.1;
}
.bc-button{
	color: #fff !important;
	background-color: #A58544;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
    font-weight: bold !important;
    text-decoration: none !important;
    padding: 10px 30px;
}
.bc-button:hover, .bc-button:active, .bc-button:focus{
	text-decoration: underline !important;
	color: #fff !important;
}


.ov {
	overflow: visible !important;
	margin-bottom: 0;
}

#footer{
	color: #fff;
    padding: 35px 0 24px 0px;
	font-size: 0;
	background: #fff;
}
.footer-inner{
    margin: 0 auto;
    /*max-width: 1337px;*/
	padding: 0 20px;
}
.footer-col{
	font-size: 11px;
	line-height: 1.545;
	text-align: center;
	width: 16%;
}
.footer-col+.footer-col{
	margin-top: 20px;
}


.footer-col+.footer-col{
	margin-top: 0;
	margin-right: 48px;
	text-align: left;
}

.footer-col:first-of-type {
	margin-right: 48px;
}

.footer-col:last-of-type {
	margin-right: 0;
}

.footer-col .widget-title{
	font-size: 14px;
	font-weight: 500;
	color: #010101;
	line-height: 17px;
	text-transform: none;
	margin-bottom: 18px;
    min-height: 34px;
}

.contact-footer .footer-col:nth-child(4){
	width: 22%;
}

.contact-footer .footer-col:nth-child(4) .textwidget{
	padding-right: 25px;
}

.contact-footer .footer-col:nth-child(5){
	width: 11%;
}

.footer-col .menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col .menu li a{
	color: #010101 !important;
	line-height: 17px;
	font-size: 14px;
	font-weight: 500;
}

.footer-col .menu li{
	margin-bottom: 15px;
}

.footer-col .textwidget p {
    margin-bottom: 17px;
}

.footer-col .textwidget a {
    color: #010101 !important;
	font-weight: 500;
}

.textwidget{
	font-size: 14px;
	color: #010101;
	line-height: 17px;
	font-weight: 300;
}
.logo-footer{
	background-image: url(images/logo-footer.png);
	background-repeat: no-repeat;
    background-size: contain;
    width: 284px;
    height: 40px;
	display: block;
	margin: 0 auto;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus{
	color: #fff;
	text-decoration: underline;
}

.contact-info {
    font-size: 14px;
    line-height: 28px;
}

.social-navigation{
    margin: 5px 0;
}

.social-navigation ul{
    padding-left: 0;
}

.social-navigation  a{
    line-height: 0;
    font-size: 0;
    color: transparent;
	background-size: auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 16px;
	letter-spacing: 0;
}

.social-navigation .instagram-logo a{
	background-image: url('./images/social-instagram.png');
}

.social-navigation .facebook-logo a{
	background-image: url('./images/social-facebook.png');
}

.social-navigation .linkedin-logo a{
	background-image: url('./images/social-linkedin.png');
}

.social-navigation .arows-logo a{
	background-image: url('./images/social-arrows.png');
}

nav.social-navigation li {
    display: inline-block;
    list-style: none;
	margin-right: 16px;
}

@media ( min-width: 1025px ) {
	#footer a[href^="mailto:"] { white-space: nowrap; }
}

/* * Events * */
.block-events{
	padding: 0;
	width: 100%;
    overflow: hidden;
}

.event h1{
	color: #808080;
}
.event-after-1, .event-after-2, .event-after-3{
	clear: both;
}
.event-after-1{
	display: block;
}
.event-after-2, .event-after-3{
	display: none;
}
.event-in{
	padding: 50px 0;
}
.event-link{
	color: #808080;
	text-decoration: none;
	display: block;
}
.event-in .event-name,
.event-in  .event-date{
	color: #808080;
}
.event-date{
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	color: #A58544;
}
.event-name{
	font-size: 30px;
	text-transform: uppercase;
	display: block;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #A58544;
}
.event-description{
	display: block;
}
.event-more-link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	transition: opacity .3s;
}
.event-in .event-link:hover,
.event-in .event-link:active,
.event-in .event-link:focus,
.event-in .event-link.active{
	color: #A58544;
	text-decoration: none;
}
.event-in .event-link:hover .event-date,
.event-in .event-link:active .event-date,
.event-in .event-link:focus .event-date,
.event-in .event-link.active .event-date,
.event-in .event-link:hover .event-name,
.event-in .event-link:active .event-name,
.event-in .event-link:focus .event-name,
.event-in .event-link.active .event-name{
	font-weight: bold;
	color: #A58544;
}
.event-link:hover .event-more-link, .event-link:active .event-more-link, .event-link:focus .event-more-link, .event-link.active .event-more-link{
	text-decoration: underline;
}
.event-link.active .event-more-link{
	opacity: 0;
}
.event-details{
	color: #808080;
	background-color: #fff;
	border: 2px solid #A58544;
}
/* * BLACK TIP FIX START * */
.event-details-in{
	padding: 25px 0 45px;
	position: relative;
	/*border-top: 35px solid #fff;*/
}
.event-details-in:before{
	content: '';
	background-image: url(images/icon-black-tip.png);
    background-repeat: no-repeat;
    width: 69px;
    height: 34px;
    display: block;
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -35px;
}
.event-after-2 .event-details:nth-child(1) .event-details-in:before{
	margin-left: 153px;
}
.event-after-2 .event-details:nth-child(2) .event-details-in:before{
	margin-left: 528px;
}
/* * BLACK TIP FIX END * */
.link-close{
	display: inline-block;
	background-image: url(images/icon-close.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 24px;
	margin-left: 10px;
	margin-bottom: -6px;
}
.link-close.final {
	margin-top: 35px;
}
.event-picture{
	margin-bottom: 30px;
}
.event-details .event-description a{
	text-decoration: none;
}
.event-details .event-description a:hover, .event-details .event-description a:active, .event-details .event-description a:focus{
	text-decoration: underline;
}
.frame {
	display: block;
	height: 130px;
	padding: 9px 10px;
	line-height:18px;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
}
#more_posts {
	margin-bottom:20px;
	float:right;
	cursor: pointer;
}
#the-map{
	height: 673px;
	color: #000;
}
.wpcf7 p { margin: 0;}
.wpcf7-form { margin-left: -10px; margin-right: -10px;}
.wpcf7 p.checkbox {float:left;}
span.wpcf7-list-item{
	display: block !important;
	color: #A58544;
	width: 411px;
    height: 50px;
	max-width: 100%;
	min-height: 35px;
}
.wpcf7-form-control-wrap[data-name="acceptance-field"] {
	display: block;
}
.wpcf7-form-control-wrap[data-name="acceptance-field"] span.wpcf7-not-valid-tip {
	top: unset;
    	bottom: -42px;
}
.wpcf7-recaptcha {
	float:right;
}

span.wpcf7-not-valid-tip{
	position: absolute;
    top: 42px;
    font-size: 14px;
}

.rtq {width: 100%;float: left;padding: 10px 10px;-webkit-box-sizing:border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.rtr { width: 100%; clear: both; padding: 10px 10px;-webkit-box-sizing:border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	background-color: rgba(211, 206, 194, 0.3);
	color: #010101;
	font-size: 18px;
	font-weight: 300;
	border: 0;
	height: 46px;
	margin-bottom: 24px;
	padding: 10px 13px;
    width: 100%;
    display: inline-block;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid{
	background-color: #F39393;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #010101;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #010101;
   opacity:  1;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #010101;
   opacity:  1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #010101;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #010101;
}

input::placeholder,
textarea::placeholder { /* Most modern browsers support this now. */
   color:    #010101;
}

textarea{
	resize: none;
	min-height: 138px;
}
textarea + .wpcf7-not-valid-tip{
	top: -7px;
}

input[type="checkbox"] + .wpcf7-list-item-label{
	font-weight: 300;
	font-size: 18px;
	color: #010101;
	margin-top: 13px;
	display: block;
	width: 100%;
}
input[type="submit"] {
	cursor: pointer;
	width: auto;
	font-weight: 900;
	color: #A58544;
	padding: 8px 26px;
	}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative;
	margin: 0;
}

.wpcf7 select{
	height: 47px;
}

.select2-container .select2-selection--single {
    border: 1px solid #A58544;
    font-weight: 300;
    border-radius: 8px;
    background-color: #fff;
    font-size: inherit;
    line-height: 24px;
    padding: 10px 9px;
    color: #282828;
    height: 46px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #A58544;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 7px 5px 0 5px;
    border-color: #A58544 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px;
    width: 38px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #A58544 transparent;
    border-width: 0 5px 7px 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

	/*
input[type="checkbox"]:checked + label {
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:30px;
    height:30px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/checkbox.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(images/checkbox.png) -31px top no-repeat;
}
*/

.mc4wp-checkbox label{
	padding-left: 14px;
	font-size: 16px !important;
    font-weight: 300 !important;
}

.wpcf7 p.checkbox {
    clear: both;
}
/*CF checkboxes*/
.checkbox input[type=checkbox]::after {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -13px 4px 0px -3px;
	vertical-align: middle;
	background: url(images/checkbox.png) #fff;
	/*border: 1px solid;*/
	cursor: pointer;
	position: relative;
	margin-right: 10px;
	border-radius: 4px;}

.checkbox input[type=checkbox]:checked::after{
	background-position: 30px 0;
}

span.wpcf7-list-item-label{
	margin-left:14px;
	font-size: 16px;
	padding-left: 4px;
}
/*CF checkboxes end*/
.event-description .wpcf7 {
	width: 100%
}

#menu-header-menu > li.menu-item-language {
	position: absolute;
	top: 40px;
	right: 15px;
	border-bottom: none;
}
#menu-header-menu > li.menu-item-language + li:before {
	margin-right: 2px;
	color: #fff;
	content: "|";
}
/*styles for 4 languages - add more in the same way*/
#menu-header-menu > li.menu-item-language:nth-last-of-type(1) {
	right: 15px;
}
#menu-header-menu > li.menu-item-language:nth-last-of-type(2) {
	right: 45px;
	right: calc(15px + 2em);
}
#menu-header-menu > li.menu-item-language:nth-last-of-type(3) {
	right: 75px;
	right: calc(15px + 4em);
}
#menu-header-menu > li.menu-item-language:nth-last-of-type(4) {
	right: 105px;
	right: calc(15px + 6em);
}


.wpb_wrapper a:not([href^="mailto:"]) {
	color: #A58544;
	text-decoration: none;
	font-weight: 300;
}

.wpb_wrapper a:hover {
	color: #A58544;
	text-decoration:underline;
	font-weight: 300;
}

.wpcf7-recaptcha {
	margin-right: 8px;
}

.site-footer {
	background-color: #010101;
	color: #fff;
	padding: 10px 0 10px 0;
	margin-bottom: -1px;
}

.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer a {
	color: inherit;
	text-decoration: inherit;
}
.site-footer .footer-inner {
	font-size: 14px;
	font-weight: 400;
	max-width: 1279px;
}
.site-footer .footer-inner .dev {
	display: inline-block;
	float: right;
	margin-top: 1px;
}
.site-footer .footer-inner .dev img {
	width: 68px;
	opacity: 0.8;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	margin-top: -3px;
}
.site-footer .footer-inner .privacy-policy-link {
	margin-left: 35px;
}

/* * * Tablet * * */
@media (min-width: 768px) {
	.rtq { width: 50%;}
	/* * Header * */

	/* * Bottom stuff * */
	.city-picture{
		height: 770px;
	}
	.bc-text{
		padding-left: 75px;
		padding-top: 6px;
		float: left;
		background-position: 0 0;
		height: 42px;
		text-align: left;
		margin-bottom: 0;
	}
	.bc-button-wrap{
		text-align: right;
	/*	padding-top: 8px;*/
		float: right;
	}

	.footer-col{
		vertical-align: top;
		display: inline-block;
		text-align: left;
	}

	.logo-footer{
		background-image: url(images/logo-footer.png);
		background-repeat: no-repeat;
		background-size: auto;
		width: 342px;
		height: 40px;
		display: block;
		margin: 0 auto;
	}

	/*
	.footer-col:first-of-type {
		margin-right: 50px;
	}
	*/
	/* * Events * */
	h1{
		font-size: 33px;
	}
	.event-after-1, .event-after-3{
		display: none;
	}
	.event-after-2{
		display: block;
	}
	.event-details{
		width: 5000px;
		transform: translateX(-50%);
	}
	.event-details .container{
		position: relative;
		left: 375px;
	}
	#the-map{
		height: 693px;
	}
	html[lang="fi"] #the-map{
		height: 791px;
	}
}

/* * * Desktop narrow * * */
/** Changed: 992px to 1100px **/
@media (min-width: 1100px) {
	/* * Main nav * */
	#main-nav-container{
		background-color: transparent;
		float: right;
		position: static;
		padding: 0;
        height: 80px;
		margin-top: 13px;
	}
	#main-nav-container > ul{
		padding: 0;
	}


	#main-nav-container > ul > li{
		display: inline-block;
		vertical-align: middle;
		padding: 31px 0px;
		position: relative;
	}

	#main-nav-container > ul > li+li {
		margin-right: 0px;
	}

	#main-nav-container > ul > li:hover  > ul{
		display: block;
	}


	#main-nav-container ul li ul{
		margin-bottom: 35px;
	}

	#main-nav-container > ul > li > ul {
		display: none;
		position: absolute;
		list-style: none;
		text-align: left;
		background-color: #fff;
		top: 92px;
		right: -5px;
		white-space: nowrap;
		width: auto;
		z-index: 1;
		border: 1px #A58544 solid;
		padding: 20px 73px 20px 33px;
		line-height: 45px;
		-webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	}

	#main-nav-container > ul > li > ul:after {
		content: "";
		position: absolute;
		top: -17px;
	    right: 21px;
		border-style: solid;
		border-width: 0 17px 17px;
		border-color: #FFFFFF transparent;
		display: block;
		width: 0;
		z-index: 1;
	}

	#main-nav-container > ul > li > ul:before {
		content: "";
		position: absolute;
		top: -18px;
	    right: 21px;
		border-style: solid;
		border-width: 0 17px 17px;
		border-color: #A58544 transparent;
		display: block;
		width: 0;
		z-index: 0;
	}

	/*#main-nav-container{
		background-color: transparent;
		float: right;
		position: static;
		padding: 0;
		line-height: 80px;
        height: 80px;
	}
	#main-nav-container > ul{
		padding: 0;
	}
	#main-nav-container > ul > li{
		display: inline-block;
		vertical-align: middle;
	}
	#main-nav-container > ul > li+li{
		margin-left: 20px;
	}
	.home #main-nav-instead{
	height: 0px;
	}*/
	/* * Events * */
	.event-after-1, .event-after-2{
		display: none;
	}
	.event-after-3{
		display: block;
	}
	.event-details .container{
		left: 485px;
	}

	/* * BLACK TIP FIX START * */
	.event-after-3 .event-details:nth-child(1) .event-details-in:before{
		margin-left: 125px;
	}
	.event-after-3 .event-details:nth-child(2) .event-details-in:before{
		margin-left: 451px;
	}
	.event-after-3 .event-details:nth-child(3) .event-details-in:before{
		margin-left: 773px;
	}
	/* * BLACK TIP FIX END * */

	/*SubMenu styles */
	/*#main-nav-container > ul > li.menu-item-has-children>a{
		padding-bottom: 20px;
	}
	#main-nav-container > ul > li > ul.sub-menu{
		margin: 0;
		list-style-type: none;
		position: absolute;
		display: none;
		border: 1px solid #A58544;
		background-color: #fff;
		top: 80px;
		z-index: 999;
		width: 200px;
		-webkit-box-shadow: 2px 2px 20px 2px rgba(50, 50, 50, 1);
		-moz-box-shadow:    2px 2px 20px 2px rgba(50, 50, 50, 1);
		box-shadow:         2px 2px 20px 2px rgba(50, 50, 50, 1);
	}
	#main-nav-container > ul > li > ul.sub-menu a:hover{
		color: #A58544;
		font-weight: 600;
		text-decoration: none;
	}
	#main-nav-container > ul > li:hover > ul.sub-menu,#main-nav-container > ul > li> ul.sub-menu:hover{
		display:block;
	}
	#main-nav-container > ul > li.menu-item-has-children:hover::after{
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 18px solid transparent;
            border-right: 18px solid transparent;
            border-bottom: 16px solid #fff;
            position: absolute;
            margin-left: 20px;
            margin-top: 8px;
            z-index: 99999;
    }
    #main-nav-container > ul > li.menu-item-has-children:hover::before{
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-bottom: 15px solid #A58544;
            position: absolute;
            margin-left: 21px;
            margin-top: 42px;
            z-index: 99999;
    }
	#main-nav-container > ul > li > ul > li{
		margin:0;
		padding:5px 15px;
		background-color:rgba(255,255,255,.9);
	}
	#main-nav-container > ul > li > ul > li:first-child{
		padding-top:15px;
	}
	#main-nav-container > ul > li > ul > li:last-child{
		padding-bottom:15px;
	}
	#main-nav-container > ul > li > ul > li+li{
		margin:0;
	}*/
	/*SubMenu styles END*/
	.event-description .wpcf7 {
		width: 70%;
	}
	/*
	.footer-col:first-of-type {
		margin-right: 251px;
	}
	*/
}

/* * * Desktop wide * * */
@media (min-width: 1200px) {
	/*#main-nav-container > ul > li+li{
		margin-left: 30px;
	}*/
	#main-nav-container > ul > li+li {
		margin-right: 15px;
	}
	.main-nav-inner {
		padding: 0 50px;
	}
	.footer-inner {
		max-width: 1066px;
	}
	/* * Events * */
	.event-details .container{
		left: 585px;
	}

	/* * BLACK TIP FIX START * */
	.event-after-3 .event-details:nth-child(1) .event-details-in:before{
		margin-left: 161px;
	}
	.event-after-3 .event-details:nth-child(2) .event-details-in:before{
		margin-left: 551px;
	}
	.event-after-3 .event-details:nth-child(3) .event-details-in:before{
		margin-left: 941px;
	}
	/* * BLACK TIP FIX END * */

	.wpcf7-recaptcha {
		margin-top: -51px;
	}

}


@media (max-width: 1200px){
	#the-map{
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* 1. commented out all styles for tablet and desktops*/

/* 2. Bootstrap rules to be overridden. Line 5054-5076*/
/*#main-nav-container.navbar-collapse.collapse {
	display: none !important;
}
#main-nav-container.navbar-collapse.collapse.in {
	display: block !important;
}*/
/*3. removed responsive classes from nav-toggle*/

/*4. rewrite nav-toggle's bars classes to be positioned absolutely*/
/*4.1. Word "menu" is added as a pseudo-element*/

/*5. #main-container bg color and link color*/

/*6. navbar's container is limited with 900px - line 100*/

/*6.1. added container class to #menu-header-menu to have the same width*/
/*6.2. Logo - changed position relative to margin top and bottom to add height to container*/

/*7. #main-nav-container position changed to fixed - line 166*/

/*8. add .fixed-content class to body to prevent scroll*/


/*9. line 178 menu list style and size*/

/*10. absolutely positioning language menu items. lines 563-573*/

/*11. restyle menu, submenus, list items + js*/

.bottom-contacts-wrap {
	overflow: hidden !important;
	padding-top: 14px;
}

@media(max-width: 767px) {
	.event-description table,
	.event-description tbody,
	.event-description tr,
	.event-description td {
		display: block;
		width: 100% !important;
	}
}

@media(max-width: 480px) {
	span.wpcf7-list-item {
		width: 100% !important;
		margin-left: 0 !important;
		padding-left: 1em;
		padding-bottom: 80px;
	}
}

.container.single-event {
	padding-top: 120px;
	padding-bottom: 120px;
}

.single-event-header { margin-bottom: 50px; }

.single-event-header h1 {
	margin: 0;
	text-align: left;
	color: #A58544;
}

.single-event-header h2 {
	margin: 0 0 15px;
	font-size: 21px;
}

.wpb_revslider_element h1{
	font-weight: 500 !important;
	text-transform: none !important;
}

.wpb_revslider_element h3{
	font-weight: 400 !important;
	text-transform: none !important;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-chino{
	font-size: 14px;
    font-weight: 500;
    color: #010101;
    text-align: center;
    padding: 6px 16px;
    background-color: #d3cec2;
    max-width: 177px;
	width: 100%;
	min-height: 64px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-black{
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 16.5px 30px;
    background-color: #010101;
    width: auto;
    letter-spacing: 1px;
}

.vc_btn3.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-black:hover{
	color: #010101;
	background-color: #fff;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-warning{
	font-size: 14px;
    font-weight: 500;
    color: #010101;
    text-align: center;
    padding: 16.5px 30px;
    background-color: #F9CE0C;
    width: auto;
    letter-spacing: 1px;
}

.vc_btn3.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-warning:hover{
	background-color: #010101;
	color: #fff;
}

.flex-center .vc_btn3-container.vc_btn3-center{
	display:flex;
	justify-content:center;
	align-items:center;
}

.image-with-text .vc_custom_heading{
	margin-left: 153px;
	margin-bottom: 27px;
    margin-top: 8px;
}

.image-with-text .wpb_text_column{
	margin-left: 155px;
	margin-right: 110px;
}

.image-with-text .vc_btn3-container{
	margin-left: 155px;
	margin-right: 110px;
}

.image-with-text ul{
    padding-left: 20px;
}

.image-with-text ul li{
    margin-bottom: 6px;
}

.image-with-text .wpb_text_column p{
    line-height: 30px;
}

.image-with-text .vc_col-lg-6:last-of-type .wpb_text_column{
	margin-left: 108px;
	margin-right: 130px;
}

.image-with-text .vc_col-lg-6:last-of-type .vc_custom_heading{
	margin-left: 108px;
	margin-right: 130px;
}

.image-with-text .vc_col-lg-6:last-of-type .vc_btn3-container{
	margin-left: 108px;
	margin-right: 130px;
}

.image-with-text .vc_btn3.vc_btn3-size-sm.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-black{
	min-width: 177px;
}

.text-with-text{
	padding-top: 91px;
}

.text-with-text .vc_btn3.vc_btn3-size-sm.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-black{
	padding: 16.5px 35px;
}

.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner{
	border-right: 1px solid #000;
	padding-top: 0 !important;
	padding-left: 61px;
}

.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner h2:first-of-type{
	text-align: center;
	margin-bottom: 20px;
	margin-top: -1px;
}

.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner h3:first-of-type{
	text-align: center;
    font-size: 22px;
    max-width: 400px;
    margin: 0 auto;
    letter-spacing: -0.3px;
    line-height: 33px;
}

.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner .wpb_text_column{
	margin: 0 auto;
	margin-top: 62px;
	max-width: 402px;
}

.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner .wpb_text_column p{
	margin-bottom: 4px;
    letter-spacing: -0.4px;
    font-size: 18px;
    font-weight: 500;
}

.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner .wpb_text_column ul li{
	line-height: 32px;
    margin-bottom: 8px;
}


.text-with-text .vc_col-lg-6:last-of-type .vc_column-inner{
	padding-top: 0 !important;
	padding-right: 63px;
}

.text-with-text .vc_col-lg-6:last-of-type .vc_column-inner .wpb_text_column{
	margin: 0 auto;
    margin-top: 29px;
    max-width: 315px;
}

.text-with-text .vc_col-lg-6:last-of-type .vc_column-inner .wpb_text_column ul li{
	line-height: 32px;
    margin-bottom: 11px;
}

.text-with-text .vc_col-lg-6:last-of-type .vc_column-inner h3:first-of-type{
	margin: 0 auto;
	font-size: 22px;
	margin-top: 20px;
	max-width: 400px;
	line-height: 33px;
	letter-spacing: -0.3px;
}

.text-with-text .vc_col-lg-6:last-of-type .vc_column-inner p{
	text-align: center;
	margin-bottom: 4px;
	letter-spacing: -0.4px;
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 576px){
	.image-with-text .vc_col-lg-6:last-of-type .vc_custom_heading,
	.image-with-text .vc_col-lg-6:last-of-type .vc_btn3-container,
	.image-with-text .vc_col-lg-6:last-of-type .wpb_text_column{
		margin-left: 15px;
		margin-right: 15px;
	}
}

.opportunities-ul.wpb_text_column ul li{
	margin-bottom: 11px;
	line-height: 31px;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.simply-scroll-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.simply-scroll-list li img {
  border: none;
  display: block;
  width: 100%;
  height: auto;
}

.simply-scroll {
  width: 100%;
  margin-bottom: 0px;
  clear: both;
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 254px;
}
.simply-scroll .simply-scroll-list li {
  float: left;
}

.contact-block .vc_column-inner{
	padding: 0 !important;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.contact-block .vc_col-lg-6:first-of-type .vc_column-inner > .wpb_wrapper{
	max-width: 437px;
    margin: 0 auto;
    margin-top: 90px;
    padding-left: 45px;
}

.contact-block .vc_col-lg-6:first-of-type .vc_column-inner .wpb_wrapper .wpb_text_column  h5{
    line-height: 33px;
	margin-bottom: 22px;
}

.contact-block .vc_col-lg-6:first-of-type .vc_column-inner .wpb_wrapper .wpb_text_column  p{
	margin-bottom: 7px;
	letter-spacing: -0.4px;
}

.contact-block .vc_col-lg-6:first-of-type .vc_column-inner .wpb_wrapper .wpb_text_column  h4{
    font-weight: 300;
	text-transform: none;
}

.contact-block .vc_col-lg-6:first-of-type .vc_column-inner .wpb_wrapper .vc_btn3.vc_btn3-size-sm.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-black{
	max-width: 245px;
}

.contact-form{
	display: none;
	width: 100%;
}

.contact-form h1{
	text-align: center;
	font-size: 36px;
	margin-top: 12px;
	margin-bottom: -3px;
}

.contact-form h2{
	font-size: 22px;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
	margin-bottom: 33px;
}
.contact-form .your-email,
.contact-form .your-tel,
.contact-form .your-company,
.contact-form .your-name{
	display: inline-block;
	width: 48.7%;
}

.contact-form .your-email,
.contact-form .your-company{
	padding-left: 24px;
	width: 51.3%;
}

@media (max-width: 576px){
	.contact-form .your-email,
	.contact-form .your-tel,
	.contact-form .your-company,
	.contact-form .your-name{
		display: inline-block;
		width: 100%;
		padding-left: 0;
	}
}

.custom-file-upload{
	margin-top: 7px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 19px;
}
.contact-form label .upload-icon{
	background-image: url("./images/upload-btn.svg");
	width: 36px;
	height: 36px;
	display: block;
	background-repeat: no-repeat;
	background-size: auto;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.contact-form label .upload-icon:hover{
	background-color: #D3CEC2;
}

.contact-form input[type="submit"]{
	font-size: 14px;
    font-weight: 500;
    color: #010101;
    text-align: center;
    padding: 16.5px 30px;
    background-color: #F9CE0C;
    width: auto;
    letter-spacing: 1px;
	border: 0;
	height: 52px;
	min-width: 177px;
	margin-top: 47px;
	line-height: normal;
}

.submit-feedback-content .contact-form br { display: none; }

.contact-form input[type="submit"]:hover{
	color: #fff;
	background-color: #000;
}

.fancybox-close-btn{
	font-size: 14px;
	font-weight: 500;
	color: #010101;
	text-align: center;
	padding: 16.5px 30px;
	background-color: #e4e4e4;
	width: auto;
	letter-spacing: 1px;
	border: 0;
	height: 52px;
	min-width: 177px;
	margin-top: 47px;
	text-decoration: none;
}

.fancybox-close-btn:hover{
	background-color: #bfbfbf;
}

.fancybox-close-btn:focus,
.fancybox-close-btn:active,
.fancybox-close-btn:hover{
	text-decoration: none;
	color: #010101;
}

.contact-form input[name="file-upload"]{
	display: none;
}

.contact-form input[name="file-upload"]:focus,
.contact-form input[name="file-upload"]:active{
	outline: 0;
	box-shadow: none;
}

.fancybox-container .fancybox-inner .fancybox-slide{
	padding: 0;
}

.fancybox-content .wpcf7{
	max-width: 795px;
	margin: 0 auto;
}

.wpcf7-acceptance input[type=checkbox] {
	display: none;
}

.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before {
	content: "";
    background-color: rgba(211, 206, 194, 0.3);
    padding: 10px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 18px;
}

.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before:active,
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
	background-color: #F9CE0C;
}

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	content: "";
    position: absolute;
    left: 8px;
    top: 23px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.wpcf7-acceptance .wpcf7-list-item{
	width: 100%;
}

.wpcf7-acceptance {
	position: relative;
    display: block;
}

@media (max-width: 576px){
	.wpcf7-acceptance .wpcf7-list-item{
		height: auto;
		padding-bottom: 0px;
	}
}

@media (max-width: 425px){
	.contact-form input[type="submit"]{
		width: 100%;
	}
	.fancybox-close-btn{
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	div.wpcf7 .ajax-loader {
		display: none;
	}
}

#burger {
  display: none !important;
}
#burger:checked + [for="burger"]:before {
  -webkit-transform: translateY(7px) rotateZ(45deg);
  transform: translateY(7px) rotateZ(45deg);
}
#burger:checked + [for="burger"]:after {
  -webkit-filter: initial;
  filter: initial;
  -webkit-transform: translateY(5px) rotateZ(-45deg);
  transform: translateY(5px) rotateZ(-45deg);
}
[for="burger"] {
  border-radius: 0;
  color: #000;
  cursor: pointer;
  height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 26px;
  margin-left: 0px;
  margin-right: 7px;
  margin-top: 8px;
  display: none;
  float: right;
}
[for="burger"]:before, [for="burger"]:after {
  border-radius: inherit;
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
[for="burger"]:after {
  -webkit-filter: drop-shadow(0 -7px currentColor);
  filter: drop-shadow(0 -7px currentColor);
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}


.wpml-ls-item-legacy-dropdown-click .mobile-bg{
	padding: 0;
	margin: 0;
	border: 0;
}

@media (max-width: 1099px){
	.fixed-content #main-nav-container{
		position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    display: flex;
	    margin: 0;
	    align-items: center;
	    justify-content: center;
	    background-color: #fff;
		flex-direction: column;
	}
	[for="burger"]{
		display: block;
		z-index: 10000;
		margin-top: 45px;
		padding: 0 4px;
		margin-right: 11px;
		margin-left: 8px;
	}
	.fixed-content [for="burger"]{
		position: fixed;
    	right: 67px;
		color: #000 !important;
	}
	.main-nav-inner > .wpml-ls.wpml-ls-legacy-dropdown-click{
		display: none;
	}
	.logo{
		z-index: 10000;
	}
	#main-nav-container .current-menu-ancestor > a, #main-nav-container .current-menu-parent > a, #main-nav-container .current-menu-item > a{
		color: #000;
	}
	#main-nav-container > ul{
		margin: 0;
	    margin-top: -45px;
		padding: 0;
		margin-bottom: 3px;

	}
	ul.menu li {
	    margin-right: 0 !important;
	    margin-left: 0 !important;
	    margin-bottom: 35px;
	}
	#main-nav-container > ul > li{
		margin-right: 0 !important;
	}
	.wpml-ls.wpml-ls-legacy-dropdown-click{
		margin-top: -10px;
		float: none;
		display: block;
		width: 97px;
		margin-bottom: 20px;
	}
	.wpml-ls.wpml-ls-legacy-dropdown-click > a{
    	padding: 5px 31px 0 16px;
	}
	#main-nav-container .featured-link{
		margin: 0;
	    bottom: 0;
	    width: 100%;
	    max-width: 100%;
	    padding: 18px 21px;
		margin-top: 67px;
	    margin-bottom: -44px;
		max-width: 328px;
	}
	.main-nav-inner{
		padding: 0 69px;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 156px;
	}
	.wpml-ls-item-legacy-dropdown-click .mobile-bg{
		position: fixed;
		visibility: hidden;
		transform: none;
		max-width: 100%;
		margin-top: 0;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background-color: rgba(1, 1, 1, 0.6);
	}
}

@media (max-width: 576px){
	#main-nav{
		height: 76px;
	}
	[for="burger"]{
		display: block;
		margin: 30px -2px 0px 0px;
		padding: 0 4px;
		z-index: 10000;
	}
	.logo{
		height: 48px;
	    width: 100px;
	    top: 14px;
		margin-left: -14px;
	}
	.fixed-content .logo{
		margin-left: 0;
	}
	.main-nav-inner{
		padding: 0 15px;
	}
	.fixed-content .logo{
		position: fixed;
		z-index: 10000;
	}
	.fixed-content [for="burger"]{
		position: fixed;
		z-index: 10000;
	    color: #000;
		right: 14px;
	}
}
/** Changed: 992px to 1100px **/
@media (max-width: 1262px) and (min-width: 1100px){
	.main-nav-inner > .featured-link{
		display: none !important;
	}
}

@media (max-width: 1200px){
	.vc_row.text-with-text{
		padding-top: 87px !important;
	}
	.text-with-text h3{
		text-align: center;
		max-width: 390px;
		margin: 0 auto;
		font-size: 22px;
		margin-top: 22px;
		margin-bottom: 24px;
	}
	.text-with-text ul{
		max-width: 410px;
		margin: 0 auto;
	}
	.text-with-text ul li{
		line-height: 30px;
		margin-bottom: 12px;
	}
	.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner{
		border-bottom: 1px solid #000;
	    border-right: 0;
	    padding-top: 0 !important;
		padding-left: 0;
		padding-right: 0;
	    padding-bottom: 44px;
	    margin: 0 83px;
	}
	.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner .wpb_text_column {
	    margin-top: 22px;
	}
	.text-with-text .vc_col-lg-6:last-of-type .vc_column-inner{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 89px !important;
	}
	.text-with-text .vc_col-lg-6:last-of-type .vc_column-inner .vc_btn3-container{
		margin-top: 34px !important;
	}
	.contact-block .vc_col-lg-6:first-of-type .vc_column-inner > .wpb_wrapper {
	    max-width: 692px;
	    padding-right: 31px;
	    padding-bottom: 61px;
	}
}

#footer.contact-footer{
	background-color: #F9CE0C;
}

#footer.contact-footer .footer-inner {
    max-width: 1278px;
}

#footer.contact-footer .footer-col + .footer-col {
    margin-right: 14px;
}

#footer .footer-col:first-of-type {
	display: none;
}

#footer.contact-footer .footer-col:first-of-type {
	display: inline-block;
    margin-right: 14px;
}

#footer.contact-footer .footer-col:nth-child(4) {
    width: 16%;
}

#footer.contact-footer .footer-col:nth-child(5) {
	width: 12.9%;
	margin-right: 52px;
}

#footer.contact-footer .footer-col:nth-child(6) {
    width: 10%;
}

.atTop #main-nav.transparent-menu {
    background-color: transparent;
	border: 0;
}

.atTop #main-nav.transparent-menu [for="burger"]{
	color: #fff;
}

.atTop.home:not(.fixed-content) #main-nav [for="burger"]{
	color: #fff;
}

/*
#footer #text-3 .textwidget{
	display: flex;
	flex-direction: column;
}

#footer #text-3 .textwidget.reverse{
	flex-direction: column-reverse;
}
*/

@media (max-width: 1100px){
	#footer.contact-footer .footer-col {
	    width: 27.8% !important;
		margin-right: 14px !important;
	}
}

@media(max-width: 769px) {
	#footer{
		padding-bottom: 1px;
	}
	.footer-col {
	    vertical-align: top;
	    display: inline-block;
	    text-align: left;
	}
	.site-footer .footer-inner,
	#footer .footer-inner{
		max-width: 643px;
	}
	.footer-col+.footer-col {
		margin-right: 37px;
	}
	.footer-col:first-of-type {
	    margin-right: 37px;
	}
	.footer-col {
		width: 29%;
		margin-bottom: 23px;
	}
	.footer-col:nth-child(3) {
		margin-right: 0;
	}

	.footer-col:nth-child(4) {
		width: 29%;
	}
	.footer-col:nth-child(5) {
	    width: 29%;
	}
	.footer-col .widget-title{
		min-height: auto;
	}
	.footer-col:nth-child(5) .widget-title {
		min-height: 34px;
	}

	#partnership-options .col-1{
		padding-left: 18px;
	}
	#partnership-options .col-2{
		padding-right: 19px;
	}
}

@media (max-width: 608px){
	#footer.contact-footer .footer-col,
	.footer-col {
	    width: 100% !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 991px){
	.text-with-text .vc_col-lg-6:first-of-type .vc_column-inner{
		margin: 0 15px;
	}
	.body-big {
	    padding: 0 20px;
	}
	.image-with-text .vc_custom_heading{
		margin-left: 15px;
	}
	.image-with-text .wpb_text_column {
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.image-with-text .vc_btn3-container {
	    margin-left: 15px;
	    margin-right: 15px;
	}
}


.grecaptcha-badge{
	display: none !important;
}

.fancybox-active:not(.fancybox-active--no-form) .grecaptcha-badge{
	display: block !important;
	z-index: 1000000;
	visibility: visible !important;
}

.error404 {
  height: 100%;
}
.error404 #page {
  height: 100%;
}
.error404 .error-404 .page-title {
  font-size: 200px;
  font-weight: 700;
  color: #F9CE0C;
  letter-spacing: 20px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 19px;
}
.error404 .error-404 .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -39px;
  margin-top: 0;
  border: 0;
}
.error404 .error-404 .page-content {
  text-align: center;
  margin-bottom: 30px;
}
.error404 .error-404 .page-content h2 {
  margin-bottom: 10px;
  color: #010101;
}
.error404 .error-404 .page-content h5 {
  margin-top: 13px;
  margin-bottom: 18px;
}
.error404 .error-404 .page-content h5 a {
	font-size: 14px;
    font-weight: 500;
    padding: 9px 10px;
    background-color: #f9ce0c;
    color: #010101;
    text-align: center;
    max-width: 177px;
    text-transform: uppercase;
    line-height: 17px;
    margin-top: 27px;
    letter-spacing: 1.1px;
	text-decoration: none;
}
.error404 .error-404 .page-content p {
  color: #010101;
}
.error404 .back-to-top {
  display: none;
}
.error404 #wrapper-footer {
  display: none;
}
.error404 #error-404-wrapper {
  height: calc(100vh - 120px);
  background-image: url("../img/error-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.error404 #error-404-wrapper #content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 576px){
	.error404 .error-404 .page-title{
		font-size: 90px;
		letter-spacing: 0;
	}
	.error404 .error-404 .page-content h2 {
	    font-size: 28px;
	    line-height: normal;
	}
	.error404 .error-404 .page-content p {
	    font-size: 16px;
	    line-height: normal;
	}
}

@media only screen and (max-width: 767px) {
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 7%!important; top: 10px!important; }
}

.randomOrder{
	display: flex;
}


.randomOrder.reverse .wpb_column:nth-child(1){
	order: 2;
}

.randomOrder.reverse .wpb_column:nth-child(2){
	order: 1;
}

.randomOrder.reverse .wpb_column:nth-child(3){
	order: 3;
}

.randomOrder.reverse .wpb_column:nth-child(4){
	order: 4;
}

/* Deprecated browser notification style */

.update_browser_fake_body {
    position: relative;
    display: table;
    min-height: 100vh;
    width: 100%;
    z-index: 9999999;
}
.update_browser_container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #A9A9A9;
    color: #808080;
    font-size: 16px;
}
.update_browser {
    width: 90%;
    max-width: 1063px;
    padding: 38px 30px 47px 30px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
.update_browser_inner {
    max-width: 855px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.update_browser_inner h1 {
    font-size: 31px;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}
.update_browser_inner p {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 28px;
    margin-bottom: 8px;
}
.browser_icon_wrap {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 35px;
    font-size: 0;
}
.browser_link {
    display: inline-block;
    /* width: calc(100% / 5); */
    width: 183px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 42px;
}
.browser_icon {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.browser_name {
    margin-top: 15px;
    font-size: 16px;
    color: #808080;
}
.firefox .browser_icon { background-image: url('./images/firefox.png'); }
.chrome .browser_icon {
    background-image: url('./images/chrome.png');
    background-size: 110px 110px;
}
.opera .browser_icon { background-image: url('./images/opera.png'); }
.safari .browser_icon { background-image: url('./images/safari.png'); }
.edge .browser_icon {
    background-image: url('./images/edge.png');
    background-size: 85px 85px;
    left: -8px;
    bottom: -4px;
}
.close_announcement {
    display: inline-block;
    min-width: 180px;
    height: 43px;
    font-size: 15px;
    line-height: 43px;
    white-space: nowrap;
    color: #fff;
    background-color: #333;
}
.close_announcement,
.close_announcement:hover,
.close_announcement:active,
.close_announcement:focus {
  text-decoration: none;
  color: #fff!important;
}
@media (max-width: 767px) {
    .browser-icon-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
    .browser_link {
        width: 153px;
        padding-right: 12px;
        padding-left: 12px;
    }
	.main-nav-inner > .featured-link{
		display: none !important;
	}
}
@media (max-width: 480px) {
    .update_browser {
        width: 100%;
        max-width: 100%;
    }
	#partnership-options .col-1{
		padding-left: 0px;
	}
	.vc_row[data-vc-full-width]:not(.vc_row-no-padding){
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}




.page-template-submit-feedback #main-nav,
.page-template-submit-feedback #footer,
.page-template-submit-feedback .site-footer { display: none !important; }


.page-template-submit-feedback .page-content .contact-form { display: block; }

.page-template-submit-feedback .page-content .contact-form h2 { margin-bottom: 27px; }

.wpcf7 .form-info { margin-top: 8px; }

input[type=checkbox]+.wpcf7-list-item-label { line-height: 30px; }

.cancel-btn {
	font-size: 14px;
    font-weight: 500;
    color: #010101;
    text-align: center;
    padding: 16.5px 30px;
    background-color: #e4e4e4;
    width: auto;
    letter-spacing: 1px;
    border: 0;
    height: 52px;
    min-width: 177px;
    margin-top: 47px;
	text-decoration: none;
	transition: background-color .3s;
}

.cancel-btn:hover {
	color: #010101;
	text-decoration: none;
	background-color: #bfbfbf;
}


.submit-feedback-content { padding-top: 12px; }

.submit-feedback-content .fancybox-close-small {
	color: #000;
    padding: 10px;
    right: 0;
    top: 0;
}
.admin-bar .submit-feedback-content .fancybox-close-small { top: 30px; }

.page-template-submit-feedback .page-content .wpcf7 {
    max-width: 795px;
    margin: 0 auto;
}

.page-template-submit-feedback .page-content .contact-form .your-email {
    width: 100%;
    padding-left: 0;
}


.page-title {
	margin-bottom: 70px;
	text-align: center;
}

@media ( min-width: 1025px ) {

	.hide-lg { display: none !important; }

}

@media ( max-width: 1024px ) and ( min-width: 768px ) {

	.hide-md { display: none !important; }

}

@media ( max-width: 1024px ) {

	.container-alt { max-width: 632px; }

	.submit-feedback-content .wpcf7-form { margin: 0; }

	.page-template-submit-feedback .page-content .contact-form h2 { margin-top: 35px; }

	.page-title {
		margin-bottom: 34px;
		font-size: 36px;
		line-height: 43px;
	}

}

@media ( max-width: 767px ) {

	.hide-sm { display: none !important; }

	.page-title {
		margin-bottom: 16px;
		font-size: 33px;
		line-height: 39px;
	}

	.page-template-submit-feedback .page-content .contact-form h1 {
		margin-bottom: 0;
		font-size: 33px;
		line-height: 39px;
	}

	.page-template-submit-feedback .page-content .contact-form h2 { margin-top: 14px; }

	.cancel-btn {
		display: block;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
	}

}



/**
 * Rating input
 */
.input-rating {
	position: relative;
	margin-bottom: 18px;
	overflow: hidden;
}

.input-rating input {
	position: absolute;
	top: 0;
	left: -9999px;
	opacity: 0;
}

.input-rating,
.input-rating .stars {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.input-rating .input-label { margin-right: 16px; }

.input-rating .input-tag {
	margin-left: 36px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.input-rating .star {
    display: block;
    width: 18px;
	height: 16px;
	background-image: url('images/star-outline.svg');
	background-size: 100% 100%;
	cursor: pointer;
}
.input-rating .star:not(:last-child) { margin-right: 3px; }
.input-rating .star.full { background-image: url('images/star-fill.svg'); }

.input-rating span.wpcf7-not-valid-tip {
	top: -11px;
	left: 0;
	width: 250px;
}

.acceptance-field span.wpcf7-list-item { height: auto; }

@media ( max-width: 767px ) {

	.input-rating { overflow: visible; }

	.contact-form .input-rating .star {
		width: 26px;
		height: 24px;
	}
	.contact-form .input-rating .star:not(:last-child) { margin-right: 5px; }

	.input-rating .wpcf7-form-control-wrap { position: static; }

	.input-rating span.wpcf7-not-valid-tip { top: 22px; }

	.submit-feedback-content .contact-form input[type=submit] { margin-top: 30px; }

	.submit-feedback-content .fancybox-close-btn { margin-top: 15px; }

}



/**
 * Feedback
 */
.feedback-main { margin-bottom: 90px; }

.feedback-row { margin-bottom: 28px; }

@media ( max-width: 1024px ) {

	.page-template-feedback .simply-scroll { display: none; }

}

@media ( max-width: 767px ) {

	.feedback-main { margin-bottom: 34px; }

}



/**
 * Term filters
 */
.term-filter {
	margin: 0;
	padding: 0;
	list-style: none;
}

.term-filter a {
	display: inline-block;
	width: 100%;
	padding: 16.5px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #010101;
    text-align: center;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	background-color: #D3CEC2;
}

.term-filter .active a,
.term-filter a:hover { background-color: #f9ce0c; }

@media ( min-width: 1025px ) {

	.term-filter li:not(:last-child) { margin-bottom: 16px; }

}

@media ( max-width: 1024px ) {

	.term-filter {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -18px 78px;
	}

	.term-filter li {
		width: 33.33%;
		padding-left: 18px;
		padding-right: 18px;
	}

}

@media ( max-width: 767px ) {

	.term-filter { margin: 0 -8px 38px; }

	.term-filter li {
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.term-filter li:not(:last-child) { margin-bottom: 8px; }

}



/**
 * Feedback post
 */
.feedback-post {
	padding-left: 34px;
	border-left: 1px solid #000;
}
.feedback-post:not(:last-child) { margin-bottom: 28px; }

.feedback-post .input-rating { margin-bottom: 21px; }

.feedback-post .description {
	margin-bottom: 16px;
	line-height: 30px;
}

.feedback-post .description p:not(:last-child) { margin-bottom: 30px; }

.feedback-post .name {
	margin-bottom: 0;
	font-weight: 500;
	line-height: 30px;
}

@media ( max-width: 767px ) {

	.feedback-post .input-rating { margin-bottom: 12px; }

	.feedback-post .description { margin-bottom: 9px; }

}



/**
 * Submit section
 */
.feedback-aside {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f2f0ed;
}

.feedback-aside h3 { margin-bottom: 28px; }

@media ( max-width: 1024px ) {

	.feedback-aside h3 {
		font-size: 26px;
		line-height: 31px;
	}

}

@media ( max-width: 767px ) {

	.feedback-aside {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.feedback-aside h3 {
		margin-bottom: 17px;
		font-size: 23px;
		line-height: 28px;
	}

}



/**
 * Buttons
 */
.btn {
	position: relative;
	display: inline-block;
	padding: 19px 30px;
	font-size: 14px;
	font-weight: 500;
    text-align: center;
	line-height: 1;
	letter-spacing: .075em;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	background-color: #D3CEC2;
	text-decoration: none;
	outline: 0 !important;
	transition: all .3s;
}


.btn-primary {
	color: #010101;
	background-color: #f9ce0c;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #010101;
}

.btn-secondary {
	color: #fff;
	background-color: #010101;
}

.btn-secondary:hover,
.btn-secondary:focus {
	color: #010101;
	background-color: #F9CE0C;
}


.btn.s-240 { min-width: 240px; }


.btn.loading {
	overflow: hidden;
	text-indent: -9999px;
}

.btn.loading:after {
	animation: rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #010101;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 24px;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 24px;
	z-index: 9999;
	content: '';
}
  
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}



/**
 * Menu fix on smaller screens
 */
@media ( max-width: 1600px ) and ( min-width: 1400px ) {

	#main-nav-container > ul > li {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}

}

@media ( max-width: 1399px ) and ( min-width: 1100px ) {

	#main-nav-container > ul > li {
		margin-left: 7px !important;
		margin-right: 7px !important;
		font-size: 12px;
	}

}

.post-project-item .vc_gitem-zone-a { height: 291px; }

.post-project-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
	background-color: rgba(249,206,12,.8) !important;
}

.post-project-item:hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b { opacity: 1; }

@media ( max-width: 1100px ) {
	.vc_gitem-zone-a:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		content: '';
	}

	.vc_gitem-zone-a:after {
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		color: #fff;
		text-align: center;
	}

	.project-grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
		color: #fff;
		opacity: 1 !important;
		background-color: transparent !important;
	}
}



.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs__list {
	margin-left: auto;
	margin-right: auto;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}


.has-site-notice #main-nav {
	height: auto;
	padding-bottom: 20px;
}

.site-notice {
	display: none;
	width: 100%;
	padding: 15px 0;
	background-color: red;
}
.site-notice.active { display: block; }

.site-notice p {
	margin: 0;
	padding-right: 30px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
}

.site-notice--close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
	height: 16px;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.site-notice--close:before,
.site-notice--close:after {
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 20px;
	background: #fff;
	content: '';
}
.site-notice--close:before {
	left: 0;
	transform: rotate(45deg);
	transform-origin: left bottom;
}
.site-notice--close:after {
	right: 0;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}

.__jivoMobileButton { z-index: 9998 !important; }


.acceptance-field {
	display: block;
	position: relative;
}

@media ( max-width: 767px ) {
	body,
	body > .container { overflow-x: hidden; }
}

.home > .container > .vc_row:first-child { background-color: rgba(211,206,194,0.3); }



/**
 * Projects
 */
.projects-tease { margin-bottom: 30px; }



/**
 * Helpers
 */
.relative { position: relative; }

.on-top {
	position: relative;
	z-index: 1;
}

.bg--cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.justify-content-center { justify-content: center; }



/**
 * Typography
 */
.h1 {
	font-size: 56px;
	font-weight: 500;
	line-height: 66px;
}

.h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
}

.h4 {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}

.fs--small {
	font-size: 12px;
	line-height: 15px;
}

.fw--medium { font-weight: 600; }

.tt--uppercase { text-transform: uppercase; }

.c--primary { color: #f9ce0c; }

.ta--center { text-align: center; }



/**
 * Hero block
 */
.hero {
	height: auto;
	min-height: 714px;
	padding-top: 129px;
	padding-bottom: 129px;
	color: #fff;
}
.hero.is-new {
	padding-top: 130px;
	overflow: hidden;
}

.hero.has-additional-icons {
	padding-bottom: 0;
}

.hero:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	content: '';
}


.hero__buttons { margin-bottom: 25px; }

.hero__button {
	margin-left: 20px;
	margin-right: 20px;
}

.hero__title { letter-spacing: .01em; }

.hero__additional-title,
.hero__additional-text-content {
	font-size: 40px;
	font-weight: 500;
	line-height: 47px;
}

.hero__additional-text-content {
	font-size: 28px;
	line-height: 33px;
}

.hero__additional-sub-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.hero__text {
	max-width: 774px;
	margin: 0 auto 130px;
}

.hero.is-new .hero__text { margin-bottom: 48px; }

/* Icons */
.hero__icons:not(:last-child) { margin-bottom: 64px; }

.hero-icon {
	margin-left: 40px;
	margin-right: 40px;
}

.hero-icon__image-wrap {
	width: 100%;
	height: 52px;
}

.hero-icon__image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero.is-new .hero-icon {
	margin-left: 35px;
	margin-right: 35px;
}

.hero.is-new .hero-icon__image-wrap { margin-bottom: 24px; }

.hero.is-new .hero-icon__label {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: .03em;
}

/* Learn more */
.hero-more {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.hero-more__text {
	margin-bottom: 5px;
	font-family: 'Open Sans', 'Rubik', sans-serif;
}

.hero-more__icon {
	display: block;
	width: 11px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('./images/down-arrow.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.hero__additional-text {
	max-width: 580px;
	margin-left: auto;	
	margin-right: auto;
}

.hero__additional-icons {
	margin-top: 64px;
	background: #F9CE0C;
}

.hero__additional-icons-row { display: flex; }

.hero-additional-icon {
	position: relative;
	padding: 24px;
}

.hero-additional-icon__image-wrap {
	margin-bottom: 24px;
}

.hero-additional-icon__label {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: .045em;
	color: #010101;
}

.hero-additional-icon::before,
.hero-additional-icon::after {
	position: absolute;
	background: #010101;
	content: '';
}

.hero-standalone-button {
	position: absolute;
	top: 29%;
	right: 65px;
	z-index: 2;
	padding: 32px;
	min-width: 212px;
	transform: translateY(-50%);
	text-decoration: none;
	text-align: center;
	background: #f9ce0c;
	transition: all .2s;
	overflow: hidden;
}

.hero-standalone-button__icon { margin-bottom: 24px; }

.hero-standalone-button__label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: .045em;
	text-transform: uppercase;
	color: #010101;
}

@media ( min-width: 1100px ) {
	.hero-additional-icon { flex: 1; }

	.hero-additional-icon:not(:last-child)::before {
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
	}
	
	.hero__additional-icons-row:not(:last-child) .hero-additional-icon::after {
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
	}
}

@media ( max-width: 1400px ) and ( min-width: 1100px ) {
	.hero-standalone-button { right: 32px; }
}

@media ( max-width: 1099px ) {
	.hero__title,
	.hero__additional-title {
		font-size: 26px;
		line-height: 31px;
	}

	.hero__additional-sub-title {
		font-size: 16px;
		line-height: 19px;
	}

	.hero__additional-icons-row { flex-wrap: wrap; }

	.hero-additional-icon {
		width: 33.33333333333333%;
	}
}

@media ( max-width: 1024px ) {

	.hero {
		padding-top: 80px;
		padding-bottom: 80px;
		min-height: 704px;
	}

	.hero__button {
		margin-left: 5px;
		margin-right: 5px;
	}

	.hero__text { margin-bottom: 20px; }

	.hero-icon {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media ( max-width: 767px ) {
	.hero__button {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.hero__button:not(:last-child) { margin-bottom: 10px; }

	.hero__title {
		font-size: 23px;
		line-height: 29px;
	}

	.hero__sub-title {
		font-size: 18px;
		line-height: 20px;
	}

	.hero-icon {
		width: 50%;
		margin: 0 0 30px;
	}

	.hero-icon__label {
		font-size: 14px;
		line-height: 22px;
	}
}

.btn-inner {
	position: relative;
	display: inline-block;
}

.btn-calculator .btn-inner { padding-right: 30px; }

.btn-calculator svg {
	position: absolute;
	top: -6px;
	right: 0;
	display: inline-block;
	width: 19px;
	height: 22px;
}

.btn-calculator ellipse,
.btn-calculator path { transition: all .2s; }

.btn-calculator:hover ellipse,
.btn-calculator:hover path { fill: #fff; }



/* Footer sales */
.ft-sales:not(:last-child) { margin-bottom: 16px !important; }

.ft-sales p { margin-bottom: 4px !important; }
.ft-sales p:last-child { margin-bottom: 0 !important; }



/* New header */
.main-nav-inner.is-flex .logo {
	top: -3px;
	left: 0;
}

.main-nav-inner.is-flex .wpml-ls.wpml-ls-legacy-dropdown-click {
	width: auto;
	margin-top: 0;
}

.main-nav-inner.is-flex .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
	display: inline-flex;
	align-items: center;
	padding: 0;
	padding-right: 16px;
	border: 0;
}

.main-nav-inner.is-flex .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
	order: 0;
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.main-nav-inner.is-flex .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle img {
	order: 1;
	margin-left: 9px;
}

.main-nav-inner.is-flex .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	left: auto;
	width: 140px;
	margin-right: 0;
}

.main-nav-inner.is-flex .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}

.main-nav-inner.is-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 18px 65px;
}

.main-nav-inner.is-flex .site-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-nav-inner.is-flex #main-nav-container > ul > li {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.05em;
}

.header-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 31px;
}

.header-buttons .btn,
.header-buttons .btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.header-buttons .btn {
	max-width: 166px;
	height: 58px;
	padding: 22px 30px;
	white-space: normal;
}

.header-buttons .btn:not(:last-child) { margin-right: 16px; }

.header-buttons .btn-icon {
	margin-left: 16px;
	color: #F9CE0C;
}

.header-buttons .btn-icon svg {
	display: block;
	margin-right: 8px;
}

.header-buttons .btn-icon path { fill: #F9CE0C; }

.btn-text { display: block; }
.btn-short-name { display: none; }

@media ( min-width: 1100px ) {
	.main-nav-inner.is-flex #main-nav-container {
		margin: 0;
		margin-right: 31px;
	}

	.main-nav-inner.is-flex #main-nav-container > ul > li {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0;
	}
	.main-nav-inner.is-flex #main-nav-container > ul > li:not(:last-child) { margin-right: 31px !important; }

	.hero-standalone-button__icon.is-handheld { display: none; }
}

@media ( max-width: 1799px ) and ( min-width: 1100px ) {
	.main-nav-inner.is-flex {
		padding-left: 32px;
		padding-right: 32px;
	}

	.main-nav-inner.is-flex #main-nav-container > ul > li,
	.header-buttons .btn,
	.header-buttons .btn-icon {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.04em;
	}

	.header-buttons .btn {
		max-width: 150px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.header-buttons .btn-icon { margin-left: 0; }

	.header-buttons .btn-icon .btn-text { display: none; }
	.header-buttons .btn-icon .btn-short-name { display: block; }

	.main-nav-inner.is-flex #main-nav-container,
	.header-buttons { margin-right: 24px; }

	.main-nav-inner.is-flex #main-nav-container>ul>li:not(:last-child) { margin-right: 24px !important; }
}

@media ( max-width: 1400px ) and ( min-width: 1100px ) {
	.main-nav-inner.is-flex #main-nav-container>ul>li:not(:last-child) { margin-right: 16px !important; }
}

@media ( max-width: 1099px ) {
	.main-nav-inner.is-flex { padding: 16px 32px; }

	.header-buttons .btn {
		max-width: 150px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.main-nav-inner.is-flex [for=burger] {
		margin-top: 0;
		margin-right: 0;
		width: 21px;
		height: 17px;
		padding: 0;
	}

	.hero.is-new .hero-icon {
		margin-left: 20px;
		margin-right: 20px;
	}

	.hero-standalone-button {
		position: fixed;
		top: 37%;
		right: 0px;
		transform: none;
		min-width: 0;
		padding: 12px;
	}

	.hero-standalone-button__icon {
		display: block;
		width: 23px;
		margin-bottom: 8px;
	}
	.hero-standalone-button__icon:nth-child(2) { margin-bottom: 0; }

	.hero-standalone-button__icon img { display: block; }

	.hero-standalone-button__label { display: none; }
}

@media ( max-width: 1099px ) and ( min-width: 768px ) {
	.header-buttons .btn-icon .btn-text { display: none; }
	.header-buttons .btn-icon .btn-short-name { display: block; }

	.hero-additional-icon:not(:last-child):not(:nth-child(3n))::before {
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
	}

	.hero__additional-icons-row:not(:last-child) .hero-additional-icon::after,
	.hero__additional-icons-row:last-child .hero-additional-icon:not(:nth-last-child(-n+3))::after {
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
	}
}

@media ( min-width: 768px ) {
	.main-nav-inner.is-flex.is-additional { display: none !important; }
}

@media ( max-width: 767px ) {
	.main-nav-inner.is-flex {
		padding-left: 12px;
		padding-right: 12px;
		justify-content: space-between;
	}

	.main-nav-inner.is-flex .logo {
		top: 0;
		width: 74px;
		height: 47px;
		margin-left: 0;
	}

	.main-nav-inner.is-flex .site-logo { margin-right: 24px; }

	/* .main-nav-inner.is-flex .site-menu { flex: 1; } */

	.header-buttons { margin-right: 26px; }

	.header-buttons .btn-primary {
		color: #010101;
		background-color: #f9ce0c;
	}

	.header-buttons .btn:not(:nth-child(1)) { display: none; }
	.header-buttons .btn {
		height: auto;
		padding: 16px;
	}
	.header-buttons .btn:not(:last-child) { margin-right: 26px; }

	.header-buttons .btn-icon { margin-left: 0; }

	.header-buttons .btn-icon .btn-text { display: none; }

	.header-buttons .btn-icon .btn-short-name { display: block; }

	.main-nav-inner.is-flex [for=burger] { margin-left: auto; }

	.main-nav-inner.is-flex.is-additional {
		padding-top: 0;
		padding-bottom: 0;
		transition: opacity .2s;
		pointer-events: none;
		opacity: 0;
	}

	body.atTop .main-nav-inner.is-flex.is-additional { opacity: 1; pointer-events: auto; }

	.main-nav-inner.is-flex.is-additional .btn {
		width: 100%;
		margin: 0;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.hero__title,
	.hero__additional-title {
		font-size: 26px;
		line-height: 31px;
		letter-spacing: 0;
	}

	.hero.is-new .hero-icon {
		width: calc(50% - 16px);
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 24px;
	}
	.hero.is-new .hero-icon:nth-child(3) { min-width: 112px; }
	.hero.is-new .hero-icon:nth-child(4) { min-width: 132px; }

	.hero.is-new .hero-icon__label {
		font-size: 14px;
		line-height: 17px;
	}

	.hero.is-new .hero__text { margin-bottom: 23px; }

	.hero.is-new .hero-icon__image-wrap { margin-bottom: 16px; }

	.hero.is-new .hero__icons {
		margin-left: 0;
		margin-right: 0;
		padding-left: 8px;
		padding-right: 8px;
	}

	.hero__icons:not(:last-child) { margin-bottom: 8px; }

	.hero__additional-sub-title { margin-top: 12px; }

	.hero__additional-icons { margin-top: 32px; }

	.hero-additional-icon {
		width: 50%;
		padding: 19px 19px 23px;
	}

	.hero-additional-icon:not(:last-child):not(:nth-child(2n))::before {
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
	}

	.hero__additional-icons-row:not(:last-child) .hero-additional-icon::after,
	.hero__additional-icons-row:last-child .hero-additional-icon:not(:nth-last-child(-n+2))::after {
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
	}

	.hero-additional-icon__image-wrap { margin-bottom: 10px; }

	.hero-additional-icon__image-wrap img { transform: scale(0.73); }

	.hero-additional-icon__label {
		font-size: 12px;
		line-height: 14px;
	}
}

@media ( max-width: 1400px ) and ( min-width: 1100px ) {
	.hero.is-new { padding-top: 120px; }

	.hero.is-new .hero__text {
		max-width: 700px;
		margin-bottom: 32px;
	}

	.hero.is-new  .hero-icon__image-wrap,
	.hero.is-new  .hero-icon__image { height: 42px; }
	.hero.is-new  .hero-icon__image-wrap { margin-bottom: 16px; }

	.hero__title {
		font-size: 44px;
		line-height: 50px;
	}

	.hero__icons:not(:last-child) { margin-bottom: 40px; }

	.hero__additional-title,
	.hero__additional-text-content {
		font-size: 32px;
		line-height: 38px;
	}

	.hero__additional-sub-title {
		font-size: 18px;
		line-height: 26px;
	}

	.hero__additional-icons { margin-top: 42px; }
}