body {
    font-size: 15px;
    line-height: 24px;
    background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: justify;
}

strong {
	font-weight: 500;
}

.carousel-indicators {
    z-index: 1 !important;
}

.videos {
    z-index: 2000 !important;
}

ul li {
  list-style: square; 
  line-height: 30px;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Titillium Web', sans-serif;
}

a {
    color: #cbcbcb;
}

a:hover { color: #fc9632; text-decoration: none; }

.active{
  background:#d8313c !important;
  color: white;
}


.navbar {
  background: #403d3f;
}

.nav > li {
    position: relative;
    display: block;
	font-family: 'Titillium Web', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.navbar-nav > li > a {
  border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.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-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fc9632;
    background-color: transparent;
}

.carousel-inner > .active {
    background: white!important;
}

footer {
    margin-top: 40px;
    padding: 20px;
    background: #403d3f;
}

footer h3 {
    color: #fc9632;
    margin-bottom: 20px;
}

#social-icons .btn-group {
    color: #cbcbcb;
}

.carousel-caption {
    font-family: 'Lato', sans-serif;
}

.side-left {
    background: #403d3f;
}

.services-header-body {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.text-orange {
    color: #fc9632;
}

.text-red {
    color: #d8313c;
}

.services-group {
    background: #403d3f;
}

.services-section .services-title {
    text-transform: uppercase;
	margin-bottom: 10px;
}

.carousel-caption {
    padding-bottom: 250px;
	z-index: 5000;
}


/*form*/

input[type=text],textarea {
  width: 97.7%;
  height: 34px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  border: 2px solid #ccc;
  color: #4f4f4f;
  font-size: 16px;
  border-radius: 5px;
}

textarea{
  resize:none;
  height:80px;
}

label {
    color: #4f4f4f;
    text-shadow: none;
    font-size: 16px;
    font-weight: normal;
}

input, button, select, textarea {
    font-size: 16px;
    line-height: 30px;
}

.submit {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
  border: 2px solid #e5a900;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0px #13506D;
  width: 100%;
  border-radius: 5px;
}
.submit:hover {
  background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}


/*Media Queries*/

@media (min-width: 800px) {
.side-left {
    height: auto; 
}
}



@media (max-width: 768px) {
.navbar-mobile {
    float: none !important;
    margin-top: 60px; 
}
}


@media (min-width: 768px) and (max-width: 990px) {

.nav > li {
    font-size: 11px !important;
}

.navbar-nav > li > a {
    padding: 5px 5px !important;
    margin: 5px 5px;
}

.navbar-nav {
    margin-top: 10px;
}

}


@media (min-width: 991px) and (max-width: 1200px) {
.nav > li {
    font-size: 12px !important;
}
}