@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Sarina);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900,300);
@import url(//fonts.googleapis.com/css?family=Asap);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  overflow-x: hidden;
  font: 300 14px/18px 'Roboto', sans-serif;
  color: #f5f5f2;
  background: #393430;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  font: 700 54px/53px 'Roboto', sans-serif;
}
h3 {
  position: relative;
  font: normal 16px/21px 'Roboto', sans-serif;
  text-transform: uppercase;
}
h3.withd {
  padding-bottom: 12px;
}
h3.withd:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #afafa7;
}
.another_color {
  position: relative;
  padding-bottom: 12px;
}
.another_color:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #282827;
}
h4 {
  font: 700 33px/35px 'Roboto', sans-serif;
}
a[data-gal] {
  display: block;
  position: relative;
}
a[data-gal] img {
  display: block;
}
a[data-gal] .overlay {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
a[data-gal] .hover {
  height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
a[data-gal]:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
a[data-gal]:hover .hover {
  display: block;
  top: 50%;
  margin-top: -15px !important;
}
.btn {
  font: 900 16px/18px 'Roboto', sans-serif !important;
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn_2 {
  border-radius: 3px;
  letter-spacing: -1px;
  padding: 9px 34px 9px 33px;
}
.btn_2:hover {
  text-decoration: none;
  background: #afafa7;
  color: #ffffff;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #afafa7;
}
/*=====Hovers=====*/
a.color_6:hover {
  text-decoration: none;
  color: #02a377;
}
/*============  Text  =============*/
.text_1 {
  font: normal 12px/14px 'Roboto', sans-serif;
}
.text_2 {
  font: normal 30px/36px 'Roboto', sans-serif;
}
.text_3 {
  font: 900 16px/18px 'Roboto', sans-serif;
}
.text_4 {
  font: 300 19px/26px 'Roboto', sans-serif;
}
.text_5 {
  font: 900 24px/23px 'Roboto', sans-serif;
}
.text_6 {
  font: 400 14px/21px 'Roboto', sans-serif;
}
.text_7 {
  font: 300 18px/18px 'Roboto', sans-serif;
}
.text_8 {
  font: 300 14px/16px 'Roboto', sans-serif;
}
.text_9 {
  font: normal 14px/18px 'Asap', sans-serif;
}
.text_10 {
  font: 300 23px/26px 'Roboto', sans-serif;
}
.text_11 {
  font: 400 16px/18px 'Roboto', sans-serif;
}
.text_12 {
  font: 900 14px/21px 'Roboto', sans-serif;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
/*============  Colors  =============*/
.color_1 {
  color: #f5f5f2;
}
.color_2 {
  color: #000000;
}
.color_3 {
  color: #221e1a;
}
.color_4 {
  color: #db4304;
}
.color_5 {
  color: #02a377;
}
.color_6 {
  color: #453f38;
}
.color_7 {
  color: #afafa7;
}
.color_8 {
  color: #ffffff;
}
.color_9 {
  color: #534e47;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #f5f5f2;
}
.bg_2 {
  background: #02a377;
}
.bg_3 {
  background: #453f38;
}
.bg_4 {
  background: #afafa7;
}
.bg_5 {
  background: #ffffff;
}
/*============  Floats  =============*/
[class^='put-left'] {
  float: left;
}
[class^='put-right'] {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #f5f5f2;
  padding: 22px 0 12px;
  border-bottom: 5px solid #c0c0be;
}
#header .dark-circle {
  position: relative;
  height: 57px;
  width: 57px;
  background: #221e1a;
  border-radius: 29px;
}
#header .dark-circle:before {
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 28px;
  bottom: 14px;
  left: 11px;
  background: url("../images/index_img-01.png");
}
#header .logo-caption {
  margin-left: 60px;
}
#header .logo-caption h1 {
  margin-top: 10px;
  font: 400 41px/31px 'Sarina', sans-serif;
}
#header .logo-caption h1 a:hover {
  text-decoration: none;
  color: #02a377;
}
#header .logo-caption .second-word {
  margin-right: 6px;
  text-align: right;
  font: 400 10px/10px 'Roboto', sans-serif;
  text-transform: uppercase;
}
#header .search-form-wrapper {
  margin-right: 0;
  padding: 20px 0 5px 25px;
  width: 135px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header .search-form-wrapper {
    padding-top: 15px ;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .search-form-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .logo,
  #header .header-menu {
    float: none;
  }
  #header .header-menu {
    text-align: center;
  }
  #header .logo-caption .second-word {
    text-align: center;
    margin-right: 180px;
  }
  #header .dark-circle {
    margin-left: 260px;
  }
}
@media (max-width: 767px) {
  #header .search-form-wrapper {
    margin: 20px 0px 20px;
  }
  #header .logo,
  #header .header-menu {
    float: none;
  }
  #header .dark-circle {
    margin: 0 0 20px 100px;
  }
  #header .logo-caption .second-word {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #header .dark-circle {
    margin: 0 0 20px 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  padding: 14px 14px 5px;
}
.sf-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font: normal 14px/31px 'Roboto', sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #db4304;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.current > a {
  color: #db4304;
}
.sf-menu > li.sfHover > a {
  color: #db4304;
}
.sf-menu a {
  -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;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  text-align: center;
  position: absolute;
  top: 69px;
  left: -37px;
  background: #231e1a;
  padding: 15px 5px;
  z-index: 2;
  width: 175px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  font: normal 12px/35px 'Arial', sans-serif;
  position: relative;
}
.sf-menu ul li a {
  color: #fff;
}
.sf-menu ul li a:hover {
  color: #db4304;
  text-decoration: none;
}
.sf-menu ul li .sf-with-ul:before {
  content: "";
}
.sf-menu ul li.sfHover > a {
  color: #db4304;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 171px;
  padding: 15px 5px;
  z-index: 4;
  background: #fff;
}
.sf-menu ul ul li a {
  color: #424242;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li {
    padding: 14px 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background-color: #f5f5f2;
  padding: 5px 0;
  z-index: 999;
}
.isStuck .sf-menu ul {
  top: 62px;
}
.isStuck .sf-menu ul ul {
  top: -10px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #f5f5f2;
  /*====Camera_caption====*/
  /*====Buttons====*/
  /*====WRAPPERS====*/
  /*====HEADERS======*/
  /*=====BOXES======*/
  /*====Date-box====*/
  /*====BLOG BOX====*/
  /*====Carousel====*/
  /*====Map-box====*/
}
#content .bg-img {
  width: 100%;
  height: auto;
  background: url('../images/index_img-27.jpg') no-repeat;
}
#content .bg_2 {
  z-index: -1;
}
#content .bg_2 h3.withd:before {
  background-color: #fff;
}
#content .bg_4 h3.withd:before {
  background-color: #453f38;
}
#content .camera_caption .heading {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
#content .camera_caption .heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -11px;
  width: 321px;
  height: 1px;
  background: #221e1a;
}
#content .camera_caption p {
  margin-bottom: 46px;
  padding-right: 40px;
}
#content .camera_caption a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  #content .camera_caption .heading:before {
    left: 0;
  }
}
@media (max-width: 479px) {
  #content .camera_caption .heading:before {
    width: 100%;
  }
}
#content .btn_3 {
  font: 900 14px/21px 'Roboto', sans-serif;
}
#content .btn_4 {
  border-radius: 3px;
  padding: 18px 44px;
}
#content .btn_4:hover {
  text-decoration: none;
  color: #000;
}
#content .btn_5 {
  font: 700 16px/18px 'Roboto', sans-serif;
}
#content .btn_5:hover {
  text-decoration: none;
  color: #afafa7;
}
#content .btn_wrap {
  margin: 24px 0 0;
}
#content .btn_wrap2 {
  margin-top: 23px;
}
#content .btn_wrap2 a:hover {
  text-decoration: none;
  color: #534e47;
}
#content .wrapper1 {
  position: relative;
  margin-bottom: 78px;
}
#content .wrapper2 {
  margin-top: 67px;
}
#content .wrapper3 {
  margin: 53px 0 57px;
}
#content .wrapper4 {
  margin: 80px 0 125px;
}
#content .wrapper5 {
  margin: 61px 0 41px;
}
#content .wrapper6 {
  margin: 75px 0 57px;
}
#content .wrapper7 {
  margin: 62px 0 64px;
}
#content .wrapper8 {
  margin: 67px 0 30px;
}
#content .wrapper9 {
  margin: 67px 0 23px;
}
#content .wrapper10 {
  margin: 62px 0 24px;
}
#content .wrapper11 {
  margin: 67px 0 82px;
}
#content .wrapper12 {
  margin: 90px 0 67px;
}
#content .wrapper13 {
  margin: 67px 0 41px;
}
#content .wrapper14 {
  margin: 67px 0 62px;
}
#content .heading_1 {
  margin-bottom: 23px;
}
#content .heading_2 {
  margin-bottom: 16px;
}
#content .heading_3 {
  margin-bottom: 11px;
  padding-top: 10px;
}
#content .heading_3 .margint {
  margin-top: -1px;
}
#content .heading_4 {
  margin-bottom: 29px;
}
#content .heading_5 {
  margin-bottom: 26px;
}
#content .heading_6 {
  margin-bottom: 5px;
}
#content .heading_7 {
  margin-bottom: 11px;
}
#content .heading_8 {
  margin-bottom: 6px;
}
#content .heading_9 {
  margin-bottom: 20px;
}
#content .heading_10 {
  margin-bottom: 22px;
}
#content .box {
  margin-top: 62px;
  text-align: center;
}
#content .box p {
  padding: 0 100px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  #content .box p {
    padding: 0;
  }
}
#content .box2 {
  margin-bottom: 63px;
}
#content .box2 .dark-circle {
  position: relative;
  margin-top: -12px;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  background-color: #453f38;
}
#content .box2 .dark-circle:before {
  content: '';
  position: absolute;
  display: block;
}
#content .box2 .dc_1:before {
  width: 71px;
  height: 57px;
  background: url("../images/index_img-03.png");
  left: 9px;
  bottom: 11px;
}
#content .box2 .dc_2:before {
  width: 67px;
  height: 69px;
  background: url("../images/index_img-04.png");
  left: 14px;
  bottom: 9px;
}
#content .box2 .dc_3:before {
  width: 71px;
  height: 80px;
  background: url("../images/index_img-05.png");
  left: 10px;
  bottom: 12px;
}
#content .box2 .dc_4:before {
  width: 71px;
  height: 75px;
  background: url("../images/ico-mano.png");
  left: 10px;
  bottom: 12px;
}
#content .box2 .dc_5:before {
  width: 49px;
  height: 85px;
  background: url("../images/index_img-07.png");
  left: 19px;
  bottom: 14px;
}
#content .box2 .dc_6:before {
  width: 71px;
  height: 75px;
  background: url("../images/ico-eflu.png");
  left: 10px;
  bottom: 10px;
}
#content .box2 .caption {
  margin: 12px 0 0 101px;
  padding-right: 20px;
}
#content .box2 .caption .heading_2 {
  text-transform: uppercase;
}
#content .box2 .caption p {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 .caption .heading_2 {
    font-size: 22px;
    line-height: 21px;
  }
}
#content .box3 {
  text-align: center;
}
#content .box3 img {
  margin-bottom: 17px;
}
#content .box3 p {
  font: 300 32px/42px 'Roboto', sans-serif;
  margin-bottom: 69px;
}
#content .box4 {
  position: relative;
  margin-bottom: 70px;
}
#content .box4 img {
  width: 100%;
}
#content .box4 .caption {
  position: relative;
  padding: 16px 12px 29px 29px;
  background: #fff;
}
#content .box4 .caption h6 {
  font: 300 18px/21px 'Roboto', sans-serif;
}
#content .box4 .caption p {
  margin-bottom: 19px;
}
#content .box4:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -33px;
  right: -52px;
  background: url("../images/shadow.png") no-repeat;
  z-index: 0;
}
#content .box5 p {
  margin-bottom: 18px;
}
#content .box6 img {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #content .box6 .put-right {
    float: none;
    text-align: center;
  }
  #content .box6 img {
    margin-bottom: 15px;
  }
}
#content .box7 {
  margin-bottom: 32px;
}
#content .box7 img {
  margin: 3px 0 24px;
}
#content .box7 .caption {
  padding-right: 10px;
}
#content .box7 .caption p {
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  #content .box7 .first {
    width: 100%;
  }
}
#content .box8 {
  margin-bottom: 52px;
}
#content .box8 img {
  margin-top: 3px;
}
#content .box8 .caption {
  margin-left: 300px;
}
#content .box8 .caption .heading {
  font: 300 13px/20px 'Roboto', sans-serif;
  margin-bottom: 12px;
}
#content .box8 .caption .heading h6 {
  text-transform: uppercase;
}
#content .box8 .caption p {
  margin-bottom: 18px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .box8 img {
    width: 50%;
  }
  #content .box8 .caption {
    margin-left: 240px;
  }
}
@media only screen and (max-width: 979px) {
  #content .box8 img {
    float: none;
    margin-bottom: 10px;
  }
  #content .box8 .caption {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #content .box8 {
    text-align: center;
  }
  #content .box8 .caption {
    text-align: left;
  }
}
#content .date-box {
  position: relative;
  margin-bottom: 38px;
}
#content .date-box .meta {
  text-align: center;
  position: absolute;
  left: -1px;
  top: 3px;
  font: 300 26px/24px 'Roboto', sans-serif;
}
#content .date-box .caption {
  margin-left: 92px;
  padding-right: 5px;
}
#content .date-box .caption p {
  margin-bottom: 9px;
}
#content address {
  text-transform: uppercase;
  margin-bottom: 18px;
}
#content dd,
#content dt {
  display: inline-block;
  padding-right: 3px;
}
#content .mail a {
  text-decoration: underline;
}
#content .mail a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #content .mail {
    margin-bottom: 40px;
  }
}
#content .form-wrapper {
  margin-top: 3px;
}
#content .blog-box {
  position: relative;
  margin-bottom: 55px;
}
#content .blog-box .meta {
  padding-bottom: 33px;
  position: absolute;
  top: -4px;
  left: -1px;
}
#content .blog-box .meta .number {
  margin-left: 5px;
  font: normal 45px/48px 'Roboto', sans-serif;
}
#content .blog-box .meta .month {
  font: normal 13px/16px 'Roboto', sans-serif;
}
#content .blog-box .meta:after {
  content: '\f030';
  position: absolute;
  bottom: 0;
  left: 16px;
  font-size: 25px;
  font-family: FontAwesome;
  color: #02a377;
}
#content .blog-box img {
  margin: 3px 0 0 70px;
}
#content .blog-box .caption {
  margin-left: 435px;
}
#content .blog-box .caption .info {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#content .blog-box .caption .info span {
  position: relative;
  padding-right: 9px;
  margin-right: 28px;
}
#content .blog-box .caption .info span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #282827;
}
#content .blog-box .caption .info span.sq {
  padding-right: 14px;
  margin-right: 23px;
}
#content .blog-box .caption .info:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #282827;
}
#content .blog-box .caption .heading {
  margin: 7px 0 11px;
  font: 300 18px/22px 'Roboto', sans-serif;
  text-transform: uppercase;
}
#content .blog-box .caption p {
  margin-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .blog-box img {
    max-width: 35%;
  }
  #content .blog-box .caption {
    margin-left: 352px;
  }
}
@media (max-width: 767px) {
  #content .blog-box img {
    float: none;
    margin-bottom: 10px;
  }
  #content .blog-box .caption {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #content .blog-box .caption .info span {
    margin-right: 15px;
  }
  #content .blog-box .caption .info span.sq {
    padding-right: 14px;
  }
}
@media (max-width: 479px) {
  #content .blog-box img {
    max-width: 74%;
  }
  #content .blog-box .caption .info {
    font-size: 11px;
  }
  #content .blog-box .caption .info .last-child {
    margin-right: 0;
  }
  #content .blog-box .caption .info span {
    margin-right: 10px;
  }
  #content .blog-box .caption .info span:after {
    top: 7px;
  }
  #content .blog-box .caption .info span.sq {
    margin-right: 19px;
  }
}
#content .carousel-navigation {
  font-size: 36px;
  line-height: 30px;
}
#content .carousel-navigation .first {
  margin-right: -6px;
}
#content .carousel-navigation a:hover {
  color: #595959;
  text-decoration: none;
}
#content .owl-carousel1 {
  width: auto;
  margin: 26px -15px 0;
}
#content .owl-carousel1 .item {
  position: relative;
  padding: 0 15px 10px;
}
#content .owl-carousel1 .item .caption {
  position: relative;
  padding: 28px 28px 25px;
  background: #fff;
}
#content .owl-carousel1 .item .caption h6 {
  margin-bottom: 6px;
}
#content .owl-carousel1 .item .caption a {
  position: absolute;
  top: 33px;
  right: 26px;
  font-size: 29px;
  line-height: 34px;
}
#content .owl-carousel1 .item .caption a:hover {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #content .owl-carousel1 .item .caption a {
    right: 3px;
    top: 38px;
  }
}
#content .owl-carousel1 .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -21px;
  right: -36px;
  background: url("../images/shadow.png") no-repeat;
  z-index: 0;
}
#content .owl-carousel2 {
  width: auto;
  margin: 0 -15px;
}
#content .owl-carousel2 .item {
  position: relative;
  padding: 0 15px 10px;
}
#content .owl-carousel2 .item .caption {
  position: relative;
  padding: 22px 28px;
  background: #fff;
}
#content .owl-carousel2 .item .caption h6 {
  font: 300 18px/21px 'Roboto', sans-serif;
}
#content .owl-carousel2 .item .caption p {
  margin-bottom: 21px;
}
#content .owl-carousel2 .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -21px;
  right: -36px;
  background: url("../images/shadow.png") no-repeat;
  z-index: 0;
}
#content .link-list {
  margin: 26px 50px 28px;
}
#content .link-list li {
  display: inline-block;
  margin: 0 33px;
}
#content .link-list li.first {
  margin-left: 0;
}
#content .link-list li.last {
  margin-right: 0;
}
#content .link-list li a:hover {
  opacity: .5;
}
@media only screen and (max-width: 1199px) {
  #content .link-list li {
    margin: 0 17px;
  }
}
@media only screen and (max-width: 979px) {
  #content .link-list {
    margin: 26px 20px 28px;
  }
  #content .link-list li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  #content .link-list {
    margin: 26px 5px 28px;
    text-align: center;
  }
  #content .link-list li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #content .link-list li {
    display: block;
  }
}
#content .link-list2 {
  margin-top: 3px;
}
#content .link-list2 li {
  position: relative;
  padding-left: 20px;
  font: 300 14px/28px 'Roboto', sans-serif;
}
#content .link-list2 li:before {
  content: '\f0a9';
  position: absolute;
  left: 1px;
  top: 2px;
  color: #02a377;
  font-family: FontAwesome;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .link-list2 li {
    font-size: 12px;
  }
}
#content .map {
  width: 100%;
  height: 400px;
}
#content .map2 {
  width: 100%;
  height: 530px;
}
@media only screen and (max-width: 767px) {
  #content .map2 {
    height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  #content .map2 {
    height: 250px;
  }
}
#content .policy-box {
  margin-bottom: 41px;
}
#content .policy-box .heading {
  margin-bottom: 12px;
  font: 300 14px/20px 'Roboto', sans-serif;
  text-transform: uppercase;
}
#content .policy-link {
  font: 900 14px/21px 'Roboto', sans-serif;
  margin-top: -2px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 65px 0 85px;
}
#footer .heading {
  margin-bottom: 29px;
}
#footer .box p {
  padding-right: 10px;
  margin-bottom: 34px;
}
#footer .box .btn_2 {
  padding: 9px 46px;
}
#footer .social-list ul li {
  display: inline-block;
  margin: -1px 2px 0;
}
#footer .social-list ul li a {
  padding: 10px 12px 10px 13px;
  border-radius: 21px;
  font-size: 23px;
  background-color: #847a73;
}
#footer .social-list ul li a:hover {
  background-color: #02a377;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  #footer .social-list ul li {
    margin: -1px 0 0;
  }
}
#footer .foot-menu {
  margin-top: 48px;
  font: 300 14px/31px 'Roboto', sans-serif;
}
#footer .foot-menu .current {
  text-decoration: none;
  color: #02a377;
}
#footer dd,
#footer dt {
  display: inline-block;
  line-height: 17px;
}
#footer .mail {
  margin: 17px 0 31px;
}
@media only screen and (max-width: 767px) {
  #footer .foot-menu {
    display: none;
  }
  #footer .copyright,
  #footer .social-list,
  #footer .box,
  #footer .box2 {
    float: none;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  h5 {
    font-size: 24px !important;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 28px;
  z-index: 20;
  color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  opacity: .38;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.stellar-section .first {
  background-image: url(../images/index_img-27.jpg);
  background-color: #787470;
  background-position: center 0%;
}
/*Core variables and mixins*/
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
