@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
.print-logo {display: none}
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.back-to-top {
  display: none;
  padding-top: 12px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 22px;
  color: #b0b0b0;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #e8e8e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 700;
}
* {
  margin: 0;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p, .section-white {
  font-size: 18px;
  line-height:28px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 1px;
}
p {
  margin: 0 0 40px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 20px;
}
li {
  font-size: 20px;
  line-height: 34px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 1px;
}
td, th {
  font-size: 20px;
  line-height: 1.7em;
  color: #000000;
  font-weight: 400;
  letter-spacing: 1px;
}
a {
  color: #ff0000;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover, a:focus {
  color: #AB0000;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
  font-size: 40px;
  line-height: 1.25em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 6px;
  margin: 40px 0;
}
h1>span {
  display: block;
  font-size: 83%;
  line-height: 1em;
  font-weight: 200;
}
h2 {
  font-size: 30px;
  line-height: 1.25em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
  margin: 40px 0;
}
h2>span {
  display: block;
  font-size: 76%;
  line-height: 1em;
  font-weight: 200;
}
h3 {
  font-size: 25px;
  line-height: 1.25em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 40px 0;
}
h4 {
  font-size: 16px;
  line-height: 1.25em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 40px 0;
}
/* Blog Default titles */
.events-page .media-module .right .title {
  font-size: 30px;
  line-height: 1.25em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
  padding: 8px 0 0;
  margin: 0;
}
.news-right-column h2,
.news-right-column h3 {
  font-size: 25px;
  line-height: 1.25em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 40px 0;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.btns-top {
  position: absolute;
  right: 0;
}
.btns-top .btn-layout.login {
  background-color: #a99e94;
  border-color: #a99e94;
  margin-right: 10px;
}
.btns-top .btn-layout.login:hover {
  background-color: #82766C;
  border-color: #82766C;
}
.btns-top .btn-layout.catalog {
  background-color: #ff7900;
  border-color: #ff7900;
}
.btns-top .btn-layout.catalog:hover {
  background-color: #B35500;
  border-color: #B35500;
}
.menu {
  display: block;
  position: fixed;
  z-index: 23;
  top: -50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  padding: 30px 35px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu.ready {
  top: 0;
  opacity: 1;
}
.menu.actived {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 18px 15px;
}
.menu.behaved {
	background-color: rgba(0, 0, 0, 0);
  border: none;
}
.customize-support .menu {
  top: 32px;
}
.menu > div .navigation {
  color: #fff;
  font-size: 2.6em;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: .7em;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
  text-decoration: none;
  float: right;
  margin: 35px 0;
  margin-right: 10px;
  -webkit-transition: margin-top .3s ease;
  -moz-transition: margin-top .3s ease;
  -ms-transition: margin-top .3s ease;
  -o-transition: margin-top .3s ease;
  transition: margin-top .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.behaved > div .navigation {
  color: #fff;
}
.menu.actived > div .navigation {
  margin: 29px 0;
  margin-right: 10px;
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
}
.menu > div a > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2) {
  top: 7px;
}
.menu > div a > span:nth-child(3) {
  top: 14px;
}
.menu > div a:hover > span:first-child {
  top: -3px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 17px;
}
.menu > div a.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  display: block;
  float: left;
  max-width: 330px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.actived .logo-nav {
    max-width: 160px;
}
.menu.behaved .logo-nav {
  position: absolute;
  top: -200%;
  opacity: 0;
}
.menu div > ul > li ul {
  display: none;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 5;
  padding: 10px 0;
  width: 210px;
  margin-top: 0 !important;
}
.menu div > ul >:last-child li > ul {
  left: auto;
  right: 0;
}
.menu div > ul > li > ul > li > ul {
  left: 100%;
  top: 0;
}
.menu div > ul > li > ul li {
  position: relative;
  padding: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  text-shadow: none;
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 8px 10px;
  color: #525252;
}
.menu div > ul > li > ul > li a:focus {
 color: #000;
 text-decoration: none;
}
.menu div > ul > li > ul > li a:hover,
.menu div > ul > li.current-menu-ancestor > ul > li.current-menu-item a {
  color: #cc2630;
  background-color: #ECECEC;
}
.menu ul.main-menu {
  float: right;
  padding: 0;
  margin: 62px 0 0;
  -webkit-transition: margin .3s ease;
  -moz-transition: margin .3s ease;
  -ms-transition: margin .3s ease;
  -o-transition: margin .3s ease;
  transition: margin .3s ease;
}
.menu.actived ul.main-menu {
  margin: 29px 0;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu div > ul > li {
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.menu div > ul > li.list-inline-item:not(:last-child) {
  margin-right: 20px;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li > a,
.menu div > ul > li > a:focus {
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.menu div > ul > li > a:hover,
.menu div > ul > li.current-menu-item > a,
.menu div > ul > li.current-menu-ancestor > a {
  color: #DDDDDD;
  text-decoration: none;
}

.arrow-box {
  position: relative;
}
.arrow-box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.navigation-overlay, .products-dropdown {
  display: none;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 125px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
}
.products-dropdown .container {
  background-color: #fff;
}
.products-dropdown .image-holder .content .title {
  font-size: 15px;
}
.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
  text-align: center;
}
.navigation-overlay > ul > li > a {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 20px 0;
  text-transform: uppercase;
  -webkit-transition: border-bottom .4s ease;
  -moz-transition: border-bottom .4s ease;
  -ms-transition: border-bottom .4s ease;
  -o-transition: border-bottom .4s ease;
  transition: border-bottom .4s ease;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay > ul > li ul {
  background-color: rgba(80, 80, 80, 0.7);
  display: none;
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  color: #fff;
  padding: 7px 0;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay > ul > li > ul .fal  {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.navigation-overlay .social-nav {
	position: relative;
	margin-top: 20px;
	text-align: center;
	padding: 0 15px;
}
.navigation-overlay .social-nav li {}
.navigation-overlay .social-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay .btns-top {
	display: block;
	margin: 0;
	position: relative;
}
.navigation-overlay .btns-top a {
	display: block;
	padding: 10px;
	margin: 0 15px 15px!important;
}
body.behaved {
  overflow: hidden;
  background-color: #fff;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.page.behaved {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 1400px) {
	.menu .logo-nav {max-width: 280px}
	.menu.actived .logo-nav {max-width: 130px;}
	.menu {padding: 20px 15px;}
	.menu ul.main-menu {margin: 45px 0;}
	.menu.actived ul.main-menu {margin: 22px 0;}
	.menu div > ul > li {font-size: 16px;}
	.menu div > ul > li.list-inline-item:not(:last-child) {
		margin-right: 12px;
	}
	.menu div > ul > li > ul > li {font-size: 14px;}
	.btns-top .btn-layout {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 1200px) {
	.menu .logo-nav {max-width: 200px}
}
@media screen and (min-width: 991px) {
  /*============== TOP ================*/
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }
  .page {
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
  }
}
@media screen and (max-width: 991px) {
  /*============== TOP ================*/
  .menu .btns-top .btn-layout {display: none}
  body.actived {
    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    height: auto;
    position: fixed;
    top: 0;
    margin: 0;
	padding: 15px;
  }
  .menu.actived {padding: 6px 15px}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  }
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  .menu div > a > .txt {
    display: none;
  }
  .navigation-overlay > ul > li > a {
    font-size: 20px;
    margin-top: 0;
    margin: 16px 0;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 16px;
  }
  .menu.actived > div .navigation {
    margin: 20px 0;
  }
  .menu .logo-nav {max-width: 160px}
  .menu.actived .logo-nav {max-width: 100px;}
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}

/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  padding-top: 280px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.34);
}
.banner-top > .container {
  position: relative;
  z-index: 3;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-top.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.banner-top > .container h1 {
  display: block;
  text-align: center;
  color: #fff;
  /* text-shadow: 0 0 28px rgba(0, 0, 0, 0.63); 
  -webkit-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -moz-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -o-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63); */
}
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 180%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-top .search-wrapper {
  position: relative;
  display: block;
  max-width: 680px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  margin-top: -126px;
  margin-left: -340px;
  padding: 0 15px;
  top: 40px;
}
@media screen and (max-width: 991px) {
  .banner-top > .container h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    padding-top: 180px;
    padding-bottom: 10px;
  }
  .banner-top > .container h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  .banner-top {
    padding-top: 160px;
  }
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  background-color: #fff;
  width: 100%;
  padding: 40px 0;
}
.section-white > .container {
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-white.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.event-date {
    font-style: italic;
    display: block;
    color: #00163c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
