/* CSS Document */

/*html*/

*:focus {outline: 0 !important;}
*:active, *:focus{text-decoration: none !important;}
a:hover{ outline: none; text-decoration: none;}

/*fonts*/
@font-face {font-family: Lato-Bold; src: url(../fonts/Lato-Bold.ttf);}
@font-face {font-family: Lato-Regular; src: url(../fonts/Lato-Regular.ttf);}
@font-face {font-family: Lato-Light; src: url(../fonts/Lato-Light.ttf);}
.lato-bold{font-family: Lato-Bold;}
.lato-light{font-family: Lato-Light;}
.lato-regular{font-family: Lato-regular;}
.egg-white{color: #fff !important;}

h1{font-family: Lato-Light; font-size: 36px; color: #1a1c1e; text-transform: uppercase; margin-bottom: 45px;}
h3{font-family: Lato-Light;}
p{font-family: Lato-Light; font-size: 15px; color: #696868; margin-bottom: 30px; line-height: 22px;}

.hebrew{
	font-family: 'Open Sans', Arial, sans-serif !important;
}

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

.hImgW img {
	max-width: 238px;
}

#gallery img {
	height: auto !important;
}

@media only screen and (max-width: 768px) {
	
	#imageData #imageDetails {
		width: 100% !important;
		text-align: center !important;
	}
	
	#bottomNav{
		text-align: center !important;
		display: inline-block !important;
		vertical-align: top !important;
	}

}

/*bootstrap*/
.row{margin: 0;}
.container-fluid{max-width: 1280px;}
.np{padding: 0;}




/*home-header*/
/* .header-img>div{display: none;} */

.top-navegation{background: url(../img/assets/bg-black.png); height: 99px; z-index: 10; position: absolute; top: 0; left: 0; right: 0; width: 100%; background-color: transparent;}
.logo{margin-top: 8px;}
.header-img{position: relative; top: 0; width: 100%; z-index: 5; height:580px; background-size: cover;}

.main-navegation{background: #1a1c1e; height: 44px; width: 100%; position: absolute; top: 99px; z-index: 20;}
.main-navegation > .container-fluid{position: relative;}
#contact-and-social{color: #fff; font-family: Lato-Bold; text-transform: uppercase; font-size: 10px; margin-top: 60px; font-weight:bold; letter-spacing: 1px;}
#contact-and-social > li a{
	color: #fff;
	font-size: 13px;
	font-family: Lato-Regular;
}
#contact-and-social > li a:hover{color: #a9e400; text-decoration: none;}
.social-icon{font-size: 21px;}
#contact-and-social img{
	max-height: 17px;
}
#main-menu>li{width: auto; padding-left: 3.3%;}
.submenu>li>a, 
#main-menu>li>a{
    color: #fff;
    font-family: Lato-Regular;
    text-transform: uppercase;
    font-size: 12px;
    display: block;

}
#main-menu>li>a{
    height: 44px;
    line-height: 44px;
}
.submenu>li>a{
	padding-top:9px; 
	padding-bottom: 9px;
}
#main-menu>li>a:hover{text-decoration: none; color: #a9e400;}
.submenu>li>a:hover{background-color: #151618; color: #a9e400; text-decoration: none;}
#main-menu{width: 50%; position: absolute; margin: 0;}
#main-menu.esp{width:998px}
.egg-green{color: #a9e400 !important;}
.submenu{
	top: 100%;
    margin: 0;
	border-radius: 0; 
	background: #151618;
}
.lang-switcher{float: right; margin-right: 35px;}
.lang-box{
	float: left;
	margin-right: 1px;
	min-width: 44px;
	height: 44px;
	background: #a9e400;
	padding: 12px;
	font-family: Lato-Bold;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a1c1e;
}
.lang-box.menu-yellow{
	background-color: #ffff00;
}

.lang-box.menu-white{
	background-color: #FFF;
}

.lang-box:hover,
.lang-box:focus,
.lang-box:active{
	color: #fff;
}

.lang-box.menu-white:hover,
.lang-box.menu-white:focus,
.lang-box.menu-white:active{
	color: #a9e400;
}

.lang-switcher > a:last-child .lang-box{margin: 0 !important;}
.quote{width: 630px; height: 135px; position: absolute; top: 310px; z-index: 15; padding: 45px; color: #fff; border-left: 2px solid #a9e400; background: rgba(35,35,35,.7); font-size: 30px; text-transform: uppercase; font-family: Lato-Light;}
.quote .quote-subtitle{
	font-size: 20px;
	font-weight: normal;
}

#countdown-section{
	display: none;
}

/* Custom CSS for inner pages */
/* .inner-page .header-img, */
/* .inner-page #countdown-section{ */
.inner-page #countdown-section{
	/* display: none; */
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	overflow: hidden;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.inner-page .header-img{
	height: 0;
}
/* .inner-page .top-navegation,
.inner-page .main-navegation{
	position: relative;
	top: auto !important;
} */

/* .menu-register{color: #a9e400 !important;font-weight: bold;} */
.mobile-lang-switcher{
    display: block;
    float: right;
    height: 65px;
    line-height: 65px;
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: uppercase;
    background: #a9e400;
    color: #1a1c1e;
}

.mobile-lang-switcher.menu-white{
    background: #FFFFFF;
}

.mobile-lang-switcher.flag{
	background: transparent;
	line-height: 61px;
	padding-left: 0;
}

.mobile-lang-switcher.flag img{
	max-height: 20px;
}

@media (max-width:  768px) {
	
	.top-navegation > .container-fluid,
	.top-navegation > .container-fluid > div{
		padding-left: 0;
		padding-right: 0;
	}

}

.title-home{
	font-family: Lato-Light;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
}

.title-text{
	margin: 0;
	font-family: Lato-Light;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;	
}

iframe{
	max-width: 100%;
}

.home-video-wrap{
	position: relative;
	height: 0;
	padding-bottom: 56.22%;
}

.home-video-wrap iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto !important;
}

.inner-page .home-video-wrap{
	margin: 0 0 20px;
}

@media (min-width: 992px){

	.inner-page .home-video-wrap{
		max-width: 90%;
	}

}

.box-overlay-register{background: url(../img/assets/registers.jpg) no-repeat center center; height: 240px; width: 100%; background-size: cover;}
.box-overlay-photos{background: url(../img/assets/photos.jpg) no-repeat center center; height: 240px; width: 100%; background-size: cover;}
.box-overlay-news{background: url(../img/assets/news.jpg) no-repeat center center; height: 240px; width: 100%; background-size: cover;}
.box-overlay-news, .box-overlay-register, .box-overlay-photos{color: #fff; position:relative; padding: 60px;}
.box-overlay-news>h2, .box-overlay-register>h2, .box-overlay-photos>h2{text-align: center; margin: 0; font-size: 20px;}
.box-overlay-news>i, .box-overlay-register>i, .box-overlay-photos>i{font-size: 50px; width: 100%; text-align: center; padding-top:20px;}
.top-content{height: auto; background: #1a1c1e;}
.triangle{background: url(../img/assets/triangle.png) no-repeat; width: 28px; height: 28px; position: absolute; top: 0; left: 0; z-index:10;}
.register-link:hover>.box-overlay-register>i, .register-link:hover>.box-overlay-news>i, .box-overlay-photos:hover>i{color: #a9e400; text-decoration:none;}
.register-link:hover>.triangle{display: none;}
#main-navegation-sticky-wrapper{position: absolute; width: 100%; z-index: 9999; top: 600px;}
.logofix{display: none;}
.h360{height: 360px;}
.box-overlay-simple>h2{position: relative; top: 80px; color: #fff; line-height: 20px; text-align: center; font-size: 20px; font-family: Lato-Light; margin-top: 12px;}
.box-overlay-simple>p{font-size: 50px; color: #fff; text-align: center; position: relative; top: 95px;}
.box-overlay-simple.video-box-overlay>h2{top: 170px;}
.box-overlay-simple.video-box-overlay>p{top: 185px;}

@media (max-width:  768px) {

	.box-overlay-simple.video-box-overlay{padding: 30px 0 10px;}
	.box-overlay-simple.video-box-overlay>h2{top: auto; margin: 0 0 20px;}
	.box-overlay-simple.video-box-overlay>p{top: auto;}

}

a:hover>.box-overlay-simple>p{color: #a9e400;}
.registertab{padding: 0px;}
.gray-line{height: 1px; width: 100%; margin: 0 auto; background: #dbd9df; margin-bottom: 30px; margin-top: 30px;}
#sponsmain{max-width: 1175px; margin: 0 auto; width: 100%; text-align: center;}

.date-dox{margin: 0 0 30px;}

.photoslider{width: 100%; height: 100%; background-size: cover;}


.sticky {  
  background: #1a1c1e;  
  transition: all 0.4s ease;
  position: fixed;

  width: 100%;
  z-index: 9999;
}



.logo-bar{height: 40px; margin-top:-9px;}




.grown>a>img{opacity: 1 !important; -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;}
.grown:hover{transform: scale(1.1); z-index: 999; opacity: 1; -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;}



.infobox>li{text-align: center;}





html.easy-sidebar-active {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	transition: 0.2s ease;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
body.toggled {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}
#logomedfix{
	float: left;
	height: 99px;
	margin-top: 0;
	margin-right: 20px;
	padding: 5px;
}



.navbar.easy-sidebar {
	transition: 0.2s ease;
	position: absolute;
	width: 250px;
	top: 0;
	left: -250px;
	min-height: 100%;
	border-radius: 0;
	margin: 0;
	z-index: 9999;
	    overflow-y: scroll;

}

.navbar.easy-sidebar.toggled {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}

.easy-sidebar .btn {
	width: 100%;
}

.navbar.easy-sidebar .navbar-header {
	margin: 0 -15px;
	float: none;
}

.navbar.easy-sidebar .navbar-brand {
	margin: 0;
}

.navbar.easy-sidebar .navbar-toggle {
	display: inline-block;
}
.navbar.easy-sidebar .navbar-toggle span.icon-bar:nth-child(2) {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: translate(2px, -5px) rotate(45deg);
	transform: translate(2px, -5px) rotate(45deg)
}
.navbar.easy-sidebar .navbar-toggle span.icon-bar:nth-child(3) {
	display: none;
}
.navbar.easy-sidebar .navbar-toggle span.icon-bar:nth-child(4) {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: translate(2px, 4.5px) rotate(-45deg);
	transform: translate(2px, 4.5px) rotate(-45deg);
}

.navbar.easy-sidebar .nav.navbar-nav {
	margin: 7.5px -15px;
	float: none;
}
.navbar.easy-sidebar .nav.navbar-nav>li {
	float: none;
}
.navbar.easy-sidebar .nav.navbar-nav>li>a {
	padding: 8px 15px;
	color: #a9e400 !important;
	text-transform: uppercase;
	font-family: Lato-Light;

}
.navbar.easy-sidebar .nav.navbar-nav>li>a.menu-yellow{
	color: #ffff00 !important;
}
.navbar.easy-sidebar .nav.navbar-nav>li>a:hover,
.navbar.easy-sidebar .nav.navbar-nav>li>a:focus,
.navbar.easy-sidebar .nav.navbar-nav>li>a:active {
	color: #fff !important;

}
.navbar.easy-sidebar .navbar-nav .open .dropdown-menu .divider {
	box-shadow: 0 1px 0 rgba(255,255,255, 0.1);
}


.navbar.easy-sidebar .navbar-form {
	padding: 10px 15px;
	margin: 8px -15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}
.navbar.easy-sidebar .navbar-form .form-group {
	margin-bottom: 5px;
	display: block;
}
.navbar.easy-sidebar .navbar-form .form-group .form-control {
	display: block;
	width: 100%;
}

@media (max-width:  768px) {
	body.toggled {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
}
.navbar-inverse {
    background-color: #1A1C1E;
    border-color: #080808;
}

.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #6DAE00;
}

#islamex{
	/* background: url(../img/assets/footer-bg.jpg) no-repeat;  */
	background: #FFF; 
	padding: 30px 0; 
	background-size: cover;
}

#islamex img{
	max-height: 90px;
}

#ex5{
	padding: 20px 0;
}

#ex5 img {opacity: 1; border: 0; /*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; /*Reflection*/ -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1))); } 

#push-menu{background: none; background-color: transparent; color: #fff; border: 0; font-size: 50px; float: right; padding-top: 15px;}

#sponsors{background-color: #e7eaee; height: auto; padding: 50px;}

.spons-title{font-family: Lato-Light; font-size: 36px; color: #545454; text-transform: uppercase;}

#footer{background-color: #1a1c1e; padding-top: 15px; padding-bottom: 15px;}
.newsletters{
	/* color: #fff; */
	text-transform: uppercase;
	font-family: Lato-Regular;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	margin: 2px 0 0;
}
/* .newsletters:hover,
.top-navegation .newsletters{
	color: #a9e400;
} */
.coprisi{width: 100%; padding: 0; margin: 0; text-align: center;}
.coprisi>li{width: 32.5%; text-align: center;}
.coprisi>li>a{color: #f3f3f3; text-transform: uppercase; font-family: Lato-Light; font-size: 11px;}
.coprisi>li>a:hover{color: #a9e400; text-decoration: underline;}
#ftsm>ul{margin: 0 auto; text-align: center;}
.copy{
	text-align: center;
	color: #f3f3f3;
	text-transform: uppercase;
	font-family: Lato-Regular;
	font-size: 8px;
	margin: 0;
}
.box-overlay-gh{background: url(../img/assets/jeursalem_map.png) no-repeat center center; height: 320px; width: 100%; background-size: cover;}
.box-overlay-gf{background: url(../img/assets/gf.jpg) no-repeat center center; height: 320px; width: 100%; background-size: cover;}
.linkgf:hover>.box-overlay-gf{-webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px);}
.linkmf:hover>.box-overlay-mf{-webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px);}
.box-white-content{position: absolute; top: 0px; text-align: center; width: 100%;}
.line-black{width: 155px; height: 1px; background: #1a1c1e; position: relative;  margin: 0 auto;}
.box-white-content>h2{font-family: Lato-Light; font-size: 32px; color: #1a1c1e; padding-top: 30px;}
.linkgf:hover>a>.box-white-content>h2{font-size: 31.92; font-family: Lato-Bold;}
.linkgf:hover>a>.box-white-content>p{font-size: 14.96; font-family: Lato-Bold;}
.linkgf:hover>a>.box-white-content>i{opacity: .9;}
.linkgf:hover>a>.box-white-content>h3{font-family: Lato-Bold; font-size: 12px;}
.box-white-content>p{font-family: Lato-Light; font-size: 15px; color: #1a1c1e; margin-top: 10px; margin-bottom: 10px;}
.box-white-content>i{font-size: 50px; color: #1a1c1e;}
.box-white-content>h3{font-family: Lato-Light; font-size: 12px; color: #1a1c1e; text-transform: uppercase; margin: 1px;}

/* #register-row{background: url(../img/assets/register-bg.jpg) repeat} */
#register-row{background: #CFD4D8;}
#register-row iframe{vertical-align: top;}
.register-title{font-family: Lato-Light; font-size: 22px; color: #1a1c1e; text-transform: uppercase;}
.ul-list{list-style-image: url('../img/assets/bullet.png'); padding: 20px; padding-top: 0;}
.separator-register{height: 30px;}
.ul-list>li{font-family: Lato-Regular; font-size: 12px; line-height: 20px;}
.others>div>div>a:hover>img{opacity: .9;}
.viewmore{font-size: 14px; font-family: Lato-Regular; text-align: right;}
.viewmore:hover{opacity: .8;}


#mainwrapper {
  height: auto;
  text-align: center;
  width: 100%;
}

#mainwrapper .box {
    border: 1px solid #9D9D9D;
    cursor: pointer;
    height: 254px;
    float: left;
    margin: 2px;
    position: relative;
    overflow: hidden;
    width: 19.3%;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}
 
#mainwrapper .box img {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#mainwrapper .box .caption {
    background-color: #1a1c1e;
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

#mainwrapper .box-5.box .rotate-caption {
    width: 100%;
    height: 250px;
    text-align: left;
    padding: 15px;
    top: 255px;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
 
#mainwrapper .box .rotate {
    width: 100%;
    height: 455px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.rotate-caption>h3{margin-top: 55px;}


/** Rotate Caption :hover Behaviour **/
    #mainwrapper .box:hover .rotate {
    background-color: #1a1c1e !important;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.name-item{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 86%;
    font-family: Lato-Regular;
    color: #000;
    text-transform: uppercase;
    font-size: 8px;
}

.leyend{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 80%;
    font-family: Lato-Bold;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}


.itemcaption{font-family: Lato-bold; font-size: 14px; color: #a9e400; text-transform: uppercase; text-align: center; margin: 0;}
.preordercaption{font-family: Lato-Regular; font-size: 8px; color: #a9e400; text-transform: uppercase; text-align: center;}
.pricecaption{color: #fff; font-family: Lato-Bold; text-align: center; font-size: 22px;}
.detailscaption{font-family: Lato-Bold; font-size: 12.02px; color: #fff; text-align: center; text-transform: uppercase; margin: 0;}
.iconcaption{color: #fff; font-size: 50px; text-align: center; margin: 0;}


.linfo>li>a{border-radius: 0; margin: 0; height: 40px;}
.infobox>li>h4{font-size: 12px;}
.infobox>li>p{font-size: 10px; margin: 0;}
.linfo>li.active>a{background-color: transparent;}
.nav-tabs{border-bottom: 0;}
.nav-tabs>li>a{color: #364049;}
.nav-tabs>li{border: 1px solid #364049; border-top: 0px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background-color: #364049; color: #fff; margin: 0; border: 1px solid #364049; border-top: 0px;}
.nav-tabs>li>a:hover{border: 1px solid #364049; margin: 0; border-top: 0px; background-color: transparent; border: 0; color: #364049;}
.infobox{border-top: 1px solid #364049; border-bottom: 1px solid #364049; padding-left: 12%;}
.mapa{background: url(../img/assets/map.jpg) no-repeat center center; background-size cover; min-height: 625px; background-size: contain;}
.stats>img{height: 260px;}
.black{background-color: #1a1c1e;}
.black>div>div>p{color: #fff;}
.black>div>div>h1{color: #fff;}
.black>div>div>h3{color: #fff;}
.black-btn{border: 1px solid #fff; min-width: 250px; text-align: center; max-width: 370px; padding: 13px; color: #fff; text-transform: uppercase;}
.black-btn:hover{opacity: .8; background-color: #a9e400; color: #1a1c1e;}
.cicle{background: url(../img/assets/cicle.jpg) no-repeat center center; height: 530px; background-size: cover; padding: 60px; padding-top: 100px;}
.cicle-small{background: url(../img/assets/cicle.jpg) no-repeat 80% 15%; height: 530px; background-size: cover; padding: 60px; padding-top: 100px; padding-top: 0; padding-bottom: 0; height: 275px;}
.cicle-small>h3{color: #fff;}
.modal-dialog{margin-top: 5%; width: 75%; background-color: #dfe4e5;}
.modalimg{max-height: 380px;}
.modal-content{border-radius: 0; background-color: #d0d3d8; padding: 15px;}
.modal-ul{width: 50%; padding-left: 8%;}
.modal-header{border: 0;}
.close{font-size: 15px;}
.stats>a>img{cursor: pointer;}
.white>h1{font-family: Lato-Light; font-size: 36px; color: #1a1c1e; text-transform: uppercase;}
.white>h2{color: #1a1c1e; font-size: 26px; font-family: Lato-Light; text-transform: uppercase;}
.white>p{color: #364049; font-family: Lato-Light; font-size: 15px;}
.gray-block{background: url(../img/assets/register-bg.jpg); height: auto;}
.airports>tr>th{font-size: 13px; font-family: Lato-Regular; color: #1a1c1e; }
.airport-content>tr>th{color: #1a1c1e !important; font-family: Lato-Regular !important; font-size: 13px !important; font-weight: normal; width: 33%;}
.airport-content>tr>td{color: #1a1c1e !important; font-family: Lato-Regular !important; font-size: 13px !important;}
.airport-content>tr>td>a{color: #1a1c1e;}
.airport-content>tr>td>a:hover{opacity: .9;}
.gray-block>h2{color: #1a1c1e; font-size: 26px; font-family: Lato-Light; text-transform: uppercase;}
.list-line-c{text-align: center; padding: 5px;}
.list-line-c>li:before {font-family: 'FontAwesome'; content: '\f096'; margin: 0px 7px 0px 7px; color: #000; font-size: 5px; position: relative; top: -2px;} 
.list-line-c>li{width: 19%;}
.list-unstyled>li{padding-left: 20px; font-family: Lato-Light; font-size: 15px;}
.white-list>li{color: #fff; padding-bottom: 15px;}
.categories{background: url(../img/assets/categories.jpg) no-repeat center center; height: 850px; background-size: cover; }

.team{background: url(../img/assets/team.jpg) no-repeat center center; height: 440px; background-size: cover; }
.hhcat{background: url(../img/assets/hhcat.jpg) no-repeat center center; height: 440px; background-size: cover; }
.green-link{color: #A9E400;}
.green-link:hover{color: #fff;}
.list-sq>li{color: #fff; display: flex; padding-bottom: 10px;}
.list-sq>li:before {    font-family: 'FontAwesome';
    content: '\f096';
    margin: 9px 10px 0px 5px;
    color: #A9E400;
    font-size: 5px;
    position: relative;
    top: -2px;
    height: 10px;} 

.black-btn-solid{border: 0px solid #fff; min-width: 250px; text-align: center; max-width: 370px; padding: 13px; color: #fff; text-transform: uppercase; background: #364049; padding-left: 30px; padding-right: 30px;}
.black-btn-solid:hover{opacity: .8; background-color: #a9e400; color: #1a1c1e;}
.blackline{max-width: 520px; margin: 0 auto; height: 1px; background: #000; width: 100%; margin-bottom: 10px; margin-top: 19px;}

#register-row>div>h2{font-size: 18px; margin-top: 0;}

ul#sponsmain>li {
    
}

.ocultar{display: none;}
.mostrar{display: block;}


.vipbox{height: 400px; padding: 0;}
.vipbox>h1{}
.vipbox>p{font-size: 15px; font-family: Lato-Light; color: #364049;}

.vip1{background: url(../img/assets/vip1.jpg) no-repeat center center; height: 400px; padding: 25px; padding-top: 35px;}
.vip2{background: url(../img/assets/vip2.jpg) no-repeat center center; height: 400px; padding: 25px; padding-top: 35px;}
.vip3{background: url(../img/assets/vip3.jpg) no-repeat center center; height: 400px; padding: 25px; padding-top: 35px;}
.vip4{background: url(../img/assets/vip4.jpg) no-repeat center center; height: 400px; padding: 25px; padding-top: 35px;}
.vip5{background: url(../img/assets/vip5.jpg) no-repeat center center; height: 400px; padding: 25px; padding-top: 35px;}

.box-linkscontainer{position: absolute; top: 370px;}


.green-btn-t {
    width: 370px;
    position: relative;
    height: 40px;
    padding: 10px;
    background: rgba(169, 228, 0, .6);
    margin-bottom: 10px;
    z-index: 9999;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Lato-Regular;
    color: #354046;
    border: 1px solid #fff;
    cursor: pointer;
}



.green-btn-t:hover{background: #a9e400;}



.blog img {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 12px 12px 0;
    float:left;
}
.blogDate {
    background: #bdbdbd;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin-right:8px;
}
.blogTitle a{
    font-size:19px;
    color:#888888;
}
.blogHeader {
    margin-bottom:20px;
}

.container-fluid.thank-you{
	max-width:1440px;
}
.container-fluid.thank-you .quote{
    width:722px;
}
.header-img.thank-you{
	height:775px;
}
#imagesCTA{
	position:absolute;
    top: 370px;
    z-index:10;
    width:722px;
}
#imagesCTA .imageCTA{
	display:inline-block;
    width:220px;
    position:relative;
    margin-bottom:20px;
}
#imagesCTA .imageCTA.margin{
	margin-right:27px;
}
#imagesCTA .imageCTA .description{
    color: #FFF;
    line-height: 17px;
    padding: 6px 20px 6px 5px;
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 80%;
    top: 20px;
    left: -12px;
    box-sizing: content-box;
    text-align: left;
    font-size: 13px;
}
#imagesCTA .imageCTA .image-container img{
    width:100%;
    transition:transform 0.25s;
}
#imagesCTA .imageCTA:hover img{
	transform:scale(1.05);
}
#imagesCTA .imageCTA .description a {
    color:#a9e400;
    display: block;
    text-decoration: none;
}
#imagesCTA .imageCTA .description .fa {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    height: 100%;
    font-size: 20px;
    color: #97fb00;
}
#imagesCTA .imageCTA .description .fa:before {
    display: block;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

#imagesCTA .imageCTA.margin-left{margin-left: 27px;}

@media (max-width: 640px) {
	#DateCountdown{
		max-width: 85% !important;
	}
}
@media (max-width: 480px) {
	#DateCountdown{
		max-width: 93% !important;
	}
}
.time_circles{
	overflow:hidden;
	text-align: center;
}
.inscription-section{
	margin-top:20px;
}
.inscription-section .trek-logo{
	width:30%;
    margin-right:4%;
}
.inscription-section .triathlete-store-logo{width:15%;margin-right:4%;}
.inscription-section .transvision-bike-logo{width:10%;margin-right:4%;}
.inscription-section .terraventura-2{width:30%;}
#retailers .green-bg{
	background:#A9E400;
    cursor:pointer;
    overflow:hidden;
}
#retailers .green-bg img{
    transition:opacity 0.25s,transform 0.25s;
    width:100%;
}
#retailers .green-bg:hover img{
    opacity:0.3;
    transform:scale(1.1);
}
#retailers .retailer-name{
	color:#fff;
  	text-transform:uppercase;
    transform:translateY(-50%);
    position:absolute;
    top:50%;
    font-family:Lato-Bold;
    font-size:20px;
    text-align:center;
    width:100%;
    opacity:0;
    text-shadow:1px 1px 1px #000;
}
#retailers .green-bg:hover .retailer-name{
	opacity:1;
    transition:opacity 0.25s;
}
#retailers-modals .modal-dialog{
	width: 600px;
    margin: 50px auto;
    background:none;
    z-index:10000;
}
#retailers-modals .modal-content{
background:#fff;
padding:0 ;
border-radius:6px;
border:0;    
}
#retailers-modals .modal-header{
border-bottom:1px solid #6DBE44 ; 
}
#retailers-modals .modal-header img{
    clear:both;
    display:block;
    margin:20px  auto 20px;
    
}
#retailers-modals .modal-footer{
border-top:0px; 
background:#000;
}
#retailers-modals .modal-footer .btn{
	border-radius:0;
    border:0;
    color:#000;
    background:#A9E400;
    transition:background 0.25s;
}
#retailers-modals .modal-footer .btn:hover{
background:#fff;
}
.retail-separator{
    background:#696868;
    min-height:1px;
    width:100%;
    margin:20px 0;
}
/* MD*/
@media (max-width: 1200px) {
	.flip-clock-wrapper ul{margin: 3px; width: 40px;}
	.flip-clock-divider .flip-clock-label{ transform: translateX(-40%);}
		
}

/* SM */
@media (max-width: 991px) {
	#main-menu>li{padding-left: 1.8px;}
	.header-img{background: url(../img/assets/header_cdmx.jpg) no-repeat 100%;}
	.spons-title{font-size: 30px;}
	.newslt{ text-align: center;}
	.sm-w{width: 100%;}
        .h360 {height: 320px; overflow: hidden;}
        #mainwrapper .box{width: 24.4%;}
		.categories{height: 1030px;}
		.hhcat{background: url(../img/assets/hhcat.jpg) no-repeat 100% center; background-size: cover; height: 600px;}
    .header-img.thank-you{
    	height: 916px;
        margin-bottom:0;
    }
}

/* XS */
@media (max-width: 767px) {
    h1{font-size: 25px; margin-bottom: 20px;}
	.header-img{background: url(../img/assets/header_cdmx_phone.jpg) no-repeat; background-size: cover; height: 320px; top: 100px;    position: relative;
    margin-bottom: 90px;}
	.top-navegation{position: fixed; top: 0; width: 100%; z-index: 9999;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; text-transform: uppercase; font-family: Lato-Light;}
	#contact-and-social{margin-top: -10px;}
	.navbar-brand{color: #fff !important; font-family: Lato-Bold;}
	.spons-title{padding-left: 15px; font-size: 18px;}
	#sponsors{padding: 0; padding-bottom: 20px;}
	#islamex{
		padding: 20px 0; 
		overflow: hidden;
	}
	/* #islamex > .container-fluid{
		margin: 0 -9%;
	} */
	#islamex .col-xs-2,
	#islamex .col-xs-3{
		padding-left: 5px;
		padding-right: 5px;
	}
	#ex5{
		padding: 10px 0;
	}
	.xs-np{padding: 0;}
	.coprisi{margin-top: 30px; margin-bottom: 20px;}
	.copy{margin-bottom: 15px;}
        .h360 {height: auto; padding-bottom: 130px;}
        #mainwrapper .box {width: 48.6%; height: 170px;}
        .logo{height: 45px;}
        #push-menu{padding-top: 10px; padding-left: 10px; padding-right: 0; font-size: 35px;}
        .top-navegation{height: 65px;}
        .header-img{height: 320px; top: 65px; margin-bottom: 65px;}
        .quote{top: 230px;}
        .preordercaption{margin: 0;}
        .pricecaption{margin: 0;}
		.list-line-c{margin: 0; padding-bottom: 0; padding-top: 0;}
		.list-line-c>li{width: 100%;}
		.categories{height: 400px; background: url(../img/assets/categories.jpg) no-repeat center 100%;}
		.team{height: 245px; float: right;}
		.hhcat{height: 260px;}
    #logomedfix{
		width: 75px;
		max-width: 100%;
		height: auto !important;
	}
    #DateCountdown{padding-left: 0 !important;}
    .container-fluid.thank-you .quote{
    	width:95%;
	}
    #imagesCTA{
    width:95%;
        text-align:center;
	}
    #imagesCTA .imageCTA{
        padding: 0 15px;
    }
    #imagesCTA .imageCTA.margin{
    	margin-right:0;
        
    }
    #sponsmain img{
    	width:100%;
    }
.inscription-section .trek-logo{
	width:53%;
    margin-right:13%;
}
.inscription-section .triathlete-store-logo{width:25%;margin-right:0;}
.inscription-section .transvision-bike-logo{width:24%;margin-right:3%;margin-top:26px;}
.inscription-section .terraventura-2{width:70%;}
    #retailers-modals .modal-dialog{
        width:auto;
        margin:70px 10px 50px;
        
    }
}

@media (max-width: 504px) {
	
    .header-img.thank-you{
    	height:1433px;
    }
	
    .container-fluid.thank-you .quote{
    	width:90%;
    }
	
	.coprisi > li {
		width: 100%;
		display: block;
		margin: 0 0 5px;
	}
	
	#DateCountdown{ 
		height: 95px !important; 
	}

}	


@media (max-width: 420px) {

	#DateCountdown{ 
		height: 80px !important; 
	}

}	

@media (max-width: 330px) {

	#DateCountdown{ 
		height: 60px !important; 
	}

}	


/* PAGE THANKS */
#seccion-thanks {margin: 0 auto; height: 750px;}

#seccion-thanks .img-background img {width: 100%; }


.header-img  {
    background: url("../img/img-thank-you.jpg") no-repeat !important;
    background-size: cover;
    width: 100% !important;
    
}

.header-img-header  {
    background: url("https://www.gfnyjerusalem.com/images/sliders/jerugra.jpg") no-repeat !important;
    background-size: cover;
    width: 100% !important;
    
}

.header-img.thank-you {
    height: 744px;
}

#islamex img { max-width:65%; }
#islamex .col-md-2 img { max-width:100%; }
.responsive {width: 100% !important;}

#imagesCTA {top: 460px;}

.header-image-header{width: 100%; height: 780px; background: url(../images/slider/jerugra.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}

.header-slider{
	position: relative;
}

.header-slider img{
	display: block;
	width: 100%;
	height: auto;
}

.header-slider-content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.header-slider-content img{
	position: relative;
	z-index: 10;
	display: block;
	height: 100%;
	width: auto;
	margin: auto;
}

.header-slider-link{
	position: absolute;
	z-index: 20;
	bottom: 6%;
	left: 6%;
	right: 0;
	width: 25%;
	height: 18%;
	margin: auto;
	display: block;
}

img.header-slider-image-mobile{
	display: none;
}

@media (max-width: 767px) {

	img.header-slider-image-desktop{
		display: none;
	}

	img.header-slider-image-mobile{
		display: block;
	}

	.header-slider-link{
		bottom: 5%;
		left: 13%;
		width: 51%;
		height: 19%;
	}

}

/* Slick Slider */
.header-slick-slider .slick-slide img{
	display: block;
	width: 100%;
	height: auto;
}

/* Slider Video Button */
.header-slick-slider-wrap{
	position: relative;
}

.header-slick-slider-wrap .video-button{
	position: absolute;	
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 86px;
	height: 86px;
	background: url('../images/icon-play.png') center center no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

@media (max-width: 767px) {

	.header-slick-slider-wrap .video-button{
		width: 60px;
		height: 60px;
	}

}