.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #f4f4f4;
	-webkit-backface-visibility: hidden;
	background:#fff;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index:100000;
	font-family: 'din-regular-webfont1_wt';
}
.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 100px 0px 0px 0px;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}
.bt-overlay {
	position: absolute;
	width: 100%;
}
.bt-menu-open .bt-overlay {
	height: 100%;
}
.bt-menu-trigger {
	position: fixed;
	top: 14px;
	left: 26%;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
!important;
}
.bt-menu-trigger1 {
	position: fixed;
	top: 14px;
	right: 26%;
	z-index: 100;
	display: block;
	width: auto;
	height: auto;
	cursor: pointer !important;
}
.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 8%;
	cursor:pointer;
	background-color: #000;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.bt-menu-trigger span:before, .bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	cursor:pointer;
}
.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}
.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}
.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(-300%);
	transform: translateY(-300%);
}
.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(300%);
	transform: translateY(300%);
}
.bt-menu ul {
	position: fixed;
	left: 28.5%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bt-menu ul:first-of-type {
	top: 25px;
	left:200px;
}
 .bt-menu ul:nth-of-type(2) {
 right: 0;
 bottom: 0;
}
.bt-menu ul li, .bt-menu ul li a {
	display: inline-block;
}
 .bt-menu ul:nth-of-type(2) li {
 float: left;
 font-size: 0px;
}
.bt-menu ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}
 .bt-menu.bt-menu-open ul:first-of-type li, .bt-menu.bt-menu-open ul:nth-of-type(2) li {
 visibility: visible;
 opacity: 1;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
 transition: transform 0.3s, opacity 0.3s;
}
/* First menu */
.bt-menu ul:first-of-type li {
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid transparent;
 transition:border-color .3s linear;
 -o-transition:border-color .3s linear;
 -moz-transition:border-color .3s linear;
 -webkit-transition:border-color .3s linear;
/*-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);*/
}
.bt-menu.bt-menu-open ul:first-of-type li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Second menu */
.bt-menu ul:nth-of-type(2) li {
 width: 60px;
 height: 50px;
 line-height: 50px;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 .bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child {
 -webkit-transition-delay: 0.1s;
 transition-delay: 0.1s;
}
 .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) {
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
 .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) {
 -webkit-transition-delay: 0.3s;
 transition-delay: 0.3s;
}
 .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
 -webkit-transition-delay: 0.4s;
 transition-delay: 0.4s;
}
 .bt-menu.bt-menu-open ul:nth-of-type(2) li {
 -webkit-transform: scale(1);
 transform: scale(1);
}
.bt-menu ul li a {
	display: block;
	outline: none;
	text-decoration: none;
	font-family: 'din-regular-webfont1_wt';
}
.bt-menu ul:first-of-type li a {
	padding: 0 20px;
	font-family: 'din-regular-webfont1_wt';
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
 .bt-menu ul:nth-of-type(2) li a {
 color: transparent;
 text-align: center;
 font-size: 0px;
}
.bt-menu ul li a:before {
	color: #fff;
	font-size: 24px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.bt-menu ul:first-of-type li a:hover, .bt-menu ul:first-of-type li a:focus, .bt-menu ul li a:hover:before, .bt-menu ul li a:focus:before {
	color:#000;
}
/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}
 .cl-effect-3 li a::after {
 position: absolute;
 top: 90%;
 left: 10px;
 width: 60%;
 height: 4px;
 background: #ccc;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
 .cl-effect-3 a:hover::after, .cl-effect-3 a:focus::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}



/*========================================================================================
==========================================MEDIA QUERIES===================================
============================================================================================*/
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
.bt-menu-trigger {
 left: 26%;
}
.bt-menu-trigger1 {
 right: 27.5%;
}
 .bt-menu ul:first-of-type {
 left:850px;
}
}
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
 .bt-menu-trigger {
 left: 19%;
}
.bt-menu-trigger1 {
 right: 21%;
}
.bt-menu ul:first-of-type {
 left:600px;
}
}
@media only screen and (min-width: 1601px) and (max-width: 1680px) {
 .bt-menu-trigger {
 left: 6%;
}
.bt-menu-trigger1 {
 right: 6%;
}
.bt-menu ul:first-of-type {
 left:600px;
}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
 .bt-menu-trigger {
 left: 12%;
}
.bt-menu-trigger1 {
 right: 13%;
}
.bt-menu ul:first-of-type {
 left:400px;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1440px) {
 .bt-menu-trigger {
 left: 8.6%;
}
.bt-menu-trigger1 {
 right: 8.6%;
}
.bt-menu ul:first-of-type {
 left:400px;
}
}
@media only screen and (min-width: 1251px) and (max-width: 1400px) {
 .bt-menu-trigger {
 left: 6.5%;
}
.bt-menu-trigger1 {
 right: 6.5%;
}
.bt-menu ul:first-of-type {
 left:350px;
}
}
 @media only screen and (min-width: 960px) and (max-width: 1250px) {
 .bt-menu-trigger {
 left: 6%;
}
.bt-menu-trigger1 {
 right: 10%;
}
 .bt-menu ul:first-of-type {
 left:150px;
}
.bt-menu ul:first-of-type li {
 width: 140px;
}
.bt-menu ul:first-child li {
 width: 130px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 .bt-menu-trigger {
 left: 26%;
}
.bt-menu-trigger1 {
 right: 26%;
}
}
 @media only screen and (min-width: 481px) and (max-width: 767px) {
 .bt-menu-trigger {
 left: 26%;
}
.bt-menu-trigger1 {
 right: 26%;
}
}
 @media only screen and (max-width: 480px) {
 .bt-menu-trigger {
 left: 26%;
}
.bt-menu-trigger1 {
 right: 26%;
}
.bt-menu ul:first-of-type li {
 width: 100px;
}
.bt-menu-trigger {
display:none;
}
.bt-menu-trigger1 {
display:none;
}
}
/*======================================================MOBILE NAVIGATION================================================== */

.mobile-nav {
	width:100%;
	height:auto;
}
.mobile-nav li {
	list-style:none;
	padding-top:20px;
	font-family: 'din-regular-webfont1_wt';

}
/*======================================================CONTACT US FORM================================================== */


.cbp-mc-form {
	position: relative;
	padding-left:50px;
}
.cbp-mc-form:before, .cbp-mc-form:after {
	content: " ";
	display: table;
}
.cbp-mc-form:after {
	clear: both;
}
.cbp-mc-column {
	width: 33%;
	padding: 10px 30px;
	float: left;
}
.cbp-mc-form label {
	display: block;
	padding: 40px 0px 10px 0px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	color:#000000;
	width: 500px;
}
.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select {
	font-family: 'din-regular-webfont1_wt';
	line-height: 25px;
	font-size: 18px;
	padding: 5px 10px;
	color: #000000;
	display: block;
	width: 90%;
	background: transparent;
}
.cbp-mc-form input, .cbp-mc-form textarea {
	border: 1px solid #000;
}
.cbp-mc-form textarea {
	min-height: 200px;
}
.cbp-mc-form input:focus, .cbp-mc-form textarea:focus, .cbp-mc-form label:active + input, .cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #000000;
}
.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
 color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #000;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #000;
}
.cbp-mc-submit-wrap {
	text-align: right;
	padding:10px;
	margin-right:-30px;
}
.cbp-mc-form input.cbp-mc-submit {
	background: #000000;
	border: none;
	color: #fff;
	width:auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding:6px 40px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	background: #ccc;
}
 @media only screen and (min-width: 962px) and (max-width: 1250px) {
 .cbp-mc-column {
 width: 50%;
}
 .cbp-mc-column:nth-child(3) {
 width: 100%;
}
 .cbp-mc-form label {
 padding: 30px 0px 10px 0px;
 width: 400px;
}
 .cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select, .cbp-mc-form input.cbp-mc-submit {
 width: 400px;
}
 .cbp-mc-form input.cbp-mc-submit {
 padding:8px 120px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 .cbp-mc-column {
 width: 50%;
}
 .cbp-mc-column:nth-child(3) {
 width: 100%;
}
 .cbp-mc-form label {
 padding: 30px 0px 10px 0px;
 width: 300px;
}
 .cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select, .cbp-mc-form input.cbp-mc-submit {
 width: 300px;
}
 .cbp-mc-form input.cbp-mc-submit {
 padding:8px 72px;
}
}
 @media screen and (max-width: 48em) {
 .cbp-mc-column {
 width: 100%;
 padding: 10px;
}
}
 @media only screen and (max-width: 767px) {
 .cbp-mc-column {
 width: 50%;
}
 .cbp-mc-column:nth-child(3) {
 width: 100%;
}
 .cbp-mc-form label {
 padding: 30px 0px 10px 0px;
 width: 270px;
}
 .cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select, .cbp-mc-form input.cbp-mc-submit {
 width: 270px;
}
 .cbp-mc-form input.cbp-mc-submit {
 padding:8px 60px;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .cbp-mc-column {
 width: 50%;
}
 .cbp-mc-column:nth-child(3) {
 width: 100%;
}
 .cbp-mc-form label {
 padding: 30px 0px 10px 0px;
 width: 200px;
}
 .cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select, .cbp-mc-form input.cbp-mc-submit {
 width: 300px;
}
 .cbp-mc-form input.cbp-mc-submit {
 padding:8px 40px;
}
}




.mobile-menu {
	width:100%;
	height:auto;
	position:fixed;
	display:none;
	z-index:100000;
	background:#000;
}
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
	background:#000;
}
.nav-collapse li {
	width: 100%;
	display: block;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.disable-pointer-events {
	pointer-events: none !important;
}
.nav-toggle {
	-webkit-tap-highlight-color:#000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.logo-mobile {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	font-weight: bold;
	line-height: 55px;
	padding: 0;
	color: #808285;
	float: left;
	margin-top:40px;
	margin-bottom:30px;
	width:240px;
	height:auto;
}
.mask {
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
	background: rgba(0, 0, 0, .5);
	visibility: hidden;
	position: fixed;
	opacity: 0;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.android .mask {
	-webkit-transition: none;
	transition: none;
}
.js-nav-active .mask {
	visibility: visible;
	opacity: 1;
}
.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
.nav-collapse, .nav-collapse * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
}
.nav-collapse li {
	float: none;
	width: 100%;
}
.nav-collapse a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-top: 1px solid #808285;
	text-decoration: none;
	background: #000;
	padding: 0.7em 1em;
	color: #808285;
	width: 100%;
	float: left;
	font-family: 'din-regular-webfont1_wt';
	text-transform:uppercase;
	text-align:center;
}

.nav-collapse ul ul a {
	background: #808285;
	padding-left: 2em;
}
 @font-face {
 font-family: "responsivenav";
 src:url("../icons/responsivenav.eot");
 src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),  url("../icons/responsivenav.ttf") format("truetype"),  url("../icons/responsivenav.woff") format("woff"),  url("../icons/responsivenav.svg#responsivenav") format("svg");
 font-weight: normal;
 font-style: normal;
}
.nav-toggle {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	text-indent: -300px;
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 55px;
	float: right;
}
.nav-toggle:before {
	color: #000; /* Edit this to change the icon color */
	font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
	text-transform: none;
	text-align: center;
	position: fixed;
	content: "\2261"; /* Hamburger icon */
	text-indent: 0;
	speak: none;
	width: 100%;
	right: -130px;
	top: 30px;
}
.nav-toggle.active:before {
	font-size: 24px;
	content: "\78"; /* Close icon */
}
 @media screen and (min-width: 48em) {
 .js .nav-collapse {
 position: relative;
}
 .js .nav-collapse.closed {
 max-height: none;
}
}
 @media screen and (min-width: 48em) {
 .nav-collapse ul ul a {
 display: none;
}
}
 @media screen and (min-width: 48em) {
 .nav-collapse a {
 border-left: 1px solid white;
 padding: 1.02em 2em;
 text-align: center;
 border-top: 0;
 float: left;
 margin: 0;
}
}
 @media screen and (min-width: 48em) {
 .nav-collapse li {
 width: auto;
}
}
 @media screen and (min-width: 48em) {
 .nav-collapse {
 float: right;
 width: auto;
}
}
 @media screen and (min-width: 48em) {
 .mask {
 display: none !important;
 opacity: 0 !important;
}
}
@media only screen and (max-width: 767px) {
 .mobile-menu {
 display:block;
}
.nav-toggle {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-decoration: none;
 text-indent: -300px;
 position: relative;
 overflow: hidden;
 width: 60px;
 height: 55px;
 float: right;
}
 .nav-toggle:before {
 color: #808285; /* Edit this to change the icon color */
 font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
 text-transform: none;
 text-align: center;
 position: fixed;
 content: "\2261"; /* Hamburger icon */
 text-indent: 0;
 speak: none;
 width: 100%;
 right: -130px;
 top: 30px;
}
 .nav-toggle.active:before {
 font-size: 24px;
 content: "\78"; /* Close icon */
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .mobile-menu {
 display:block;
}
 .nav-toggle {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-decoration: none;
 text-indent: -300px;
 position: relative;
 overflow: hidden;
 width: 60px;
 height: 55px;
 float: right;
}
 .nav-toggle:before {
 color: #808285; /* Edit this to change the icon color */
 font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
 text-transform: none;
 text-align: center;
 position: fixed;
 content: "\2261"; /* Hamburger icon */
 text-indent: 0;
 speak: none;
 width: 100%;
 right: -160px;
 top: 30px;
}
 .nav-toggle.active:before {
 font-size: 24px;
 content: "\78"; /* Close icon */
}
}

