/* -------------------------------------------
   TABLET
   only screen and (min-width: 600px) and (max-width: 960px)
   ------------------------------------------- */
/* -------------------------------------------
   DYNAMIC LAYOUT
   ------------------------------------------- */
.w_25{width: 50%;}
.w_30{width: 100%;}
.w_33{width: 50%;}
.w_50{width: 50%;}
.w_70{width: 100%;}
.w_100{width: 100%;}

/* -------------------------------------------
   SECTION
   ------------------------------------------- */
div.content{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

/* -------------------------------------------
   TEXT FORMAT
   ------------------------------------------- */
div.sec_title::before{
	left: 50%;
	margin-left: -25px;
}

/* -------------------------------------------
   FOOTER
   ------------------------------------------- */
div.footer div.f_content{
	min-height: 200px;
}

/* -------------------------------------------
   HOME SLIDER
   ------------------------------------------- */
div.slider{
	height: 600px;
}   

/* -------------------------------------------
   MAIN MENU
   ------------------------------------------- */
div.main_menu_cmd{
   display: none;
}

div.header_fix{
   position: fixed;
   top: 0;
   left: 0;
   height: 60px;
   background-color: rgba(255,255,255,0.9);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
   z-index: 40;
}

div.header_fix div.head{
   height: 60px;
}

div.header_fix a, div.header_fix a:visited{
   color: #333333 !important;
}

div.header_fix div.im_voice a, div.header_fix div.im_voice a:visited{
   color: #333333 !important;
}

div.header_fix div.logo img{
   height: 60px !important;
}

div.header_fix div.logo img.big{
   display: none !important;
}

div.header_fix div.logo img.mini{
   display: block !important;
}

div.header_fix div.main_menu{
   left: 90px;
}

