@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #e1193c;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto Condensed', sans-serif;
  /*font-family: 'Lora', 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: 16px;
  line-height: 23px;
  color: #191919;
  font-weight: 400;
}
p {
  margin: 0 0 20px;
}
ul, ol {
  margin: 0 0 20px;
}
li {
  font-size: 16px;
  line-height: 23px;
  color: #191919;
  font-weight: 400;
}
td, th {
  font-size: 16px;
  line-height: 23px;
  color: #191919;
  font-weight: 400;
}
a {
  color: #002e7c;
  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: #ff1330;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
  font-size: 32px;
  line-height: 1.25em;
  color: #002e7c;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0;
}
h2 {
  font-size: 26px;
  line-height: 1.25em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0;
}
h3 {
  font-size: 23px;
  line-height: 1.25em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0;
}
h4 {
  font-size: 22px;
  line-height: 1.25em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/	
.menu {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
	background-color: #fff;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition:  all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
}
.menu>.container {
	width: 100%!important;
}
.menu.actived {
	
}
.menu.behaved {
	border: none;
	background-color: transparent;
}
.customize-support .menu {top: 30px;}
.menu .logo-nav {
	display: inline-block;
    max-width: 348px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    background: #fff;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition:  all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	box-shadow: -3px 0 4px rgba(0, 0, 0, 0.55);
}
.menu.actived .logo-nav {
    max-width: 130px;
    padding: 13px 10px 7px;
}
.menu.behaved .logo-nav {
	display: none;
}
.menu .navigation {
	color: #002e7c;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    position: relative;
    padding-left: 21px;
    text-decoration: none;
    float: right;
    margin: 28px 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition:  all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.menu.actived .navigation {
	margin-top: 20px;
}
.menu .navigation:hover,
.menu .navigation:focus {
	text-decoration: none;
}
.menu .navigation .bar {
	position: absolute;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #002e7c;
	
	-webkit-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-moz-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-ms-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-o-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
}
.menu .navigation span:first-child {
	top: 3px;
}
.menu .navigation span:nth-child(2) {
	top: 11px;
}
.menu .navigation span:nth-child(3) {
	top: 19px;
}
.menu .navigation:hover span:first-child {
	top: 0px;
}
.menu .navigation:hover span:nth-child(3) {
	top: 22px;
}
.menu .navigation.behaved span:first-child {
	top: 10px;
	transform: rotate(135deg);
}
.menu .navigation.behaved span:nth-child(2) {
	opacity: 0;
}
.menu .navigation.behaved span:nth-child(3) {
	top: 10px;
	transform: rotate(-135deg);
}
.menu.behaved .navigation {
	color: #fff;
}
.menu.behaved a .bar {
	background-color: #fff;
}

.menu ul.list-inline {
	float: right;
	margin: 0;
	-webkit-transition: margin 100ms linear;
	-moz-transition: margin 100ms linear;
	-ms-transition:  margin 100ms linear;
	-o-transition: margin 100ms linear;
	transition: margin 100ms linear;
}
.menu.actived ul.list-inline {
/*	margin: 10px 0;*/
}
.menu ul.list-inline > li > ul {
	display: none;
	background-color: #fff;
    border-color: #0b1523;
	box-shadow: 0 5px 10px rgba(0,0,0,0.10);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 5px 0;
	width: 220px;
	margin-top: 0!important;
}
.menu ul.list-inline > li > ul > li {
	float: none;
	margin: 0;
    width: auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
}
.menu ul.list-inline > li > ul > li a {
	display: block;
	padding: 4px 10px;
	color: #002f7c;
}
.menu ul.list-inline > li > ul > li a:focus {
	color: #ac0035;
	text-decoration: none;
}
.menu ul.list-inline > li > ul > li a:hover {
	color: #ac0035;
	background-color: #F1F1F1;
}
.menu ul.list-inline li.dad {
	position: relative;
}
.menu ul.list-inline > li {
	position: relative;
    padding: 0 10px;
	margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
}
.menu ul.list-inline > li > a {
	color: #002e7c;
	padding: 45px 0;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
.menu.actived ul.list-inline > li > a {
	padding: 14px 0;
}
.menu ul.list-inline > li > a:hover {
	color: #ff1330;
}/*
.menu.actived ul.list-inline > li > a {
	color: #fff;
}
.menu.actived ul.list-inline > li > a:hover {
	color: #D1D1D1;
}*/

.dropdown-nav {
	display: block;
	position: absolute;
	margin-top: 5px;
	top: 100%;
	left: 5px;
	right: 5px;
	background-color: #022a6f;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
}
.dropdown-nav.actived {
	padding: 2% 3%;
	height: auto;
}
.dropdown-nav ul {
	float: left;
	width: 49%;
    margin: 0;
    margin-right: 1%;
}
.dropdown-nav ul li {
	border-bottom: solid 1px #242525;
	font-size: 14px;
}
.dropdown-nav ul li:last-child {
	border-bottom: none;
}
.dropdown-nav ul li a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 5px;
}
.dropdown-nav ul li a:hover {
    background-color: #011F52;
}
.dropdown-nav .block-item {
	display: block;
	float: left;
	width: 24%;
    padding: 10px 15px;
    margin: 0 .5%;
	background-color: transparent;
}
.dropdown-nav .block-item:hover {
	background-color: #011F52;
}
.dropdown-nav .block-item img {
	display: block;
	width: 100%;
	margin: 15px 0;
}
.dropdown-nav .block-item .block-title {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.dropdown-nav .block-item .block-desc {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #d4e4ff;
}

.navigation-overlay {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(23, 23, 23, 0.95);
	padding-top: 104px;
	padding-bottom: 70px;
	overflow-x: hidden;
	overflow-y: auto;
}
.navigation-overlay > ul {
	opacity: 0;
	margin: 0;
	-webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	
	-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;
	line-height: 1.1em;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: solid 3px transparent;
	
	-webkit-transition: border-bottom 150ms linear;
	-moz-transition: border-bottom 150ms linear;
	-ms-transition: border-bottom 150ms linear;
	-o-transition: border-bottom 150ms linear;
	transition: border-bottom 150ms linear;
}
.navigation-overlay > ul > li > a:focus {
	color: #fff;
	text-decoration: none;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li > a.actived {
	text-decoration: none;
	color: #f1f1f1;
	border-bottom: solid 3px #f1f1f1;
}
.navigation-overlay > ul > li > ul {
	background-color: rgba(0,0,0,0.35);
	display: none;
	padding: 15px 0;
}
.navigation-overlay > ul > li > ul > li {
	padding: 5px 0;
}
.navigation-overlay > ul > li > ul > li a {
	color: #fff;
	font-size: 1.65em;
	text-transform: uppercase;
}
.navigation-overlay > ul > li > ul > li a:focus {
	color: #fff;
	text-decoration: none;
}

body.behaved {
	overflow: hidden;
	background-color: #fff;
}
.page {
    /*background-color: #fff;*/
	position: relative;
	-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: 1300px) {
	.menu ul.list-inline > li {
		padding: 0 4px;
		font-size: 16px;
	}
	.dropdown-nav ul {min-height: 250px;}
	.dropdown-nav ul li a { padding: 16px 10px }
	.dropdown-nav ul li { font-size: 13px; }
	.dropdown-nav .block-item {width: 49%}
	.dropdown-nav .block-item .block-title {font-size: 16px;}
	.dropdown-nav .block-item img {margin: 10px 0}
	.dropdown-nav .block-item .block-desc {
		font-size: 13px;
    	line-height: 26px;
	}
}

@media screen and (max-width: 1200px) {
	.menu .logo-nav {
		max-width: 200px;
	}
	.menu ul.list-inline > li {
		font-size: 16px;
	}
}
@media screen and (min-width: 991px) {
	/*============== TOP ================*/
	.menu .navigation,
	.navigation-overlay {
		display: none !important;
	}
	body.behaved {
		overflow: auto!important;
		background: #131313!important;
	}
	.page.behaved {
		-webkit-transform: scale(1)!important;
		-moz-transform: scale(1)!important;
		-ms-transform: scale(1)!important;
		-o-transform: scale(1)!important;
		transform: scale(1)!important;
	}
}
@media screen and (max-width: 991px) {
	/*============== TOP ================*/
	.menu ul.list-inline {
		display: none;
	}
}
@media screen and (max-width: 850px) {
	
}
@media screen and (max-width: 768px) {
	/*============== TOP ================*/
	.navigation-overlay > ul > li > a {
		font-size: 22px;
	}
	.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: 650px) {
	/*============== TOP NAV ================*/
	.menu .navigation .txt {
		display: none;
	}
	.menu .logo-nav {
		max-width: 140px;
		padding: 15px 15px 12px;
	}
	.menu.actived .logo-nav {
		max-width: 80px;
		padding: 10px 10px 7px;
	}
	.navigation-overlay {
		padding-top: 90px;
	}
	.navigation-overlay > ul > li > a {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.navigation-overlay > ul > li > ul > li a {
		font-size: 12px;
	}
	.menu .navigation {
		margin: 22px 0;
	}
	.menu.actived .navigation {
		margin: 15px 0;
	}
}
@media screen and (max-width: 600px) {
	.customize-support .menu {top: 46px;}
	.customize-support .menu.actived {top: 0;}
}
/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  padding-top: 350px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-position: center;
  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 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.banner-top > .container h1 {
  display: block;
  font-size: 60px;
  color: #fff;
  margin: 0;
  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: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    padding-top: 200px;
  }
  .banner-top > .container h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .banner-top {
    padding-top: 150px;
  }
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  background-color: #fff;
  width: 100%;
  padding: 20px 0 40px;
}
.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 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.event-date {
  font-style: italic;
  display: block;
  color: #4c513f;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
