/*
Theme Name: Samling
Theme URI: http://kazistudios.com
Description: New theme for artlab website.
Version: 1.0
Author: Krishna Prajapati
Author URI: http://kazistudios.com
Author Email: krishna@kazistudios.com
*/

html, body{
  width: 100%;
  height: 100%;
  -webkit-font-smoothing:antialiased;
}
body{
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
input, textarea{
    /*-webkit-appearance:caret;*/
    border-radius: 0;
}
.none {
  display: none;
}
.overlay{
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stage{
  width: 100%;
  min-height: 100%;
}
a, a:active, a:focus{
  text-decoration: none;
  outline: none;
}
h1, .sec-title h1{
  font: bold 29.33px/29.33px Arial, Helvetica, sans-serif;
  color: #000;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.red-text{
  color: #d25446;
}
.header{
  height: 77px;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px;
  /*opacity: 0.9;*/
}
.home .header{
  top: -100px;
}
.header-container{
  width: 1420px;
  margin: 0 auto;
}
.logo{
  position: relative;
  z-index: 99;
  top: 0;
  background-color: #e0c023;
  height: 90px;
  display: table;
}
.home .logo{
  top: -100px;
}
.logo a {
  display: table-cell;
  vertical-align: middle;
}
.logo img{
  width: 165px;
}
.sm-nav .nav{
  height: 300px;
  overflow-y: scroll;
  overflow-x:hidden;
}
.nav{
  list-style: none;
  margin: 0;
  padding-top: 33px;
}
.navbar li{
  padding-left: 40px;
}
.navbar li, .navbar li a{
  float: left;
  font: 15px/18.66px Arial, Helvetica, sans-serif;
  color: #000;
}
.navbar li a:hover, .navbar li a:active, .navbar li.active a, li a.contactus.open{
  color: #d25446;
  text-decoration: none;
}
.nav li{
  position: relative;
}
.nav li ul{
  margin: 0;
  padding: 0;
  display: none;
}
.more-btn{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  display: block;
  width: 60px;
  height: 60px;
  background: url('images/plus.gif') no-repeat 20px 20px;
  cursor: pointer;
}
.more-btn.on{
  background-position: 20px -40px;
  background-color: #e0c023;
}
.more-btn:active{
  background-color: #e0c023;
}
.wrapper {
  height: 100%;
}
.wrapper-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.home .wrapper {
  display: none;
}
.home .wrapper-inner {
  top: 1000px;
}
/*stage1*/
.loading {
  background: url('images/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.intro-container {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.intro{
  width: 1120px;
  height: 335px;
  background: #000;
  font: 55.98px/74.64px 'Brawler', serif;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.intro p {

}
.intro-link{
  width: 100%;
  position: static;
}
.intro-arrow{
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -35px;
}

/* stage 2 */
.stage2{
  background-image: none; 
  height: auto;
}
.slide, .slide img{
  width: 100%;
  height: 100%;
}
.slide img{
  height: 100% !important;
}
.slide{
  position: relative;
  overflow: hidden;
}
.caption{
  font: 32px/35px 'Brawler', serif;
  color: #FFF;
  position: absolute;
  padding-top: 150px;
  width: 530px; 
}
.caption-outer{
  position: absolute;
  top: 0;
  left: 0%;
}
.caption.bottom.left{
  /*bottom: 20%;*/
}
.caption.bottom.left.offset-left-1{
  /*left: 0%;*/
}
.caption.top.left{
  /*padding-top: 75px;*/
}
.caption p{
  margin: 0;
  padding: 0;
}
.banner-link{
  font: 20px/34px 'Brawler', serif;
  color: #FFF;
  margin-top: 20px;
  display: block;
  background: url('images/arrow-left.png') no-repeat right center;
  float: left;
  padding-right: 43px;
  background-size: 20px;
}
.banner-link:hover{
  color: #FFF;
  text-decoration: none;
}
/* banner */
.banner { position: relative; overflow: auto; width: 100%; height: 100%; padding-top: 63px; min-height: 400px;}
.banner ul { list-style: none; margin: 0; padding: 0; padding-top: 15px; position: relative; }
.banner ul li { 
  float: left; 
  height: 100%; 
  width: 100%; 
  position: relative; 
  background-size: cover !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}
.slide {
background: url('images/banner-2.jpg') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.slide{
  background-repeat: no-repeat;
  background-position: center center;
}
.slide .caption{
  margin-left: 20px;
}
.control {
position: absolute;
bottom: 10px;
}
.dots {
  position: absolute;
  top: 50%;
  right: 6%;
  list-style: none;
}
.dots li {
background: #fff;
cursor: pointer;
border-radius: 50px;
height: 10px;
width: 10px;
text-indent: 999px;
overflow: hidden;
padding: 0;
display: block;
margin: 0 0 7px 0;
clear: both;
}
.dot.active{
  background: #e0c023;
}
/*about page*/
.stage3 h1{
  font: 29px/29px Arial, Helvetica, sans-serif;
  color: #000;
}
.aside-nav{
    width: 100%;
    background: #87bbd6;
    margin-top: 5px;
    display: none;
  }
 .aside-nav ul{
    padding: 0 15px;
    margin: 0;
    list-style: none;
  }
 .aside-nav ul li a{
  font: 18.67px/18.67px 'Brawler', serif;
  color: #FFF;
  padding: 20px 0;
  display: block;
  border-bottom: #FFF 1px solid;
  text-decoration: none;
 }
 .aside-nav ul li a.current{
  color: #000;
 }
 .aside-nav ul li:last-child a{
  border-bottom: none;
 }
 .aside-nav ul li a:active, .aside-nav ul li a:hover, .aside-nav ul li.current a{
  color: #000000;
 }
.intro-content{
  color: #d25446;
  font: 26.67px/37.33px 'Brawler', serif;
}
.main-content{
  font: 14.67px/18.67px Arial, Helvetica, sans-serif;
  color: #333;
}
.main-content{
  /*margin-bottom: 100px;*/
}
.content-inner{
  padding-top: 20px;
}
.content-inner ul{
  list-style: none;
  padding: 0;
  display: inline-block;
}

.content-inner ul li{
  float: left;
  line-height: 24px;
}
.intro-content h1{
  margin-bottom: 50px;
  text-transform: uppercase;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.stage3{
  /*height: 900px !important;*/
  padding-bottom: 0;
  padding-top: 100px;
  height: auto;
}
.list-title{
  padding-bottom: 0px;
  margin-bottom: 0;
}
.content-inner .list-full li{
  list-style: disc;
  width: 100%;
}
.content-inner .list-full{
  margin-left: 20px;
}
/* product page */
.stage4{
  padding-top: 78px;
  overflow: hidden;
}
.product-inner-wrap{
  border-bottom: #FFF 1px solid;
  overflow: hidden;
  background: url('images/product-intro-xlg1.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.product-inner-wrap .product-intro-txt{
  display: none;
}
.product-thumb ul{
  list-style: none;
}
.product-intro img, .product-thumb img{
  width: 100%;
}
.product-intro img{
  height: 100%;
}
.product-thumb ul{
  margin: 0;
  padding: 0;
}
.product-thumb ul li{
  float: left;
  width: 33.33333333333333%;
}
.no-border-bottom{
  border-bottom: 0 !important;
}
.product-intro {
  position: relative;
}
.product-intro-txt{
  position: absolute;
  bottom: 0;
  left: 20px;
  font: 18px/20px 'Brawler', serif;
  width: 90%;
  color: #FFF;
}
.product-thumb li a{
  position: relative;
  display: block;
}
.product-thumb .caption{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font: 13px/15px 'Brawler', serif;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.8) url('images/arrow.png') no-repeat 99% center;
  background-size: 8%;
}
.product-thumb ul li{   
  width: 33.33333333333333%;
}
.process-box{
  padding: 0 50px;
}
/* process stage 5*/
.stage5{
  padding-top: 70px;
}
h1{
  font: 58.65px/58.65px 'Brawler', serif;
  color: #d25446;
}
.process-box h2{
  text-transform: uppercase;
}
.stage5 h1, .process-box{
  text-align: center;
}
.process-box p{
  color: #000;
  font: 12px/18px Arial, Helvetica, sans-serif;
}
.process-box img{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.process-box img:hover{
  -webkit-transform: rotate(360deg); 
  -moz-transform: rotate(360deg); 
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg); 
}
/* Contact us */
.stage6{
  width: 100%;
  min-height: 100%;
  background: #d25446;
  position: fixed;
  z-index: 0;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  margin-top: 77px;
}
.stage6 h1{
  color: #FFF;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-content .contact-box, .main-content .form-row label{
  color: #000;
}
.contact-box{
  color: #FFF;
  font: 14px/18px Arial, Helvetica, sans-serif;
  float: left;
  width: 100%;
}
.contact-box .icon{
  width: 45px;
  display: inline-block;
}
.contact-box-wrap{
  overflow: hidden;
}
.close{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.contact-form{
  margin-top: 68px;
  clear: both;
  margin-bottom: 30px !important;
  padding-bottom: 40px;
  overflow: hidden;
}
.form-row{
  padding-bottom: 15px;
}
.form-row label{
  width: 100%;
  display: inline-block;
  font: 16px/16px Arial, Helvetica, sans-serif;
  color: #FFF;
}
.form-row input{
  width: 100%;
  border: none;
  height: 32px;
  font: 14px/32px Arial, Helvetica, sans-serif;
  padding: 0 10px;
  outline: none;
}
.form-row textarea{
  width: 100%;
  border: none;
  height: 170px;
  font: 14px/18px Arial, Helvetica, sans-serif;
  padding: 0 10px;
  outline: none;
}
.wpcf7-form-control-wrap {
  display: inline-block;
}
.submit{
  position: relative;
}
.submit-btn{
  color: #FFF;
  background: #000;
  border: none;

  width: 138px !important;
  height: 29px !important;
  font: 16px/29px 'Brawler', serif !important;
  padding-right: 27px !important;
}
.submit-arrow {
  position: absolute;
  left: 125px;
  top: 4px;
}
span.wpcf7-not-valid-tip {
  color: #333;
}

#stage6{
-webkit-transition: all 0.8s cubic-bezier(0.300, 0.215, 0.490, 0.975); 
   -moz-transition: all 0.8s cubic-bezier(0.300, 0.215, 0.490, 0.975); 
     -o-transition: all 0.8s cubic-bezier(0.300, 0.215, 0.490, 0.975); 
        transition: all 0.8s cubic-bezier(0.300, 0.215, 0.490, 0.975); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.300, 0.215, 0.490, 0.975); 
   -moz-transition-timing-function: cubic-bezier(0.300, 0.215, 0.490, 0.975); 
     -o-transition-timing-function: cubic-bezier(0.300, 0.215, 0.490, 0.975); 
        transition-timing-function: cubic-bezier(0.300, 0.215, 0.490, 0.975); /* custom */
}
#stage6.hide{
  right: -100%;
}

/* inner pages */
.inner-stage{
  padding-top: 100px; 
}
.sec-title{
  border-bottom: #000 1px solid;
  position: relative;
  margin-bottom: 25px;
}
.sec-title h1{
  margin: 20px 0 6px 0;
  padding: 0;
  text-transform: uppercase;
}
.design-option{
  position: absolute;
  right: 0;
  top: 10px;
  font: 12px/25px Arial, Helvetica, sans-serif;
}
.design-option.layout{
  top: 2px;
}
.design-option, .design-option a{
  color: #000;
  text-decoration: none;
}
.design-option a.selected{
  color: #d25446;
}
.design-option a{
  margin-left: 10px;
}
.design-option.layout a{
  margin-left: 6px;
}
.product-box-wrap{
  width: 100%;
}
.product-box{
  position: relative;
  border: #FFF 1px solid
}
.product-box.contemporary{
  display: none;
}
.product-box img{
  width: 100%;
}
.product-box .caption{
  position: absolute;
  bottom: 0;
  left: 0;
  font: 16.67px/16.67px Arial, Helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 22px 15px 0 15px;
}
.product-box .caption .product-name{
  float: left;
} 
.product-box .caption .product-price{
  float: right;
  color: #FFF;
  font: normal 16.67px/16.67px Arial, Helvetica, sans-serif;
} 
.detial-img{
  text-align: center;
}
.detial-img img{
  /*width: 100%;*/
  max-width: 100%;
}
.product-des{
  margin-top: 35px;
}
.product-title{
  font: bold 18.66px/18.66px Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 8px 0;
}
.product-price{
  font: bold 16px/16px Arial, Helvetica, sans-serif;
  color: #d25446;
  margin: 0 0 8px 0;
}
.product-des-inner{
  font: 14px/23px Arial, Helvetica, sans-serif;
  color: #000;
  margin-top: 35px;
}
.product-des-inner p{
  margin-bottom: 35px;
}
/* Responsive */
@media only screen and (max-device-width: 480px) {
  .banner .caption{
    font: 26px/26px 'Brawler', serif;
  }
  .banner .banner-link{
    font: 20px/23px 'Brawler', serif;
  }
  .product-thumb .caption{
    font: 11px/11px 'Brawler', serif;
    padding-right: 30px;
    background-size: 5%;
  }
  .product-thumb li{    
    width: 100% !important;
  }
  .product-intro{
    /*height: 70%;*/
  }
  .product-intro-txt{
    font-size: 15px;
    line-height: 18px;
  }
  .product-intro img{
    height: 100%;
  }
  h1{
    font-size: 30px;
  }
  .intro p{
    font: 23px/35px 'Brawler', serif;
  }
  .contact-box{
    width: 100%;
    margin-bottom: 20px;
  }
  .stage6{
    padding-top: 20px;
  }
  .stage6 h1{
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 598px) {
  .product-thumb .caption{
    font: 11px/11px 'Brawler', serif;
    padding-right: 30px;
  }
  .design-option{
    position: absolute;
    right: 0;
    top: 10px;
    font: 15px/18.67px Arial, Helvetica, sans-serif;
  }
  .design-option a{
    margin-left: 25px;
  }
  .product-box, .grid-sizer {
    width: 50%;
    float: left;
  }
  .address-box{
    width: 60%;
  }
  .social-box{
    width: 40%;
  }
  .stage6{
    padding-top: 20px;
  }
  .stage6 h1{
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .container, .header-container, .caption-outer{
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner-link{
    background-size: 30px;
  }
  .detial-img{
    width: 40%;
    padding: 18px 23px;
    border: #000 1px solid;
    float: left;
  }
  .product-des{
  float: right;
  width: 55%;
  margin-top: 0;
  }
  .detial-img img{
    width: 100%;
    max-width: 100%;
  }
  .header{
    background: #FFF;
  }
  .caption-outer{
    position: absolute;
    top: 0;
    left: 50%;
  margin-left: -375px;
  height: 100%;
  }
  .stage1, .stage2{
  background: url('images/bg.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .caption.top.left{
    padding-top: 75px;
  }
  .caption.bottom.left.offset-left-1{
    left: 10%;
  }
  .caption.bottom.left{
    bottom: 20%;
  }
  .aside-nav{
    float: left;
    width: 200px;
    background: #87bbd6;
  }
  .content-inner ul li{
    width: 50%;
  }
  .product-inner-wrap .product-intro-txt{
    display: block !important;
  }
  .product-intro-txt{
    font: 30px/32px 'Brawler', serif;
  }
  .product-intro{
    display: none;
    float: left;
    width: 72.9375%;
    position: relative;
    /*left: -27.0625;*/
    border-right: #FFF 2px solid;
  }
  .product-inner-wrap{
    position: relative;
  }
  .product-inner-wrap .product-intro-txt{
    position: absolute;
  }
  .product-thumb{
    width: 27.0625%;
    float: left;
  }
  .product-thumb ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .product-thumb ul li{
    height: 33.33333333333333%;
    overflow: hidden;
    border-bottom: #FFF 2px solid;
    width: 100%;
    border-left: #FFF 2px solid;
    position: relative;
  }
  .product-intro img, .product-thumb img{
    width: 100%;
  }
  .product-thumb img{
    /*height: 312px;  */
  }
  .product-intro-txt{
    position: absolute;
    bottom: 10%;
    left: 5%;
    font: 30px/32px 'Brawler', serif;
    width: 450px;
    color: #FFF;
  }
  .stage3{
    padding-bottom: 417px;
    min-height: 120%;
  }
  .stage5{
    padding-top: 117px;
  }
  .stage5 h1{
    margin-bottom: 75px;
  }
  .process-box{
    width: 33.33333333333333%;
    float: left;
    min-height: 440px;
  }
  .process-box img{
    margin-bottom: 12px;
  }
  .stage6{
    padding: 50px;
  }
  .stage6, .contact-box{
    width: 50%;
  }
  .address-box{
    width: 60%;
  }
  .social-box{
    width: 40%;
  }
  .contact-form{
    margin-top: 40px;
    clear: both;
  }
  .form-row{
    padding-bottom: 15px;
  }
  .form-row label{
    width: 100px;
    display: inline-block;
    font: 16px/16px Arial, Helvetica, sans-serif;
    color: #FFF;
    vertical-align: top;
  }
  .form-row input{
    width: 300px;
    border: none;
    height: 32px;
    font: 14px/32px Arial, Helvetica, sans-serif;
    padding: 0 10px;
  }
  .form-row textarea{
    width: 435px;
    height: 130px;
    padding: 5px;
    line-height: 18px;
  }
  .product-box, .grid-sizer {
    width: 33.3333333%;
    float: left;
  }
}
@media (min-width: 992px) {
  .container, .header-container, .caption-outer{
    width: 970px;
  }
  .caption-outer{
    position: absolute;
    top: 0;
    left: 50%;
  margin-left: -485px;
  height: 100%;
  }
  .product-intro-txt{
    left: 8%;
  }
  .aside-nav{
    width: 165px;
    display: block;
  }
  .aside-nav ul li a{
    font: 13px/13px 'Brawler', serif;
    padding: 15px 0;
  }
  .main-content{
    width: 760px;
    float: right;
  }
  .process-box h2{
    font-size: 14px;
  }
  .stage6{
    padding-top: 20px;
  }
  .stage6 h1{
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
}
/* for large and desktop */
@media (min-width: 1200px) {
  .container, .header-container, .caption-outer{
    width: 1170px;
  }
  .intro-content h1{
    margin-bottom: 0;
  height: 77px;
  }
  .stage3{
      background: url('/images/woll-bg2.png') no-repeat left bottom fixed;
    background-size: 35%;
  }
  .caption-outer{
    width: 1170px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -585px;
    height: 100%;
  }
  .logo img{
    width: 165px;
  }
  .main-content{
    width: 885px;
    float: right;
  }
  .aside-nav{
    width: 165px;
  }
  .aside-nav ul li a{
    font: 13px/13px 'Brawler', serif;
    padding: 15px 0;
  }
  .intro-content{
    width: 290px;
    text-align: right;
    float: left;
    margin-right: 20px;
  }
  .content-inner{
    width: 575px;
    float: left;
    padding-top: 0;
    margin-top: -4px;
  }
  .subpage-title-container{
    width: 290px;
  }
  .subpage-title-inner{
    width: 219px;
    float: right;
  }
  .subpage-title{
    text-align: right;
  }
  .content-inner .list-full{
    padding: 0 0 0 30px;
    margin: 0;

  }
  .content-inner .list-full li{
    width: 100%;
    list-style: disc;
  }
  .product-thumb .caption{
    font: 21px/21.33px 'Brawler', serif;
    padding: 15px 12px;
    background: url('images/arrow.png') no-repeat 97% center;
    background-size: 5%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.5s ease;
  }
  .product-thumb .caption:hover{
    background-color: #e0c023;
  }
}

/*for extra large screen*/
@media (min-width: 1600px) {
/*@media (min-width: 1420px) {*/
  .container, .header-container, .caption-outer{
    width: 1420px;
  }
  .stage3, .inner-stage{
    padding-top: 120px;
  }
  .caption-outer{
    width: 1420px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -710px;
    height: 100%;
  }
  .main-content{
    width: 1085px;
    float: right;
  }
  .intro-content{
    width: 295px;
    float: left;
    text-align: right;
    color: #d25446;
    font: 26.67px/37.33px 'Brawler', serif;
  }
  .content-inner{
    float: left;
    width: 770px;
  }
  .intro-content h1{
    margin-bottom: 58px;
  }

  .logo img{
    width: 100%;
  }
  .aside-nav {
    width: 200px;
  }
  .aside-nav ul li a{
    font: 18.67px/18.67px 'Brawler', serif;
    color: #FFF;
    padding: 20px 0;
    display: block;
    border-bottom: #FFF 1px solid;
    text-decoration: none;
   }
  .intro-content{
    width: 290px;
    text-align: right;
    float: left;
    margin-right: 20px;
  }
  .content-inner{
    padding-top: 100px;
  }
  .process-box p{
    font: 14.67px/18px Arial, Helvetica, sans-serif;
  }
  .contact-box{
    color: #FFF;
    font: 16px/19px Arial, Helvetica, sans-serif;
  }
  .product-intro-txt{
    left: 19%;
  }
}

@media (max-width: 1120px) {
  .intro {
    width: 80%;
    height: auto;
    background: #000;
    font: 30px/50px 'Brawler', serif;
    color: #FFF;
    text-align: center;
    padding: 5px 15px;
  }
  .caption{
    font: 30px/33px 'Brawler', serif;
  }
}
@media (max-width: 767px) {
  .container, .header-container, .caption-outer{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro{
    font-size: 25px;
    line-height: 35px;
    /*width: 70%;
    position: absolute;
    left: 65%;*/

  }
  .intro p{
    /*padding: 5px 20px;*/
  }
  .caption{
    width: 100%;
  }
}
@media (max-width: 991px) {
  .process-box{
    width: 100%;
  }
  .header{
    position: fixed;
    z-index: 1;
  }
  .navbar-nav{
    display: none;
  }
  .sm-nav{
    display: block;
    /*position: relative;*/
  }
  .navbar-toggle{
    width: 40px;
    height: 40px;
    border: none;
    margin-top: 15px;
    background: #f9f9f9 url('images/nav-icon.gif') no-repeat center center;
    outline: none;
  }
  .nav{
    position: absolute;
    top: 77px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .nav.open{
    
  }
  .sm-nav .nav li{
    width: 100%;
    display: block;
    background: #FFF;
    padding: 0;
    margin: 0;
  }
  .sm-nav .nav li a{
    color: #666;
    padding: 20px;
    display: block;
    width: 100%;
    border-top: #EEE 1px solid;
  }
  .sm-nav .nav li a:hover{
    text-decoration: none;
    background: #e0c023;
    color: #FFF;
  }
}
@media (min-width: 992px){
  .sm-nav{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {

}
@media (max-width: 767px) {
 
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {
  .aside-nav{
    display: block;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
.stage1, .stage2{
  background: url('images/bg.jpg') no-repeat center center scroll;
  }
}
.product-box-wrap .contact-form .form-row input, .product-box-wrap .contact-form .form-row textarea{
  border: #CCC 1px solid;
}