/*
 * Made by WebDesignCrowd
 * http://webdesigncrowd.com
 *
 */

html, body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

body {
  color: #333;
  background-color: #042a4f;
}

.clearfix {
  clear: both;
}

.error-msg {
	color: #fff;
}

#services .bg-white h3 {
    line-height: 1em!important;
    padding: 20px 0;
    box-sizing: border-box;
}

h3 img {
    width: auto!important;
}

p a {
    color: #ccad66!important;
    font-weight: 600;
}

.small-center {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.small {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* affix fixed header */
.affix {
  position: static;
}
.affix {
  z-index: 10;
  position: fixed;
}
.navbar.affix {
  top: 0;
  position: fixed;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .affix {
    top: auto;
    position: relative;
  }
  .affix-bottom {
    position: relative;
  }
}

ul { margin: 0; padding: 0; }
ul li { list-style: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Sorts Mill Goudy', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h1 {
  display: inline-block;
  font-size: 60px;
  font-weight: 300;
}
  h1:hover {
    border-color: #72a329;
  }
h2 {
  text-align: center;
  margin: 20px 0 30px 0;
  font-size: 40px;
  line-height: 1.2em!important;
}
h3 {
  margin: 0 0 15px 0;
  letter-spacing: .5px;
}

hr {
  border-color: #999;
  margin: 10px 0;
}

a {
  color: #444;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a:hover, a:focus {
  color: #777;
  text-decoration: none;
}
p {
  color: #aaa;
  font-size: 12px;
  letter-spacing: .4px;
}

.text-left { text-align: left; }
.italic { font-style: italic; }

img.vertical {
  width: 100%;
}
img.horizontal {
  height: 100%;
}

/* Vertical Align */
.row.vcontainter {
  position: static;
  display: table;
}
  .valign {
    position: static;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  @media (min-width: 992px) {
      .flexbox {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
      }
  }

  @media (max-width: 767px) {
    .valign {
      display: block;
    }
  }

/* default comment bubble style arrow */
.arrow-down {
  position: absolute;
  top: 0;
  left: 20%;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #000;
}
  /* centered arrow */
  .arrow-down.centered {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #000;
    left: 50%;
    margin-left: -30px;
  }

  .arrow-down.right {
    left: auto;
    right: 20%;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
  }

  .arrow-down.inner-left { left: 40%; }
  .arrow-down.inner-right { left: auto; right: 40%; }

  /* Arrow Colors */
  .container .arrow-down { border-top-color: #ddd; }
  .container.gray .arrow-down { border-top-color: #f0f0f0; }


span.valign {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* tooltip styles */
.tooltip.top {
  margin-top: -5px;
}
  #services .tooltip.top {
    margin-top: -10px;
  }

/* Alert */
.alert {
  position: relative;
  height: 60px;
  padding: 0;
  background-color: #fff;
  border: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
  .alert .close {
    top: 0;
    right: 0;
    position: absolute;
    padding: 0 20px;
    line-height: 60px;
  }
  .alert h3 {
    float: left;
    padding: 0 20px;
    line-height: 60px;
  }

  .section .alert p { line-height: 60px;}

  /* colors */
  .alert.alert-color { color: #fff; }
    .alert.alert-color p { color: #f0f0f0; }
    .alert.alert-color h3 { color: #fff; }

  .alert.alert-warning { background-color: #ffb236; }
  .alert.alert-error { background-color: #f64646; }
  .alert.alert-info { background-color: #43a7ea; }
  .alert.alert-success { background-color: #97d040; }

    @media (max-width: 767px) {
      .alert h3 { font-size: 14px; }
    }

/* Collapsible */
.panel-group {
}
  .panel-group .panel {
    border: 0;
    padding-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
    .panel .panel-heading {
      position: relative;
      line-height: 60px;
      background-color: #eee;

      -webkit-transition: .3s;
      transition: .3s;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
      .panel .panel-heading.active { border-color: #f4d432; }
      .panel .panel-heading.active .panel-title { color: #333; }

      .panel .panel-heading i {
        top: 0;
        right: 20px;
        font-size: 18px;
        line-height: 70px;
        position: absolute;
        color: #85889c;
      }
      .panel .panel-heading i.icon-minus { display: none; color: #3e4258; }
      .panel .panel-heading.active i.icon-minus { display: block; }
      .panel .panel-heading.active i.icon-plus { display: none; }

      .panel .panel-heading .panel-title {
        font-size: 23px;
        color: #999;
        line-height: 50px;
      }
        .panel .panel-heading .panel-title a:hover { color: #3e4258; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 0;
      background-color: #eee;
      padding: 20px;
      color: #9295a7;
      line-height: 26px;
    }
  @media (max-width: 767px) {
    .panel .panel-heading .panel-title {
      font-size: 14px;
      text-align: left;
    }

    .panel-group { margin-bottom: 25px; }
  }

/* button styles */
.btn {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 10px 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 0;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: .3s;
  transition: .3s;
}
  .btn:hover {
    color: #fff;
  }
  .btn:active {
    top: 2px;
  }
  .btn.active {
    background-color: rgba(0,0,0,.1);
    border-color: #fff;
    color: #fff;
  }
  .btn:focus {
    color: #fff;
    outline: none;
  }
  .btn span[class^="icon"], .btn i {
    margin-right: 10px;
  }

  /* button sizes */
  .btn.btn-large {
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
    .btn.btn-large span[class^="icon"], .btn.btn-large i { margin-right: 25px; }
    .btn.btn-large:active { box-shadow: 0 0 0 0 #1d2031; }

    a.btn.content-btn {
        font-size: 19px;
        letter-spacing: 1px;
        padding: 9px 49px;
        margin: 25px 10px !important;
    }
    .content-btn-area .btn {
      white-space: normal;
    }

/* Container */
.container {
  width: 80%;
  padding: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row.last {
  margin-bottom: 0;
}

/* Slide In Effect */
.slide-in {
  -webkit-transition: .5s;
  transition: .5s;
}
  .slide-in.left { left: 200px; }
    .slide-in.left.slid { left: 0; }
  .slide-in.right { right: 200px; }
    .slide-in.right.slid { right: 0; }

  @media (max-width: 767px) {
    .slide-in.left,
    .slide-in.right {
      margin-top: 80px;

      left: 0;
      right: 0;
    }
  }
/* Tabs */

.tab-content {
  padding-bottom: 0x;
}

table.nav-tabs {
  border: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
  .nav-tabs td {
    padding: 0;
    height: 50px;
    position: relative;
    text-align: center;
    display: table-cell;
  }
    .nav-tabs td a {
      color: #fff;
      font-weight: bold;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      display: block;
      line-height: 50px;
      width: 100%;
      height: 100%;
      background-color: #ccc;
    }
    .nav-tabs td a.active {
      color: #444;
      background-color: #f0f0f0;
    }

@media (max-width: 767px) {
  .nav-tabs td {
    display: block;
    width: 100%;
  }
    .nav-tabs td a.active {
      background-color: #e0e0e0;
    }
}


/* Background */

.bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
  .bg img {
    width: 100%;
  }
.bg-half-height {height: 50%;}

@media (max-width: 767px) {

  /* Override img restrictions for smaller devices */
  .carousel-inner .item img {
    max-width: none;
  }

  .bg img {
    width: auto;
  }

}

/* Google Maps */

#map-canvas {
  height: 400px;
  margin-bottom: 100px;
}

/* Colors */

  /* Body Background Color */
  body .tab-content,
  /*body .section,*/
  body .bg { background-color: #042a4f; }


body .bg.img { background-size: 109%; background-position: 34%; background-repeat: no-repeat;}

body .tab-content.gold, body .section.gold, body .bg.gold {
    background-color: background-color: #ccad66;
}

  /* Affix transition colors */
  body.blue .navbar.affix,
  body.blue .navbar-collapse.in { background-color: #042a4f;
      /*-webkit-box-shadow: 0px 3px 30px -2px rgba(0,0,0,0.62);
      -moz-box-shadow: 0px 3px 30px -2px rgba(0,0,0,0.62);
      box-shadow: 0px 3px 30px -2px rgba(0,0,0,0.62);*/
    }
  body.blue .navbar.affix {
    background-image:none;
    background-color: #042a4f;
    -webkit-box-shadow: 0px 3px 30px -2px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 3px 30px -2px rgba(0,0,0,0.62);
    box-shadow: 0px 3px 30px -2px rgba(0,0,0,0.62);
  }

  /* Bottom Arrow Down Colors */
  body.blue .section.bottom .arrow-down { border-top-color: #042a4f; }

  /* Icon Colors */
  body.blue .section h2 span, body.blue .section h2 i { color: #5580a8; }

  /* Icon Wrapper */
  body.blue .icon-wrapper span.circle { background-color: #5580a8; }

  /* Gradient Colors */
  body .bg .gradient {
    overflow: hidden;
    position: absolute;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
  }
  body.blue .bg .gradient {
    background-color: #042a4f;
    background: -moz-linear-gradient(top,  rgba(4, 42, 79, 0) 0%, rgb(4, 42, 79, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4, 42, 79, 0)), color-stop(100%,rgba(4, 42, 79, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(4, 42, 79, 0) 0%,rgba(4, 42, 79, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(4, 42, 79, 0) 0%,rgba(4, 42, 79, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(4, 42, 79, 0) 0%,rgba(4, 42, 79, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(4, 42, 79, 0) 0%,rgba(4, 42, 79, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#042a4f',GradientType=0 ); /* IE6-9 */
  }
  #contact .gradient-bot {
    overflow: hidden;
    position: absolute;
    opacity: 1;
    height: 100%;
    width: 100%;
    background-color: #042a4f;
    background: -moz-linear-gradient(bottom,  rgba(4, 42, 79, 0) 70%, rgb(4, 42, 79, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(70%,rgba(4, 42, 79, 0)), color-stop(100%,rgba(4, 42, 79, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(nottom,  rgba(4, 42, 79, 0) 70%,rgba(4, 42, 79, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(4, 42, 79, 0) 70%,rgba(4, 42, 79, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(4, 42, 79, 0) 70%,rgba(4, 42, 79, 1) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(4, 42, 79, 0) 70%,rgba(4, 42, 79, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042a4f', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
  }

  /* btn colors */
  body.blue .btn { background-color: #ccad66;
  	    padding: 0 44px 0 44px;
		line-height: 50px;
		margin-top: 10px;
		margin-left: 0;
		letter-spacing: 3px;
  }
  body.blue .btn:hover { background-color: #023567; }
.btn.gold { background-color: #ccad66; }
.btn.gold:hover { background-color: #a88f57; }

  /* Subscribe Colors */
  body.blue .section .container.subscribe { background-color: #ccad66; }


/* Icon wrapper */

.section .icon-description {
  display: block;
  width: 100%;
  line-height: 50px;
  min-height: 50px;
  margin: 6px 0 15px 0;
  color: #666;
  font-size: 14px;
}
  .icon-description .icon-wrapper {
    float: left;
    margin-right: 20px;
  }

.icon-wrapper {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;

  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
  .icon-wrapper span.circle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  .icon-wrapper i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 49px;

    -webkit-transition: color .3s;
    transition: color .3s;
  }

  @media (max-width: 767px) {
    .icon-description .icon-wrapper {
      float: none;
      margin: 0 auto;
    }
  }

/* Basic Form Styles */
form {
  position: relative;
  float: right;
  width: 100%;
}
input#beverage { display:none; }
textarea.form-control::-webkit-input-placeholder, input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #102a49;
}
textarea.form-control::-moz-placeholder, input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #102a49;
}
textarea.form-control:-ms-input-placeholder, input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #102a49;
}
textarea.form-control:-moz-placeholder, input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #102a49;
}

form .btn {
  float: left;
  margin: 0 0 0 10%;
}

.form-group {
  width: 100%;
  margin: 0 0 20px 0;
}
  .form-group label {
    float: left;
    width: 10%;
    margin: 0;
    text-align: center;
  }
    .form-group label i {
      position: relative;
      margin: 0 auto;
      left: -20px;
      right: 0;
      color: transparent;
      font-size: 28px;
      line-height: 50px;

      -webkit-transition: .3s;
      transition: .3s;
    }

  .form-group.textarea { border: 0; }
    .form-group.textarea label { height: 200px; }

  .form-group input,
  .form-group textarea {
    float: left;
    width: 80%;
    margin-right: 3%;
  }


input,
textarea,
input.form-control,
textarea.form-control,
input.form-control:focus,
textarea.form-control:focus,
select.form-control, {
  color: #102a49;
  font-size: 16px;
  height: 50px;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0 0 0 15px;
  background-color: #fff;
}
textarea.form-control,
textarea.form-control:focus {
  height: 200px;
  resize: none;
  padding-top: 18px;
}

label {
  font-weight: normal;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #777;
}

form .half-width-left, form .half-width-right { display:inline-block; width:49%; margin:0 0 15px 0;}
form .half-width-left { float:left; }
form .half-width-right { float:right; }
form .half-width-right:after { clear:both; content: ""; }

/* Empty space for empty columns */
.section .row .empty[class^='col-md-'] {
  margin-bottom: 0;
}

/* Basic Modal Styles */
.modal {
}
  .modal .wrapper {
    margin: 3% auto;
    width: auto;
    max-width: 70%;
    max-height: 85%;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.2);
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    background-color: #ddd;
  }
  .modal img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
  .modal h2 {
    padding: 10px 20px;
    color: #fff;
    background-color: #fff;
  }

@media (max-width: 767px) {
  .modal {
    overflow-y: hidden;
  }
    .modal .wrapper {
      max-width: 94%;
    }
    .modal h2 {
      font-size: 20px;
    }
}

/*  NAVBAR
 *    stylings for fixed navbar
 *
 *
 */

 .collapsing {
   position: relative;
   width:100%;
   height: 0;
   overflow: hidden;
   -webkit-transition: height 0.35s ease;
   transition: height 0.35s ease;
 }

.navbar {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;

  background-color: #042a4f;
  border: none;
  margin: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

  /*-webkit-transition: background-color .3s;
  transition: background-color .3s;*/
}

.navbar-collapse.in { overflow:visible; }

  .navbar .navbar-header {
    position: relative;
    margin: 0;
	margin-left:0;
  }
  .navbar span.glyphicon, .navbar i {
    font-size: 13px;
    margin-right: 15px;
  }
  .navbar i {
    font-size: 15px;
  }
  .navbar .container a.navbar-brand {
	text-align: center;
    height: 62px;
    line-height: 63px;
    padding: 0;
    margin: 0;
	margin-top: 28px;
    -webkit-transition: .3s;
    transition: .3s;
  }

  /* Smaller device menu styles */
  .navbar .navbar-toggle {
    outline: none;
    border-color: transparent;
    margin: 30px 20px 0 0;
    padding: 0;
  }
    .navbar .navbar-toggle:active,
    .navbar .navbar-toggle:visited,
    .navbar .navbar-toggle:focus,
    .navbar .navbar-toggle:hover { background-color: transparent; }

    .navbar .navbar-toggle span.icon-bar {
      background-color: #ddd;
      height: 3px;
      margin: 4px 0;
    }
      .navbar .navbar-toggle:hover span.icon-bar {
        background-color: #bbb;
      }
  .navbar .navbar-collapse {
    border-color: #999;
    max-height: 400px;
  }

.navbar .navbar-collapse {
  border: none;
  padding: 0;
  height: 100%;
  margin-left: -5px;
  margin-right: -5px;

  -webkit-transition: .3s;
  transition: .3s;
}
  .affix .navbar-collapse.in { background-color: transparent; }

.navbar .navbar-nav {
  float: right;
  margin: 30px 20px 0 0;
  text-align:left;
}

  .navbar .navbar-nav li { height: 62px; }
    /* Menu Dropdown styles*/
    .navbar .navbar-nav li.dropdown {
    }
      .navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle { }
        .navbar-inverse .navbar-nav li.dropdown a.dropdown-toggle i { margin-right: 0; }

      .navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle,
      .navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle:hover,
      .navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle:focus {
        color: #fff;
        background-color: transparent;
      }


      .navbar .navbar-nav li.dropdown ul.dropdown-menu {
        border: 0;
        border-top: 1px solid #ddd;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.05);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
      }
        .navbar .navbar-nav li.dropdown ul.dropdown-menu li,
        .navbar .navbar-nav li.dropdown ul.dropdown-menu li a {
          margin: 0;
          height: auto;
          line-height: normal;
        }

        .navbar .navbar-nav li.dropdown ul.dropdown-menu li {
          border: 1px solid #ddd;
          border-top: 0;
        }

        .navbar .navbar-nav li.dropdown ul.dropdown-menu li a {
          font-family: "Oxygen", Helvetica, Arial, sans-serif;
          font-weight: normal;
          letter-spacing: 1px;
          color: #444;
          padding: 15px 30px;
        }

          .navbar .navbar-collapse.in .navbar-nav li.dropdown ul.dropdown-menu li a { color: #aaa; }
          .navbar .navbar-nav li.dropdown ul.dropdown-menu li a:hover { background-color: rgba(0,0,0,.2); }


    .navbar .navbar-nav li a {
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      height: 50px;
      display: block;
      letter-spacing: .5px;
      line-height: 50px;
      margin: 0 0 0 30px;
      padding: 0;
      color: #fff;
      font-weight:bold;
      -webkit-transition: .3s;
      transition: .3s;
    }
      .navbar .navbar-nav li a:hover {
        color: rgba(255,255,255,.7);
      }
      .navbar .navbar-nav li a.active,
      .navbar .navbar-nav li.active a {
        color: #fff;
      }

    .navbar .navbar-nav li i {
      line-height: 50px;
      margin: 0 10px;
    }

    .social-icon { margin-left:30px !important; }
    .social-icon a { margin-left:0 !important; float:left; clear:none !important; }
    .social-icon a i { margin:0 10px 0 0 !important; }

  @media (max-width:1050px) {
    body .bg.img { background-position-y:0 }

      #navbar {
        width: 100%;

      }
  	.navbar .navbar-nav li a {
  	  margin-left:10px;
      }
  	.navbar .navbar-header {
    	  margin-left: 8px;
  	  width:170px;
  	}
  	.navbar .navbar-header img { width:100% }
  }
  @media (max-width: 992px) {

      /*.navbar .navbar-collapse { max-height: none; }

      #navbar .navbar-header {
        height: 50px;
      }
      #navbar .navbar-toggle { margin: 12px 0 0 0; }

      #navbar .navbar-brand, #navbar .navbar-brand i { height: 62px; line-height: 62px; }
      #navbar .navbar-brand i {
        width: 209px;
        font-size: 30px;
        margin: 28px 10px 0 30px;
      }
      #navbar .fixed-wrapper { height: 50px; }

      .navbar .navbar-nav {
        margin: 20px 0;
        width: 100%;
        padding: 0 20px;
      }
        .navbar .navbar-nav li,
        .navbar .navbar-nav li a {
          clear: both;
          margin: 0;
          height: auto;
        }
          .navbar .navbar-nav li i { line-height: normal; }
          .navbar .navbar-nav li a { line-height: 40px; }

        .navbar .navbar-nav li.dropdown ul.dropdown-menu { position: static; }
        #navbar li.dropdown.open a.dropdown-toggle { border-bottom: 0; }
          #navbar li.dropdown.open .dropdown-menu {
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
          }
            #navbar li.dropdown.open .dropdown-menu li { border: 0; }

    .navbar a.navbar-brand {
      height: 50px;
      padding-right: 5px;
    }
    .navbar .navbar-collapse.collapse {
      display: none;
    }*/
	.flex-hp-boxes {
   	 position: relative;
     display: block;
   	 right: auto;
   	 padding-right: 15px;
	}
  }
  @media (max-width: 767px) {

	.navbar .navbar-collapse { max-height: none; margin-top:40px; }

      #navbar .navbar-header {
        height: 50px;
      }
      #navbar .navbar-toggle { margin: 28px 15px 0 0; }

      #navbar .navbar-brand, #navbar .navbar-brand i { height: 62px; line-height: 62px; }
      #navbar .navbar-brand i {
        width: 209px;
        font-size: 30px;
        margin: 28px 10px 0 30px;
      }
      #navbar .fixed-wrapper { height: 50px; }

      .navbar .navbar-nav {
        margin: 20px 0;
        width: 100%;
        padding: 0 20px;
      }
        .navbar .navbar-nav li,
        .navbar .navbar-nav li a {
          clear: both;
          margin: 0;
          height: auto;
        }
          .navbar .navbar-nav li i { line-height: normal; }
          .navbar .navbar-nav li a { line-height: 40px; }

        .navbar .navbar-nav li.dropdown ul.dropdown-menu { position: static; }
        #navbar li.dropdown.open a.dropdown-toggle { border-bottom: 0; }
          #navbar li.dropdown.open .dropdown-menu {
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
          }
            #navbar li.dropdown.open .dropdown-menu li { border: 0; }

    /*.navbar a.navbar-brand {
      height: 50px;
      padding-right: 5px;
    }*/
    .navbar .navbar-collapse.collapse {
      display: none;
    }

	/* custom nav styles */
	.navbar .navbar-header {
		width:100%;
	}
	.navbar {
      margin-bottom: 40px;
    }
	.navbar .container a.navbar-brand { margin-top:18px; height:65px; }
	.navbar span.tagline {
        clear: both;
        margin: 0;
      }
	  .navbar .navbar-header i {
        font-size: 26px;
        width: 30px;
      }
	  .navbar .navbar-nav { padding: 0; padding-bottom:20px; margin-top:0 }
	.navbar .navbar-nav li a {
      padding: 0 15px;
    }
	.navbar .navbar-nav li a {
      height:50px;
      line-height:50px;
    }

  }

/*  SECTION
 *    stylings for sections
 *
 *
 */

.section {

}
  body .section.clear { background-color: transparent; }
  .section.footer-padding {
    padding-bottom: 80px;
  }
  .section.bottom {
    margin-bottom: 300px;
  }

  .section p {
    line-height: 25px;
  }
    .section p.description {
      text-align: left;
      color: #000;
      font-size: 16px;
    }

  .section .container {
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
    background-color: transparent;
  }
    .section .container.first {
      padding-top: 25px;
    }
    .section .container.map {
      padding-top: 0;
    }
    .section .container.single {
      padding: 75px 0;
    }
    .section .container.last {
      padding-bottom: 0;
    }
    .section .container.no-bg {
      padding: 0;
      background-color: transparent;
    }
    .section .container.gray {
      background-color: #ddd;
    }
    .section .container.clear {
      padding: 80px 0 0 0;
      background-color: transparent;
    }
    .section .container.subscribe {
      padding: 50px 0px;
      margin-top: 30px;
    }
      .section .container.subscribe h2 {
        margin: 0;
        line-height: 80px;
        color: #fff;
      }


    .section .container .content {
      padding: 0 30px;
    }

  /* browser preview */
  .section .browser-preview {
    padding: 0 20px;
    position: relative;
    width: 100%
  }
    .section .browser-preview img.browser { width: 120%; }
    .section .browser-preview img.preview {
      width: 120%;

      -webkit-border-radius: 0 0 0 5px;
      -moz-border-radius: 0 0 0 5px;
      border-radius: 0 0 0 5px;
    }
    .section .browser-preview.right img.browser,
    .section .browser-preview.right img.preview {
      float: right;
      clear: both;
    }

  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
  .section .h1, .section .h2, .section .h3, .section .h4, .section .h5, .section .h6 {
    color: #444;
  }
    .section h2.title {
      font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
      padding-bottom: 5px;
      display: inline-block;
    }
    .section h2.title.single { margin: 0; }
    .section h2 span {
      color:#49a1e5 ;
      margin-right: 20px;
    }

/* For extra small devices, turn off affix properties */
@media (max-width: 992px) {

  .section .fixed-wrapper h1.affix {
    top: 0;
    left: 0;
  }
  .section h2 { margin: 30px 0 20px 0; }
}
@media (max-width: 420px) {
  img.background {
    height: 100%;
  }
    .section h1 {
      font-size: 30px;
      margin: 18px 0 35px 0;
    }
    span.logo.glyphicon { margin-top: 20px; }
}
@media (max-width: 767px) {
  .section .container,
  .container {
    width: 100%;
  }
    .section .container {
     /* padding: 50px 0; */
	 padding: 0;
    }

  .section h2 {
    margin-bottom: 35px;
    text-align: center;
  }

  .section .content {
    text-align: center;
  }
    .section .browser-preview {
      padding: 0;
      width: 100%;
    }
      .section .browser-preview img.preview {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
      }

    .section .container.subscribe {
      padding: 20px 0;
    }
      .section .container.subscribe h2 { font-size: 20px; }
        .section .container.subscribe .btn {
          font-size: 14px;
          margin-bottom: 20px;
        }
        .section .container.subscribe .row [class*="col-"] { margin: 0; }

  img.background {
    background-attachment: scroll;
    position: absolute;
  }
}

/*  HOME
 *
 *
 *
 */

#home {
  text-align: center;
  padding: 0;
  z-index: 2;
}

  #home .row {
    margin: 0;
  }
  #home .wrapper { background-color:#042a4f}
  #home .wrapper .container {
    position: relative;
    padding: 0;
    background-color: rgba(85, 128, 168, 0.3);
	margin-top:20px;
  }

  #home h1 {
    display: block;
    color: #f0f0f0;
    font-size: 58px;
    line-height: 70px;
    font-style:italic;
  }

#home .welcome-wrapper {
    text-align: right;

}
#home .welcome-wrapper p {
	font-size:24px;
	width: 43%;
    float: right;
}

.welcome-wrapper {
      margin: 20% 165px 15% 0;
}
  #home .bottom {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0;
  }

  /* Carousel Fade Transition
  .carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
  .carousel .carousel-inner .active {
    opacity: 1;
  }
  .carousel-inner .active.left,
  .carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
  }*/
  .carousel .carousel-inner .next.left,
  .carousel .carousel-inner .prev.right {
    opacity: 1;
  }


  @media (max-width: 992px) {
    .carousel { margin-bottom: 30px; }

    #home h1 {
      font-size: 30px;
      margin: 0;
    }

    #home .bottom { bottom: 20px; }
	#home .welcome-wrapper p {
		width: 65%;
	}
  }
  @media (max-width: 420px) {
	body .bg.img  { background-size:160% }

    #home .bottom { display: none; }

    #home h1 { line-height: 50px; }

    #home .container { padding-top: 50px; }
  }

/*  SERVICES
 *    stylings for services content
 *    Supports left and right image slide in
 *
 */
#services {
  color: #444;
  min-height: 0;
  position: relative;
  overflow: hidden;
}
  .service {
    text-align: center;
    padding: 0 30px;
  }
    .service .icon-wrapper .circle { background-color: #ccc; }
      .service:hover .icon-wrapper .circle { background-color: #ddd; }

    .service:hover .icon-wrapper i { color: #444; }
    .service h3 {
      padding: 25px 0;
      margin: 0;
      text-align: center;
    }
    .service p {
      text-align: left;
      padding: 0 0 20px 0;
      margin: 0;
    }
    .maintext h2
    {
      width:100%!important;
      font-size: 44px;
    }

    .maintext ul, .maintext li
    {
      list-style: disc;
      font-size: 16px!important;
      margin-left: 15px;
    }
    #services .main-page-wrap .maintext p a img {
      width:auto;
      margin:15px 0;
    }
    .section-heading
    {
      font-size: 24px!important;
    }

    .section-heading  strong
    {
      font-size: 24px!important;
    }
  #services h2, #services h3 { text-align:left; font-size: 47px;font-weight:400; color:#8c7541; border-bottom:1px solid #8c7541; width:60%; line-height: 100px; }
  #services h3, .section h3 { font-weight:400; color:#8c7541; font-size: 33px; border-bottom:none; width:100%; line-height: 100px; margin-bottom:0 }
  #services h3 { padding-left:30px }
  #services h2 { width:100% }



  #services .service-icon {
    text-align: center;
    color: #fff;
  }
    #services .service-icon i:hover  {
      color: #fff;
    }
    #services .service-icon i {
      margin: 0 auto;
      color: rgba(255,255,255,.7);
      display: inline-block;
      font-size: 40px;
      display: block;
      height: 100px;
      width: 100px;
      padding-top: 25px;

      border: 4px solid rgba(237,200,14,.7);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;

      -webkit-transition: background-color .3s;
      transition: background-color .3s;
    }
    #services .service-icon span {
      display: block;
      margin-top: 20px;
    }

@media (min-width: 420px) and (max-width: 768px) {
  .service p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .welcome-wrapper {
      margin: 30% 48px 20% 0;
  }
  #services .row [class*="col-"] {
    text-align: left;
  }
  #home .welcome-wrapper p {
		width: 80%;
	}
  #logoCarousel img { margin-bottom:20px }
  .well-sm { width: 50%; margin-left: auto; margin-right: auto; }
}

/*  FEATURES
 *    left / right featurettes
 *
 */

#features {

}
  #features h2 {
    margin-bottom: 55px;
  }
  #features p {
    font-size: 14px;
    color: #888;
  }

  #features img.slide-in {
    position: relative;
  }
    #features img.slide-in.right {
      float: right;
    }

  #features .row {
    margin: 0;
  }
    #features .row [class*="col-"] { margin-bottom: 0; }

  #features .row.left {

  }
    #features .row.left img {
      margin: 0 auto;
    }

  #features .row.right {

  }
    #features .row.right [class*="col-"] {
      float: right;
    }


  @media (max-width: 992px) {
    #features .row {
      margin: 0;
      height: auto;
    }

  }
  @media (max-width: 768px) {
    #features img { max-width: 100%; }
  }

/*  PORTFOLIO
 *    stylings for portfolio
 *    MixItUp
 *
 */
#work {
  text-align: center;
}
  #work p.description { margin-bottom: 20px; }

  .controls {
    display: block;
    margin-bottom: 30px;
  }
    .controls .filter {
      position: relative;
      margin: 20px 5px;
    }
      .controls .filter.active {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #666;
      }
    .stretch {
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0
    }

.gallery {
  overflow: hidden;
}
  .gallery.row {
    margin-left: -1px;
    margin-right: -1px;
  }

  .gallery .mix {
    overflow: hidden;
  	display: none;
  	opacity: 0;
  	vertical-align: top;
    margin: 0;
    padding: 0;
  	color: #fff;

  	font-size: 30px;
  	text-align: center;
  }
    .gallery .mix.full {
      height: auto;
    }
      .gallery .mix.full img { width: 100%; }

    .gallery a.mix-cover, .gallery span.cover {
      overflow: hidden;
      display: block;
      width: 100%;
      height: 300px;
      background-color: #fff;
    }
    .gallery.portfolio a.mix-cover, .gallery.portfolio a.mix-cover .overlay {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
      .gallery .mix a img, .gallery .mix a span.overlay { box-shadow: 0 0 1px 0 rgba(0,0,0,.1); }

    .gallery a.mix-cover {
      position: relative;
      -webkit-transition: top .5s;
      transition: top .5s;
    }
    .gallery span.cover {
      position: absolute;
      top: -100%;
      background-color: #ff7272;
    }
      .gallery span.cover span {
        color: #fff;
        position: absolute;
        height: 50px;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -25px;
        line-height: 50px;
      }
      img.placeholder { width: 100%; height: 100%; }


  @media (max-width: 768px) {

    .controls .filter { margin: 5px; }

    .gallery a.mix-cover { height: auto; }
      .gallery a.mix-cover:hover { top: 0; }

    .gallery span.cover {
      height: 50px;
      top: auto;
      bottom: 0;
      z-index: 100;
    }
      .gallery span.cover h2 {
        font-size: 24px;
      }
    .gallery img, .gallery .mix {
      height: auto;
      width: 100%;
      font-size: 0;
      line-height: 0;
    }
      .gallery .icons img { margin: 50px 0; }
      .gallery .mix { margin: 0; }
  }

/*  BLOG
 *    masonry grid
 *
 *
 */
.modal {

}
  .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .masonry-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
    .masonry-grid .item {
      opacity: 0;
      -webkit-transition: opacity  .3s;
      transition: opacity .3s;
      margin-bottom: 30px;
    }
      .masonry-grid .item-wrapper {

      }
        .masonry-grid .item .image {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          position: relative;
        }
          .masonry-grid .item .image img { width: 100%; }

        .masonry-grid .item .description {
          color: #fff;
          padding: 20px;
          background-color: #eee;
        }
          .masonry-grid .item .description h2 {
            text-align: left;
            font-size: 30px;
            margin: 0 0 15px 0;
          }
          .masonry-grid .item .description p {
            color: #777;
          }

        .item .stats {
          color: transparent;
          font-size: 16px;
          position: absolute;
          z-index: 9;
          top: 10px;
          left: 0;
          right: 0;

          -webkit-transition: color .3s ease-in;
          transition: color .3s ease-in;
        }
          .item .stats .views {
            float: left;
            margin-left: 15px;
          }
          .item .stats .favorites {
            float: right;
            margin-right: 15px;
          }
            .item .stats .views i, .item .stats .views span,
            .item .stats .favorites i, .item .stats .favorites span {
              margin-left: 10px;
            }
            .image:hover .stats {
              color: #eee;
            }


  .overlay {
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    border: 0px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,.5);

    -webkit-transition: .3s;
    transition: .3s;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
    .overlay:hover {

      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }
    .overlay i, .overlay span.title {
      color: #fff;
      font-size: 40px;
      position: relative;
      top: -40px;

      -webkit-transition: .3s;
      transition: .3s;
    }
    .overlay span.title { font-size: 30px; }
      .overlay:hover i, .overlay:hover span.title, .overlay:hover p.stats {
        top: 5px;
      }


/*  PRICING
 *    stylings for pricing tables
 *
 *
 */
#pricing { }

  #pricing h2 {
    margin-bottom: 50px;
  }
  .pricing .wrapper h3 i {
    margin-right: 20px;
  }
  .pricing .wrapper {
    position: relative;
    background-color: #ddd;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .pricing h3, .pricing h2, .pricing .table td {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .pricing h3 {
    padding: 30px 10px;
    margin: 0;
    font-size: 23px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #bbb;
  }
  .pricing .wrapper th { padding: 0; }
  .pricing span.price {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 100px;
    font-size: 44px;
    margin: 0 auto;

    -webkit-transition: backgroud-color .25s;
    transition: backgroud-color .25s;

  }
    .pricing span.price i {
      position: relative;
      top: 4px;
      margin-right: 10px;
    }

  .table {
    margin-bottom: 0;
  }
    .table .btn {
      margin-top: 15px;
    }
    .table caption {
      margin: 20px 0;
    }
    .table tbody tr {
      color: #666;
    }
    .table thead tr th {
      font-weight: normal;
      display: block;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 10px;
      border: 0;
    }
    .pricing .table td {
      border: 0;
      padding: 15px 0;
      text-align: center;
    }

@media (max-width: 768px) {
  .pricing .wrapper:hover {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #pricing .row [class*="col-"] { padding: 0; }

}

/*  TEAM
 *    stylings for about us section
 *
 *
 */

#team { }

  #team .container {
    overflow: visible;
    padding: 90px 0;
  }

  #services .main-page-wrap #team img { margin: 60px 0 15px 0 }

  #team .btn {
    margin: 5px 10px 0 0;
  }
  .team-box {
    position: relative !important;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    width: 24.5%;
  }
  #team h2, #team h3 { text-align:center; line-height:23px; font-size:16px; font-style:italic; border-bottom:none; margin-bottom:0; }
  #team h2 { line-height:30px }
  #team h3, #services #team p { font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:14px; font-style:normal; color:#042a4f; font-weight:700; padding-left:0; margin-left:0; text-align:center; }
  #services #team p { font-weight:300; line-height:18px }
    /* Colors */
    body.blue #team h3 { border-bottom: none }
    body.green #team h3 { border-bottom: 3px solid #4dba00; }
    body.red #team h3 { border-bottom: 3px solid #bc0000; }

  .portrait-wrapper {

  }

    .portrait {
      position: absolute;
      left: 50%;
      margin-left: -125px;
      top: 0;
      width: 250px;
      margin-bottom: 20px;
      overflow: hidden;

      -webkit-transition: .5s;
      transition: .5s;
    }
      .portrait.slid {
        top: -110px;
      }

      .social-media {
        padding: 0;
        color: #fff;
        width: 100%;
      }
        .social-media a {
          color: #2579ba;
          padding: 0 20px 0 0;
          display: inline-block;
          font-size: 20px;
        }
          /* colors */
          body.blue .social-media a { color: #2579ba; }
          body.green .social-media a { color: #77b724; }
          body.red .social-media a { color: #b52424; }

        .social-media a i {
          -webkit-transition: .3s;
          transition: .3s;
        }
        .social-media a:hover i {
          color: #444;
        }

  @media (max-width: 767px) {
    #team.section .content {
      text-align: left;
    }

    .portrait-wrapper {
      margin: 0 auto;
      margin-bottom: 40px;
      height: 200px;
      width: 200px;
      overflow: hidden;

      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;

      background-color: #CCC;
    }

      .portrait {
        width: 200px;
        margin-left: -100px;
        top: 0;
        position: relative;
      }
      .portrait.slid {
        top: 0;
      }
  }

/*  CONTACT
 *    stylings for contact form
 *    google map
 *
 */

#contact .container {

}


/*  FOOTER
 *    stylings for footer
 *
 *
 */

#footer {
  background-color: #f7f0e8;
}
  #footer .container {
    padding: 0;
    background-color: transparent;
  }
  #footer .row { margin: 25px -15px; }
  .footer-logo {text-align:right;}
  #footer p {
    color: #666;
    font-weight: normal;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 10px 0 10px 80px;
    font-size: 16px;
  }
  #footer a { color: #666; }
  #footer a:hover { color: #999; }

  @media (max-width: 767px) {

    .section.bottom { margin-bottom: 420px; }
	.footer-logo {text-align:center;}
  }

  /* new styles matrix */

 #services .content .padbox {padding:0 40px 90px 40px; background-color: #f0f0f0; box-shadow: 1px 1px 12px 0px #000; margin-bottom: 5px; }
 .bg-white {display: flex;justify-content: center;flex-direction: column;background-color:#f0f0f0; margin-bottom:15px; height:33%; box-shadow: 1px 1px 12px 0px #000; }
 .bg-white:last-child { margin-bottom:5px; }
 .bg-white h3 span a { margin:0 0 0 15px; text-decoration:none; }
  .no-padding { padding:0 }
  .no-margin { margin:0 }
  .offset-left { padding-left:80px }
  .offset-both { padding:15px 80px }
  .offset-both img { width:100%; box-shadow: 2px 2px 15px 1px #000; }
  .mustard { background-color:#ccad66; padding-bottom:30px; }
  .bg-blue { background-color:#042a4f;padding-bottom:70px;}
  .lt-blue { background-color:#5580a8;padding-bottom:55px;}

  .section .container.full-white-bar-hp { background-color:#fff; position:absolute; bottom:15%; box-shadow: 1px 1px 12px 0px #000;     margin-bottom: 5px; }
  .section .container.full-white-bar-hp h3 { text-align:center; }
  .section .container.full-white-bar-hp h3 span a { font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:14px; color:#fff; padding:8px 30px; text-align:center; background-color:#042a4f; border:1px solid #042a4f; border-radius: 5px; margin:0 0 0 40px; text-decoration:none; }

.flex-hp-boxes {
	position: absolute;
    display: flex;
    right: 0;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
	padding-right:80px;
	}

  .hp-about-bg {
	  background-image: linear-gradient(bottom, transparent 84%, rgba(85, 128, 168, 0.3) 16%);
	  background-image: -o-linear-gradient(bottom, transparent 84%, rgba(85, 128, 168, 0.3) 16%);
	  background-image: -moz-linear-gradient(bottom, transparent 84%, rgba(85, 128, 168, 0.3) 16%);
	  background-image: -webkit-linear-gradient(bottom, transparent 84%, rgba(85, 128, 168, 0.3) 16%);
	  background-image: -ms-linear-gradient(bottom, transparent 84%, rgba(85, 128, 168, 0.3) 16%);
  }
  #services.mustard-half {
  	background-image: linear-gradient(bottom, #ccad66 84%, transparent 16%);
	background-image: -o-linear-gradient(bottom, #ccad66 84%, transparent 16%);
	background-image: -moz-linear-gradient(bottom, #ccad66 84%, transparent 16%);
	background-image: -webkit-linear-gradient(bottom, #ccad66 84%, transparent 16%);
	background-image: -ms-linear-gradient(bottom, #ccad66 84%, transparent 16%);
  }
  #services.mustard-full {
	background-image: linear-gradient(bottom, #ccad66 50%, transparent 50%);
	background-image: -o-linear-gradient(bottom, #ccad66 50%, transparent 50%);
	background-image: -moz-linear-gradient(bottom, #ccad66 50%, transparent 50%);
	background-image: -webkit-linear-gradient(bottom, #ccad66 50%, transparent 50%);
	background-image: -ms-linear-gradient(bottom, #ccad66 50%, transparent 50%);
  background-size: 90%;
  }
  .mustard-full { margin-top:195px }
  .container.main-page-wrap { margin-bottom:40px; }
  #services .main-page-wrap .content .padbox {padding:0 55px 40px 55px;}
  .main-page-wrap.bg {height: 50%;}
  #services .main-page-wrap p {
      text-align: left;
      color: #000;
      font-size: 16px;
    }
  #services .main-page-wrap img { width:100%; margin: 60px 0;}
  #services .main-page-wrap .quote { font-family:'Sorts Mill Goudy', Arial, Helvetica, sans-serif; font-size:60px; font-style:italic; color:#ccad66; width:50%; margin: 60px auto; border-top:1px solid #ccad66; border-bottom:1px solid #ccad66; padding:30px 0; text-align:center;}

  #sponsors h3, #testimonials h3, #contact h3 { color:#fff; text-align:center; font-size:52px; line-height:140px; }
  #contact .pad-bottom { padding-bottom:80px; background-image:url(../img/contact-bg.jpg); background-size:cover; }
  #contact p { font-size:24px; text-align:center; margin-bottom:40px; }
  #logoCarousel .container {width:70%;}
  #testimonials .container {width:83%}
  #testimonials .wrap { background-color:#fff; padding:40px; margin:0 1%; width:48%; display:inline-block;}
  #testimonials p {font-size:34px;color:#8c7541;line-height:45px;font-weight:lighter;}
  #logoCarousel .carousel-control {width:10%;text-align:right;}
  #testimonials .carousel-control {width:2%;text-align:right;}
  #logoCarousel .carousel-control.right, #testimonials .carousel-control.right {text-align:left;}
  #logoCarousel img, #testimonials img {width:85%}
  .glyphicon {top:50%}
  .carousel-control.left, .carousel-control.right { background-image:none;}
  #testimonials .author {font-size:14px; border-top:1px solid #dcd5c6; margin-top:50px; padding-top:20px;line-height:20px}
  #testimonials .author strong {line-height:20px}
  .mobile-testis {display:none}
  .dt-testis {display:block}
  .contact-form { margin:30px 0; }
  .stockist-wrap { margin:30px 0; }
  .stockist-wrap-clear { clear:both; }
  .stockist-wrap .error-msg { color:#fb0511; }
  .eventbox { margin-bottom:30px; }
  .eventbox hr { margin-top:30px; width:25%; border-color:#8c7541; text-align:left; }
  .event-date { font-weight:bold; color:#8c7541 !important; }

@media (max-width: 1199px) {
  .welcome-wrapper { margin-right:50px }
	#home .welcome-wrapper p {
		width: 50%;
	}
	.offset-both {padding: 15px 0}
	.offset-left { padding-left:0 }
	.flex-hp-boxes { padding-right:0 }
}
@media (max-width:1376px) {
  #services h2 { font-size:35px }
}
@media (max-width: 992px) {
	.flex-hp-boxes {
   	 position: relative;
     display: block;
   	 right: auto;
   	 padding-right: 0;
	   margin-top:15px;
	}
	.offset-both {padding: 0}
  .offset-left { padding-right:0 }
	.section .container.full-white-bar-hp h3 { font-size:25px; }
  .container.main-page-wrap { width:100% }
	#footer p { margin-left:20px}
	#testimonials .container { width:100% }
	#testimonials .wrap { width:100%; display:block; }
  #testimonials .carousel-control { width:5% }
	.row-eq-height {display:block}
  .mobile-testis {display:block}
  .dt-testis {display:none}
  .bg-white:last-child { margin-bottom:15px }
  .team-box { width:33%; }
 }
 @media (max-width: 767px) {
	 .section .container.full-white-bar-hp h3 { font-size:19px; }
	 .section .container.full-white-bar-hp h3 span a { margin-left:10px; padding:5px 8px; }
 }
 @media (max-width: 768px) {
   .team-box { width:49.5%; }
 }
@media (max-width: 568px) {
	.section .container.full-white-bar-hp h3 { font-size:14px; }
	.section .container.full-white-bar-hp { position:relative; }
  .container.main-page-wrap { width:100% }
  #services .main-page-wrap .content .padbox { padding-left:10px; padding-right:10px }
  #services h2 { font-size: 22px; width: 100%; line-height: 75px }
  #team h2, #team h3 { line-height: 23px; font-size: 16px; font-style: italic }
	.section h3 { margin:10px 0; line-height: 30px }
	#sponsors h3, #testimonials h3, #contact h3 { font-size:34px;line-height:44px; }
	form .half-width-left, form .half-width-right { float:none; width:100% }
  #testimonials .carousel-control { width:8% }
  #testimonials .wrap {margin:0}
  .section .container .content { padding:0 }
  .bg-blue { padding-bottom:0 }
  .offset-both {padding:15px 0}
  .offset-left { padding-left:0;padding-right:0 }
  body.blue .btn { margin-left: 1%; margin-right: 1%; float: none; width: 98% }
  .lt-blue { padding-bottom:0 }
  #home .welcome-wrapper p { width:80% }
  #home h1 { font-size:30px; line-height: 70px }
  .welcome-wrapper { margin-right:0 }
  #home .welcome-wrapper p { font-size:16px; color:#fff }
  .team-box { width:100%; }
}
@media (max-width: 480px) {
  #services h3 { font-size: 20px; line-height: 70px; width:100%; padding-left:0 }
	.section h3 { margin:10px 0; padding:0 16px; }
  #team h3 { line-height: 23px; font-size: 16px; font-style: italic }
	#sponsors .col-xs-6 { width:100%}
	#testimonials p {font-size:18px;line-height:23px}
  #home .welcome-wrapper p { width:90% }
  #services .main-page-wrap #team img { margin: 20px 0 0 0 }
  #services .main-page-wrap .quote { font-size:30px; }
}
@media (max-width: 320px) {
	.section h3 { margin:10px 0; padding:0; }
}
