/* -------------------------------------------
   MOBILE
   only screen and (max-width: 599px)
   ------------------------------------------- */
.hdd_mob{display: none;}
.hdd_desk{display: block;}

/* -------------------------------------------
   DYNAMIC LAYOUT
   ------------------------------------------- */
.w_25{width: 100%;}
.w_30{width: 100%;}
.w_33{width: 100%;}
.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;
}

/* -------------------------------------------
   HEADER
   ------------------------------------------- */
div.header_space{
	height: 110px;
}

div.header div.head{
	height: 110px;
}

/* -------------------------------------------
   TOP BAR
   ------------------------------------------- */
div.header div.topbar{
	display: none;
}

/* -------------------------------------------
   LOGO
   ------------------------------------------- */
div.header div.logo{
	width: 270px;
	height: 94px;
}   

/* -------------------------------------------
   MAIN MENU
   ------------------------------------------- */
div.main_menu{
	position: fixed;
	top: 0;
	left: -70%;
	width: 70%;
	height: 100%;
	z-index: 90;
	margin-top: 0;
	background-color: #ffffff;
	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: auto;
	text-align: left;
}

div.menu_open{
	left: 0;
	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;
}

/* -------------------------------------------
   TEXT FORMAT
   ------------------------------------------- */
div.sec_title::before{
	left: 50%;
	margin-left: -25px;
}

/* -------------------------------------------
   FOOTER
   ------------------------------------------- */
div.footer div.f_content{
	margin-bottom: 15px;
}

div.footer div.copyright{
	height: auto;
	line-height: 30px;
}

/* -------------------------------------------
   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;
}

div.cmd_big{
	width: 100%;
}

div.cmd_big button{
	display: block;
	padding-left: 10px;
}

/* -------------------------------------------
   PAGINATION
   ------------------------------------------- */
button.dbl, button.dbr{
	display: none;
}