/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
.navbar-brand {
  padding: 0 !important; }
  .navbar-brand img {
    max-height: 55px; }

.topmenu {
  border-bottom: 1px solid #222; }

.navbar-inverse .navbar-toggle {
  border: 0; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent; }

.navbar-inverse {
  background-image: none;
  border: 0;
  background-color: transparent; }

.navbar {
  box-shadow: none;
  margin-bottom: 0;
  min-height: 100px;
  margin-bottom: 5px; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 0;
  background-image: none;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 15px;
  margin-left: 2px; }
  @media (min-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a {
      padding: 20px 15px 0 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-inverse .navbar-nav > li > a {
      padding: 20px 10px 0 10px; } }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > a:hover, .navbar-inverse .navbar-nav > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #997D35;
  /*border-bottom:3px solid #C40001;*/
  background-image: none;
  box-shadow: none; }

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  left: 0; }

.dropdown-toggle b {
  color: #997D35; }

.navbar {
  box-shadow: none;
  margin-bottom: 0;
  min-height: 40px;
  margin-bottom: 5px; }

.menu {
  padding: 5px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: #000;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out; }

.menu-collapse {
  /*padding: 5px 0;
	background: rgba(0,0,0,0.9);*/ }

.dropdown-menu {
  background-color: #000;
  text-transform: uppercase; }
  .dropdown-menu > li > a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.9px;
    padding: 9px 15px;
    color: #fff; }
    .dropdown-menu > li > a:hover {
      background-color: #866e2e;
      color: #fff;
      background-image: none; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #999; }

#testimonials-slider li {
  height: auto !important; }

.lbg {
  background-color: rgba(0, 0, 0, 0.5); }

#leftnav {
  width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  padding: 20px;
  font-family: "futura_bk_btbook", serif; }
  #leftnav .logo {
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0; }
  #leftnav h3 {
    text-transform: uppercase;
    font-size: 14px; }
  #leftnav .main-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    #leftnav .main-nav li > a {
      display: block;
      text-transform: uppercase;
      color: #65584a;
      padding: 5px;
      letter-spacing: 2px;
      background-color: rgba(0, 0, 0, 0.8);
      margin-top: 5px;
      line-height: 100%; }
      #leftnav .main-nav li > a:hover {
        color: #fff; }
    #leftnav .main-nav li ul {
      margin: 10px 0;
      padding: 0;
      list-style: none; }
      #leftnav .main-nav li ul li {
        float: left;
        width: 33%; }
        #leftnav .main-nav li ul li a {
          margin: 2px;
          color: #997D35;
          font-size: 12px;
          font-weight: bold;
          display: block;
          border: 1px solid #997D35;
          border-radius: 10px;
          background-color: #000;
          text-align: center;
          letter-spacing: 0;
          text-transform: none; }
          #leftnav .main-nav li ul li a span {
            display: block;
            line-height: 120%;
            min-height: 30px;
            padding: 5px 0; }
          #leftnav .main-nav li ul li a img {
            width: 50px; }
  #leftnav h3 {
    color: #997D35; }

#showNav {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #997D35;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  padding-right: 10px;
  cursor: pointer;
  position: relative; }
  #showNav i {
    font-size: 20px;
    float: right;
    margin: 3px 0 0 5px; }

/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
.h-prod-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .h-prod-list li {
    float: left;
    width: 25%; }
    .h-prod-list li img {
      width: 100%;
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .h-prod-list li a {
      display: block;
      text-align: center;
      border: solid 1px #fff;
      margin: 10px; }
      .h-prod-list li a:hover img {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1); }
    .h-prod-list li b {
      padding: 10px 0;
      display: block; }
    .h-prod-list li h2 {
      text-align: center;
      margin-bottom: 30px; }
    .h-prod-list li .imgbox1 {
      overflow: hidden; }

/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
/*gallery effect*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.75em;
  background: #333;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

.hovereffect:hover img {
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0); }

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  float: left;
  margin: 0px;
  display: inline-block; }

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent; }

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff; }

.hovereffect:hover a {
  color: #fff; }

.hovereffect h2, .hovereffect p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

.hovereffect:hover .overlay, .hovereffect:hover h2, .hovereffect:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hovereffect:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

/*gallery effect*/
.portfolio-controls {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  text-align: center; }
  .portfolio-controls li {
    display: inline; }
    .portfolio-controls li a {
      display: inline-block;
      padding: 15px 30px;
      color: #fff;
      font-weight: 500; }
      .portfolio-controls li a:hover {
        text-decoration: none;
        color: #c4a656;
        cursor: pointer; }
        .portfolio-controls li a:hover span {
          border-bottom: 3px solid #c4a656; }
      .portfolio-controls li a span {
        border-bottom: 3px solid #000;
        padding: 8px 0; }
    .portfolio-controls li a.active {
      color: #c4a656;
      cursor: pointer; }
      .portfolio-controls li a.active span {
        border-bottom: 3px solid #c4a656; }

.portfolio-container {
  min-height: 350px;
  margin: 0;
  padding: 0; }
  .portfolio-container li {
    float: left;
    width: 25%; }
    .portfolio-container li img {
      width: 100%; }
  .portfolio-container .mix {
    display: none; }

.mix {
  padding: 10px; }
  .mix a {
    font-size: 14px !important;
    color: #666; }
    .mix a:hover {
      text-decoration: none;
      color: #fff; }
      .mix a:hover img {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1); }
  .mix h3 {
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
    font-weight: 400;
    background-color: #333;
    color: #ccc; }
  .mix .imgbox1 {
    overflow: hidden; }
  .mix img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.gal li ul li {
  width: 33%;
  float: left; }
  @media (max-width: 767px) {
    .gal li ul li {
      width: 100%; } }

/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
.testimonials {
  text-align: center; }
  .testimonials .separator {
    border-top: 2px solid #ccc;
    width: 300px;
    margin: 10px auto; }
  .testimonials h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300; }
  .testimonials .desc {
    padding: 25px 15px; }
  .testimonials b span {
    font-size: 12px;
    color: #666; }
    .testimonials b span em {
      color: #ddd;
      font-style: normal; }
  .testimonials p {
    margin: 0; }
    .testimonials p span {
      font-size: 30px;
      padding: 0 5px; }
  .testimonials .desgn {
    color: #999;
    font-style: italic;
    padding-bottom: 10px; }

/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
.flexslider {
  width: 100%;
  margin: 0 auto;
  box-shadow: none; }

.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none; }

#mainslider img {
  width: 100%;
  height: 100vh;
  z-index: 1; }

.flexslider li {
  position: relative;
  height: 100vh;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }
  .flexslider li .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .flexslider li .meta {
    position: absolute;
    color: #0098DB;
    text-align: center; }
  .flexslider li h1 {
    margin-bottom: 20px;
    font-size: 4.5em;
    font-weight: 300;
    width: 100%;
    font-family: "Gabriela", serif;
    color: #fff;
    text-transform: uppercase; }
  .flexslider li h2 {
    font-size: 15px;
    margin: auto;
    max-width: 500px;
    text-transform: inherit !important;
    line-height: 150%;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700; }
  .flexslider li p {
    margin-right: 7px;
    font-size: 1.5em;
    padding: 12px 18px 10px;
    font-weight: 300;
    width: 100%;
    text-align: center; }

.flexslider li h1, .flexslider li h2, .flexslider li .category p, .flexslider li .category span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.flexslider li.flex-active-slide .meta h1, .flexslider li.flex-active-slide .meta h2, .flexslider li.flex-active-slide .meta .category p, .flexslider li.flex-active-slide .meta .category span {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*.flexslider li.flex-active-slide .meta h2 { -webkit-animation-delay: .5s; animation-delay: .5s; }
.flexslider li.flex-active-slide .meta .category p { -webkit-animation-delay: .6s; animation-delay: .6s; }
.flexslider li.flex-active-slide .meta .category span { -webkit-animation-delay: .8s; animation-delay: .8s; }*/
.flex-direction-nav {
  position: absolute;
  top: 45%;
  left: 30px;
  right: 30px; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 50px;
  z-index: 10;
  overflow: hidden;
  opacity: .5;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  text-align: left;
  left: -10px; }

.flex-direction-nav .flex-next {
  text-align: right;
  right: 30px; }

.flexslider:hover .flex-prev {
  left: -10px; }

.flexslider:hover .flex-next {
  right: 30px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav a:before {
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 1px;
  padding: 2px; }

.flex-control-nav li {
  height: auto !important; }

.flex-control-nav {
  bottom: 50px !important;
  z-index: 100 !important; }

.flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.flex-control-paging li a.flex-active {
  background-color: white !important; }

.flex-direction-nav li {
  height: auto !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .flexslider li {
    height: 100vh;
    background-size: auto 100%; } }

@media (min-width: 768px) {
  .flexslider li span {
    display: block; }
  .flexslider li h1 {
    letter-spacing: 5px; }
  .flexslider li .meta {
    top: 40%;
    left: 15%;
    right: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; } }

@media (max-width: 767px) {
  .flexslider li {
    height: 100vh;
    background-size: auto 100%; }
  .flexslider li .meta {
    bottom: 130px;
    left: 10%;
    right: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .flexslider li h1 {
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 3px; }
  .flexslider li h2 {
    font-size: .7em;
    margin-bottom: 0;
    padding-left: 0; }
  .flex-direction-nav {
    display: none; } }

.loading {
  min-height: 300px;
  background: url("../img/loader.gif") no-repeat center center !important; }

.clients li {
  text-align: center; }

.clients li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 200px; }

.clients li img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: none;
  filter: none; }

/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
a {
  outline: none; }

.btn-b, .btn-b-disabled, .btn-b-outline, .btn-g, .btn-w, .btn-r {
  font-size: 13px;
  padding: 9px 20px 8px 20px; }

.btn-b {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: 400;
  border: 0;
  text-transform: uppercase; }

.btn-b:hover {
  background-color: #C2393E;
  color: #fff;
  text-decoration: none; }

.btn-b-mini {
  font-size: 10px;
  padding: 4px 10px !important;
  display: inline-block;
  border: 2px solid #333;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #333; }

.btn-b-mini:hover {
  border: 2px solid #C2393E;
  padding: 4px 10px !important;
  margin: 0 !important;
  background-color: #C2393E;
  color: #fff;
  text-decoration: none; }

.btn-b-outline {
  display: inline-block;
  border: 2px solid #999;
  color: #333;
  font-weight: 400;
  font-size: .9em;
  text-transform: uppercase; }

.btn-b-outline:hover {
  border: 2px solid #333;
  background-color: #333;
  color: #fff;
  text-decoration: none; }

.btn-b-disabled {
  display: inline-block;
  border: 2px solid #ccc;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ccc; }

.btn-b-disabled:hover {
  text-decoration: none;
  color: #999; }

.btn-g {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: 400;
  border: 0;
  text-transform: uppercase; }

.btn-g:hover {
  background-color: #ccc;
  color: #000;
  text-decoration: none; }

.btn-r {
  display: inline-block;
  background-color: #FC594B;
  color: #fff;
  font-weight: 400;
  border: 0;
  text-transform: uppercase; }

.btn-r:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none; }

.btn-w {
  padding: 9px 20px 6px 20px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  font-weight: 400;
  border: 0;
  text-transform: uppercase; }

.btn-w:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none; }

.btn-primary {
  border-radius: 0 !important;
  background-color: #2D6CA2;
  background-image: none;
  border: 0; }

.btn-mini {
  font-size: 10px;
  padding: 4px 10px !important;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

input[type=text], textarea, select {
  padding: 3px 8px;
  border: 1px solid #ddd; }

input[type=text] {
  height: 30px; }

select.form-control {
  height: 30px; }

input[type=radio] {
  float: left;
  margin-right: 5px; }

.filterBar {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #ddd;
  margin-top: 5px;
  padding: 5px 5px 0 5px;
  display: block; }

.filterBar table {
  background-color: #eee;
  margin-bottom: 5px; }

.filterBar td {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 3px;
  width: 100%; }

.addNew {
  float: right;
  margin-top: 10px;
  background-color: #444;
  color: #fff;
  padding: 3px 10px; }

.loadmore {
  text-align: center;
  padding: 50px 0; }

.innertable td {
  padding-right: 10px !important; }

.innertable td td {
  padding: 1px !important; }

.alert-success {
  background-image: none;
  background-color: #D4EBCA;
  border-radius: 0;
  font-weight: bold; }

blockquote {
  margin: 30px 0;
  width: 85%;
  line-height: 180%;
  color: #666; }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 40px;
  width: 40px;
  background: #ccc;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 18px; }

#back-to-top:hover {
  background: #666;
  color: #fff; }

#back-to-top.show {
  opacity: 1; }

/*$color-orange:#F56E36;
$color-gold:#FBB150;
$font-size:13px;*/
@font-face {
  font-family: 'futura_bk_btbook';
  src: url("../fonts/futura-bt-webfont.woff2") format("woff2"), url("../fonts/futura-bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 15px;
  font-family: "Gabriela", serif;
  font-weight: 400;
  color: #ccc;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 180%; }

h2 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

h3.sec-heading {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #997D35; }

a {
  transition: all .5s;
  color: #333; }
  a:hover {
    text-decoration: none; }

section {
  padding: 100px 0;
  overflow: hidden; }

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

a {
  outline: none; }

a:hover, a:visited, a:link, a:active {
  text-decoration: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.heading {
  font-size: 20px;
  text-align: center;
  line-height: 180%;
  padding: 20px 0 30px 0;
  margin: 0; }

.subheading {
  font-size: 20px;
  text-align: center;
  line-height: 180%;
  padding: 20px 0 30px 0;
  margin: 0; }

.social {
  margin: 20px 0 10px 0;
  text-align: right; }
  .social a {
    background-color: #333;
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    color: white; }
    .social a i {
      text-decoration: none;
      font-size: 1.2em;
      margin: 0;
      padding: 0;
      line-height: 30px; }

.social1 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social1 li {
    float: left; }
  .social1 i {
    font-size: 21px;
    line-height: 32px; }
  .social1 a {
    display: inline-block;
    border: 1px solid #997D35;
    margin: 0 3px;
    background: #997D35;
    color: #000;
    border-radius: 50%;
    width: 33px;
    text-align: center; }
    .social1 a:hover {
      background: #fff;
      color: #000 !important;
      border: 1px solid #fff; }
  @media (max-width: 767px) {
    .social1 .wa {
      display: inline-block; } }
  @media (min-width: 768px) {
    .social1 .wa {
      display: none; } }

.fullh {
  min-height: 100%;
  min-height: 100vh;
  display: table;
  margin: auto;
  width: 100%; }

.fullh > div {
  vertical-align: middle;
  display: table-cell; }

input[type=text] {
  padding: 10px 10px; }

textarea {
  padding: 10px 10px; }

.form-control {
  background-color: #997D35;
  border: 0 !important;
  height: 20px;
  color: #fff; }

select {
  padding: 10px 10px;
  border-radius: 0 !important; }

.service1 a {
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center; }

.service1 h3 {
  color: #ccc; }

.service1 p {
  color: #999; }

.service1 i {
  font-size: 40px;
  color: #666; }

#about-us {
  background: transparent url(../img/about-bg.jpg) scroll no-repeat center center;
  background-size: 100% 100%;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #666; }
  #about-us .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 0;
    color: #fff; }
  #about-us h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px; }
  #about-us p b {
    color: #997D35;
    font-weight: 400; }

footer {
  background-color: #222;
  color: #fff;
  padding: 50px 0 0 0;
  font-size: 13px;
  line-height: 160%; }
  footer a {
    color: #fff; }
  footer li {
    list-style: none;
    padding: 2px 0;
    transition: all .5s; }
    footer li:hover {
      text-indent: 5px;
      color: #997D35;
      transition: all .5s;
      cursor: pointer; }
  footer h5 {
    margin-top: 10px; }
    footer h5:hover {
      color: #997D35;
      transition: all .5s;
      cursor: pointer; }
  footer .footer-logo {
    margin-bottom: 20px; }
  footer .credit {
    background-color: #2C2F36;
    padding: 15px 0 5px 0;
    margin-top: 50px; }
    footer .credit a {
      color: #fff;
      padding: 0 20px;
      border-left: 1px solid #fff;
      display: inline-block; }
      footer .credit a:first-child {
        margin-left: 20px; }
  footer h3.title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom: 20px; }
  footer .social-footer {
    margin: 0 0 10px 0; }
    footer .social-footer a {
      background-color: #444;
      display: inline-block;
      margin-right: 10px;
      width: 35px;
      border-radius: 50%;
      text-align: center;
      color: #fff; }
      footer .social-footer a i {
        text-decoration: none;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        line-height: 35px; }
      footer .social-footer a:hover {
        background-color: #ccc;
        color: #000; }

#services {
  padding: 40px 0 0 0;
  background-color: #000; }
  #services .item {
    background-repeat: no-repeat;
    background-size: 100% auto; }
    #services .item .overlay {
      background-color: rgba(0, 0, 0, 0.4);
      min-height: 100vh;
      padding-bottom: 50px; }
      #services .item .overlay .title-wrap {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10; }
      #services .item .overlay .title {
        position: absolute;
        width: 230px;
        height: 40px;
        line-height: 40px;
        color: #FFFFFF;
        text-align: center;
        padding: 0px;
        background: #987d3e;
        border-radius: 0px;
        margin: -40px auto 0 auto;
        z-index: 15;
        left: 0;
        right: 0;
        font-family: "futura_bk_btbook", serif;
        font-size: 13px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      #services .item .overlay .title:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 26px 31px 0;
        border-color: #987d3e transparent;
        display: block;
        width: 0;
        z-index: 20;
        bottom: -26px;
        left: 62px; }

.highlight {
  background: transparent url(../img/sec-full-1.jpg) fixed no-repeat center center;
  background-size: 100% auto;
  min-height: 600px;
  padding: 0; }
  .highlight .overlay {
    background-color: rgba(0, 0, 0, 0.1); }
  .highlight .content {
    margin: 200px 0;
    padding: 50px !important;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7); }

.team {
  margin: 0;
  padding: 0; }
  .team li {
    clear: both;
    padding: 50px 0 10px 0; }
    .team li > div {
      width: calc(100% - 190px); }
    .team li ul {
      margin: 10px 0 20px 20px;
      padding: 0; }
      .team li ul li {
        list-style: disc;
        padding: 0; }
  .team img {
    float: right;
    margin-left: 20px;
    width: 160px;
    border: 1px solid #ccc;
    padding: 5px; }
  .team h3 {
    margin: 0;
    padding: 0;
    font-weight: 700; }
  .team h4 {
    color: #999; }
  .team h5 {
    font-style: italic;
    margin: 15px 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%; }

.list-clients {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-clients li {
    float: left;
    width: 20%;
    padding: 30px 0;
    /*&:nth-child(5n+1){clear:both}*/ }
    .list-clients li img {
      width: 170px;
      border-radius: 50%;
      border: 5px solid #997D35;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      transition: all .5s; }
      .list-clients li img:hover {
        margin-top: -20px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: all .5s; }

.quote {
  text-align: center;
  margin-top: 100px; }
  .quote .separator {
    border-top: 2px solid #ccc;
    width: 300px;
    margin: 10px auto; }

.imgfiller {
  background-size: 100% auto;
  position: relative;
  overflow: hidden; }

.video {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  background: #000; }

.content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  width: 600px;
  float: right;
  margin: 80px 80px 0 0;
  transition: all .5s; }
  .content a {
    background-color: #997D35;
    color: #fff;
    padding: 2px 40px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer; }
  .content .desc {
    height: 140px;
    overflow: hidden; }
  .content.open {
    width: 60%;
    transition: all .5s; }
    .content.open .desc {
      height: auto;
      overflow: hidden; }

.content-wrap.open {
  transition: all .5s; }
  .content-wrap.open .txt {
    height: auto;
    overflow: hidden; }

.content-wrap .txt {
  height: 85px;
  overflow: hidden; }

.content-wrap .more {
  background-color: #997D35;
  color: #fff;
  padding: 2px 40px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  cursor: pointer; }

@media (min-width: 768px) {
  .imgfiller {
    height: 100vh; }
  .container-fluid {
    margin-left: 350px;
    padding-top: 100px; }
  .list-clients li:nth-child(5n+1) {
    clear: both; } }

@media (max-width: 767px) {
  .imgfiller {
    height: 350px;
    margin-top: 60px; }
  .container-fluid {
    padding: 50px 15px !important; }
  .team li {
    text-align: center; }
    .team li > div {
      width: 100% !important;
      padding-top: 20px; }
  .team img {
    float: none;
    margin: auto; }
  .content {
    margin: 50px 30px !important;
    width: calc(100% - 60px) !important; }
  #services .item {
    background-size: auto 100%; }
  .list-clients li {
    width: 33% !important;
    padding: 5px; }
    .list-clients li img {
      width: 100% !important; }
    .list-clients li:nth-child(3n+1) {
      clear: both; }
  #portfolio-container li {
    width: 33% !important;
    padding: 5px; }
  .social1 {
    margin-left: 15px; } }

.contact {
  background: transparent url(../img/contact.jpg) fixed no-repeat center center;
  background-size: 100% auto;
  padding: 0; }
  .contact .overlay {
    background-color: rgba(0, 0, 0, 0.8) !important; }
