@font-face {
  font-family: "socialico";
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
  font-family: "socialico-plus";
  src: url("fonts/SocialicoPlus/socialico-plus.eot");
  src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
  font-family: "CenturyGothic";
  src: url("fonts/CenturyGothic/CenturyGothic.eot");
  src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("onts/CenturyGothic/CenturyGothic.svg")
      format("svg"); /* Legacy iOS */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
body {
  max-width: 100%;
  min-width: 1366px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #111111;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  color: #80514A;
  font-weight: 400;
}
p{
  font-size: 20px;
  color: #525252;
  line-height: 32px;
}
ul{
  font-size: 20px;
  color: #202020;
  line-height: 32px;
}
.row {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding:0 10px;
  box-sizing: border-box;
}

/*clearings*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}

/*gallery*/
#content .gallery-container {
  text-align: center;
  margin-top: 30px;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#content .gallery li {
  display: inline-block;
  width: 19%;
  margin: 3px;
}
#content .gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  display: block;
}
#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 10px;
  padding: 4px;
  transition: all 0.3s linear;
  box-sizing: border-box;
}
#content .thumbnail:hover {
  transform: scale(1.02);
  background: #82514A;
}
#content .page_navigation {
  display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

.buttons, .btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  padding: 15px 0;
  line-height: 1.2;
  text-align: center;
}
.buttons{
  font-size: 20px;
  background: #222222;
  border-radius: 10px;
  width: 252px;
}
.btn{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  background: #82514A;
  width: 200px;
  -webkit-box-shadow: 0px 0px 8px 6px rgba(205,205,205,1);
  -moz-box-shadow: 0px 0px 8px 6px rgba(205,205,205,1);
  box-shadow: 0px 0px 8px 6px rgba(205,205,205,1);
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*------------------------------------header------------------------------------*/
#header {
  padding: 10px 0;
}
#header nav a#pull {
  display: none;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 34px;
}
nav ul li a {
  font-size: 18px;
  line-height: 1.2;
  color:#82514A;
}
#header nav ul li.active-menu a,
#header nav ul li a:hover {
  color: #82514A;
  font-weight: 700;
  border-bottom: 7px solid #82514A;
  padding-bottom: 36px;
}
#header .phone{
  background: url(../images/common/phone.png)no-repeat 0 20px;
  padding-left:80px;
  margin-left:43px;
}
#header .phone a{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
#header .phone p{
  font-size: 16px;
  margin: 0;
  display: block;
}

/*------------------------------------banner------------------------------------*/
#banner {
  background: url(../images/content/banner.png)no-repeat center center;
  background-size: cover;
  padding:207px 0 370px;
  position: relative;
}
#banner img#mobile{
  display: none;
}
#banner .row{
  max-width: 1660px;
}
#banner h2{
  font-size: 118px;
  color: #fff;
  max-width: 613px;
  width: 100%;
  margin-bottom: 78px;
}

/*------------------------------------content------------------------------------*/

/*------------about section----------*/
#about{
  background:url(../images/content/about-bg.jpg)no-repeat center center;
  background-size: cover;
  padding-top:28px;
  margin-top:-234px;
}
#about .info{
  margin-left: 60px;
  padding-top:232px;
}
#about h1{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #646472;
  letter-spacing: 5px;
}
#about h2{
  font-size: 118px;
}
#about h3{
  font-size: 40px;
  font-weight: 700;
  color: #111;
  line-height: 50px;
  max-width: 723px;
  width: 100%;
}
#about p{
  max-width: 672px;
  width: 100%;
}

/*------------product section----------*/
#product{
  background: url(../images/content/product-bg.png)no-repeat top right;
  margin-top:-47px;
  padding-top:60px;
}
#product .text{
  margin:0 auto 0 128px;
}
#product dl dd{
  color: #fff;
  font-size: 66px;
  text-align: right;
  margin:-90px 5px 0 0;
}
#product h2{
  font-size: 66px;
}
#product h2 span{
  color:#111;
}
#product h4{
  font-size: 33px;
  color:#111;
  padding-top:17px;
}
#product p{
  max-width: 514px;
  width: 100%;
}
#product p span{
  font-weight: 700;
  color: #1F1F1F;
}
#product .btns{
  margin-top:47px;
}
#product .btn2{
  background: #fff;
  color: #1F1F1F;
  margin-left: 40px;
}

/*------------middle section----------*/
#middle {
  background: url(../images/content/content-bg.jpg)no-repeat top left;
  padding:213px 0;
  margin-top:-72px;
}
#middle h2{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #646472;
  letter-spacing: 5px;
}
#middle h3{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  max-width: 710px;
  width: 100%;
  margin-bottom: 29px;
}
#middle img{
  -webkit-box-shadow: 20px -20px 0px 0px rgba(129,81,74,1);
  -moz-box-shadow: 20px -20px 0px 0px rgba(129,81,74,1);
  box-shadow: 20px -20px 0px 0px rgba(129,81,74,1);
}

/*------------special offer section----------*/
#special{
  margin-top:-79px;
  padding-bottom: 139px;
}
#special h2{
  text-align: center;
  font-size: 66px;
}
#special .flex{
  max-width: 1548px;
  margin: 0 auto;
  justify-content: space-around;
  padding:32px 0;
}
#special .box{
  border:4px solid #855B33;
  max-width: 481px;
  width: 100%;
  height: 342px;
  text-align: center;
  padding:90px 0;
  line-height: 1.5;
  margin:0 ;
}
#special h4{
  font-family: 'Staatliches', cursive;
  font-size: 400;
  font-size: 50px;
  color: #111;
  margin-bottom: 31px;
}
#special .box p{
  font-size: 30px;
  color: #9F6E3E;
  max-width: 284px;
  width: 100%;
  margin: 0 auto;
}

/*------------gallery section----------*/
#gallery .row{
  max-width: 1800px;
}
#gallery h2{
  font-size: 66px;
  margin-left:45px;
}
#gallery .gal-image{
  width: 48.8%;
}
#gallery img{
  display: block;
  max-width: 100%;
}
#gallery dl img{
  margin:18px 0 0 40px;
  width: 95%;
}
#gallery dl dt:nth-child(1) img{
  margin-top:0;
}
#gallery .btn2{
  color: #1F1F1F;
  background: #ECECFB;
  display: block;
  margin:68px auto;
}

/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
  display: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/
.ctc-form {
  margin: 0 auto;
  text-align: center;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
}
.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}
.ctc-form button {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding:15px 0;
  width:  222px;
  color: #fff;
  background: #333333;
  border-radius: 28px;
  border:none;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}

/*---------------------footer---------------------*/
#footer {
  padding-top:150px;
}
#footer .row{
  max-width: 1598px;
}
#footer .quick-form{
  background: url(../images/content/form-bg.jpg)no-repeat center center;
  max-width: 800px;
  width: 100%;
  padding:75px 0;
  position: relative;
}
#footer .quick-form:before{
  background: #DDDDDD;
  position: absolute;
  content:'';
  height: 86px;
  width: 3px;
  top:-47px;
  left:0;
  right:0;
  margin:0 auto;
}
#footer .quick-form h2{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 134%;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 5px;
}
#footer .ctc-form{
  max-width: 578px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#footer .ctc-form input[type="text"],
#footer .ctc-form textarea {
  border:none;
  border-bottom: 7px solid rgba(255, 255, 255, 0.3);
  border-radius:0;
  padding-left:41px;
  background: transparent;
  margin-bottom: 25px;
}
#footer .ctc-form textarea{
  height: 300px;
}
#footer .ctc-form input[type="text"]::placeholder,
#footer .ctc-form textarea::placeholder {
  color:#fff;
}
#footer .logo{
  padding-bottom:78px;
}
#footer .ctc-info{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  letter-spacing: 5px;
}
#footer .ctc-info p{
  font-size: 14px;
  line-height: 2;
  color: #222222;
  font-weight: 400;
}
#footer .address{
  font-size: 20px!important;
  font-weight: 600!important;
  color:#111!important;
  line-height: 134%!important;
  max-width: 470px;
  width: 100%;
  margin:0 auto 40px;
}
#footer .phone{
  font-size: 25px;
  font-weight: 700;
  line-height: 134%;
  margin-bottom:47px;
}
#footer .email{
  font-size: 20px;
  font-weight: 500;
  line-height: 134%;
}

/*--------copyright section----------*/
#btm {
  padding:68px 0 10px;
}
#btm p{
  margin:0;
  font-size: 16px;
}
#btm .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}
#btm nav ul {
  margin-left:60px;
}
#btm nav ul li.active-menu a,
#btm nav ul li a:hover {
  color: #333;
  }

/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
}
.inner #content .row{
  max-width: 1200px;
}
.inner #content h1{
  font-size: 40px;
}
.inner #content h2{
  font-size: 30px;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}

/*Inner Pages*/
.products .row, .about .row, .special .row {
  max-width: 1548px !important;
}
.about #about .info {
  margin-left: 0;
  padding-top: 301px;
}

.about #about .info h2 {
  font-size: 118px !important;
}
.about #about {
  margin-top: -321px;
}
.inner #special {
  margin-top: 0;
}
/** Responsive
-------------------------------------------------------*/
@media screen and (max-width: 1620px){
  nav ul li{
    padding:0 25px;
  }
}
@media screen and (max-width: 1510px){
  #header .phone{
    margin-left:25px;
  }
}
@media screen and (max-width: 1490px){
  nav ul li{
    padding:0 20px;
  }
  #header nav ul li.active-menu a, #header nav ul li a:hover{
    padding-bottom: 31px;
  }
  #header .phone{
    margin-left:0;
  }
  #header .phone a{
    font-size: 25px;
  }
}
@media screen and (max-width: 980px){
  body {min-width: 320px;}
  img{
    max-width: 100%;
  }
  #header .phone{
    margin:10px 0 20px;
  }
  #header .flex, #product .flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
   }
  #header nav{
     -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  #about .flex, 
  #middle .flex, 
  #footer .flex,
  #btm .flex{
    display: block;
  }
  #about p,
  #about h3,
  #product p,
  #middle h3{
    max-width: 100%;
  }
  #about img,
  #middle img,
  #footer .quick-form{
    display: block;
    margin: 0 auto;
  }
  #about .info{
    margin:0 20px 20px;
  }
  #product .text{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin:0 20px;
  }
  #product .left{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #product .btns,
  #middle .text{
    text-align: center;
  }
  #middle .buttons{
    display: block;
    margin:0 auto;
    margin-bottom: 50px;
  }
  #gallery dl img{
    margin-left:25px;
  }
  #btm .copyright{
    text-align: center;
  }
}
@media screen and (max-width: 790px){
  #header {
    padding: 0;
  }
  #header .row{
    width: 100%;
    padding:0;
  }
  #header .flex{
    width: 100%;
  }
  #header nav{
    display:block; 
    width: 100%;
  }
  #header nav ul{
    width: 100%; 
    display: none; 
    height: auto;
    border-bottom:5px solid #000; 
    padding: 0;
  }
  #header nav ul li{
    width: 100%;
    position: relative; 
    padding:0;
  }
  #header nav ul li a{
    display: block; 
    width: 100%;
    text-align: center;
    padding:10px 0;
  }
  #header nav a#pull {
    display: block; 
    color: #fff; 
    background: #222222; 
    padding: 15px 10px; 
    width: 100%; 
    position: relative;
  }
  #header nav a#pull:after { 
    content:""; 
    background: url('../images/nav-icon.png') no-repeat; 
    width: 20px; 
    height: 20px; 
    display: inline-block;
    position: absolute; 
    right: 15px; 
    top: 50%; 
    transform: translateY(-50%);
  }
  #header nav ul li.active-menu a,
  #header nav ul li a:hover {
    color: #fff;
    background:#82514A;
    border:none;
    padding:10px 0;
  }
  #banner h2,
  #about h2,
  .about #about .info h2{
    font-size: 70px !important;
  }
  #about{
    margin-top:0;
    padding-top: 0;
  }
  #about .info{
    padding-top: 40px;
  }
  #product{
    margin-top: 0;
  }
  #product dl dd{
    font-size: 50px
  }
  #product dl img{
    margin:10px 0;
  }
  #middle{
    margin-top: 0;
    padding:80px 0;
  }
  #special .flex,
  #gallery .flex{
    display: block;
  }
  #special{
    margin-top: 0;
    padding-bottom: 20px;
  }
  #special .box{
    display: block;
    margin:0 auto 15px;
  }
  #gallery h2{
    margin:0;
    text-align: center;
  }
  #gallery img{
    width: 100%!important;
    margin:0 0 15px!important;
  }
  #footer{
    padding-top:40px;
  }
  #btm nav ul{
    margin:0;
  }
  #btm nav ul li{
    display: block;
    text-align: center;
  }
  #btm nav ul li a{
    padding:10px 0;
  }
  
  .cta{
    background: #80514A  url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border-top: 2px solid #525252 ;
    border-top-left-radius: 40px;
    bottom: 1%;display: block;
    height: 80px;
    position: fixed;
    right: 0;
    text-decoration: none; 
    text-indent: -9999em;
    width: 100px;
    z-index: 999;
  }
}
@media screen and (max-width: 510px){
  #banner{
    background: none;
    padding:0;
  }
  #banner img#mobile{
    display: block;
  }
  #banner h2{
    color:#333;
    text-align: center; 
    font-size: 50px;
    margin:0;
    max-width: 100%;
  }
  #banner .buttons{
    display: block;
    margin: 0 auto;
  }
  #about h2, 
  #product h2,
  #special h2,
  #gallery h2,
  .about #about .info h2 {
    font-size: 50px !important;
  }
  #about h3{
    font-size: 30px;
    line-height: 1.2;
  }
  #product h4{
    font-size: 25px;
  }
  #product dl dd{
    font-size: 35px
  }
  #product dl img{
    margin:20px 0;
  }
 
  #product .btn{
    display: block;
    margin:40px auto;
  }
  #middle img{
    box-shadow: none;
    -webkit-box-shadow:none;
  }
  #footer .row{
    padding: 0;
  }
  #footer .email{
    font-size: 16px;
    letter-spacing: normal;
  }
}