/* -------------------------------------------
   MOBILE
   only screen and (max-width: 599px)
   ------------------------------------------- */
.hdd_mob{display: none;}
.hdd_desk{display: block;}

/* -------------------------------------------
   DYNAMIC LAYOUT
   ------------------------------------------- */
.w_25{width: 50%;}
.w_30{width: 100%;}
.w_33{width: 50%;}
.w_50{width: 100%;}
.w_70{width: 100%;}
.w_100{width: 100%;}

/* -------------------------------------------
   SECTION
   ------------------------------------------- */
div.content{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	padding-top: 50px;
}

div.content_left{
	width: 100%;
	margin-right: 0;
}

div.content_right{
	float: left;
	padding: 50px 10px;
	width: 100%;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.sec_title{
	margin-bottom: 30px;
}

div.sec_img_50{
	height: 300px;
}

/* -------------------------------------------
   HEADER
   ------------------------------------------- */
div.header_space{
	height: 110px;
}

div.header div.head{
	height: 110px;
}

/* -------------------------------------------
   MAIN MENU
   ------------------------------------------- */
div.header_fix div.main_menu{
	left: -70%;
}

div.icon_menu{
	right: 0;
	top: 0;
	margin-top: 0;
}

div.icon_menu div.im_voice{
	display: none;
}

div.icon_menu div.cart_icon{
	position: absolute;
	top: 20px;
	right: 60px;
	display: block;
}

/* -------------------------------------------
   TOP BAR
   ------------------------------------------- */
div.header div.topbar{
	display: none;
}

/* -------------------------------------------
   LOGO
   ------------------------------------------- */

/* -------------------------------------------
   MAIN MENU
   ------------------------------------------- */
div.main_menu{
	position: fixed;
	top: 0;
	left: -70%;
	width: 70%;
	height: 100%;
	z-index: 90;
	margin-top: 0;
	background-color: #222;
	transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-webkit-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;	
}

div.main_menu ul.menu{
	height: 100%;
}

div.main_menu ul.menu li{
	width: 100%;
	height: 72px;
	line-height: 72px;
	text-align: left;
	border-bottom: 1px solid rgba(104, 89, 122, 0.3);
}

div.menu_open{
	left: 0 !important;
	z-index: 100;
	overflow: hidden;
	overflow-y: auto;
}

div.main_menu div.sub_menu{
	position: relative;
	float: left;
	max-height: none;
	min-width: 100%;
	top: 0;
	width: 100%;
	background-color: #ffffff;
}

div.main_menu div.sub_menu a, div.main_menu div.sub_menu a:visited{
	color: #222222;
}

div.header_fix a, div.header_fix a:visited{
	color: #ffffff !important;
}

div.main_menu div.menu_lang{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	display: block;
}

/* -------------------------------------------
   SEARCH PANEL
   ------------------------------------------- */
div.search_panel div.cmd_dual{
	display: none;
}

div.search_panel button.cmd{
	display: block;
}

div.search_panel div.input_form{
	padding-right: 40px;
}

/* -------------------------------------------
   ACCORDION
   ------------------------------------------- */
div.accordion{
	height: 44px;
	border: 1px solid #e6e6e6;
	background-color: #fefefe;
	border-radius: 2px;
	overflow: hidden;
}

div.accordion div.a_cmd{
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	border-left: 1px solid #e6e6e6;
	line-height: 44px;
	font-size: 18px;
	display: block;	
}

/* -------------------------------------------
   TEXT FORMAT
   ------------------------------------------- */
div.sec_title::before{
	left: 50%;
	margin-left: -25px;
}

div.med_title{
	text-align: center;
}

/* -------------------------------------------
   FOOTER
   ------------------------------------------- */
div.footer div.f_content{
	margin-bottom: 15px;
}

div.footer div.copyright{
	height: auto;
	line-height: 30px;
}

div.footer div.copyright div{
	width: 100%;
}

/* -------------------------------------------
   HOME SLIDER
   ------------------------------------------- */
div.slider{
	height: 400px;
}   

div.slider div.slide_slogan{
	top: 65px;
	font-size: 32px;	
}

div.slider div.slide_bar div.content{
	text-align: left;
	font-size: 25px;
}

/* -------------------------------------------
   WINDOW
   ------------------------------------------- */
div.window{
	height: 90% !important;
	top: 5% !important;
	margin-top: 0 !important;
}

/* -------------------------------------------
   BUTTONS
   ------------------------------------------- */
/*
div.cmd_dual{
	padding-left: 0;
	padding-right: 0;
	width: 44px;
}

div.cmd_dual button{
	display: none;
}
*/

/* -------------------------------------------
   PAGINATION
   ------------------------------------------- */
button.dbl, button.dbr{
	display: none;
}