﻿@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);

@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);

@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);

@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
/*------ template stylization ------*/
body {
  background: #474846; /*-- dark grey --*/
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #6f706c;  /*-- grey --*/
}
.global {
  background-color: #6f706c; /*-- grey --*/
}
p {
  margin-bottom: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-block;
  margin: 0 !important;
  float: left !important;
  position: relative;
  padding: 0px 0 0px 0!important;
}
h1.brand a {
  display: inline-block;
}
h1 a img {
  width: 100%;
}
h2 {
  color: #6f706c;  /*-- grey --*/
  font: 26px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 28px 0 16px 0;
  text-transform: uppercase;
}
h3 {
  color: #996600;  /*-- Gold --*/
  font: 23px/24px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0 0 15px 0;
}
h4 {
  color: #ffffff;  /*-- white --*/
  font: 300 24px/30px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0 0 30px 0;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px 10px 19px;
  font: 10px Arial, Helvetica, sans-serif;
  color: #2f2f2f;  /*-- almost black --*/
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border: 1px solid #e5e5e5;  /*-- xtralight grey --*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f8f8f8;  /*-- ultralight grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary:hover {
  background: none;
  color: #ffffff;  /*-- white --*/
  border-color: #faa749; /*-- Pale Orange --*/
  background-color: #996600; /*-- gold --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link {
  box-shadow: none;
  background: none !important;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: 12px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #996600;   /*-- gold --*/
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link span {
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.btn.btn-link img {
  margin-bottom: 0 !important;
  margin-top: -2px;
}
.btn.btn-link:hover {
  color: #626262;  /*-- grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----list-----*/
.list-banner {
  margin: 0;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  background: url(../img/pattern3.png) repeat;
}
.list-banner li {
  width: 283px;
  padding-left: 30px;
  padding-top: 24px;
  position: relative;
  float: left;
  background: url(../img/shadow_banner.png) right 0 repeat-y;
}
.list-banner li:first-child p {
  color: #9c1904;  /*-- red --*/
}
.list-banner li:first-child + li p {
  color: #ba7909;  /*-- gold --*/
}
.list-banner li:first-child + li + li p {
  color: #272828;  /*-- black --*/
}
.list-banner li .title {
  font: bold 36px 'Open Sans Condensed';
  color: #996600 !important;  /*-- gold --*/
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 29px;
}
.list-banner li .caption {
  position: relative;
  z-index: 1;
}
.list-banner li .color {
  height: 81px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c1904; /*-- red --*/
  z-index: 0;
}
.list-banner li:first-child + li .color {
  background-color: #cd8c1a; /*-- gold --*/
}
.list-banner li:first-child + li + li .color {
  background-color: #212222; /*-- black --*/
}
.list-banner li .caption a {
  margin-left: -30px;
  margin-top: 32px;
}
.list1 {
  margin: 0;
  list-style: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9c9c9;
}
.list1 li {
  background: url(../img/list_arrow.png) 5px 12px no-repeat;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0 0 24px;
  border-top: 1px solid #c9c9c9; /*-- ltgrey --*/
}
.list1 li a {
  color: #996600; /*-- gold --*/
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #6f706c; /*-- grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  list-style: none;
}
.list2 li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.list2 li .date {
  color: #262727; /*-- black --*/
  font: bold 18px 'Open Sans Condensed';
  float: left;
  margin-right: 10px;
}
.list3 {
  margin: 0;
  list-style: none;
}
.list3 li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 17px;
}
.list3 li p {
  font-size: 12px;
  line-height: 18px;
}
.list3 li a {
  color: #996600; /*-- gold --*/
  font: bold 12px Arial, Helvetica, sans-serif;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover {
  color: #6f706c; /*-- grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 {
  margin: 0;
  list-style: none;
}
.list4 li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 35px;
  display: block;
}
.list4 li .badge {
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  padding-top: 11px;
  font: bold 19px/12px 'Open Sans';
  text-align: center;
  text-transform: uppercase;
  background-color: #996600; /*-- gold --*/
  color: #ffffff;
  float: left;
  margin-right: 12px;
  width: 44px;
  height: 33px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}
.list4 li .badge span {
  font-size: 12px;
}
.list4 li .extra-wrap p {
  font-size: 12px;
}
.list4 li .extra-wrap p a {
  color: #996600; /*-- gold --*/
  font-size: 12px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li .extra-wrap p a:hover {
  color: #6f706c; /*-- grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li .clearfix {
  margin-bottom: 13px;
}
.list4 li .extra-wrap p span {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.list4 li .extra-wrap h3 {
  margin-bottom: 2px;
}
.list5 {
  margin: 0;
  list-style: none;
}
.list5 li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}
.list5.info-box li {
  margin-bottom: 1px;
}
.list5.info-box li p {
  color: #e9eae4; /*-- nearly white --*/
  font-size: 12px;
  line-height: 18px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5.info-box li p span {
  display: block;
  width: 68px;
  float: none;
}
.list5 li a {
  color: #e9eae4; /*-- nearly white --*/
  font-size: 12px;
  line-height: 18px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li a:hover {
  color: #2a2b29; /*-- nearly black --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----thumbs-----*/
.thumb-pad1 {
  margin-bottom: 0;
  display: block;
}
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #6f706c; /*-- grey --*/
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 6px;
}
.thumb-pad1 .thumbnail .caption p strong {
  color: #9c1904; /*-- red --*/
}
.thumb-pad1 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 26px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 5px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #6f706c; /*-- grey --*/
}
.thumb-pad2 .thumbnail .caption p {
  margin-bottom: 21px;
}
.thumb-pad2 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 25px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #6f706c; /*-- grey --*/
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 {
  margin: 0;
  display: inline-block;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
  color: #6f706c; /*-- grey --*/
}
.thumb-pad4 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 31px;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad4 .thumbnail .caption p {
  position: relative;
  margin-bottom: 30px;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  position: relative;
  padding-right: 0;
  margin-bottom: 25px;
}
blockquote p {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #6f706c; /*-- grey --*/
  margin-bottom: 18px;
}
blockquote .name {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #996600; /*-- gold --*/
  margin: 0;
  margin-bottom: 1px;
}
blockquote a {
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #6f706c; /*-- grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #996600; /*-- gold --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  padding: 0;
  background: url(../img/bg_header.png) repeat-x;
  border-top: 4px solid #996600;  /* get-hired #df5a00 */
}
header .up-border {
  position: absolute;
  top: 0;
  width: 100%;
  height: 7px;
  background: url(../img/up_bord_bg.png) repeat;
}
header .up-border span {
  width: 100%;
  height: 8px;
  background-color: #996600;
  display: inline-block;
  position: relative;
  top: -7px;
}
header .call {
  float: left;
  margin-top: 55px;
  margin-left: 31px;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);
}
header .call p {
  font: bold 16px/16px 'Open Sans Condensed';
  text-transform: uppercase;
  color: #d6d0c6; /*-- light grey --*/
  margin-bottom: 8px;
  letter-spacing: 2px;
}
header .call .call-numb {
  font-size: 27px;
  letter-spacing: 2px;
}
/*-----menu-----*/
header .navbar {
  float: none;
  margin: 0;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #996600; /*-- gold --*/
  border-right: 1px solid #fcab47; /*-- light orange --*/
  border-bottom: 1px solid #fdb34a; /*-- even lighter orange --*/
  border-left: 1px solid #fcab47; /*-- light orange --*/
  background: url(../img/bg_menu.png) repeat-x;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  float: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  height: 60px !important;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
}
.nav-collapse_ .nav {
  display: block;
  float: none !important;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 20px;
  line-height: 20px;
  zoom: 1;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #ffffff;
  box-shadow: none;
  font: bold 20px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  padding: 0;
  background: none;
  text-align: center;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-right-style: solid;
  border-left-style: solid;
  margin-right: 5px;
  background: url(../img/menu_bg.png) 0 bottom repeat-x;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 19px 37px 0 37px;
  height: 41px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li:first-child > a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-left: none !important;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  background: url(../img/menu_bg.png) 0 top repeat-x;
  box-shadow: none;
  border-right-color: #996600; /*-- gold --*/
  border-left-color: #fb9f2c; /*-- pale orange --*/
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.nav-collapse_ .nav > li:hover > a {
  color: #ffffff !important;
  background: url(../img/menu_bg.png) 0 top repeat-x;
  border-right-color: #fb9f2c; /*-- pale orange --*/
  border-left-color: #fb9f2c; /*-- pale orange --*/
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  border-right-color: #fb9f2c; /*-- pale orange --*/
  border-left-color: #fb9f2c; /*-- pale orange --*/
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  background: url(../img/menu_bg.png) 0 top repeat-x;
}
.nav-collapse_ .nav > li > a span {
  display: block;
  position: absolute;
  height: 6px;
  background: url(../img/menu-marker.png) no-repeat;
  top: 44px;
  width: 6px;
  left: 97px;
}
.nav-collapse_ .nav > li > a em {
  display: block;
  position: absolute;
  height: 6px;
  background: url(../img/menu-marker1.png) no-repeat;
  top: 80px;
  width: 6px;
  left: 68px;
  font-style: normal;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 175px;
  left: 14px;
  top: 61px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #2a2b29; /*-- nearly black --*/
  padding: 22px 0 15px 0;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 9px;
  text-align: center;
}
.nav-collapse .sub-menu > ul li a {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  font: 12px/12px Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 7px 0 7px 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 6px;
  height: 5px;
  position: relative;
  top: -2px;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #2a2b29; /*-- nearly black --*/
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #2a2b29; /*-- nearly black --*/
  background-color: #ffffff;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu > ul ul {
  position: absolute;
  display: none;
  width: 175px;
  left: 176px;
  top: -22px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #ffffff;
  padding: 22px 0 15px 0;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu > ul ul li a {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  font: 12px/12px Arial, Helvetica, sans-serif;
  color: #424242; /*-- dark grey --*/
  padding: 7px 0 7px 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #424242; /*-- dark grey --*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  padding: 4px;
  background: none;
  box-shadow: none;
  border: none;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#toTop {
  display: none;
  width: 34px;
  height: 20px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.mail a {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #996600; /*-- gold --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail a:hover {
  color: #262727; /*-- black --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_links {
  margin: 0;
  list-style: none;
  float: right;
  margin-top: 51px;
}
.follow_links li {
  font: 10px/10px Arial, Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-right: 9px;
}
.follow_links a {
  font: 10px/10px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 7px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_links a:hover {
  color: #7c5404; /*-- darker gold --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_icon {
  margin: 0;
  list-style: none;
  float: right;
  margin-right: 32px;
  margin-top: 18px;
}
.follow_icon li {
  float: left;
  margin-left: 13px;
}
#bannBox {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 42px;
}
#bannBox .banner1 {
  text-align: center;
  padding-top: 44px;
}
.btn.btn4:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 10px;
  left: 12px;
  width: 85%;
  height: 10%;
}
#bannBox .banner1 {
  position: relative;
}
#bannBox .banner1 > div:before {
  width: 1px;
  height: 100%;
  background-color: #dbdbdb; /*-- light grey --*/
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  right: -15px;
  content: ' ';
  z-index: 11;
}
#bannBox .banner1 p {
  margin-bottom: 35px;
}
#bannBox .banner1 img {
  margin-bottom: 28px;
}
#bannBox .banner1 .title {
	font: 23px/23px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #996600; /*-- gold --*/
	margin-bottom: 19px;
}
#projectsBox,
#projectsBox2,
.mapBox,
#blogBox,
#privacyBox,
#resultBox {
  width: 100%;
  background-color: #e9eae4; /*-- light grey --*/
  border-bottom: 1px solid #c4c5c0; /*-- dark grey --*/
  padding-top: 15px;
}
#projectsBox2,
#blogBox {
  padding-bottom: 80px;
}
#ideasBox {
  padding-bottom: 25px;
  width: 100%;
  background-color: #e9eae4; /*-- light grey --*/
  border-bottom: 1px solid #c4c5c0; /*-- dark grey --*/
  padding-top: 15px;
}
#projectsBox .span12 {
  overflow: hidden;
}
#carouselBox {
  width: 100%;
  background-color: #e9eae4; /*-- light grey --*/
  padding-top: 15px;
  padding-bottom: 20px;
}
#fooBox {
  padding-top: 47px;
}
#fooBox section {
  overflow: hidden;
}
#fooBox .foo-logo {
  margin-top: 3px;
  margin-bottom: 50px;
}
#fooBox .title {
  border-bottom: 1px solid #e9eae4; /*-- light grey --*/
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.aboutBox {
  width: 100%;
  background-color: #e9eae4; /*-- light grey --*/
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c5c0;
}
/*-----carousel-----*/
.list_carousel {
  position: relative;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding-top: 5px;
  cursor: default;
}
.list_carousel #foo > li {
  padding: 0;
  display: inline-block;
  float: left;
  margin-left: 30px;
  cursor: default;
  padding: 4px 4px 14px 4px;
  background-color: #fff;
}
.list_carousel #foo > li a {
  color: #996600; /*-- gold --*/
  display: inline-block;
  font: 13px/13px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list_carousel #foo > li a:hover {
  color: #6f706c; /*-- grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list_carousel #foo > li .caption {
  padding-left: 17px;
  padding-right: 17px;
}
.list_carousel #foo > li .caption p {
  font-size: 12px;
  color: #6f706c; /*-- grey --*/
  line-height: 18px;
}
.list_carousel #foo > li figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}
.list_carousel #foo > li figure img {
  width: 100%;
}
.list_carousel #foo > li p {
  color: #8d7d69; /*-- taupe --*/
}
.list_carousel #foo > li p strong {
  color: #9c1904; /*-- red --*/
}
.list_carousel.responsive {
  width: auto;
  margin-left: -30px;
}
.list_carousel.responsive .caroufredsel_wrapper {
  min-height: 306px;
  cursor: default !important;
}
.list_carousel .prev,
.list_carousel .next {
  display: inline-block;
  width: 11px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: -37px;
}
.list_carousel .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  right: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*---*/
.list_carousel #foo1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding-top: 5px;
}
.list_carousel #foo1 > li {
  padding: 0;
  display: inline-block;
  float: left;
  margin-left: 0;
  border-left: 1px dotted #aaaaaa;
  cursor: default;
}
.list_carousel #foo1 li:first-child {
  border-left: none;
}
.list_carousel #foo1 > li figure {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.list_carousel #foo1 > li figure img {
  width: 100%;
}
.list_carousel #foo1 > li p {
  color: #8d7d69;  /*-- taupe --*/
}
.list_carousel #foo1 > li p strong {
  color: #9c1904;  /*-- red --*/
}
#carouselBox .caroufredsel_wrapper {
  padding-bottom: 20px;
  cursor: default !important;
}
#carouselBox .list_carousel.responsive .caroufredsel_wrapper {
  min-height: 21px;
  margin-left: 12px !important;
}
/*---*/
.list_carousel1 {
  position: relative;
}
.list_carousel1 #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel1 #foo > li {
  padding: 0;
  display: inline-block;
  float: left;
  cursor: default;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.list_carousel1 #foo > li figure {
  margin: 0;
  display: block;
  margin-bottom: 30px;
}
.list_carousel1 #foo > li figure img {
  width: 100%;
}
.list_carousel1 #foo > li p {
  color: #8d7d69; /*-- taupe --*/
}
.list_carousel1 #foo > li p strong {
  color: #9c1904; /*-- red --*/
}
.list_carousel1.responsive {
  width: auto;
  margin-left: 0;
  margin-bottom: 11px;
}
.list_carousel1 .prev,
.list_carousel1 .next {
  display: inline-block;
  width: 70px;
  height: 29px;
  cursor: pointer;
  position: absolute;
  top: -52px;
}
.list_carousel1 .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  right: 70px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel1 .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel1 .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel1 .caroufredsel_wrapper {
  position: relative;
  min-height: 570px;
  cursor: default !important;
}
.list_carousel1 .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#carouselBox .list_carousel .prev,
#carouselBox .list_carousel .next {
  top: 11px;
}
#carouselBox .list_carousel.responsive {
  margin-bottom: 0;
}
#carouselBox .list_carousel .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  left: 32px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#carouselBox .list_carousel .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#carouselBox .list_carousel .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#carouselBox .list_carousel .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#carouselBox .list_carousel.responsive .caroufredsel_wrapper {
  margin-top: 0 !important;
}
/*--------------*/
.list_carousel2 {
  position: relative;
}
.list_carousel2 #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding-top: 5px;
}
.list_carousel2 #foo > li {
  padding: 0;
  display: inline-block;
  float: left;
  margin-left: 30px;
  cursor: default;
}
.list_carousel2 #foo > li > div {
  padding: 0;
  padding: 4px 4px 14px 4px;
  background-color: #fff;
  margin-bottom: 31px;
}
.list_carousel2 #foo > li a {
  color: #996600; /*-- gold --*/
  display: inline-block;
  font: 13px/13px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list_carousel2 #foo > li a:hover {
  color: #6f706c; /*-- grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list_carousel2 #foo > li .caption {
  padding-left: 17px;
  padding-right: 17px;
}
.list_carousel2 #foo > li .caption p {
  font-size: 12px;
  color: #6f706c;  /*-- grey --*/
  line-height: 18px;
}
.list_carousel2 #foo > li figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}
.list_carousel2 #foo > li figure img {
  width: 100%;
}
.list_carousel2 #foo > li p {
  color: #8d7d69; /*-- taupe --*/
}
.list_carousel2 #foo > li p strong {
  color: #9c1904; /*-- red --*/
}
.list_carousel2.responsive {
  width: auto;
  margin-left: -30px;
  margin-bottom: 47px;
}
.list_carousel2 .prev,
.list_carousel2 .next {
  display: inline-block;
  width: 11px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: -37px;
}
.list_carousel2 .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  right: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 #foo > li p > a {
  margin-top: 2px;
  margin-left: 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 #foo > li p > a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2.responsive .caroufredsel_wrapper {
  min-height: 1085px;
}
/*-----subscribeForm-----*/
#subscribe-form {
  margin: 0;
  position: relative;
}
#subscribe-form .error {
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  top: 42px;
  left: 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #de453f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscribe-form input {
  background-color: #ffffff;
  border: none;
  width: 67%;
  outline: none;
  box-shadow: none;
  color: #6f706c; /*-- grey --*/
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 9px 10px 10px 10px;
  margin: 5px 0 27px 0;
  box-sizing: content-box;
  margin-right: 0;
  float: none;
  border: 1px solid #e7e7e7;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .success {
  display: none;
  border: 1px solid #e8e8e8; /*-- very light grey --*/
  border-radius: 0;
  padding: 10px 0 10px 10px;
  background-color: #f9f9f9; /*-- almost white --*/
  /*-- lighter white and  white --*/
  /*-- lighter white and  white --*/
  /*-- lighter white and  white --*/
  /*-- lighter white and  white --*/
  	background-repeat: repeat-x;
	text-align: center;
	color: #333;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0px;
	width: 390px;
	background-image: linear-gradient(to bottom, #f5f5f5, #fefefe);/*-- lighter white and  white --*/
  }
.email {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 17px;
}
#subscribe-form a {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 12px 21px 13px 20px;
  width: 108px;
  font: 11px 'Convergence', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 0;
  background: #de453f; /*-- red --*/
  border: 1px solid #de453f;  /*-- red --*/
  text-align: center;
  cursor: pointer;
}
#subscribe-form a:hover {
  color: #323232;  /*-- black --*/
  border-color: #e8e8e8;  /*-- Ultralight grey --*/
  background-color: #f9f9f9;  /*-- even lighter grey --*/
  	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f5f5f5, #fefefe);
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  top: 7px;
}
#search-404 input {
  background-color: #ffffff;
  width: 370px;
  outline: none;
  box-shadow: none;
  color: #6f706c; /*-- grey --*/
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  border-radius: 0;
  padding: 4px 15px 5px 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  float: left;
  border: none;
  height: 37px;
  margin-right: 26px;
  margin-bottom: 10px;
  border: 1px solid #d0d0d0; /*-- light grey --*/
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
  margin: 0;
}
#search-404 .btn.btn-link {
  color: #ffffff;
  margin-top: 8px;
}
#search-404 .btn.btn-link:hover {
  color: #6f706c; /*-- grey --*/
}
#search {
  display: inline-block;
  margin: 0;
  float: left;
  position: relative;
  margin-top: 16px;
}
#search a {
  position: absolute;
  top: 6px;
  right: 8px;
}
#search a .img_act {
  position: absolute;
  top: 3px;
}
#search input {
  width: 215px;
  outline: none;
  box-shadow: none;
  color: #585858; /*-- grey --*/
  font: bold 14px/20px 'Open Sans Condensed';
  height: 21px;
  border-radius: 0;
  padding: 5px 10px 5px 13px;
  margin-right: 0;
  float: left;
  background: url(../img/search_bg.png) repeat;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-top-color: #1e1f1f; /*-- dark grey --*/
  border-right-color: #444543; /*-- grey --*/
  border-bottom-color: #444543; /*-- grey --*/
  border-left-color: #1e1f1f; /*-- grey --*/
}
/*-----map-----*/
.map {
  margin: 5px 0 44px 0;
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 647px ;
  border: none;
  line-height: 0;
}
.info {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 18px;
  margin-right: 20px;
}
.info p span {
  display: inline-block;
  width: 100px;
  color: #6f706c; /*-- light grey --*/
  font-size: 14px;
}
.info a {
  color: #6f706c; /*-- light grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #9c1904; /*-- light grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info strong {
  color: #9c1904; /*-- red --*/
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 22px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 192px;
}
.form-div-1,
.form-div-2 {
  margin-right: 22px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 48px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 22px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 15px 6px 11px;
  width: 100%;
  outline: none;
  border: none;
  background: #ffffff;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #6f706c; /*-- light grey --*/
  border: 1px solid #d0d0d0; /*-- light grey --*/
}
#contact-form input {
  height: 35px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 330px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  width: 100%;
  border: none;
  background: #ffffff;
  border: 1px solid #d0d0d0; /*-- light grey --*/
  color: #6f706c; /*-- light grey --*/
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 0;
  right: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #2f2f2f; /*-- dark grey --*/
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: -15px;
  text-align: right;
}
.btns a {
  margin-right: 10px;
}
/*-----footer-----*/
footer {
  padding-top: 25px;
  padding-bottom: 42px;
  background-color: #474846; /*-- dark grey --*/
}
footer p {
  font: 12px Arial, Helvetica, sans-serif;
  color: #e9eae4; /*-- light grey --*/
}
footer p > a {
  font: 12px Arial, Helvetica, sans-serif;
  color: #e9eae4; /*-- light grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p > a:hover {
  color: #996600; /*-- gold --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .container > .foo-part {
  height: 28px;
  background: url(../img/foo_part.png) repeat-x;
  margin-bottom: 43px;
}
footer figure {
  margin: 0;
}
footer .tel {
  font: bold 22px/22px 'Open Sans Condensed';
  color: #282929; /*-- dark grey --*/
  letter-spacing: 1px;
  margin-bottom: 10px;
}
footer .info-txt p {
  font: bold 14px/16px 'Open Sans Condensed';
  color: #d2a163; /*-- light gold --*/
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .info-txt p a {
  color: #9c1904; /*-- red --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .info-txt p a:hover {
  color: #282929; /*-- dark grey --*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 242px;
  }
  .list5.info-box li p span {
    display: inline-block;
    float: left;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .logo-numb {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
  }
  header .navbar {
    float: none;
    display: block;
    background: url(../img/bg_menu.png) repeat-x;
  }
  .navbar_ .nav-collapse_ {
    float: none;
  }
  .up-border .bord {
    width: 170px;
  }
  .list-banner {
    padding-left: 0;
  }
  .list-banner li {
    width: 283px;
  }
  .btn.btn4 {
    padding: 10px 8px 9px 7px;
    font-size: 11px;
  }
  footer .tel {
    font-size: 22px;
    line-height: 22px;
  }
  .error {
    margin-left: 0 !important;
  }
  .list_carousel2.responsive .caroufredsel_wrapper {
    min-height: 975px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 192px;
  }
  .list5.info-box li p span {
    display: block;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  h2 {
    font-size: 30px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  .nav-collapse_ .nav > li > a {
    font-size: 18px;
    padding: 19px 15px 0 15px;
  }
  .list_carousel #foo1 {
    margin-top: 30px;
  }
  #carouselBox .list_carousel.responsive .caroufredsel_wrapper {
    margin-top: 30px !important;
  }
  #carouselBox .list_carousel .prev,
  #carouselBox .list_carousel .next {
    top: 0;
  }
  #carouselBox .list_carousel .prev {
    left: auto;
    right: 18px;
  }
  #carouselBox .list_carousel .next {
    right: 0;
  }
  .list_carousel2.responsive .caroufredsel_wrapper {
    min-height: 930px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .nav-collapse_ .nav > li > a span {
    left: 70px;
  }
  #fooBox .span2 {
    width: 195px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .follow_icon {
    float: none;
    display: inline-block;
  }
  #bannBox .banner1 > div:before {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb; /*-- light grey --*/
    position: absolute;
    z-index: 1;
    display: inline-block;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 11;
  }
  #bannBox .banner1 {
    padding-bottom: 25px;
  }
  header .navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    text-align: center;
  }
  .navbar_ .navbar-inner {
    width: 100%;
    float: none;
    margin: 0;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    background: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 0;
    width: 100%;
    border-color: #d2a163; /*-- light gold --*/
    background: #996600; /*-- gold --*/
    color: #ffffff;
    cursor: pointer;
    border-radius: 0;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  #carouselBox .list_carousel.responsive .caroufredsel_wrapper {
    margin-top: 30px !important;
  }
  #carouselBox .list_carousel .prev,
  #carouselBox .list_carousel .next {
    top: 0;
  }
  #carouselBox .list_carousel .prev {
    left: auto;
    right: 18px;
  }
  #carouselBox .list_carousel .next {
    right: 0;
  }
  .box1 {
    display: inline-block;
    float: left;
    width: 29%;
    margin-right: 20px;
  }
  .thumb-pad2 figure {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .list_carousel2.responsive .caroufredsel_wrapper {
    min-height: 955px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .error {
    margin-top: 50px !important;
  }
  .margTop1 {
    margin-top: 50px !important;
  }
  .nav-collapse_ .nav > li > a span {
    left: 70px;
  }
  #fooBox .span2 {
    width: 300px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  #fooBox .span2 {
    width: 250px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box1 {
    margin-right: 20px;
  }
  .thumb-pad2 figure {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .list_carousel2.responsive .caroufredsel_wrapper {
    min-height: 915px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  #fooBox .span2 {
    width: 230px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  .list_carousel.responsive .caroufredsel_wrapper {
    min-height: 272px;
  }
  .box1 {
    width: 45%;
    margin-right: 10px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .follow_links {
    display: none;
  }
  h1.brand {
    float: none !important;
    display: block;
    text-align: center;
  }
  .caroufredsel_wrapper {
    min-height: 80px;
  }
  .list_carousel.responsive .caroufredsel_wrapper {
    min-height: 272px;
  }
  .list_carousel.responsive {
    margin-top: 50px;
  }
  .list_carousel2.responsive {
    margin-top: 50px;
  }
  .thumb-pad4 figure {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .list4 .pull-left,
  .pull-right {
    float: none;
    display: inline-block;
  }
  #fooBox .span2 {
    width: 40%;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .map iframe {
    height: 200px;
  }
  h1.brand {
    display: block;
    float: none !important;
  }
  .box1 {
    width: 100%;
    margin-right: 0;
  }
  .box1 {
    width: 45%;
    margin-right: 10px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  #fooBox .span2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .box1 {
    width: 100%;
    margin-right: 0;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  #fooBox .span2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error {
  max-width: 100% !important;
  margin-top: 163px;
  margin-left: 0;
}
.margBot {
  margin-bottom: 28px;
}
.margBot1 {
  margin-bottom: 17px !important;
}
.margBot2 {
  margin-bottom: 26px;
}
.margBot3 {
  margin-bottom: 21px;
}
.margBot4 {
  margin-bottom: 23px;
}
.margTop {
  margin-top: 39px;
}
.margTop1 {
  margin-top: 102px;
}
.padBot {
  padding-bottom: 56px;
}
.headColor {
  background-color: #996600; /*-- #d2a163;  light gold --*/
  	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #d2a163, #996600);
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  /* hovers */
.tm_view {width: 100%;height: auto;margin:0  0 15px 0;position: relative;text-align: center;cursor: default;background: #fff;overflow:hidden; font-size:12px; line-height:15px;}
.tm_view .tm_mask, .tm_view .tm_content {width: 100%;height: 100%;position: absolute;overflow: hidden;top: 0;left: 0; right: 0; bottom: 0;}
.tm_view img {display: block;position: relative;}
.tm_view h2 {text-transform: uppercase;color: #fff;text-align: center;position: relative;font-size: 17px;padding: 10px;background: rgba(0, 0, 0, 0.8);margin: 10% 0 0 0}
.tm_view p {font-family: Georgia, serif;font-style: italic;font-size: 12px;position: relative;color: #fff;padding: 10px 20px 20px;text-align: center; margin: 0;}
.tm_view a.btn {display: inline-block;text-decoration: none;padding: 7px 14px;background: #000;color: #fff;text-transform: uppercase;box-shadow: 0 0 1px #000; border:none; border-radius:0; text-shadow:none;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.tm_view a.btn:hover { background:#fff; color:#000;}
/* first hover */
.tm_view_first img {-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
.tm_view_first .tm_mask {opacity: 0;background-color: rgba(219,127,8, 0.7);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.tm_view_first h2 {opacity: 0;
   -moz-transform: translateY(-100px); -webkit-transform: translateY(-100px); -o-transform: translateY(-100px);transform: translateY(-100px);
   -moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.tm_view_first p {opacity: 0;
    -moz-transform: translateY(100px);-webkit-transform: translateY(100px);-o-transform: translateY(100px);transform: translateY(100px);
  -moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
.tm_view_first a.btn{opacity: 0;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.tm_view_first:hover img {-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.tm_view_first:hover .tm_mask {opacity: 1;}
.tm_view_first:hover h2,
.tm_view_first:hover p,
.tm_view_first:hover a.btn {opacity: 1;-moz-transform: translateY(0px); -webkit-transform: translateY(0px); -o-transform: translateY(0px);transform: translateY(0px);}
.tm_view_first:hover p {-moz-transition-delay: 0.1s;-webkit-transition-delay: 0.1s;-o-transition-delay: 0.1s;transition-delay: 0.1s;}
.tm_view_first:hover a.btn {-moz-transition-delay: 0.2s;-webkit-transition-delay: 0.2s;-o-transition-delay: 0.2s;transition-delay: 0.2s;}
