body {
  background: url('../images/bg-web.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow:hidden;
}
h1,h2,h3,h4,h5,h6{
    display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;

}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.reset{
  padding: 0;
  margin: 0;
}
@font-face {
      font-family: 'loca--';
      src: url('../font/loca--.eot?78405702');
      src: url('../font/loca--.eot?78405702#iefix') format('embedded-opentype'),
           url('../font/loca--.woff?78405702') format('woff'),
           url('../font/loca--.ttf?78405702') format('truetype'),
           url('../font/loca--.svg?78405702#loca--') format('svg');
      font-weight: normal;
      font-style: normal;
    }
  .demo-icon{
    font-family: "loca--";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  *:focus{
    outline: none;
  }
a,a:hover,a:visited,a:active,a:link{
  text-decoration: none;
}
ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}

.formcontent{
  margin: 30px;
  padding: 5px;
  color:#fff;
  text-align: center;
  font-size:13px;
}
input[type='text']{
  width: 100%;
  height: 37px;
  border: none;
  margin: 5px 0;
  padding: 0 15px;
  font-size:12px;
  border-radius:25px;
}
.formcontent textarea{
  width: 100%;
  height: 120px;
  border: none;
  margin: 5px 0;
  padding: 10px 15px;
  font-size:12px;
  min-height:37px; 
  border-radius:25px;
}
.formcontent span{
  font-size: 17px;
  font-weight:bold;
  text-transform:uppercase;
}
#stick{
  position: absolute;
  width: 350px;
  height: 75vh;
  min-height: 700px;
  margin:12.5vh 0;
  padding:20px 0;
  right: 0;
  top:0;
  border-radius:30px 0px 0 30px;
  background:url("../images/bg.png") no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation: pullright 2s ease;
  -webkit-animation: pullright 2s ease;
  -moz-animation: pullright 2s ease;
  -ms-animation: pullright 2s ease;
  -o-animation: pullright 2s ease;
}
#logo {
  display: block;
  margin: 0 auto;
}
#tel{
  padding: 10px;
  text-align: center;
  font-size:20px;
}
#tel a,#socialicons a{
  color:#fff;
  font-weight:bold;
  font-style:normal;
}
#socialicons{
    text-align: center;
    padding: 10px;
    bottom: 0;
    width: 100%;
}
#socialicons a{
  font-size:14px;
  color:#fff;
  margin:6px;
  padding:7px;
  border:1px solid #ffffff;
  border-radius:25px;
}
.btn-special{
  border:none;
  border-radius:25px;
  background: transparent;
  color:#fff;
  border:1px solid #fff;
  padding-left: 16px;
  padding-right: 16px;
}

#menu{
  position: fixed;
  z-index: 1600;
}
#menu ul{
  display: flex;
  padding:40px 0 0 40px;
}
#menu ul li:first-child{
  border-radius: 25px 0 0 25px;
  padding-left: 20px;
}
#menu ul li:last-child{
  border-radius: 0 25px 25px 0;
  padding-right: 20px;
}
#menu ul li{
  display: block;
  padding: 10px;
  background: rgba(193, 37, 27);
}
#menu ul li a{
  color: #ffffff;
  font-size:13px;
  font-weight: bold;
}
.blcontent{
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
  position: absolute;
  background: rgba(201, 40, 31, .85);
  width: 100vw;
  height: 100vh;
  z-index: 1500;
  margin-left: -2500px;
  padding-left: 350px;
  color:#fff;
  padding-top: 120px;
  overflow-y: scroll;
}
img.close{
  position: absolute;
  top:20px;
  right: 20px;
}
.img-fluid{border-radius:7px;}
iframe{border-radius:7px;}
.gallery .col-md-3{
    margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
    body {
        background: #fff;
        overflow:scroll;
    }
}
#mobilecontainer{
    background:url("../images/bg.png") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
}
.mobilegallery .col-4{
    margin-bottom: 20px;
}
.alert, .alertm{
  min-height: 40px;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size:13px;
}
.features li{
  padding-bottom:12px;
}
.features li span{
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius:30px;
  text-align: center;
  font-size:13px;
  background: #ffffff;
  color:#333333;
  font-weight:bold;
}
.features li img{
  position:absolute;
  left:15px;
  width:44px;
  height:44px;
  margin:8px;
}
.close{opacity:1;}
@keyframes pullright
{
    from {transform:translateX(350px);}
    to {transform:translateX(0px);}
}
@-webkit-keyframes pullright
{
    from {transform:translateX(350px);}
    to {transform:translateX(0px);}
}
@-moz-keyframes pullright
{
    from {transform:translateX(350px);}
    to {transform:translateX(0px);}
}
@-ms-keyframes pullright
{
    from {transform:translateX(350px);}
    to {transform:translateX(0px);}
}
@-o-keyframes pullright
{
    from {transform:translateX(350px);}
    to {transform:translateX(0px);}
}
.fb7-nav-arrow{display:none !important;}
#fb7{overflow:visible !important;}
.panorama{width:100% !important; height:500px !important;}