/*---------------------------
[Template Structure]

Project:	 SlideOut
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------


@charset "UTF-8";

/* 1. General */


body{
	height:100%;
    background-color:#FFFFFF;
}
#mm-0{	 overflow: hidden;}
.disabled{display:none;}

.larger-font{
    font-size:13px;
    line-height:30px!important;
}

.larger-font li{
    font-size:13px;
    line-height:30px!important;
}

::-webkit-scrollbar { 
    display: none; 
}

/*Bottom Ball Menu*/

.menu-wrapper-background{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display:none;
}

/*Top Sliding Menu*/

.menu-top{
    position:fixed!important;
    z-index:999999999;
    max-height:428px;
    width:300px!important;
    left:50%;
    margin-left:-150px;
    border:solid 1px #cacaca;
}


.active-submenu{
    display:block;
    min-height:100%;
    max-height:500px!important;
}

.active-menu .fa-circle{
    color:#2ecc71!important;
    margin-top:26px;
}


.menu-top li{list-style:none; margin-bottom:0px;}
.menu-top li a:hover{background-color:rgba(0,0,0,0.05)!important; }
.submenu{margin-bottom:0px;}


.page-content{
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    transition:all 350ms ease;
}

.menu-top{
    border-top:solid 1px rgba(0,0,0,0.1);   
    background-color:rgba(255,255,255,1);
    position:absolute;
    width:100%;
    z-index:99999999;
    height:100%;
    top:-500px;
    overflow:scroll!important;
    -webkit-overflow-scrolling: touch!important;
    transition:all 350ms ease;
    border-radius:10px;
}

.show-menus{
    top:50%;
    margin-top:-210px;
    transition:all 350ms ease;
}

.menu-top span{
    border-bottom:solid 1px rgba(0,0,0,0.01); 
    display:block;
    font-size:11px;
    font-family:'Roboto', sans-serif;
    text-align:Center;
    padding-top:5px;
    padding-bottom:5px;
}

.menu-top a i{
    position:absolute;
    margin-top:24px;
    margin-left:-40px;
    font-size:14px;
}

.menu-top .fa-circle{
    /*position:absolute!important;*/
    float:right;
    right:0px;
    margin-right:25px;
    font-size:8px;
    margin-top:29px;
}

.menu-top .fa-angle-right{  
    position:absolute;
    left:40px;
    top:-3px;
}

.menu-top .fa-plus{
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    position:absolute!important;
    right:0px;
    margin-right:24px;
    font-size:11px;
    margin-top:27px;
    transition:all 350ms ease;
}

.menu-top a{
    font-size:13px;
    font-weight:500;
    padding-left:70px;
    color:#3b4043;
    line-height:60px;
    border-bottom:solid 1px rgba(0,0,0,0.1); 
}

.submenu li:last-child{
    border-bottom:solid 1px rgba(0,0,0,0.08)!important;
}

.menu-top a:hover{color:#000000;}

/*.submenu{display:none;}*/

.submenu{
    max-height:0px;
    overflow:hidden;
    transition:all 350ms ease;
}

.show-submenu{
    max-height:500px!important;
    transition:all 350ms ease;
}

.submenu a{
    font-size:12px;
    line-height:60px!important;
    opacity:0.8;
    padding-left:90px;
}

.submenu li:hover{
    background-color:rgba(0,0,0,0.02);
}

.submenu .fa-angle-right{
    margin-left:26px;
    margin-top:27px;
}

.active-plus{
    color:#c0392b;
    -ms-transform: rotate(135deg)!important; 
    -webkit-transform: rotate(135deg)!important; 
    transform: rotate(135deg)!important;
    transition:all 350ms ease;
    margin-top:25px!important;
}

.submenu .fa-circle{
    position:absolute;
    z-index:999999;
    margin-top:28px;
    font-size:6px!important;
}

.has-submenu .fa-mobile{
    font-size:22px;
    margin-top:20px;
}

/*Header*/

.header{
    position:fixed;
    width:100%;
    z-index:999;
    height:60px;
   /* background-image:url(../images/misc/menu-bg.png)*/
	background-color:#f8495a;
}

.header-clear{
    height:60px;
}

.header-clear-big{
    height:60px;
}

.header-logo{
    float:left;
    background-image:url(../images/logo.png);
    width:70px;
    height:15px;
    background-size:70px 15px;
    margin-top:22px;
    margin-left:30px;
}
.header .title{
	float:left;text-align:center;width:80%;height: 60px;
    line-height: 60px;color: #fff;
    font-size: 18px;
}
.header-navigation{
    color:#FFFFFF;
    height:60px;
	float:left;
    width:10%;
    text-align:center;
    line-height:60px;
}

.header-navigation i{
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
}

.header-navigation:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.1);
}


.top-section{
    height:100%;
    display:block;
    background-image:url(../images/pictures/4t.jpg);
    background-size:cover;
    position:relative;
}

.top-call-to-action{
    height:50px;
    background-image:url(../images/misc/menu-bg.png);
}

.top-call-to-action a{
    width:33%;
    text-align:center;
    float:left;
    font-size:12px;
    line-height:50px;
    color:#FFFFFF;
    opacity:0.9;
}

.top-call-to-action a i{
    padding-right:13px;
    font-size:14px;
}

.top-call-to-action a:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.05);
    opacity:1;
}

.top-call-to-action a:first-child{
    border-right:solid 1px rgba(255,255,255,0.1);
}

.top-call-to-action a:last-child{
    border-left:solid 1px rgba(255,255,255,0.1);
}


/*Center Socials*/

.center-socials{
    width:168px;
    margin-left:auto;
    margin-right:auto;  
    margin-bottom:0px;
    padding-top:10px;
    margin-top:-10px;
}

.center-socials a{
    transition:all 250ms ease;
    margin-bottom:30px;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:8px;
    margin-right:8px;
}

.center-socials a:hover{
    color:#FFFFFF;
    transform:scale(1.2, 1.2);
    -webkit-transform:scale(1.2, 1.2);
    transition:all 250ms ease;
}

.center-socials a i{
    width:40px;
    height:40px;
    line-height:40px;
}

.headimgurl{
	border-radius:50%;
	border:1px solid  #ccc;
	width:80px;	height:80px;
}.binding{	height:30px;}.wkg-bind { height: 130px; }.wkg-bind-container { margin: 0 auto; width: 230px; margin-top: 20px; }.wkg-bind-left { float: left; width:80px;}.wkg-bind-left span {width:80px;display: inline-block;text-align: center; font-size: 13px; height: 20px; line-height: 20px; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis; }.wkg-bind-conter { float: left; height: 100px; line-height: 100px; width: 70px; text-align: center; }.wkg-bind-right { float: left;width:80px; }.wkg-bind-conter img{height:28px;}.wkg-bind-right img { width: 80px; height: 80px; border-radius: 100%; display: block; }.wkg-bind-right span { width:80px;display: inline-block; text-align: center; font-size: 13px; height: 20px; line-height: 20px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;  }
/*Color Strip*/

.content-strip{
    background-image:url(../images/pictures/5.jpg);
    background-size:cover;
}

.content-strip-content{
    position:relative;
    z-index:9999;
    padding-top:50px;
    padding-bottom:20px;
}

.content-strip-content h1{
    color:#FFFFFF!important;
    text-align:center;
    font-weight:500;
    font-size:22px;
    padding-bottom:15px;
    position:relative;
    z-index:9999;
}

.content-strip-content h4{
    color:#FFFFFF;
    opacity:0.7;
}

.content-strip-content div{
    color:#FFFFFF;
    position:relative;
    z-index:999;
}

.content-strip-content p{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    color:#FFFFFF;
    text-align:center;
    font-size:14px;
    opacity:0.7;
    position:relative;
    z-index:99999;
}

.content-strip-overlay{
    position:absolute!important;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    width:100%;
    z-index:999!important;
    top:0px;
}

.skeleton-button{
    width:150px;
    height:40px;
    font-size:13px;
    color:rgba(255,255,255,0.8);
    line-height:38px;
    text-align:center;
    border:solid 1px rgba(255,255,255,0.8);
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    transition:all 250ms ease;
}

.skeleton-button:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.1);
    transition:all 250ms ease;
}


/*Fullscreen Slider Image*/

.slider-image-1{background-image:url(../images/pictures/3.jpg);}
.slider-image-2{background-image:url(../images/pictures/1.jpg);}
.slider-image-3{background-image:url(../images/pictures/5.jpg);}
.bg1{background-image:url(../images/pictures/3.jpg);}
.bg2{background-image:url(../images/pictures/1.jpg);}
.bg3{background-image:url(../images/pictures/5.jpg);}


/*Thumbnails Columns*/

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    transition:all 500ms ease;
}

.thumb-left img:hover{
    transform:scale(0.9, 0.9);
    -webkit-transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
    transition:all 500ms ease;
}

.thumb-right img:hover{
    transform:scale(0.9, 0.9);
    -webkit-transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
}


@media (min-width:600px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}

/*Content Heading*/
/*///////////////*/

.content-heading{
	margin-bottom:30px;	
}

.content-heading h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	text-transform:uppercase;
	margin-top:27px;
	padding-left:30px;
    pointer-events:none;
    font-weight:800;
}

.content-heading{
	max-height:100px;	
}

.content-heading p{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	margin-top:48px;
	padding-left:30px;
	opacity:0.5;
    pointer-events:none;
}

.content-heading .overlay{
	z-index:99;
	background-color:rgba(0,0,0,0.8);
}

.content-heading i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
    pointer-events:none;
}

.content-heading img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
    transition:all 300ms ease;
}

.content-heading img:hover{
    filter: blur(3px);  
    -webkit-filter:blur(3px);
    transition:all 300ms ease;
}

@media (min-width:768px){
	.content-heading{
		max-height:140px;	
	}
	
	.content-heading h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-heading p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
	.content-heading i{
		font-size:40px;
		margin-top:53px;
		right:50px;	
	}
}

/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item img{
	border-radius:300px;	
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
    transition:all 500ms ease;
    margin-top:10px;
}

.staff-item img:hover{
    transform:scale(1.1, 1.1);
    -webkit-transform:scale(1.1, 1.1);
    transition:all 500ms ease;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
	display:block;	
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
}

/* Quote Slider */

.quote-slider h4{
	font-family:'Source Sans Pro', sans-serif;
	font-size:15px;
	font-weight:300;	
	width:87%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;	
}


/*Homepage Gallery Effect*/

.homepage-gallery img{
    transform:scale(0.9, 0.9);
    -webkit-transform:scale(0.9, 0.9);
    transition:all 350ms ease;
}

.homepage-gallery img:hover{
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    transition:all 350ms ease;
}

/*//////*/
/*Footer*/
/*//////*/

.footer p{
    clear:both;
}

.footer-socials{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:-15px;
    margin-bottom:-10px!important;
}

.footer-socials a:hover{
    transform:scale(1.15, 1.15  );
    -webkit-transform:scale(1.15, 1.15  );
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a{
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:35px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a i{
    width:35px;
    height:35px;
    line-height:35px;
}

.footer-facebook{
    background-color:#3b5998;
}

.footer-share{
    background-color:#27ae60;
}

.footer-twitter{
    background-color:#4099FF;
}

.footer-google{
    background-color:#d34836;
}

.footer-up{
    background-color:#2c3e50;
    line-height:32px!important;
}


.footer-menu{
    position:fixed;
    z-index:9999999;
    background-image:url(../images/misc/menu-bg.png);
    background-size:100px 100px;
    width:100%;
    height:60px;
    bottom:0px;
}

.footer-menu a{
    border-right:solid 1px rgba(255,255,255,0.08);  
    color:#FFFFFF;
    font-size:14px;
}

.footer-menu a:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.05);
}

.footer-menu-clear{
    height:60px;
}

.footer-menu a i{
    height:60px;
    line-height:60px;
}

.footer-menu-three-icons a{
    width:33.3%;
    float:left;
    text-align:center;
}

.footer-menu-four-icons a{
    width:25%;
    float:left;
    text-align:center;
}

.footer-menu-five-icons a{
    width:20%;
    float:left;
    text-align:center;
}

.footer-menu-six-icons a{
    width:16.7%;
    float:left;
    text-align:center;
}

/*==============================================================================*/
/*	12.	ALERT BOXES
/*==============================================================================*/
.albox{
	font-size:12px;
	line-height:17px;
	box-shadow:0px 1px 0px 0px #F7F7F7;
	position:relative;
	margin:15px 0px;
	padding: 7px 5px 7px 17px;
	border-radius:2px;}.albox b{font-size:12px;}
.albox .close{
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	text-indent:-9999px;
	right:0;
	top:0;
	background:url(../images/close-opacity-21.png) no-repeat center;}
.albox .close:hover{
	background:url(../images/close-opacity-42.png) no-repeat center;}
.albox .icon{
	position:absolute;
	left:14px;
	top:14px;}
.warningbox{
	background:#FFF8D8 url(../images/error.png) no-repeat  3px 10px / 11px;
	border:1px solid #F3D97E;
	color:#A68510;}
.succesbox{
	background:#EBF9E2 url(../images/accept.png) no-repeat 3px 10px / 11px;
	border:1px solid #BEE4A5;
	color:#658C2C;}
.informationbox{
	background:#E9F3F8 url(../images/help.png) no-repeat 3px 10px / 11px;
	border:1px solid #BBD7E4;
	color:#3876C6;}
.errorbox{
	background:#F8E9E9 url(../images/cross.png) no-repeat 3px 10px / 11px;
	border:1px solid #E4BBBC;
	color:#BF2C11;}

/*==============================================================================*/
#page .header a#menu_back {	/*
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center;*/	 background: transparent url("../images/ic_mainmenu@2x.png") no-repeat scroll center center;	background-size:36px 36px;
    display: block;
    height: 40px;
    margin-left: 10px;
   
    width: 40px;	float:left;
	
}#page .header a#location_back {	background: transparent url("../images/cancel.png") no-repeat scroll center center;	background-size:36px 36px;    display: block;    height: 40px;    margin-left: 2px;    width: 22px;	float:left;}#page .header .nav_left {	width:60px;float:left;}#btn_change_city{color: #fff;    float: right;width:70px;    margin-right: 10px;    text-align: center;}
#page .header .nav_center {	width:57%;float:left;}
#page .header{color:#fff;text-align:center;text-align:center;font-size:18px;height:40px;line-height:40px;}
#menu{
	background-color:#333333;
}
#menu li a{
	color:#fff;font-size:15px;line-height:25px;
}
#menu li a img{
	height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    width: 25px;
}
#menu li a#menu_back img{
	height: 30px;
    width: 30px;
}

/************首页banner***************/
.block_home_slider {
	position: relative;
	behavior: url(js/PIE.htc); /*半透明兼容*/
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}  /*底部小图标*/
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url(../images/bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../images/sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {padding-top:15px; display:inline-block;margin-top: -37px;
   position: absolute;}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {width:7px; height:7px; margin-left:3px;display:block; background-repeat:no-repeat;background-size: 7px 7px; background-image:url(../images/sprite_nav_4.png?t=6); text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-image:url(../images/sprite_nav_5.png);}

.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}


.flexslider {margin: 0; padding: 0;margin-right:0px;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/**********************首页********************/
.index_item{clear:both;    margin-bottom: 10px;margin-top: 10px;    overflow: hidden;}
.index_item .l{width:30%; float:left;margin-left:5px;}
.index_item .r{width:60%;height:70px; float:left; border-left: 1px solid #cccccc;padding-left: 15px;}
.index_item .l img{max-height:70px;max-width:100%;}
.notices{
	height:70px;overflow: hidden; 
}
.notices li{white-space:nowrap;overflow: hidden;
 text-overflow:ellipsis; list-style:none;
 -o-text-overflow:ellipsis; width:93%; }
.notices li .dian img{height:8px;}
.notices li .text{color:#666666;}
.index_item_end{height:12px;background-color:#f9f9f9;clear:both;}
.index_item .m{width:50%;}
.index_item .m .pic{margin-left:5px;float:left;}
.index_item .m .text{float:left;}.load_wait{text-align:center;font-size:11px;color:#555555;display:none;}.load_wait span{font-size:11px;color:#555555;margin-left:3px;}.load_wait img{height:14px;vertical-align: middle;}#text_city{display: inline-block;    list-style: outside none none;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;float:left;    width: 50px;}.menu_title{text-align:center;background-color: #444;color:#ccc;height: 25px;    line-height: 25px;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {    -webkit-appearance: none;}.btn_switch{border: 1px solid #fff; border-radius: 20px;background-color:#fff;    height: 30px;    line-height: 30px;    margin: 0 auto;margin-top:5px;    width: 200px;}.btn_switch .left{float:left;width:50%;color:#f8495a;font-size:14px;}.btn_switch .right{float:left;width:50%;font-size:14px;height:28px;background-color:#f8495a;border-bottom-right-radius: 20px;border-top-right-radius: 20px;}.btn_switch_on .left{float:left;width:50%;color:#fff;font-size:14px;height:28px;background-color:#f8495a;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}.btn_switch_on .right{float:left;width:50%;font-size:14px;color:#f8495a;background-color:#fff;}.ft_nav {	margin: 20px auto;	text-align: center;	}.ft_nav a{display:inline-block;width:70px;height:14px;line-height:14px;border-right:1px solid #eee}.ft_nav_visited{border-right:0;color:#2ca40b}.ft_nav_visited:visited{color:#2ca40b}.ft_nav a:last-child,.ft_nav a:last-child:visited{border-right:0;}.layermmain .layer-login{text-align:center;}.layermmain .layer-login .layermend::after,.layermmain .layer-login .layermend::before{	background:transparent none repeat scroll 0 0;	background-repeat:no-repeat;}.layermmain .layer-login .layermend img{	width:30px;height:30px;}.layermmain .layer-login  h3{	font-size:18px;border-bottom:none;  padding: 0 10px;height:30px;line-height:30px;margin-top:13px;}.layermmain .layer-login .layermcont{	padding: 7px 22px;}.layermmain .layer-login .text-input-one{	margin-bottom:13px;}.layermmain .layer-login .btn_small_span{	border: 1px solid #ccc;    border-radius:7px;    font-size: 12px;    padding: 2px 8px;	color:#aaa;	margin-right:3px;}.layermmain .layer-login .btn_small_span img{	margin-left:2px;	height:8px;}.layermmain .layer-login #layer_login_btn_login{	 box-shadow: 5px 5px 5px #888888;}#layer_login_warningbox{display:none;text-align:left;}#layer_login_succesbox{display:none;text-align:left;}.box_register{text-align:center;width:100%;}.box_register .left{width:45%;float:left;text-align: center;}.box_register .bottom{margin-top:10px;}.box_register .left img{width:80%;}.box_register .right img{width:80%;}.box_register .right{width:45%;float:left;margin-left:5%;text-align: center;}