@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Damion);
@import url(//fonts.googleapis.com/css?family=Asap:400,700,700italic,400italic);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #eeeeea;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
p {
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
}
p a {
  font: bold 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
p a:hover {
  color: #f5a083;
}
p a:active {
  background: inherit;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
	position: relative;
	border-top: 5px solid #FFA500;
	background: #eeeeea;
}
#header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 301px;
  background: url("../images/wrapper_bg.png") repeat-x;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeea 100%);
}
.header-panel {
  position: relative;
}
ul.top-menu {
	position: absolute;
	top: -5px;
	right: 1px;
	padding: 0 24px 0 14px;
	background-color: #FFA500;
	border-radius: 5px;
}
ul.top-menu li {
  float: left;
  margin-left: 14px;
}
ul.top-menu li:first-child {
  margin-left: 0;
}
ul.top-menu li,
ul.top-menu li a {
	position: relative;
	color: #ffffff;
	line-height: 36px;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
}
ul.top-menu li a:hover {
  text-decoration: none;
}
ul.top-menu li a:hover:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background: #fff;
}
ul.top-menu:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #FFA500 transparent transparent;
}
@media (max-width: 767px) {
  ul.top-menu {
    left: 0;
    right: 0;
    text-align: center;
  }
  ul.top-menu li {
    float: none;
    display: inline-block;
  }
}
.brand {
  float: left;
  padding: 17px 0 25px;
}
.brand a {
	display: block;
	position: relative;
	height: 72px;
	text-decoration: none;
}
.brand a .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
	border-radius: 500px;
}
.brand a .company-name,
.brand a .company-slogan {
  display: block;
}
.brand a .company-name {
	padding-top: 11px;
	padding-left: 1px;
	line-height: 48px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 48px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #33A6FF;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.brand a .company-slogan {
	line-height: 10px;
	font-weight: bold;
	font-size: 13px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1699FF;
	text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 979px) {
  .brand {
    float: none;
    text-align: center;
    padding: 40px 0px 10px;
  }
  .brand h1 {
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .brand {
    float: none;
    text-align: center;
    padding: 60px 0px 10px;
  }
  .brand h1 {
    text-align: left;
    display: inline-block;
  }
}
.bar {
  padding: 46px 0 26px;
  float: right;
}
.bar .contact,
.bar #search,
.bar ul.social-list_1 {
  float: left;
}
.bar .contact {
	letter-spacing: -0.3px;
	padding: 12px 20px 6px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 26px;
	font-family: 'Asap', sans-serif;
	color: #a49c8f;
}
.bar .contact .fa {
  font-size: 19px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bar {
    float: none;
    text-align: center;
    padding: 10px 0 26px;
  }
  .bar .contact,
  .bar #search,
  .bar ul.social-list_1 {
    display: inline-block;
    text-align: left;
    float: none;
  }
}
@media (max-width: 767px) {
  .bar {
    float: none;
    text-align: center;
    padding: 10px 0 26px;
  }
  .bar .contact,
  .bar #search,
  .bar ul.social-list_1 {
    display: inline-block;
    text-align: left;
    float: none;
  }
  .bar #search,
  .bar #search .input_wrap {
    width: 100%;
  }
}
/* Main menu styles
========================================================*/
nav {
  position: relative;
  z-index: 2;
}
.sf-menu {
  height: 63px;
  border-radius: 5px;
}
.sf-menu > li {
  float: left;
  width: 16.66666666666667%;
  position: relative;
}
.sf-menu > li > a {
  padding: 23px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #33A6FF;
  font: normal 18px/20px 'Asap', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  background: #2D87CD;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a.first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: none;
}
.sf-menu > li > a.last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}
.sf-menu > li.current > a {
  background: #2D87CD;
  border-left: 1px solid #2D87CD;
}
.sf-menu > li.sfHover > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #2D87CD;
}
.sf-menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #33A6FF;
  padding: 0;
  z-index: 999;
}
.isStuck .sf-menu li a.first-child,
.isStuck .sf-menu li a.last-child {
  border-radius: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  padding-top: 1px;
  overflow: hidden;
  background: #eeeeea;
}
/* =================  Wrapper ============== */
[class^='wrapper_'] {
  position: relative;
}
.wrapper_1 {
  padding-bottom: 18px;
}
.wrapper_2 {
	padding-bottom: 34px;
}
.wrapper_3 {
	padding-top: 32px;
	padding-bottom: 30px;
}
.wrapper_4 {
  border-top: 1px solid #c6c6c3;
}
.wrapper_5 {
  padding-top: 81px;
  padding-bottom: 67px;
}
.wrapper_6 {
  padding-top: 69px;
  padding-bottom: 67px;
}
.wrapper_7 {
  padding-bottom: 85px;
}
.wrapper_8 {
  padding-bottom: 101px;
}
.wrapper_bg {
  position: relative;
}
.wrapper_bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 301px;
  background: #ffffff;

}

.wrapper_bg{

  background: #ffffff;

}
.wrap_2,
.wrap_1 {
  padding-top: 72px;
  padding-bottom: 101px;
}
.wrap_1 {
  position: relative;
}
.wrap_1:before {
  content: '';
  position: absolute;
  left: -67px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .wrap_1:before {
    display: none;
  }
}
.wrap_3 {
  padding-left: 18px;
}
/* =================  Header & Intro ============== */
h2.h2_1 {
	font: bold italic 34px/34px 'Asap', sans-serif;
	color: #2D87CD;
	text-align: center;
}
h2.h2_2 {
	font: normal 24px 'Fjalla One', sans-serif;
	color: #2D87CD;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.intro_1 {
  font: italic 21px/28px 'Asap', sans-serif;
  color: #69532c;
  text-align: center;
}
.intro_2 {
  font: normal 12px/15px 'Open Sans', sans-serif;
  color: #fff;
  padding-bottom: 30px;
  margin-top: -7px;
}
/* =================  Buttons ============== */
[class^='primary-btn_'] {
  display: inline-block;
  min-width: 173px;
  min-height: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 900 20px/24px 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
[class^='primary-btn_']:hover {
  text-decoration: none;
}
.primary-btn_1 {
  background: #2D87CD;
  color: #fff;
  padding: 9px 20px 10px;
}
.primary-btn_1:hover {
	background-color: #33A6FF;
}
@media (max-width: 767px) {
  .primary-btn_1 {
    min-width: 120px;
    min-height: 40px;
    font: 900 14px/24px "Lato", sans-serif;
    padding: 9px 20px 8px;
  }
}
.primary-btn_2 {
	background-color: #33A6FF;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px 9px;
}
.primary-btn_2:hover {
	background-color: #2D87CD;
}
/* =================  Box ============== */
[class^='box_'] img {
  max-width: 100%;
  height: auto;
}
[class^='box_'] .header_1 {
	position: relative;
	font: 900 30px/23px 'Lato', sans-serif;
	text-transform: uppercase;
	color: #2D87CD;
	border-bottom: 3px solid #ee5724;
	z-index: 1;
}
[class^='box_'] .header_1 span.span_1 {
  display: block;
  font-size: 18px;
}
[class^='box_'] .header_2,
[class^='box_'] .header_2 a {
  font: normal 14px/14px 'Fjalla One', sans-serif;
  color: #820922;
}
[class^='box_'] .header_2 a {
  text-decoration: none;
}
[class^='box_'] .header_2 a:hover {
  color: #e1103b;
  text-decoration: none;
}
[class^='box_'] .header_3,
[class^='box_'] .header_3 a {
  font: 900 20px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
}
[class^='box_'] .header_3 a {
  text-decoration: none;
}
[class^='box_'] .header_3 a:hover {
  color: #e1103b;
  text-decoration: none;
}
[class^='box_'] .header_4,
[class^='box_'] .header_4 a {
	font: bold 14px 'Lato', sans-serif;
	color: #EE5624;
	text-transform: uppercase;
}
[class^='box_'] .header_4 a {
  text-decoration: none;
}
[class^='box_'] .header_4 a:hover {
  color: #e1103b;
}
[class^='box_'] .caption_1 {
  font: italic 14px/18px 'Lato', sans-serif;
  color: #69532c;
}
[class^='box_'] .caption_1 span.strong,
[class^='box_'] .caption_1 a {
  font: bold italic 14px/18px 'Lato', sans-serif;
  color: #ee5724;
}
[class^='box_'] .caption_1 a:hover {
  color: #f5a083;
}
[class^='box_'] .caption_2 {
  font: 900 53px/53px 'Lato', sans-serif;
  color: #ee5724;
}
[class^='box_'] .caption_3 {
  font: 900 18px/18px 'Lato', sans-serif;
  color: #ee5724;
}
[class^='box_'] .caption_4 {
  font: normal 14px/18px 'Lato', sans-serif;
  color: #69532c;
}
.box_promo {
  position: relative;
  padding: 25px 35px 29px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.05);
  border-radius: 5px;
}
.box_promo .header_1 {
  padding-bottom: 21px;
}
.box_promo .caption_1 {
  padding: 11px 0 16px;
}
.box_promo .caption_2 {
  padding: 5px 0 22px;
}
.box_promo.icon_1:after,
.box_promo.icon_2:after,
.box_promo.icon_3:after,
.box_promo.icon_4:after,
.box_promo.icon_5:after{
  content: '';
  position: absolute;
  top: 12px;
  right: 28px;
  width: 72px;
  height: 72px;
  z-index: 0;
}
.box_promo.icon_1:after {
  background: url("../images/icon_01.png") no-repeat;
}
.box_promo.icon_2:after {
  background: url("../images/icon_02.png") no-repeat;
}
.box_promo.icon_3:after {
  background: url("../images/icon_03.png") no-repeat;
}
.box_promo.icon_4:after {
  background: url("../images/icon_04.png") no-repeat;
}
.box_promo.icon_5:after {
  background: url("../images/icon_05.png") no-repeat;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_promo .header_1 {
    font-size: 26px;
  }
  .box_promo .header_1 span.span_1 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_promo {
    padding: 25px 15px 29px;
  }
  .box_promo .header_1 {
    font-size: 18px;
    line-height: 18px;
  }
  .box_promo .header_1 span.span_1 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .box_promo {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .box_promo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box_1 {
  float: left;
  width: 82px;
  margin-left: 26px;
}
.box_1.first-child {
  margin-left: 0;
}
.box_1 .header_2 {
  padding-bottom: 6px;
}
.box_1 .caption_3 {
  padding: 7px 0 22px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_1 {
    width: 66px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_1 {
    width: 66px;
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .box_1 {
    width: 99px;
  }
}
@media (max-width: 479px) {
  .box_1 {
    width: 76px;
    margin-left: 6px;
  }
}
.box_2 {
  text-align: center;
}
.box_2 img.default {
  margin-bottom: 31px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.box_2 .header_3 {
  padding: 0 15px 12px;
}
@media (max-width: 767px) {
  .box_2 {
    padding-bottom: 30px;
    margin: 0 2px;
  }
}
.box_3 {
  position: relative;
  min-height: 105px;
  padding-left: 125px;
  padding-bottom: 50px;
}
.box_3 .put-left {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 105px !important;
  height: auto;
}
.box_3 .header_4 {
  padding-right: 65px;
  padding-bottom: 14px;
}
.box_3 .caption_4 {
  font-size: 12px;
}
.box_3.last-child {
  padding-bottom: 53px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_3 .header_4 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_3 {
    padding-left: 0;
  }
  .box_3 img.put-left {
    position: relative;
    width: 100% !important;
    height: auto;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .box_3 {
    margin: 0 2px;
  }
  .box_3 .put-left {
    left: 1px;
  }
}
@media (max-width: 479px) {
  .box_3 {
    padding-left: 0;
  }
  .box_3 img.put-left {
    position: relative;
    width: 100% !important;
    height: auto;
    left: 0;
    padding-bottom: 16px;
  }
}
.box_4 .label {
  display: inline-block;
  color: #fff;
  background: #ee5724;
  font: bold 14px 'Lato', sans-serif;
  padding: 5px 18px 4px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.box_4 .header {
  font: 900 20px 'Lato', sans-serif;
  padding-bottom: 19px;
  color: #4c3e24;
  text-transform: uppercase;
}
.box_4 .caption {
  font: normal 16px/18px 'Lato', sans-serif;
  color: #69532c;
  padding-right: 15px;
  padding-bottom: 36px;
}
.box_4 .caption_1 {
  line-height: 23px;
  padding: 3px 0 27px;
}
.box_5 {
  padding-bottom: 38px;
}
.box_5.last-row {
  padding-bottom: 1px;
}
.box_5 img.default {
  padding-bottom: 20px;
}
.box_5 .header {
  padding-bottom: 12px;
}
.box_5 .caption {
  padding-bottom: 34px;
}
.box_5 .hr {
  margin-bottom: 16px;
}
.box_5 .credits {
  padding-bottom: 6px;
}
.box_5 .header,
.box_5 .header a {
  font: bold 14px/16px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
  text-decoration: none;
}
.box_5 .header a:hover {
  color: #e1103b;
  text-decoration: none;
}
.box_5 .caption {
  color: #69532c;
  font: normal 12px/18px 'Lato', sans-serif;
}
.box_5 .caption a {
  font: bold italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
.box_5 .caption a:hover {
  color: #f5a083;
}
.box_5 .hr {
  display: block;
  border-bottom: 1px solid #c6c6c3;
}
.box_5 .credits {
  color: #69532c;
  font: normal 12px/18px 'Lato', sans-serif;
  text-transform: capitalize;
}
.box_5 .primary-btn_2 {
  margin-bottom: 3px;
}
.box_5 a[data-type='video'] {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .box_5 .img-wrap {
    text-align: center;
  }
  .box_5.last-row {
    padding-bottom: 38px;
  }
}
@media (max-width: 479px) {
  .box_5 img.default {
    width: 100%;
  }
}
.box_6 {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
}
.box_6.last-row {
  margin-bottom: 1px;
}
.box_6 .put-left {
  float: left;
}
.box_6 .inner {
  padding: 27px 24px;
}
.box_6 .header {
  padding-bottom: 9px;
}
.box_6 .header,
.box_6 .header a {
	font: bold 18px/20px 'Lato', sans-serif;
	color: #2D87CD;
	text-transform: uppercase;
	text-decoration: none;
}
.box_6 .header a:hover {
	color: #2777B6;
	text-decoration: none;
}
.box_6 .caption {
  color: #69532c;
  font: normal 12px/24px 'Lato', sans-serif;
}
.box_6 .caption a {
  font: bold italic 12px/24px 'Lato', sans-serif;
  color: #ee5724;
}
.box_6 .caption a:hover {
  color: #f5a083;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_6 .put-left {
    float: none;
  }
  .box_6 .header {
    text-align: center;
  }
  .box_6 .img-wrap {
    padding: 27px 24px 0 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_6 .put-left {
    float: none;
  }
  .box_6 .header {
    text-align: center;
  }
  .box_6 .img-wrap {
    padding: 27px 24px 0 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .box_6.last-row {
    margin-bottom: 30px;
  }
  .box_6 .put-left {
    float: none;
  }
  .box_6 .header {
    text-align: center;
  }
  .box_6 .img-wrap {
    padding: 27px 24px 0 24px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .box_6 .img-wrap {
    padding: 0;
  }
  .box_6 img {
    width: 100%;
  }
}
.box_7 .img-wrap {
  width: 314px;
}
.box_7 .put-left {
  float: left;
}
.box_7 .inner {
  padding-left: 338px;
}
.box_7 .quote {
  position: relative;
  padding: 4px 4px 23px 18px;
  font: italic 16px/22px 'Lato', sans-serif;
  color: #69532c;
}
.box_7 .quote:before {
  content: '“';
  position: absolute;
  left: 0;
  top: -4px;
  font: bold 36px/36px 'Lato', sans-serif;
  color: #820922;
}
.box_7 .header {
  padding-left: 17px;
  padding-bottom: 29px;
}
.box_7 .header,
.box_7 .header a {
  font: 900 18px/28px 'Lato', sans-serif;
  color: #820922;
  text-decoration: none;
  text-transform: uppercase;
}
.box_7 .header a:hover {
  color: #e1103b;
  text-decoration: none;
}
.box_7 .counter-list {
  padding-left: 18px;
  padding-right: 160px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_7 .img-wrap {
    width: 240px;
  }
  .box_7 .inner {
    padding-left: 245px;
  }
  .box_7 .counter-list {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .box_7 .img-wrap {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 34px;
  }
  .box_7 .inner {
    padding-left: 0;
  }
  .box_7 .counter-list {
    padding-right: 0;
  }
}
/* =================  Index List ============== */
ul.index-list {
  list-style-type: decimal;
  padding-left: 16px;
}
ul.index-list li,
ul.index-list li a {
  font: normal 14px 'Fjalla One', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #820922;
}
ul.index-list li a:hover {
  color: #e1103b;
}
/* =================  Counter List ============== */
ul.counter-list li {
  position: relative;
  padding-left: 51px;
  padding-bottom: 16px;
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
}
ul.counter-list li a {
  font: bold italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
ul.counter-list li a:hover {
  color: #f5a083;
}
ul.counter-list li:before {
  content: attr(data-index) '.';
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  width: 36px;
  height: 35px;
  text-align: center;
  color: #fff;
  background: #ee5724;
  font: bold 14px/34px 'Lato', sans-serif;
}
/* =================  Map ============== */
.map {
  display: block;
  width: 100%;
  height: 407px;
  margin-bottom: 26px;
  margin-top: 7px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
}
/* ======================== Address =================== */
.address_2 {
  margin-top: 23px;
}
.address_2 .header {
  font: bold 14px/18px 'Lato', sans-serif;
  text-transform: uppercase;
  padding-bottom: 19px;
  color: #820922;
}
.address_2 dl dt,
.address_2 dl dd {
  display: inline-block;
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
}
.address_2 dl dt a,
.address_2 dl dd a {
  font: italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
.address_2 dl dt a:hover,
.address_2 dl dd a:hover {
  color: #f5a083;
}
@media (max-width: 767px) {
  .address_2 {
    padding-bottom: 34px;
  }
}
/* ===================== Terms List ====================== */
dl.terms-list {
  padding-top: 2px;
}
dl.terms-list dt {
  font: bold 14px/18px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
  padding-bottom: 1px;
}
dl.terms-list dd {
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
  padding-bottom: 17px;
  padding-right: 5px;
}
dl.terms-list dd a {
  font: italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
dl.terms-list dd a:hover {
  color: #f5a083;
}
dl.terms-list dd.last-child {
  padding-bottom: 11px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
	position: relative;
	background: #9C9C9C;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	z-index: 1;
}
#footer .footer-btn {
	display: inline-block;
	color: #fff;
	background: #2D87CD;
	text-decoration: none;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	min-width: 157px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 900 16px 'Lato', sans-serif;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#footer .footer-btn:hover {
	background: #fff;
	color: #2D87CD;
}
#footer .info {
  padding: 86px 0 36px;
}
#footer .info,
#footer .info a {
	font: bold 14px/14px 'Open Sans', sans-serif;
	color: #2D87CD;
	text-transform: uppercase;
	text-decoration: none;
}
#footer .info a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/* ======================== Address =================== */
.address_1 .header,
.address_1 .caption,
.address_1 .caption a {
  font: normal 14px/16px 'Open Sans', sans-serif;
  color: #fff;
}
.address_1 .caption a:hover {
  color: #820922;
}
.address_1 dl {
  padding-bottom: 17px;
}
.address_1 dl dt,
.address_1 dl dd {
  font: normal 14px/17px 'Open Sans', sans-serif;
  color: #fff;
  display: inline-block;
}
.address_1 dl dd {
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address_1 {
    letter-spacing: -1px;
  }
  .address_1 dl dd {
    padding-left: 0;
  }
}
/* ======================== Footer menu =================== */
ul.footer-menu {
  margin-top: -8px;
}
ul.footer-menu li,
ul.footer-menu li a {
  font: bold 14px/31px 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}
ul.footer-menu li a:hover {
	color: #2D87CD;
}
@media (max-width: 767px) {
  ul.footer-menu {
    margin-bottom: 16px;
  }
  ul.footer-menu li {
    display: inline-block;
    margin: 0 10px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #69532c;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  z-index: 20;
  opacity: .29;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  opacity: 1;
}
/* =================  Social List ============== */
[class^='social-list_'] li {
  float: left;
}
[class^='social-list_'] li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.social-list_1 {
  margin: 9px 2px 9px 25px;
}
ul.social-list_1 li {
  margin-left: 5px;
}
ul.social-list_1 li a {
  width: 14px;
  height: 14px;
  color: #ffffff;
  background: #f1af44;
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
ul.social-list_1 li a:hover {
  background: #ee5724;
}
ul.social-list_2 {
  margin-top: -3px;
}
ul.social-list_2 li {
  display: inline-block;
  margin-left: 7px;
}
ul.social-list_2 li:first-child {
  margin-left: 2px;
}
ul.social-list_2 li a {
	display: inline-block;
	color: #2D87CD;
	background: #fff;
	text-decoration: none;
	border-radius: 22px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.social-list_2 li a.fa {
  width: 44px;
  height: 44px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 44px;
}
ul.social-list_2 li a:hover {
	color: #fff;
	background-color: #2D87CD;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.social-list_2 {
    margin-left: 0;
  }
  ul.social-list_2 li,
  ul.social-list_2 li:first-child {
    margin-left: 7px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  ul.social-list_2 {
    margin-bottom: 23px;
  }
  ul.social-list_2 li {
    float: none;
    margin-bottom: 7px;
  }
}
/*Core variables and mixins*/
.imgCenter {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 25px;
}
.fullBox {
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	overflow-x: visible;
	overflow-y: visible;
	position: relative;
	max-width: 1170px;
}


@media (max-width: 1200px) {
.sf-menu > li > a {font: normal 14px/15px 'Asap', sans-serif;}
.imgCenter img{width: 70px; height: 58px;}
}
@media (min-width: 768px) and (max-width: 979px) {
.sf-menu > li > a {font: normal 11px/12px 'Asap', sans-serif;}
.imgCenter img{width: 60px; height: 50px;}
}
@media (max-width: 767px) {
.sf-menu{
display: none;
}
}
@media (max-width: 480px) {
.brand a .company-name {
	padding: 0px;
	margin: 0px;
	line-height: 28px;
	font-size: 28px;
}
.brand a .company-slogan {
	line-height: 8px;
	font-size: 8px;
	padding: 0px;
	margin: 0px;
}



}