@charset "UTF-8";
/*
Theme Name: Alex Mokhov
Theme URI: 
Author: Deme
Description: Alex Mokhov.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/* latin */
@font-face {
  font-family: 'Brandon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/font.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body .navbar-expand-md .navbar-nav .nav-link {
	margin-left: 60px;
}

#menu-main-menu {
	padding-left: 53px;
	padding-right: 9px;
}
#bs-example-navbar-collapse-1 {
	/* background-color: black !important; */
}

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

body .fancybox-container {
	z-index: 9999999999999;
}

body {
	padding-top: 100px;
}

.animated-start {
	background: #000;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 99999999999;
	
}

.page-template-contact_template .contact-us-bubble {
	display: none;
}

.form-request.fancybox-content .row > div {
	margin-bottom: 10px;
}

.form-title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
}

.form-request.fancybox-content {
	background-color: #000;
	max-width: 450px;
}

.gallery-filter.fixed-filter {
	display: flex;
	position: fixed;
	bottom: -3px;
	transition: all 0.5s;
	width: 100%;
	z-index: 99;
	background-color: #000;
	padding: 10px 0;
	
}

.contact-us-bubble {
	position: fixed;
	right: 20px;
	bottom: 70px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}


.gallery-num {
	position: absolute;
    right: 40px;
    top: 29px;
    font-size: 12px;
    color: #000;
    z-index: 99;
}

.icon-wrapper {
	position: absolute;
    top: 26px;
    right: 30px;
    z-index: 10;
}

.warning-message {
	min-height: 50vh;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 3vw;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 0.2vw;
}

ul.fly-in-text  {
	padding: 0 !important;
}

.footer-logo-subtext {
	text-transform: uppercase;
    left: 50%;
    top: 60%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    letter-spacing: 10px;
}

.footer-logo-subtext.hidden {
	top: 70%;
}



.fancybox-button--close {
	font-size: 0;
}

.container_small img {
	max-width: 100%;
	height: auto;
}

.video-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

.video-wrapper video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	max-width: 100%;
	/* padding: 25px; */
}

.video-wrapper:not(.video-background):after {
	content: url(/wp-content/themes/mokhov/img/youtube-play.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 10;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 5;
}

.fly-in-text {
    list-style: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
		
.fly-in-text li {
    display: inline-block;
    margin-right: 50px;
    font-weight: 300;
    font-size: 5vw;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease;
}

.fly-in-text li:last-child {
    margin-right: 0;
}

.fly-in-text.hidden li, .footer-logo-subtext.hidden {
    opacity: 0;
}

.footer-logo-subtext, .footer-logo-subtext.hidden {
	transition: all 5s;
}

.fly-in-text.hidden li:nth-child(1) { -webkit-transform: translateX(-200px) translateY(50px); -ms-transform: translateX(-200px) translateY(50px); transform: translateX(-200px) translateY(50px); }
.fly-in-text.hidden li:nth-child(2) { -webkit-transform: translateX(-150px) translateY(50px); -ms-transform: translateX(-150px) translateY(50px); transform: translateX(-150px) translateY(50px); }
.fly-in-text.hidden li:nth-child(3) { -webkit-transform: translateX(-70px) translateY(50px); -ms-transform: translateX(-70px) translateY(50px); transform: translateX(-70px) translateY(50px); }
.fly-in-text.hidden li:nth-child(4) { -webkit-transform: translateX(70px) translateY(50px); -ms-transform: translateX(70px) translateY(50px); transform: translateX(70px) translateY(50px); }
.fly-in-text.hidden li:nth-child(5) { -webkit-transform: translateX(150px) translateY(50px); -ms-transform: translateX(150px) translateY(50px); transform: translateX(150px) translateY(50px); }
.fly-in-text.hidden li:nth-child(6) { -webkit-transform: translateX(200px) translateY(50px); -ms-transform: translateX(200px) translateY(50px); transform: translateX(200px) translateY(50px); }


#socials {
	padding-top: 0;
}


#name_field {
	
	margin-left: 0px;
}

.navbar-brand, .navbar-toggler {
	z-index: 10;
	
}


.navbar-toggler {
	border: 0 !important;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}
.f_name, .l_name {
	display: inline-block;
    width: 50%;
    float: left;
}
	
#contact_us {
	min-width: 680px;
}

body .navbar-expand-md > .container {
	padding: 0 20px;
}

.menu-item .nav-link {
	padding-left: 20px;
	font-family: Brandon;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff !important;
    line-height: 1em;
}

.menu-item.current-menu-item .nav-link, .menu-item .nav-link:hover {
	opacity: 0.6;
}

h2 {
	font-size: 1.0416666666666667vw;
	line-height: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
}

body .btn-outline-secondary {
	color: #fff;
	border-color: #fff;
}

.navbar-brand .textlogo {
	color: #fff;
    text-decoration: none;   

    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 1em;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.sublogo-text {
	color: #fff;
	text-transform: uppercase;
}

.col-md-6 .social_icons {
	margin-right: -15px;
}
#socials li {
	display: inline-block;
	list-style-type: none;
}
#menu-social_icons li{
	display: inline-block;
}
#menu-social_icons {
	display: inline-block;
	padding: 0px;	
	list-style-type: none;
	margin: 0px;
}

.social_icons a  {
padding-left: 1px !important;
font-size: 18px;
padding-right: 10px;
}
.mail a.nav-link:before{
	
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.instagram a.nav-link:before {
	content: "\f16d";
	font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.pinterest a.nav-link:before {
	content: "\f0d2";
	font-family: 'Font Awesome 5 Brands';

}
.linkedin a.nav-link:before {
	content:  "\f08c";
	font-family: 'Font Awesome 5 Brands';

}

body {
	font-family: 'Brandon', sans-serif !important;
	color: #fff !important;
}
.linkedin .nav-link {
	padding-right: 0px;
}
#menu-social_icons .nav-link {
	color: #222;
}
.nav-link {
	text-transform: uppercase !important;
	font-size: 14px;
}
#fancybox-close {
	background: none !important;
}

#fancybox-close:before{
	width: 22px;
    line-height: 22px;
	font-family: Arial,Helvetica,sans-serif !important;
	font-weight: 900;
	position: absolute;
	top: 40px;
	right: 40px;
	content: "×";
	font-size: 22px;
	font-family: sans-serif;
	color: black;
}
input[name=your-name]:focus,
input[name=last-name]:focus,
textarea[name=your-message]:focus,
input[name=your-subject]:focus,
input[type=email]:focus,
input[type=tel]:focus{
	outline: none !important;
	background-color: white !important;
}
.page-template-about_template .form_names {
	margin-top: 18px;
	margin-bottom: 3px;
	font-size: 14px;
}

#name_field {
	margin-left: 0px;
	
}
.page-template-about_template input[name=last-name],.page-template-about_template input[name=your-name] {
	width: 94%;
	padding: 12px;
	font-size: 12px;
	margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
}
.page-template-about_template textarea[name=your-message],
.page-template-about_template input[name=your-subject],
.page-template-about_template input[type=email],
.page-template-about_template input[type=tel] {
	width: 97%;
	padding: 12px;
	font-size: 12px;
	margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
}
.page-template-about_template textarea[name=your-message] {
	height: 120px;
}

.page-template-about_template .wpcf7-form {
	padding: 40px;
}
.page-template-about_template .row .name_field {
	max-width: 600px !important;
}
.hellow_text {
	font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 28px;
    color: #333;
}

input, label, textarea {
	width: 100%;
	padding: 12px;
	font-size: 14px;
}

@media (max-width:768px){
}

.form_conact_us input[name=last-name],.form_conact_us input[name=your-name] {

	padding: 12px;
	font-size: 14px;
}
.row .name_field{
	margin-left: 0px !important;
}

.form_conact_us textarea[name=your-message], .form_conact_us input[name=your-subject], .form_conact_us input[type=email] {
	padding: 12px;
	width: 100%;
	border: 1px solid #ccc;
}
.form_conact_us textarea[name=your-message] {
	height: 112px;
}
input[type=submit]:hover {
	background-color: #5e5e5e;
	color: #fff;
}

#fancybox-content input[type=submit] {
	color: #000;
	border-color: #000;
}

input[type=submit] {
	margin-top: 32px;
	background-color: transparent;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    text-transform: uppercase;
    border-color: #fff;
    width: auto;
    height: auto;
    padding: 0.7em 2.5em;
    text-align: center;
	letter-spacing: .05em;
    cursor: pointer;
    font-size: 14px;   
}
.form_conact_us {
	margin-bottom: 200px;
}
 

.form_conact_us .form_names {
	margin-top: 32px;
	margin-bottom: 6px;
}
body {
	background-color: #000 !important;
}

.page-template-about_template #socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;

}

#first_of_all {
	margin-left: -10px;
}
.pre_form {
	font-family: Brandon;
    font-size: 19px;
    line-height: 1.25em;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #787878;
    padding-bottom: 5px;
    padding-top: 60px;
}

.row h2 {
	font-size: 26px;
	padding-bottom: 73px;
}

.actions {
	margin: 60px 0;
}
p a {
	color: #787878;
	
} 
p a:hover {
	color: #fff;
	opacity: 0.6;
}

.social_icons a:hover {
	color: #787878;
}
.social_icons {
	font-size: 22px;
}
.mail_ico {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 82px;
	background: url(/wp-content/themes/mokhov/img/envelope-regular.svg);
	background-size: 100px 82px;
}

button, html [type="button"] {
	text-transform: uppercase;
	border-radius: 0;
	font-size: 14px;
	padding: 0.7em 2.5em;
}
.mdb-lightbox button[type="button"]:hover {
	color: #fff;
	opacity: 0.6;
}


.mdb-lightbox button[type="button"].active {
	-webkit-box-shadow: none ;
	        box-shadow: none ;
	color: #fff;
	opacity: 0.6;
}
.mdb-lightbox button[type="button"] {
	color: #fff;
	background: transparent;
	letter-spacing: 2px;
}

.mdb-lightbox button[type="button"]:first-of-type {
	padding-left: 0;
}

.mdb-lightbox button[type="button"]:last-of-type {
	padding-right: 0;
}

.container_small p {
	text-align: justify;
	text-justify: inter-word;
}

.container.container_small {
	max-width: 480px;
	margin-left: auto;
    margin-right: auto;
}
#navbar {
	padding: 8px 0px !important;
}

.container-head.container, body .container {
	max-width: inherit;
}

 .container-theme.container, .container-head.container {
	 
	margin-bottom: 1vw;
    padding-right: 5px;
    padding-left: 5px;
}

/*
body .row {
	margin: 0;
}
*/

.gallery {
	/* margin-left: 15px; */
	/* margin-right: 15px; */
}

.navbar-toggler {
	float: right;
}

.navbar-brand {
	position: relative;
}

body .navbar-toggler {
	padding: 0px 0px 12px 0px;
	
}

.container-head .container{
	margin-top: 1.5vw;
	margin-bottom: 3vw;
	width: 100%;
	padding-right: 4.5vw;
    padding-left: 4.5vw;
}
.img-fluid {
	padding-bottom: 35px;
}

body .tos-close span:after, body  .tos-close span:before {
	width: 10px;
    height: 10px;
}

.gallery {
	
/*
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	        column-gap: 50px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33.3%;
	-moz-column-width: 33.3%;
	column-width: 33.3%; }
	.gallery .pics {
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease; }
	.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
*/

}

.pics {
	width: 33%;
}

.pics img {
	width: 100%;
	height: auto;
	padding: 5px;
}

a:focus {
	outline: none !important;
}

.hover-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 2s;
}

.img-wrapper {
	position: relative;
	display: block;
}

.img-wrapper:hover .hover-img {
	opacity: 1 !important;
	transition: all 2s;
} 


@media (min-width: 1000px) and (max-width: 1200px) {

}


@media (min-width: 768px) and (max-width: 1000px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .pics {
		width: 50%;
	}
	
	.pics img {
		padding: 25px;
	}
}

@media (max-width: 991px) {
	
	.pics img {
		margin-bottom: 5px;
	}
	body .navbar-toggler {
		padding: 0px 0px 0px 0px;
	}
	
	.fixed-top {
		background-color: #000;
	}
	.gallery {
/*
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	column-width: 50%;
*/
	}

}
@media (max-width: 605px) {
	.mdb-lightbox button[type="button"] {
		padding: 0.7em 1em;
	}
}
@media (max-width: 450px) {
	
}

@media (max-width: 400px) {
	.btn.filter {
	padding-left: 1.1rem;
	padding-right: 1.1rem;
	}
}

@media (max-width: 767px) {
	
	.mdb-lightbox {
		width: 100%;
	}
	
	.gallery {
		margin-left: 0;
		margin-right: 0;
	}
	
	.buttons-col {
		margin-bottom: 20px;
	}
	
	.footer-logo-subtext {
		top: 51%;
	}
	
	.mdb-lightbox button[type="button"] {
		letter-spacing: normal;
	}
	
	.video-wrapper video {
		padding: 0;
	}
	
	.warning-message {
		min-height: 20vh;
		font-size: 4vw;
	}
	
	.pics {
		width: 100%;
	}
	
	.pics img {
		padding: 0;
	}
	
	.navbar-brand .textlogo {
		font-size: 25px;
	}
	
	.fly-in-text { 
		top: 45%;
	}
	
	#menu-main-menu .nav-link {
		font-size: 24px;
	    margin-bottom: 20px;
	}
	
	#first_name{
		margin-bottom: 12px;
	}
	#contact_us {
		min-width: inherit;
	}
	
	.page-template-about_template .wpcf7-form {
		padding: 0;
	}
	
	
	
	body .tos-wrapper.tos-fixed {
		z-index: 9999999;
	}
	
	.navbar-collapse {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 5;
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		padding-top: 100px;
	}
	
	header {
		position: relative;
		z-index: 99999;
	}
	
	.fly-in-text li {
		margin-right: 30px;
		font-size: 40px;
	}
}