/* -------------------------------------------
   COMMON
   ------------------------------------------- */
*{margin:0;padding:0;}
h1,h2{display:none;}
.bb{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}	
a, a:visited{text-decoration: none;color:#3b3b3b;}
a.white, a.white:visited{color:#ffffff !important;}
.link{cursor: pointer;}
.link:hover{text-decoration: underline;}
.link2{cursor: pointer; text-transform: uppercase; font-size:12px;}
.link2:hover{text-decoration: underline;}
.desc{color: #878c92;}
.cm_name{color: #3b3b3b; font-size: 14px;}
.cm_brand{color: #bcbcbc; text-transform: uppercase; letter-spacing: 1px;}
.cm_price{font-size: 20px; color: #222222;}
.cke_contents{float:none;}
span.code{color: #000000;}
span.privacy a, span.privacy a:visited{text-decoration: underline; color: #222222;} 
.w_100{width: 100%;}
.underl{text-decoration: underline;}
.txt_cen{text-align: center;}
.txt_rob{font-family: 'roboto_condensedregular';font-size: 15px;}
.footer span.high{color: #ffffff;}
.bg_cover{	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* -------------------------------------------
   HTML,BODY
   ------------------------------------------- */
html,body{
	width:100%;
	height:100%;
	font-family:'montserratregular',arial,sans-serif;
	font-size:14px;
	color:#3b3b3b;
	background-color:#ffffff;
}

div.rl{
	position: relative;
	float: left;
}

div.rr{
	position: relative;
	float: right;
}


/* -------------------------------------------
   HEADER
   ------------------------------------------- */
div.header{
	width: 100%;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
	background-color: #29333D;
}

/* -------------------------------------------
   TOP BAR
   ------------------------------------------- */
div.top_bar{
	width: 100%;
	height:38px;	
	background-color: #29333D;
	color: #b9bfc6;
	font-family: 'roboto_condensedregular';
}   

div.top_bar a, div.top_bar a:visited{
	color: #b9bfc6;
}

div.top_bar div.content{
	border-bottom: 1px solid #3b4d5d;
	height: 100%;
}

div.top_bar div.quick_call{
	margin-left: 250px;
	height: 38px;
	line-height: 38px;
}

div.top_bar ul.social{
	position: relative;
	float: right;
	height: 38px;
}

div.top_bar ul.social li{
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
	line-height: 42px;
	text-align: center;
	margin: 0;
	list-style: none;
	border-left: 1px solid #3b4d5d;
}

div.top_bar ul.social li span{
	font-size: 20px;
}

div.top_bar ul.social li:hover a{
	color: #ffffff !important;
}

div.top_bar div.tb_right{
	float: right;
}

div.top_bar div.tb_voice{
	line-height: 32px;
	font-size:12px;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	cursor: pointer;
}

div.top_bar div.tb_voice:hover{
	text-decoration: underline;
}

/* -------------------------------------------
   FOOTER
   ------------------------------------------- */   
div.footer{
	width: 100%;
	/*background-color: rgba(41,51,61,0.95);*/
	color: #878c92;	
	font-family: 'roboto_condensedregular';	
	background-image: linear-gradient(rgba(41,51,61,0.95), rgba(41,51,61,0.95)), url('../images/bg_footer.jpg');
}   

div.footer div.f_voice a, div.footer div.f_voice a:visited{
	color:#666666;
}

div.footer div.content{
	padding-top: 10px;
}

div.footer a, div.footer a:visited{
	color: #ffffff;
}

div.copyright{
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1A2229;
}

div.copyright div.content{
	padding-top: 0;
	padding-bottom: 0;
}

div.copyright a, div.copyright a:visited{
	color: #d84949;
}

div.social{
	width: 130px;
	text-align: center;
	padding-top: 15px;
	left: 50%;
	margin-left: -65px;
}

div.social div.s_icon{
	width: 36px;
	height: 36px;
	margin-right: 5px;
	line-height: 36px;
	font-size: 20px;
}

/* -------------------------------------------
   SEARCH PANEL
   ------------------------------------------- */
div.search_panel{
	width: 100%;	
	border-bottom: 1px solid #dddddd;
	background-color: #EFEFEF;
	overflow: hidden;
	transition: max-height  1s ease-out;
	-moz-transition: max-height  1s ease-out;
	-webkit-transition: max-height  1s ease-out;
	-o-transition: max-height  1s ease-out;	
}

div.search_panel button.cmd{
	width: 96%;
	margin-left: 2%;
}

div.search_panel button.cmd span{
	font-size: 18px;
}

div.search_panel div.src_cmd{
	position: absolute;
	top: 0;
	right: 0;
}

div.search_advanced{
	max-height: 1000px !important;
}


/* -------------------------------------------
   STRUCTURE
   ------------------------------------------- */
div.section{
	width: 100%;
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
}

div.section_grey{
	width: 100%;
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
	background-color: #efefef;
}

div.content{
	position: relative;
	float: left;
	clear: both;
}

div.content_left{	
	margin: 10px;
	margin-top: 20px;
	margin-left: 0;
}

div.content_right{
	margin-top: 20px;
}

div.content_box{
	width: 100%;
	margin-bottom: 20px;
}

div.separator{
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #d5d9dd;
}

div.box{
	width: 100%;
	border-radius: 3px;
	padding: 10px;
}

div.box div.b_title{
	width: 100%;
	font-family: 'montserratregular';
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	color: #3b3b3b;
}

div.box_border{
	width: 100%;
	border-radius: 3px;
	border:1px solid #d5d9dd;
}

div.box_border div.b_title{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	background-color: #efefef;
	border-bottom: 1px solid #d5d9dd;
	padding-left: 10px;
	font-family: 'montserratlight';
	color: #262624;
}

div.box_border div.b_content{
	padding: 10px;
	font-size: 14px;
	color: #191919;
}

div.box div.b_contact{
	width: 100%;
	height: 26px;
	line-height: 26px;
}

div.dark{
	background-color: #29333d;
	color: #b9bfc6;
}

div.dark div.b_title{
	color: #D84949;
}

div.dark a, div.dark a:visited{
	color: #ffffff !important;
	font-family: 'roboto_condensedregular';
	font-size: 15px;
} 

div.box_line{
	width: 100%;
	margin-bottom: 10px;
}

/* -------------------------------------------
   MENU
   ------------------------------------------- */  
div.menu_canvas{	
	font-family: 'roboto_condensedregular';
	text-transform: uppercase;		
}

ul.menu{
	position: relative;
	height:100%;
}

ul.menu li.mn_home{
	display: none;
}

ul.menu li{	
	white-space: nowrap;	
	list-style: none;
	display: inline-block;
	cursor: pointer;
}

ul.menu li a, ul.menu li a:visited{
	color: #b9bfc6;
}

ul.menu li:hover{
	background-color: #374857;
	color: #ffffff;
}

ul.menu li:hover a, ul.menu li:hover a:visited{
	color: #ffffff;
}

/*
ul.menu div.sub_menu{
	position: absolute;
	float: none;
	top:52px;
	left:0;
	max-height: 0px;
	width:100%;
	background-color: #ffffff;
	box-shadow:0 2px 10px -2px rgba(0,0,0,.3);
	text-transform: capitalize;
	overflow: hidden;
	z-index:20;
	transition: max-height  0.3s ease-out;
	-moz-transition: max-height  0.3s ease-out;
	-webkit-transition: max-height  0.3s ease-out;
	-o-transition: max-height  0.3s ease-out;	
}

ul.menu li.m_voice:hover div.sub_menu{
	max-height: 500px;
	transition: max-height  0.3s ease-in;
	-moz-transition: max-height  0.3s ease-in;
	-webkit-transition: max-height  0.3s ease-in;
	-o-transition: max-height  0.3s ease-in;	
}

ul.menu div.sub_menu div.sub_canvas{
	background-color: #ffffff;	
}

ul.menu div.sub_menu div.sub_section{
	padding: 15px;
	background-color: #ffffff;
}

ul.menu div.sub_menu div.sub_side{
	padding: 15px;
}

ul.menu div.sub_menu div.cover{
	width: 100%;
	height: 120px;
	margin-top: 15px;
	border-radius: 6px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ececec;
}
*/

/* -------------------------------------------
   COMMON
   ------------------------------------------- */
table.info{
	width: 100%;
	border: 1px solid #d5d9dd;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #191919;
}

table.info td{
	padding: 10px;
	border: 1px solid #d5d9dd;
	border-collapse: collapse;
}

table.info div.td_title{
	color: #878c92;
}

table.info td.qnt{
	width: 100px;
	text-align: center;
}

table.info td.num{
	width: 150px;
	text-align: right;
}


/* -------------------------------------------
   SIDEBAR
   ------------------------------------------- */  
div.sidebar_button{     
   	position: fixed;
   	top: 34px;
   	right: 0;
   	width: 46px;
   	height: 46px;
   	z-index: 87;   
   	font-size: 24px;
   	text-align: center;
   	line-height: 46px;
   	cursor: pointer;
   	border-top-left-radius: 3px;
   	border-bottom-left-radius: 3px;
   	background-color: #29333d;
   	border: 1px solid #3b4d5d;
   	border-right: 0;
   	color: #ffffff;
}

div.sidebar{
	position: fixed;
   	top: 0;
   	left: -300px;
   	width: 300px;
   	height: 100%;
   	z-index: 90;
   	background-color: #29333d;
   	border-right: 1px solid #3b4d5d;
   	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

div.sidebar_shadow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 89;
	display: none;
}

div.sidebar div.logo{
	width: 64px;
	height: 64px;
}

div.sidebar div.sd_title{
	position: absolute;
	left: 70px;
	top: 8px;
	width: 220px;
	font-size: 22px;
	color: #ffffff;
	font-family: 'montserratregular';
	letter-spacing: 1px;
	line-height: 27px;
}

ul.sidebar li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #ffffff;
    white-space: nowrap;
    list-style: none;
    border-bottom: 1px solid #3b4d5d;
}

ul.sidebar li span{
	padding-left: 10px;
}

ul.sidebar li a,ul.sidebar li a:visited {
	color: #b9bfc6;
}

div.sidebar div.contact{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

div.sidebar div.sd_contact{
	width: 100%;
	line-height: 30px;
	color: #b9bfc6;
	font-family: 'roboto_condensedregular';
	font-size: 15px;
}

div.sidebar div.contact a,ul.sidebar div.contact a:visited {
	color: #ffffff;
}


/* -------------------------------------------
   SLIDER
   ------------------------------------------- */  
div.slider{
	width: 100%;		
}

div.slider div.slide{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;	
	opacity:0;
	filter:alpha(opacity=0);
	z-index:10;
	overflow: hidden;
}

div.slider div.slide_sel{
	opacity:1;
	filter:alpha(opacity=100);
	z-index:20;
}

div.slider div.slide_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

div.slider div.slide_title{
	position:absolute;
	font-family:'montserratregular';
	color:#ffffff;
	text-shadow: 1px 1px #000000;
	text-transform:uppercase;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;	
}

div.slider div.slide_sub{
	font-family:'montserratregular';
	color:#d84949;
	letter-spacing:0px;
	text-transform:none;
}

div.slider div.slide_note{
	font-family:'montserratregular';
	text-transform: none;
	color: rgba(255, 255, 255, 0.9);
}

/* -------------------------------------------
   COMPANY
   ------------------------------------------- */
div.com_logo{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
	left: 50%;
	margin-left: -55px;
	background-color: #c3c3c3;
	border: 1px solid #ffffff;
}   

/* -------------------------------------------
   BUILDING
   ------------------------------------------- */ 
div.building{
	color: #ffffff;
	margin-bottom: 10px;
	font-family: 'montserratregular';
}   

div.building a,div.building a:visited{
	color: #ffffff;
}

div.building a:hover{
	text-decoration: underline;
}

div.building div.bld_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.building div.bld_mask{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #000000 , transparent);
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.building div.bld_sale{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'roboto_condensedregular';
}

div.building div.bld_info{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
}

div.building div.bld_name{
	width: 80%;
	font-family: 'montserratbold';
	font-size: 22px;
	margin-bottom: 4px;
	text-shadow: 1px 1px #000000;
}

div.building div.bld_city{
	width: 100%;
	margin-bottom: 4px;
	text-shadow: 1px 1px #000000;
}

div.building div.bld_price{
	border-radius: 3px;
	background-color: #D84949;
	color: #ffffff;
	padding: 10px;
	margin-top: 5px;
}

div.building div.bld_option{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.building div.bld_icon{
	padding: 10px;
	white-space: nowrap;
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
	margin-right: 10px;
	border-radius: 3px;
}

div.bld_on_sale{
	background-color: #0097d6;
	color: #ffffff;
}

div.bld_on_rent{
	background-color: #7faf1b;
	color: #ffffff;
}

/* -------------------------------------------
   BUILDING POST
   ------------------------------------------- */ 
div.bld_post{
	width: 96%;
	margin-left: 2%;
	border: 1px solid #d5d9dd;
	border-radius: 3px;	
	margin-bottom: 20px;
	text-align: center;
}

div.bld_post a,div.bld_post a:visited{
	/*color: #ffffff;*/
}

div.bld_post a:hover{
	text-decoration: underline;
}

div.bld_post div.bld_image{
	width: 100%;
}

div.bld_post div.bld_sale{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'roboto_condensedregular';
}

div.bld_post div.bld_category{
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 26px;
	line-height: 26px;
	background-color: #29333D;
	color: #ffffff;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

div.bld_post div.bld_name{
	width: 96%;
	height: 80px;
	font-family: 'montserratregular';
	font-size: 18px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
}

div.bld_post div.bld_city{
	padding-top: 5px;
	font-size: 14px;
	color: #878c92;
}

div.bld_post div.bld_price{
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #D84949;
	color: #ffffff;
}

div.bld_post div.bld_option{	
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.bld_post div.bld_voice{
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #d5d9dd;
}

div.bld_post div.bld_vleft{
	text-align: left;
	color: #878c92;
}

div.bld_post div.bld_vright{
	text-align: right;
	color: #000000;
}

div.bld_post div.bld_icon{
	padding: 10px;
	white-space: nowrap;
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
	margin-right: 10px;
	border-radius: 3px;
}

div.bld_post div.bld_code{
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EFEFEF;
	border-top: 1px solid #d5d9dd;	
	font-family: 'roboto_condensedregular';	
}

/* -------------------------------------------
   BUILDING DETAILS
   ------------------------------------------- */ 

div.bld_details{
	width: 100%;
	border: 1px solid #d5d9dd;
	border-radius: 3px;	
}

div.bld_details div.bldd_title{
	width: 100%;
	padding: 10px;
}

div.bld_details div.bldd_code{
	font-size: 14px;
	color: #878c92;
}

div.bld_details div.bldd_title_med{
	width: 100%;
	font-size: 20px;
	padding: 10px;
	margin-top: 20px;
}

div.bld_details div.bldd_sec_pd{
	width: 100%;
	padding: 10px;
}

div.bld_details div.bldd_image{
	width: 100%;
}

div.bld_details div.bldd_canvas{
	position: relative;
	width: 100%;
	cursor: pointer;
}

div.bld_details div.bldd_images{
	width: 100%;
}

div.bld_details div.img_mini{
	width: 140px;
	height: 90px;
	margin: 5px;
	cursor: pointer;
}

div.bld_details div.img_mini img{
	width: 100%;
	height: 100%;
}

div.bld_details div.bldd_price{
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 130px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #d84949;
	color: #ffffff;
	font-size: 16px;
	font-family: 'montserratsemi_bold';
}

div.bld_details div.bldd_sale{
	position: absolute;
	bottom: 0;
	left: 130px;
	height: 48px;
	min-width: 130px;
	line-height: 48px;
	text-align: center;
	background-color: #29333D;
	color: #ffffff;
	font-size: 16px;
	font-family: 'montserratsemi_bold';	
}

div.bld_details div.bldd_tag{
	position: relative;
	float: left;
	margin: 5px;
	margin-left: 0;
	background-color: #D84949;
	color: #ffffff;
	padding: 5px;
	white-space: nowrap;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: 'roboto_condensedregular';	
	font-size: 14px;
}

div.bld_details div.bldd_energy{
	width: 100%;
	padding: 10px;	
	padding-top: 60px;
}

div.bld_details div.bldd_eclass{
	height: 32px;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
}

div.bld_details div.bldd_eclass div.ipe{
	position: absolute;
	width: 100%;
	height: 48px;
	line-height: 32px;
	top: -48px;
	left: 0;
	color: #191919;
}

div.bld_details div.bldd_eclass div.ipe_icon{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	line-height: 22px;
	text-align: center;
}


/* -------------------------------------------
   SERVICES
   ------------------------------------------- */
div.service{
	min-height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}   

div.service div.s_inner{
	background-color: #ffffff;
	padding: 20px;
	width: 90%;
	min-height: 206px;
	margin-left: 5%;
}

div.service div.s_title{
	width: 100%;
	font-family: 'montserratregular';
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	color: #D84949;
	padding-bottom: 15px;
}

/* -------------------------------------------
   STAFF
   ------------------------------------------- */
div.staff{
	min-height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}   

div.staff div.st_image{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	left: 50%;
	margin-left: -110px;
	background-color: #EFEFEF;
}

div.staff div.st_name{
	width: 100%;
	font-family: 'montserratregular';
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.staff div.st_prof{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.staff div.st_contact{
	width: 100%;
	font-family: 'montserratbold';
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.staff div.st_contact a, div.staff div.st_contact a:visited{
	color: #D84949;
}


/* -------------------------------------------
   MAP
   ------------------------------------------- */
div.map{
	width: 100%;
	height: 460px;
	margin-bottom: 20px;
}   

/* -------------------------------------------
   INPUT
   ------------------------------------------- */
input.field, select.field{
	width: 96%;
	height: 42px;
	background-color: #ffffff;
	border: 1px solid #d5d9dd;
	color: #444444;
	border-radius: 3px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

/* -------------------------------------------
   TITLE
   ------------------------------------------- */ 
div.title_big{	
	width: 100%;
	min-height: 50px;
	text-transform: uppercase;
	color: #3b3b3b;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: 'montserratregular';
	text-align: left;
}

/* -------------------------------------------
   IMAGES
   ------------------------------------------- */ 
div.image_big{	
	width: 100%;
	height: 420px;
	margin-bottom: 20px;
}

/* -------------------------------------------
   BUTTON
   ------------------------------------------- */
button.cmd, input.cmd{
	width: 100%;
	height: 42px;
	background-color: #29333d;
	border: 2px solid #29333d;
	cursor: pointer;
	color: #ffffff;
	border-radius: 3px;
	white-space: nowrap;
	margin-top: 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

button.cmd:hover, input.cmd:hover{
	background-color: #D84949;
	border-color: #D84949;
	color: #ffffff;
}

button.grey{
	background-color: #cccccc;
	border-color: #cccccc;
	color: #666666;
}

/* -------------------------------------------
   WINDOW
   ------------------------------------------- */
div.w_mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:200;
}
   
div.window{
	position:absolute;
	width:96%;
	height:90%;
	top:5%;
	left:2%;
	background-color:#ffffff;
	border: 1px solid rgba(45, 45, 50, 0.8);
}

div.window div.w_inner{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	padding: 20px;
	overflow:hidden;
	overflow-y:auto;
}

div.window div.w_close{
	position:absolute;
	width:36px;
	height:36px;
	background-color:#222222;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	font-size:22px;
	line-height:32px;
}

div.window div.w_content{
	position:relative;	
	width:100%;
	margin:auto;
	clear:both;
}

div.window iframe{
	width: 100%;
	height: 100%;
}
 
/* -------------------------------------------
   MESSAGE
   ------------------------------------------- */
div.message{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 90px;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.message div.m_icon{
	position: absolute;
	float: none;
	top:0;
	left: 0;
	width: 64px;
	height: 64px;
	border: 1px solid #b0b0b0;
	border-radius: 50%;
	text-align: center;
	line-height: 64px;
}

div.message div.m_confirm{
	color: #28a864;
}

div.message div.m_error{
	color: #c41f1f;
}

div.message div.m_toolbar{
	clear: both;
}

div.message_big{	
	font-size: 18px;
}

div.message_big div.m_title{
	clear: both;
	font-size: 32px;
	margin-bottom: 10px;
}

div.message_big div.m_desc{
	clear: both;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.support_message{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F4F4F4;
	font-size: 18px;
	padding: 10px;
	border-radius: 4px;
	font-family: 'archivo_narrowitalic';
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

/* -------------------------------------------
   IFRAME
   ------------------------------------------- */
iframe{
	position: relative;
	float: left;
	border: 0;
	width: 100%;
	height: 100%;
	display: none;
}   

/* -------------------------------------------
   PAGINATION
   ------------------------------------------- */
div.tool_pagination{
	width: 100%;	
}

div.tool_pagination div.ptoolbar{
	float: right;
	height: 40px;
}

div.tool_pagination div.ptoolbar button{
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #29333D;
	font-size: 14px;
	font-family: 'roboto_condensedregular';
	margin-right: 4px;
	color: #29333D;	
	background-color: #ffffff;
	cursor: pointer;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.tool_pagination div.ptoolbar button:hover, div.tool_pagination div.ptoolbar button.selected{
	border-color: #D84949;	
	color: #D84949;
}

/* -------------------------------------------
   COMMON COMPONENTS
   ------------------------------------------- */
div.nav_menu{
	width: 100%;
	margin-bottom: 25px;
}

div.nav_menu div.n_voice{
	width: 100%;
	line-height: 30px;
}

div.site_list{
	width: 100%;
}

div.site_list div.s_line{
	width: 100%;
	/*min-height: 180px;*/
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

div.site_list div.s_head{
	padding: 10px;
	width: 100%;
	background-color: #F4F4F4;
}

div.site_list div.s_block{	
}

div.site_list div.s_block_r{	
	float: right;
}

div.site_list div.s_action{
	float: right;	
	padding: 10px;
	text-align: center;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.site_list div.s_action button{
	width: 90%;
	margin: auto;
	margin-top: 5px;
}

div.site_list div.s_check{	
	width: 30px;
	text-align: center;
}

div.site_list div.s_sec{
	width: 100%;
	text-transform: uppercase;
}

div.site_list div.s_data{
	width: 100%;
}

div.site_list div.s_riep{
	float: right;
}

div.site_list div.s_info{
	padding: 10px;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.site_list div.s_status{
	width: 100%;
	font-size: 20px;
	color: #373737;
}

div.site_list div.s_image{
	width: 100%;
	min-height: 62px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.site_list div.s_thumb{
	width: 62px;
	height: 62px;
	margin-right: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

div.alpha{
	width: 100%;
	min-height: 50px;
	margin-bottom: 20px;
}

div.alpha div.letter{
	width: 42px;
	height: 42px;
	text-align: center;	
	overflow: hidden;	
}

div.alpha div.letter a{
	width: 42px;
	height: 42px;
	border:1px solid #dcdcdc;
	line-height: 43px;
	text-transform: uppercase;
	display: block;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

div.alpha div.letter:hover a{
	text-decoration: underline;
}

div.letter_list{
	width: 100%;
}

div.letter_voice{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

div.letter_voice div.l_label{
	width: 60px;
	text-align: center;
	font-size: 20px;
}

div.letter_voice div.l_link{
	padding-left: 20px;
	padding-right: 20px;
}

div.letter_voice div.l_link:hover{
	text-decoration: underline;
}

div.html_desc{
	width: 100%;
	padding-top: 20px;
	color: #777777;	
	font-size: 16px;
}

div.text_desc{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #777777;	
	font-size: 16px;
}

div.text_desc_mini{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}


/* -------------------------------------------
   OBJECT SLIDE
   ------------------------------------------- */
div.object_slide_container{
	width: 100%;
}

div.object_slide{
	width: 100%;
	height: 100px;	
}

div.object_slide div.obj_canvas{
	position: absolute;
	left: 0;
	top: 0;
}

div.object_slide_container div.arrow{
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 19px;
	top: 50%;
	margin-top: -16px;
	z-index: 15;
	cursor: pointer;
	border: 3px solid #29333D;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
div.object_slide_container div.arrow:hover{
	color: #d84949;
	border-color: #d84949;
}

div.object_slide_container div.ar_left{
	left: 10px;
}

div.object_slide_container div.ar_right{
	right: 10px;
}

/* -------------------------------------------
   TOAST
   ------------------------------------------- */
div.toast span.msg{
	font-family: 'roboto_condensedregular' !important;
	font-size: 14px !important;
	text-transform: uppercase;
	border-radius: 0 !important;
}

/* -------------------------------------------
   HOME CANVAS
   ------------------------------------------- */
div.home_canvas div.b_bg{
	position: absolute;
	float: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

div.home_canvas div.h_box:hover div.b_bg{
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
}

div.home_canvas div.h_box{
	position: absolute;
	background-color: #ececec;
	margin: 0;
	overflow: hidden;
}

   