@font-face { 
	font-family: OpenSans; 
	font-weight: 300; 
	src: url("fonts/OpenSans300.woff"); 
}
@font-face { 
	font-family: OpenSans; 
	font-weight: 500; 
	src: url("fonts/OpenSans500.woff"); 
}
@font-face { 
	font-family: OpenSans; 
	font-weight: 700; 
	src: url("fonts/OpenSans700.woff"); 
}
body, html{ 
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	height: 100%; 
	font-family: 'OpenSans';
	color: #666;
	line-height: 1.75em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
}
body.locked {
    overflow: hidden;
}
body img {
	border: none;
	vertical-align: top;
}
body a, a.visited {
	text-decoration: none;
	border:none;
    outline:none;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
body h1{
	font-family: 'OpenSans';
	font-weight: 700;
	font-size: 2em;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 0.75em 0;
	text-transform: uppercase;
}
body h2{
	font-family: 'OpenSans';
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 0.75em 0;
	text-transform: uppercase;
}
body input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    font-family: 'OpenSans';
    font-size: 0.9em;
    padding: 0 0 0 10px;
    font-weight: 300;
}
body select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    font-family: 'OpenSans';
    font-size: 0.9em;
    padding: 0 0 0 10px;
    font-weight: 300;
}
body input[type="submit"] {
	padding: 0;
	cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
body textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    font-family: 'OpenSans';
    font-size: 0.9em;
    padding: 10px;
    font-weight: 300;
}


.wrapper{
	width: 100%;
	display: table;
}
.container{
	width: 480px;
	display: table;
	margin: 0 auto;
}

.header{
	position: fixed;
	z-index: 1000000;
	background: #FFF;
}
.head-cont{
	padding: 15px 0 15px 0;
}
.logo{
	height: 60px;
	width: 140px;
	background: url('images/logo.png');
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat; 
	display: block;
	float: left;
}
.logo.color{
	filter: brightness(1) invert(0);
}
.head-lf{
	display: inline-block;
	float: right;
}
.lang{
	float: left;
	display: inline-block;
	line-height: 40px;
	margin: 10px 0 10px 0;
	font-size: 0.8em;
	display: none;
}
.lang a{
	color: #666;
}
.lang a:hover{
	color: #ED1B23;
}
.member{
	float: left;
	display: inline-block;
	line-height: 36px;
	height: 40px;
	margin: 10px 20px 10px 20px;
	padding: 0 5px 0 5px;
	text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ED1B23;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.8em;
	border-radius: 3px;
	background: #ED1B23;
	display: none;
}
.member:hover{
	background: #ED1B23;
	border: 2px solid #ED1B23;
}
.menu{
	float: left;
	display: none;
	line-height: 40px;
	margin: 10px 0 10px 0;
	cursor: pointer;
	text-transform: uppercase;
	color: #ED1B23;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
	font-size: 1.25em;
}
.menu i{
	font-size: 1.25em;
	margin: 0 0 0 5px;
}
.menu:hover{
	color: #ED1B23;
}
.header-fixed{
	position: fixed;
	z-index: 1000000;
	background: #FFF;	
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    top: -100px;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
  	display: none;
}
.head-fixed-cont{
	width: 96%;
	padding: 15px 0 15px 0;
	position: relative;
}
.header-fixed .member{
	background: #ED1B23;
	border: 2px solid #ED1B23;
	display: none;
}
.header-fixed .lang{
	color: #666;
	display: none;
}
.header-fixed .lang a{
	color: #666;
}
.head-nav{
	display: inline-block !important;
	position: absolute;
	right: 0; 
	text-align: center;
}
.hn-ul1{
	display: inline-block;
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
}
.hn-li1{
	float: left;
	display: block;
	border-right: 1px solid #CCC;
	position: relative;
}
.hn-a1{
	display: block;
	margin: 0 10px 0 10px;
	line-height: 40px;
	height: 40px;
	color: #333;
	border-bottom: 2px solid #FFF;
	font-size: 0.8em;
}
.hn-a1:hover{
	border-bottom: 2px solid #EC1B23;
}
.hn-ul2{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 22px 0 0 0;
	display: table;
	width: 280px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.hn-li1:hover .hn-ul2{
	opacity: 1;
	visibility: visible;
}
.hn-li2{
	display: block;
	border-bottom: 1px solid #DDD;
}
.hn-a2{
	padding: 10px 15px;	
	display: block;
	background: rgba(255,255,255,0.98);
	color: #333;
	font-size: 0.8em;
}
.hn-a2:hover{
	color: #EC1B23;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidemenu{
	position: fixed;
	z-index: 100000000;
	right: 0;
	width: 420px;
	right: -420px;
	height: 100%;
	background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.sidemenu.active{
	right: 0;
}
.sm-close{
	color: #EB2329;
	text-transform: uppercase;
	text-align: right;
	display: block;
	font-size: 1.25em;
	margin: 0 0 2em 0;
}
.sm-close i{
	font-size: 1.25em;
}
.sm-link{
	display: block;
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: #333;
	font-weight: 700;
}
.sm-link:hover{
	color: #EB2329;
}
.sm-but{
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 30px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	background: #EB2329;
	color: #FFF;
	font-weight: 700;
	margin: 2em 0 0 0;
}
.sidemenu .lang{
	position: absolute;
	bottom: 3%;
	color: #333;
	left: 40px;
	display: block;
	font-size: 1.25em;
}
.sidemenu .lang a{
	color: #333;
}
.layer{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 10000000;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.layer.active{
	opacity: 1;
	visibility: visible;
}

.slider{
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	position: relative;
}
.home-slider{
	width: 100%;
	height: 100%;
}
.flickity-viewport{
	width: 100%;
	height: 100% !important;
}
.home-slide{
	width: 100%;
	height: 100%;
	background-size: cover !important; 
	background-position: center center !important;
}
.home-slide-lay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.home-slide-tag-cont{
	position: relative;
	height: 100%;
}
.home-slide-tag{
	top: 40%;
	text-align: center;
	position: absolute;
	color: #FFF;
	padding: 20px 50px 30px 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
	background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
	background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
}
.hst-tit{
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	display: block;
	line-height: 1.25em;
}
.hst-tex{
	font-weight: 500;
	font-size: 1.25em;
	text-align: center;
	display: block;
	line-height: 1.25em;
}
.home-slider .flickity-prev-next-button{
	background: none !important;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
  	width: 50px;
  	height: 80px;
  	padding: 0;
}
.home-slider .flickity-prev-next-button svg{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home-slider .flickity-prev-next-button .arrow {
    fill: rgba(255,255,255,0.6);
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.home-slider .flickity-prev-next-button .arrow:hover {
    fill: rgba(255,255,255,1);
}
.home-slider .flickity-prev-next-button.previous {
    left: 30px;
}
.home-slider .flickity-prev-next-button.next {
    right: 30px;
}
.scroll-bt{
	position: absolute;
	bottom: 5%;
	text-align: center;
	display: inline-block;
	color: #FFF;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 2.5em;
	animation-name: example;
  	animation-duration: 1.5s;
  	animation-iteration-count: infinite;
}
@keyframes example {
    0%   {transform: translateY(0px)}
    50%  {transform: translateY(-20px)}
    100% {transform: translateY(4px)}
}
.home-more-item{
	width: 100%;
	float: left;
	height: 300px;
	background-size: cover !important; 
	background-position: center center !important;
}
.home-more-lay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: table;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    padding: 10%;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
	 /* position: relative; nuevo*/
}
.home-more-tag{
	border: 2px solid rgba(255,255,255,0.6);
	width: 330px;
    height: 130px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	top: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
	  /*font-size: 1vw;
	  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
.home-more-tag-cont{
}
.home-more-tit{
	height: 80px;
	font-size: 0.8em;
}
.home-more-ext{
	margin: 25px 0 25px 0;
}
.home-more-item:hover .home-more-lay{
	background: rgba(236,27,35,0.9);
}
.home-more-item:hover .home-more-tag{
	width: 100%;
	height: 100%;
	top: 0;
	display: table;
}
.home-more-item:hover .home-more-tit{
	height: auto;
}
.home-more-item:hover .home-more-tag-cont{
	display: table-cell;
	vertical-align: middle;
}
.home-why-lay{
	text-align: center;
	padding: 60px 0 60px 0;
	color: #FFF;
	background: rgba(0,0,0,0.7);
}
.home-why-ite{
	width: 220px;
	margin: 0 10px 40px 10px;
	float: left;
	text-align: center;
	display: table;
}
.hwi-icon{
	width: 160px;
	height: 160px;
	display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 2px solid rgba(255,255,255,0.6);
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.hwi-icon-lay{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; 
	filter: brightness(0) invert(1);
}
.hwi-icon:hover{
	background: #EC1B23;
	border: 2px solid #EC1B23;
}
.hwi-tit{
	display: block;
	margin: 1em 0 1em 0;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
	height: 3em;
}
.hwi-but{
	display: block;
	color: #FFC700;
}
.hwi-but:hover{
	color: #EC1B23;
}
.home-news{
	padding: 60px 0 60px 0;
}
.home-news-item{
	width: 100%;
	float: left;
	display: table;
	margin: 0 0 50px 0;
}
.home-news-img{
	width: 210px;
	height: 210px;
	background-size: cover !important; 
	background-position: center center !important;
	display: block;
	float: left;
}
.home-news-tex{
	margin: 0 0 0 230px;
	display: block;
}
.hnt-tit{
	font-weight: 500;
	color: #EC1B23;
	font-size: 1.25em;
}
.home-news-tex p{
	line-height: 1.35em;
	font-size: 0.9em;
}
.hnt-link{
	color: #EC1B23;
}
.home-projects{
	width: 100%;
	height: 700px;
}
.home-project{
	width: 100%;
	height: 100%;
}
.home-project-lf{
	width: 100%;
	height: 50%;
	float: left;
	background-size: cover !important; 
	background-position: center center !important;
}
.home-project-rg{
	width: 100%;
	height: 50%;
	float: left;
	background: #ED1B23;
	color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
}
.home-project-rg p{
	font-size: 1em;
}
.home-project-rg a{
	height: 50px;
	line-height: 50px;
	display: block;
	width: 150px;
	border: 2px solid rgba(255,255,255,0.6);
	text-align: center;
	color: #FFF;
}
.home-project-rg a:hover{
	border: 2px solid rgba(255,255,255,1);
	background: #FFF;
	color: #ED1B23;
}
.home-projects .flickity-prev-next-button{
	background: none !important;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
  	width: 50px;
  	height: 80px;
  	padding: 0;
}
.home-projects .flickity-prev-next-button svg{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home-projects .flickity-prev-next-button .arrow {
    fill: rgba(255,255,255,0.6);
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.home-projects .flickity-prev-next-button .arrow:hover {
    fill: rgba(255,255,255,1);
}
.home-projects .flickity-prev-next-button.previous {
    left: 30px;
}
.home-projects .flickity-prev-next-button.next {
    right: 30px;
}
.home-partners{
	padding: 60px 0 60px 0;
	text-align: center;
}
.home-sponsors{
	width: 100%;
	height: 340px;
}
.home-sponsor{
	width: 100%;
	height: 100%;
}
.home-sponsor-logos{
	padding: 20px 0 20px 0;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.05),rgba(0,0,0,0),rgba(0,0,0,0.05));
	background: -o-linear-gradient(top,rgba(0,0,0,0.05),rgba(0,0,0,0),rgba(0,0,0,0.05));
	background: -moz-linear-gradient(top,rgba(0,0,0,0.05),rgba(0,0,0,0),rgba(0,0,0,0.05));
	background: linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,0),rgba(0,0,0,0.05));
}
.home-sponsor-logo{
	width: 220px;
	height: 100px;
	display: block;
	float: left;
	margin: 0 10px 0 10px;
	background-size: 100% auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;  
}
.home-sponsors .flickity-prev-next-button {
	background: none;
}
.tit{
	overflow: hidden;
}
.tit h2{
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
.tit h2:before, .tit h2:after {
    background: #ddd;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 1000%;
}
.tit h2:before {
  right: 100%;
}
.tit h2:after {
  left: 100%;
}
.companies{
	margin: 0 0 50px 0;
}
.company{
	width: 220px;
	height: 140px;
	margin: 10px;
	float: left;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important; 
	background-color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #CCC;
}
.form-foot{
	padding: 60px 0 60px 0;
	background: #333;
	color: #FFF;
	text-align: center;
}
.form-foot input{
	height: 40px;
	line-height: 40px;
	border: 0;
	width: 48%;
	float: left;
	margin: 0 1% 15px 1%;
}
.form-foot select{
	height: 40px;
	line-height: 40px;
	border: 0;
	width: 48%;
	float: left;
	margin: 0 1% 15px 1%;
	background: #FFF;
}
.form-foot .half{
	width: 23%;
}
.form-foot textarea{
	height: 100px;
	border: 0;
	width: 98%;
	float: left;
	margin: 0 1% 15px 1%;
}
.form-foot input[type="submit"]{
	height: 50px;
	line-height: 50px;
	width: 98%;
	background: #EC1B23;
	color: #FFF;
	font-weight: 700;
	border-radius: 3px;
	float: right;
	font-size: 1.1em;
}
.screen-reader-response{
	color: #EC1B23;
}
.screen-reader-response ul, .wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display: none;
}
.footer{
	padding: 60px 0 60px 0;
	background: #ED1B23;
	color: #FFF;
}
.foot-col{
	width: 210px;
	margin: 0 15px 0 15px;
	display: table;
	float: left;
}
.foot-col .logo{
	filter: brightness(0) invert(1);
}
.foot-but{
    height: 50px;
    line-height: 50px;
    display: block;
    width: 200px;
    border: 2px solid rgba(255,255,255,0.6);
    text-align: center;
    color: #FFF;
    float: left;
    text-transform: uppercase;
    margin: 1em 0 0 0;
}
.foot-but:hover{
	border: 2px solid rgba(255,255,255,1);
	background: #FFF;
	color: #ED1B23;
}
.foot-col strong{
	margin: 0 0 1em 0;
	display: block;
	font-size: 1.25em;
}
.foot-li{
	margin: 0 0 0.5em 0;
	display: block;
	color: #FFF;
}
.foot-li a{
	color: #FFF;
}
.copy{
	padding: 20px 0 20px 0;
	background: #ED1B23;
	color: #FFF;
	font-size: 0.9em;
	position: relative;
	text-align: center;
}
.copy span{
	
}
.copy-nav{
	display: none;
	float: right;
}
.copy-nav a{
	display: inline-block;
	float: left;
	color: #FFF;
	margin: 0 10px 0 10px;
}
.up{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	color: #ED1B23;
	font-size: 1.25em;
}
.banner{
	width: 100%;
	height: 400px;
	background-size: cover !important; 
	background-position: center center !important;
}
.bann-lay{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.about-top{
	padding: 60px 0 60px 0;
}
.about-lf{
	width: 100%;
	height: 340px;
	margin: 0 0 1em 0;
	float: left;
	background-size: cover !important; 
	background-position: center center !important;
}
.about-rg{
	width: 100%;
	margin: 0;
	float: left;
	display: table;
}
.about-rg strong{
	color: #ED1B23;
}
.button{
	background: #ED1B23;
	height: 40px;
	line-height: 40px;
	width: 180px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	color: #FFF;
	border-radius: 3px;
}
.button:hover{
	background: #C41C22;
}
.miss-lay{
	padding: 60px 0 60px 0;
    background: rgba(0,0,0,0.7);
    color: #FFF;
    text-align: center;
}
.miss-item{
	width: 460px;
	margin: 0 10px 40px 10px;
	float: left;
	display: table;
}
.miss-item h2{
	margin-top: 0.75em;
}
.goals{
	padding: 60px 0 60px 0;
	background: #EFEFEF;
	text-align: center;
}
.goal-list{
	width: 100%;
	margin: 0;
	float: left;
	display: table;
	text-align: left;
}
.goal-item{
	display: table;
	width: 220px;
	margin: 0 10px 1.75em 10px;
	float: left;
}
.goal-img{
	width: 50px;
	height: 50px;
	display: table-cell;
	background-size: cover !important; 
	background-position: center center !important;
	background-repeat: no-repeat !important; 
}
.goal-inf{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.team{
	padding: 60px 0 60px 0;
	text-align: center;
}
.team-list{
	margin: 0 0 3em 0;
}
.team-item{
	display: block;
	float: left;
	width: 100%;
	text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #FFF;
}
.team-img{
	float: left;
	width: 45%;
	height: 260px;
	background-size: contain !important; 
	background-position: center center !important;
	background-repeat: no-repeat !important; 
}
.team-inf{
	width: 55%;
	float: right;
	height: 260px;
	background: #EFEFEF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    color: #333;
}
.team-item.odd .team-img{
	float: right;
}
.team-item.odd .team-inf{
	float: left;
}
.team-inf strong{
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.team-item:hover .team-inf strong{
	color: #ED1B23;
}
.snpop{
	display: none;
}
.pop-img{
	width: 100%;
	height: 220px;
	background-size: auto 100% !important; 
	background-position: center center !important;
	background-repeat: no-repeat !important; 
	float: left;
}
.pop-inf{
	width: 100%;
	display: table;
	float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px;
    line-height: 1.5em;
}
.ppname{
	font-size: 1.15em;
	font-weight: 700;
	color: #000;
}
.ppbio{
	display: table;
	width: 100%;
	border-top: 1px solid #CCC;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
.fancybox-skin{
	padding: 0 !important;
	border-radius: 0 !important;
}
.reas-top {
    padding: 60px 0 60px 0;
    background: #EFEFEF;
    text-align: center;
}
.intr-menu{
	margin: 0 0 3em 0;
}
.intr-menu-ite{
	width: 230px;
	margin: 0 5px 10px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 2px solid #ED1B23;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	line-height: 1.25em;
	padding: 5px 15px 5px 15px;
	text-align: center;
	font-size: 0.9em;
	 vertical-align:top;
}
.intr-menu-ite.current{
	color: #FFF;
	background: #ED1B23;
}
.imi-ico{
	width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}
.intr-menu-ite.current .imi-ico{	
    filter: brightness(0) invert(1);
}
.imi-tit{
	height: 40px;
}
.reas-icos{
	padding: 60px 0 60px 0;
	text-align: center;
}
.reas-bot {
    padding: 60px 0 60px 0;
    background: #EFEFEF;
}
.reas-bot-cont{
	position: relative;
}
.reas-map{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}
.reas-bot-tex{
	background: #333;
	color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px;
    width: 100%;
    top: 0;
    right: 0;
    font-size: 1.15em;
    margin: 2em 0 0 0;
}
.reas-bot-tex strong{
	color: #ED1B23;
}
.stre-img{
	width: 50%;
	height: 350px;
	float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.stre-inf{
	width: 50%;
	height: 350px;
	float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 20px 40px 20px;
    background: #FFF;
    text-align: left;
}
.stre-inf span{
	font-size: 2em;
	line-height: 1.25em;
	display: block;
	color: #ED1B23;
}
.stre-item.even .stre-img{
	float: right;
}
.stre-item.even .stre-inf{
	float: left;
}
.agr-item{
	margin: 0 0 2em 0;
}
.agr-img{
	float: left;
	width: 100%;
	height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.agr-inf{
	float: right;
	width: 100%;
	display: table;
	text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0 20px 0;
    font-size: 1em;
    line-height: 1.5em;
}
.agr-inf p{
	margin: 0;
}
.agr-item.even .agr-img{
	float: right;
}
.agr-item.even .agr-inf{
	float: left;
}
.agreements{
	padding: 60px 0 60px 0;
	text-align: center;
}
.list-icons{
	text-align: left;
	margin: 0 0 2em 0;
}
.icon-item{
	width: 210px;
	margin: 0 15px 1.5em 15px;
	float: left;
	display: table;
}
.apec{
	padding: 60px 0 60px 0;
	background: #333;
	color: #FFF;
}
.apec-lf, .apec-rg{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.apec-lf strong{
	color: #ED1B23;
}
.apec-item{
	width: 230px;
	height: 160px;
	float: left;
	margin: 0 5px 10px 5px;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #FFF !important;
    display: block;
}
.trades{
	padding: 60px 0 60px 0;
	text-align: center;
	background: #EFEFEF;
}
.miss-item.benef{
}
.hwi-icon.rbor{
	border: 2px solid #ED1B23;
}
.become{
	padding: 60px 0 60px 0;
	text-align: center;
	background: #EFEFEF;
}
.hwi-icon-lay.orig{
	filter: brightness(0) invert(0);
}
.roadshows{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
    background: #000;
}
.roadshows .caroufredsel_wrapper{
	width: 100% !important;
	height: 100% !important;
}
.roads-slider-main{
	width: 100% !important;
	height: 100% !important;
}
.roads-slider{
	width: 100% !important;
	height: 100% !important;
}
.roads-item{
	width: 100%;
	height: 100%;
	float: left;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
.roads-item-lay{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: relative;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.roads-item-name{
	position: absolute;
	top: 37.5%;
	width: 80%;
	text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid rgba(255,255,255,0.6);
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    padding: 30px;
    left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	line-height: 1em;
	background: rgba(0,0,0,0.4);
}
.roads-item:hover .roads-item-lay{
	background: rgba(0,0,0,0);
}
.roads-pager{
	position: absolute;
	bottom: 0;
	width: 100%;
	display: table;
	background: rgba(0,0,0,0.6);
	padding: 60px 0 30px 0;
	text-align: center;
	color: #FFF;
	z-index: 10;
}
.roads-buttons{
	position: absolute;
	right: 0;
	top: 0;
}
.roads-but{
	width: 60px;
	height: 60px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	font-size: 3.5em;
	display: block;
	float: left;
}
.banner.road{
	height: 100%;
}
.road-top{
	padding: 60px 0 60px 0;
	font-size: 1.25em;
	font-weight: 500;
	text-align: center;
}
.road-city{
	padding: 60px 0 60px 0;
	color: #FFF;
	background: #333;
}
.road-city-lf{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	height: 260px;
	background-size: cover !important; 
	background-position: center center !important;
}
.road-city-rg{
	float: left;
	width: 100%;
	margin: 0;
	display: table;
}
.road-media{
	padding: 60px 0 60px 0;
	text-align: center;
}
.road-pres{
	padding: 60px 0 60px 0;
	text-align: center;
	background: #F0F0F0;
}
.pres-item{
	width: 100%;
	margin: 30px 0 0 0;
	float: left;
	display: table;
}
.pres-img{
	width: 210px;
	height: 210px;
	float: left;
	background-size: cover !important; 
	background-position: center center !important;
}
.pres-inf{
	margin: 0 0 0 230px;
	display: table;
	text-align: left;
	line-height: 1.25em;
}
.pres-inf strong{
	color: #ED1B23;
}
.pres-inf a{
	color: #ED1B23;
}
.road-resul-lay {
    padding: 100px 0 100px 0;
    background: rgba(0,0,0,0.7);
    color: #FFF;
    text-align: center;
}
.road-share{
	padding: 60px 0 60px 0;
	background: #F0F0F0;
	text-align: center;
}
.button.robut{
	width: 260px;
}
.gal-top-tabs{
	text-align: center;
	margin: 0 0 3em 0;
}
.tab{
	width: 200px;
	height: 90px;
	display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ED1B23;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    padding: 10px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}
.tab i{
	font-size: 2.5em;
	display: block; 
}
.tab.current{
    background:  #ED1B23;
	color: #FFF;
}
.eve-images{
	margin: 0 auto;
	width: 100%;
}
.eve-th{
	width: 200px;
	height: 600px;
	float: left;
	position: relative;
	display: none;
}
.eve-th-cont{
	height: 520px;
	width: 100%;
	margin: 40px 0 40px 0;
}
.eve-th .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important;
}
.eve-sli-th{
	list-style: none;
	margin: 0;
	padding: 0;
    width: 100% !important;
    height: 100% !important;
}
.eve-th-li{
	width: 100%;
	height: 126px;
	background-size: cover !important; 
	background-position: center center !important;
	margin: 2px 0 2px 0;
	float: left;
	cursor: pointer;
	background-color: #000;
}
.eth-pr{
	width: 100%;
	height: 40px;
	line-height: 35px;
	background: #000;
	display: block;
	position: absolute;
	top: 0;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 1.5em;
}
.eth-ne{
	width: 100%;
	height: 40px;
	line-height: 35px;
	background: #000;
	display: block;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 1.5em;
}
.eve-slider{
	width: 100%;
	height: 320px;
	float: left;
	margin: 0 ;
	overflow: hidden;
	position: relative;
}
.eve-slider .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important;
}
.eve-sli-cont{
    width: 100% !important;
    height: 100% !important;
}
.eve-sli-ite{
	width: 100%;
	height: 100%;
	background-size: auto 100% !important; 
	background-repeat: no-repeat;
	background-position: center center !important;
	background-color: #000;
}
.eve-pr{
	position: absolute;
	top: 40%;
	z-index: 10;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFF;
	display: block;
	font-size: 2em;
	cursor: pointer;
}
.eve-ne{
	position: absolute;
	top: 40%;
	z-index: 10;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFF;
	display: block;
	font-size: 2em;
	cursor: pointer;
	right: 0;
}
.eve-vid iframe{
	width: 100% !important;
	height: 320px !important;
}
.tab-cont{
	display: none;
}
.tab-cont.current{
	display: table;
}
.upc-top{
	background: #F0F0F0;
	text-align: center;
	padding: 160px 0 60px 0;
}
.upc-top2{
	background: #F0F0F0;
	text-align: center;
	padding: 10px 0 20px 0;
}
.upc-top-ban{
	width: 100%;
	text-align: left;
}
.upc-top-ban img{
	width: 100%;
	height: auto;
}
.upc-bot{
	text-align: center;
	padding: 60px 0 60px 0;
}
.itinerary{
	padding: 2em 0 2em 0;
}
.iti-cit{
	width: 100%;
	display: table;
	padding: 5px 20px 5px 20px;
	background: #ED1B23;
	color: #FFF;
	font-weight: 500;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
    font-size: 1.25em;
}
.iti-deta{
	width: 100%;
	display: table;
	padding: 20px;
	background: #F0F0F0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    border-bottom: 1px solid #CCC;
}
.iti-deta strong{
	font-size: 1.5em;
	font-weight: 500;
	padding: 0 0 0.5em 0;
	display: block;
}
.iti-addr{
	display: table;
	float: left;
	line-height: 1.5em;
	width: 100%;
}
.iti-addr-lf{
	display: table-cell;
	color: #ED1B23;
}
.iti-addr-rg{
	display: table-cell;
}
.iti-place .button{
	float: right;
	width: 100%;
	margin: 1em 0 0 0;
}
.iti-act{
	width: 100%;
	display: table;
	padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}
.iti-act-lf{
	display: table-cell;
	width: 10%;
	vertical-align: top;
}
.iti-act-rg{
	display: table-cell;
	width: 87.5%;
	vertical-align: top;
	padding: 0 0 0 2.5%;
}
.iti-act-tit{
	font-weight: 700;
	color: #000;
}
.iti-act-rg p{
	margin: 0;
}
.news{
	padding: 60px 0 60px 0;
	background: #F0F0F0;
	text-align: center;
}
.news-ite{
	float: left;
	display: block;
	width: 100%;
	height: 300px;
	margin: 0 0 30px 0;
	background-size: cover !important; 
	background-position: center center !important;
}
.news-ite-lay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.news-ite-inf{
	width: 100%;
	height: 250px;
	padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.news-ite-tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.15em;
	font-weight: 500;
	background: #333;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.news-ite:hover .news-ite-lay{
	background: rgba(0,0,0,0.7);
}
.news-ite:hover .news-ite-inf{
    opacity: 1;
    visibility: visible;
}
.news-ite:hover .news-ite-tit{
    background: #ED1B23;
}
.news-pager{
	text-align: right;
}
.news-pager h2{
	display: none;
}
.page-numbers{
	width: 50px;
	height: 50px;
	line-height: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border: 2px solid #ED1B23;
    color: #333;
    font-size: 1.15em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px 0 5px;
    vertical-align: middle;
}
.page-numbers.current{
	color: #FFF;
    background: #ED1B23;
}
.page-numbers.next, .page-numbers.prev{
	width: 200px;
	font-size: 0.95em;
}
.newsletter{
	padding: 160px 0 60px 0;
	background: #F0F0F0;
}
.newsl-info{
	padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFF;
}
.newsl-info img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.newsl-info-share{
	padding: 2em 0 0 0;
	text-align: center;
}
.new-ite{
	float: left;
    display: block;
    width: 100%;
    height: 460px;
    margin: 0 10px 40px 10px;
}
.new-img{
	width: 100%;
	height: 300px;
    background-size: cover !important;
    background-position: center center !important;
}
.new-ite-lay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.new-ite-lay span{
	display: inline-block;
	width: 150px;
	height: 70px;
	line-height: 70px;
	border: 2px solid #FFF;
	color: #FFF;
	margin-top: 25%;
}
.new-inf{
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
	height: 140px;
	overflow: hidden;
	text-align: left;
	color: #333;
}
.new-inf span{
	font-size: 0.9em;
	display: block;
}
.new-ite-tit{
	font-size: 1.5em;
	font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
.new-ite:hover .new-ite-lay{
	opacity: 1;
	visibility: visible;
	background: rgba(0,0,0,0.7);
}
.new-ite:hover .new-ite-tit{
	color: #ED1B23;
}
.newsn-info{
	float: left;
	width: 100%;
}
.newsn-img{
	width: 100% !important;
	height: auto !important;
}
.newsn-last{
	float: right;
	display: table;
	width: 100%; 
	margin: 4em 0 0 0;
}
.last-ite{
	margin: 0 0 2em 0;
}
.last-img{
	width: 200px;
	height: 130px;
	float: left;
    background-size: cover !important;
    background-position: center center !important;
}
.last-inf{
	display: table;
	margin: 0 0 0 220px;
	color: #333;
	line-height: 1.5em;
}
.last-inf span{
	display: block;
}
.last-ite-tit{
	font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
  	line-height: 1.5em;
}
.last-ite:hover .last-ite-tit{
	color: #ED1B23;
}
.contc{
	padding: 60px 0 60px 0;
	background: #F0F0F0;
}
.contc-lf{
	width: 100%;
	float: left;
	display: table;
}
.contc-lf a{
	color: #666;
}
.contc-lf a:hover{
	color: #ED1B23;
}
.contc-rg{
	width: 100%;
	float: right;
	display: table;
	margin: 3em 0 0 0;
}
.contc-rg p{
	margin: 0;
}
.contc-rg iframe{
	width: 100% !important;
	height: 460px !important;
}
.form-foot-contc{
	background: none;
    padding: 0;
}
.thank{
	padding: 260px 0 160px 0;
	background: #F0F0F0;
}
.thank-lf{
	width: 100%;
	margin: 0;
	float: left;
	text-align: center;
}
.thank-lf img{
	max-width: 100%;
	height: auto;
}
.thank-rg{
	width: 100%;
	margin: 0;
	float: left;
	text-align: center;
}
.mob-menu{
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #000;
	text-align: center;
	font-size: 1.75em;
	cursor: pointer;
	float: right;
}
.mobile-nav{
	width: 100%;
	display: none;
	background: #ED1B23;
}
.mhn-ul1{
	list-style: none;
	margin: 0;
	padding: 20px 0 20px 0;
	width: 100%;
}
.mhn-li1{
	display: block;
}
.mhn-a1{
	color: #FFF;
	display: block;
	padding: 10px 20px 10px 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.35em;
}
.mhn-ul2{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
}
.mhn-li2{
	display: block;
}
.mhn-a2{
	color: #FFF;
	display: block;
	padding: 5px 20px 5px 40px;
	font-weight: 700;
	font-size: 1.05em;
}
.lang-mob{
	display: block;
	float: right;
	height: 60px;
	line-height: 60px;
	margin: 0 30px 0 0;
}
.lang-mob a{
	color: #000;
	font-size: 1em;
	font-weight: 700;
}

.hst-but{
	display: inline-block;
	height: 40px;
	line-height: 40px;
    background: #ED1B23;
    color: #FFF;
    margin: 30px 0 0 0;
    border-radius: 2px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
}

.btn{	
	font-weight: 0;		
	color: #fff;	
	background-color: #ed1b23;	
	padding: 10px 30px;	
	border: solid #ed1b23 2px;	
	box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;	
	border-radius: 1px;	
	transition : 1000ms;	
	transform: translateY(0);	
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
.btn:hover{
	transition : 1000ms;
	transform : translateY(-0px);	
	background-color: #a30810;	
	color: #ffffff;	
	border: solid 2px #a30810;
	font-weight: bold;
	text-transform: uppercase;
	}

.table_agenda{
	border-collapse: collapse;
}
.table_agenda td, .table_agenda th {
	padding: 3px;
	font-weight: normal !important;
	font-size: medium;
}
.table_agenda_header{
	background:#c00000;
	color: #fff;
	text-align: center;
	border: 1px solid #000 ;
}

.table_agenda_sub_header{
	white-space: nowrap;
	background:#333f4f;
	color: #fff;
	text-align: center;
	border: 1px solid #000 ;
}
.table_agenda_BR{
	border-right: 1px solid #000 ;
}
.table_agenda_BB{
	border-bottom: 1px solid #000 ;
}

.table_agenda_color1{
	background:#ddebf7;
	text-align: center;
	border: 1px solid #000 ;
}
.table_agenda_color2{
	background:#bdd7ee;
	text-align: center;
	border: 1px solid #000 ;
}
.table_agenda_color3{
	background:#7030a0;
	color: #fff;
	text-align: center;
	border: 1px solid #000 ;
}
.table_agenda_color4{
	background:#0d0d0d;
	color: #fff;
	text-align: center;
	border: 1px solid #000 ;
}
.table_agenda_color5{
	background:gray;
	color: #fff;
	text-align: center;
	border: 1px solid #000 ;
}
.table_agenda_color6{
	background:#8497b0;
	color: #fff;
	text-align: center;
	border: 1px solid #000 ;
}

.blueTable{
	/*border-collapse: collapse;*/
	margin-left: auto;
  margin-right: auto;
}

.blueTable td{
	padding:0px 15px;
	font-weight: bold;
}

.blueTable .W100{
	width: 100px;
}

.blueTable .W70{
	width: 70px;
}

.blueTable .BR{
	border-right: 1px solid #000;
	padding-right: 15px;
}

/**/
/*
tab multimedia
*/

.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}






/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}






/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*--------------------------------------------------------------------


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		/*display: block;*/
	}
	.pcss3t > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #fff;
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}

/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #808080;
	opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
	background: #fff;
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #2b82d9;
	opacity: 1;
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}




/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
	height: 370px;
}
/**/





