@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One&subset=latin-ext');
/*TYPOGRAPHY*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Hammersmith One', sans-serif;
}
p, a, ul, ol, section, button, input {
	font-family: 'Open Sans', sans-serif;
}
/*FORMS*/
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/*IFRAME*/
iframe{
	width:100%;
	}
/*LINKS*/
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff591f;
	text-decoration: none;
}
/*BUTTONS*/
.btn-primary {
	color: #fff;
	background-color: #ff591f;
	border:4px solid #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ff591f;
	background-color: #fff;
	border-color: #fff;
}
/*BACKGROUNDS*/
.bg-inverted{
	background:#f8f8f8;
	}
/*COOKIES*/
#cookies {
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	background:#292929;
}
#cookies p {
	font-size: 13px;
}
/*FOOTER*/
#footer {
	background:#292929;
	font-size: 13px;
	color: #fff;
	padding-top: 10px;
}
#footer a {
	color: inherit;
}
.createdby {
	text-align: right;
	color: inherit;
}
.createdby img {
	height: 14px;
	opacity: 0.4;
	margin-top: -3px;
}
/*ARTICLES*/
.box-articles .thumbnail .caption h3{
	min-height:54px;
	}
.article-big-image{
	max-width:100%;
	min-width:340px;
	}
/*NAVIGATE*/
.navbar {
  margin-bottom:0px;
	min-height: 50px;
	border: 1px solid #ff591f;
	background-color: #ff591f;
	z-index: 10;
	border-radius:0;
  opacity:0.8;
}
.navbar-nav>li>a {
    font-family: 'Hammersmith One', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size:18px;
		padding-top:45px;
		border-bottom:4px solid transparent;
		color:#333;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #333;
		color:#fff;
		border-bottom:4px solid #333;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -75px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
}
@media(max-width:640px){
	.navbar {
    opacity:1;
}
}
/*HEADER SECTION*/
.header-white h1{
	color:#fff;
	margin:0;
	padding:5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.header-white h3{
	color:#fff;
	margin:0;
	padding:5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: light;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#big-pictures-section{
	background: url('../images/backgrounds/IMG_0503.JPG');
	background-size:cover;
	background-position:bottom;
	background-attachment: fixed;
	min-height:600px;
	margin-top:-115px;
	z-index: 0;
}
#big-pictures-section h1{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#logo-carousel{
	border-top:2px solid #ff591f;
}
#logo-carousel .owl-carousel .owl-item img {
    display: block;
    width:150px;
		height:90px;
    -webkit-transform-style: preserve-3d;
}
#news{
	background: url('../images/backgrounds/IMG_0503.JPG');
	background-size:cover;
	background-position:bottom;
	background-attachment: fixed;
	padding-top:2em;
	padding-bottom:2em;
}
#news .thumbnail, #news1 .thumbnail{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top:3px solid #ff591f;
	opacity:0.8;
}
#news .thumbnail:hover, #news1 .thumbnail:hover{
	opacity:1;
}
#news .thumbnail .caption-item, #news1 .thumbnail .caption-item{
	color:#777;
	font-size:13px;
	text-transform: uppercase;
	text-align:center;
}
.ball{
	float:left;
	margin-top:-10px;
	width:100%;
	text-align:center;
}
#about{
	padding-top:2em;
	padding-bottom:2em;
}
blockquote {
		color:#ff591f;
}
.features{
	padding-top:2em;
	padding-bottom:2em;
}
.features .thumbnail{
	border:0;
}
#sitemap{
	background:#ff591f;
	padding-top:2em;
	padding-bottom:2em;
}
#sitemap .nav-pills>li>a {
    border-radius: 4px;
		color:#333;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
		border-bottom:0;
}
#sitemap .nav>li>a:focus, #sitemap .nav>li>a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
#header-subpage{
	background:url('../images/backgrounds/IMG_0503.JPG');
	background-size:cover;
	background-position:center;
	min-height:230px;
	margin-top:-115px;
	z-index: 0;
}
#header-subpage h1{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	margin-top:35px;
}
#header-subpage h1 small{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #ff591f;
		text-align: center;
		text-transform: uppercase;
    background-color: transparent;
		border:0;
		border-bottom:2px solid #ff591f;
		font-family: 'Hammersmith One', sans-serif;
		font-weight: bold;
		font-size:20px;
}
.gallery .thumbnail{
	border:0;
	border-top:2px solid #ff591f;
	border-radius:0;
	padding:0;
}
.team .thumbnail{
	border:0;
}
.team .thumbnail:hover{
	background:#f8f8f8;
}
#team .nav>li>a:focus, #team .nav>li>a:hover {
    text-decoration: none;
    background-color: #ff591f;
    color: #fff;
    border-bottom:0;
}
