@charset "UTF-8";
@import url(animate.css);
/*========================================================
                      Main Styles
#4d5567
=========================================================*/
body {
  color: #666666;
  font: 400 16px/22px "Roboto", sans-serif;
  background-color: #303030;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, .heading-4, h5, .heading-5, h6, .heading-6 {
  line-height: 0.8;
  font-family: "Roboto", sans-serif;
  color: #303030;
}

h1, .heading-1 {
  font-size: 52px;
  line-height: 0.9;
  font-weight: 900;
}

h2, .heading-2 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
}

h3, .heading-3 {
  letter-spacing: -0.8px;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

h4, .heading-4 {
  color: #f58201;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

h5, .heading-5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

h6, .heading-6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

* + h1 {margin-top:0; margin-bottom: 1rem;}
* + h2 {margin-top:.5em;}
* + h3 {margin-top:.75em;}
* + h4 {margin-top:1em;}
* + h5 {margin-top:1em;}
* + h6 {margin-top:1em;}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4, .heading-4 {
    font-size: 26px;
  }

  h5, .heading-5 {
    font-size: 22px;
  }
}

@media (max-width:479px){
	h1 {font-size:32px;}
	h3 {font-size:28px;}	
}
p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content a {
	color: #ad5b00;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}
em {
	font-style:italic;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 900;
/*
  font-family: 'Font Awesome 5 Free';
*/
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.clear-left {
  clear: left;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 27px;
}

* + p.mod2 {
  margin-top: 8px;
}

* + .row.mod1 {
  margin-top: 30px;
}

* + .btn.btn-lg {
  margin-top: 54px;
}
@media (max-width: 767px) {
  * + .btn.btn-lg {
    margin-top: 30px;
  }
}

* + .btn {
  margin-top: 25px;
}

img + h5 {
  margin-top: 30px;
}

* + .link {
  margin-top: 11px;
}

* + .item {
  margin-top: -3px;
}

h3 + *, .heading-3 + * {
  margin-top: 55px;
}

h3 + h5 {
  margin-top: 50px;
}

footer h5 + * {
  margin-top: 26px;
}

* + .contact-info {
  margin-top: 26px;
}

* + .small {
  margin-top: 19px;
}

* + .marked-list {
  margin-top: 30px;
}

* + .box {
  margin-top: 40px;
}

.offset2 + p {
  margin-top: 20px;
}

.inset {max-width:560px;}

.inset1 {
  padding-right: 27px;
}

.offset {
  margin-top: 37px;
}

.offset1 {
  margin-top: 40px;
}

.offset2 {
  margin-top: 17px;
}

.offset3 {
  margin-top: 50px;
}

.offset4 {
  margin-top: -4px;
}

.offset5 {
  margin-top: 22px;
}

.offset6 {
  margin-top: 15px;
}

.offset7 {
  margin-top: 0;
}

@media (max-width: 991px) {
  .offset-md {
    margin-top: 37px;
  }
}

* + .quote {
  margin-top: 54px;
}

h4 + h6 {
  margin-top: 17px;
}

article h4 + p {
  margin-top: 13px;
}

* + .index-list {
  margin-top: 46px;
}

.col-4_mod div:nth-child(n+4) {
  margin-top: 27px;
}

@media (max-width: 991px) {
  .row .col-sm-6 {
    margin-bottom: 60px;
  }

  .col-4_mod {
    margin-top: 0;
  }
  .col-4_mod div:nth-child(n) {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.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_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 600 30px "Font Awesome 5 Free";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.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);
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #4d5567;
}

.bg-contrast {
  background-color: white;
}

.bg-contrast-variant-1 {
  background-color: #f0ece8;
}

.bg-secondary-1 {
  background: #4d5567;
}

/*==================  Text-Styles  ======================*/
.text-contrast {
  color: white;
}

.big {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .big {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  .big {
    font-size: 30px;
    line-height: 42px;
  }
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.normal {
  font-weight: 400;
}

@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }

  /*.text-sm-center * {
    text-align: center;
  }*/

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}
/*==================  Progress-Bar  ======================*/
.progress-bar li p {
  color: #303030;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: uppercase;
}
.progress-bar li .item {
  background: #dbdbdb none repeat scroll 0 0;
  height: 40px;
  position: relative;
  width: 100%;
}
.progress-bar li .item:after {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
}
.progress-bar li .item_mod__1:before {
  content: '';
  background: #4d5567 none repeat scroll 0 0;
  position: absolute;
  width: 46%;
  height: 40px;
}
.progress-bar li .item_mod__2:before {
  content: '';
  background: #f58201 none repeat scroll 0 0;
  position: absolute;
  width: 77%;
  height: 40px;
}
.progress-bar li .item_mod__3:before {
  content: '';
  background: #4d5567 none repeat scroll 0 0;
  position: absolute;
  width: 73%;
  height: 40px;
}
.progress-bar li .item_mod__4:before {
  content: '';
  background: #f58201 none repeat scroll 0 0;
  position: absolute;
  width: 81%;
  height: 40px;
}
.progress-bar li .item1:after {
  content: "43%";
  left: 34.5%;
}
.progress-bar li .item2:after {
  content: "78%";
  left: 65%;
}
.progress-bar li .item3:after {
  content: "75%";
  left: 61%;
}
.progress-bar li .item4:after {
  content: "80%";
  left: 69%;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .progress-bar li .item1:after {
    left: 31.5%;
  }
  .progress-bar li .item2:after {
    left: 62%;
  }
  .progress-bar li .item3:after {
    left: 58%;
  }
  .progress-bar li .item4:after {
    left: 66%;
  }
}
@media (min-width: 480px) and (max-width: 990px) {
  .progress-bar li .item1:after {
    left: 32.5%;
  }
  .progress-bar li .item2:after {
    left: 63%;
  }
  .progress-bar li .item3:after {
    left: 59%;
  }
  .progress-bar li .item4:after {
    left: 67%;
  }
}
@media (max-width: 479px) {
  .progress-bar li .item1:after {
    left: 22%;
  }
  .progress-bar li .item2:after {
    left: 53%;
  }
  .progress-bar li .item3:after {
    left: 49%;
  }
  .progress-bar li .item4:after {
    left: 57%;
  }
}
.progress-bar li + li {
  margin-top: 11px;
}
@media (max-width: 991px) {
  .progress-bar {
    padding-bottom: 30px;
  }
}

/*==================  Lists  ======================*/
.list-inline {
  text-align: center;
}
.list-inline li {
  display: inline-block;
}
.list-inline li a {
  display: inline-block;
}
.list-inline li a img {
  vertical-align: middle;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.list-inline li a img:hover {
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.list-inline > li + li {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .list-inline li {
    padding: 20px;
  }
  .list-inline li + li {
    margin-left: 0;
  }
}
.list-inline + .list-inline {
  margin-top: 38px;
}

.inline-list li {
  display: inline-block;
}
.inline-list > li + li {
  margin-left: 5px;
}

.marked-list, .marked-list1 {
  display: block;
}
.marked-list li, .marked-list1 li {
  color: #303030;
  font-size: 14px;
  padding-left: 23px;
  position: relative;
  text-align: left;
}
.marked-list li + li, .marked-list1 li + li {
  margin-top: 9px;
}
.marked-list li:before, .marked-list1 li:before {
  color: #4d5567;
  content: "";
  font-family: "Font Awesome 5 Free";
    font-weight: 600;
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li a:hover, .marked-list1 li a:hover {
  text-decoration: none;
}
.marked-list li:hover:before, .marked-list1 li:hover:before {
  left: 2px;
}

.marked-list1 li {
  color: white;
}
.marked-list1 li:before {
  color: white;
}
.marked-list1 li a:hover {
  color: #303030;
}

.index-list {
  counter-reset: num;
}
.index-list li {
  padding-left: 100px;
  position: relative;
}
.index-list li:before {
  background: #4d5567 none repeat scroll 0 0;
  border-radius: 50%;
  color: white;
  content: counter(num,decimal) ".";
  counter-increment: num;
  font-size: 36px;
  font-weight: 700;
  height: 71px;
  left: 0;
  padding-left: 5px;
  padding-top: 25px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 71px;
}
.index-list li + li {
  margin-top: 30px;
}

.index-list2 {
  counter-reset: num;
}
.index-list2 .box {
  margin-top: 0;
}
.index-list2 .box .box_cnt__no-flow {
  padding-top: 0;
}
@media (max-width: 479px) {
  .index-list2 .box .box_cnt__no-flow {
    margin-top: 20px;
  }
}
.index-list2 li {
  position: relative;
}
.index-list2 li:nth-child(n+3) {
  margin-top: 56px;
}
.index-list2 li .counter:before {
  content: counter(num,decimal) ".";
  counter-increment: num;
  line-height: 70px;
  left: 40px;
  position: absolute;
}
@media (max-width: 479px) {
  .index-list2 li .counter:before {
    left: 47%;
  }
}
@media (max-width: 991px) {
  .index-list2 li + li {
    margin-top: 49px;
  }
}

.terms-list {
  margin-top: -30px;
}
.terms-list .heading-6 {
  text-transform: uppercase;
  margin-top: 30px;
}
.terms-list > dd {
  margin-top: 10px;
}
.terms-list + p a {
  color: #4d5567;
}
.terms-list + p a:hover {
  color: #4d5567;
  text-decoration: none;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  border-width: 2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon.fa-google-plus, .icon.fa-twitter, .icon.fa-facebook, .icon.fa-pinterest, .icon.fa-linkedin {
  border-width: 1px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-xs {
  font-size: 22px;
  height: 43px;
  line-height: 43px;
  width: 43px;
}

.icon-sm {
  font-size: 22px;
  height: 43px;
  line-height: 43px;
  width: 43px;
}
.icon-sm.fa-google-plus, .icon-sm.fa-twitter, .icon-sm.fa-facebook, .icon-sm.fa-pinterest, .icon-sm.fa-linkedin {
  line-height: 43px;
  font-size: 22px;
}

.icon-md {
  font-size: 36px;
  height: 70px;
  line-height: 70px !important;
  width: 70px;
}

.icon-lg {
  font-size: 60px;
  height: 144px;
  line-height: 144px !important;
  width: 144px;
}

.icon-default {
  border-color: white;
  border-style: solid;
  color: white;
}

.icon-primary {
  border-color: #4d5567;
  border-style: solid;
  color: white;
  background-color: #4d5567;
}
.icon-primary:hover {
  border-color: #4d5567;
  background-color: transparent;
  color: #4d5567;
}

/*==================    Buttons    ======================*/
.btn {
  text-transform: uppercase;
  display: inline-block;
  border-width: 2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:active {
  background: #c26701;
}

.btn-default {
  background-color: transparent;
  color: white;
  border-color: white;
  border-style: solid;
}
.btn-default:hover {
  background-color: #4d5567;
  border-color: #4d5567;
  color: white;
}

.btn-contrast {
  color: #303030;
  background-color: white;
  border: 2px solid white;
}
.btn-contrast:hover {
  background-color: inherit;
  color: white;
}
.btn-contrast.btn {
  margin-top: 0;
}

.btn-secondary-1 {
  color: white;
  background-color: #4d5567;
  border-color: #4d5567;
  border-style: solid;
}
.btn-secondary-1:hover {
  background: none;
  color: #4d5567;
}

.btn-secondary-2 {
  color: white;
  background-color: #f58201;
  border-color: #f58201;
  border-style: solid;
}
.btn-secondary-2:hover {
  background: none;
  color: #f58201;
}

.btn-primary {
  color: white;
  background-color: #4d5567;
  border-color: #4d5567;
  border-style: solid;
}
.btn-primary:hover {
  background: none;
  color: #4d5567;
}

.btn-xs {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 17px 17px;
}

.btn-sm {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 17px 34px;
}

.btn-md {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 17px 36px;
}
.btn-md__1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 17px 71px;
}
@media (min-width: 991px) and (max-width: 1365px) {
  .btn-md__1 {
    padding: 17px 68px;
  }
}

.btn-lg {
  font-size: 22px;
  font-weight: 500;
  padding: 23px 63px;
}
@media (max-width: 1199px) {
  .btn-lg {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 17px 36px;
  }
}
@media (max-width:991.99px){
.btn-secondary-1 {padding: 17px 10px;}
}
@media (max-width:767.99px){
.btn-secondary-1 {padding: 17px 10px; }
}
@media (max-width:479px){
.btn-secondary-1 {font-size:13px; font-weight:600; padding: 10px 10px; }	
	
}

/*==================      Links     ======================*/
a.link {
  font: bold 18px/22px "Roboto", sans-serif;
  background-color: #4d5567;
  color:#fff;
  border:2px solid #4d5567;
  display: block;
  margin:10px 0;
  max-width:420px;
  padding:5px 10px;
  width:100%;
  text-align:center;
}
a.link:hover {
  color: #4d5567;
  background-color:transparent;
}

@media (max-width:479px){
a.link {margin:20px auto 0; width: 100%;}


}

/*==================      Gallery     ======================*/
.gallery-1 div {
  background: white none repeat scroll 0 0;
  float: left;
  width: 20%;
}
@media (max-width: 767px) {
  .gallery-1 {
    background-color: white;
    padding-bottom: 90px;
  }
  .gallery-1 div {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    float: none;
  }
}

.gallery-2 {
  background-color: #2f2f2f;
}
.gallery-2 div {
  float: left;
  width: 33.333%;
}
@media (max-width: 767px) {
  .gallery-2 {
    background: none;
  }
  .gallery-2 div {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    float: none;
  }
}

/*==================      Owl-carousel     ======================*/
.quote {
  color: white;
  font-style: normal;
  margin: 0;
  position: relative;
}
.quote p:first-child {
  font-size: 14px;
  line-height: 18px;
  padding: 23px 28px 26px 31px;
  border: 1px solid white;
  background: transparent url("../images/q.png") no-repeat scroll 13px 9px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.quote p:before {
  border-color: white transparent transparent;
  border-style: solid;
  border-width: 39px 39px 0 0;
  bottom: -39px;
  content: "";
  height: 0;
  left: 59px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.quote p:after {
  border-color: #4d5567 transparent transparent;
  border-style: solid;
  border-width: 37px 37px 0 0;
  bottom: -37px;
  content: "";
  height: 0;
  left: 60px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.quote p cite {
  margin-left: 18px;
  margin-top: 19px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.quote p + p:after, .quote p + p:before {
  display: none;
}
.quote__mod1 {
  position: relative;
}
.quote__mod1 p:first-child {
  border: 1px solid #cccccc;
  color: #666666;
  background: transparent url("../images/q.png") no-repeat scroll 13px 9px;
  font-size: 14px;
  line-height: 18px;
  padding: 23px 28px 26px 31px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.quote__mod1 p:before {
  border-color: #cccccc transparent transparent;
  border-style: solid;
  border-width: 39px 39px 0 0;
  bottom: 30px;
  content: "";
  height: 0;
  left: 59px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.quote__mod1 p:after {
  border-color: white transparent transparent;
  border-style: solid;
  border-width: 37px 37px 0 0;
  bottom: 32px;
  content: "";
  height: 0;
  left: 60px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.quote__mod1 p cite {
  margin-left: 18px;
  margin-top: 19px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #303030;
}
.quote__mod1 p + p:after, .quote__mod1 p + p:before {
  display: none;
}

/*==================      News-post      ======================*/
.news-post time {
  font-weight: bold;
  color: #303030;
  line-height: 0.8;
}
.news-post h4 a:hover {
  color: #4d5567;
}
.news-post + .news-post {
  margin-top: 34px;
}
.news-post:first-child {
  margin-top: 10px;
}

/*==================      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;
}
.box_cnt__no-flow p {
  font: 400 14px/22px "Roboto", sans-serif;
}
@media (max-width: 479px) {
  .box .box_aside {
    float: none;
    text-align: center;
    padding-right: 0;
  }
  .box .box_cnt__no-flow {
    text-align: center;
	margin-top:15px;
  }
}
.box h5 a {
  color: white;
  text-decoration:none;
}
.box h5 a:hover {
  color: #303030;
}
.box:hover .icon-default {
  background: white none repeat scroll 0 0;
  color: #4d5567;
}
@media (max-width: 991px) {
  .box.offset1 {
    margin-top: 37px;
  }
}

/*==================   Contact-Info    ======================*/
.contact-info a {
  display: inline-block;
  font-size: 14px;
}
.contact-info a:hover {
  color: #303030;
  text-decoration: none;
}
.contact-info p.heading-5 {
  font-size: 24px;
}
.contact-info p.heading-5 + p {
  margin-top: 15px;
}
.contact-info p + p {
  font-size: 14px;
}
.contact-info p, .contact-info a {
  color: white;
}

/*==================   Figure Styles    ======================*/
.figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
  text-align: justify;
}
.figure .figcaption {
  margin-top: 30px;
}

.figure .figcaption h5 {font-size:17px;}

.figure .figcaption h5 a {
  color: #303030;
}
.figure .figcaption h5 a:hover {
  color: #4d5567;
}
.figure__1 .figcaption {
  margin-top: 30px;
}
.figure__1 .figcaption h5 a {
  color: white;
}
.figure__1 .figcaption h5 a:hover {
  color: #303030;
}
.figure__1 .figcaption p {
  color: white;
  font-size: 14px;
}
@media (min-width:767.99px) and (max-width:979.99px) {
.figure {}
}
@media (max-width:476px){
.figure {width: 100%;}
.figcaption{width:100%;}
.figure .figcaption > h5{font-size: 14px;}
.figcaption > p {}
	
}

/*========================   Menu   ==========================*/
.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;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu {
	list-style:none;
	margin:10px 10px 15px 10px ;
}
.sf-menu > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f58201;
}
.sf-menu > li.active > a {
  color: #f58201;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -32px;
  width: 235px;
  margin-top: 29px;
  padding: 15px 0 15px;
  background-color: #323232;
  z-index: 999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sf-menu ul > li > a {
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 14px;
  line-height: 39px;
  font-weight: 300;
  background: #323232 none repeat scroll 0 0;
  padding: 0 31px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: white;
  background: #4d5567;
}
.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  left: 87%;
  top: 0;
  content: "\f105";
  font: bold 20px/39px "Font Awesome 5 Free";
}

.sf-menu ul ul {
  position: absolute;
  top: 41.4%;
  left: 235px;
  width: 235px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sf-menu ul ul > li > a {
  color: white;
  background: #323232 none repeat scroll 0 0;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: white;
  background: #4d5567;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -6px;
  content: "\f0d7";
  font: 600 12px/12px "Font Awesome 5 Free";
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 143px;
  left: -25px;
  bottom: -56px;
  width: 240px;
  padding: 0px 0 76px;
  color: #fff;
  background: #888;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 50px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #4d5567;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #4d5567;
  color: white;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 600 10px "Font Awesome 5 Free";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: white;
  color: #666666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 87px;
  left: 0;
  right: 0;
  height: 56px;
  background: #888;
  color: black;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 88px;
  left: 70px;
  color: #4d5567;
  font-size: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 95px;
  left: 8px;
  width: 40px;
  height: 40px;
  background:#f7f7f7;
  border: 1px solida #f7f7f7;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: black;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 86px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
	top:96px;
  }
}
/*==================  Stuck menu  ======================*/
#stuck_container {}

.isStuck {
  background: #4d5567;
  z-index: 2000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.isStuck .brand {
  padding: 0px 10px;
}
.isStuck .brand img {
    width:100px;
}
.isStuck .brand__slogan {font-size:16px;padding-top:0;padding-bottom:0;}
.isStuck .header-phone {font-size:16px;padding-top:0;padding-bottom:0;}
.isStuck .sf-menu {
  margin-bottom:10px;
}
.isStuck .search-form_toggle {
  top: 30px;
}
.isStuck .sf-menu li a {
    font-size:16px;
}
@media (max-width:767px){
    #stuck_container{
        position:fixed;
        top:0;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        z-index:10000;
        box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	}
}

@media only screen and (max-width: 767px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  color: white;
  background: #4d5567;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop.fa.fa-angle-up {
  font-size: 24px;
  line-height: 46px;
}
.toTop:hover {
  color: white;
  background: #4d5567;
  text-decoration: none;
}

/*
.mobile .toTop,
.tablet .toTop {
  display: none !important;
}
*/

.search-form {
  display: block;
  position: relative;
  width: 300px;
}
.search-form_label {
  width: 100%;
  display: block;
  padding: 10px 50px 10px 10px;
  background: #666666;
  border: 1px solid #303030;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: white;
  font-weight: 300;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 33px;
}
.search-form_submit {
  -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;
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  top: 20px;
  right: 17px;
  width: 25px;
  height: 22px;
  color: #333333;
  font: 600 20px/24px 'Font Awesome 5 Free', sans-serif;
}
.search-form_submit:before {
  content: "\f002";
}
.search-form_submit:hover {
  color: #4caf50;
}
@media (max-width: 767px) {
  .search-form .search-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 6px;
    z-index: 9999999999;
  }
  .search-form .search-form_submit {
    top: 14px;
  }
}

.search-form_toggle {
  position: absolute;
  top: 45px;
  right: 26px;
  color: #4d5567;
  font: 600 27px/31px "Font Awesome 5 Free";
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-form_toggle:before {
  content: '\e01c';
  color: #272727;
  font-family: "linecons";
}
.search-form_toggle.active:before, .search-form_toggle:hover:before {
  color: #4d5567;
}
.search-form_toggle.active:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
    font-weight: 600;
  color: #4d5567;
}
.search-form_toggle.active:hover:before {
  color: #4d5567;
}
@media (max-width: 767px) {
  .search-form_toggle {
    position: fixed;
    float: right;
    z-index: 99999992;
    top: 14px;
  }
}

.search-form {
  opacity: 0;
  height: 0;
  position: absolute;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.search-form.on {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  padding: 6px;
  opacity: 1;
  z-index: 99999;
}
@media (max-width: 767px) {
  .search-form.on {
    padding: 0 10px;
    position: fixed;
    right: 17px;
    top: 62px;
    width: 100%;
  }
}

.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  text-align: left;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}
.lt-ie9 .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  .search-form_liveout {
    padding: 0 10px;
  }
}
.search-form_liveout .search_list {
  padding: 10px;
  list-style-type: none;
  font-size: 14px;
  line-height: 24px;
  background: white;
  font-weight: 500;
  counter-reset: num1;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.search-form_liveout .search_list li + li {
  margin-top: 2px;
}
.search-form_liveout .search_list a {
  padding-left: 5px;
}
.search-form_liveout .search_list p {
  margin: 0;
}
.search-form_liveout .search_link {
  font-family: 'Roboto', sans-serif;
  display: block;
  padding: 5px 10px;
  background: white;
  color: #4d5567;
}
.search-form_liveout .search_link .search_title {
  color: #303030;
  font: 700 13px/18px 'Roboto', sans-serif;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #303030;
  color: #abe9c2;
}
.search-form_liveout .search_link:hover .search_title {
  color: white;
}
.search-form_liveout .search_error {
  display: block;
  color: #303030;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
  font-size: 14px;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  color: #4d5567;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #46bc01;
  color: white;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.lt-ie9 input:focus + .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.search-form_liveout .tablet, .mobile .search-form_liveout {
  display: none !important;
}

.search-frame, .search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
}
.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6, .search-frame p, .search-frame em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
.search-frame img {
  max-width: 100%;
  height: auto;
}
.search-frame 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;
}
.search-frame a:active {
  background: transparent;
}
.search-frame a:focus {
  outline: none;
}
.search-frame h4 {
  color: #303030;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.search-frame h4 a:hover {
  color: #f58201;
}
@media (max-width: 979px) {
  .search-frame .search-frame h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.search-frame .search_list {
  color: #666666;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  position: relative;
  counter-reset: num1;
}
.search-frame .search_list p {
  font: 300 15px/22px 'Roboto', sans-serif;
}
.search-frame .search_list li {
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-frame .search_list li:hover {
  background: rgba(0, 255, 0, 0.1);
}
.search-frame .search_list li:before {
  content: counter(num1,decimal) ".";
  counter-increment: num1;
  position: absolute;
  left: 5px;
  top: 24px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: inherit;
  color: #303030;
}
.search-frame .search_list + li {
  margin-top: 20px;
  border-top: 5px solid #f58201;
}
.search-frame .search_list .match {
  color: #f58201;
  font-size: 12px;
  display: block;
}
.search-frame .search {
  color: #f58201;
  font-weight: 700;
}
.search-frame .match {
  color: #303030;
  font-size: 12px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}

body.search_body {
  background: #1b1b1d;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search_head {
  padding-bottom: 25px;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background-color: #4d5567;
  position:relative;
}
header:after {content:'';display:block;clear:both;}

header .brand {float:left;}
header .header-inside {float:right;}
header .nav-container {float:right;clear:right;}

.brand {
    display: flex;
    padding: 0px 10px;
    background-color: #4d5567;
	justify-content:space-between;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
    z-index: 1001;
}
.brand img {display:block; width: 175px; margin-top:5px; margin-left:5px;}
header .header-inside {display:flex; justify-content: space-between; padding:10px 0px 0px;}

header .isStuck .header-inside {padding-top:10px;}

.header-phone {font-size:20px; padding:10px;}
.header-phone a {color:#fff;}
.header-phone a:hover {color:#f58201;}
.brand__slogan {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    color: white;
	display:block;
	padding: 10px;
	text-transform:uppercase;
}
.brand__slogan a {color:#fff;}
.brand__slogan a:hover {color:#f58201;}
header .nav-container {padding: 0 10px; max-width:1200px; margin-left:auto; margin-right:auto;}
header .nav {
	display:flex;
	justify-content:flex-end;
	padding: 0 5px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .brand {
	justify-content:center;
  }
  .brand__slogan{display:none;}
  .header-phone{display:none;}
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}
main a:hover {
  color: #f58201;
}

/*==================      well     ======================*/
.well_ft-1 {
  padding: 101px 0 126px;
}

.well-xs {
  padding: 0;
}

.well-sm {
  padding: 82px 0 48px;
}
.well-sm__ins {
  padding: 40px 0 40px;
}

.well-md {
  padding: 80px 0 80px;
}
.well-md__ins {
  padding: 60px 0 60px;
}

.well-lg {
  padding: 172px 0 168px;
}

@media (max-width:767px){
.well-md {text-align:center; padding:60px 0 60px;}	
.well-xs {display:none;}
}
@media (max-width: 479px){
	#house-home-hotel {margin-left:-15px;}	
	#house-home-hotel > .container {width:320px;}
	#featured-homes {}
}


/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  border-top: 6px solid #4d5567;
  color: #f0ece8;
  font-size: 14px;
  line-height: 17px;
}
footer a:hover {
  color: #787e91;
}
footer h5 {
  color: #787e91;
}
footer .footer__nav li.active a {
  color: #787e91;
}
footer .footer__nav li + li {
  margin-top: 11px;
}
footer .footer__nav a {
  line-height: 20px;
}
footer .copyright {
  padding: 60px 0 60px;
  background-color: #272727;
}
footer .copyright a:hover {
  text-decoration: none;
}
footer .contact-info a:hover {
  color: #4d5567;
}
footer .contact-info dl {
  padding-left: 0;
}
footer .contact-info dl dt {
  min-width: 74px;
  width: 24%;
}
footer .contact-info dl dd {
  width: 56%;
}
footer .contact-info dl dt, footer .contact-info dl dd {
  display: inline-block;
  padding: 0;
}
footer .contact-info dl.mail {
  margin-top: 15px;
}
footer .contact-info dl.mail dt {
  width: 16%;
  min-width: 42px;
}
@media (max-width: 767px) {
  footer .contact-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
  }
  footer .contact-info dl dt {
    text-align: left;
  }
}
@media (min-width: 991px) and (max-width: 1365px) {
    footer .btn-md__1 {
        text-align: center;
    }
}

blockquote {
	border:1px solid #4d5567;
	padding:1em 2em;
	margin:1em;
}

.contact-form label {display:block;}
.contact-form input,
.contact-form textarea {display:block;width:100%;padding:.5em 1em;margin-bottom:10px;font-family:inherit;font-size:inherit;}
.contact-form button,
.contact-form input[type=submit],
.contact-form input[type=reset],
.contact-form input[type=button] {background:#4d5567;border:1px solid #4d5567;color:#fff;padding:.5em 1em;transition:all 1s;font-family:inherit;font-size:inherit;cursor:pointer;}
.contact-form button:hover,
.contact-form input[type=submit]:hover,
.contact-form input[type=reset]:hover,
.contact-form input[type=button]:hover {background:transparent;color:#4d5567;transition:all .25s;}

.menu-open {display: none;}
.quick-menu {display: none;}
@media (max-width:934.99px){
    .sf-menu > li + li{margin-left:14px;}
    .sf-menu > li > a {font-size: 16px;}
}
@media (min-width: 768px) {
    header .nav-container {display: block !important;}
    .quick-open,
    .quick-menu {display: none !important;}
}
@media (max-width: 767px) {
    header .nav-container {
        transform: translateX(-240px);
        position: fixed;
        top: 87px;
        left:0;
        bottom:0;
        width:225px;
        background: #888888;
        padding: 0;
        float:none;
        box-shadow: -5px 0 10px 10px rgba(0,0,0,0.25);
        z-index: 1000;
        transition: transform 250ms;
    }
    header .nav-container.open {
        transform: translateX(0);
    }
    header .header-inside {
        position: absolute;
    }
    header .nav {
        display: block;
        padding: 0;
    }
    .quick-open {
        display: block;
        position: absolute;
        z-index: 2000;
        top:20px;
        right:20px;
    }
    .quick-open a {
        background: #ddd;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        box-shadow: 
            0 4px 8px rgba(0,0,0,0.25), 
            0 -20px 40px -15px rgba(0,0,0,.5) inset;
        line-height: 1;
        font-size: 24px;
        color: #000;
    }
    .quick-open a:active,
    .quick-open a:focus,
    .quick-open a:hover,
    .quick-open a.open {
        text-decoration: none;
        background:#fff;
    }
    .quick-menu {
        display: block;
        position: absolute;
        top:100%;
        right:0;
        background:#888888;
        color:#fff;
        padding:10px 0;
        box-shadow: 5px 0 10px 10px rgba(0,0,0,0.25);
        transform: translateX(110%);
        transition: transform 250ms;
    }
    .quick-menu.open {
        transform: translateX(0);
    }
    .quick-menu > a {
        display: block;
        text-align: left;
        padding:10px 20px;
        transition: background 250ms;
    }
    .quick-menu > a:hover,
    .quick-menu > a:active,
    .quick-menu > a:focus {
        background:#4d5567;
        color:#fff;
        text-decoration: none;
    }
    .menu-open {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 2000;
        top: 20px;
        left: 20px;
    }
    .menu-open > span {font-size:20px;color:#fff;margin-left:.5em;}
    .menu-open a {
        background: #ddd;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        box-shadow: 
            0 4px 8px rgba(0,0,0,0.25), 
            0 -20px 40px -15px rgba(0,0,0,.5) inset;
        line-height: 1;
        font-size: 24px;
        color: #000;
    }
    .menu-open a:active,
    .menu-open a:focus,
    .menu-open a:hover,
    .menu-open a.open {
        text-decoration: none;
        background:#fff;
    }
    .sf-menu {
        display: none;
        display: block;
        margin:0;
        padding: 0;
    }
    .sf-menu > li {
        float:none;
        text-align: left;
        display: block;
    }
    .sf-menu > li + li {
        margin-left: 0;
    }
    .sf-menu > li > a {
        display: block;
        font-weight: normal;
        font-size: 14px;
        padding:15px 20px;
        transition: background 250ms;
    }
    .sf-menu > li > a:hover {
        background:#4d5567;
        color:#fff;
    }
}
@media (max-width:400px){
    .menu-open > span {display: none;}
}