
#content-wrapper img {
	max-width: 100%;
	width: 100%;
}

/********************************************/
/** FRONT WRAPPER							*/
/********************************************/

#front-wrapper .row {
	margin: 0;
}

#front-banner {
	margin-bottom: 25px;
}

#front-banner2 {
}

/********************************************/
/** BQ 									*/
/********************************************/

#boxBq{
    text-align: right;
    margin-right: 50px;
    font-weight: 600;
    font-size: 5px !important;
    
}
#boxBq a:hover{
    color:#f37a02 !important;
    
}

#bannerBQ{
	background-color: #242D33;
	margin: 5px;
}

#banner_publi_home{
	margin-top:25px;
}

#logo-banner-bq{
	display: block;
	font-size:36px;
	color: #eee;
}

.text-banner-bq{
	display: block;
	font-family: 'Verdana';
	font-size: 13px;
	color: #eee;
	line-height: 21px;
	
}

.text-banner-bq a{
	display: inline-block;
	text-decoration: none;
	color: #eee!important;
}



/********************************************/
/** SLIDER									*/
/********************************************/

#slider-wrapper {
	position: relative;
}

#slider {
	position: relative;
}

#slider a {
	text-decoration: none;
}

.slide-wrapper {	
	display: block;
	max-width: 853px;
	max-height: 568px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	visibility: hidden;
	position: absolute;
	opacity: 0;
	z-index: 0;
  	transition: opacity .75s ease;
}

.slide-wrapper.show {
	visibility: visible;
	position: relative;
	opacity: 1;
	z-index: 1;
}

.slide-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.slide-wrapper:first-child {
}

img.slide {
	width: 100%;
	height: 100%;
	
	max-width: 100%;
	max-height: 100%;
}

#slide-controls {
	position: absolute;
	width: 100%;
	bottom: 50%;
	padding: 0 25px;
	margin-top: 50%;
	margin-bottom: 25px;
	z-index: 2;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

#slide-controls a {
	color: #eee;
	font-size: 32px;
	padding: 10px;
	background-color: rgba( 0, 0, 0, 0.5 );
}

.slide-text {
	position: absolute;
	bottom: 0px;
	background-color: rgba( 0, 0, 0, 0.5 );
	width: 100%;
	padding: 30px;
	color: #eee;
}

#titleSlider{
	font-family: 'Merriweather', serif;
	font-size: 35px;
}

#descriptionSlider{
	font-family: 'Verdana';
	font-size: 16px;
	line-height: 16pt;
}

@media ( max-width: 767px ) {
	#descriptionSlider {
		font-size: 12px;
		line-height: 13px;
	}
	#titleSlider {
		font-size: 17px;
	}
}


/********************************************/
/** FRONT-RIGHT								*/
/********************************************/

#front-right {
}


/********************************************/
/** FRONT-RIGHT								*/
/********************************************/

@media screen and (max-width: 800px) {
	#group-finder {  }
}


#group-finder {
	background-color: #242D33;
	padding: 15px;
	color: #eee;
	height: 364px;
}

.group-finder-row {
	padding: 5px 0;
	font-weight: bold;
}

.group-finder-row:last-child {
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 0;
}


/********************************************/
/** VIDEOS									*/
/********************************************/

#videos {
	margin-bottom: 0px;
	border-color: #242D33;
	background-color: #242D33; 
	
}


.video {
	padding: 10px;
}

.video:last-child {
	border-right: 1px solid;
}

.video-controls {
	background-color: #242D33;
	color: #eee;
	padding: 10px;
}

.linea-div{
	width: 100%;
	background-color: #242D33;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 3px;
	
}

.pointEvent{
	font-weight: bold;
	font-size: 60px;
}





