#header {
  background-size: 100% 100%;
  //background-size: cover;
}

.back-to-top {
  position: fixed;
  bottom: 15%;
  transform: translateY(50%);
  right: 40px;
  display: none;
  z-index: 2;
}

.btn-back-to-top {
  font-size: xx-large;
  background-color: rgba(255,255,255,.5);
  border: solid;
  border-color: #87361c;
  border-radius: 50%;
  border-width: medium;
  line-height: 1.5;
  padding: 10%;
  text-align: center;
  height: 2em;
  width: 2em;
  color: #87361c;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] ~ div.checked {
    display:none;
    color: #87361c;
}

input[type="radio"] ~ div.unchecked {
    display:inline-block;
    color: #87361c;
}

input[type="radio"]:checked ~ div.checked {
    display:inline-block;
}

input[type="radio"]:checked ~ div.unchecked {
    display:none;
}

.faq-block .fa {
  color: #87361c;
  font-size: 24px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row-fluid .span4 {
    width: 30.4%;
    *width: 30.34%;
  }
  .row-fluid .span6 {
    width: 47.8%;
    *width: 47.75%;
  }
  .hidden-lg {
    display: none !important;
  }
}

.features-intro.style-1 li strong {
    background-color: #c75e3c;
}

.cover {
    background-position: center bottom;
}

legend {
    margin-top: 24px;
    margin-bottom: 6px;
}

.sm-container{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  max-height:80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
    justify-content: flex-end;  
}

.sm-description{
  display:inline-block;
  color: #ffffff;
  padding:10px;
}

ul.sm-submenu {
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 10px;
  margin: 0;
  overflow: hidden;
}
ul.sm-submenu li {
  display: inline-block;
}
ul.sm-submenu li a i.fa {
  font-size: larger;
  padding: 3px;
  display: inline-block;
  border: 1px solid transparent;
  color: #bf4d28;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  margin: 3px;
  text-align: center;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
ul.sm-submenu li a i.fa::after {
  content: "";
  height: 0%;
  width: 0%;
  position: absolute;
  top: -500%;
  bottom: -500%;
  left: -500%;
  right: -500%;
  margin: auto;
  border: 0px solid transparent;
  border-radius: 200px;
  opacity: 0;
  z-index: -1;
  transition: all ease 0.5s;
}
ul.sm-submenu li a:hover i.fa::before {
  color: #fff;
}
ul.sm-submenu li a:hover i.fa-facebook::after {
  height: 200%;
  width: 200%;
  background-color: #3b5998;
  border-radius: 0px;
  opacity: 1;
}
ul.sm-submenu li a:hover i.fa-vk::after {
  height: 200%;
  width: 200%;
  background-color: #3b5998;
  border-radius: 0px;
  opacity: 1;
}
ul.sm-submenu li a:hover i.fa-twitter::after {
  height: 200%;
  width: 200%;
  background-color: #1dcaff;
  border-radius: 0px;
  opacity: 1;
}
ul.sm-submenu li a:hover i.fa-google-plus::after {
  height: 200%;
  width: 200%;
  background-color: #d34836;
  border-radius: 0px;
  opacity: 1;
}
ul.sm-submenu li a:hover i.fa-instagram::after {
  height: 200%;
  width: 200%;
  background-color: #8a3ab9;
  border-radius: 0px;
  opacity: 1;
}

.call-button {
  position: fixed;
  bottom: 15%;
  transform: translateY(50%);
  right: 40px;
  z-index: 2;
}

.btn-call {
  font-size: xx-large;
  background-color: rgba(255,255,255,.5);
  border: solid;
  border-color: #00CC00;
  border-radius: 50%;
  border-width: medium;
  line-height: 2;
  padding: 10%;
  text-align: center;
  height: 2em;
  width: 2em;
  color: #00CC00;
}