@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

body, html {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #545454;
	background:url(../img/bg.png);
}
h1 {
	text-transform: uppercase;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size:25px;
	line-height: 30px;
	margin: 0 0 0.5em 0;
	color: #FFFFFF; 
}
h2 span {
	font-weight: 400;
	font-size: 30px;
	display: block;
	color:#FF0000
}
h3 {
	font-size: 18px;
	font-weight: 900;
}
h4 {
	text-transform: uppercase;
	color: #FFFFFF
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Exo 2', sans-serif;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	font-family: 'Exo 2', sans-serif;
}
a {
	color: #FF0000;
}
a:hover, a:focus {
	text-decoration: none;
	color: #FF0000;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.space {
	padding: 2% 0
}
.content {
	position: relative;
}
.color {
	color: #176135;
}
a.fa.fa-angle-down {
	padding: 20px 25px;
	color: #fff;
	background: rgba(255, 0, 0, 0.5);
	border-radius: 50%;
	font-size: 24px;
	margin-top: 50px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover {
	background: rgba(255, 0, 0, 0.9);
	color: #ffffff;
}

.btn-default {
	color: #FFF;
    background-color: #000000;
	text-transform: uppercase;
	border:none;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover { 
	color: #FFFFFF;
    background-color: #FF0000;}


/* Navigation */
#hp-menu {
	padding: 20px;
	transition: all 0.8s;
}
#hp-menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: #000;
}
#hp-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}
#hp-menu .navbar-brand {
	padding: 0
}
#hp-menu .navbar-brand img {
	margin-top: -2px; max-width:80%
}
#hp-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #DDDDDD;
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 15px 9px;
}
.on {
	background-color: rgba(0, 0, 0, 0.7) !important;
	padding: 10px 5px 0 5px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: /*#080808*/#FF0000 !important;
	background-color: transparent;
	font-weight: 700;
	/*border: solid 1px;*/
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
	margin-top: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #080808;
	border-color: #FF0000;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FF0000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF
}
.navbar-default .navbar-toggle {
	border-color: #FFF;
	margin-top: 5px
}
.navbar {
	min-height: 75px;
	margin-bottom: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover  {background-color: #FF0000;}




/* Home Style */
#hp-home {
	 color: #FFF;
}
#hp-home .content { padding:15% 0 5% 0}
#hp-home .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(17%, rgba(0,0,0,0.73)), color-stop(35%, rgba(0,0,0,0.66)), color-stop(62%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}

.overlayfull {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(17%, rgba(0,0,0,0.73)), color-stop(35%, rgba(0,0,0,0.66)), color-stop(62%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 */
	 width: 100%;    height: 100%; 
}

#hp-home p.lead {	color: #FFF; padding: 10px}

/* Home select menu banner */
#hp-home-select { border:#800000; border-bottom:solid #800000 1px; border-top:solid #800000 1px; background:#111111}
#hp-home-select .content { padding: 5% 0 5% 0}
#hp-home-select .content a:hover img { 
	opacity: 0.3;
    filter: alpha(opacity=30);
	-webkit-transition: 0.5s; 
    transition: 0.5s;}
#hp-home-select .content a:hover h2{ color:#FF0000;	text-align:center}
#hp-home-select .ban-op-cont { display:block;position: relative; margin-bottom:1em; background: #000; text-align: center; border:solid #800000 1px}
#hp-home-select .title { position:absolute; bottom:0; width:100%;  color:#FFFFFF; font-size:30px; text-transform:uppercase; padding:15px; margin:0 0 0 0; background:rgba(0, 0, 0, 0.8)}

/* Home carousel banner */
#hp-home .carousel, #hp-home .item { height: 100%}
#hp-home .carousel-inner { height: 100%}
	/* Background images are set within the HTML using inline CSS, not here */
#hp-home .fill {    width: 100%;    height: 100%;    background-position: center;    -webkit-background-size: cover;    -moz-background-size: cover;    background-size: cover;    -o-background-size: cover}

#hp-home .carousel-caption { top:30%}
#hp-home .carousel-caption img { max-width:100%}

.carousel-fade .carousel-inner .item {  -webkit-transition-property: opacity;  transition-property: opacity}
.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {  opacity: 0}
.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {  opacity: 1}
.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {  left: 0;  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0)}
.carousel-fade .carousel-control {  z-index: 2}
.carousel, .carousel-inner, .carousel-inner .item { height: 100%;}


/* Home intro */
#hp-home-intro {
	background: url(../img/home-intro.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFF;
	margin:5% 0
}
#hp-home-intro .content { padding:10% 0 5% 0}
#hp-home-intro .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(17%, rgba(0,0,0,0.73)), color-stop(35%, rgba(0,0,0,0.66)), color-stop(62%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}




/* Pages Generic Style */
#hp-gen {
background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    color: #FFF;
    min-height: 330px;
}
#hp-gen .content { padding:15% 0 5% 0}
#hp-gen .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(17%, rgba(0,0,0,0.73)), color-stop(35%, rgba(0,0,0,0.66)), color-stop(62%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 */
	height: 350px;
	background-attachment: fixed;
}
#hp-gen p.lead {
	color: #FFF;
	padding: 10px;
}

/* headers images pages generics */
	.header01 {background: url(../img/banners/gen01.jpg);}
	.header02 {background: url(../img/banners/gen02.jpg);}
	.header03 {background: url(../img/banners/gen03.jpg);}
	.header04 {background: url(../img/banners/gen04.jpg);}
	.header05 {background: url(../img/banners/gen05.jpg);}
	.header06 {background: url(../img/banners/gen06.jpg);}
	.header07 {background: url(../img/banners/gen07.jpg);}
	.header08 {background: url(../img/banners/gen08.jpg);}
	.header09 {background: url(../img/banners/gen09.jpg);}

#hp-gen-intro .content ul { margin-left:1em}
	
#hp-gen-intro {
	color: #FFF;
	margin:0 0;
	background-color:rgba(0,0,0,1.00)
}
#hp-gen-intro .content { padding:5% 0 5% 0}

#hp-gen-intro .content h2 { margin-top:2em; text-transform:uppercase}

/* Contact Section */

.btn-primary { background-color: #FF0000; border-color: #D90000}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-info:hover, .btn-info:focus { background-color: #333; border-color: #444}
.btn-info { color: #fff; background-color: #666666; border-color: #666666}
.form-control-feedback { padding-left: 9px}
.alert-success {color: #3c763d; background-color: #fefefe; border-color: #d6e9c6;font-size: 20px;text-align: center;margin-top: 1em}
.alert { padding: 15px; margin-bottom: 20px; border: 6px solid transparent; border-radius: 3px;}

/* myCarousel */
#myCarousel { margin-bottom:2em}


/* Footer */
#footer { color:#FFFFFF}
nav#footer {
	background: #222222;
	color: #FFFFFF;
	padding: 2% 0 2% 0;
}
nav#footer .fnav {
	vertical-align: middle;
}
ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
nav#footer p { margin-top:0.5em
	
}
#footer i.fa {
	height: 30px;
	width: 30px;
	font-size:30px;
	padding: 4px 5px;
	color: #FFFFFF;
	transition: all 0.5s;
}
#footer i.fa:hover {
	color: #FF0000;
}
#footer ul { list-style:none; text-transform:uppercase; font-size:17px; margin-top:0.5em}
#footer ul a { color:#FFFFFF}
#footer ul a:hover {color: #FF0000;}

#footer ul.footer-social { display:NONE}



/* custom carousel */
#custom_carousel .item {
	color: #000;
	background-color: #eee;
	padding: 20px 0;
	font-size: 14px
}
#custom_carousel .item .container-fluid ul {
	margin: 2%
}
#custom_carousel .item .container-fluid li {
	margin-bottom: 1%
}
#custom_carousel .controls {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	text-align: center;
	position: relative;
	background: #ddd
}
#custom_carousel .controls li {
	display: table-cell;
	width: 1%;
	max-width: 90px;
}
#custom_carousel .controls li.active {
	background-color: #eee;
	border-top: 3px solid #176135;
}
#custom_carousel .controls a small {
	overflow: hidden;
	display: block;
	font-size: 10px;
	margin-top: 5px;
	font-weight: bold
}

/* carousel responsive*/
@media (max-width: 990px) {
.container-fluid h2 {
	margin: 3%
}
.container-fluid ul {
	margin-left: 5% !important
}
}

@media (max-width: 768px) {

}

/*cookies style*/
#cookie-law {background-color: rgba(0, 0, 0, 0.9);color: #fff;text-align: center;padding: 1.5em 0 1em;bottom: 0;position: fixed;width: 100%;z-index: 9999;}
#cookie-law p a {color: #fff; text-decoration: underline;}


/* Modal */
.modal-dialog ul { margin-left:1em }
.modal-body { padding: 1em}
.modal-body h2 { margin: 1em 0 0.5em 0;}
.modal-body table td { padding:10px}

/* Lightbox */
.thumbnail {
   padding: inherit ; 
   line-height: inherit;
   background-color: transparent; 
   border: inherit; 
   border-radius:inherit; 
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center; 
	border-radius: 0   
}

#lightbox .modal-body {padding: 1px}

#lightbox .close {
opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 2px 7px;
    border-radius: 0;
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: 1px;
    right: -78px;
    z-index: 1032;
}