@CHARSET "UTF-8";

#product-detail {
	position: relative;
}

#owl-product {
	height: 550px
}
#owl-product .galleria-theme-classic .galleria-image-nav-right {
	background-position: -265px 50px;
}

#send-request {
    font-weight: 900;
    font-size: 0.9em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

#product-detail .galleria-stage {
	margin-bottom: 30px; 
	clear: both;
	}
	
.galleria-image img{
	margin-left: 10px; 
	margin-right: 10px;
	}

/* MIN 768 / MAX 992   ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
#product-detail .txt {margin-top: 30px;}

}

 /* MIN 544 / MAX 767 ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
#product-detail .txt {margin-top: 30px;}
#product-detail .galleria-stage {}
.galleria-image img{}
}

/* 

.detail-template .btn-labeled {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	font-size: 1em;
	padding: 15px 40px;
}

.detail-template .btn-label {
	text-align: center;
	padding: 15px;
}

.detail-template .btn-label i {
	top: 4px;
	left: -2px;
}

.bg-white.txt {
	background-color: #fff;
	position: relative;
	z-index: 50;
	text-align: justify;
}

.bg-white.txt h1 {
	text-transform: uppercase;
	margin-bottom: 40px;
}

#owl-content {
	height: 550px
}

#owl-content .galleria-theme-classic .galleria-image-nav-right {
	background-position: -265px 50px;
}

.detail-template .btn-red {
	margin-top: 40px;
}

.detail-template .btn-link {
    color: #645b45;
    margin-top: 40px;
}

.document-list {
    margin-top: 40px;
    margin-bottom: 40px;
}
.link_download {
    color: #645B45 !important;
    line-height: 16px;
    font-style: italic;
    background: url(../img/logo_download.png) no-repeat top left;
    padding: 8px 0 6px 50px;
    display: block;
    height: 43px;
}

.btn-label {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	padding: 20px 20px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.btn-blue .btn-label {
	background-color: #002a4d;
}

.btn-label i {
	font-size: 1.6em;
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}

.btn-blue.btn:hover i, .btn-blue.btn:focus i, .btn-blue.btn:active:focus i {
	color: #002a4d;
	color: #fff;
}

.btn-labeled {
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
}

.btn-labeled.btn-mini {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	font-size: 1em;
	padding: 15px 40px;
}

.btn-labeled.btn-mini .btn-label {
	text-align: center;
	padding: 15px;
}

.btn-labeled.btn-mini .btn-label i {
	top: 4px;
	left: 2px;
}*/