/* 
    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,body { font-family: 'Calibri'; font-size: 100%; color: #000; margin:0; padding:0; width: 100% !important; height: 100% !important; background: #f5f5f5; }
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; }
/*==========================================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: #3c3c3c; }
.top-header-home-inner { width: 1200px; height: auto; line-height: 64px; 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; }

/* LOGO ------*/
.logo-contain { width: 1200px; height: 140px; margin: 0 auto 0 auto;  }
.logo-text { font-family: 'CooperBT-Medium'; font-size: 72px; line-height: 140px; color: #6c6c6c; }
.logo-text .org { padding-left: 15px; padding-right: 7px; color: #ef7a45; }
.logo-text .gry { color: #6c6c6c; }
.menu-f-box { display: block; font-family: 'Calibri'; font-size: 14px; margin-right: 15px; margin-top: 50px; }
.menu-f-box .menu-first { text-align: right; color: #6c6c6c; line-height: 25px; }
.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: #ef7a45; }
.menu-f-box .menu-first-online { color: #ef7a45; text-align: right; line-height: 25px; }

/* MENU ------*/
.menu-main_resp { display: none; }
.menu-main { display: block; margin: 0 auto 0; width: 1200px; height: auto; border-top: 4px solid #c4c4c4; padding: 0; border-bottom: 4px solid #c4c4c4; }
.menu-main ul { display: block; font-family: 'Georgia'; font-size: 18px; color: #6c6c6c; text-decoration: none; margin: 0 auto; padding: 0 0 0 40px; }
.menu-main ul li { position: relative; display: inline-block; text-decoration: none; padding: 0; }
.menu-main ul li a { display: block; color: #6c6c6c; line-height: 47px; text-decoration: none; padding-left: 20px; padding-right: 20px; }
.menu-main ul li a:hover { color: #ef7a45; }
.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: 47px; height: auto; width: 410px; left: 50%; margin-left: -205px; background: url('../../images/bg_arraw_submenu.png') top center no-repeat; z-index: 999999; border: none; -webkit-box-shadow: 3px 3px 10px 0px rgba(143,143,143,0.5); -moz-box-shadow: 3px 3px 10px 0px rgba(143,143,143,0.5); box-shadow: 3px 3px 10px 0px rgba(143,143,143,0.5); }
.sub-menu-main ul { margin-top: 9px; padding: 0; background: #f5f5f5; border: none; padding-top: 15px; padding-bottom: 15px; }
.sub-menu-main ul li { width: 93%; height: 32px; font-size: 14px; display: block; margin: auto; border-top: 1px solid #d3d3d3; padding: 0; background: url('../../images/nav_icon.png') 10px 50% no-repeat; }
.sub-menu-main ul li:last-child { border-bottom: 1px solid #d3d3d3; }
.sub-menu-main ul li a { line-height: 32px; }
.sub-menu-main ul li:hover { background: #ef7a45 url('../../images/nav_icon_hv.png') 5px 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: 'Georgia'; 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: #ef7a45; }
#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 ul { 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: 60px; color: #ef7a45; 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: 'Georgia'; font-size: 18px; color: rgba(0,0,0,0.5); line-height: 25px; }
.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: 'Georgia'; 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: 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; }

/* IN TREND -----------*/
.in-trend-contain { width: 1200px; margin: 15px auto 15px auto; padding: 0; }
.int-head { font-family: 'Calibri'; font-size: 350%; line-height: 80px; }
.int-head-min { font-family: 'Calibri'; font-size: 250%; line-height: 80px; }
.int-item { display: block; width: 1200px; padding: 0; margin: 15px auto 15px auto; }
.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: 'Georgia'; font-size: 12px; text-decoration: none; text-align: center; color: #fff; padding: 5px 15px 5px 15px; background: #ef7a45; z-index: 100; }
.int-item li:hover .overlay-blck a:hover { background: #fff; color: #ef7a45; }
/* GOOGLE ---------*/
.google-contain { width: 100%; height: auto; margin: 0 auto; padding: 0; border-top: 5px solid #c4c4c4; border-bottom: 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; margin: 25px auto 25px 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: #6c6c6c; line-height: 19px; margin-left: 10px; }
.ft-left-adds .black { color: #000; }
.ft-left-tel { float: left; font-family: 'Calibri'; font-size: 14px; color: #6c6c6c; line-height: 19px; margin-left: 100px; }
.ft-left-tel a { color: #ef7a45; 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 { width: 100%; height: 7px; border-top: 2px solid #bbbbbb; background: #c4c4c4; margin: 50px 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: #989898; border-collapse: collapse; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #c4c4c4; border-left: 1px solid #c4c4c4; padding-left: 20px; padding-right: 20px; }
.row.breadcamb ul li a { display: block; color: #989898; text-align: center; text-decoration: none; }
.row.breadcamb ul li a:hover,.row.breadcamb ul li.active a { color: #ee5a00; text-decoration: none; }
.row.breadcamb ul li.home { width: auto; height: auto; padding: 0; margin: 0; border: 1px solid #c4c4c4; border-right: none; }
.row.breadcamb ul li.home img { margin: 0; padding: 0; }
.row.breadcamb ul li:last-of-type { border-right: 1px solid #c4c4c4; color: #ee5a00; }

/*-------------- 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; background: #ededed; text-transform: uppercase; font-family: 'Georgia'; font-size: 18px; line-height: 25px; padding-bottom: 15px; padding-top: 15px; color: #6c6c6c; padding-left: 25px; padding-right: 25px; border-top: 2px solid #c4c4c4; border-bottom: 2px solid #c4c4c4; }
.left-prod-menu ul { display: block; margin: 0; padding: 0; }
.left-prod-menu ul li { background: transparent; font-family: 'Georgia'; font-size: 16px; color: #6c6c6c; width: 100%; height: auto; padding-left: 25px; padding-right: 25px; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #c4c4c4; }
.left-prod-menu ul li a { color: #626262;  }
.left-prod-menu ul li:hover,.left-prod-menu ul li.active { background: #ef7a45; }
.left-prod-menu ul li:hover a,.left-prod-menu ul li.active a { color: #fff; }

.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: 10px 0 30px 0; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #c4c4c4; }
.right-prod .text-top .header { font-family: 'Calibri'; font-size: 32px; color: #ef7a45; line-height: 32px;  padding-top: 10px; padding-bottom: 20px; }
.right-prod .text-page { display: block; width: 100%; height: auto; margin: 0 auto; padding: 10px 0 0 0; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #c4c4c4; }
.right-prod .text-page .header { font-family: 'Calibri'; font-size: 32px; color: #ef7a45; line-height: 32px;  padding-top: 10px; padding-bottom: 20px; }
.right-prod .text-top .sub { font-family: 'Georgia'; font-size: 14px; color: rgba(0,0,0,0.75); line-height: 20px; }
.right-prod .alert-text { display: block; 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;  }

.item-prod { width: 100%; height: auto; margin: 0 0 30px 0; padding: 0; }
.item-prod li { display: inline-block; width: 204px; height: auto; text-align: justify; margin: 30px 10px 0 10px; }
.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: 'Georgia'; font-size: 16px; text-decoration: none; text-align: center; color: #fff; padding: 5px 15px 5px 15px; background: #ef7a45; z-index: 100; }
.item-prod li:hover .overlay-blck a:hover { background: #fff; color: #ef7a45; }
.item-prod li .text-top-prod { margin-top: 10px; font-family: 'Georgia'; 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; }
.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: 'Georgia'; font-size: 16px; text-decoration: none; text-align: center; color: #fff; padding: 5px 15px 5px 15px; background: #ef7a45; z-index: 100; }
.item-fab li:hover .overlay-blck a:hover { background: #fff; color: #ef7a45; }
.item-fab li .text-top-fab { margin-top: 10px; font-family: 'Georgia'; 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: 'Georgia'; 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: 'Georgia'; 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; }

.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: 'Georgia'; 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: 'Georgia'; 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: 'Georgia'; 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%; }
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: #ef7a45; }

.faqs { width: 100%; margin: 20px auto; }
.faq-header-form { font-family: 'Georgia'; 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: #ef7a45; 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; }
input[type='text']:focus, select:focus { outline: none; border: 1px solid #e98558; }
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: 32px; 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; }

.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(238, 90, 0, 0.8) url(../img/cd-top-arrow.svg) 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: #ff863d;
    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;
    }
}
