/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
button, input, textarea { -webkit-appearance: none;}

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:0px; margin-bottom: 20px;}
.datatable { width:100%; border-spacing:0px; background: #e6e6e6;}
.datatable th {color:#333; font-size:20px; background: #eaeaea; text-align:center; padding:12px 5px; line-height: 130%; border-bottom: 1px solid #eaeaea;}
.datatable td { color: #333333; background: #fff; font-size:18px; text-align:center; padding:12px 5px; line-height: 130%; border-bottom: 1px solid #eaeaea;}

.list-disc { margin-bottom: 30px;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px;}
.overflow-hidden { overflow-x: hidden;}


header {position: relative; width: 100%; z-index: 10000; top:0px; height: 85px; background: #fff; } 
.logo { position: absolute; z-index: 10001;top:7px; left: 0px}
.logo img { width: 238px;}
nav { position: relative; padding-top: 55px; }

.top-right-link { position:absolute; z-index:10001; top:10px; right:10px; padding:0; text-align: right; background: none; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;}
.top-right-link img { width: 28px;}
.top-right-link > div { padding: 0 5px; font-size: 23px;  line-height:100%;}
.top-right-link > div:last-child { border-width: 0;}
/*.lang a { display: inline-block; color: #fff; font-size: 20px; font-weight: 700; line-height: 28px; padding: 0 15px; border:1px solid #fff; border-radius:14px;}
.lang a:hover, .lang a.current { border:1px solid transparent; }
.lang a:first-child { margin-right: 5px;}*/
.top-right-contact { font-size: 15px; color: #333; display: inline-block; vertical-align: top;}
.top-right-contact:hover { opacity: 0.6;}

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative;}
.lang i { color:#333;}
.lang span { color:#fff; font-size: 19px; font-weight: bold; display: inline-block; vertical-align: middle;}
.lang-open { display:none; position:absolute; z-index:100000; left: calc(50% - 30px); background:#1f1f1f; font-size:14px; text-align:left; width:60px;  overflow:hidden; line-height: 120%; margin-top: 0px;}
.lang-open a { display:block; color:#fff; padding:6px 0px; text-align:center;}
.lang-open a:hover { background: #e50111; color: #fff;}


.cart-box { position: relative; display: inline-block; vertical-align: top;}
.cart { position:relative; display: inline-block; vertical-align: top; color:#fff; cursor: pointer; font-size: 20px;}
.cart a { color: #fff; position: relative;}
.cart span { position: absolute; display: block; width:20px; height: 20px; border-radius: 100%; background: #e50111; line-height: 22px; text-align: center; font-size: 14px; color: #fff; top:-5px; right: -8px; }

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #333;}
.search-box {  width: 100%; padding: 0 20px;}
.search-open { background: rgba(0,0,0,.85); position: fixed; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;z-index: 100000;transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; top:0; left: 0;}
.search-open-show { opacity: 1; visibility: visible;}
.search-open-form { padding: 0 0px; border-bottom: 1px solid #fff;}
.search-open input[type=text] { width: calc(100% - 30px - 7px); color: #fff; border-width: 0; background: none; display: inline-block; vertical-align: top; font-size: 18px; font-family: 'PT Sans'; padding: 2px 10px 0 10px; font-weight: normal;}
.search-open input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity:0.7;}
.search-open input[type=text]::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-moz-placeholder { /* Firefox 18- */color: #fff; opacity:0.7;}
.search-open a { color: #fff; inline-block; vertical-align: top; font-size:24px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}


.menu-open { padding: 32px 0 20px 0; width: 670px; display: flex ;flex-direction: row; flex-wrap: wrap;}
.menu-open > div{ padding-right: 30px;}
.menu-open > div:nth-of-type(1), .menu-open > div:nth-of-type(2) { width: 34%;}
.menu-open > div:nth-of-type(3) { width: 32%;}
.menu-title { background: #ff6c00; color: #fff; font-size: 20px; font-weight: bold; line-height: 110%; padding: 10px 15px;}
.menu-link a { display: block; position: relative; padding: 0 0 8px 14px; color: #333; font-size: 17px; text-align: left;}
.menu-link a:before { content: ""; position: absolute; left: 2px; top:9px;  width: 4px; height: 4px; background: #ff6c00;}
.menu-link a:hover { color: #ff6c00; text-decoration: underline;}


@media only screen and (max-width: 980px) {
	.top-right-link { right: 60px; top:28px;}
	nav {padding-top: 15px; padding-left: 0; padding-right: 0;}
	.logo {  }
	.menu-open { padding: 20px; width: 100%;}
	.menu-open > div:nth-of-type(1), .menu-open > div:nth-of-type(3) { display: none;}
	.menu-open > div:nth-of-type(2) { width: 100%;}
	/*.lang a { color: #333; border-color: #333;}
	.lang a:hover, .lang a.current { background: #333; color: #fff;}
	.lang { display:none;}
	.lang-open { display:inline-block!important; vertical-align: middle;position:inherit; left:auto; top:auto; background:none;  width:auto; color: #fff; }
	.lang-open a { color:#333; display:inline-block; font-size:16px; font-weight:bold;}
	.lang-open a:after, .cart a:after { content:"|"; display:inline-block; vertical-align:top; padding:0 3px 0 15px;}
	.lang-open a:last-child:after { display:none;}
	.lang-open a:hover { color:#0092db;}
	.cart a, .search { color: #003b4a;}
	.cart span { right: 10px; top:-6px;}*/
.showhide:before { content:"MENU"; display:block; position:absolute; right:9px; bottom:-12px; text-align:right; font-size:11px; color:#222; width:50px; letter-spacing: 0rem;}

.showhide-rotate em:nth-of-type(1) { position:relative; top:10px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);}
.showhide-rotate em:nth-of-type(2) { display:none;}
.showhide-rotate em:nth-of-type(3) {  position:relative; top:1px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);}

	.menuzord-menu:after  { display: none !important;}
	
	
}


@media only screen and (max-width: 570px) {
}
@media only screen and (max-width: 320px) {

}