#cover-container{
	position:relative;
}

#cover{
	height:auto;
	background-color:#ddd;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	background-color:transparent;
	background-position:center center;
	background-repeat: no-repeat;

}

#cover.top{
	background-position:center top;
}

#cover.bottom{
	background-position:center bottom;
}

#tsearch{
	position:absolute;
	height:70px;
	top:0;
	left:0;
	right:0;
}

.btn-c{
	padding-right:10px;
	padding-top:5px;
	float: left;
}

.btn-cc{
	padding-right:5px;
	padding-top:5px;
	float: left;
}

.btn-cc.no-pr{
	padding-right:0;
}

.btn-cc a.social{
	color: #003B65;
}

.btn-ct{
	padding-right:5px;
	padding-top:10px;
	vertical-align: middle;
    float: left;
}



#tools-c{
	padding:5px 0 10px 0;
	background-color:#a8d6f8;
	color:#003b65;
}

#tools-c-off{
	padding:5px 0 10px 0;
	background-color:#8DC2E8;
	color:#003B65;
	display:none;
}

#cover-gradient{
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Standard syntax (must be last) */
}

#cover a{
	color:#fff;
}

.cover-info{
	padding-top:130px;
	padding-bottom:100px;
}

.cover-title{
	color:#fff;
	font-size:42px;
	line-height:45px;
	font-family: 'TitilliumWeb-SemiBold';
	text-shadow: 2px 2px 2px #555;
}

.cover-header{
	color:#fff;
	font-size:22px;
	line-height:25px;
	font-family: 'TitilliumWeb-SemiBold';
	text-shadow: 2px 2px 2px #555;
}

.cover-subtitle{
	color:#fff;
	font-size:22px;
	font-family: 'TitilliumWeb-SemiBold';
	text-shadow: 2px 2px 2px #555;
}

.cover-space{
	padding-top:30px;
}

.cover-space-more{
	padding-top:40px;
}

.box-c{
	
	display:inline-block;
	background-color:rgba(255,255,255,0.75);
	padding:25px;
	border:2px solid #fff;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

.graph{
	display:inline-block;
}

.graph .bars { 
	height: 185px; 
	position:relative;
}

.graph .bar { 
	float: left; 
	width: 40px; 
	position: relative; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	background-color:#003b64;
	cursor: pointer;
}

.graph .bar i{
	position:absolute;
	bottom:5px;
	left:10px;
	color:#fff;
}

.graph .bar span { color: #fff; width: 100%; float: left; text-align: center; margin-top: 5px; }
.graph p { font-size: 11px; text-align: center; }

.tooltipsy{
    padding: 10px;
    max-width: 200px;
    font-size:12px;
	line-height:14px;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box-price{
	width:200px;
}

.rating-label{
	font-size: 11px; 
	text-align: center;
}

.social {
	font-size:12px;
}

.social .icon{
	font-size:32px;
}



.tab-panel{
	
}

.tab-panel-main{
	float:none;
	width: auto;
    overflow: hidden;
	padding:20px;
	display:none;
}

@media (min-width: 992px) {
	.tab-panel-main{
		border-right:1px solid #BFBFBF;
	}
}

.tab-panel-adv{
	float:right;
	width:160px;
	padding:20px;
}

.panel-box{
	padding-bottom:20px;
}

.panel-box.bt{
	padding-top:20px;
	border-top:1px solid #BFBFBF;
}

.panel-title{
	font-family: TitilliumWeb-SemiBold, arial, helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#005d9f;
}

.panel-subtitle{
	font-family: TitilliumWeb-SemiBold, arial, helvetica, sans-serif;
	font-size:20px;
	color:#005d9f;
}

.panel-subtitle.grey{
	color:#003B64;
	font-size:18px;
	font-weight: normal;
}

.pr{
	padding-right:10px;
}

#gallery_main{
	padding-bottom:15px;
}

#map{
	
	width:100%;
	height:200px;
	background-color:#ddd;
	
}

#imagelightbox{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
	
	border:5px solid #fff;
}

/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #888;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	/*
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .75 ); 
	box-shadow: 0 0 5px rgba( 0, 0, 0, .75 );
	*/
}
#imagelightbox-loading div
{
	width: 1.25em; /* 20 */
	height: 1.25em; /* 20 */
	background-color: #fff;

	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading
{
	from { opacity: .5;	-webkit-transform: scale( .75 ); }
	50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
	to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading
{
	from { opacity: .5;	transform: scale( .75 ); }
	50%	 { opacity: 1;	transform: scale( 1 ); }
	to	 { opacity: .5;	transform: scale( .75 ); }
}


/* OVERLAY */

#imagelightbox-overlay
{
	background-color: #fff;
	background-color: rgba( 0, 0, 0, .75 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


#div-review{
	display:block;
}

#div-review-form{
	display:none;
}

.full-review{
	display:none;
}

.reviews{
	padding-bottom:40px;
}

.box-review-c{
	border-bottom:1px solid #BFBFBF;
}

.box-review{
	border-top:1px solid #BFBFBF;
	background:#fff url('../../img/box-review-sep.png') 164px 0 repeat-y;
	min-height:200px;
	position:relative;
}

.box-review.user-crt{
	background-color:#e5f0f8;
}

@media (max-width: 1199px) {
    .box-review{
		background-image:none;
	}
}

.box-review .certified{
	display:none;
	width:73px;
	height:72px;
	position:absolute;
	top:-7px;
	left:-7px;
	background:transparent url('../../img/box-review-certified.png') 0 0 no-repeat;
}

.box-review .certified.user-crt{
	display:block;
}

.review-title{
	font-family: TitilliumWeb-SemiBold, arial, helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#005d9f;
}

.review-text{
	color:#555;
}

.suggested-for{
	display:inline-block;
	width:75px;
	height:75px;
	background:transparent url('../../img/suggested-for.png') 0 0 no-repeat;
}

.suggested-for-c{
	padding:20px;
	display:inline-block;
}

.suggested-for.ami{
	background-position:0 0;
}

.suggested-for.ami:hover{
	background-position:0 -75px;
}

.suggested-for.ami.selected{
	background-position:0 -150px;
}

.suggested-for.fam{
	background-position:-75px 0;
}

.suggested-for.fam:hover{
	background-position:-75px -75px;
}

.suggested-for.fam.selected{
	background-position:-75px -150px;
}

.suggested-for.sol{
	background-position:-150px 0;
}

.suggested-for.sol:hover{
	background-position:-150px -75px;
}

.suggested-for.sol.selected{
	background-position:-150px -150px;
}

.suggested-for.cop{
	background-position:-225px 0;
}

.suggested-for.cop:hover{
	background-position:-225px -75px;
}

.suggested-for.cop.selected{
	background-position:-225px -150px;
}

.rating-sel{
	position:relative;
}

.rating-sel .rating{

}

.rating-sel .rating-block{
	display:block;
	width:20px;
	height:22px;
	position:absolute;
	cursor:pointer;
}

.rating-sel .rating-block-1{
	top:0;
	left:0;
}

.rating-sel .rating-block-2{
	top:0;
	left:23px;
}

.rating-sel .rating-block-3{
	top:0;
	left:47px;
}

.rating-sel .rating-block-4{
	top:0;
	left:70px;
}

.rating-sel .rating-block-5{
	top:0;
	left:94px;
}

.rating-sel .rating-block-6{
	top:0;
	left:117px;
}

.rating-sel .rating-block-7{
	top:0;
	left:140px;
}

#div-review-submit-1{
	display:block;
}

#div-review-submit-2{
	display:none;
}

#div-btn-review{
	display:block;
}

#div-btn-review-notlogged{
	display:none;
}

#div-review-form-ok{
	display:none;
	color:#009900;
}

.icon.check-ok{
	font-size:50px;
	font-weight:bold;
	color:#009900;
}


.comment{
	padding:15px;
	background-color:#eee;
}

.user-crt .comment{
	background-color:#D4E2ED;
}

.div-reply-textarea{
	display:none;
}

a.like{
	color:#3290d5;
	font-size:18px;
}

.like-err{
	display:none;
	color:#990000;
}

#div-detail-contact{
	display:none;
}



/* FORM */

.field-label{
	padding-bottom:4px;
	color:#3290D5;
}

.has-error .field-label{
	color:#990000;
}

#box-error-c{
	/*display:none;*/
}

#box-error{
	background-color:#ffeeee;
	padding:15px;
	color:#990000;
	display:block;
}

#contact-ok{
	display:none;
}

#contact-ko{
	display:none;
}

#box-error-c{
	display:none;
}