@charset "utf-8";

/* CSS Document */

html, body
{
	width: 100%;
	height: 100%;
}

body { background: url(../img/background-img.png?v=1) no-repeat center top, url(../img/background-2.png?=v1) repeat-x top left; }

/* Logo */
img{max-width:100%; height:auto;}
.brand
{
	height: 130px;
	padding: 20px 0;
	margin-bottom: 15px;
}

.header-logo
{
	display: block;
	width: 974px;
	height: 130px;
	background: url(../img/logo.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* Nav Bar */

.navbar-default
{
	background: #424549;
	background: -moz-linear-gradient(top, #424549 0%, #070707 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424549), color-stop(99%, #070707));
	background: -webkit-linear-gradient(top, #424549 0%, #070707 99%);
	background: -o-linear-gradient(top, #424549 0%, #070707 99%);
	background: -ms-linear-gradient(top, #4245494 0%, #070707 99%);
	background: linear-gradient(to bottom, #424549 0%, #070707 99%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424549', endColorstr='#070707', GradientType=0 );
	border-color: #45494d;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
	color: #FFF;
	background-color: transparent;
}

.navbar-nav>li
{
	float: left;
	/*border-right: solid 1px #b1770b;*/
	padding-right: 5px;
}

.navbar-nav>li:last-child
{
	float: left;
	background: transparent;
	padding-right: 5px;
}

.navbar-default .navbar-nav>li>a
{
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

.btn-success {
color: #fff;
background: #cc0000; /* Old browsers */
background: -moz-linear-gradient(top,  #a80329 0%, #73001b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a80329), color-stop(100%,#73001b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a80329 0%,#73001b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a80329 0%,#73001b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a80329 0%,#73001b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a80329 0%,#73001b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80329', endColorstr='#73001b',GradientType=0 ); /* IE6-9 */
border-color: #74030b;
}

/* Jumbotron */

.jumbotron
{
	max-width: 974px;
	min-height: 460px;
	padding: 0;
	padding-left: 0;
	padding-right: 0;

}

.background-img
{
	background-image: url(../img/main-img.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.slider {
padding-top: 6%;
padding-right: 1.3%;
}

.embed-container { position: relative; padding-bottom: 36.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 14%; 
left:39%; 
width: 572px; 
 padding: 14px 13px 14px 12px;
height: 309px;
background-image: url(../img/slider-background.png);
    background-repeat: no-repeat; }

.border-row
{
	padding: 10px 0;
	border-top: solid 1px #a30327;
	border-bottom: solid 1px #a30327;
}

/* Footer */
.footer{
	width:100%;
	text-align: center;
	color: #000;
	margin-top: 15px;
	font-family: 'Questrial', sans-serif;
	font-size:16px;

	}

/*footer
{
	text-align: center;
	color: #a30327;
	margin-top: 15px;
	border-top: solid 1px #a30327;
	font-family: 'Roboto Condensed', 'sans-serif';
}

footer a { color: #a30327; }*/

/* Media Queries */

@media (min-width: 1200px) {

.container { width: 974px; }
}

@media (min-width: 992px) {

.container { width: 974px; }
}

@media screen and (min-width: 768px) {

.container .jumbotron
{
	padding-left: 0;
	padding-right: 0;
}

.col-lg-4 { margin-bottom: 10px; }
}

@media (max-width:767px) {
.brand { height: 100px; }
.header-logo
{
	display: block;
	width: 728px;
	height: 100px;
	background: url(../img/logo-728.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.navbar-nav>li
{
	float: left;
	background: transparent;
	padding-right: 0;
}
}

@media screen and (max-width: 768px) {
	
	.jumbotron { background:transparent !important; min-height: 50px !important;}
	
/*	.slider
{
	padding-top: 0;
	padding-right: 0;
}*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; 
top: 0; 
left: 1%; 
width: 100%; 
height: 100%;
background:none;

 }	
	
}

@media (max-width:480px) {

.brand { height: 49px; }

.header-logo
{
	display: block;
	width: 100%;
	max-width: 320px;
	height: 49px;
	background: url(../img/logo-320.png) no-repeat;
	background-size:contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.navbar-nav>li
{
	float: left;
	background: transparent;
	padding-right: 0;
	width: 100%;
}

.col-lg-4 { margin-bottom: 10px; }
}
