/* -------------------------------------------
   COMMON
   ------------------------------------------- */
*{margin:0;padding:0;}
h1,h2{display:none;}
a, a:visited{text-decoration: none;}
.bb{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}	
.bg_cov{background-position: center center;background-size: cover;background-repeat: no-repeat;}
.bg_con{background-position: center center;background-size: contain;background-repeat: no-repeat;}
.rl{position: relative; float: left;}
.rr{position: relative; float: right;}
.pdd_r_10{padding-right: 10px;}
.pdd_lr_10{padding-left: 10px; padding-right: 10px;}
.pdd_lr_20{padding-left: 20px; padding-right: 20px;}
.pdd_b_20{padding-bottom: 20px;}
.pdd_t_20{padding-top: 20px;}
.pdd_t_0{padding-top: 0 !important;}
.error{color: red; font-style: italic;}
.txt_strong{font-weight: 700 !important;}
.txt_center{text-align:center;}
.green{color: #46a627;}
.trans_2{transition: all  0.2s;	-moz-transition: all  0.2s;	-webkit-transition: all  0.2s;	-o-transition: all  0.2s;}
.trans_3{transition: all  0.3s;	-moz-transition: all  0.3s;	-webkit-transition: all  0.3s;	-o-transition: all  0.3s;}
div.info_message{text-align: center;padding-top: 40px;padding-bottom: 40px;font-size: 22px;font-family: 'roboto_medium';}
iframe{border:0 !important;left:0;}

/* -------------------------------------------
   DYNAMIC LAYOUT
   ------------------------------------------- */
.w_20{width: 20%;}
.w_25{width: 25%;}
.w_30{width: 30%;}
.w_33{width: 33%;}
.w_40{width: 40%;}
.w_50{width: 50%;}
.w_70{width: 70%;}
.w_100{width: 100%;}

/* -------------------------------------------
   HTML,BODY
   ------------------------------------------- */
html,body{
	width:100%;
	height:100%;
	font-family:'roboto',sans-serif;
	font-size: 14px;
	/*color: #c5c5c5;*/
	color: rgba(0,0,0,.87);
	background-color: #ffffff;	
	/*background-color: #FAFAFA;	*/
}

/* -------------------------------------------
   MASK
   ------------------------------------------- */
div.mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index: 39;   
	display: none;
}

/* -------------------------------------------
   HEADER
   ------------------------------------------- */
div.header{
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(104, 89, 122, 0.3);
	background-color: #262626;
}   

div.header div.content{
	height: 100%;	
	padding: 0;
}

div.scroll_top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #E82E45;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	cursor: pointer;
	display: none;
	z-index: 40;
}

div.scroll_top:hover{
	-webkit-box-shadow: 0px 0px 0px 8px rgba(232,46,69,0.3);
	-moz-box-shadow: 0px 0px 0px 8px rgba(232,46,69,0.3);
	box-shadow: 0px 0px 0px 8px rgba(232,46,69,0.3);
}

div.scroll_fix{
	display: block;
}

/* -------------------------------------------
   PAGE HEADER
   ------------------------------------------- */
div.page_header{
	position: relative;
	float: left;
	width: 100%;
	height: 180px;
	padding-bottom: 90px;
	margin-bottom: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}   

div.page_header div.shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
}

div.page_header div.page_title{
	position: absolute;
	bottom: -90px;
	left: 0;
	width: 100%;
	height: 90px;
	font-size: 30px;
	font-weight: 300;
	background-color: #333333;
	color: #ffffff;
	line-height: 90px;
}

div.page_header div.content{
	padding: 0;
}

/* -------------------------------------------
   LOGO
   ------------------------------------------- */
div.header div.logo{
	position: absolute;
	top: 5px;
	left: 0;
	width: 80px;
	height: 90px;
}   

div.header div.logo img{
	height: 100%;
}

/* -------------------------------------------
   MAIN MENU
   ------------------------------------------- */
div.main_menu_cmd{
	position: absolute;
	top: 20px;
	right: 0;
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	cursor: pointer;
	border-radius: 2px;	
}

div.main_menu{
	position: absolute;
	top: 0;
	left: 100px;
	height: 100px;	
}

div.main_menu ul.menu{
	position: relative;
	float: left;
	height: 100px;
	font-family: 'roboto_bold', serif;
}

div.main_menu ul.menu li{
	position: relative;
	float: left;
	height: 100px;
	line-height: 100px; 
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;	
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.main_menu ul.menu p{	
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

div.main_menu ul.menu p{
	color: #ffffff;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;		
}

div.main_menu ul.menu li:hover p{
	color: #f8014c;
}

/*
div.main_menu ul.menu li:hover p a{}
*/

div.main_menu div.sub_menu{
	position: absolute;
	top: 54px;
	left:0;
	max-height: 0px;
	min-width: 200px;
	background-color: #ffffff;
	text-transform: capitalize;
	overflow: hidden;	
	z-index:20;
	font-weight: 300;
	border-left: 3px solid #7bb000;
	transition: max-height  0.4s ease-out;
	-moz-transition: max-height  0.4s ease-out;
	-webkit-transition: max-height  0.4s ease-out;
	-o-transition: max-height  0.4s ease-out;	
}

div.main_menu ul.menu li:hover div.sub_menu{
	max-height: 500px;
	transition: max-height  0.4s ease-in;
	-moz-transition: max-height  0.4s ease-in;
	-webkit-transition: max-height  0.4s ease-in;
	-o-transition: max-height  0.4s ease-in;	
}

div.main_menu div.sub_menu div.sm_voice{
	padding-left: 20px;
	padding-right: 30px;
	height: 50px;
	line-height: 50px;
}

div.main_menu div.sub_menu a, div.main_menu div.sub_menu a:visited{
	color: #676767;
}

div.main_menu div.sub_menu div.sm_voice:hover a{
	color: #F8B334;
}

div.main_menu div.menu_lang{
	display: none;
}

/* -------------------------------------------
   ICON MENU
   ------------------------------------------- */
div.icon_menu{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 10px;
	height: 60px;	
}

div.im_voice{
	position: relative;
	float: left;
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

div.im_voice a, div.im_voice a:visited{
	color: #fff;
}

div.im_voice:hover a{
	color: #f8014c !important;
}

div.im_voice img{
	margin-top: 12px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

div.im_voice:hover img{
	-webkit-box-shadow: 0px 0px 2px 8px rgba(248,1,76,1);
	-moz-box-shadow: 0px 0px 2px 8px rgba(248,1,76,1);
	box-shadow: 0px 0px 2px 8px rgba(248,1,76,1);
}

div.icon_menu div.cart_num{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-color: #E82E45;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	font-size: 12px;
	display: none;
}

/* -------------------------------------------
   FOOTER
   ------------------------------------------- */
div.footer{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;	
	padding-top: 2px;
	background-color: #262626;
	color: #fff;
	margin-top: 50px;
}

div.footer div.neon_line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f8014c;
	box-shadow: 0 0 10px 2px #f8014c;
	z-index: 10;
}

div.footer div.ftitle{
	text-align: center;
	background-color: #153641;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffc40f;
	font-family: 'oswaldbold';
	font-size: 30px;
	text-transform: uppercase;
}

div.footer div.content{
	padding: 0;
}

div.footer span.link{
	line-height: 30px;
	margin-right: 15px;
	white-space: nowrap;
}

div.footer div.f_logo{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

div.footer div.f_logo img{
	height: 200px;
}

div.footer div.f_logo div.f_link{
	font-family: 'roboto_bold';
	font-size: 26px;
}

div.footer div.f_logo div.f_email{
	font-family: 'roboto_bold';
	font-size: 16px;
}


div.footer div.copyright{
	width: 100%;
	height: 45px;
	line-height: 26px;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
	font-family: 'roboto';
}

div.footer div.copyright div{
	width: 100%;
}

div.footer div.copyright a, div.footer div.copyright a:visited{
	color: #E82E45;
}

div.footer a, div.footer a:visited{
	color: #ffffff;
}

div.footer a:hover{
	color: #E82E45;
}

div.footer div.f_content{
	padding: 0 10px;
	margin-bottom: 20px;	
}

div.footer div.f_content span{
	line-height: 24px;
}

div.footer div.f_title{
	font-size: 24px;
	margin-bottom: 10px;
}

/* -------------------------------------------
   SECTION
   ------------------------------------------- */
div.section{
	position: relative;
	float: left;
	width: 100%;
}

div.sec_dark{
	background-color: #222;
}

div.content{
	position: relative;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

div.content_left, div.content_right{
	position: relative;
	float: left;
}


/* -------------------------------------------
   ACCORDION
   ------------------------------------------- */
div.accordion div.a_title{
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-family: 'roboto_bold';
	font-size: 22px;
	text-transform: uppercase;
	color: #222;	
}

div.accordion div.a_cmd{
	display: none;
}

div.acc_open{
	height: auto !important;
}

/* -------------------------------------------
   WINDOW
   ------------------------------------------- */
div.w_mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index: 99;
}
   
div.window{
	position:absolute;
	width:96%;
	height:90%;
	top:5%;
	left:2%;
	border-radius:4px;
	background-color:#ffffff;
	box-shadow:0 3px 8px rgba(0, 0, 0, 0.25);
}

div.window div.w_inner{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
}

div.window div.w_close{
	position:absolute;
	top:0;
	right:0;
	width:36px;
	height:36px;
	background-color:#26CDFF;
	border:1px solid #26CDFF;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	font-size:22px;
	line-height:32px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
/*
div.window div.w_close:hover{
	background-color: #26CDFF;
	border-color: #26CDFF;
}
*/

div.window div.w_content{
	position:relative;	
	width:100%;
	margin:auto;
	clear:both;
}

div.window iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* -------------------------------------------
   SEARCH PANEL
   ------------------------------------------- */
div.search_panel{
	height: 60px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #e6e6e6;
}

div.search_panel div.content{
	padding: 0;
	height: 100%;
}

div.search_panel div.search_cmd{
	position: absolute;
	top: 8px;
	right: 0;
}

div.search_panel div.input_form{
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 44px;
	padding-right: 120px;
}

div.search_panel input{
	border: 1px solid #E6E6E6 !important;
	background-color: #ffffff;
	border-radius: 0 !important;
	height: 44px !important;
}

div.search_panel button.cmd{
	display: none;
}

/* -------------------------------------------
   MAP CANVAS
   ------------------------------------------- */
div.map_canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F1F1F1;
}

/* -------------------------------------------
   TEXT FORMAT
   ------------------------------------------- */
div.sec_title{
	position: relative;
	float: left;
	width: 100%;
	font-family: 'montserratbold', serif;
	color: #222222;
	font-size: 26px;
	padding: 25px 0;
	text-transform: uppercase;
	text-align: center;
}

div.sec_title span{
	padding-bottom: 10px;
}

div.sec_dark div.sec_title{
	color: #fff;
}

div.med_title{
    position: relative;
	float: left;
	width: 100%;
	font-family: 'roboto_bold', serif;
	color: #222;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}

div.text{
	color: #666666;
	font-size: 15px;
	line-height: 26px;
	padding-top: 30px;
	text-align: justify;
}

div.text_med{
	color: #222222;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}

div.title{
	position: relative;
	float: left;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	color: #222222;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

/* -------------------------------------------
   IMAGE FORMAT
   ------------------------------------------- */
img.img_responsive{
	width: auto;
	height: auto;
	max-width: 90%;
}   

/* -------------------------------------------
   BUTTONS
   ------------------------------------------- */
button.cmd{
	background-color: #49D4FF;
	color: #fff;
	font-family: 'roboto_bold';
	cursor: pointer;
	border: 1px solid #49D4FF;
	border-radius: 2px;
	text-transform: uppercase;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;	
}

button.cmd:hover{
	background-color: #577FFF;
	border-color: #577FFF;
}

button.cmd_label{
	width: auto;
	height: 44px;
	line-height: 44px;
	background-color: #E82E45;
	color: #fff;
	font-family: 'roboto_bold';
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #E82E45;
	border-radius: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 10px;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;	
}

button.cmd_label:hover{
	-webkit-box-shadow: 0px 0px 0px 8px rgba(232,46,69,0.3);
	-moz-box-shadow: 0px 0px 0px 8px rgba(232,46,69,0.3);
	box-shadow: 0px 0px 0px 8px rgba(232,46,69,0.3);
}

button.gray{
	background-color: #fff;
	border-color: #CCC !important;
	color: #CCC;
}

button.gray:hover{
	background-color: #ccc !important;
	color: #fff !important;
}

button.red{
	color: #FF8463;
	border-color: #FF8463 !important;
	background-color: #fff;
}

button.red:hover{
	background-color: #FF8463 !important;
	color: #fff !important;
}

div.cmd_dual{
	position: relative;
	float:left;
	height: 44px;
	line-height: 44px;
	background-color: #49D4FF;
	color: #ffffff;
	font-family: 'roboto_bold';
	font-size: 14px;
	padding-left: 15px;
	padding-right: 59px;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;	
}

div.cmd_dual div.icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	font-size: 17px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}

div.cmd_dual button{
	width: auto;
	height: 44px;
	background-color: transparent;
	border: none;	
	font-family: 'roboto_bold';
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

div.cmd_dual:hover{
	background-color: #577FFF;
}

/* -------------------------------------------
   PAGINATION
   ------------------------------------------- */
div.pagination{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

div.pagination button{
	width: 44px;
	height: 44px;
	background-color: transparent;
	color: #CCC;
	font-family: 'roboto_bold';
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-right: 5px;
	text-transform: uppercase;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;	
}

div.pagination button:hover{
	border-color: #ccc;
	background-color: #ccc;
	color: #fff;
}

div.pagination button.selected{
	background-color: #49D4FF;
	border-color: #49D4FF;
	color: #fff;
}


/* -------------------------------------------
   INPUT FORM
   ------------------------------------------- */
div.input_form{}

div.input_form input, div.input_form select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
	color: #333;
	padding: 0 20px;
	font-size: 14px;
	font-family:'roboto',sans-serif;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.input_form input:focus{
	border-color: #577FFF;
}

div.input_form input.red{
	border-color: #FF8463;
}

/* -------------------------------------------
   TABLES
   ------------------------------------------- */
div.table{
	width: 100%;
	margin: 15px 0;
	font-size: 14px;
	/*font-family: 'Roboto';*/
}

div.table div.tr{
	position: relative;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}   

div.table div.pair{
	background-color: #F2F2F2;
}

div.table div.tr div.td{
	position: relative;
	float: left;
	padding: 10px 5px;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}   

div.table a, div.table a:visited{
	color: #3b3b3b;
}

div.table a:hover{
	color: #F8B334;
}