/* CSS Document */
/* --- Fonts --- */
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../../lib/fonts/oswald-bold-webfont.eot');
    src: url('../../lib/fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../lib/fonts/oswald-bold-webfont.woff') format('woff'),
         url('../../lib/fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../../lib/fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../../lib/fonts/oswald-light-webfont.eot');
    src: url('../../lib/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../lib/fonts/oswald-light-webfont.woff') format('woff'),
         url('../../lib/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../../lib/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
  width:100%;
  height:100%;
  min-height:100%;
  margin:0px;
  padding:0px;
  font-family:'Oswald-Light';
  background-color:#EDEDED;
}

#body-home {
  background: url('../../lib/img/bg.jpg') no-repeat top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
}

#header-container{
	width:100%;
	padding:0;
}

#header{
	width:100%;
	margin: 0 auto;
	height:100px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	top:0px;
	overflow:hidden;
	
	background: #cd1812; /* Old browsers */
	background: -moz-linear-gradient(left, #6f156c 0%, #cd1812 50%, #fd7c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6f156c), color-stop(50%,#cd1812), color-stop(100%,#fd7c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #6f156c 0%,#cd1812 50%,#fd7c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #6f156c 0%,#cd1812 50%,#fd7c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #6f156c 0%,#cd1812 50%,#fd7c00 100%); /* IE10+ */
	background: linear-gradient(to right, #6f156c 0%,#cd1812 50%,#fd7c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f156c', endColorstr='#fd7c00',GradientType=1 ); /* IE6-9 */
}

.header-left{
	position:relative;
	float:left;
	width:50%;
	height:8px;
	margin-top:16px;
	margin-left:-175px;
	background-color:#FFF;
	padding:0;
	left:0.5px;
}

.header-middle{
	position:relative;
	float:left;
	width:200px;
	height:78px;
}

.header-right{
	position:relative;
	float:left;
	width:50%;
	height:8px;
	margin-top:51px;
	margin-right:-175px;
	background-color:#FFF;
	padding:0;
	left:-0.5px;
}

.header-right header{
	margin-left:-20px;
	margin-top:-40px;
	color:#FFF;
	white-space:nowrap;
	font-size:1.2em;
}

.header-right header strong{
	font-weight:normal;
	font-family:Oswald-Bold;
}

.bottom15 {
	margin-bottom:15px;
}

.resize-vertical {
	resize:vertical;
}

.text-area-min-height {
	min-height:100px !important;
}

.display-inline {
	display:inline;
}

/* --------- Bootstrap Specific --------- */
/* --- Media Queries --- */
@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

/* fixed navigation for scrolling down */
#nav-main.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}

#nav-main-header{
	padding-left:15px;
}

#main-container{
	font-size:1.2em;
	padding-bottom:50px;
}

.navbar {
	background-color: #1C1616;
    border: 0px solid !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #EEE;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #080808;
	background-color:#fd7c00;
}

.navbar-inverse ul.nav a:hover {
    color: #080808 !important;
	background-color:#fd7c00;
}

/* Custom Button */
.btn-custom {
  color: #EEE;
  background-color: #1C1616;
  border-color: #1C1616;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  color: #1C1616;
  background-color: #fd7c00;
  border-color: #000000;
}
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}
.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
  background-color: #1C1616;
  border-color: #1C1616;
}
.btn-custom .badge {
  color: #EEE;
  background-color: #1C1616;
}