@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------
   GLOBAL STYLES
-------------------------------------------------- */

body {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

.container {
  min-width: 320px;
}

.container .title-row {
  text-align: center;
  padding-bottom: 0px;
}

.title-row p {
  margin-top: 20px;
}

.thankyou {
  margin-top: 150px;
  text-align: center;
}

.thankyou h1 {
  margin-bottom: 30px;
}

.gray-bg {
  background-color: #efefef;
}

.list {
  margin-top: -30px;
}

hr {
  border: 0;
  border-top: 1px dotted #000000;
  width: 201px;
  margin: 1px 100% 1px 0;
}

hr:first-of-type {
  margin-top: 41px;
}

hr:last-of-type {
  margin-bottom: 41px;
}

h1 {
  font-size: 38px;
  font-weight: 600;
  color: #000000;
  margin: 0px;
}

.h1-aside {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 40px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-top: 0px;
}

footer h2 {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

.row ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 18px;
  position: relative;
}

.row ul li:before {
  padding-right: 0px;
  position: absolute;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  content: "\e072";
  color: #0072bb;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.85;
  -moz-osx-font-smoothing: grayscale;
  left: -20px;
}

.btn {
  display: inline-block;
  padding: 10px 14px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1x solid #0072bc;
  border-radius: 0px;
}

.btn-default {
  color: #0072bc;
  background-color: transparent;
  border: 1x solid;
  border-color: #0072bc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #0072bc;
  border: 1x solid;
  border-color: #0072bc;
}

footer .btn {
  border: 1x solid #ffffff;
  margin-top: 10px;
}

footer .btn-default {
  color: #ffffff;
  background-color: transparent;
  border: 1x solid;
  border-color: #ffffff;
}

footer .btn-default:hover,
footer .btn-default:focus,
footer .btn-default:active,
footer .btn-default.active,
footer .open .dropdown-toggle.btn-default {
  color: #101a21;
  background-color: #ffffff;
  border: 1x solid;
  border-color: #ffffff;
}

p {
  line-height: 1.5em;
  margin-bottom: 40px;
}

p:last-child {
  margin-bottom: 0px !important;
}

.gray-text {
  color: #cccccc;
  font-weight: 700;
}

a {
  color: #0072bc;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus {
  color: #1b97e8;
  text-decoration: none;
  cursor: pointer;
}

footer a {
  color: #4f616e;
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  color: #627786;
  text-decoration: none;
  cursor: pointer;
}

footer p {
  color: #384955;
  font-size: 12px;
}

.bottom-menu {
  float: right;
  margin-left: 30px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 80px 15px;
}

.options {
  padding-top: 10px;
}

.submit-row {
  text-align: center;
  padding-top: 0px;
}

.nested-col {
  padding: 0px !important;
}

.footer-bg {
  width: 100%;
  height: 100%;
  background-color:#101a21;
  margin: 0px;
}

footer img {
  padding: 0px 0px 4px 2px;
}

footer img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.logo-bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-top: 1px solid #dddddd;
  color: #000000;
  margin: 0px;
  text-align: center;
}

.logo-bg .col-md-12 {
  padding: 0px;
}

.logo-bg img {
  display: inline;
  background-color:#dddddd;
  border: none;
  margin: 30px 15px;
}

.logo-bg h2 {
  display: inline-block;
  margin: auto 15px auto 0px;
}

.no-border {
  border: none !important;
}

.no-margin {
  margin: 0px !important;
}

.home-icon {
  margin-bottom: 20px;
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}

.custom-panel {
  background-color: #efefef;
  width: 100%;
  padding: 30px;
}

.img-bottom {
  margin-bottom: 40px;
}



/* -----------------------------------------------
   FORM STYLES
-------------------------------------------------- */

.form-group {
  margin-bottom: 30px;
}

textarea.input-lg {
  height: 153px;
}

label {
  margin-bottom: 3px;
  font-weight: normal;
  display: none;
}

.input-lg {
  border-radius: 0px;
  padding: 10px 14px;
  width: 100%;
  margin-bottom: 30px;
  font-size: inherit;
}

input[type="submit"] {
  float: right;
}



/* -----------------------------------------------
   NAVBAR
-------------------------------------------------- */

.navbar {
  position: relative;
  min-height: 120px;
  margin-bottom: 0px;
  border-top: 10px solid #0072bc !important;
  border-radius: 0px;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #a02a28;
  border:none;
}

.navbar-brand {
  float: left;
  padding: 20px 0px 0px 0px;
  display:inline;
}

.navbar>.container .navbar-brand {
    margin-left: 0px;
  }

.navbar ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar-default .navbar-nav>li>a {
  color: #000000;
  margin: 35px 0px 0px 40px;
  padding: 8px 12px;
  border: 1px solid #ffffff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav>li>a:link {
  text-decoration:none;
  border: 1px solid #ffffff;
}

.navbar-default .navbar-nav>li>a:visited {
  text-decoration:none;
}

.navbar-default .navbar-nav>li>a:hover {
  text-decoration:none;
  border: 1px solid #000000;
}

.navbar-default .navbar-nav>li>a:active, 
.navbar-default .navbar-nav>li>a.active {
  text-decoration:none;
  border: 1px solid #000000;
}



/* -----------------------------------------------
   CAROUSEL
-------------------------------------------------- */

.carousel-caption {
  right: 10%;
  left: 6%;
  padding-bottom: 0px;
  text-align: left;
  top: 10%;
  bottom: 0px;
  text-shadow: none;
}

.carousel-inner h1 {
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 400;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 25px;
}

.carousel-inner #slide02 h1 {
  color: #ffffff;
}

.carousel-inner h1 .strong {
  font-size: 150%;
  font-weight: 700;
  color: #a02a28;
}

.carousel-inner #slide02 h1 .strong {
  color: #ffffff;
}

#carousel-bg {
  position: absolute;
  top: 120px;
  width: 100%;
  height: 360px;
  z-index: -100;
  background-color:#efefef;
}

.carousel-indicators li {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.carousel-indicators li:hover {
  background-color: #ffffff;
}

.carousel-indicators .active {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  margin: 1px;
}

#myCarousel .item {
  height: 360px;
}

#slide01 {
  background: url("../images/carousel/slide01.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide02 {
  background: url("../images/carousel/slide02.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide03 {
  background: url("../images/carousel/slide03.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide04 {
  background: url("../images/carousel/slide04.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-control.left {
    background: url(../images/carousel/control-left.png) center center no-repeat;
    right: auto;
    left: 30px;
}

.carousel-control.right {
  right: 30px;
  left: auto;
  background: url(../images/carousel/control-right.png) center center no-repeat;
}

.carousel-control {
  position: absolute;
  margin: auto 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}



/* -----------------------------------------------
   JUMBOTRON
-------------------------------------------------- */

.jumbotron {
  padding: 30px;
  margin: 0px;
  background: #000000;
  border-radius: 0px;
  text-align: center;
}

.container .jumbotron {
  border-radius: 0px;
}

.jumbotron-slider {
  padding: 0px;
}

#jumbotron-bg {
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: -100;
  background-color:#efefef;
}

.jumbotron-services {
  background: url(../images/jumbotron/jumbotron-services.jpg) center center no-repeat #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jumbotron-contact {
  background: url(../images/jumbotron/jumbotron-contact.jpg) center center no-repeat #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jumbotron-services-height {
  height: 500px;
}

.jumbotron-height {
  height: 360px;
}

.jumbotron h1,
.jumbotron h2 {
  color: #ffffff;
  padding: 10px 14px;
  background-color: #0072bb;
  display: inline-block;
  margin: 0;
}

.jumbotron h1 {
  font-size: 38px;
  margin: 1px;
}

.jumbotron h2 {
  margin-top: 30px;
}


/* -----------------------------------------------
   MEDIA QUERIES
-------------------------------------------------- */

/* PORTRAIT & LANDSCAPE PHONES (XXS) */
@media (max-width: 479px) {



}


/* LANDSCAPE PHONES & PORTRAIT TABLETS (XS) */
@media (min-width: 480px) and (max-width: 767px) {



}


/* LANDSCAPE TABLETS (SM) */
@media (min-width: 768px) and (max-width: 991px) {


  
}


/* DESKTOPS (MD) */
@media (min-width: 992px) and (max-width: 1199px) {


   
}


/* DESKTOPS (LG) */
@media (min-width: 1200px) {


  
}