@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%;}
body {line-height:normal;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}

/* BODY */
body{
	background:#fff;
  	}

html, body{
	height:100%;
	}

/*============== Container =================*/
.container{
	display:table;
	margin:0 auto 0 auto;
	width:1100px;
	position:relative;
	}

.insider{
	display:table;
	margin:0 auto 0 auto;
	width:auto;
	position:relative;
	}
	
.wrapper{
	width:100%;
	/*padding-top:132px;*/
	}


#gotop{
	display:block;
	position:fixed;
	z-index:9999;
	bottom:250px;
	right:10px; 
	/*width:55px; */
	/*background:#ff5a5a; 
	height:230px;*/
	cursor:pointer;
	transition: all 0.1s; -webkit-transition: all 0.1s; -o-transition: all 0.1s;
	border-radius:5px; -webkit-border-radius:5px;
	text-align:center;
	font-size:21px;
	color:#fff;
	line-height:38px;
	}
	
#gotop span:before{
	line-height:38px;
	}
	
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/*============== Header Section =================*/
.header{
	float:left;
	width:100%;
	height:auto;
	padding:18px 0 11px 0;
	}

.header_fix{
	float:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	padding:18px 0 11px 0;
	z-index:999;
	background:#fff;
	box-shadow:0 0 5px #000; -webkit-box-shadow:0 0 5px #000;
	}

.logo{
	float:left;
	margin:8px 0 0 0;
	}
	
.nav{
	float:right;
	margin:0 0 0 0;
	}

.nav .title{
	display:none;
	}

.nav select{
	display:none;
	}
	
.nav ul{
	float:right;
	margin:0 0 0 0;
	}
	
.nav ul li{
	float:left;
	margin:0 0 0 0;
	}

.nav ul li a{
	float:left;
	text-decoration:none;
	text-align:center;
	font-family: '微软雅黑';
	font-size:16px;
	color:#666666;
	font-weight:300;
	margin:0 0 0 0;
	padding:10px 25px 10px 25px;
	text-transform:uppercase;
	margin:0 0 0 0;
	transition:0.1s; -webkit-transition:0.1s;
	} 
	
/*.nav ul li:last-of-type{
	float:right;
	margin:0 0 0 40px;
	}*/
	
/*.nav ul li:last-of-type a{
	font-weight: bold;
	color: #07D26F;
	}*/
	
.nav ul li a:hover, .nav ul li a:active{
	/*font-weight: bold;*/
	color: #07D26F;
	}
	
/*.nav ul li:last-of-type a:hover{
	background:#323232;
	color:#fff;
	}*/
	
/*============== Slider Section =================*/
.slider_main{
	float:left;
	width:100%;
	padding:0 0 0 0;
	}

div.videopreview{
	width:443px;
	height:290px;
	float:left;
	background:#000;
	margin:0 0 0 0;
	}

h2.l1{
	text-align:center;
	font-family: '微软雅黑';
	font-size:36px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	}
	
h2.l2{
	text-align:center;
	font-family: '微软雅黑';
	font-size:18px;
	color:#fff;
	font-weight:normal;
	}
	
a.button1{
	float:left;
	width:145px;
	height:41px;
	border:1px solid #fff;
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	text-decoration:none;
	}
	
a.button1:hover{
	background:#11598b;
	border:1px solid #11598b;
	text-decoration:none;
	color:#fff;
	}
	
a.button2{
	float:left;
	width:145px;
	height:41px;
	border:1px solid #11598b;
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:#11598b;
	text-decoration:none;
	}
	
a.button2:hover{
	text-decoration:none;
	background:none;
	border:1px solid #fff;
	color:#fff;
	}
	
	
/*============== Service Section =================*/
.service_section{
	float:left;
	width:100%;
	padding:80px 0 80px 0;
	}
	
.service_section h2{
	text-align:center;
	font-family: '微软雅黑';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.service_section h4{
	text-align:center;
	font-family: '微软雅黑';
	font-size:11px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 100px 0;
	padding:0 0 30px 0;
	background:url(images/border.png) no-repeat center bottom;
	}


.service_section .column:nth-of-type(2) .icon{
	background:url(images/icons/i2.png) no-repeat center top;
	}
	
.service_section .column:nth-of-type(2):hover .icon{
	background:url(images/icons/i2.png) no-repeat center bottom;
	}

.service_section .column:last-of-type{
	float:right;
	margin:0 0 0 0;
	}

.service_section .column:last-of-type .icon{
	background:url(images/icons/i3.png) no-repeat center top;
	}
	
.service_section .column:last-of-type:hover .icon{
	background:url(images/icons/i3.png) no-repeat center bottom;
	}	
	
.service_section .column span{
	display:table;
	width:82px;
	height:82px;
	border:1px solid #c7c7c7; 
	margin:0 auto 30px auto;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:55px; -webkit-border-radius:55px;
	text-align:center;
	font-size:30px;
	line-height:82px;
	color:#c7c7c7;
	}	

.service_section .column:hover span{
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
	}

.service_section .column{
	float:left;
	width:265px;
	margin:0 120px 0 0;
	padding:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	}

.service_section .column .icon{
	display:table;
	width:81px;
	height:82px;
	margin:0 auto 30px auto;
	background:url(images/icons/i1.png) no-repeat center top;
	transition:0.5s; -webkit-transition:0.5s;
	}

.service_section .column:hover .icon{
	background:url(images/icons/i1.png) no-repeat center bottom;
	}

.service_section .column h3{
	text-align:center;
	font-family: '微软雅黑';
	font-size:18px;
	color:#4b4b4b;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.service_section p{
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#4b4b4b;
	font-weight:normal;
	margin:0 0 0 0;
	}
	

/*============== Features Section =================*/
.feature_section{
	float:left;
	width:100%;
	background:#f8f8fa;
	padding:80px 0 80px 0;
	}

.feature_section .leftside{
	float:left;
	width:390px;
	margin:0 0 0 35px;
	}

.feature_section .leftside img{
	float:right;
	}

.feature_section .rightside{
	float:right;
	width:587px;
	margin:0 35px 0 0;
	}
	
.feature_section h2{
	text-align:left;
	font-family: '微软雅黑';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:0 0 0 0;
	}
	
.feature_section  p{
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
	margin:0 0 30px 0;
	}
	
.feature{
	float:left;
	width:100%;
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
	margin:0 0 25px 0;
	}

.feature span{
	float:left;
	width:33px;
	height:33px;
	background:#187cc2;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:33px;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:3px; -webkit-border-radius:3px;
	margin:0 16px 0 0;
	}

.feature .description{
	float:left;
	width:530px;
	}

.feature strong{
	color:#333;
	font-family: '微软雅黑';
	font-weight:normal;
	}

.feature.one{
	background:url(images/icons/i4.png) no-repeat left top;
	}
	
.feature.two{
	background:url(images/icons/i5.png) no-repeat left top;
	}


a.button3{
	float:left;
	width:145px;
	height:45px;
	border:1px solid #187cc2;
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 25px 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	text-decoration:none;
	background:#187cc2;
	}
	
a.button3:hover{
	background:none;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
	}
	
a.button4{
	float:left;
	width:145px;
	height:45px;
	border:1px solid #000;
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 0 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:none;
	text-decoration:none;
	}
	
a.button4:hover{
	text-decoration:none;
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
	}
	
	
.ano_feature_section{
	float:left;
	width:100%;
	background:#fff;
	padding:80px 0 80px 0;
	border-bottom:1px solid #e7e7e7;
	}

img.imagethumb2{
	margin:100px 0 0 10px;
	}
	
	
.ano_feature_section .leftside{
	float:left;
	width:587px;
	margin:0 0 0 35px;
	}


.ano_feature_section .rightside{
	float:right;
	width:390px;
	margin:0 35px 0 0;
	}
	
/*============== Frequently Asked Section =================*/
.common_section{
	float:left;
	width:100%;
	padding:80px 0 50px 0;
	}
	
.common_section h2{
	text-align:center;
	font-family: '微软雅黑';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.common_section h4{
	text-align:center;
	font-family: '微软雅黑';
	font-size:11px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 60px 0;
	padding:0 0 30px 0;
	background:url(images/border.png) no-repeat center bottom;
	}

.common_section .faqbox{
	overflow:hidden;
	background:#f9f9f9;
	border:1px solid #e7e7e7;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:7px; -webkit-border-radius:7px;
	padding-left:0px;
	padding-right:0px;
	width:28%;
	float:left;
	margin:0 2.5% 30px 2.5%;
	}

.common_section .faqbox.longer{
	float:right;
	width:61%;
	margin:0 3.3% 30px 2.3%;
	}

.common_section .faqbox .title{
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#000;
	font-weight:normal;
	padding:17px 0 17px 60px;
	margin:0 0 0 0;
	background:#fff url(images/icons/i6.png) no-repeat 25px center;
	border-bottom:1px solid #e7e7e7;
	}
	
.common_section .faqbox p{
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#5f5f5f;
	line-height:24px;
	margin:25px;
	}
	
.testimonial_box{
	display:table;
	position:relative;
	width:780px;
	height:85px;
	background:#fff;
	border:1px solid #e7e7e7;
	margin:30px auto 30px auto;
	padding:30px;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px; 
	}
	
.testimonial_box .quote_button{
	position:absolute;
	margin:0 0 0 0;
	z-index:5;
	left:-20px;
	top:-15px;
	}
	
.testimonial_box .para{
	float:left;
	width:600px;
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#5f5f5f;
	line-height:24px;
	margin:10px 0 0 0;
	font-style:italic;
	}
	
.testimonial_box .clientinfo{
	float:right;
	width:110px;
	margin:0 0 0 0;
	text-align:center;
	font-family: '微软雅黑';
	font-size:13px;
	color:#000;
	}
	
.testimonial_box .clientinfo img{
	display:table;
	margin:0 auto 10px auto;
	}
	
.common_section .iconblock{
	float:left;
	width:200px;
	height:70px;
	padding:0 0 0 0;
	background:#fff;
	border:1px solid #e7e7e7;
	text-align:center;
	font-family: '微软雅黑';
	font-size:20px;
	color:#333;
	position:relative;
	line-height:70px;
	transition:0.5s; -webkit-transition:0.5s;
	}
	
.common_section .iconblock:hover{
	z-index:33;
	box-shadow:0 0 11px #666; -webkit-box-shadow:0 0 11px #666;
	}

/*============== Pricing Table =================*/
.pricing_table_section{
	float:left;
	width:100%;
	background:#f8f8fa;
	padding:60px 0 60px 0;
	}
	
.pricing_table_section h2{
	text-align:center;
	font-family: '微软雅黑';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.pricing_table_section h4{
	text-align:center;
	font-family: '微软雅黑';
	font-size:11px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 60px 0;
	padding:0 0 30px 0;
	background:url(images/border.png) no-repeat center bottom;
	}

.pricing_table_section .block:nth-of-type(2) .head{
	background:#187cc2;
	}	

.pricing_table_section .block:last-of-type{
	float:right;
	margin:0 0 0 0;
	}	
	
.pricing_table_section .block{
	float:left;
	width:320px;
	background:#fff;
	border:1px solid #e3e3e3;
	margin:0 60px 0 0;
	}
	
.pricing_table_section .block .head{
	float:left;
	width:320px;
	background:#323232;
	padding:25px 0 25px 0;
	margin:0 0 0 0;
	}
	
.pricing_table_section .block .head h2{
	text-align:center;
	font-family: '微软雅黑';
	font-size:30px;
	color:#fff;
	font-weight:normal;
	margin:0 0 8px 0;
	}
	
.pricing_table_section .block .head p{
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 0;
	}
	
.pricing_table_section .block .head p strong{
	font-family: '微软雅黑';
	font-weight:normal;
	}
	
.pricing_table_section .block ul{
	float:left;
	width:100%;
	margin:0 0 0 0;
	}
	
.pricing_table_section .block ul li{
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:0 0 0 0;
	padding:15px 30px 15px 30px;
	border-bottom:dotted 1px #999;
	}
	
.pricing_table_section .block ul li:last-of-type{
	border-bottom:none;
	}
	
.pricing_table_section .block ul li span{
	float:right;
	font-family: '微软雅黑';
	}
	
.pricing_table_section .block ul li span img{
	}
	
.pricing_table_section .block ul li a.button5, .pricing_table_section .block ul li a.button6{
	float:right;
	width:95px;
	height:43px;
	border:1px solid #000;
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	line-height:43px;
	margin:0 0 10px 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:none;
	text-decoration:none;
	}
	
.pricing_table_section .block ul li a.button5:hover{
	text-decoration:none;
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
	}
	
.pricing_table_section .block ul li a.button6{
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
	}	
	
.pricing_table_section .block ul li a.button6:hover{
	text-decoration:none;
	background:none;
	border:1px solid #000;
	color:#000;
	}
	
.pricing_table_section .block ul li h5{
	float:left;
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:25px;
	}

form.hpform{
	display:table;
	width:440px;
	margin:0 auto 0 auto;
	}
	
form.hpform input[type="text"], form.hpform input[type="email"], form.hpform textarea{
	float:left;
	width:438px;
	height:40px;
	background:#fff;
	border:1px solid #e7e7e7;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	margin:0 0 15px 0;
	padding:0 0 0 10px;
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#333;
	font-weight:normal;
	}
	
form.hpform textarea{
	padding:10px;
	width:438px;
	height:190px;
	}	

form.hpform input[type="submit"]{
	float:right;
	width:100px;
	height:43px;
	cursor:pointer;
	margin:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	background:#187cc2;
	border:none;
	cursor:pointer;
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	}
	
form.hpform input[type="submit"]:hover{
	background:#555;
	color:#fff;
	}
	
	
form.hpform input[type="text"]:focus, form.hpform input[type="email"]:focus, form.hpform textarea:focus{
	background:#e3eef6;
	border:1px solid #187cc2;
	}
	
/*============== Pricing Table =================*/
.subscribe_section{
	float:left;
	width:100%;
	background:#121b23 url(images/signup-bg.jpg) no-repeat center top;
	padding:50px 0 50px 0;
	}
	
.subscribe_section h2{
	text-align:center;
	font-family: '微软雅黑';
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:0 0 40px 0;
	padding:0 0 0 0;
	text-transform:uppercase;
	}
	
.subscribe_section form{
	display:table;
	width:415px;
	margin:0 auto 0 auto;
	}
	
.subscribe_section form input[type="text"], .subscribe_section form input[type="email"]{
	float:left;
	width:270px;
	height:40px;
	text-align:left;
	font-family: '微软雅黑';
	font-size:14px;
	color:#fff;
	background:none;
	border:1px solid #fff;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	}
	
.subscribe_section form input[type="submit"]{
	float:right;
	width:120px;
	height:40px;
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#fff;
	background:none;
	border:1px solid #fff;
	padding:0 0 0 0;
	margin:0 0 0 0;
	cursor:pointer;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	}
	
.subscribe_section form input[type="submit"]:hover{
	background:#187cc2;
	border:1px solid #187cc2;
	}
	
.subscribe_section form input[type="text"]:focus, .subscribe_section form input[type="email"]:focus{
	border:1px solid #187cc2;
	}



/*=======================================================
			Blog Post
========================================================*/
.blog-post span {
	color: #999999;
	font-size: 13px;
	margin-right: 10px;
}
.blog-post img {
	margin-bottom: 10px;
}
.blog-post span i {
	color: #dddddd;
	margin-right: 10px;
}
.blog-post p {
	font-weight: 14px;
}
.blog-post a {
	color: #0088cc;
}
.blog-post .tittle {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333 !important;
}
.blog-page .blog-post {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.blog-page .blog-post:nth-last-child(1) {
	border-bottom: none !important;
}
.blog-page .blog-post img {
	margin-bottom: 0px;
}
.blog-page .blog-post span {
	margin-top: 30px;
	display: inline-block;
}
	
.footer_logo{
	display:table;
	margin:0 auto 15px auto;
	float:none;
	}
	
.copyright{
	text-align:center;
	font-family: '微软雅黑';
	font-size:14px;
	color:#a5a5a5;
	margin:0 0 0 0;
	}
	
.copyright a{
	color:#187cc2;
	text-decoration:none;
	}
	


/*-- registration --*/
ul.agile_forms {
    float: right;
}
ul.agile_forms li a i {
    color: #2567ff;
    font-size: 17px;
    padding-right: 4px;
}
ul.agile_forms li {
    display: inline-block;
    list-style: none;
}
ul.agile_forms li a {
    /* background: #f1c40f; */
    color: #fff;
    font-size: 0.8em;
    display: inline-block;
    text-decoration: none;
    padding: 8px 0 8px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
}
ul.agile_forms li a:focus {
   outline:none;
}
.signin-form {
	    padding: 0em 1em 1em 1em;
    text-align: center;
}
.signin-form h3, h3.agileinfo_sign, .modal-info h3 {
    font-size: 1.5em;
    color: #212121;
    font-weight: 700;
    margin: 1em 0 0.8em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.modal-info h3 span  {
    color: #146eb4!important;
	line-height: 35px!important;
}
h3.agileinfo_sign  {
	text-align:center;
}
.signin-form h3 span {
    color: #67e1ff;
}
.signin-form img {
    width:100%;
}
.login-form {
    margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"],.signin-form textarea {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 14px;
    margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: none;
    border-bottom: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: left;
}
.signin-form input[type="email"] {
    background: none;
    display: block;
}
.signin-form input[type="text"] {
    background: none;
    display: block;
}
.signin-form input[type="password"] {
     background: none;
    display: block;
}
.signin-form ::-webkit-input-placeholder{
	color:#212121 !important;
}
.signin-form ::-webkit-textarea-placeholder{
	color:#212121 !important;
}
.signin-form textarea {
	min-height:100px;
}
.signin-form input[type="submit"] {
    outline: none;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
      background: #187cc2;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	
}
.signin-form input[type="submit"]:hover {
    color: #fff;
       background: #202020;
    transition: .5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.signin-form p a {
    font-size: 1em;
    color: #212121;
    letter-spacing: 1px;
}
.login-social-grids{
    margin: 1em 0;
}
.login-social-grids ul {
    padding: 0;
    margin: 0;
}
.login-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss {
    height: 35px;
    width: 35px;
    border: solid 2px #212121;
    border-radius: 50px;
    line-height: 31px;
    background: none;
    color: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
.modal-header .close{
	float:right!important;
}
.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
	 box-shadow:none!important;
}
/*-- //registration --*/
/*--modal--*/
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.modal-content h5 {
    color: #2567ff;
    padding: 15px 0 7px;
    font-size: 22px;
}
.modal-content p{
	color:#636363;
	font-size:14px;
	line-height:25px;
	    padding-top: 10px;
}
.modal-header {
    padding: 30px;
    border: none !important;
}
/*--//modal--*/

/*custom by*/
.commonModal {
margin-top: 150px;
z-index: 1090;
}
.modal-content {
border-radius: 15px !important;
}
.successModalPad {
padding: 60px 20px 60px 20px;
}
.customBtn {
cursor: pointer;
margin: 0 auto;
max-width: 466px;
border: 2px solid #1ECD77;
border-radius: 42px;
font-size: 2em;
font-weight: bold;
color: #1ECD77;
padding: 18px 0;
/*padding: 14px 171px;*/
}
.submitBtn {
font-size: 13px;
font-weight: 400;
color: #FFFFFF;
background: #07D26F;
border-radius: 23px;
padding: 12px 100px;
border: 1px solid transparent;
}
.hover_icon {
height: 52px;
width: 52px;
border-top: 1px solid transparent;
}
.customModal {
max-width: 495px;
margin: 0 auto;
text-align: center;
}
.successModalContent {
max-width: 400px;
margin: 0 auto;
text-align: center;
}
.brLogo {
width: 115px;
height: 72px;
border: 1px solid #EEEEEE;
}
.brLogo img {
width: 70px;
height: 70px;
}

.brLogo:hover {
height: 84px;
background: #FFFFFF;
border: 1px solid #F8F8F8;
box-shadow: 0px 5px 27px 0px rgba(30, 5, 10, 0.07);
margin-top: -7px;
}

.brLogo:hover > img {
width: 70px;
height: 70px;
margin-top: 7px;
}

.brLogoActive {
height: 84px;
background: #FFFFFF;
border: 1px solid #F8F8F8;
box-shadow: 0px 5px 27px 0px rgba(30, 5, 10, 0.07);
margin-top: -7px;
}
.brLogoActive img {
width: 70px;
height: 70px;
margin-top: 7px;
}

.caseBtnTopDiv {
	height: 102px;
}
.caseBtnBotDiv {
	height: 92px;
}
/*joinin html*/
.activeMenuLi {
color: #07D26F !important;
}

.coopImg {
width: 371px;
height: 526px;
}
.coopDiv {
padding:0 364px;
}
.midCoopImg {
margin: 0 39px;
}

.coopImg, .coopTypeImg {
max-width: 371px;
border-radius: 8px;
}
.coopTypeImg {
width: 100%;
height: 100%;
}
.coopImgActive {
background: #FFFFFF;
border: 1px solid #F8F8F8;
box-shadow: 0px 5px 27px 0px rgba(30, 5, 10, 0.15);
}
.coopImg:hover {
background: #FFFFFF;
border: 1px solid #F8F8F8;
box-shadow: 0px 5px 27px 0px rgba(30, 5, 10, 0.15);
}

