body {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

*{
  max-height:100000em;
}

.container {
  width: 1170px;
}

::-webkit-input-placeholder {
  color: #afafaf;
}

::-moz-placeholder {
  opacity: 1;
  color: #afafaf;
}

:-moz-placeholder {
  color: #afafaf;
}

:-ms-input-placeholder {
  color: #afafaf;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
a {
  color: #23a1d1;
}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
}
#top #currency .currency-select {
  text-align: left;
}
#top #currency .currency-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #FFF;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}
/* OPT START */
body.opt-page .modal-dialog{
  width: 540px;
}
body.opt-page .modal form label.error{
  position: static;
  width: 100%;
  height: auto;
  color: red;
  background: none;
  padding: 16px 0 0;
}
body.opt-page .modal form .row{
  position: relative;
  margin: 0 0 15px;
}
body.opt-page .modal form .row-box{
  padding: 10px 0 0;
}
body.opt-page .modal form .row-box button{
  cursor: pointer;
}
body.opt-page .modal form label.block{
  z-index: 9;
  left: 2px;
  top: 1px;
  position: absolute;
  width: 38px;
  height: 38px;
  margin: 0;
  border-right: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3', GradientType=0);
}
body.opt-page .modal form label.name:before{
  content: '';
  background: url("../image/sprite.png") no-repeat -83px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 18px;
  margin: -9px 0 0 -7px;
}
body.opt-page .modal form label.phone:before{
  content: '';
  background: url("../image/sprite.png") no-repeat -102px -1px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px
}
body.opt-page .modal form label.email:before{
  content: '';
  background: url("../image/sprite.png") no-repeat -122px -4px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px
}
body.opt-page .modal form label.country:before{
  content: '';
  background: url("../image/sprite.png") no-repeat -145px 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px
}
body.opt-page .modal form .form-control{
  height: 40px;
  padding: 3px 10px 3px 50px;
}
body.opt-page .modal form textarea.form-control{
  height: auto;
  padding: 10px 12px;
}

body.opt-page .modal form .form-group.label-select .control-label {
  color: #999;
  font-size: 13px;
  line-height: 36px;
  float: left;
  margin: 0;
}

.intro-option{
  padding: 0 15px;
  margin: 0 0 20px;
  position: relative;
}
.intro-option input{
  width: 100%;
  color: #333;
  font-size: 22px;
  font-weight: 300;
  line-height: 44px;
  height: 44px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.intro-option span{
  position: absolute;
  right: 30px;
  top: 4px;
  font-size: 24px;
}
.header-opt{
  padding: 40px 0 0;
  background: #fff;
  border:none;
}
.header-holder{
  overflow: hidden;
}
.header-opt .list-unstyled li{
  display: block;
  padding: 0;
  margin: 0 0 6px;
}
.header-opt .list-unstyled li a{
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #414447;
}
.header-opt .list-unstyled li a:hover{
  color: #f5ad88;
  text-decoration: none;
}
.header-opt .town-box{
  float: left;
  color: #414447;
  padding: 12px 0 0;
}
.header-opt .town-box+.town-box{
  margin: 0 0 0 54px;
}
.header-opt .town-box .town{
  display: block;
  padding: 0 0 0 15px;
  background: url("../image/address-icon.png") no-repeat 0 50%;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-opt .town-box .tel{
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
.header-opt .town-box .email{
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.logo-opt{
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  width: 301px;
  height: 79px;
  /*background: url("../image/opt-logo.png") no-repeat;*/
  margin: 0 30px 0 0;
}
.logo-opt a{
  display: block;
  height: 100%;
}
.header-opt .btn-navigation{
  border:1px solid #ededed;
  position: relative;
  top: 35px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-opt .btn-navigation:after{
  content: '';
  display: block;
  clear:both;
}
.header-opt .nav-btn{
  font-size: 13px;
  line-height: 73px;
  color: #414447;
  text-transform: uppercase;
  float: left;
  cursor: pointer;
  position: relative;
  padding: 0 19px;
  margin: 0 0 0 23px;
}
.header-opt .nav-btn:first-child:before{
  background: none;
}
.header-opt .nav-btn:first-child{
  margin: 0;
}
.header-opt .nav-btn:before{
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  background: #e6e6e6;
  width: 1px;
  height: 24px;
  margin: -12px 0 0;
}
.header-opt .nav-btn:hover:after{
  content:'';
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  background: #f3955f;
  height: 5px;
}
.header-opt .nav-btn .free-icon{
  display: inline-block;
  vertical-align: middle;
  background: url("../image/btn-decor.png") no-repeat;
  width: 10px;
  height: 10px;
}
.header-opt .nav-btn i{
  font-size: 12px;
}
.header-opt .nav-btn .fa-phone,
.header-opt .nav-btn .fa-eye,
.header-opt .nav-btn .fa-calculator{
  position: relative;
  top: 2px;
}
.header-opt .nav-btn span,
.header-opt .nav-btn a{
  display: inline-block;
  vertical-align: middle;
  color: #414447;
}
.wrap-box{
  width: 100%;
  overflow: hidden;
}
.opt-information{
  background: url("../image/opt-bg.jpg") no-repeat 50% 0;
  padding: 40px 1100px 0;
  margin: 0 -1100px 50px;
  border-bottom:1px solid #c9c9c9;
  border-radius: 0 0 50% 50% / 0 0 100% 100%
}
.opt-information.about {
  border: none;
  margin-bottom: 0;
}
.opt-information .breadcrumb{
  margin: 0 0 120px;
}
.opt-information .breadcrumb a{
  color: #fff;
}
.opt-information section#content h1{
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 56px;
  background: #fff;
  position: relative;
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
  padding: 5px 16px 6px 14px;
}
.opt-information h1:after{
  content:'';
  position: absolute;
  top: 0;
  left: -56px;
  background: url("../image/logo-decor.jpg") no-repeat;
  width: 55px;
  height: 55px;
}
.opt-information .text-holder{
  width: 706px;
  margin: 0 auto 120px;
}
.opt-information .page.information .text-holder .description{
  background: rgba(65,68,71,0.8);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 56px;
  padding: 15px;
}
.opt-information .trigger-list{
  margin: 0;
  padding: 0 0 180px;
  list-style: none;
  overflow: hidden;
  text-align: center;
  color: #363636;
}
.opt-information .trigger-list li{
  float: left;
  width: 205px;
  padding: 206px 0 0;
  position: relative;
}
.opt-information .trigger-list li+li{
  margin: 0 0 0 104px;
}
.opt-information .trigger-list li:after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../image/trigger-image.png") no-repeat;
  width: 205px;
  height: 206px;
}
.opt-information .trigger-list li.item-2:after{
  background-position: -236px 0;
}
.opt-information .trigger-list li.item-3:after{
  background-position: -475px 0;
}
.opt-information .trigger-list li.item-4:after{
  background-position: -715px 0;
}
.opt-information .trigger-list li strong{
  font-size: 40px;
  line-height: 42px;
  display: block;
  margin: 0 0 10px;
}
.opt-information .trigger-list li span{
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}
.opt-information .price-holder{
  margin: 0 0 20px;
}
.opt-information .price-holder .text-box .title-box{
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #363636;
  margin: 0 0 20px;
  display: block;
}
.opt-information .price-holder .text-box .title-box em{
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
}
.opt-information .price-holder .currency-block .label-text{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 22px;
  color: #363636;
  margin: 0 8px 0 0;
}
.opt-information .price-holder .currency-block .value{
  font-size: 20px;
  line-height: 22px;
  color: #c96943;
  padding: 3px 6px 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.opt-information .price-holder .currency-block .value.active{
  color: #363636;
  border:1px dashed;
  font-weight: bold;
}
.opt-information .price-holder .price-box{
  background: url("../image/price-bg.png") no-repeat 50% 95px;
  position: relative;
  height: 675px;
  margin: 0 0 60px;
  padding: 95px 0 0;
  top: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.opt-information .price-holder.animation .price-box{
  top: 0;
  opacity: 1;
}
.opt-information .price-holder .price-box:after{
  content:'';
  position: absolute;
  top: 152px;
  left: 50%;
  background: url("../image/price-decor-1.png") no-repeat;
  width: 209px;
  height: 213px;
  margin: 0 0 0 -150px;
}
.opt-information .price-holder ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
.opt-information .price-holder ol li{
  position: absolute;
  max-width: 200px;
  z-index: 10;
  padding: 0 0 0 22px;
}
.opt-information .price-holder ol li span{
  font-size: 20px;
  line-height: 22px;
  color: #363636;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.opt-information .price-holder ol li strong{
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  color: #c96943;
}
.opt-information .price-holder ol li a.download-price{
  font-size: 20px;
  line-height: 22px;
  color: #c96943;
  text-decoration: underline;
}
.opt-information .price-holder ol li a.download-price:not(.active){
  display: none;
}
.opt-information .price-holder ol li a.download-price:hover{
  text-decoration: none;
}
.opt-information .price-holder ol li a.download-catalog{
  color: #c96943;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
}
.opt-information .price-holder ol li a.download-catalog:not(.active){
  display: none;
}
.opt-information .price-holder ol li a.download-catalog:hover{
  text-decoration: underline;
}
.opt-information .price-holder ol li.item-1{
  top: 130px;
  left: 0;
}
.opt-information .price-holder ol li.item-1:after{
  /*content:'';
  position: absolute;
  top: -15px;
  left: 186px;
  background: url("../image/price-decor-5.png") no-repeat;
  width: 118px;
  height: 149px;*/
}
.opt-information .price-holder ol li.item-1:before{
  content:'';
  position: absolute;
  top: -310px;
  left: 133px;
  background: url("../image/price-decor-8.png") no-repeat;
  width: 231px;
  height: 199px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.opt-information .price-holder.animation ol li.item-1:before{
  top: 110px;
}
.opt-information .price-holder ol li.item-2{
  bottom: 0;
  left: 40%;
}
.opt-information .price-holder ol li.item-2:after{
  /*content:'';
  position: absolute;
  top: -304px;
  left: 30px;
  background: url("../image/price-decor-2.png") no-repeat;
  width: 118px;
  height: 149px;*/
}
.opt-information .price-holder ol li.item-2:before{
  content:'';
  position: absolute;
  top: -218px;
  left: -186px;
  background: url("../image/price-decor-7.png") no-repeat;
  width: 400px;
  height: 190px;
}
.opt-information .price-holder ol li.item-3{
  top: 130px;
  right: -33px;
  top: 130px;
  max-width: 250px;
  padding: 0 0 0 50px;
  width: 100%;
}
.opt-information .price-holder ol li.item-3 span{
  left: 25px;
}
.opt-information .price-holder ol li.item-3:after{
  /*content:'';
  position: absolute;
  top: 10px;
  left: -80px;
  background: url("../image/price-decor-4.png") no-repeat;
  width: 118px;
  height: 149px;*/
}
.opt-information .price-holder ol li.item-3:before{
  content:'';
  position: absolute;
  top: 0;
  left: -104px;
  background: url("../image/price-decor-9.png") no-repeat;
  width: 163px;
  height: 145px;
}
.opt-information .price-holder.animation ol li.item-3:before{
  top: 130px;
}
.opt-information .price-holder ol li.item-4{
  right: 270px;
  top: -20px;
  width: 100%;
  max-width: 200px;
}
.opt-information .price-holder ol li.item-4:after{
  /*content:'';
  position: absolute;
  top: 10px;
  left: -190px;
  background: url("../image/price-decor-3.png") no-repeat;
  width: 118px;
  height: 148px;*/
}
.opt-information .price-holder ol li.item-4:before{
  content:'';
  position: absolute;
  top: -122px;
  left: -215px;
  background: url("../image/price-decor-6.png") no-repeat;
  width: 224px;
  height: 220px;
}
.opt-information .price-holder.animation ol li.item-4:before{
  top: -22px;
}
.opt-information .price-holder ol li.item-1:after,
.opt-information .price-holder ol li.item-2:after,
.opt-information .price-holder ol li.item-3:after,
.opt-information .price-holder ol li.item-4:after{
  opacity: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
}
.opt-information .price-holder ol li.item-1:before,
.opt-information .price-holder ol li.item-2:before,
.opt-information .price-holder ol li.item-3:before,
.opt-information .price-holder ol li.item-4:before{
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.opt-information .price-holder.animation ol li.item-1:after,
.opt-information .price-holder.animation ol li.item-2:after,
.opt-information .price-holder.animation ol li.item-3:after,
.opt-information .price-holder.animation ol li.item-4:after{
  opacity: 1;
}
.how-we-work{
  margin: 0 0 50px;
}
.how-we-work .information img{
  max-width: 100%;
  width: 100%;
}
.how-we-work .title-box{
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 42px;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.how-we-work .steps-holder{
  overflow: hidden;
}
.how-we-work .steps-holder .step-box {
  width: 555px;
  border:1px solid #dadada;
  border-radius: 10px;
  padding: 0 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  /*height: 74px;*/
  overflow: hidden;
  position: relative;
  transition: height .6s .0s ease;
  -webkit-transition: height .6s .0s ease;
}
.how-we-work .steps-holder .step-box+.step-box{
  float: right;
}
.how-we-work .steps-holder .step-box .title {
  outline: none;
  text-decoration: none;
}
.how-we-work .steps-holder .step-box .title:hover,
.how-we-work .steps-holder .step-box .title:focus {
  outline: none;
  text-decoration: none;
}
.how-we-work .steps-holder .step-box .title,
.how-we-work .steps-holder .step-box .bottom-title {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #f3955f;
  margin: -1px -49px 40px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 12px 0;
  border-bottom: 1px solid #dadada;
}
.how-we-work .steps-holder .step-box .bottom-title {
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
  text-transform: inherit;
}
.how-we-work .steps-holder .step-box+.step-box .title,
.how-we-work .steps-holder .step-box+.step-box .bottom-title{
  background: #c96943;
}
.how-we-work .steps-holder .step-box .title em{
  font-style: normal;
  font-size: 17px;
  line-height: 19px;
  display: block;
  text-transform: none;
}
.steps-holder .step-box > ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 20px;
  color: #363636;
  position: relative;
}
.steps-holder .step-box > ul::after{
  display: block;
  content:'';
  clear: both;
}
.steps-holder .step-box > ul > li{
  position: relative;
  padding:0 0 50px 140px;
  float: left;
  line-height: 101px;
}
.steps-holder .step-box > ul > li  ul{
  padding: 0;
  margin: 10px 0 0;
  font-size: 12px;
  list-style: none;
}
.steps-holder .step-box > ul > li  ul li {
  position: relative;
  padding: 0 0 0 10px;
}
.steps-holder .step-box > ul > li  ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  width: 2px;
  height: 2px;
}
.steps-holder .step-box ul > li > .number{
  position: absolute;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #d98555;
  border-radius: 100px;
  top: -12px;
  left: 65px;
  z-index: 1;
}
.steps-holder .step-box ul li .text {
  width: 300px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.steps-holder .step-box ul li .text p {
  font-size: 12px;
  margin-top: 10px;
}
.steps-holder .step-box ul li:after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../image/work-icon.png") no-repeat;
  width: 101px;
  height: 101px;
}
.steps-holder .step-box ul li.item-1:after {
  background-position: -587px 0;
}
.steps-holder .step-box ul li.item-2:after{
  background-position: -479px 0;
}
.steps-holder .step-box ul li.item-3:after{
  background-position: -483px -112px;
}
.steps-holder .step-box ul li.item-4:after{
  background-position: -483px -223px;
}
.steps-holder .step-box ul li.item-5:after{
  background-position: -483px -112px;
}
.steps-holder .step-box ul li.item-6:after{
  background-position: -588px -113px;
}
.steps-holder .step-box ul li.item-7:after{
  background-position: -590px -222px;
}
.steps-holder .step-box ul li.item-8:after{
  background-position: -695px 0;
}
/*.steps-holder .step-box ul li:nth-child(even):before{
	left: auto;
	right: 164px;
}*/
/*.steps-holder .step-box ul li:nth-child(even):before{
	background: url("../image/work-icon.png") no-repeat -161px -166px;
}*/
.steps-holder .step-box ul li.item-4:before{
  background: none;
  width: 0;
  height: 0;
}
.our-advantages{
  background: url("../image/bg-advantages.jpg") no-repeat 50% 0;
  padding: 85px 0 65px;
}
.our-advantages .title-box{
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 60px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.our-advantages ul{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  color: #f3955f;
}
.our-advantages ul > li{
  float: left;
  width: 300px;
}
.our-advantages ul > li p{
  margin: 0;
}
.our-advantages ul > li+li{
  margin: 0 0 0 118px;
}
.our-advantages ul > li .title{
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
  padding: 15px 0 18px 133px;
  position: relative;
}
.our-advantages ul > li.item-2 .title{
  padding: 15px 0 18px 95px;
}
.our-advantages ul > li.item-3 .title{
  padding: 15px 40px 18px 98px;
}
.our-advantages ul > li .title:after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../image/work-icon.png") no-repeat;
}
.our-advantages ul > li.item-1 .title:after{
  background-position: 0 -293px;
  width: 113px;
  height: 92px;
}
.our-advantages ul > li.item-2 .title:after{
  background-position: -140px -301px;
  width: 81px;
  height: 84px;
}
.our-advantages ul > li.item-3 .title:after{
  background-position: -245px -294px;
  width: 80px;
  height: 91px;
}
.our-advantages ul > li ul li{
  margin: 0;
  width: 100px;
}
.our-advantages ul > li ul li .proc{
  display: block;
  font-size: 54px;
  line-height: 56px;
  font-weight: bold;
}
.our-advantages ul > li ul li.sub-item-3 .proc{
  font-size: 42px;
  line-height: 47px;
  margin: 0 0 9px;
}
.our-advantages ul > li ul li .value{
  font-size: 14px;
  line-height: 20px;
}
.our-advantages ul > li ul li .value em{
  font-style: normal;
  display: block;
  font-size: 17px;
}
.our-advantages ul > li ul li.sub-item-1{
  color: #b6552e;
}
.our-advantages ul > li ul li.sub-item-2{
  color: #c96943;
}
.our-advantages ul > li ul li.sub-item-3{
  color: #f3955f;
}
footer.footer-opt{
  background: #000;
  border-top:2px solid #262626;
  padding: 40px 0 0;
}
footer.footer-opt .btn-navigation{
  float: left;
  margin: 0 100px 0 0;
}
footer.footer-opt .nav-btn{
  color: #c96943;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
footer.footer-opt .nav-btn span{
  cursor: pointer;
}
footer.footer-opt .nav-btn span:hover{
  text-decoration: underline;
}
footer.footer-opt .nav-btn+.nav-btn{
  margin: 20px 0 0;
}
footer.footer-opt .nav-btn a{
  color: #c96943;
}
footer.footer-opt .nav-btn a:hover{
  text-decoration: underline;
}
footer.footer-opt nav{
  float: left;
}
footer.footer-opt nav li{
  padding: 0;
}
footer.footer-opt nav li+li{
  margin: 18px 0 0;
}
footer.footer-opt nav li a{
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  color: #9e9e9e !important;
}
footer.footer-opt .town-box{
  float: left;
  color: #e0e0e0;
  margin: 0 0 0 52px;
}
footer.footer-opt .town-box .town{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 0 22px;
  font-weight: 600;
  display: block;
  position: relative;
}
footer.footer-opt .town-box .town:before{
  background: url("../image/sprite.png") no-repeat -34px 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
footer.footer-opt address{
  padding: 0;
  margin: 0 0 33px;
  font-size: 13px;
}
footer.footer-opt .tel{
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #e0e0e0;
  font-weight: 600;
  margin: 0 0 10px;
}
footer.footer-opt .email{
  padding: 0;
  display: block;
}
footer.footer-opt address:before{
  background: none;
  width: 0;
  height: 0;
}
footer.footer-opt .email:before{
  background: none;
  width: 0;
  height: 0;
}
footer.footer-opt .copy{
  margin: 20px 0 0;
  background: #131313;
}
footer.footer-opt .copy p,
footer.footer-opt .developers a,
footer.footer-opt .developers span{
  color: #707070 !important;
}
footer.footer-opt .developers a .devLogo{
  background: url("../image/copyB-2.png") no-repeat;
}
footer.footer-opt .developers a:hover .devLogo{
  background: url("../image/copyB-2.png") no-repeat 0 -36px;
}
/* OPT END */
/* logo */
#logo {
  margin: 0 0 10px 0;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li:first-child {
  max-height: 222px;
  overflow: hidden;
  margin: 0 6px 6px;
  position: relative;
}
#cart .dropdown-menu li .iScrollVerticalScrollbar {
  padding: 0;
  min-width: 4px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  /* padding-bottom: 0; */
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 8px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 11px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 11px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-empty {
  color: #b37a5a;
  text-shadow: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #b37a5a;
  position: relative;
}
.btn-empty span{
  color: #b37a5a;
  position: relative;
}
.btn-empty:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b37a5a;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: transform 300ms cubic-bezier(0.345, 0.005, 0.07, 1);
  z-index: 0;
}
.btn-empty:hover, .btn-empty:active, .btn-empty.active, .btn-empty.disabled, .btn-empty[disabled] {
  color: #fff;
}
.btn-empty:hover span, .btn-empty:hover span, .btn-empty:hover span, .btn-empty:hover span {
  color: #fff;
}
.btn-empty:hover:before, .btn-empty:hover:active, .btn-empty:hover:active, .btn-empty:hover:before {
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}

.btn-full {
  color: #fff !important;
  text-shadow: none;
  background: #b37a5a;
  border-color: #b37a5a;
  border-radius: 0;
  box-shadow: none;
}
.btn-full:hover, .btn-full:active, .btn-full.active, .btn-full.disabled, .btn-full[disabled] {
  color: #fff !important;
  background: #a47152;
}

.btn-white {
  color: #333;
  text-shadow: none;
  background: #fff;
  border-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
.btn-white:hover, .btn-white:active, .btn-whitefull.active, .btn-white-full.disabled, .btn-white[disabled] {
  color: #333;
  background: rgba(255,255,255,0.9);
}

.btn.btn-large{
  font-size:15px;
  font-weight:600;
  line-height:48px;
  text-transform:uppercase;
  text-align:center;
  padding:0 30px;
}
.btn.btn-large .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 18px;
  margin-left: 4px;
  left: 0;
  position: relative;
}
.btn.btn-large:hover .fa {
  left: 6px;
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome, sans-serif;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome, sans-serif;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left  .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3{
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3{
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* START callBack */
#callBack .modal-content {
  background: #fcfdfd;
  border: 3px solid #ac5d28;
  border-radius: 0;
}
#callBack .modal-dialog {
  width: 540px;
}
#callBack .modal-body {
  padding: 0 50px;
}
#callBack .modal {
  display: block;
}
#callBack .modal-header {
  padding: 10px;
  border-bottom: none;
}
#callBack .modal-header {
  padding: 20px 50px 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
#callBack .modal-header .heading{
  color: #333;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
#callBack .modal-header .after-heading{
  color: #666;
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0;
}
#callBack .modal-footer {
  border: none;
  text-align: center;
  padding: 0 50px 30px;
}
#callBack .modal-body {
  padding-bottom: 25px;
  padding-top: 0;
}
#callBack .modal-body .form-group {
  margin-top: 15px;
  margin-bottom: 0;
}
#callBack .modal-body .form-group:first-child {
  margin-top:0;
}
#callBack .container {
  width: 552px !important;
}
#callBack #callMeStatus {
  font-size: 18px;
}
#callBack #callMeStatus:before {
  content: "\f00c";
  color: green;
  font: 21px/1.3 FontAwesome;
  padding-right: 4px;
}
#callBack .close {
  opacity: 1;
  text-indent: -9999px;
  position: absolute;
  z-index: 99;
  outline: none;
  right: -36px;
  top: 0;
  width: 30px;
  height: 30px;
}
#callBack .close i {
  text-indent:-9999px;
  background:url("../image/sprite.png") no-repeat 0 -18px;
  width:15px;
  height:15px;
}
#callBack .close:hover i {
  color: #ec2327;
}
#callBack .form-group {
  position: relative;
}
#callBack .form-group label.control-label {
  font-size: 13px;
  color: #5C5C5C;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#callBack .form-group .col-sm-9 {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: 74%;
}
#callBack .form-group .col-sm-9 input.form-control {
  height: 38px !important;
}
#callBack textarea {
  resize: none;
}
#callBack input.error,
#callBack textarea.error {
  color: #333 !important;
  border: 1px solid red;
}
.modal.in .modal-dialog {
  z-index: 99;
}
/* END callBack */

.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-body:after {
  content:'';
  position:relative;
  clear:both;
}

#topon {
  bottom: 60px;
  right: 50%;
  margin-right: -620px;
  position: fixed;
  z-index: 9999;
}
#topon a span {
  background: url("../image/up-arrow.png") 0 0 no-repeat transparent;
  display: block;
  height: 32px;
  margin-bottom: 7px;
  width: 50px;
  opacity:.7;
}
#topon a span:hover {
  background-position: 0 -32px;
  opacity: 1;
}

.form-horizontal .form-group label.error,
.form-horizontal .form-group.label-on-input label.error {
  position: relative;
  left: 0 !important;
  right: 0;
  top: 5px;
  width: auto;
  background: none;
  height: initial;
  color: #C31414;
  font-size: 13px;
  border: none;
}

.page.information.turnkey .jcf-radio label.error {
  width: 748px;
  display: block;
  position: absolute;
  max-width: inherit;
  top: 58px;
}
#catalog h1{
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 42px;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.btn-catalog-rock-box {
  text-align: center;
  margin: 0 0 20px;
}
.btn-catalog-rock {
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px 40px;
}
