@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(sawmill.css);
@import url(http://fonts.googleapis.com/css?family=Lato|Fjalla+One|Open+Sans:800);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #38373a;
  color: #6c6a6a;
  font: 400 16px/24px "Lato", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .addr p:first-child, .terms dt {
  color: #38373a;
  font-family: "Fjalla One", sans-serif;
}
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, .addr p:first-child:after, .terms dt:after {
  background: #38373a;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

h2 {
  font-size: 51px;
  line-height: 69px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

h3 {
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
}
h3:after {
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  margin-top: 16px;
}

h4, .addr p:first-child {
  font-size: 24px;
  line-height: 30px;
}

h5, .terms dt {
  font-size: 21px;
}

h6 {
  font-size: 18px;
  text-transform: uppercase;
}

p a:hover, dd a:hover, .addr a:hover, .copyright a:hover {
  text-decoration: underline;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

.large {
  font-size: 18px;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1300px;
}

.primary {
  color: #8ca87d;
}

.secondary {
  color: #38373a;
}

.secondary2 {
  color: #c76b23;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.header .nav {
  float: left;
}

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none !important;
  }
}
.sf-menu {
  display: inline-block;
}
.sf-menu a {
  display: block;
}

.sf-menu > li {
  border-right: 1px solid #B9B8B8;
}
.sf-menu > li > a {
  padding: 19px 35px 16px 36px;
  font-family: "Fjalla One", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #8b8888;
}
.sf-menu > li > a.fa {
  font-size: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #222222;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0;
  padding: 10px 0 10px;
  font-size: 14px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu > li > ul {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.sf-menu ul > li > a {
  padding: 7px 40px 8px 30px;
  color: #38373a;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #41a62c;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09);
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: 235px;
  margin-top: 0;
  padding: 0;
  background: #fff;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
  content: '\f078';
}

@media (max-width: 1299px) {
  .sf-menu > li:first-child {
    border-left: 1px solid #B9B8B8;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 15px 18px 12px;
  }
  .sf-menu > li > a.fa {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 20px auto;
  width: 420px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-left: 5px;
  padding-right: 42px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #e4e4e4 100%);
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.09);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}

.isStuck {
  z-index: 999;
}

@media (max-width: 1299px) {
  .stuck_container {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.thumb_cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 37px;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 1px 1px 1px #000;
}
.thumb_cnt h1, .thumb_cnt h2, .thumb_cnt h3, .thumb_cnt h4, .thumb_cnt h5, .thumb_cnt h6 {
  color: #FFF;
}
.thumb_cnt h1:after, .thumb_cnt h2:after, .thumb_cnt h3:after, .thumb_cnt h4:after, .thumb_cnt h5:after, .thumb_cnt h6:after {
  background: #FFF;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.thumb_cnt h3 {
  font-size: 30px;
  text-transform: none;
}
.thumb_cnt h3:after {
  width: 131px;
  margin-top: 22px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .thumb_cnt {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .thumb_cnt {
    padding: 20px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #c76b23;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================     Search Form     ======================*/
.search-form {
  position: relative;
  width: 288px;
	font: 400 12px/18px "Lato", sans-serif;; 
	color:#01632f;
}
.search-form .input {
  display: block;
  padding: 13.5px 40px 13.5px 10px;
  background: #fbfbfb;
  border: 1px solid #bebebe;
}
.search-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #6c6a6a;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
}
.search-form button, .search-form button:focus, .search-form button:active {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 9px;
  right: 17px;
  width: 25px;
  height: 30px;
  color: #383737;
  font: 400 26px/30px 'FontAwesome', sans-serif;
}
.search-form button::-moz-focus-inner, .search-form button:focus::-moz-focus-inner, .search-form button:active::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form button:before, .search-form button:focus:before, .search-form button:active:before {
  content: "\f002";
}
.search-form button:hover, .search-form button:focus:hover, .search-form button:active:hover {
  color: #8ca87d;
}

@media (max-width: 767px) {
  .search-form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}
/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 370px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: none;
}

/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  border-top: 4px solid #272727;
  background: url(../images/pattern01.jpg) repeat;
}
.header .brand {
  float: left;
}
.header_info, .header .social-list, .header .search-form {
  float: right;
}
.header .brand + .search-form {
  margin-top: 11px;
}
.search-form + .header_info {
  margin-top: 11px;
  margin-right: 87px;
}
.header_info + .header_info {
  margin-top: 22px;
  margin-right: 30px;
}
.header .social-list {
  margin-top: 23px;
}
@media (max-width: 1299px) {
  .header .social-list {
    display: none;
  }
  .header .icon-map-marker {

  }
  .header .nav {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 894px) {
  .header .brand {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand, .header_info, .header .search-form {
    float: none;
  }
  .header .brand + .search-form {
    margin-top: 30px;
  }
}

.header_panel {
  padding: 24px 36px 26px;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}
@media (max-width: 479px) {
  .header_panel {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header_info {
  display: inline-block;
  position: relative;
  padding-left: 44px;
  font-size: 12px;
  line-height: 14px;
}
.header_info:before {
  color: #999;
  position: absolute;
  left: 0;
  top: 3px;
}

.icon-map-marker:before {
  font-size: 45px;
  line-height: 45px;
}

.icon-phone-1:before {
  left: 8px;
  font-size: 34px;
  line-height: 34px;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  min-height: 71px;
  padding: 7px 0 0 76px;
  background: url(../images/scs-header-logo.png) no-repeat 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.brand_name {
  font: 800 49px/50px "Open Sans", sans-serif;
  letter-spacing: -1.225px;
  overflow: hidden;
}
.brand_slogan {
  margin-top: -4px;
  margin-left: 5px;
  font: 400 17px/17px "Fjalla One", sans-serif;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #01632F;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 44px;
  }
}

/*==================     Brand     ======================*/
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 16px;
}
.social-list .fa {
  font-size: 25px;
  color: #464040;
}
.social-list .fa:hover {
  color: #8ca87d;
}

/*=======================================================
                     CONTENT  Layout
=========================================================*/
* + h4 {
  margin-top: 13px;
}

* + h6 {
  margin-top: 3px;
}

* + p {
  margin-top: 14px;
}

* + .contact-form {
  margin-top: 82px;
}

* + .row,
* + .thumb {
  margin-top: 30px;
}

* + .lazy-img {
  margin-top: 33px;
}

* + .btn2 {
  margin-top: 26px;
}

* + .marked-list {
  margin-top: 26px;
}

* + .terms {
  margin-top: 79px;
}

* + .off1 {
  margin-top: 102px;
}

* .list,
h6 + .contact_info,
* + .contact_address {
  margin-top: 8px;
}

h3 + p {
  margin-top: 20px;
}

h3 + .row,
h3 + .owl-carousel {
  margin-top: 79px;
}

h6 + p {
  margin-top: 2px;
}

.btn2 + .btn2 {
  margin-top: 0;
  margin-left: 20px;
}

.lazy-img + h5 {
  margin-top: 23px;
}

.lazy-img + h6 {
  margin-top: 21px;
}

.lazy-img + p {
  margin-top: 18px;
}

.list + h6,
.contact_info + h6 {
  margin-top: 48px;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: white;
}
.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
  color: #c76b23;
}

/*==================      Well     ======================*/
.well {
  padding-top: 34px;
  padding-bottom: 34px;
}

.well2 {
  padding-top: 127px;
  padding-bottom: 128px;
}
.well2__ins1 {
  padding-bottom: 93px;
}

.well3 {
  padding-top: 71px;
  padding-bottom: 131px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #8ca87d;
}
.bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #FFF;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  text-transform: uppercase;
  text-shadow: 0 1px 1px #3C4B37;
}

.bg-secondary {
  background: url(../images/pattern01.jpg) repeat;
}

.bg-dark {
  background: #EAE9E9;
}

/*==================     Icons     ======================*/
.icon-08, .icon-14, .icon-15, .icon-09, .icon-10, .icon-12, .icon-13, .icon-06 {
  padding-top: 8px;
  line-height: 80px;
  color: #38373a;
  display: block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.icon-08:before, .icon-14:before, .icon-15:before, .icon-09:before, .icon-10:before, .icon-12:before, .icon-13:before, .icon-06:before {
  line-height: inherit;
}

.icon-08 {
  font-size: 96px;
  width: 96px;
}

.icon-14 {
  font-size: 90px;
  width: 90px;
}

.icon-15 {
  font-size: 92px;
  width: 92px;
}

.icon-09 {
  font-size: 118px;
  width: 118px;
}

.icon-10 {
  font-size: 94px;
  width: 94px;
}

.icon-12 {
  font-size: 101px;
  width: 102px;
}

.icon-13 {
  font-size: 107px;
  width: 108px;
}

.icon-06 {
  font-size: 162px;
  width: 162px;
  padding-top: 6px;
}

/*==================     Links     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 19px 20px 20px;
  max-width: 270px;
  width: 100%;
  font: 400 27px/30px "Fjalla One", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  background: #1F1F1F;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  background: #c76b23;
}

.btn2 {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #c76b23;
  text-transform: uppercase;
}
.btn2:after {
  content: ' >>';
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn2:hover:after {
  padding-left: 5px;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================  Inline List  ======================*/
.inline-list {
  color: #9B9B9B;
  font-size: 11px;
  line-height: 20px;
}
.inline-list a:hover {
  text-decoration: underline;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li:before {
  content: '|';
  padding: 0 2px;
}

/*==================  Index List   ======================*/
.index-list li {
  position: relative;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.index-list2 li {
  position: relative;
  padding-left: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.index-list li:before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #38373a;
  border: 1px solid #38373a;
  border-radius: 50%;
}
.index-list2 li:before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #38373a;
  border: 1px solid #38373a;
  border-radius: 50%;
}
.bottom {margin-bottom:15px;}
.index-list li:nth-child(n + 4) {
  margin-top: 30px;
}
.index-list__small li {
  position: relative;
  padding-left: 80px;
}
.index-list__small li:before {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 27px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 15px;
}
.marked-list li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #c76b23;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #c76b23;
}

/*==================     List      ======================*/
.list li.active a, .list a:hover {
  color: #c76b23;
}
.list [class^='fa-']:before {
  display: inline-block;
  width: 28px;
  font-size: 17px;
}

/*==================    Address    ======================*/
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr dl dt {
  min-width: 120px;
}
.addr p + dl {
  margin-top: 11px;
}
.addr dl + p {
  margin-top: 0;
}

/*==================     Terms     ======================*/
.terms {
  margin-right: -2px;
}
.terms dt + dd {
  margin-top: 14px;
}
.terms dd + dt {
  margin-top: 22px;
}

/*========================================================
                     FOOTER  Section
=========================================================*/
.footer {
  padding: 50px 0 50px;
  color: #EAE9E9;
  font-size: 14px;
  line-height: 21px;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #8ca87d;
}
.footer .brand_name, .footer .brand_slogan {
  color: #EAE9E9;
}
.footer .row + .row {
  margin-top: 64px;
}
.web {color:#9B9B9B;}
@media (max-width: 767px) {
  .footer, .footer .right {
    text-align: center;
  }
}

.contact_info dt, .contact_info dd {
  display: inline-block;
}

.copyright {
  margin-top: 26px;
}
