/*
 * Custom CSS
 *
 * @author Pablo Barriga
 * @date 2015-06-16
 *
 */	
				
 
/* Global */
* {
  color: #333333;
}
body {
  background-color:#ffffff;
}
.panel a {
  color: #666666;
}

/* NavBar */
/*
.navbar {
	min-height:70px;
}
.logoimg {
	left: 10px;
	position: absolute;
	top: 13px;
}
*/
.timer_1 {
  display: block;
  margin: 20px auto -26px;
  position: relative;
  top: 0;
  width: 220px;
  z-index: 2;
}

/* Content */
#bg { 
	display:none; 
}
.half-image {
	z-index:2;
	position:fixed;
	height:100%;
	top:0;
	width:27.33333333%;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
}
.half-image-left {
	left:0;
}
.half-image-right {
	right:0;
}
@media only screen and (max-width: 1800px) {
	.half-image {
		width:25.33333333%;
	}
}
@media only screen and (max-width: 1650px) {
	.half-image {
		width:23.33333333%;
	}
}
@media only screen and (max-width: 1500px) {
	.half-image {
		width:21.33333333%;
	}
}
@media only screen and (max-width: 1350px) {
	.half-image {
		width:18.33333333%;
	}
}
@media only screen and (max-width: 1100px) {
	.half-image {
		width:16.33333333%;
	}
}
.bottom-image {
	display:none;
}

.panel .animated .desk-only-inline {
	display:none!important;
}

/* Transparent Box */
.transparent-box {
  background-color:rgba(226,226,226,.4);
  box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.transparent-box.question h2.translation {
  color: #666666;
}
.transparent-box h2 {
  color: #666666;
}
.transparent-box.question .answers .btn {
  background-color: #08a6a8;
  border:none;
}
.transparent-box.question .answers .btn:hover {
	background-color:#35d9db;
	color:#ffffff;
}
.progress-bar {
  background-color: #08a6a8;
}
.transparent-box.question .answers .alert-warning {
  background-color: #dc7e35;
  background-image: none;
  border: none;
	padding-top:6px;
	padding-bottom:6px;
	min-height:50px;
	line-height: 38px;
	margin-bottom:0;
}

/* Footer */
.footer {
  font-size: 9px;
  text-align: center;
	opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

/* ------------------------------------------------------------------------*/
/* COL LG */
/* ------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.timer_1 {
		margin-bottom:-15px;
	}
}

/* ------------------------------------------------------------------------*/
/* TABLETS
/* ------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
	
	.half-image {
		display:none;
	}
	.bottom-image {
		display:block;
		width:100%;
		height:auto;
	}
	.panel {
		margin-bottom: -15px;
	}
	.footer {
		margin-bottom:10px;
	}
}	

/* ------------------------------------------------------------------------*/
/* COL MD */
/* ------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {

	
}

/* ------------------------------------------------------------------------*/
/* COL SM */
/* ------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.panel {
		margin-bottom: -10px;
	}
	/*
	.timer_1 {
		margin: 0 auto 0;
		top: 22px;
		color:#ffffff;
	}  
	*/ 

}

/* ------------------------------------------------------------------------*/
/* EXTRA SMALL */
/* ------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	
	.timer_1 {
		margin-bottom:-8px;
		margin-top:2px;
	}

	.bottom-image {
		display:none;
	}

}
