/* -------------------------------------------
   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;}

/* -------------------------------------------
   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 Slab',sans-serif;
	font-size:14px;
	color:#3b3b3b;
	background-color:#ffffff;	
}

/* -------------------------------------------
   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_space{
	width: 100%;
	height: 174px;
}

div.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}   

div.header div.head{
	position: relative;
	float: left;
	width: 100%;
	height: 126px;
	background-color: #ffffff;
}

div.header div.content{
	height: 100%;	
	padding: 0;
}

div.header_fix{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

div.header_fix div.topbar{
	display: none !important;
}

div.scroll_top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #e60003;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	cursor: pointer;
	display: none;
	z-index: 40;
}

div.scroll_fix{
	display: block;
}

/* -------------------------------------------
   TOP BAR
   ------------------------------------------- */
div.header div.topbar{
	position: relative;
	float: left;
	width: 100%;
	height: 48px;
	background-color: #EAEAEA;
	color: #838383;	
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

div.header div.topbar div.tvoice{
	position: relative;
	float: left;
	height: 48px;
	line-height: 48px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	cursor: pointer;
}

div.header div.topbar div.tvoice img{
	margin-top: 12px;
}

div.header div.topbar div.tvoice:hover span.icon{
	background-color: #1c8bf5;
	color: #ffffff;
}

div.header div.topbar .right{
	float: right !important;
}

div.header div.topbar a, div.header div.topbar a:visited{
	color: #838383;
}

div.header div.topbar span.icon{
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 10px;
	padding: 10px;
	color: #1c8bf5;
	transition: all  0.4s ease;
	-moz-transition: all  0.4s ease;
	-webkit-transition: all  0.4s ease;
	-o-transition: all  0.4s ease;	
}

/* -------------------------------------------
   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;
}

div.h_mini{
	height: 90px;
	padding-bottom: 0;
}

div.h_mini div.page_title{
	bottom: 0;
}

/* -------------------------------------------
   LOGO
   ------------------------------------------- */
div.header div.logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 105px;
}   

div.header div.logo img{
	height: 100%;
}

/* -------------------------------------------
   MAIN MENU
   ------------------------------------------- */
div.main_menu_cmd{
	position: absolute;
	top: 34px;
	right: 10px;
	width: 44px;
	height: 44px;
	color: #ffffff;
	background-color: #1c8bf5;
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	cursor: pointer;
	border-radius: 2px;	
}

div.main_menu{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 10px;
	height: 54px;	
}

div.main_menu ul.menu{
	position: relative;
	float: left;
	height: 54px;
	font-family: 'Roboto Slab', serif;
}

div.main_menu ul.menu li{
	position: relative;
	float: left;
	height: 54px;
	line-height: 54px; 
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;	
	border-right: 1px solid #ebebeb;
	border-bottom: 4px solid transparent;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.main_menu ul.menu p{	
	color: #222222;
	font-size: 14px;
}

div.main_menu ul.menu p a, div.main_menu ul.menu p a:visited{
	color: #222222;
}

div.main_menu ul.menu li:hover{
	border-bottom-color: #1c8bf5;
}

/*
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: 250px;
	background-color: #ffffff;
	text-transform: capitalize;
	overflow: hidden;	
	z-index:20;
	font-weight: 300;
	border-left: 3px solid #1c8bf5;
	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: #e60003;
}

/* -------------------------------------------
   FOOTER
   ------------------------------------------- */
div.footer{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10px;	
	background-color: #333333;
	color: #ffffff;
	text-align: center;
}

div.footer div.content{
	padding: 0;
}

div.footer span.link{
	line-height: 30px;
	margin-right: 15px;
	white-space: nowrap;
}

div.footer div.copyright{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	margin-top: 40px;
	padding-top: 10px;	
	font-weight: 300;	
	border-top: 1px solid #545454;
	font-size: 13px;
}

div.footer div.copyright a, div.footer div.copyright a:visited{
	color: #1c8bf5;
}

div.footer a, div.footer a:visited{
	color: #ffffff;
}

div.footer a:hover{
	color: #e60003;
}

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.section_bg{
	position: relative;
	float: left;
	width: 100%;	
	background-color: #26CDFF;
}

div.content{
	position: relative;
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	clear: both;
}

/* -------------------------------------------
   HOME SLIDER
   ------------------------------------------- */
div.slider{
	width: 100%;
	background-color: #f8f8f8;
}   

div.slider div.slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

div.slider div.stemma{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -75px;
	width: 150px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

div.slider div.slide_shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255,255,255,0.7);*/
}

div.slider div.slide_bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	font-family: 'Roboto Slab',serif;
	font-size: 30px;
	font-weight: 300;
	text-align: left;
	background-color: rgba(0,0,0,00.7);
	color: #ffffff;
	line-height: 90px;
}

div.slider div.slide_action{
	position: absolute;
	top: 50%;
	right: 0;	
	height: 44px;
	margin-top: -22px;
}

div.slider div.content{
	padding: 0;
}

div.slider div.slide_slogan{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	font-family: 'Roboto Slab',serif;
	font-size: 45px;	
	text-align: center;
}

/* -------------------------------------------
   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 div.search_cmd{
	position: absolute;
	top: 0;
	right: 0;
}

/* -------------------------------------------
   MAP CANVAS
   ------------------------------------------- */
div.map_canvas{
	width: 100%;
	height: 400px;
	background-color: #F1F1F1;
	padding: 10px;
}

/* -------------------------------------------
   TEXT FORMAT
   ------------------------------------------- */
div.sec_title{
	position: relative;
	float: left;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	color: #222222;
	font-size: 30px;
	margin-bottom: 60px;
	text-transform: capitalize;
	text-align: center;
}

div.sec_title span{
	border-bottom: 5px solid #1c8bf5;
	padding-bottom: 10px;
}

div.med_title{
    position: relative;
	float: left;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	color: #666666;
	font-size: 30px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: capitalize;
	text-align: center;
}

div.text{
	color: #666666;
	font-size: 14px;
	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{
	width: 100%;
	background-color: #1c8bf5;
	color: #ffffff;
	font-family: 'roboto_bold';
	font-size: 14px;
	padding: 12px 0;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;	
}

button.cmd:hover{
	background-color: #e60003;
}

div.cmd_dual{
	position: relative;
	height: 44px;
	line-height: 44px;
	background-color: #1c8bf5;
	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{
	height: 44px;
	background-color: transparent;
	border: none;	
	font-family: 'roboto_bold';
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}

div.cmd_dual:hover{
	background-color: #e60003;
}

/* -------------------------------------------
   PAGINATION
   ------------------------------------------- */
div.pagination{
	margin-top: 20px;
}

div.pagination button{
	background-color: #B1B1B1;
	color: #ffffff;
	font-family: 'roboto_bold';
	font-size: 14px;
	padding: 12px 15px;
	cursor: pointer;
	border: none;
	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{
	background-color: #e60003;
}

div.pagination button.selected{
	background-color: #1c8bf5;
}


/* -------------------------------------------
   INPUT FORM
   ------------------------------------------- */
div.input_form{
	margin-bottom: 30px;
}

div.input_form input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border: 1px solid #ccc;
	background-color: #e8e8e8;
	color: #333333;
	padding: 0 20px;
	font-size: 14px;
	font-family:'Roboto Slab',sans-serif;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.input_form input:focus{
	border-color: #1c8bf5;
}

/* -------------------------------------------
   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: #e60003;
}