
/*
|--------------------------------------------------------------------------
| Custom CSS
|--------------------------------------------------------------------------

*/

body {
	background:#fff;
}

#sideBar {
  position: fixed;
  display:block;
  opacity: .99;
  left: -180px;
  background: #000;
  height: 100%;
  overflow-y: auto;
  z-index:8;
  -webkit-transition: left .25s ease-in-out;
  -moz-transition: left .25s ease-in-out;
  transition: left .25s ease-in-out;
}

.login-bar {
    border-bottom: #ccc solid thin;
    text-align: center;
    padding: 9px;
	margin-bottom:20px;
	background:#f5f5f5;
}

.topHeader {
	position:fixed;
	top:0px;
	height:50px;
	width:100%;
	background:#000;
	padding:5px 10px;
}

.footer {
	position:fixed;
	bottom:0px;
	height:30px;
	width:100%;
	background:#000;
	border-top: 1px solid #F30;
	padding:8px 0px;
}

.txtFooter {
	font-size:10px;
}

a.txtFooter {
	color:#333 !important;
	font-size:10px;
	text-decoration:none;
}

a:hover {
	text-decoration:none !important;
}

.btnMenu {
	width:80px;
	float:left;
}

.btnFacebook {
	width:50px;
	float:right;
}

.container-login {
	background:url(../images2/fondo_pronosticos2.jpg) top no-repeat;
	padding: 10% 22px;
	height: 800px;
}


.container {
	padding-right: 22px;
	padding-left: 22px;
	margin-bottom:50px;
}

.container p {
	text-align:justify;
}

.container ul li {
	text-align:justify;
}

.divInstrucciones {
	margin:0px 50px;
}

.divInstrucciones p {
	text-align:justify;
}

.logoHome {
	width: 300px;
	height: auto;
	padding-top: 12px;
}

.logo {
	width: 200px;
	height: auto;
	margin-top: -10px;
}

.icoList {
	width: 25px;
	height: auto;
	padding: 0px;
	text-align:right;
	float:right;
	
}

.header {
	width:100%;
	height: 100px;
	background: #ff362c;
	margin: 0px;
	padding: 2% 10px 0px 10px;
}


.btn-default {
    color: #fff !important;
    background-color: #0079d1 !important;
    border-color: #0079d1 !important;
}





.gate {
background-image: url(../images2/back_gate.jpg);
background-repeat:no-repeat;
background-size: cover;
background-position:center;
}

#main-footer2 {
  padding-top: 150px;
  padding-bottom: 0;
}

	
#wrapper {
  padding-left:170px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}



#wrapper .content {
  padding: 5px 15px;
}
#wrapper.toggled {
  padding-left: 0;
}
#wrapper.toggled #sideBar {
  left: -300px;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}



@media (max-width: 768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 170px;
  }
  #wrapper.toggled #sideBar {
    left: 0;
    opacity: 1;
  }

  #sideBar {
    left: -300px;
  }
}


.toggle {
    font-size: 1em;
    margin: 5px 5px 0 5px;
    padding: 15px 20px;
}

.btn-dark {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .2);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}


section.acerca {
	background: url(../images2/back_2.jpg) no-repeat;
	width: 100%;
    height: 100%;
	overflow: hidden;
}

section.premios {
	background: url(../images2/back_3.jpg) no-repeat;
	width: 100%;
    height: 100%;
	overflow: hidden;
	padding-top: 96px !important;
}


/* typography */


/*
|--------------------------------------------------------------------------
| bloc images
|--------------------------------------------------------------------------
*/	
/*** News ***/

.news-1 {
	background-image:url(../images2/news/news-3.jpg);
}

.news-2 {
	background-image:url(../images2/news/news-2.jpg);
}

.news-3 {
	background-image:url(../images2/news/news-1.jpg);
	background-position: top right;
}

.city {
	background-image:url(../images2/theme-pics/city.jpg);
	background-position: center center;
}


.team-1 {
	background-image:url(../images2/team/team-corporate-1.jpg);
}

.team-2 {
	background-image:url(../images2/team/team-corporate-2.jpg);
}

.team-3 {
	background-image:url(../images2/team/team-corporate-3.jpg);
	background-position: top right;
}


/*** adjust some icons ***/

/** single portfolio **/
#back-to-portfolio i:before{
	margin-right: 17px;
}

/** NEKO AJAX a bouger dans le framework **/
.neko-Ajax-loader{
	overflow:hidden;
	position: relative;
}

.neko-Ajax-loader .swiper-preloader {
	position: absolute;
	left: 0;
	bottom: -300px;
	z-index: 1;
	text-align: center;
	line-height: 100px;
	background: rgba(255, 255, 255, .6);
	height: 100px;
	width: 100%;
	opacity: 0;
	font-size: 25px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.neko-Ajax-loader .swiper-preloader.visible {
	bottom: 0px;
	opacity: 1;
	/*z-index: 1;*/
}

@media (max-width: 1025px) {
	
	.swiper-horizontal .swiper-scrollbar{
		height:30px;
		bottom:auto;
		top:0;
		background: rgba(255,255,255,.6);
	}

	.swiper-horizontal  .swiper-scrollbar-drag{
		background: rgba(0,0,0,.6);
	}
}

/** NEKO AJAX a bouger dans le framework **/

/* fix align in template-services.html */
.service-row {
	margin-right: -50px;
	margin-left: -50px;
}

/* image position absolute on home */
.img-absolute {
	position:relative;

}

.img-absolute .img-absolute-wrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

.img-absolute-spacer {
	height:100px;
}


/*** coming soon ***/

#coming-soon-3 label {
	display:none;
}

#coming-soon-3 .form-control {
	color:white;
	font-weight: bold;
}

.logo-coming-soon {
width:200px;
}

@media (max-width: 1024px) {
	body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav > li > a.btn.border {
		color: #222;
		border-color: #222;
	}


}
@media (max-width: 1024px) {
	.neko-mega-menu.image-background {
		background:none;
	}
}



.fullcoveredvideo {
	top:auto!important;
	bottom:0!important;
}
