/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */





@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left !important;
	}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left !important;
	}
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left !important;
	}
}

body {
    width: 100%;
    height: 100%;
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #808080;
    background-color: #000;
    direction: ltr;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: Tahoma;
    font-weight: normal;
    color: #fff;
}

p {
    margin: 0 0 5px;
    line-height: 1.5;
}

a {
    color: #900;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(121, 121, 121, 0.3);
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
	font-weight: normal;
    color: #fff;
}

 .nav {
    text-align: right;
	direction: ltr;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #990000;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    text-align: center;
}

.intro .intro-body .intro-text {
    font: normal 22px/26px Tahoma;
    text-align: center;
}

.logo-intro {
  background-image: url(../img/logo-intro.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 500px;
  height: 165px;
  margin: 0 auto 50px;
}
@media(max-width:768px) {
    .logo-intro {
      background-image: url(../img/logo-intro2.png);
      width: 250px;
      height: 83px;
    }
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 80px;
    }

    .intro .intro-body .intro-text {
        font: normal 30px/40px Tahoma;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important; -webkit-border-radius: 100%!important; -moz-border-radius: 100%!important; 
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#about.content-section {
    padding-bottom: 0 !important;
    padding-top: 60px !important;
}
.content-section {
    padding: 40px 0 30px;
}

#map {
    margin: 0;
    width: 100%;
    height: 400px;
}

.title-section {
    padding: 15px 0;
}
.title-section h2 {
    font-size: 20px;
    margin: 0;
}
@media(min-width:767px) {
    .title-section {
        background-color: #900;
        padding: 12px 0;
    }
    .title-section h2 {
        font-size: 30px;
    }
}

.btn {
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; 
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
  background: #000;
  padding: 4px 0px;
  text-align: center;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




.navbar-brand > .logo-fixed-top {
    height: 36px;
    margin: 7px 15px 0;
    width: 107px;
    background-image: url(../img/logo-2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
@media (min-width: 768px) {
  .navbar-brand > .logo-fixed-top {
    width: 200px;
    height: 66px;
    background-image: url(../img/logo-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
.navbar-brand > .logo-collapse {
    height: 36px;
    margin: 7px 15px 0;
    width: 107px;
    background-image: url(../img/logo-2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.navbar-brand > img {
  display: block;
}

#about h3 {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px
}

@media(max-width:768px) {
    .bg-about {
      background-color: #515151;
    }
    .max-width-768-padding {
      padding: 3px 20px;
    }
    #about h3 {
        text-align: right;
    }
}

@media(min-width:768px) {
    p, #about li, #furniture li {
        margin: 0 0 5px;
        font-size: 14px;
        line-height: 22px;
    }
    #about h3 {
        font-size: 36px;
        line-height: 50px
    }
}
@media(min-width:992px) {
    p, #about li, #furniture li {
        margin: 0 0 10px;
        font-size: 15px;
        line-height: 24px;
    }
    #about h3 {
        font-size: 36px;
        line-height: 56px
    }
}
@media(min-width:1200px) {
    p, #about li, #furniture li {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 28px;
    }
    #about h3 {
        font-size: 40px;
        line-height: 60px
    }
}



@media(min-width:768px) {
    #furniture li {
        line-height: 17px;
    }
}
@media(min-width:992px) {
    #furniture li {
        line-height: 19px;
    }
}
@media(min-width:1200px) {
    #furniture li {
        line-height: 21px;
    }
}

h2.title-row {
  font-size: 40px;
  padding: 10px 0;
  width: 60%;
  margin: 30px auto 60px;
  box-sizing: border-box;
}
h2.title-row::before {
  content: " ";
  width: 30px;
  background-color: #990000;
  height: 30px;
  position: absolute;
  right: 50%;
  top: -14px;
          transform: rotate(45deg);
     -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
h2.title-row::after {
  content: " ";
  width: 100%;
  height: 5px;
  position: absolute;
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #990000;
  left: 0;
  top: 0;
  z-index: 3;
}
@media(max-width:768px) {
      h2.title-row {
        font-size: 30px;
        padding: 30px 0 10px;
        margin: 30px auto 30px;
      }
      h2.title-row::before {
        width: 20px;
        height: 20px;
        right: 48%;
        top: -9px;
      }
      h2.title-row::after {
        width: 80%;
        left: 10%;
        top: 0;
      }
}
.box.box-1 {
  padding-bottom: 15px;
}
.box.right-side {
  text-align: left;
}
.box.left-side {
  text-align: right;
}





.thumb-pad1 {
  margin: 0 0 20px 0;
  text-align: center;
  padding: 0 20px;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; 
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  text-align: center;
  height: 150px;
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 21px;
  font: 14px/24px Tahoma;
  text-align: center;
}
.thumb-pad1 .thumbnail .caption .title {
  font: normal 26px/28px Tahoma;
  margin-bottom: 3px;
  color: #fff;
}
.thumb-pad1 img {
  margin: 0 auto 37px auto;
  width: 110px;
  height: 110px;
}
@media(max-width:768px) {
    .thumb-pad1 img {
      margin: 0 auto 20px auto;
      width: 80px;
      height: 80px;
    }
    .thumb-pad1 {
      padding: 0;
    }
    .thumb-pad1 .thumbnail .caption .title {
      font-size: 22px;
    }
    .thumb-pad1 .thumbnail .caption p {
      font-size: 13px;
    }
}
@media(max-width:992px) {
    .thumb-pad1 img {
      margin: 0 auto 20px auto;
      width: 90px;
      height: 90px;
    }
}


.t-s-top {
  margin-top: 30px;
}
#furniture h3 {
    font-size: 30px;
}
@media (min-width: 767px) {
    #furniture h3 {
        font-size: 40px;
    }
}


/*==================   Parallax    ======================*/
.parallax {
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 50%;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  padding: 50px 0;
}
@media (max-width: 767px) {
    .parallax {
      background-position: 50% 50%;
      background-size: cover;
    }
    .parallax h2,
    .parallax h3 {
      text-align: right;
    }
    .parallax h2 {
        font-size: 50px !important;
    }
    .parallax h3 {
        font-size: 30px !important;
    }
    .parallax p {
        font-size: 14px !important;
    }
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover!important;
  }
}
.block-parallax {
    padding: 140px 0;
}
@media (max-width: 767px) {
    .block-parallax {
        padding: 50px 0;
    }
}
.parallax h2,
.parallax p,
.parallax h3 {
  color: #ffffff;
}
.parallax h2 {
    color: #990000;
    font-size: 80px;
    margin-bottom: 5px;
}
.parallax h3 {
    font-size: 50px;
}
.parallax p {
    font-size: 25px;
    font-weight: normal;
    line-height: 34px;
    -webkit-text-shadow: -2px 2px 2px rgba(0, 0, 0, 1.0);
       -moz-text-shadow: -2px 2px 2px rgba(0, 0, 0, 1.0);
            text-shadow: -2px 2px 2px rgba(0, 0, 0, 1.0);
    color: #FFF;
}
.parallax-bg-1 {
  background-image: url("../img/parallax-bg-1.jpg");
}
.parallax-bg-2 {
  background: url("../img/parallax-bg-2.jpg");
}
.parallax-bg-3 {
  background: url("../img/parallax-bg-3.jpg");
}
.parallax-bg-4 {
  background: url("../img/parallax-bg-4.jpg");
}
.parallax-bg-5 {
  background: url("../img/parallax-bg-5.jpg");
}
.parallax-bg-6 {
  background: url("../img/parallax-bg-6.jpg");
}
.parallax-bg-7 {
  background: url("../img/parallax-bg-7.jpg");
}
.parallax-bg-8 {
  background: url("../img/parallax-bg-8.jpg");
}
.parallax-bg-9 {
  background: url("../img/parallax-bg-9.jpg");
}
.parallax-bg-10 {
  background: url("../img/parallax-bg-10.jpg");
}
/*==================   END Parallax    ======================*/


.contact-section {
    background-color: #111;
}
@media (max-width: 992px) {
    h3.dek-adrs-title {
        margin-top: 50px;
    }
}
#ContactForm .wrapper {
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
#ContactForm input, #ContactForm textarea {
  width: 100%;
  color: #000;
  padding: 2px 5px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; 
}
#ContactForm .wrapper .bg {
  float: left;
  width: 60%;
}
#ContactForm .wrapper .error {
  font-size: 11px;
  margin: 5px 0 10px;
  float: left;
  width: 35%;
  color: yellow;
  display: none;
}
#ContactForm .textarea_box textarea {
    height: 150px;
    width: 100%;
}
#ContactForm .textarea_box {
  width: 100%;
  margin-bottom: 20px;
  display: table;
}




a.button12 {
  padding: 12px 40px 14px;
  background-color: #900;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
  font: normal 16px/18px Tahoma;
  border: 2px solid #900;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.button12:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}


.button1{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 2px solid #bf1e2e;
    display: inline-block;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: normal;
    line-height: 14px;
    overflow: hidden;
    padding: 12px 21px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	 width: 188px;
	
}
body .button1-style2:after{
    transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    opacity: 0;
    left: 0;
}
body .button1-style2:hover:after{
    transform: rotate(45deg) scale(6);
    -moz-transform: rotate(45deg) scale(6);
    -webkit-transform: rotate(45deg) scale(6);
    -ms-transform: rotate(45deg) scale(6);
    -o-transform: rotate(45deg) scale(6);
    opacity: 1;

}
.button1:after{
    position: absolute;
    left: -100%;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #bf1e2e;
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;

}
.button1:hover:after{
    left: 0;
}
.button1 span{
    color: #fff;
    position: relative;
    z-index: 9;
}
.button1:hover span{
    color: #fff;
}














.contact-address li p {
  display: inline;
  margin: 0;
  position: absolute;
  top: 0px;
}
.contact-address li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
.contact-address li::before {
  color: #900;
  line-height: 30px;
  font-family: fontAwesome;
  position: relative;
  margin-right: 26px;
}
.contact-address li.address-icon::before {
  content: "\f041";
  font-size: 35px;
  top: 2px;
  left: 5px;
  margin-right: 34px;
}
.contact-address li.post-code-icon::before {
  content: "\f015";
  font-size: 33px;
  top: 0px;
}
.contact-address li.tel-icon::before {
  content: "\f095";
  font-size: 35px;
  top: -2px;
}
.contact-address li.fax-icon::before {
  content: "\f1ac";
  font-size: 32px;
  top: -4px;
}
.contact-address li.mail-icon::before {
  content: "\f003";
  font-size: 32px;
  top: -3px;
}
.contact-address li.instagram-icon::before {
  content: "\f16d";
  font-size: 37px;
  top: -2px;
}
.contact-address li.telegram-icon::before {
  content: "\f1d8";
  font-size: 32px;
  top: -2px;
}
.contact-address li.whatsapp-icon::before {
  content: "\f232";
  font-size: 37px;
  top: -2px;
}


img.qr-code {
  position: absolute;
  left: 450px;
  bottom: 30px;
}
@media (max-width: 768px) {
    img.qr-code {
      position: relative;
      margin-right: 30px;
      left: inherit;
      bottom: inherit;
    }
}


.row.margin-b-wow {
  margin-top: 20px;
  margin-bottom: 40px;
}
.boxed-grey {
  background: #202020;
  padding: 20px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; 
}
@media (max-width: 480px) {
    .boxed-grey {
      padding: 5px;
    }
}

.team h5 {
  font: normal 20px/22px Tahoma;
  margin-bottom: 20px;
}
.team p {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
    .team.boxed-grey {
        margin-bottom: 30px;
    }
    .team h5 {
        font-size: 18px;
        line-height: 20px;
    }
    .team p {
        font-size: 14px;
        line-height: 16px;
    }
}


w-div {
  direction: ltr;
}

#back-top-wrapper #back-top, #instagram #link-to-insta {
    height:42px;
    width:42px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#back-top-wrapper #back-top span, #instagram #link-to-insta span {
    height: 42px;
    width: 42px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
    display: block;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    background-color: #E4E4E4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-image: none;
}
#back-top-wrapper #back-top span:hover, #instagram #link-to-insta span:hover {
    opacity:0.5;
}
#back-top, #link-to-insta { display:none; }
@media (min-width: 768px) {
    #instagram {
      bottom: 90px !important;
    }
}
#back-top-wrapper, #instagram {
  position: fixed;
  /*overflow: hidden;*/
  z-index: 99;
  bottom: 40px;
  right: 30px;
}
@media (max-width: 768px) {
  #back-top-wrapper, #instagram {
    position: relative;
    float: right;
  /*overflow: hidden;*/
    z-index: 99;
    margin-left: 20px;
    bottom: 0;
    right: 0;
  }
}

#instagram #link-to-insta span:before {
  content: "\f16d";
  color: #2C2C2D;
  font-size: 29px;
  position: absolute;
  top: 15px;
  right: 9px;
  font-family: fontAwesome;
}
#back-top a, #link-to-insta a {
    display:block;
    width:50px;
    color:#bbb;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font:11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s;
}
#back-top a:hover, #link-to-insta a:hover { color:#000; }
#back-top a:hover span, #link-to-insta a:hover span { background-color:#333; }

#back-top-wrapper #back-top span:before {
  content: "\f106";
  color: #2C2C2D;
  font-size: 40px;
  position: absolute;
  top: 13px;
  right: 8px;
  font-family: fontAwesome;
}




section.furniture-bg-bot {
  display: table;
  height: 270px;
  width: 100%;
  background: url(../img/about_06.jpg) no-repeat center right scroll;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

div#furniture-menu {
  height: 30px;
}
div#about-menu {
  height: 30px;
}
div#contact-menu {
  height: 30px;
}
@media (max-width: 768px) {
    .visible-desktop {
      display: none !important;
    }
    .animated {
      animation-name: none !important;
      -o-animation-name: none !important;
      -moz-animation-name: none !important;
      -webkit-animation-name: none !important;
      
      animation-delay: inherit !important;
      -o-animation-delay: inherit !important;
      -moz-animation-delay: inherit !important;
      -webkit-animation-delay: inherit !important;
      
      animation-fill-mode: none !important;
      -o-animation-fill-mode: none !important;
      -moz-animation-fill-mode: none !important;
      -webkit-animation-fill-mode: none !important;
      
      animation-duration: inherit !important;
      -o-animation-duration: inherit !important;
      -moz-animation-duration: inherit !important;
      -webkit-animation-duration: inherit !important;
    }
}
@media (max-width: 990px) {
    #ContactForm {
        margin-bottom: 50px;
    }
}
.link-to-map {
  float: left;
  font-size: 14px;
}
.designer {
  font-size: 12px;
  font-family: verdana, arial;
  letter-spacing: 1px;
}
.designer a {
  letter-spacing: 5px;
  font-weight: bold;
}
