﻿body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ed3334;
}
.text-white {
  color: #FFF;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

section ul li{
  font-size: 16px;
}

p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #ed3334;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;

  font-weight: 600;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #ed3334;
  border-color: #ed3334;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ed3334;
  border-color: #ed3334;
}
.btn-primary .badge {
  color: #ed3334;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #ed3334;
  border-color: #ed3334;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #ed3334;
  border-color: #ed3334;
}
.btn-xl .badge {
  color: #ed3334;
  background-color: white;
}

.navbar-custom .navbar-brand {
	padding: 15px 15px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-right{
  margin-top: 20px;
}

.navbar-custom .navbar-toggle {
  background-color: #ed3334;
  border-color: #ed3334;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: white;
  margin-top: 30px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #ed3334;
}
.navbar-custom .nav li a {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.navbar-nav>li>a {
    padding: 10px 8px 10px 8px;
    font-size: 14px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #ed3334;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #000;
  background-color: #0C205B;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #ed3334;
}  

.navbar-custom .navbar-brand {
    height: 80px;
}

.navbar-custom {
	background-color: #FFF;
	padding: 0;
  border-bottom: solid 1px #000;
}

.navbar-custom .dropdown-menu{
	background-color:#ed3334;
	color:#FFF;
	border:0;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;		
}

.navbar-custom .dropdown-menu>li>a{
	color:#FFF!important;
}

.navbar-custom .dropdown-menu>li>a:hover{
  background-color:#000;
  color: #FFF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#FFF;
	background-color:#333;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color:#ed3334;
  color: #FFF;
  border-radius: 3px 3px 0px 0px; 
}

@media (min-width: 768px) {
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }

  .thumbnail .caption{
		padding:20px;
	}

	.img-thumb h3{
		left:20px;
		font-size: 16px;
  }
}

@media (max-width: 767px) {
	.img-thumb h3{
		left:10px;
		font-size: 12px;

  }
  
  header .container{
    padding:0px;
  }

  .navbar-brand img{
    height: 50px;
  }

  .navbar-custom .navbar-brand {
    padding: 15px 15px;
  }

  .navbar-custom .dropdown-menu>li>a{
    color:#000!important;
  }
}

@media (min-width: 768px) and (max-width: 979px){
	.img-thumb h3{
		left:20px;
		font-size: 16px;
  }
  
  .navbar-brand img{
    height: 50px;
  }

  .navbar-custom .navbar-brand {
    padding: 15px 15px;
  }

}

header{
  margin-top:81px;
  background-color: #eee;
  margin-bottom: 0;
  background: url('../img/bg-dark.png');
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0px;

}

.section-heading-spacer {
  border-top: 3px solid #ed3334;
  float:left;
  width:150px;
  margin-top: 10px;
}

section h3.section-subheading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  section {
    padding: 30px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#gallery .portfolio-item {
  margin: 0 0 30px;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

section#contact {
  background-color: #000;
  color:white;
}

section#contact ul{
	font-size:16px;  
	line-height:1.5;
}

section#contact ul li{
	padding:2px;
}

section#email {
  background-color: #0C205B;
  color:white;
}

section#contact .section-heading {
  color: white;
}
section#email .form-group {
  margin-bottom: 25px;
}
section#email .form-group input,
section#email .form-group textarea {
  padding: 10px;
}
section#email .form-group input.form-control {
  height: auto;
}
section#email .form-group textarea.form-control {
  height: 176px;
}
section#email .form-control:focus {
  border-color: #ed3334;
  box-shadow: none;
}
section#email ::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#email :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#email ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#email :-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#email .text-danger {
  color: #e74c3c;
}

section.orange {
    color: #000;
    background-color: #EFEFEF;
    padding: 30px 0;
}
  
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
  background: #ed3334;
}
::selection {
  text-shadow: none;
  background: #ed3334;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #ed3334;
}

.thumbnail{
	border-radius:0;
	padding:0;
	border:none;
	
}
.img-thumb{
	position:relative;
	margin-bottom: 1px;
}

.img-thumb h3{
	position: absolute;
	bottom:0px;
	left:0;
	color:white;
	padding:10px;
	margin:0;
	background-color: #000;
	width:100%;
}

.img-thumb:hover h3{
	background-color:#ed3334;
}



.thumb-caption{
	pointer-events: none;
}

.cap-small{
	white-space:nowrap;
	overflow:hidden;
}

#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 20px;
  -webkit-border-radius:0;
  border-radius:0;
  background-color:#FFF;
  margin:0;  
  margin-top:-17px;
  opacity:0.7
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}

.owl-theme .owl-controls .owl-pagination {
	display:none;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 0px;
  top: 50%; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0px;
  top: 50%;
}

.owl-theme .slide-caption{
  position: absolute;
  left: 20px;
	bottom: 20px;
	width:100%;
	color:#FFF;
  z-index:9999;
  font-size: 30px;
  text-transform: uppercase;
}

.owl-theme .slide-caption .container{
	text-align:left;
}

.owl-theme .slide-caption h1, .owl-theme .slide-caption p{
	display:inline-block;
	background-color: rgba(0, 0, 0, 0.3);
	padding:10px;
}

.btn-orange{
	background-color:#20263F;
	color:#FFF;
	transition: all .3s ease-in-out;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.active {
    color: #FFF;
    background: #ed3334;
}

.videobox{
  margin-bottom: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}


@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}