/* 
    Document   : main
    Created on : 1 ก.ค. 2556, 11:49:24
    Author     : Administrator
    Description:
    Purpose of the stylesheet follows.
*/

@charset "UTF-8";
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

* { list-style-type: none; }

::selection { background-color: rgb(51, 0 , 0); color: white; }
::-webkit-input-placeholder { /* WebKit browsers */ font-family: 'Calibri'; color: rgba(83,83,83,0.52); font-size: 13px; font-weight: normal; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-family: 'Calibri'; color: rgba(83,83,83,0.52); font-size: 13px; font-weight: normal; }
::-moz-placeholder { /* Mozilla Firefox 19+ */ font-family: 'Calibri'; color: rgba(83,83,83,0.52); font-size: 13px; font-weight: normal; }
:-ms-input-placeholder { /* Internet Explorer 10+ */ font-family: 'Calibri'; color: rgba(83,83,83,0.52); font-size: 13px; font-weight: normal; }

table,tr,td,div { margin: 0px; padding: 0px; }
root { display: block; }
html { font-family: 'Calibri'; font-size: 100%; color: #000; margin:0; padding:0; width: 100% !important; height: 100% !important; background: #f5f5f5; overflow-x: hidden; }
body { margin: 0; padding: 0; }
img,
.makets { /* IE 9 Fix */ -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }

a { text-decoration: none; -o-transition:.35s; -ms-transition:.35s; -moz-transition:.35s; -webkit-transition:.35s;  transition:.35s; }
a:hover { text-decoration: none; }
/*==========================================DEFUALT*/
.left { float:left !important;}
.right { float:right !important;}
.clear { clear:both !important;}
.bold { font-weight: bold !important; }
.line { border:none; background: #ccc; width:100%; height:1px; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }
.txt-just { text-align: justify; }
.pdlr { padding-left: 10px; padding-right: 10px; }
.nopadding { padding: 0; }
/*==========================================COLOR*/
.gray_cl { color: #929292; }
.red { color: red; }
.blue { color: #3198d3; }
.redxl { color: #c43442; }
.bg_gray { background: #fff; }
/*==========================================PADDING*/
/*------------------ HOME -*/
.container-fluid { padding: 0; margin: 0; }
.container-fluid .row { margin: 0 auto; padding: 0 auto; }
.top-header-home { width: 100%; height: auto; background: #262626; }
.top-header-home-inner { width: 1200px; height: auto; line-height: 35px; vertical-align: middle; margin: auto; padding: 0; }
.top-head-text { font-size: 14px; color: rgba(255,255,255,0.5); padding: 0; }
.head-top-icon .right { }
.head-top-icon .right .head-text { width: 140px; margin-top: 15px; font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.2; }
.head-top-icon a { font-family: 'Calibri'; font-size: 14px; color: rgba(255,255,255,0.5); padding-left: 10px; padding-right: 10px; }
.head-top-icon a:hover { text-decoration: underline; }

/* LOGO ------*/
.logo-contain { width: 1200px; height: 110px; margin: 0 auto 0 auto;  }
.logo-text { font-family: 'CooperBT-Medium'; font-size: 72px; line-height: 94px; color: #6c6c6c; }
.logo-text .org { padding-left: 15px; padding-right: 7px; color: #c43442; }
.logo-text .gry { color: #6c6c6c; }
.menu-f-box { display: block; font-family: 'Calibri'; font-size: 14px; margin-right: 15px; }
.menu-f-box .menu-first { margin-top: 15px; text-align: right; color: #585858; line-height: 110px; height: auto; }
.menu-f-box .menu-first a { color: #6c6c6c; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.menu-f-box .menu-first a:hover { color: #c43442; }
.menu-f-box .menu-first-online { color: #c43442; text-align: right; line-height: 25px; }
.menu-f-box .menu-first .first { font-size: 20px; line-height: 1.2; }
.menu-f-box .menu-first .first img { vertical-align: middle; }
.menu-f-box .menu-first .sec { font-size: 48px; line-height: 1.2; }

/* MENU ------*/
.menu-main_resp { display: none; }
.menu-main { display: block; margin: 0 auto 0; width: 100%; height: auto; border-top: 1px solid #fff; padding: 0; border-bottom: 1px solid #fff; background: #c43442; }
.menu-main ul { display: table; width: 1200px; font-family: 'Calibri'; font-size: 18px; color: #fff; text-decoration: none; margin: 0 auto; padding: 0 auto; }
.menu-main ul li { position: relative; display: table-cell; text-decoration: none; padding: 0; border-right: 1px solid #fff; text-align: center; text-transform: uppercase; }
.menu-main ul li a { display: block; color: #fff; line-height: 40px; text-decoration: none; padding: auto; }
.menu-main ul li a:hover { color: #fff; }
.menu-main ul li:first-child { padding-right: 10px; }
.menu-main ul li:last-child { border-right: none; }
.menu-main ul li:hover .sub-menu-main { display: block; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.sub-menu-main { display: none; position: absolute; top: 40px; height: auto; width: 400px; left: -1px; z-index: 999999; border: none; }
.sub-menu-main ul { width: 400px; background: rgba(198,60,72,0.95); border: none; margin: 0 auto; padding: 5px 0 5px 0; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.sub-menu-main ul li { width: 100%; height: 30px; text-align: left; font-size: 18px; text-transform: uppercase; display: block; margin: auto; border: none; padding-left: 35px; padding-right: 15px; }
.sub-menu-main ul li a { display: block; line-height: 30px; color: rgba(255,255,255,0.30); }
.sub-menu-main ul li:hover {  color: rgba(255,255,255,1); background: url('../../images/nav_icon_ex.png') 10px 50% no-repeat; }
.sub-menu-main ul li:hover a { color: #fff; }
.menu-respon { width: 100%; display: block; text-decoration: none; padding: 0; }
.menu-respon a { font-family: 'Calibri'; font-size: 18px; color: #6c6c6c; display: block; color: #6c6c6c; line-height: 47px; text-decoration: none; padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #c4c4c4; }
.menu-respon a:hover { color: #c43442; }
#nav-show-resp { display: none; }

/* Banner ------*/
.banner-contain { display: block; width: 100%; height: auto; margin: 0 auto; padding: 0; }
.banner-contain img { display: block; width: 100%; margin: 0 auto; padding: 0; }
.banner-contain div { display: block; margin: 0 auto; padding: 0; }

/* Welcome -----------*/
.welcome-contain { display: block; width: 1200px; height: auto; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; }
.wel-title { font-family: 'Calibri'; font-size: 38px; font-weight: bold; color: rgba(0,0,0,0.8); text-align: center; line-height: 60px; letter-spacing: 2px; }
.wel-desp { font-family: 'Calibri'; font-size: 46px; color: #3c3c3c; text-align: center; line-height: 50px; letter-spacing: 2px; }
.wel-info { margin-top: 20px; margin-left: auto; margin-right: auto; margin-bottom: 20px; font-family: 'Calibri'; font-size: 18px; color: rgba(0,0,0,0.5); line-height: 25px; text-align: center; }
.box_contain { margin-top: 20px; margin-bottom: 20px; padding: 0; }
.box_u_textcenter { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); padding-top: 40%; vertical-align: middle; text-align: center; line-height: 1.2; font-family: 'Calibri'; font-size: 32px; color: #fff; }
.box_u_welcome_01 { position: relative; display: block; margin: 0 auto; width: 273px; height: 273px; background: url('../../images/bg_set_01.png'); background-size: 100% 100%; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.box_u_welcome_01:hover {background-position: 50% 60%; background-size: 150% 150%; cursor: pointer; }
.box_u_welcome_02 { position: relative; display: block; margin: 0 auto; width: 273px; height: 273px; background: url('../../images/bg_set_02.png'); background-size: 100% 100%; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.box_u_welcome_02:hover {background-position: 30% 70%; background-size: 150% 150%; cursor: pointer; }
.box_u_welcome_03 { position: relative; display: block; margin: 0 auto; width: 273px; height: 273px; background: url('../../images/bg_set_03.png'); background-size: 100% 100%; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.box_u_welcome_03:hover {background-position: 40% 20%; background-size: 150% 150%; cursor: pointer; }
.box_u_welcome_04 { position: relative; display: block; margin: 0 auto; width: 273px; height: 273px; background: url('../../images/bg_set_04.png'); background-size: 100% 100%; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.box_u_welcome_04:hover {background-position: 20% 80%; background-size: 150% 150%; cursor: pointer; }

/* NOT JUST MEN ---------*/
.notjm-contain { width: 100%; height: auto; margin: 0 auto; padding: 10px 0; }
.notjm-contain img { width: 100%; height: auto; margin: 0 auto; padding: 0; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.notjm-contain img:hover { opacity: 0.87; -moz-opacity: 0.87; -webkit-opacity: 0.87; }
.notjm-contain div { font-size: 14px; line-height: 18px; padding-top: 10px; padding-bottom: 7px; }

/* IN TREND -----------*/
.in-trend-contain { width: 1200px; margin: 15px auto 15px auto; padding: 0; border-top: 1px solid #c2c2c2; }
.int-head { font-family: 'Calibri'; font-size: 30px; line-height: 60px; text-align: center; font-weight: normal; text-transform: uppercase; }
.int-head-min { font-family: 'Calibri'; font-size: 26px; line-height: 80px;  text-align: center; text-transform: uppercase; }
.int-item { display: block; width: 1200px; padding: 0; margin: 15px auto 15px auto; text-align: center; }
.int-item li { position: relative; display: inline-block; width: 204px; height: 308px; margin-right: 39px; }
.int-item li img { width: 204px; height: 308px; display: block; margin: auto; }
.int-item li:last-child { margin-right: 0; }
.int-item li .overlay-blck,
.int-item li .overlay-blck a { display: none; }
.int-item li:hover .overlay-blck { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 99;  }
.int-item li:hover .overlay-blck a { display: block; position: absolute; top: 47%; width: 130px; left: 50%; margin-left: -65px; font-family: 'Calibri'; font-size: 14px; text-decoration: none; text-align: center; color: #fff; padding: 5px 15px 5px 15px; background: #c43442; z-index: 100; }
.int-item li:hover .overlay-blck a:hover { background: #fff; color: #c43442; }
/* GOOGLE ---------*/
.google-contain { width: 100%; height: auto; margin: 0 auto; padding: 0; border-top: 5px solid #c4c4c4; }
.google-contain img { width: 100%; height: auto; margin: 0 auto; padding: 0; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.google-contain img:hover { opacity: 0.87; -moz-opacity: 0.87; -webkit-opacity: 0.87; cursor: pointer; }

/* FOOTER ----------*/
/*
.footer { display: block; width: 100%; background: #262626; height: auto; padding-top: 25px; padding-bottom: 25px; border-top: 5px solid #c43442; }
.footer-inner { display: block; width: 1200px; margin: 0 auto; width: 1200px; height: auto; }*/
.ft-left-logo { float: left; width: 70px; height: 50px; margin-top: 5px; }
.ft-left-adds { float: left; font-family: 'Calibri'; font-size: 14px; color: #fff; line-height: 19px; margin-left: 10px; }
.ft-left-adds .black { color: #000; }
.ft-left-tel { float: left; font-family: 'Calibri'; font-size: 14px; color: #fff; line-height: 19px; margin-left: 100px; }
.ft-left-tel a { color: #c43442; text-decoration: none; }
.ft-left-tel a:hover { text-decoration: underline; }
.ft-right-copy { float: right; font-family: 'Calibri'; font-size: 14px; color: #6c6c6c; line-height: 19px; text-align: right; }
.ft-right-copy .credit { color: rgba(0,0,0,0.3); }
.line-bottom { display: block; width: 100%; height: 7px; margin: 10px auto 20px auto; padding: 0; }

/* BC ----------------*/
.row.breadcamb { display: block; width: 1200px; height: auto; margin: 20px auto 20px auto;  }
.row.breadcamb ul { display: table; width: auto; height: auto; margin: 0; padding: 0; }
.row.breadcamb ul li { float: left; height: auto; font-family: 'Calibri'; font-size: 14px; line-height: 26px; color: #999; border-collapse: collapse; padding-right: 6px; }
.row.breadcamb ul li:first-of-type:after { content: ">"; color: #111; padding-left: 6px; font-weight: bold; }
.row.breadcamb ul li a { display: block; color: #c43442; text-align: center; text-decoration: none; }
.row.breadcamb ul li a:hover,.row.breadcamb ul li.active a { color: #c43442; text-decoration: none; }
.row.breadcamb ul li.home { width: auto; height: auto; padding: 0; margin: 0; border-right: none; }
.row.breadcamb ul li.home img { margin: 0; padding: 0; }
.row.breadcamb ul li:last-of-type { color: #c43442; }

/*-------------- PRODUCT -*/
.row.products-zone { display: block; width: 1200px; height: auto; margin: 0 auto; padding: 0; }
.left-prod-menu { float: left; width: 263px; height: auto; margin: 0 auto; padding: 0; }
.left-prod-menu .header { display: block; width: 100%; height: auto; text-transform: uppercase; font-family: 'Calibri'; font-size: 22px; line-height: 25px; padding-bottom: 15px; padding-top: 15px; color: #111; padding-left: 0; padding-right: 25px; border-bottom: 1px solid #c4c4c4; }
.left-prod-menu ul { display: block; margin: 0; padding: 0; border-bottom: 1px solid #c4c4c4; }
.left-prod-menu ul li { background: transparent; font-family: 'Calibri'; font-size: 16px; color: #6c6c6c; width: 100%; height: auto; padding-left: 28px; padding-right: 25px; padding-top: 3px; padding-bottom: 3px; }
.left-prod-menu ul li a { color: #777;  }
.left-prod-menu ul li:hover,.left-prod-menu ul li.active { color: #c43442; background: url('../../images/img_left_menu.png') 7px center no-repeat; }
.left-prod-menu ul li:hover a,.left-prod-menu ul li.active a { color: #c43442; }
.left-prod-menu ul li:first-of-type { margin-top: 15px; }
.left-prod-menu ul li:last-of-type { margin-bottom: 15px; }

.right-prod { float: right; width: 907px; height: auto; margin: 0 auto; padding: 0; }
.right-prod .text-top { display: block; width: 100%; height: auto; margin: 0 auto; padding: 0 0 10px 0; }
.right-prod .text-top .header { font-family: 'Calibri'; font-size: 32px; color: #c43442; line-height: 32px; padding-top: 10px; padding-bottom: 8px; }
.right-prod .text-page { display: block; width: 100%; height: auto; margin: 0 auto; padding: 5px 0 0 0; border-bottom: 1px solid #c4c4c4; }
.right-prod .text-page .header { font-family: 'Calibri'; font-size: 32px; color: #c43442; line-height: 32px;  padding-top: 10px; padding-bottom: 8px; }
.right-prod .text-top .sub { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.75); line-height: 20px; }
.right-prod .alert-text { display: none; font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.5); margin-top: 15px; margin-bottom: 15px; width: 100%; height: auto; line-height: 15px; padding-left: 28px; background: url('../../images/alert-icon.png') 0 center no-repeat;  }
.err-line { display: block; margin-top: 15px; margin-bottom: 15px; height: 1px; background: #c4c4c4; }

.item-prod { width: 100%; height: auto; margin: 0 auto 30px auto; padding: 0; text-align: center; }
.item-prod li { display: inline-block; width: 204px; height: auto; text-align: justify; margin: 30px 9px 0 9px; padding: 0; }
.item-prod li div { position: relative; }
.item-prod li img { width: 204px; height: 308px; display: block; margin: auto; }
.item-prod li .overlay-blck,
.item-prod li .overlay-blck a { display: none; }
.item-prod li:hover .overlay-blck { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 99;  }
.item-prod li:hover .overlay-blck a { display: block; position: absolute; top: 47%; width: 130px; left: 50%; margin-left: -65px; font-family: 'Calibri'; font-size: 16px; text-decoration: none; text-align: center; color: #fff; padding: 5px 15px 5px 15px; background: #c43442; z-index: 100; }
.item-prod li:hover .overlay-blck a:hover { background: #fff; color: #c43442; }
.item-prod li .text-top-prod { margin-top: 10px; font-family: 'Calibri'; font-size: 16px; color: rgba(0,0,0,0.6); text-align: left; font-weight: bold; line-height: 30px; }
.item-prod li .text-de-prod { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.4); text-align: left; line-height: 20px; padding: 0; }


.item-fab { width: 100%; height: auto; margin: 0 0 30px 0; padding: 0; text-align: center; }
.item-fab li { display: inline-block; width: 200px; height: auto; text-align: justify; margin: 30px 10px 0 10px; }
.item-fab li div.bod { position: relative;  border: 1px solid #fff; }
.item-fab li img { width: 200px; height: 195px; display: block; margin: auto; }
.item-fab li .overlay-fp { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 97; background: transparent url('../../images/fabric_frame.png') center center no-repeat;  }
.item-fab li .overlay-fp img { width: 200px; height: 195px; }
.item-fab li .overlay-blck,
.item-fab li .overlay-blck a { display: none; }
.item-fab li:hover .overlay-blck { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 99;  }
.item-fab li:hover .overlay-blck a { display: block; position: absolute; top: 47%; width: 130px; left: 50%; margin-left: -65px; font-family: 'Calibri'; font-size: 16px; text-decoration: none; text-align: center; color: #fff; padding: 5px 15px 5px 15px; background: #c43442; z-index: 100; }
.item-fab li:hover .overlay-blck a:hover { background: #fff; color: #c43442; }
.item-fab li .text-top-fab { margin-top: 10px; font-family: 'Calibri'; font-size: 16px; color: rgba(0,0,0,0.6); text-align: center; font-weight: bold; line-height: 30px; }

/* ---- MEASUREMENT ---*/
.box-mea-center { display: block; width: 100%; height: auto; margin: 20px auto; padding: 0; }
.box-mea-left { float: right; font-family: 'Calibri'; font-size: 16px; color: rgba(0,0,0,1); text-transform: uppercase; width: 355px; height: auto; margin: 0 auto; }
.box-mea-right { float: right; width: 530px; height: auto; margin: 0 auto; margin-left: 20px; }

.box-text-measure { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.75); line-height: 20px; }
.box-image-show { float: left; width: 322px; height: auto; }
.box-image-show img { width: 322px; height: auto; display: block; margin: 0 auto; }
.box-text-show { float: left; width: 170px; height: auto; padding-left: 20px; padding-top: 25px; }
.box-text-show .head { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.8); line-height: 30px; }
.box-text-show .details { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.5); line-height: 15px; }
/*---------- TABLE */
table.mea { margin-top: 30px; width: 90%; }
table.mea tr { width: 100%; height: 35px; }
table.mea td { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.7); padding: 2px 5px; border: none; border-collapse: collapse; }
table.mea td.title { width: 55%; text-align: right; text-transform: none; vertical-align: text-top; padding-top: 5px; }
table.mea td.form { width: 15%; text-align: left; text-transform: none; }
table.mea td.unit { width: 1%; text-align: left; text-transform: none; }

table.mea3 { margin-top: 30px; width: 90%; }
table.mea3 tr { width: 100%; height: 35px; }
table.mea3 td { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.7); padding: 2px 5px; border: none; border-collapse: collapse; }
table.mea3 td.title { width: 25%; text-align: right; text-transform: none; vertical-align: text-top; padding-top: 5px; }

table.mea4 { margin-top: 30px; width: 90%; }
table.mea4 tr { width: 100%; height: 35px; }
table.mea4 td { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.7); padding: 2px 5px; border: none; border-collapse: collapse; }
table.mea4 td.title { width: 20%; text-align: right; text-transform: none; vertical-align: text-top; padding-top: 5px; }
table.mea4 td.form { width: 80%; text-align: left; text-transform: none; }
table.mea4 td.unit { width: 1%; text-align: left; text-transform: none; }

.measurement-details { font-family: 'Calibri'; font-size: 16px; display: block; background: #fff; margin: 25px auto 0; padding: 0; padding-bottom: 10px; border-top: 4px solid #c4c4c4; border-bottom: 4px solid #c4c4c4; }
.measurement-details-mob { font-family: 'Calibri'; font-size: 16px; display: none; background: #fff; margin: 25px auto 0; padding: 0; padding-bottom: 10px; border-top: 4px solid #c4c4c4; border-bottom: 4px solid #c4c4c4; }
div.clear.s { height: 15px; border-bottom: 1px solid #c4c4c4; }
.mea-title-form { float: left; width: 155px; margin: 0 auto; padding: 0; color: rgba(0,0,0,0.7); }
.mea-title-form li { width: 100%; line-height: 35px; padding-left: 20px; text-align: left; border-right: 1px solid #c4c4c4; }
.mea-title-form li:first-child { line-height: 45px; margin-top: 7px; margin-bottom: 7px; border-right: none;  }

.mea-input-form { float: left; width: 135px; margin: 0 auto; padding: 0; color: rgba(0,0,0,0.7); }
.mea-input-form li { width: 100%; line-height: 35px; text-align: center; border-right: 1px solid #c4c4c4; }
.mea-input-form li:first-child { font-family: 'Calibri'; font-size: 13px; color: rgba(0,0,0,0.7); font-weight: bold; text-transform: uppercase; line-height: 45px; margin: 7px auto; padding: auto;  border-right: none; text-align: center; }
.mea-input-form li span { padding-left: 9px; padding-right: 9px; }
.mea-input-form.long { width: 175px; text-align: center; }
.mea-center-btn { display: block; width: 100%; margin: 15px auto 15px auto; text-align: center; }

/* ----- FORM ---*/
.box-header-form { font-family: 'Calibri'; font-size: 16px; color: rgba(0,0,0,1); text-transform: uppercase; width: 100%; height: auto; margin: 0 auto; text-align: left; }
.box-header-sub { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,0.7); text-transform: none; width: 100%; height: auto; margin: 0 auto; text-align: left; padding-top: 15px; padding-bottom: 15px;  }
.box-form-left { float: left; width: 50%; }
.box-form-right { float: right; width: 50%; }
.box-form-width { float: none; width: 100%; height: auto; } 
.box-are-100 { width: 100% !important; }
hr.line { width: 100%; height: 1px; background: #c4c4c4; border: none; margin: 15px auto 15px auto; }
.select-line { width: 100%; margin-top: 10px; font-family: 'Calibri'; font-size: 16px; color: rgba(0,0,0,0.7); line-height: 35px; }
.select-line .title { float: left; width: 220px; text-align: right; margin-right: 30px; }
.select-line .details { float: left; margin-left: 30px; }
.box-form-measurement { float: none; width: 50%; }
.top-measment-line { display: block; height: 1px; width: 100%; background: #c4c4c4; margin-top: 30px; margin-bottom: 30px; }

.topmargin { margin-top: 30px; }
.testtim { display: block; width: 100%; margin: 25px auto; padding: 0; }
.testtim li { display: block; width: 100%; margin: 25px auto 0 auto; background: #fff; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding: 25px; }
.testtim li span { color: #c43442; }

.faqs { width: 100%; margin: 20px auto; }
.faq-header-form { font-family: 'Calibri'; font-size: 16px; color: rgba(0,0,0,1); text-transform: uppercase; width: 100%; height: auto; margin: 10px auto; padding: 0 15px 0 15px; text-align: left; }
.acc {width: 100%; font-family: 'Calibri'; font-size: 14px; list-style:none; margin:0 auto 0 auto; }
.acc h3 {width: 100%; font-size: 14px; line-height: 25px; color: #c43442; padding:0 15px 0 0; font-weight:normal; margin-top:5px; cursor:pointer;}
.acc .acc-section {overflow:hidden; }
.acc .acc-content {width:100%; padding: 10px 20px 10px 20px; border: none;}


/*---- INPUT ----*/
input[type='text'], select { width: auto; height: 27px; line-height: 27px; padding-left: 8px; padding-right: 8px; font-family: 'Calibri'; font-size: 14px; color: #909090; border: 1px solid #c4c4c4; background: url('../../images/bg_input.png') top center repeat-x; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
input[type='text']:focus, select:focus { outline: none; border: 1px solid #c43442; }
input[type='text'].input_mini,
select.input_mini{ width: 50px; }
input[type='text'].input_big,
select.input_big { width: 112px; }
input[type='text'].input_extra,
select.input_extra { width: 230px; }
.btn-saga { display: inline-block; margin: 0 2px 0 2px; width: 106px; height: 34px; border: none; background: transparent url('../../images/btn_bg.png') center center no-repeat; font-family: 'Calibri'; font-size: 16px; color: rgba(255,255,255,1); text-align: center; line-height: 30px; }
textarea { width: 100%; height: 80px; margin-top: 3px; padding: 5px 3px 5px 3px; font-family: 'Calibri'; font-size: 14px; color: #909090; border: 1px solid #c4c4c4; outline: none; resize: none; background: url('../../images/bg_input.png') top center repeat-x; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* New */
.wel-linebody { width: 80%; background: #cccccc; height: 1px; margin-top: 20px; margin-bottom: 20px; border: none; }
.wel-bg-static { margin: 0; padding: 0; width: 100%; height: auto; background: url('../../images/bg_static.png') center center no-repeat; min-height: 369px; background-size: 100% auto; }
.wel-bg-static-inner { width: 100%; padding: 0 auto; margin-left: auto; margin-right: auto; height: auto; text-align: center; }
.item-static { display: inline-block; width: 241px; height: 241px; background: url('../../images/bg_statics_item.png') center center no-repeat; margin-top: 20px; margin-left: 17px; margin-right: 17px; }
.item-showst { margin-top: 50px; font-family: 'Calibri'; font-size: 80px; color: #fff; text-align: center; }
.item-showdt { margin-top: 0; font-family: 'Calibri'; font-size: 18px; color: rgba(255,255,255,0.80); text-align: center; }
.header-static { font-family: 'Calibri'; font-size: 28px; color: #fff; text-align: center; padding-top: 20px; padding-bottom: 10px; }

.wel-howitwork { margin: 0; padding: 0; width: 100%; height: auto; background: #ebebeb; }
.wel-howitwork-inner { width: 100%; padding: 0 auto; margin-left: auto; margin-right: auto; height: auto; text-align: center; padding-top: 30px; }
.htw-head { font-family: 'Calibri'; font-size: 28px; text-transform: uppercase; color: #111; font-weight: bold; line-height: 28px; text-align: center; }
.htw-item { display: inline-block; width: 265px; height: 210px; margin-bottom: 0; margin-left: 10px; margin-right: 10px; margin-top: 30px;  }
.htw-item img { display: block; margin-left: auto; margin-right: auto; vertical-align: middle; }
.htw-item:nth-child(2) img { margin-top: 5px; }
.htw-des { text-align: center; padding-top: 15px; font-family: 'Calibri'; font-size: 20px; text-transform: uppercase; color: rgba(10,10,10,0.80); font-weight: bold; }
.htw-text { font-family: 'Calibri'; font-size: 14px; text-align: center; padding-top: 15px; font-size: 14px; color: rgba(17,17,17,0.9); line-height: 25px; margin-bottom: 30px; }

.wel-testtimo { margin: 0; padding: 0; width: 100%; height: auto; background: #fff; }
.wel-testtimo-inner { width: 1200px; padding: 0 auto; margin-left: auto; margin-right: auto; height: auto; text-align: center; padding-top: 30px; padding-bottom: 20px; }
.item-testi { display: block; margin-left: auto; margin-right: auto; margin-top: 20px; padding: 20px; text-align: left; }
.item-testi > .ts-text { font-family: 'Calibri'; font-size: 14px; color: rgba(0,0,0,.9); font-style: italic; line-height: 25px; }
.item-testi > .ts-by { font-family: 'Calibri'; font-size: 16px; color: #000; line-height: 35px; font-weight: bold; } 

.footer { display: block; width: 100%; background: #262626; height: auto; padding-top: 25px; padding-bottom: 25px; margin-top: 0 !important; margin-bottom: 0 !important; border-top: 5px solid #c43442; }
.footer-inner { display: block; margin: 0 auto; width: 1200px; height: auto; text-align: left; padding: 0; }
.footer-inner .right-logo { float: right; margin-top: 17px; width: 165px; text-align: center; }
.footer-inner .right-logo a { display: block; color: rgba(255,255,255,0.3); text-align: center; }
.footer-inner .right-logo img { vertical-align: top; }
.footer-inner .left-link { font-family: 'Calibri'; font-size: 14px; line-height: 20px; font-weight: normal; color: rgba(255,255,255,0.6); float: left; margin-top: 10px; }
.footer-inner .left-link a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-inner .left-link a:hover { color: #feef00; text-decoration: underline; }
.right-credit { float: right; margin-top: 17px; width: 165px; text-align: center; }
.right-credit a { display: block; color: rgba(255,255,255,0.3); text-align: center; }
.left-copy { font-family: 'Calibri'; font-size: 14px; line-height: 20px; font-weight: normal; color: rgba(255,255,255,0.3); float: left; margin-top: 17px;  }

.blocklink1 { float: left; width: 170px; }
.blocklink2 { float: left; width: 170px; }
.blocklink3 { float: left; width: 170px;  }
.blocklink4 { float: left; width: 190px; }
.blocklink5 { float: right; width: 200px; }
.blocklink5 img { margin-bottom: 10px; }
.listlink { display: block; padding: 0; margin: 0; }
.listlink a { display: block; font-family: 'Calibri'; font-size: 14px; color: #fff; line-height: 30px; }
.listlink a:hover { text-decoration: underline; }

.location_de { font-family: 'Calibri'; font-size: 16px; }
.exlred { color: #c43442; line-height: 35px; font-weight: bold; }
.set_location { padding-left: 35px; background: url('../../images/set_locaton.png') left 7px no-repeat; }
.set_tel { padding-left: 35px; background: url('../../images/set_tel.png') left 7px no-repeat; }
.set_tel2 { padding-left: 35px; background: url('../../images/set_tel2.png') left 7px no-repeat; }
.set_web { padding-left: 35px; background: url('../../images/set_web.png') left 7px no-repeat; }
.set_mail { padding-left: 35px; background: url('../../images/set_mail.png') left 7px no-repeat; }
.set_web a,.set_mail a { text-decoration: underline; color: #c43442; }

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(196, 52, 66, 0.8) url(../img/img_top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #c43442;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
