/* IMPORTS */
/*@import url(https://fonts.googleapis.com/css?family=Titillium+Web|Open+Sans:300,600);*/

/* RESETS */
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}

.page-header {
  margin: 0px;
  border: none;
}


@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/* GLOBAL */
html, body {
  font-size: 19px;
  line-height: 25px;
  font-family: "proxima-nova",sans-serif;
  font-weight: 400;
}

html {
  position: relative;
  min-height: 100%;
}

header {
  margin-top: 15px;
}

footer {
  width: 100%;
  padding: 15px;
}

h1, h2, h3, h4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: ;
}

h3 {
  font-size: 22px;
  font-family: 'proxima-nova', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:hover {
  color: #d3c457;
}

/* HEADER */
.logo-wrapper a {
  display: block;
  margin-top: 20px;
}

.logo {
  max-width: 100%;
  height: auto;
}

.primary-nav {
  float: none;
}

.primary-nav li {
  position: relative;
  display: table-cell;
  width: 1%;
  float: none;
  text-align: center;
}

.primary-nav li a {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
}

.primary-nav li a:after {
  content: "";
  display: none;
  width: 75%;
  height: 2px;
  background-color: #eed82d;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.primary-nav li.active a:after, .primary-nav li a:hover:after, .primary-nav li a:focus:after {
  display: block;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}

.header-contact h3, .header-contact h4 {
  text-align: right;
}
/* BODY */
.carousel .item {
  font-size: 2.5em;
  padding: 20px;
  line-height: 120%;
}

.item .left-content {
  border-right: 3px solid #fff;
  text-align: right;
}

.item .right-content {
  text-align: left;
}

.slogan {
  position: relative;
  text-transform: uppercase;
  padding: 15px 25px;
  overflow: hidden;
}

.slogan h2{
  display: block;
  margin: 0px;
  text-align: center;
  padding: 10px 15px;
/*  border: 1px solid #272727;
  background-color: #272727;*/
  color: #D2C357;
}

.our-passion {
  background-position: bottom center !important;
  padding-bottom: 340px !important;
}

.yellow-border {
  border-bottom: 3px solid #eed82d;
  width: 50%;
  margin: 0 auto;
}

.yellow-border a:hover {
  color: #333;
  text-decoration: none;
}

.portfolio-wrapper {
  margin-bottom: 10px;
}

.portfolio-wrapper img {
  box-shadow: 1px 1px 3px #333;
}

.portfolio-overlay {
  text-align: center;
  color: #eed82d;
}

.portfolio-overlay .portfolio-title {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30%;
  padding: 15px;
}

.portfolio-overlay p {
  font-size: 31px;
}

.da-thumbs {
  list-style: none;
  position: relative;
  margin: 20px auto;
  padding: 0;
}

.da-thumbs li a {
  overflow: hidden;
}

.da-thumbs li a, .da-thumbs li a img {
  display: block;
  position: relative;
}

.da-thumbs li a div {
  position: absolute;
  background: rgba(75,75,75,0.7);
  width: 100%;
  height: 100%;
}

#pgc-9-3-0 {
  float: right !important;
}

.close-cell {
  width: 80%;
  margin: 0 auto;
}

#phone-active {
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

#phone-active li {
  float: left;
  width: 40%;
  border: 2px solid #fff;
}

#phone-active li.active {
  border: 2px solid #d3c457; 
}


.terms-conditions-wrapper p, .terms-conditions-wrapper li {
  font-size: 14px;
  line-height: 18px;
}
/* FOOTER */

.footer-contact {
  text-align: right;
}

.social {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.facebook, .twitter, .linkedin, .googleplus {
  border-radius: 3px;
}

.facebook {
  background: url(../img/fb_icon.png) no-repeat;
  background-size: contain;
}

.twitter {
  background: url(../img/tw_icon.png) no-repeat;
  background-size: contain;
}

.linkedin {
  background: url(../img/li_icon.png) no-repeat;
  background-size: contain;
}

.googleplus {
  background: url(../img/gp_icon.png) no-repeat;
  background-size: contain;
}

.social-text {
  display: inline-block;
}

.footer-right {
  float: right;
}

/* FORMS */

.gform_wrapper {
  margin-top: -20px !important;
  max-width: 100% !important;
}

.gfield_label {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal !important;
}

.gfield_required  {
  color: #fff !important;
}

.ginput_container input[type="text"], .ginput_container textarea {
  border: 2px solid #fff;
  padding: 5px 10px;
  width: 100% !important;
}

.ginput_container input[type="text"]:focus, .ginput_container textarea:focus {
  border: 2px solid #d3c457;
}

.gform_footer input[type="submit"] {
  display: block !important;
  margin: 0 auto;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
}

.gform_footer input[type="submit"]:hover {
  border: 2px solid #d3c457;
  color: #d3c457;
}

.gform_confirmation_wrapper {
  color: #fff;
  font-size: 20px; 
  text-align: center;
}

#gform_wrapper_2 .gform_footer {
  position: absolute;
  bottom: 50px;
  right: 240px;
}

#gform_wrapper_2 input[type="submit"] {
  width: 250px;
}

.quick-quote-wrapper {
  background-color: #535454;
  color: #fff;
  padding-bottom: 10px;
}

#gform_wrapper_4 {
  overflow: hidden;
  margin-top: 0px !important;
}

#gform_wrapper_4 .gfield, #gform_wrapper_4 .gform_footer {
  float: left;
  width: 50%;
  clear: none;
  padding: 0px 15px;
}

#gform_wrapper_3 {
  overflow: hidden;
  margin-top: 20px !important;
}

#gform_wrapper_3 .gfield, #gform_wrapper_3 .gform_footer, #gform_wrapper_6 .gfield, #gform_wrapper_6 .gform_footer, #gform_wrapper_7 .gfield, #gform_wrapper_7 .gform_footer {
  float: left;
  width: 33.3%;
  padding: 0px 15px;
  clear: none;
}

#gform_wrapper_3 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_6 .gform_footer, #gform_wrapper_7 .gform_footer {
  margin-top: 7px;
}

#gform_wrapper_3 .gfield_label, #gform_wrapper_4 .gfield_label, #gform_wrapper_6 .gfield_label, #gform_wrapper_7 .gfield_label {
  display: none !important;
}

#gform_wrapper_1 input[type="text"], #gform_wrapper_3 input[type="text"], #gform_wrapper_4 input[type="text"], #gform_wrapper_6 input[type="text"], #gform_wrapper_7 input[type="text"] {
  border: 2px solid #d3c457;
  background: transparent;
  color: #fff;
}

#gform_wrapper_1 textarea {
  border: 2px solid #d3c457;
  background: transparent;
  color: #fff;
}
#gform_wrapper_1 .gfield_label{
color:#000 !important;
}

#gform_wrapper_1 .gfield_required{
color:#790000 !important;
}
#gform_wrapper_1 input[type="submit"], #gform_wrapper_3 input[type="submit"], #gform_wrapper_4 input[type="submit"], #gform_wrapper_6 input[type="submit"], #gform_wrapper_7 input[type="submit"] {
  border: 2px solid #d3c457;
  margin: 0px;
  padding: 5px 15px;
  color: #d3c457;
  width: 97.5%;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
  .nav > li > a {
    padding: 10px 0px;
  }
  
  #gform_wrapper_2 .gform_footer {
    right: 185px;
  }

}

@media (max-width: 768px) {
  #pgc-9-2-0 {
    float: none !important;
  }

  .header-contact {
    display: inline-block;
    float: right;
  }

  .navbar-toggle .icon-bar {
    background-color: #d3c457;
  }

  .navbar-collapse {
    clear: both;
  }

  .copyright-wrapper {
    text-align: center;
  }

  .footer-right {
    float: none;
  }

  .site-title {
    display: block;
  }

  .social-wrapper {
    text-align: center;
  }

  .portfolio-overlay .portfolio-title {
    font-size: 24px;
    margin-top: 0px;
  }

  .portfolio-overlay p {
    font-size: 18px;
  }

  #rev_slider_1_1 {
    max-height: ;
  }

  .footer-logo-wrapper {
    text-align: center;
  }

  #gform_wrapper_2 .gform_footer {
    position: initial;

  }
}

@media (min-width: 668px and max-width: 768px) {
  .nav-wrapper {
    margin-top: 20px;
  }

  .navbar-toggle {
    display: none;
  } 

  .collapse {
    display: block;
  }

  .primary-nav li {
    display: table-cell;
    width: 1%;
  }

}

@media (max-width: 667px) {
  .navbar-toggle {
    display: inline-block;
    float: left;
    border: 2px solid #d3c457;
    margin-top: 30px;
  }

  .primary-nav li {
    display: block;
    width: auto;
  }
}