.page_content{
  line-height: 1.45
}

.page_content > *:first-child{
  margin-top: 0;
}

.page_content > *:last-child{
  margin-bottom: 0;
}

.page_content h1{
  line-height: 1;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}

.page_content h2{
  line-height: 1;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.page_content h3{
  line-height: 1.3;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}

.page_content p.big{
  font-size: 18px;
}

.page_content ul{
  list-style: none;
  padding: 0;
}

.page_content li{
  display: block;
  position: relative;
  padding-left: 25px;
}

.page_content li:before{
  content: '';
  position: absolute;
  left:0;
  top: .37em;
}

/**PAGE TO HALF**/
.page{
  display: table;
  width: 100%;
}

.page > *{
  display: table-cell;
  width: 50%;
}

.page > .left{
  vertical-align: top;
  padding: 0 15px 30px 0;
}

.page > .right{
  vertical-align: bottom;
}

.page > .right img{
  display:block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

/**FULL BG**/
.fullbg{
  background-image: url(../layout/bg_blue.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  behavior: url(css/backgroundsize.min.htc);
  position: relative;
  height: 420px;
}

.p_orange .fullbg{
  background-image: url(../layout/bg_orange.jpg);
}

.p_green .fullbg{
  background-image: url(../layout/bg_green.jpg);
}

.p_red .fullbg{
  background-image: url(../layout/bg_red.jpg);
}

.fullbg_inner{
  position: relative;
  display: table;
  table-layout: fixed;
  max-width: 960px;
  width:100%;
  height: 100%;
  margin: 0 auto;
}

.fullbg_inner .desc{
  display:table-cell;
  width: 60%;
  vertical-align: middle;
  color: #fff;
  padding: 10px;
}

.fullbg_inner .image{
  display:table-cell;
  width: 40%;
  vertical-align: bottom;
  padding-top: 10px;
}

.fullbg_inner .image img{
  display: block;
  max-width: 100%;
}

.fullbg_inner .title{
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 1.5em;
  margin: 0
}

.fullbg_inner .title .top{
  display: block;
  margin-bottom: .8em;
}

.fullbg_inner .title .mid{
  font-size:4em;
  display: block;
  line-height: .7;
}

.fullbg_inner .title .btm{
  line-height: 1;
  font-size: 3em;
  display: block;
}

/**PRODUCT DETAIL **/
.pdetail{
  background: #65b1e3;
  color: #fff;
  padding: 15px 0;
}

.p_orange .pdetail{
  background: #f39200
}

.p_green .pdetail{
  background: #85a948
}

.p_red .pdetail{
  background: #e2051b
}

.pdetail .inner{
  display: table;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.pdetail .item{
  display: table-cell;
  width: 25%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 25px 10px 0 10px;
  border-left: 1px solid #b2d8f1;
}

.p_orange .pdetail .item{
  border-left: 1px solid #f9c980
}

.p_green .pdetail .item{
  border-left: 1px solid #c2d4a4
}

.p_red .pdetail .item{
  border-left: 1px solid #f1828d
}

.pdetail .item:first-child{
  border: 0;
}

.pdetail .abs{
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
  left:0;
}

.pdetail strong{
  font-weight: 900;
  font-size: 30px;
  line-height: .9;
  display: inline-block;
}

.pdetail .clear{
  display: none;
}

/**PRODUCT CONTENT**/
.product_content{
  position: relative;
  margin: 20px 0;
}

.product_content > *{
  position: relative;
}

.product_content .right{
  float: right;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
  z-index: 2;
}

.product_content .bigimage{
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

.product_content .bigimage img{
  display:block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

/**SEMI GREY BOX**/
.box_grey {
  color: #fff;
  padding: 30px;
  background:rgb(0,0,0);
  background: transparent\9;
  background:rgba(0,0,0,0.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
  zoom: 1;
}

.box_grey .col3{
  padding-top: 20px;
}

.box_grey h2,
.box_grey h3{
  text-transform: uppercase;
}

.box_grey p{
  margin: 0;
}

.box_grey:nth-child(n) {
  filter: none;
}

/**colored box**/
.box_colored {
  color: #fff;
  padding: 30px;
  background:rgb(101,177,227);
  background: transparent\9;
  background:rgba(101,177,227,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e565b1e3,endColorstr=#e565b1e3);
  zoom: 1;
}

.p_orange .box_colored {
  background:rgb(243,146,0);
  background: transparent\9;
  background:rgba(243,146,0,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5f39200,endColorstr=#e5f39200);
  zoom: 1;
}

.p_green .box_colored {
  background:rgb(133,169,72);
  background: transparent\9;
  background:rgba(133,169,72,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e585a948,endColorstr=#e585a948);
  zoom: 1;
}

.p_red .box_colored {
  background:rgb(226,5,27);
  background: transparent\9;
  background:rgba(226,5,27,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e2051b,endColorstr=#e5e2051b);
  zoom: 1;
}

.box_colored:nth-child(n),
.p_orange .box_colored:nth-child(n),
.p_green .box_colored:nth-child(n),
.p_red .box_colored:nth-child(n){
  filter: none;
}

.box_icon{
  padding-left: 50px;
  position: relative;
}

.box_icon:before{
  content: '';
  position: absolute;
  left:0;
  top: 0;
}

/**BOX CITE**/
.box_cite{
  display: table;
  width: 100%;
}

.box_cite .item{
  display: table-cell;
  width: 50%;
  border-bottom: 9px solid #e4e6ea;
  vertical-align: bottom;
  height: 100%;
}

.box_cite .inner{
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 100%;
  position: relative;
  vertical-align: baseline;
}

.box_cite .image{
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}

.box_cite img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box_cite .desc{
  display: table-cell;
  width: 50%;
  padding: 35px 20px 20px 20px;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.3;
}

.box_cite .author{
  display: block;
  color: #656a73;
  font-size: 14px;
  padding-top: 12px;
}

/**BOX SLIDE (FAQ)**/
.box_slide .item{
  background: #f1f2f4;
  position: relative;
  clear: both;
  transition: background .2s;
}

.box_slide .item:hover{
  background: #e4e6ea;
}

.box_slide .item + .item{
  margin-top: 10px;
}

.box_slide .title{
  display: block;
  margin: 0;
  padding: 14px 50px 14px 20px;
  font-weight: 900;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: color .2s;
}

.box_slide .title:hover{
  color:#e2051b;
}

.box_slide .item > .si{
  position: absolute;
  right:20px;
  top: 20px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: transform .4s, background 0s .4s;
}

.box_slide .item.active > .si{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.no-cssanimations .box_slide .item.active > .si{
  background-position:0 -361px;
}

.box_slide .content{
  padding: 10px 50px 20px 20px;
  display: none;
}

/**PRODUCTS**/
.products_grid .item{
  float: left;
  width: 33.333%;
  display: table;
  height: 250px;
  transition: background .3s;
  color: #000;
}

.products_grid .item:hover{
  background: #f1f2f4
}

.products_grid .item > *{
  display: table-cell;
  vertical-align: middle;
}

.products_grid .image{
  width: 46%;
  padding: 10px;
}

.products_grid .image img{
  display:block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}

.products_grid .desc{
  width: 54%;
  padding-right: 15px;
}

.products_grid .title{
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}

.products_grid .title strong{
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  display: block;
  min-height: 2em;
  margin-bottom: 5px;
}


/**HALF PAGE BOX**/
.box_halfpage{
  display: table;
  width: 100%;
  background: #4f5259;
  color: #fff;
  font-size: 15px;
}

.box_halfpage .left,
.box_halfpage .right{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.box_halfpage .right{
  background: #e2051b;
}

.box_halfpage.togrey .right{
  background: #656a73;
}

.box_halfpage .inner{
  float:right;
  padding: 25px 20px 22px 10px;
  max-width: 480px;
  width: 100%;
}

.box_halfpage .right .inner{
  float:left;
  padding: 25px 10px 22px 20px;
}

.box_halfpage .desc{
  float: left;
  width: 230px;
  vertical-align: top;
  margin-top: -3px;
}

.box_halfpage h2{
  margin: 0 0 3px 0;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}

.box_halfpage p{
  margin: 0;
}

.box_halfpage .form{
  float: left;
  width: 220px;
  position: relative;
}

.box_halfpage button{
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  background: #000;
  width: 40px;
  padding: 0;
  text-align: center;
  height: 100%;
  overflow: visible;
}

.box_halfpage button .si{
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -7px;
}

.box_halfpage input[type="text"], .box_halfpage input[type="email"]{
  color: #000;
  font-size: 13px;
  padding: 10px 50px 9px 18px;
  background:rgb(255,255,255);
  background: transparent\9;
  background:rgba(255,255,255,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
  zoom: 1;
  position: static;
  transition: box-shadow .3s;
}

.box_halfpage input[type="text"]:nth-child(n), .box_halfpage input[type="email"]:nth-child(n) {
    filter: none;
}

.box_halfpage input[type="text"]:focus, .box_halfpage input[type="email"]:focus{
  box-shadow: 0 0 5px rgba(0,0,0,.45);
}

.box_halfpage input::-webkit-input-placeholder {
  color: #000;
}

.box_halfpage input:-moz-placeholder {
  color: #000;
  opacity:  1;
}

.box_halfpage input::-moz-placeholder {
  color: #000;
  opacity:  1;
}

.box_halfpage input:-ms-input-placeholder {
  color: #000;
}

/**MAIN 4 PRODUCTS**/
.box_4products{
  background: #f1f2f4;
}

.box_4products .table{
  width:100%;
  display: table;
}

.box_4products .table > *{
  width:25%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  color: #000;
  transition: color .2s , background .2s;
}

.box_4products h2:hover{
  color: #e2051b;
  background: #e4e6ea
}

.box_4products img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box_4products h2{
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 19px;
  margin: 0;
  padding: 20px 5px 20px 5px;
}

.box_4products h2 span{
  vertical-align: top;
  display: inline-block;
  min-height: 2.2em;
}

/**BOX MAIN BOTTOM**/
.box_mainbtm{
  display: table;
  width: 100%;
  padding-top: 20px;
}

.box_mainbtm .left,
.box_mainbtm .right{
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
}

.box_mainbtm .right{
  vertical-align: middle;
  padding: 15px 10px;
}

.box_mainbtm .left{
  text-align: right;
  padding-right: 50px;
}

.box_mainbtm img{
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}

.box_mainbtm h2{
  font-size:30px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.box_mainbtm .author{
  color: #656a73;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}

.box_mainbtm .stars{
  padding-right: 10px;
  padding-top: 2px;
}

/**STARS**/
.stars{
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

.stars > * + *{
  margin-left:2px;
}

/**VIDEO THUMB**/
.video_thumb{
  display: block;
  border:5px solid #4f5259;
  max-width: 170px;
  position: relative;
}

.video_thumb img{
  width: 100%;
}

.video_thumb .si{
  position: absolute;
  left:50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}

/**FORM**/
input[type="text"],input[type="email"], textarea{
  width: 100%;
  display: block;
  background: #f1f1f2;
  color: #666666;
  font-size: 13px;
  border:0;
  padding: 12px 20px;
  transition: box-shadow .2s;
  position: relative;
  outline: none
}

input[type="text"]:focus, textarea:focus{
  box-shadow: 0 0 2px rgba(0,0,0,.3);
  z-index: 2;
}

/***SLICK ***/
.slick-list{
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-track{
  height: 100%;
}

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}

/**SLIDER**/
.slider_cont{
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #000;
}

.slider_cont.bg1{
  background-image: url(../layout/bg1.jpg);
}

.slider{
  min-height: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 0;
}

.slider img.resp{
  display: none;
}

.slider .item{
  width: 100%;
  float: left;
  overflow: hidden;
  background: #000 url(../layout/bg1.jpg) center center no-repeat;
  background-size: auto 100%;
}

.slider .item.itembg2{
  background-image: url(../layout/bg2.jpg)
}

.slick-list .item{
  display: block;
}

.slider .slick-list{
  height: 100%;
}

.slider .item_inner{
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  height: 420px;
  overflow: visible;
  position: relative;
}

.slider .image{
  position: absolute;
  right: -130px;
  bottom: 0;
  height: 100%;
  width: 709px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.slider_cont .desc{
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  display: table;
  height: 100%;
}

.slider_cont .desc_inner{
  display: table-cell;
  vertical-align: middle;
}

.slider_cont .top{
  text-transform: uppercase;
}

.slider_cont .desc p{
}

.slider_cont h2, .slider_cont .h2{
  line-height: 1;
  font-weight: 900;
  font-size: 61px;
  text-transform: uppercase;
  margin: 20px 0;
}

.slider_cont h2 span, .slider_cont .h2 span{
  font-size:80px;
  display: block;
  color: #e2051b;
  line-height: .7;
}

.snext, .sprev{
  height:40px;
  width:40px;
  position: absolute;
  left: 50%;
  margin-left: -570px;
  text-align: center;
  overflow: hidden;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: .5;
  transition: opacity .2s;
  z-index: 5;
}

.snext{
  margin-left: 530px;
}

.snext:hover, .sprev:hover{
  opacity: 1;
}

.snext .si, .sprev .si{
  top: 10px;
  left: 13px;
  position: absolute;
}

/**BTNS**/
.btn_red,
.btn_redbig{
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  background: #e2051b;
  text-transform: uppercase;
  padding: 18px 44px;
  transition: background .2s;
}

.btn_red{
  font-size: 20px;
  padding: 16px 20px;
}

.btn_red:hover,
.btn_redbig:hover{
  background: #ff1212;
}

.btn_more{
  display: inline-block;
  padding: 13px 23px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background: #e2051b;
  transition: background .2s;
}

.btn_more:hover{
  background: #ff1212;
}

@media only screen and (max-width: 1230px){
  .snext{
    right:0;
    margin-left: 0;
    left: auto;
  }

  .sprev{
    left:0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1040px){
 /* .snext, .sprev{
    display:none;
  }   */
}

@media only screen and (max-width: 980px){
  .box_halfpage .desc{
    float: none;
    width: auto;
    vertical-align: top;
    margin: 0 0 10px 0;
  }

  .box_halfpage .form{
    width: auto;
    float: none;
  }
}

@media only screen and (max-width: 960px){
  .fullbg{
    height: auto;
  }

  .fullbg_inner .title{
    font-size: 15px;
  }


  .slider_cont{
    height: auto;
  }

  .slider img.resp{
    display: block;
    width: 100%;
  }

  .slider .item_inner{
    display: none;
  }

  .slider .item{
    width: 100%;
    float: left;
    overflow: hidden;
    background: none;
    display: none;
  }

  .slider .item:first-child,
  .slider .slick-track .item{
    display: block;
  }
}

@media only screen and (max-width:  900px){
  .products_grid{
    margin: 0 auto;
    max-width: 640px;
  }

  .products_grid .item{
    width: 50%;
  }

  .pdetail strong{
    font-size: 25px;
  }
}

@media only screen and (max-width: 760px){
  .page_content h1{
    line-height: 1.2;
    font-size: 25px;
  }

  .page{
    display: block;
  }

  .page > *{
    display: block;
    width: 100%;
  }

  .page > .left{
    vertical-align: top;
    padding: 0 15px 30px 0;
  }

  .page > .right{
    vertical-align: bottom;
    height: 300px;
  }

  .page > .right img{
    height:100%;
  }

  .fullbg_inner .desc{
    width: 65%;
  }

  .fullbg_inner .image{
    width: 35%;
  }

  .fullbg_inner .title .mid{
    font-size:3em;
    line-height: 1;
  }

  .fullbg_inner .title .btm{
    line-height: 1.1;
    font-size: 2em;
  }

  .pdetail .inner{
   display: block;
  }

  .pdetail .item{
    width: 50%;
    float:left;
    display: block;
    margin: 10px 0;
    vertical-align: top;
    border: 0;
  }

  .pdetail .item + .item{
    border-left: 1px solid #b2d8f1;
  }

  .p_orange .pdetail .item + .item{
    border-left: 1px solid #f9c980
  }

  .p_green .pdetail .item + .item{
    border-left: 1px solid #c2d4a4
  }

  .p_red .pdetail .item + .item{
    border-left: 1px solid #f1828d
  }

  .pdetail .clear{
    display: block;
  }

  .pdetail strong{
    display: table;
    width: 100%;
    height: 2.1em;
  }

  .pdetail strong span{
    display: table-cell;
    vertical-align: middle;
  }

  .product_content .right{
    float: none;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product_content .bigimage{
    position: relative;
    width: auto;
    top: auto;
    left: 0;
    height: 300px;
    z-index: 0;
    overflow: visible;
  }

  .product_content .bigimage img{
    display:block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 140%;
  }

  .box_grey{
    padding-right: 20px;
    padding-left: 20px;
  }

  .box_grey .col3{
    width: 97%;
  }

  .box_colored{
    padding-right: 20px;
    padding-left: 20px;
  }

  .box_colored .col2{
    width: 97%;
  }

  .box_colored .col2 + .col2{
    padding-top: 20px;
  }

  .box_cite{
    display: block;
    width: 100%;
  }

  .box_cite .item{
    display: block;
    width: 100%;
    vertical-align: top;
    height: auto;
  }

  .box_cite .item + .item{
    margin-top: 20px;
  }

  .box_cite .desc{
    font-size: 16px;
  }

  .box_4products .table{
    width:100%;
    display: block;
  }

  .box_4products .table > *{
    width:50%;
    display: block;
    float:left;
    padding-top: 10px;
  }

  .box_4products h2{
    font-size: 16px;
  }

  .box_mainbtm{
    display: block;
    position: relative;
  }

  .box_mainbtm img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
  }

  .box_mainbtm .left{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    height: 190px;
  }

  .box_mainbtm .right{
    display: block;
    width: 100%;
    padding-bottom: 215px;
    text-align: center;
  }
}

@media only screen and (max-width:  640px){
  .products_grid{
    margin: 0 auto;
    max-width: 320px;
  }

  .products_grid .item{
    width: 100%;
    clear: both;
  }
}

@media only screen and (max-width: 600px){
  .fullbg_inner .title{
    padding-bottom: 10px;
  }

  .fullbg_inner .title .mid{
    font-size: 1.9em;
    line-height: 1.1;
  }

  .fullbg_inner .title .btm{
    line-height: 1.2;
    font-size: 1.4em;
  }

  .fullbg_inner .btn_redbig{
    font-size: 16px;
    padding: 10px 15px;
  }

  .box_halfpage{
    display: block;
  }

  .box_halfpage .left,
  .box_halfpage .right{
    display: block;
    width: auto;
    vertical-align: top;
  }

  .box_halfpage .inner,
  .box_halfpage .right .inner{
    float:none;
    padding: 25px 10px 22px 10px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto
  }
}




