body{
	padding:0;
	margin:0;
	background:#fff; color:#2c333d;
	font-family: 'Microsoft YaHei', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

/*-- header --*/
header {
	padding:0px; position:relative; z-index:22;    height: 78px;
    background: #ffffff;
}
.logo {
    float: left;
    margin-top: 14px;
}
.logo h1 a {
    text-decoration: none;
    font-size: 35px;
    color: #286090;
	text-transform: uppercase;
}

.logo h1 a img{ display:block;
}

.navbar {
	margin-bottom: 0px;
	min-height: 30px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #E4393C;
}
.navbar-nav>li {
    margin: 0 3px; text-align:center;
}

.navbar-nav>li>a>span{ font-size:17px; display:block; padding-bottom:14px;
	
}

.navbar-nav>li>a>em{ display:block; font-style:normal; opacity:0;font-size:14px;
	
}



.navbar-nav { position:absolute; top:0; right: 0; float: none;
}
.nav>li>a {
    padding: 10px 15px;
}
.navbar-nav>li>a {
    padding-top: 28px;
    padding-bottom: 10px;
}
ul.nav.navbar-nav li a:hover {
    background-color: #222222;
}
.dropdown-menu>li>a:hover {
	color:#fff;
}
.navbar-inverse .navbar-nav>li>a:focus {
    background-color: transparent;
}


.navbar-inverse .navbar-nav>li>a {
    color: #2c333d;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding: 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #222222;
}
/*-- bootstrap dropdown hover menu --*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}



.dropdown-menu { border-bottom:2px solid #E4393C; text-align:center; padding: 0; margin: 0; background:#ffffff; background-color:rgba(255,255,255,0.6);
	}
	


.dropdown-menu>li>a{ color:#2c333d;padding: 8px 60px; font-size: 15px;
}


.navbar-nav .open .dropdown-menu>li>a:hover{ background-color:rgba(255,255,255,1); color:#E4393C;
}







.caret{ display:block;margin: 0 auto;    opacity: 0;
	
}


/*-- /bootstrap dropdown hover menu --*/
/*-- /header --*/
/*-- banner-slider --*/



/* ## Slider Section ## */
.slider-section { margin-top:-20px;
	position: relative;
}

.slider-section .item img,
.slider-section .carousel-caption {
	width: 100%;
}

.slider-section .carousel-caption {
	top: 0;
	left: auto;
	right: auto;
	text-align: left;
	padding: 70px 0;
	text-shadow: none;
}

.slider-section .contact-form,
.slider-section .item .col-md-6 {
	padding-left: 0;
}

.slider-section .carousel-caption .col-md-6 > h3 {
	font-size: 44px;
	font-weight: bold;
	line-height: 60px;
	margin-top: 0;
}

.slider-section .contact-form {
	background-color: #1e4763;
	padding-right: 0;
	-webkit-box-shadow:inset 0px 0px 0px 3px #4080ad;
    -moz-box-shadow:inset 0px 0px 0px 3px #4080ad;
    box-shadow:inset 0px 0px 0px 3px #4080ad;
	margin-top: 35px;
}

.slider-section  .contact-form h3 {
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 19px 0;
	width: 100%;
	text-shadow: none;
	font-weight: bold;
	width: 100%;
}

.slider-section .contact-form h3 > span { 
	display: block;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
}

.slider-section .form-control {
	display: inline-block;
	background-color: transparent;
	height: auto;
	border: none;
	padding: 0 25px;
}

.slider-section .contact-form .form-control input[type="text"],
.slider-section .contact-form .form-control textarea {
	display: inline-block;
	margin-bottom: 13px;
	background-color: #2d404f;
	border: 3px solid rgba(255,255,255,0.20);
	padding: 7px 20px;
	color: #fff;
}

.slider-section .contact-form .form-control input:focus,
.slider-section .contact-form .form-control textarea:focus {
	border: 3px solid rgba(255,255,255,0.20);
	box-shadow: none;
	border-radius: 0;
}

.contact-form input:focus {
	box-shadow: 0 0 2px #fff;
}
.slider-section .form-control input[name="quick-name"],
.slider-section .form-control input[name="quick-phone"] {
	width: 48%;
}

.slider-section .form-control input[name="quick-phone"] {
	float: right;
	clear: both;
}

.slider-section .form-control input[name="quick-email"],
.slider-section .form-control textarea { 
	width: 100%;
}

.slider-section .form-control input[type="submit"] {
	display: block;
	background-color: #fff;
	border: 3px solid #d5dbe0;
	padding: 8px 20px;
	font-weight: bold;
	margin: 17px auto 0;
}

.slider-section .carousel-control,
.slider-section .carousel-control.left,
.slider-section .carousel-control.right {
	z-index: 10;
	background-image: none;
	background: none;
	background-color: transparent;
}
.slider-section .carousel-control.left{ left:20%;
	
}

.slider-section .carousel-control.right{ right:20%;
	
}
.slider-section .carousel-control {
	width: 3%;
}

.slider-section .carousel-control .glyphicon-chevron-left, 
.slider-section .carousel-control .glyphicon-chevron-right, 
.slider-section .carousel-control .icon-next, 
.slider-section .carousel-control .icon-prev {
	z-index: 12; font-size:2.4rem;
}

.slider-section.slider2 .carousel-caption .col-md-6 {
	text-align: right;
	margin: 80px 0;
}

.slider-section.slider2 .carousel-caption .col-md-6.pull-right h3 {
	font-size: 46px;
	font-weight: 900;
	text-shadow: 0 5px 5px rgba(0,0,0,0.15);
	margin: 38px 0;
}

.slider-section.slider2 .carousel-caption .col-md-6.pull-right p span,
.slider-section.slider2 .carousel-caption .col-md-6.pull-right h3 span {
	color: #f3e721;
}

.slider-section.slider2 .carousel-caption .col-md-6.pull-right img {
	width: auto;
}

.slider-section.slider2 .carousel-caption .col-md-6.pull-right .btn,
.discount .btn {
	border: 3px solid #fff;
	background-color: transparent;
	margin-right: 0;
	box-shadow: none;
}

.slider-section > .container {
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	z-index: 11;
}


.carousel-indicators .active{width:50px; height:4px; border:none; background:#E4393C;
	
}

.carousel-indicators {
 font-size:0px;-webkit-text-size-adjust:none;
}

.carousel-indicators li{ width:50px; height:4px; border:none; background:url(../images/ol_bg.png);margin:0;border-radius:5px;
	
}


/*-- //banner-slider --*/



/*-- main-content-starts-here --*/
.index_main-content .welcome-top{ padding-top:20px;padding-bottom:0;
	
}
.index_main-content .welcome-top .welcome_top_left{ margin-bottom:30px;
	
}


.welcome-top .index_new h3{     border-bottom: 1px solid #D7D7D7;
    padding-bottom: 1px;    padding-right: 1.1rem;
	
}

.welcome-top .index_new h3 span{
	    color: #2c333d;
    font-size: 18px;
    border-bottom: 3px solid #E4393C;
    line-height: 2.4rem;
    display: inline-block;
}


.welcome-top .index_new h3 a{
	position: absolute;
    top: .8rem;
    right: 3%;
    color: #999999;
    font-size: 14px;
}


.welcome-top .index_new h3 a:hover{
	color:#E4393C; text-decoration:none;
}


.welcome-top .index_new ul{
	    padding-top: 1.2rem;
}

.welcome-top .index_new ul li{list-style-type:none;  
	
}


.welcome-top .index_new ul .li1{    background: #EDEDED;

    margin: 0 2% 2% 0;
    float: left;
        padding: .7rem .8rem;
    text-align: center;width: 6.6rem;word-wrap: break-word;
}





.welcome-top .index_new ul .li1 .s1{
	        font-size: 18px;
    width: 100%;
    word-wrap: break-word;
}

.welcome-top .index_new ul .li1 .s2{
	font-size: 18px; display:block;   color: #999999;
}


.welcome-top .index_new ul .li1 em{
    font-style: normal;display:block;
    color: #999999; font-size: 12px;padding-top: .2rem;
	
}


.welcome-top .index_new ul .li1 i{
	    font-style: normal;
    color: #333;
}

.welcome-top .index_new ul .li2{
	   float: left;
    width: 84%;    height: 84px;
    overflow: hidden;
}

.welcome-top .index_new ul .li2 a{ color:#2c333d;    font-size: 14px; line-height: 18px;
}

.welcome-top .index_new ul .li2 a:hover{color:#E4393C; text-decoration:none;
}
.welcome-top .index_new ul .li2 a div{font-size:18px;    padding-bottom: 8px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}



.index_ewm{
	    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    padding-top: 25px;
    margin-top: 10px;
}

.index_ewm .e_list{    margin: 0 1px;
    padding: 4px;
    width: 81px;
    height: 104px;
    overflow: hidden; float: left;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
}


.index_ewm .e_list:hover{
    border: 1px solid #D7D7D7;
}

.index_ewm .e_list span{
	display: block;
}

.index_ewm .e_list img{ width: 66px; height: 66px; margin-bottom: 8px;
    
}

.index_ewm .tag{ width:285px; height: 320px; padding: 10px; position: absolute;     left: -1px;
    top: -294px;z-index: 999; background: #ffffff; margin:0px; border:1px solid #D7D7D7;  text-align:center; display: none;
	
}

.index_ewm .tag img{ width:265px; height: 265px; 
	
}

.index_ewm .tag span{       display: block;
    line-height: 30px;
    height: 35px;
    font-size: 16px;
	
}

.welcome-top .index_stock{ padding-right:0;
}


.welcome-top .index_stock h3{
	    color: #2c333d;
    font-size: 16px;
    line-height: 1.8rem;
    padding-bottom: 1.3rem;
    padding-top: 1.5rem;
}

.welcome-top .index_stock .numscroller{     float: left;
    margin-left: 0;
    color: #E4393C;
    font-size: 46px;
    line-height: 3.2rem;
    padding-top: 1.2rem;
}

.welcome-top .index_stock em{
	    color: #E4393C;
    font-style: normal;
    float: left;
    font-size: 16px;
    padding-top: 2.8rem;
    
}


.welcome-top .index_stock p{ color: #999999;
    float: left;
    width: 100%;
    padding-top: .7rem;
    line-height: 1.6rem;
}

@media (max-width:768px){
	.welcome-top .index_new ul .li1{
		width: 50%;
	}
	.welcome-top .index_new ul .li2{
		width: 100%;
	}
	.index_ewm{
	    border:none;
	}
	.imgnav #img img {
	    height: auto;
	}
}

@media (max-width: 992px){
	.index_ewm{
	    border:none;
	}
	
	.ya_about .hovereffect {
  		float: left;
  	}
	
	.ya_business .busin_left_ul{
	    text-align: left;
	}
}



/*-- main-content --*/



/*-- welcome-starts-here --*/






.welcome-top {
    background-color: #fff;
    padding: 20px 0;
	position: relative;
}

.welcome-top .index_new h3{
	padding-top: 0px;
}

.welcome-top h3,.welcome-top h5,.welcome-top p {
	color:#fff;
}
.location_img {
	float:left;
	width:25%;
	margin-right:5%;
	margin-top: 0.5em;
}
.location_img img {
	width:100%;
}
.location{
	float:left;
	width:70%;
}
.welcome-top p {
	    font-size: 14px;
    line-height: 20px;
    color: #7b7b7b;
}
.welcome-top h3 {
        font-size: 16px; padding-top: 20px;
    color: #2c333d;
}
.welcome-top h5 {
        font-size: 12px;
    color: #999999;
    font-weight: 300;
    margin-bottom: 1.6rem;
}

.ya_about .welcome_top_left{ margin-bottom:20px;
	
}



.ya_business{
	
}


.ya_business p{ padding-bottom: 10px;
	
}


.ya_business .busin_left_img img{ width:100%;
	
}

.busin_left_ul{
	    text-align: right;
}

.ya_business .busin_left_ul li{ list-style:none;
	
}

.ya_business .busin_left_ul .li1{
	    font-size: 22px;
    line-height: 28px;    border-bottom: 1px solid #D7D7D7;    margin: 10px 0;
    padding: 10px 0;
}

.ya_business .busin_left_ul .li1 span{
	font-size: 14px;
    color: #999999; display:block;
}

.ya_business .busin_left_ul .li2{
	    color: #999999;
    padding: 8px 0;
}

.ya_business .busin_left_ul .li2 span{    color: #2c333d;
    display: block;
	
}



.header_searchbox {
    position: relative;
    z-index: 8;
    width: 56rem;
    margin: 0 auto;
}


.header_searchbox .header_search_input {
	width: 82%;
    height: 40px; background:url(../images/sea_ico.png) 8px 9px no-repeat;
    padding: 7px 5px 7px 40px;
    border: solid #E4393C;
    border-width: 3px 0 3px 3px;
    float: left;
    font-size: 14px;
    color: #999;
    outline: 0;
}


.header_searchbox .header_search_btn {
    width: 18%;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    float: left;
    background: #E4393C;
    cursor: pointer;
    padding: 0;
}


.header_searchbox .hot_word {
    line-height: 18px;
    margin-top: 8px;
        display: inline-block; font-size: 12px; width: 52rem;
}

.header_searchbox .hot_word li {
        display: inline-block; list-style: none;
    margin-right: 8px;
}

.header_searchbox .hot_word a {
    color: #999;
    text-decoration: none;
}

.header_searchbox .hot_word .active{
    color: #E4393C;
}

.header_searchbox .more{

	    position: absolute;
    top: 45px;
    right: 0;
}

.header_searchbox .more a{ color: #999; font-size: 12px;
}

.header_searchbox .more a:hover{ color: #E4393C;
}




.post{ padding: 30px 0;

	

}


.post a{
	width: 45%;
    border-top: 1px solid #D7D7D7;
    padding: 10px 0; position: relative;
	color:#2c333d;

}

.post a:hover{color:#E4393C; text-decoration: none;
}



.post a:nth-child(odd){
 float:left;

}

.post a:nth-child(even){
 float:right;

}



.post ul li{ list-style: none;

	

}


.post ul .li1{

	    font-size: 18px;
    line-height: 34px;

}

.post ul .li1 span{

	    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 1.3rem;

}
.post ul .li1 a{

    color: #2c333d;

}

.post ul .li1 a:hover{

    color: #E4393C; text-decoration: none;

}

.post ul .li2{

	font-size: 16px;
    color: #999999;
    padding-bottom: 18px;

}

.post ul .li3{

	
    margin-bottom: 1.6rem;
    height: 60px;

}

.post ul .li3 p{ 
 	font-size: 14px;
    word-break: break-all;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; color: #2c333d;
}


.r_summary{ padding-bottom: 30px;

}

.r_summary p{color: #2c333d;padding-bottom: 10px; font-size: 14px;
	
}





.ya_about .col-md-8{
	padding:0px;
	-moz-column-count:2; /* Firefox */
        -webkit-column-count:2; /* Safari 和 Chrome */
        column-count:2;
        -moz-column-gap: 1em;
      -webkit-column-gap: 1em;
      column-gap: 1em; float: none;    display: inline-block; margin-top:-20px;
}

.ya_about .col-md-6{ width: 100%;
	-moz-page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      break-inside: avoid; float: none; margin-bottom: 0;     text-align: justify;
    text-justify: inter-ideograph;
}

.ya_about .col-md-4{ float: right;
}


.news{ padding: 10px 0;

	

}


.news ul{

	    width: 100%;
    position: relative;

}


.news ul li{ float: left; width: 100%; list-style: none;

	

}


.news ul .li1{

	    font-size: 18px;
    line-height: 34px;

}

.news ul .li1 span{

	     font-size: 14px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;

}
.news ul .li1{

    width: 70%;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; margin-bottom: 1.6rem;

}

.news ul .li3 p{ font-size: 14px; color: #2c333d; 

}

.news a {
    color: #2c333d; width: 45%;border-top: 1px solid #D7D7D7;
    padding: 10px 0; 
}
.news a:hover{

    color: #E4393C; text-decoration: none;

}
.news a:nth-child(odd){
 float:left;

}

.news a:nth-child(even){
 float:right;

}

.news ul .li3{

	font-size: 14px; 
	word-break: break-all;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; margin-bottom: 1.8rem; height: 60px;
}


.ya_invest .news a {width: 100%;
}


.ya_invest .col41{ width: 28%;

}

.ya_invest .col81{ width: 72%;

}

.imgnav{ width:900px; margin:0px auto; position: relative;}

.imgnav #img{ z-index:13; width:100%; position:relative; text-align:center; border-bottom: 5px solid #E4393C;}
.imgnav #img img{ width:100%; height:600px; display:none;}
.imgnav #front{ position:absolute; left:0px; top:0px; z-index:13; cursor:pointer;  width:50%; height:600px; }
.imgnav #front a{  position:absolute; left:20px; top:248px;display:block; background:url(../images/imgSlideLeft.png) no-repeat; width:104px; height:104px; display:none;}
.imgnav #next{  position:absolute; right:0px; top:0px; z-index:13;cursor:pointer; width:50%; height:600px; }
.imgnav #next a{  position:absolute; right:20px; top:248px; display:block; background:url(../images/imgSlideRight.png) no-repeat; width:104px; height:104px; display:none;}

.imgnav #cbtn{     position: relative;
    width: 60%;
    height: 100%;
    padding: 8px 0;
    float: right; }
.imgnav #cbtn ul{position: relative; list-style: none;
    width: 10000px;
    height: 60px;}
.imgnav #cbtn ul li{    float: left;list-style: none;
    width: 90px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    margin-right: 8px;
    position: relative;}
.imgnav #cbtn ul li img{    width: 90px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: -1;}
.imgnav #cbtn li.hov{ background:url(../images/pnew_bor.png) no-repeat;}
.imgnav .ctrl div{ clear:both;}
.imgnav #cSlideUl{    width: 90%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 2px;
    left: 28px;}
.imgnav .picSildeLeft{cursor:pointer; position:absolute; top:30px; left:8px; z-index:19;}
.imgnav .picSildeRight{cursor:pointer; position:absolute; top:30px; right:8px; z-index:19;}


.imgnav .np_content{
	width: 100%; height: 80px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 13;
  	background-color:rgba(0,0,0,0.4);
}

.imgnav .np_content .info{
	    width: 40%;
    height: 100%;
    float: left;
    padding-top: 18px;
}


.imgnav .np_content .info a{ width: 100%;     height: 60px;
    padding: 0 20px; float: left; display: none; color: #ffffff;

    font-size: 18px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; 
white-space:nowrap;
	
}

.imgnav .np_content .info a:hover{ color: #E4393C; text-decoration: none;
	
}


.imgnav .np_content .info a em{

    display: block;
    font-style: inherit;
    font-size: 14px;
    color: #999999;
}






.index_iframe{     position: relative;
    overflow: hidden;
        width: 138px; margin-left:.8rem;
    height: 80px;


}


.index_iframe iframe{     position: absolute;
    left: -140px;
    top: -34px;
	
}



.ya_invest .invest_h{
    float: left;
    width: 100%;     margin-bottom: .6rem;
}

.ya_invest .invest_h .sp1 h7{
    float: left;
    width: 74px;
    font-size: 17px; background: #ffffff;
    line-height: 2.8rem; position: absolute;top:0; left: 0; color: #2c333d;
}

.ya_invest .invest_h .sp1{
	    width: 62%; padding-left:74px;
    float: left;
    line-height: 2rem;
    border-bottom: 2px solid #E4393C;
    font-size: 12px;
    color: #999999;position: relative;white-space:nowrap;
}


.ya_invest .invest_h .sp2{
	    width: 38%;
    float: left;
    line-height: 2rem;
    border-bottom: 2px solid #E4393C;
    font-size: 12px;
    color: #999999;
}

.ya_invest .invest_h .sp2 a{ float: right;
    color: #2c333d;
	
}

.ya_invest .invest_h .sp2 a b{ font-style:inherit;color: #E4393C;
}


.ya_invest .invest_h .sp2 a:hover{

	color:#E4393C; text-decoration:none;
}


.ya_invest .quiz_ul{
    float: left;    margin: 21px 0;
}

.ya_invest .quiz_ul li{ list-style: none;
	
}
.ya_invest .quiz_ul .li1{    width: 32%;
    height: 100%;
    float: left;
	
}

.ya_invest .quiz_ul .li1 img{ width: 100%;
	
}

.ya_invest .quiz_ul .li2{ width: 60%;
    float: right; position:relative;
}

.ya_invest .quiz_ul .li2 .sp1{
	display: block;
    padding-bottom: 15px;
}

.ya_invest .quiz_ul .li2 .sp2{ width: 100%;
	    word-break: break-all;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; height: 54px; float: left;
}

.ya_invest .quiz_ul .li2 em{
	    font-style: inherit;
    font-size: 18px;
    color: #E4393C;
    padding-right: .4rem;
}

.ya_invest .quiz_ul .li2 .quiz_ul_li2_hover{
	background-color: rgba(228,57,60,0.85);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;left:0;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
	visibility: hidden;
	padding-top: 32px; text-align: center;



	
}

.ya_invest .quiz_ul .li2:hover > .quiz_ul_li2_hover,.ya_invest .invest_pic:hover > .pic_more{
    display: block;opacity: 1;
	visibility: visible;
}

.ya_invest .quiz_ul .li2 .quiz_ul_li2_hover a{
	background-color: rgba(177,75,77,0.6); margin: 0 .4rem;
    width: 70px; line-height: 2.4rem; display:inline-block;    border-radius: 70px; color: #ffffff; border:1px solid #EF888A;
}

.ya_invest .quiz_ul .li2 .quiz_ul_li2_hover a:hover{ background-color: rgba(177,75,77,0.8); border:1px solid #ffffff;text-decoration: none;
}


.ya_invest .invest_iframe{     position: relative;
    overflow: hidden;
    width:100%; height: 645px; border:1px solid #D7D7D7;    margin:44px 0 30px 0;


}


.ya_invest .invest_iframe iframe{position: absolute;
    left: -306px;
    top: -395px;
	
}


.interval1{ padding-top:20px;

}

.ya_invest .invest_cor{
width: 100%;
    float: left;
    padding: 15px 0 30px 0;
}


.ya_invest .stmail{ width: 100%; margin-top: 24px;
	    float: left;
    border: 1px solid #D7D7D7;
}


.ya_invest .stmail .sttitle{
	background: #F8F8F8;
    border-bottom: 1px solid #D7D7D7;
    line-height: 38px;
    padding-left: 30px;
    font-weight: bold;
}

.ya_invest .stmail .stct{
	    padding: 20px 0 20px 30px; font-size: 12px; line-height: 30px;
}
.ya_invest .stmail .stct .stsp1{
	
}

.ya_invest .stmail .stct .stsp2{
	
}





.ya_invest .invest_cor a{ width: 60px; height:90px; float: left; margin: 0 10px; background: url(../images/inv_ico.fw.png) no-repeat;    text-align: center;
    padding-top: 68px;
    color: #2c333d;background-position-y:0px;

    transition:none;
	-webkit-transition:none;
	
}

.ya_invest .invest_cor a:hover{ text-decoration: none; color: #E4393C;background-position-y:-110px;

	
}



.ya_invest .invest_cor a:nth-child(1){background-position-x:0px; margin: 0 10px 0 0;
}

.ya_invest .invest_cor a:nth-child(2){background-position-x:-80px;
}

.ya_invest .invest_cor a:nth-child(3){background-position-x:-160px;
}

.ya_invest .invest_cor a:nth-child(4){background-position-x:-241px;
}

.ya_invest .invest_cor a:nth-child(5){background-position-x:-321px;
}

.ya_invest .invest_cor a:nth-child(6){background-position-x:-401px;
}

.ya_invest .invest_cor a:nth-child(7){background-position-x:-481px;
}

.ya_invest .invest_cor a:nth-child(8){background-position-x:-562px;
}

.ya_invest .invest_cor a:nth-child(9){background-position-x:-642px;
}

.ya_invest .invest_cor a:nth-child(10){background-position-x:-722px;
}

.ya_invest .invest_cor a:nth-child(11){background-position-x:-802px;
}

.ya_invest .invest_cor a:nth-child(12){background-position-x:-883px;
}

.ya_invest .invest_cor a:nth-child(13){background-position-x:-963px;
}

.ya_invest .invest_cor a:nth-child(14){background-position-x:-1049px;margin: 0 0 0 10px;
}





.ya_invest .invest_pic{ position: relative; float:left;width: 100%;


}


.ya_invest .invest_pic img{ width: 100%;

	
}

.ya_invest .invest_pic .pic_more{

	background-color: rgba(0,0,0,0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;left:0;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
	visibility: hidden;
	padding-top: 45px; text-align: center;

}

.ya_invest .invest_list{

	width: 100%;
    float: left;
    padding: 10px 0 10px 0;
}


.ya_invest .invest_list a{

	width: 100%;
    display: block; background: url(../images/a_ico.png) 0 no-repeat;
    padding: 8px 0 8px 10px;
    white-space: nowrap; color: #2c333d;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ya_invest .invest_list a:hover{ color: #E4393C; text-decoration: none;


}




.col-md-8 .po_no{ border-top: none; padding-top: 40px;

}




.no_post{
	    border-top: 1px solid #D7D7D7;
    margin: 3rem 0;
}


.no_post ul{
	width: 100%;
    padding: 5%; float: left;
}

.no_post ul li{
	list-style: none;
}

.no_post ul .li1{
	    width: 13%;
    float: left; margin-right: 5%; margin-bottom: 5%;
}

.no_post ul .li1 img{
	    width: 100%;
}


.no_post ul .li2{
	    width: 82%;
    float: left;
    font-size: 16px;
    padding-bottom: 2rem;
}

.no_post ul .li2 span{
		color: #E4393C;
	}


.no_post ul .li3{
	    width: 82%;
    float: left;
}

.no_post ul .li3 a{
	
}


.post_det,.news_det{
	    padding: 2% 0; 

}


.post_det h4,.news_det h4{

	    font-size: 22px;
    text-align: center;
    padding-bottom: 2.4rem;
}


.post_det .info,.news_det .info{
    text-align: center;
    color: #999999;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 2.2rem;

}
.post_det p{
	color: #2c333d;
    font-size: 14px;
    line-height: 25px;padding: 2% 0;
    text-align: left; word-wrap: break-word;
}
.post_det .label{
	padding: 0;
}
.news_det .m_text{
	color: #2c333d;
    font-size: 14px;
    line-height: 25px;padding: 2% 0;
    text-align: left; word-wrap: break-word;
}

.news_det .m_text>div,.news_det .m_text>p{ padding-bottom: 10px;

}


.post_det .m_text img,.news_det .m_text img{ display: block; margin:0 auto 1.4rem auto;

}


.post_det .m_text span,.news_det .m_text span{
    font-size: 18px;
    display: block;
    padding: 2% 0 1% 0;

}

.ya_invest .news_det .m_text span{ display:inline;
	}


.post_det .apply{
    float: left;
    width: 100%;
        padding: 4% 0 1% 0;

}
.post_det .apply .apt{
    width: 11%;
    float: left;
    line-height: 48px;
    background: #E4393C;
    text-align: center;
    font-size: 18px;
    color: #ffffff;

}
.post_det .apply .apc{
	width: 88%;
    float: left;
    line-height: 46px;
    border: 1px solid #E4393C;
    font-size: 16px;
    padding: 0 1%;
    background: #FCEBEB;
}
.post_det .apply .aps1{
    float: left;
    margin-right: 10%;

}
.post_det .apply .aps2{

float: left;
}



.news_det .info{ position: relative;

}


.news_det .sr_ico{    color: #999999;
}


.news_det .sr_ico:hover{    color: #E4393C; cursor: pointer;
}


.news_det .sr_ico .ii{    background: url(../images/share_ico.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-left: .4rem;
}





.news_det .share{
	    width: 37%; 
    height: 200px; position: absolute; top:20px; right: 0;
    float: left; display: none;
    z-index: 20;
}


.ya_invest .news_det .share{
	    width: 60%; }



.news_det .share .nav-tabs{
    width: 50%;
    float: left;border: 1px solid #D7D7D7; 
    background: #ffffff;
}

.news_det .share .nav-tabs li{
	    width: 100%; height:40px; margin:0; padding:0;
}

.news_det .share .nav-tabs li.li1{
	       height: 37px;
    line-height: 37px;
    text-align: left;
    padding-left: 20px;
    color: #2c333d;
    font-size: 16px;
}

.news_det .share .nav-tabs .li1 i{    float: right;
    padding-right: 1rem;
    font-style: inherit; cursor: pointer;
}

.news_det .share .nav-tabs li a{width: 100%; line-height: 40px; float: left; padding:0; margin:0; border-radius:0;color:#999999;    text-align: left;
    padding-left: 3rem;

}

.news_det .share .nav-tabs li a i{
	padding-right: 1rem;
}

.news_det .share .nav-tabs li a i img{

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{

	border-top: 1px solid #D7D7D7;

	border-bottom:1px solid #D7D7D7;

	border-left:none;   color: #2c333d;

	border-right:none;border-radius:0;background: #F8F8F8;
}





.news_det .share .tab-content{
	width: 50%;
    height: 100%;
    float: left;
    background: #F8F8F8; padding:1.2rem; display: none;   margin-left: -1px;
}


.news_det .share .tab-content img{ width:100%;
}





.ya_service .welcome-top{
	padding: 5px 0 30px 0;
}


.member{
}

.member .sty1{ 
    width: 100%; margin-bottom: 2%;font-size: 16px;
    color: #2c333d;
    line-height: 2rem;
}




.member .sty1 .s_h1{     font-size: 24px;
    display: block;
    line-height: 3rem;
    
}

.member .sty1 .s_h2{     font-size: 20px;
    display: block;
    line-height: 3rem;
    
}

.member .activ .s_h2{     font-size: 16px;
    display: block; font-weight:bold;
    line-height: 2rem;
    
}

.member .activ2 .s_h2{     font-size: 16px;
    display: block; font-weight:bold;
    line-height: 2rem;
    
}

.member .sty1 .s_h3{    font-size: 16px;
    display: block;
    font-weight: bold;
    line-height: 3rem;
    
}

.member .sty1 .remind{color: #999999;
    text-align: right;
    padding-bottom: .6rem;border-bottom: 1px solid #D7D7D7;
}



.member .sty1 td{padding: .9rem 0; line-height: 2.4rem;    vertical-align: text-top;
}



.member .sty1 .e_li{border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    display: block;
    width: 1.4rem;
    line-height: 1.4rem;
    height: 1.4rem;
    margin-right: 1rem;
    text-align: center;
    font-style: inherit;
    background: #2c333d;
}



.member .sty1 .e_li2{    border-radius: 15px;
    font-size: 16px;
    display: block;
    width: 5.6rem;
    line-height: 2.4rem;
    height: 2.4rem;
    margin: 1rem 1.6rem;
    text-align: center;
    font-style: inherit;
    border: 1px #2c333d solid;
}

.member .sty1 .e_li3{   
        width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle; margin-right: 1%;
    background: #999999;
}


.member .sty1 .actimg1{ padding-top:2rem; text-align: center;


}

.member .sty1 .actimg1 img{ width: 95%;


}

.member .addr td{ 
	    width: 33.3%; 
	}


.member .activ td{ 
	    width: 50%; 
	}

.member .activ2 td{ 
	    width: 33.33%; padding:.9rem 2%;
	}



.page{ margin:20px auto;
    display: table;
	
}

.page span{
	    color: #999999;
    float: left;
    line-height: 1.6rem;
}

.page a{
	    width: 1.7rem; 
    float: left;
    line-height: 1.6rem;
    color: #ffffff;
    font-size: 18px;
    display: inline-block; text-align: center;
}

.page a:hover{ text-decoration: none; background: #999999;
}

.page .active{ text-decoration: none; background: #999999;
}

.page a.read{ background: #999999;
}


.page .prev{
	    background: #000000;
    margin: 0 .6rem 0 1rem;
}

.page .next{
	background: #000000;
    margin: 0 1rem 0 .6rem;
}

.page .p_go{
	background: #E4393C; font-size: 12px; width: 1.8rem; 
}

.page input{
	    border: #DFDFDF 1px solid;
    background: #EDEDED;
    float: left;
    width: 3.6rem;
    height: 1.6rem;
    margin: 0 .3rem;
}


.emp_list{
	

}

.emp_list ul{ width: 100%;
	    float: left;
    margin-bottom: 2.4rem;

}

.emp_list ul li{
	
list-style: none;
}

.emp_list ul .li1{    width: 18%;
    float: left;
    margin-right: 4%;
}
.emp_list ul .li1 img{    width: 100%;
}


.emp_list ul .li2{    width: 78%;
    float: right;
    border-top: 1px solid #D7D7D7;
    font-size: 18px;
    line-height: 2.4rem;
    padding: 1rem 0;
}


.emp_list a{ color: #2c333d;
}


.emp_list a:hover{ color: #E4393C; text-decoration:none;
}

.emp_list ul .li2 span{    display: block;
    color: #999999;
    font-size: 15px;
}
.emp_list ul .li3{    width: 78%;
    float: right;
    
}
.emp_list ul .li3 p{
    word-break: break-all; font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; color: #2c333d;
}

.enterprise-category h4 span{

	    padding-left: 5px;
    font-size: 14px;
}

.enterprise-category h4 span a{
 color: #2c333d;
}






.w3_agile_services_grid1{
	overflow:hidden;
	position: relative;
}
.w3_agile_services_grid1 img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	z-index:4;
}
.agileits_services_grid:hover img {
    opacity: 1;
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
}
.w3_agile_services_grid1 .w3_blur {
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
    opacity: 0;
    top: 0;
}
.agileits_services_grid:hover .w3_blur{
    opacity: 1;
}






.ya_about .ry_table{ width: 82%; margin:20px auto; font-size: 16px; text-align: center;    line-height: 12px;
}

.ya_about .ry_table th{ background: #E4393C; color: #ffffff; text-align: center;
}

.ya_about .ry_table tr:nth-child(even){ background: #F5F5F5;
}

.ya_about .ry_table td{  color: #2c333d;
}


.ya_about .ry_table a{  color: #2c333d; text-decoration:underline;
}

.ya_about .ry_table a:hover{  color: #E4393C;
}




.ya_points{ padding-bottom: 100px;

}

.ya_points .ry_table{ width: 100%;
}


.ya_points .ry_table tr:nth-child(even){ background: #F5F5F5;
}

.ya_points .ry_table td{  font-size: 14px;text-align:right; color:#999999;  line-height: 28px;
}
.ya_points .ry_table td:nth-child(even){ text-align:left;  color: #2c333d;
}




.inq_form{     border: 1px solid #D7D7D7;
    border-radius: 6px;
    padding: 64px 50px; margin-bottom: 30px;

	
}

.inq_form li{ list-style: none;

	list-style: none;
    position: relative;
    padding-bottom: 46px;
}

.inq_form .li2{

	
}

.inq_form li span{
	position: absolute;
    top: 56px;
    right: 0;
    font-size: 12px; padding-left: 20px; display: none;
    color: #E4393C;
    text-align: right; background: url(../images/err_ico.png) 0 no-repeat;
	
}

.inq_form li em{
	position: absolute;
    top: 14px;
    left: 20px;
    font-style: inherit;
	
}

.inq_form li input[type='text'],.inq_form li input[type='password']{
	width: 100%;
    height: 48px;
    border: 1px solid #D7D7D7;
    padding: 0 10px 0 70px;
    border-radius: 50px;
	
}

.inq_form li input[type='button']{ 
	position: absolute;
    top: 56px;
    right: 0; color: #999999;
    font-size: 12px; border:none; background: none; text-decoration: underline;
}

.inq_form li i{
	position: absolute;
    top: 57px;
    right: 80px;
    font-style: inherit;
    font-size: 12px;
    color: #E96164; display: none;
}

.inq_form li button{
	width: 100%;
    height: 48px;
    border-radius: 50px; background:#E4393C; color: #ffffff;
	
}

.inq_form li button{
	width: 100%; border:none;
    height: 48px;
    border-radius: 50px; background:#E4393C; color: #ffffff;
	
}

.inq_form li button:hover{
	background:#E96164;
	
}


.inq_form li button.disabled{ background:#999999;
	
}

.inq_form li input.err{
	border: 1px solid #E4393C;
	
}


.ya_about .organ{

	    margin: 10px auto;
    text-align: center;
}





p.location_text {
    margin: 1em 0 0 0;
    display: BLOCK;
	font-size: 0.98em;
}
span.glyphicon.glyphicon-map-marker,span.glyphicon.glyphicon-dashboard {
    font-size: 12px;
    color: #E4393C;
    margin-right: 6px;
}
.welcome_bottom{
	padding:8em 0 6em;
}
.welcome_head h2 {
    font-size: 1.9em;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.welcome_head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}
.welcome_head {
	margin-bottom:4em;
}
.welcome_bottom_right h3 {
    font-size: 1.7em;
    color: #000;
    font-weight: 400;
    margin-bottom: 0.4em;
}
.welcome_bottom_right p {
    font-size: 1.05em;
    line-height: 2.3em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.8em;
}
.welcome_bottom_left img {
    width: 100%;
}
/*-- /welcome-ends-here --*/

/*--Properties-list--*/
.properties {
	background:#286090;
	padding:70px 0;
}
.pro-details-w3layouts {
    background: #fff;
    padding: 27px 27px 0 27px;
    min-height: 435px;
}
.pro-details-w3layouts h3 {
	text-align:left;
	font-size:24px;
	color:#000;
}
.pro-details-w3layouts label {
	width:100px;
	height:1px;
	background:#E4393C;
	display:block;
	margin:15px 0 20px 0;
}
.Pro-img-w3ls img {
	width:100%;
}
p.location {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    color: #E4393C;
}
p.location strong {
    color: #286090;
}
ol.agileits-prolist li {
    display: block;
    width: 100%;
    text-align: left;
	color: #525252;
	line-height: 40px;
	font-size: 14px;
	list-style-type: decimal
}
ol.agileits-prolist {
    padding-left: 10px;
	list-style-type: decimal
}
ol li i.fa.fa-long-arrow-right {
    margin-right: 5px;
    color: #000;
    font-size: 11px;
    vertical-align: middle;
}

/*--flexisel--*/
.flex-slider{	
	background:#242a2c;
	padding:100px 0;
}

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:20px;
	height:40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -45px;
	top: 45% !important;
	background: url(../images/themes1.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-right {
	right: -45px;
	top: 45% !important;
	background: url(../images/themes1.png) no-repeat -23px 3px;
}
ul#flexiselDemo3.nbs-flexisel-nav-left, ul#flexiselDemo3.nbs-flexisel-nav-right {
	width:26px;
	height:44px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display:none;
}
.properties-list {
    width: 90%;
    margin: 0 auto;
}
.properties-list h2 {
    margin-bottom: 50px;
    text-align: center;	
	font-size: 33px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform:uppercase;
}
/*--//flexisel--*/
/*--//Properties-list--*/

/*-- features --*/
.features-w3l {
    padding: 70px 0;
}
.features-w3l h3{
    color: #E4393C;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wthree_w3l_grid-left1 i{
	font-size: 36px;
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 23px 0;
    background: #E4393C;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.wthree_w3l_grids:nth-child(3) {
    margin: 3em 0;
}
.wthree_w3l_grid-right p{
	font-size: 14px;
    line-height: 28px;
    color: #7b7b7b;
    font-weight: 400;
}
.wthree_w3l_grid-right {
    padding-left: 0;
}
.wthree_w3l_grid-right h4{
	font-size: 19px;
    color: #000;
    font-weight: 300;
    margin: 2px 0 15px 0;
    text-transform: uppercase;
}
.wthree_w3l_grid:hover .wthree_w3l_grid-left1 i {
    background:#286090;
}
.wthree_w3l_grid:hover .wthree_w3l_grid-right h4{
	color:#286090;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.wthree_w3l_grid {
    margin-top: 20px;
}
/*-- //features --*/

/*-- Stats --*/
.numscroller {
	text-align:left;
	margin-left: 110px;
}
.stats {
	background: url("../images/2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 370px;
    text-align: center;
    padding-top: 70px;
}
.stats h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 75px;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.stats p {
    color: #eaeaea;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
	margin-left: 110px;
}
.stats-info {
	margin-top: 60px;
}
.stats-grid i {
	margin-bottom: 35px;
    padding: 21px 0 0 0;
    border: 1px solid #fff;
    float: left;
    width: 85px;
    height: 85px;
    font-size: 40px;
    color: #fff;
}
.stats-grid {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
p.stats-info {
	margin-top: 0px;
}
/*-- //Stats --*/

/*-- clients --*/
.w3-our-clients{
	padding:70px 0;
}
.w3-our-clients h3 {
    color: #E4393C;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a.client-logo{
	display:block;
}
a.client-logo img{
	width:90%;
	border: 1px solid #eee;
	    margin-left: 5%;
}
.clients {
    margin-top: 55px;
}
/*-- //clients --*/

/* newsletter */
.subscribe {
	padding:70px 0;
	background: #E4393C;
}
.subscribe h3 {
	color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.subscribe p {
	width: 80%;
    margin: 20px auto 30px;
    font-size: 14px;
    line-height: 27px;
    color: #e0e0e0;
    font-weight: 400;
}
.subscribe form input.user {
	width: 42%;
    padding: 11px;
    outline: none;
    font-size: 14px;
    border: 1px solid #E3EDF0;
    margin-right: 20px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
}
.subscribe form input[type="submit"] {
	border: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 40px;
    color: #fff;
    background: #121213;
    border: 1px solid #121213;
    letter-spacing: 3px;
    font-weight: 600;
    outline: none;
}
.subscribe form input[type="submit"]:hover {
	background: #E4393C;
    border: 1px solid #fff;
}
p.spam {
    margin-top: 30px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 14px;
    color: #dae6f3;
}
/* //newsletter */

/*-- footer --*/
/*-- contact --*/
.fb_icons2  li{
	list-style-type:none;
	display:inline-block;
	margin:0 2px;
	overflow:hidden;
}
.fb_icons2 a i {
    font-size: 14px;
    color: #fff;
    border: 1px solid #eee;
    padding: 10px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.fb_icons2 a i:hover {
	background:#E4393C;
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer-top {
    padding: 15px 0;
    background: #222222;
}
.footer-top-left p {
    color: #808080;
    font-size: 14px;
    line-height: 33px;
    margin: 7px 0;
    width: 90%;
}
.footer-top-left h3 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.footer-top-left h3 a em{
	color: #E4393C;
    font-weight: bold;
    font-size: 26px;
}

.footer-top-mid h3,.adress-agile h3 {
    color: #fff;
    font-size: 30px;
    margin: 0px 0 25px;
}
.footer-top-mid ul li {
    line-height: 1.6em;
    font-size: 14px;
    list-style-type: none;
    display: inline-block; margin-right:-1rem;
}
.footer-top-mid ul li a{
	color:#ffffff; padding-right:1rem;
	text-decoration:none; border-right:1px solid #6f6f6f;
}

.footer-top .footer-top-mid{
    text-align: right;
	
}
.footer-top .footer-top-mid p{     color: #444444;
    font-size: 12px;padding-top: 1.1rem; line-height:2rem;
	
}
.footer-top .footer-top-mid p span{     color: #999999;
	
}

.footer-top-mid ul li:last-child a{
	border:none;
}


.footer-top-mid ul li a:hover,.col-bottom ul li a:hover,.banner-info ul li a:hover{
    color: #E4393C;	
}
.footer-top-mid ul li a i {
    margin-right: 22px;
    font-size: 11px;
    color: #E4393C;
}
.adress-agile address ul li {
    color: #808080;
    font-size: 15px;
    list-style-type: none;
    line-height: 35px;
}
.adress-agile address ul li a {
	color: #E4393C;
}
p.footer {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}
.w3layouts-copyright {
	background: #1b1b1b;
    padding: 20px 0;
	
}
p.footer a{
	text-decoration:none;
	color:#E4393C;
}
p.footer a:hover{
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- //contact --*/
/*-- //footer --*/

/*-- about-page --*/
.w3ls-inner-banner{ margin-top:-20px; position:relative;
	
}

.w3ls-inner-banner img{
	width: 100%; min-height:50px;position:relative;
}

/*-- about page --*/
section.team-w3ls {
    padding-top: 30px;
}



.enterprise-category {
	background-color: #EDEDED; width:100%;
	display: inline-block;
}

.enterprise-category h4 {
	    padding: 9px 12px;
    font-size: 16px;
    /* font-weight: bold; */
    display: inline-block; border-left:2px solid #000;
}

.align1 ul{ width: 84%;

}

.enterprise-category h4 em{
	    font-style: normal;
    color: #999999;
    font-size: 12px;
    padding-left: 2px;
}


.enterprise-category ul {
	float: right;
	margin-bottom: 0;
}

.enterprise-category ul li {
	        margin: 8px 0px 8px 5px;display: inline-block;
}

.enterprise-category ul li a{
	    color: #999999;border-right: 1px solid #999999;    padding-right: 10px;
}

.enterprise-category ul li:last-child a{
	border:none;
}

.enterprise-category ul li a.active{
	    color: #E4393C; text-decoration:none;
}

.enterprise-category ul li a:hover{
	    color: #E4393C; text-decoration:none;
}


.enterprise-main {
	list-style: none;
	padding: 0;
}



.agileits-team h3 {
    color: #E4393C;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.agileits-team p {
    margin: 0px auto 20px;
    font-size: 15px;
    line-height: 27px;
    color: #5a5a5a;
    font-weight: 400;
}
.w3-agent {
	margin-top:30px;
}
.hovereffect {
  width: 68%;
  height: 68%;
  float: right;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;margin-bottom: 1.4rem;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
	  display: block;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	border: 1px solid #d2d2d2;
	padding: 3px;
	width: 100%;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h4 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
	color: #FFF;
    margin: 30px 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h4 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*-- /about page --*/
/*-- onclicking contact me --*/
.w3layouts-about h3 {
    font-size: 28px;
    color: #000;
}
.w3layouts-about h3 span {
    color: #E4393C;
}
.about-right.wthree h4 {
    color: #afafaf;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}
.modal-content {
    padding: 5px 30px 30px;
}
.modal-dialog {
    width: 700px;
    margin: 90px auto;
}
h4.modal-title {
    font-size: 35px;
    color: #000;
    text-align: center;
}
.about-left img {
    border: 2px solid #cacbcc;
    padding: 4px;
}
ul.address li {
    list-style-type: none;
}
ul.address li ul.agileits-address-text li:nth-child(1) {
    width: 20%;
}
ul.address li ul.agileits-address-text li {
    display: inline-block;
    font-size: 1.2em;
    color: #000;
    margin-top: 1em;
    font-weight: 100;
}
.w3layouts-about {
    margin-top: 20px;
}
/*-- onclicking contact me --*/
/*-- //about-page --*/

/*-- properties-page --*/
/*-- gallery --*/
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #1d1b1b;
    cursor: pointer;
    display: inline-block;
    padding: 0px 23px 9px;
    font-size: 18px;
    margin: 0 0.4em;
    letter-spacing: 1px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.simplefilter li.active {
    color: #E4393C;
    border-bottom: 2px solid #E4393C;
}
.simplefilter li:hover {
    color: #E4393C;
    border-bottom: 2px solid #E4393C;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.filtr-item img{
	width:100%;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
ul.simplefilter {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.item-info {
    padding-top: 70px;
}			
.item-type-double .item-hover {	
	z-index:5;	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;			
	display:block;
	text-decoration:none;
	text-align:center;							
}
.item-type-double .item-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;				 					
}
.item-type-double .item-info .headline {
	font-size:15px;			
	width:90%;
	margin:0 auto;		
}
.item-type-double .item-info .line {
	height:2px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;					 
}				
.filtr-item {
    padding-top: 30px;
}
.gallery {
    padding: 70px 0;
}

.jm-item {
	padding: 15px;
	display: inline-block;
	text-align: left;
}

.jm-item-wrapper {
	position: relative;
    padding: 7px;
    background: #FFFFFF;
    border: 1px solid #eee;
}

.jm-item-image {
	position: relative;
	overflow: hidden;
}

.jm-item-image img {
	display: block;
	width:100%;
}

.jm-item-title {
	position: absolute;
    left: -10px;
    top: 17px;
    background: rgba(0, 0, 0, 0.49);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 12px 6px;
    letter-spacing: 3px;
}

.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}

.jm-item-button {
    text-align: center;
    position: absolute;
    left: 36%;
    margin-left: -25px;
}

.jm-item-button a {
    background: rgba(0, 197, 181, 0.64);
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}

.jm-item-button a:hover {
    background: rgba(0, 0, 0, 0.61);
}
a.agile-its-property-title {
    font-size: 22px;
    display: block;
    margin: 15px 0 0 0;
    color: #7e5267;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
p.w3ls-p-text {
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    width: 85%;
    margin: 9px auto;
}
/** first **/

.first .jm-item-button {
	-webkit-transition: all 0.5s ease-in 0.5s;
	-moz-transition: all 0.5s ease-in 0.5s;
	-o-transition: all 0.5s ease-in 0.5s;
	transition: all 0.5s ease-in 0.5s;
	top: -100px;	
}

.first .jm-item-wrapper:hover .jm-item-button {
	top: 45%;	
}
/*-- //gallery --*/
/*-- //properties-page --*/

/*-- property-details --*/
.agileits-property-details {
	padding: 60px 0;
}
.instrument {
    padding: 70px 0;
}
.ins-name {
	margin:0px 0 35px 0;
}
.ins-name h3 {
    font-size: 25px;
    color: #286090;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.ins-name h6 {
    font-size: 25px;
    font-weight: 400;
    color: #ff3411;
    margin-top: 15px;
}
.ins-name p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14.5px;
    line-height: 28px;
    color: #A2A1A2;
    font-weight: 300;
    margin: 20px 0 20px;
}
p.left {
    float: left;
    font-size: 14px;
    color: #000;
    letter-spacing: 3px;
    margin-right: 5%;
    width: 55%;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}
p.right {
    font-size: 14px;
    float: left;
    color: #949494;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
}
.span1 {
    margin: 18px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.span4 {
    border-bottom: 1px solid #Eee;
    padding-bottom: 18px;
}
.ins-image {
    margin-top: 30px;
}
.ins-image img {
    width: 100%;
    border: 1px solid #eee;
    padding: 6px;
}
/*-- //property-details --*/


/*--typography-page --*/
.typo-1 {
    padding: 16px;
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
 h3.head-top{
   font-size:2em;
   margin-bottom:1em;
   color: #286090;
}
.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
}
.but_list h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5,.but_list h6{
margin-bottom: 0.7em;
}
a#myTabDrop1,a#profile-tab,a#home-tab {
    padding: 0.8em;
}
div#home {
    padding: 1em 0 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px !important;
    font-size: 0.85em;
    color: #999;
    border-top: none !important;
}
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    outline: none !important;
}
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e0e0e0;
  padding:5px 18px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.85em;
  font-weight: 300;
  height: 40px;
  border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  -webkit-appearance: none;
  outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding:8.5px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
}
.btn-success:hover{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.control2{
  height:253px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
label {
    font-weight: 500;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.typography {
    padding: 60px 0;
}
/*-- //typography-page --*/

/*-- icons --*/
.icons-page {
    padding: 60px 0;
}
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(40, 96, 157, 0.11);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff;
}
.icon-box:hover a.agile-icon {
	color:#fff;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 26px;
    color: #286090!important;
    font-weight: 300;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b;
}
.icons-page .bs-glyphicons li {
    display: inline-block;
    width: 22%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(40, 96, 157, 0.11);
    margin: 1%;
}
.icons-page .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons-page .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons-page .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/

/*--blog--*/
.agileits-blog-posts {
	padding:60px 0;
}
.w3layouts-blog-to {
	width: 48%;
    float: left;
    margin-right: 2%;
}

.busin_right_img .busin_right_img-to{
	width: 32.5%;
    float: left;
    margin-right: 1.25%; margin-bottom: 10px;
}



.busin_right_img .busin_right_img-to:last-child{
    margin-right: 0;
}




.blog-left{
	float: left;
    border-right: 1px solid #B6B3B3;
    padding-right: 15px;
}
.blog-top {
    padding: 10px 0 40px;
}
.blog-to {
    margin-top: 3em;
}
.top-blog {
	float: left;
    margin: 5px 0em 0em 15px;
    width: 80%;
}
.blog-left b{
  font-size: 40px;
    color: #286090;
    display: block;
    height: 50px;
}
.blog-left span{
  font-size: 1.5em;
  color: #286090;
  text-align: center;
  display: block;
    padding-top: 4px;
}
ul.men-grid li{
	display:inline-block;
}
.top-blog p{
  font-size: .95em;
  color: #A09F9F;
  line-height: 2em;
    padding-top: 4px;
}
.top-blog p a{
	text-decoration:none;
	color:#286090;
}
.top-blog  a.fast{
  text-decoration: none;
  font-size: 24px;
  color: #2c333d;
	  
}
.top-blog a.fast:hover,.top-blog p a:hover,ul.popular li a:hover,a.more-dummy:hover{
	color: #E4393C;
}
.pagination > .active > a,.pagination > .active > a:hover{
	background:#286090;
	border-color:#286090;
}
.pagination {
  margin: 0;
  padding-top: 3em;
}
.agileinfo-blog-pagination {
	text-align:center;
  padding-left: 25px;
}
.pagination > li > a:hover{
  color: #FFFFFF;
  border-color: #286090;
  background: #286090;
}
a.more {
  color: #fff;
  background: #E4393C;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
}
a.more:hover {
  background: #286090;
}
p.sed {
  margin: 0.5em 0 1em;
}

.w3l-blog-list h4, .blog-list1 h4,.blog-list2 h4 {
    font-size: 22px;
    color: #E4393C;
    margin-bottom: 10px;
	letter-spacing:2px;
}
.w3l-blog-list li, .blog-list1 li {
    list-style: none;
}
.w3l-blog-list li a {
    color: #a3a3a3;
    font-size: 13.5px;
    text-decoration: none;
    display: block;
    margin: 12px 0;
}
.w3l-blog-list li a:hover {
	color:#000;
}
.blog-img {
    float: left;
    width: 40%;
}
.blog-text {
    float: right;
    width: 55%;
}
.blog-text p {
    font-size: 14px;
}
.blog-text span {
    font-size: 12px;
    color: #989898;
    margin-top: 6px;
    display: block;
}
.blog-list2 ul li a {
    text-decoration: none;
    color: #fff;
    background: #232323;
    font-size: 14px;
    padding: 10px;
    display: block;
    margin: 0 0 5px;
}
.blog-list2 ul li {
    display: inline-block;
}
.blog-list2 ul {
    padding: 0.5em 0 0;
}
.blog-list2 ul li a:hover {
    background: #E4393C;
}
.w3l-blog-list, .blog-list1 {
    margin: 0 0 40px;
}
.blog-text p a {
    text-decoration: none;
    color: #000;
}
.blog-text p a:hover {
    color: #286090;
}
.blog-list-top {
    padding: 10px 0 25px;
}
.w3l-blog-list li i {
    font-size: 10px;
    margin-right: 12px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-blog-list li a:hover i.fa-long-arrow-right {
	margin-right:8px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*--//blog--*/

/*-- single-page --*/
.single-middle {
  margin-top: 3em;
}
.single-middle h3{
font-size: 2.5em; 
  color: #2d2d2d;
  text-align:center;
    margin: 0 0 .5em;
}
.single-bottom input[type="text"], .single-bottom textarea {
     width: 100%;
    padding: 12px;
    background: none;
    outline: none;
    border: 1px solid #A09F9F;
    font-size: 15px;
    color: #A09F9F;
    -webkit-appearance: none;
}
.single-bottom  input[type="submit"]{
	    width: 15%;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #232323;
    padding: 0.4em 0.8em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
    margin: 0 0.8em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.single-bottom  input[type="submit"]:hover{
	background:#E4393C;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 .single-bottom textarea {
	resize: none;
    min-height: 180px;
    margin: 15px;
    width: 96.3%;
 }
.media-body h4{
	  font-size: 1.3em; 
}
.media-body h4 a{
  color: #286090;
  text-decoration:none;
}
.media-body p {
      margin: 0.7em 0 0em;
    font-size: .95em;
    color: #A09F9F;
    line-height: 1.9em;
}
.media {
  margin: 0em 0 3em;
}
.single-bottom h3 {
  font-size: 2.5em; 
  color: #2d2d2d;
  text-align: center;
   margin: 0.5em 0 .6em;
   margin-top: 1em;
}
.md-in{
	padding:0;
	margin-top:1em;
}
.in-media{
	padding:0 0 0 5em;
}
 ul.grid-part li{
	list-style:none;
}
 ul.grid-part li a{
      color: #a3a3a3;
    font-size: 13.5px;
    text-decoration: none;
    display: block;
    margin: 15px 0;
}
ul.grid-part li a i{
	    font-size: 10px;
    margin-right: 12px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;	
}
ul.grid-part li a:hover {
	color:#000;
}
ul.grid-part li a:hover i.fa-long-arrow-right {
	margin-right:8px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	color:#000;
}
ul.grid-part {
  margin: 8px 0 0;
}
/*-- //single-page  --*/

/*-- contact-section --*/
/*-- contact-page --*/
.contact {
	padding:0 0 1em 0;
}
.w3layouts-contact-section {
	padding: 60px 0;
}
.agileits-contact-main {
    margin: 0px 0 60px 0;
}
.contact-form {
	margin-bottom: 50px;
    margin-top: 15px;
}
p.your-para {
    color: #888;
	font-size: 0.9em;
	margin:0 0 5px 0;
}
.w3layouts-contact-grid input[type="text"], .w3layouts-contact-grid textarea {
	width: 100%;
	padding:0.8em;
	margin: 0 0 1.8em 0;
	background: #fff;
	outline: none;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}
.w3layouts-contact-grid textarea {
	resize: none;
	min-height: 230px;
}
p.sed-para{
    color: #286090;
	font-size: 18px;
	font-weight: 400;
    margin: 25px 0 5px 0px;
}
p.loc {
    color: #286090;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0px 0 10px 0px;
}
p.para1{
	color:#767676;
    font-size: 0.9em;
    line-height: 2.2em;
}
address {
	    width: 100%;
    color: #767676;
    font-size: 0.9em;
    line-height: 2em;
}
.w3layouts-contact-grid {
  margin-top:0em;
}
address  a {
	color: #444;
	font-size: 1em;
	line-height: 1.8em;
}
address  a {
	color: #767676;
}
address  a:hover {
	color: #E4393C;
}
.w3-address b, strong{
	font-size: 18px;
	font-weight: 400;
}
.w3-address{
    padding: 1.8em 0 1em 0;
} 
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: none!important;
    color: #C0C0C0;
}
.w3ls-map iframe {
	width: 100%;
    min-height: 300px;
    border: none;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(209,255,244,1);
    -moz-box-shadow: 0px 2px 25px 0px rgba(209,255,244,1);
    box-shadow: 0px 1px 16px 0px rgb(210, 241, 201);
}
.send input[type="submit"] {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #232323;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.send input[type="submit"]:hover {
	    background: #E4393C;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
p.contactpara1.text-center {
    color: #767676;
    font-size: 0.9em;
    line-height: 2.2em;
    margin-bottom: 3em;
}
h3.text-center.find {
    font-size: 2.5em;
    margin-bottom: 0.3em;
    color: #2C333D;
}
/*-- //contact-page --*/
/*-- contact-section --*/

/*-- related-properties --*/
h3.w3l-heading {
    margin-bottom: 25px;
    color: #2e6090;
    font-size: 30px;
    letter-spacing: 2px;
}
.wthree-related-properties {
	padding:10px 0 60px 0;
}
.w3-related-property a {
    margin-top: 10px;
    font-size: 19px;	
	color:#000;
	text-decoration:none;
	display:block;
}
.w3-related-property a:hover {
    color: #286090;
}
figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.w3-related-property a img{
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transform: all 0.7s ease-in-out;
    -o-transform: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.w3-related-property a img:hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- //related-properties --*/

/*-- responsive media queries --*/
@media (max-width: 1366px){
	
}
@media (max-width: 1280px){
	
	.pagination {
		padding-top: 1em;
	}
}
@media (max-width: 1190px){
	.navbar-nav { float: right;
        position:static;
	}
	header {
		padding: 10px 0 7px;
	}
	header { height: auto;
	}
}
@media (max-width: 1080px){
	
	.welcome-top,.properties,.features-w3l,.subscribe,.footer-top,.w3-our-clients,.gallery,.w3layouts-contact-section,.agileits-blog-posts,
	.typography,.icons-page,.agileits-property-details{
		padding: 15px 0;
	}
	.section.team-w3ls{ padding-top:25px;
	}
	.location_img {
		margin-right: 3%;
	}
	.location {
		width: 72%;
	}
	p.location_text {
		font-size: 0.9em;
		margin: 0.5em 0 0 0;
	}
	.welcome-top h5 {
		font-size: 1.2em;
		margin: 0.6em 0 1.1em 0;
	}
	ol.agileits-prolist li {
		line-height: 33px;
	}
	.pro-details-w3layouts {
		padding: 15px 10px 0 10px;
		min-height: 350px;
	}
	.pro-details-w3layouts label {
		margin: 10px 0px 10px 0;
	}
	.wthree_w3l_grid-right h4 {
		margin: 2px 0 8px 0;
	}
	.wthree_w3l_grids:nth-child(3) {
		margin: 2em 0;
	}
	.stats {
		height: 340px;
		padding-top: 55px;
	}
	.subscribe p {
		width: 100%;
	}
	
	.footer-top-mid h3, .adress-agile h3 {
		font-size: 28px;
		margin: 0px 0 15px;
	}
	p.footer {
		font-size: 14px;
	}
	.w3ls-inner-banner {
	}
	.w3ls-inner-banner h2 {
		font-size: 33px;
		padding-top: 85px;
	}
	.blog{
		width:100%;
	}
	.w3layouts-blog-to:nth-child(even) {
		margin-right:0;
	}
	.w3layouts-blog-to {
		width: 49%;
	}
	.agile-blog-sidebar {
		margin-top: 6%;
		width: 32%;
	}
	.w3l-blog-list, .blog-list1 {
		margin: 0 0 20px;
	}
	p.left {
		width: 65%;
	}
	.ins-name p {
		margin: 10px 0 0px;
	}
	.ins-name {
		margin: 0px 0 20px 0;
	}
	.span1 {
		margin: 16px 0;
		padding: 12px 0;
	}
}
@media (max-width: 1024px){
	.nbs-flexisel-nav-right {
		right: -30px;
	}
	.nbs-flexisel-nav-left {
		left: -20px;
	}
	.pro-details-w3layouts {
		padding: 18px 10px 0 12px;
		min-height: 353px;
	}
	.modal-content {
		padding: 5px 10px 25px;
	}
}
@media (max-width: 991px){
	.post a{ width: 100%;
	}
	
	
	.navbar-nav>li>a>em{
		display: none;
	}
	.dropdown-menu>li>a{
		padding:1rem 0;
	}

	.ya_invest .stmail{
		margin: 10px 0px 30px 0;
	}
	.align1 ul{ width: 100%;

}
	.ya_invest .quiz_ul .li1{ width: 15%;}
	.ya_invest .quiz_ul .li2{ width: 80%;}
	.ya_invest .col41{ width: 100%;

}

.ya_invest .col81{ width: 100%;

}
	.ya_about .col-md-8{
		padding:0px;
		-moz-column-count:1; /* Firefox */
	        -webkit-column-count:1; /* Safari 和 Chrome */
	        column-count:1;
	        -moz-column-gap: 1em;
	      -webkit-column-gap: 1em;
	      column-gap: 1em; float: none;    display: inline-block;
	}

	.ya_about .col-md-6{ width: 100%;
		
	}
	.hovereffect{
		width: 100%; height: 100%;
	}


	.ya_business .col-md-10 img{ width: 100%;

	}

	.index_iframe{
		position: relative;
	    overflow: hidden;
	    top: 1rem;
	    width: 11.6rem;
	    margin: 0;
	    height: 80px;
	}

	.welcome-top .index_new ul .li1{
		background:none;
		text-align:left;padding:0;
	}

	.footer-top-left h3 a em{ font-size: 22px;

	}
	.index_main-content .welcome-top{padding-top:10px;

	}

	.index_main-content .welcome-top .index_new{ margin-bottom: 3%;
	}

	.index_main-content .welcome-top .index_ewm{ margin: 0;
	}
	
	.welcome-top .index_stock h3{
		padding-bottom: 0rem;
    	padding-top: 1rem;
	}

	.footer-top-left, .footer-top-mid, .adress-agile{text-align: right;

	}
	.header_searchbox{
		width: 90%;

	}
	.header_searchbox .hot_word{

		width: 80%;
	}
	.news ul .li1 span{
    	float: left;

	}
	
	.news a{
		width: 100%;
	}
	.news ul .li1{

		width: 60%;
	}
	.ya_invest .news_det .share{
		width: 100%;
	}
	.post_det .m_text img,.news_det .m_text img{ width: 100%;

	}

	.imgnav{ width:100%;}

	.news_det .share{
	    width: 100%; 
	}


	.post ul,.news ul,.news ul .li1 a{

	    width: 100%;

	}


	.no_post ul .li1{ width: 30%;


	}
	.no_post ul .li2,.no_post ul .li3{

	 width: 100%;
	}


	.post_det .apply .apt,.post_det .apply .apc{
		width: 100%;
	}

	.member .sty1 .actimg1 img{ width:100%;


}

	.emp_list ul .li1{
		width: 100%
	}
	.emp_list ul .li2,.emp_list ul .li3{
		width: 100%
	}
	.ya_about .organ img{ width: 100%;
	}
	.navbar-nav>li {
		margin: 0 0px;
	}
	.logo h1 a {
		font-size: 30px;
	}
	.navbar-nav>li>a {
		padding-top: 8px;
		padding-bottom: 8Px;
	}
	.nav>li>a {
		padding: 8px 15px;
	}
	

	.member .addr td{ width: 100%; display: block;
	}

	.member .activ td{ width: 100%; display: block;
	}
	.member .activ2 td{ width: 100%; display: block;
	}

	.welcome-top h5 {
		margin: 0.6em 0 0.7em 0;
	}
	.welcome-top p {
		line-height: 25px;
	}
	.welcome_top_right {
		MARGIN-TOP: 38PX;
	}
	p.location_text {
		font-size: 0.98em;
		margin: 0.9em 0 0 0;
	}
	.location_img {
		width: 19%;
		margin-right: 2%;
	}
	.agileits {
		WIDTH:70%;
		MARGIN: 0 AUTO;
		PADDING:0;
	}
	.pro-details-w3layouts {
		WIDTH:70%;
		MARGIN: 0 AUTO;
	}
	.wthree_w3l_grid {
		margin-top: 45px;
	}
	.stats h3 {
		margin-bottom: 50px;
	}
	.stats-grid i {
		FLOAT:NONE;
		MARGIN-BOTTOM:10PX;
	}
	.numscroller,.stats p {
		margin-left: 0px;
		TEXT-ALIGN:CENTER;
	}
	.stats {
		height: 380px;
	}
	.footer-top-mid h3, .adress-agile h3 {
		margin: 35px 0 10px;
	}
	.footer-top-left p {
		margin: 10px 0 5px;
		width: 100%;
	}
	.footer-top-left p img{
		width: 25%;
	}
	.subscribe form input.user {
		width: 60%;
	}
	.pro-details-w3layouts {
		padding: 20px 10px 0 18px;
	}
	.wthree_w3l_grid-left {
		width: 18%;
	}
	.wthree_w3l_grid-right {
		width: 82%;
	}
	.logo {
		margin-top: 0px;
	}
	
	address {
		margin-bottom: 0;
	}
	.about-left {
		width: 33.333%;
		float: left;
	}
	.about-right.wthree {
		margin-top: 0;
		float: left;
		padding-right: 0;
		width: 66%;
	}
	.w3ls-inner-banner {
	}
	.w3ls-inner-banner h2 {
		font-size: 32px;
		padding-top: 75px;
	}
	.w3ls-inner-banner label {
		width: 90px;
	}
	.modal-body {
		padding: 5px;
	}
	.w3-agent {
		margin-top: 30px;
		width: 33.333%;
	}
	.agile-blog-sidebar {
		width: 38%;
	}
	.w3layouts-blog-to {
		width: 48%;
		margin-right: 4%;
	}
	.blog-left b {
		font-size: 38px;
		height: 47px;
	}
	.blog-left {
		padding-right: 10px;
	}
	.top-blog p {
		font-size: .9em;
	}
	.single-bottom input[type="text"], .single-bottom textarea {
		margin-top: 10px;
	}
	.md-in {
		float: left;
		width: 50%;
	}
	.single-bottom textarea {
		width: 95.7%;
	}
	h3.agileits-icons-title {
		font-size: 30px;
	}
	h3.icon-subheading {
		font-size: 26px;
	}
	.icons-page .bs-glyphicons li {
		width: 31%;
	}
	.w3-related-property {
		width: 50%;
		float: left;
		margin-top:2%;
	}
	h3.w3l-heading {
		margin-bottom: 15px;
		font-size: 28px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
		width: 100%;
	}
	.ins-details {
		margin-top:5%;
	}
	.filtr-item {
		width: 50%;
		float: left;
	}
	a.agile-its-property-title {
		font-size: 20px;
		margin: 12px 0 0 0;
	}
	p.w3ls-p-text {
		line-height: 22px;
		margin: 5px auto 10px;
	}
	.nbs-flexisel-nav-right {
		right: -20px;
	}
}
@media (max-width: 900px){


	.footer-top-left p {
		margin: 7px 0 5px;
		width: 100%;
		font-size: 13.5px;
		line-height: 28px;
	}
	.stats-grid i {
		padding: 16px 0 0 0;
		width: 70px;
		height: 70px;
		font-size: 35px;
	}
	.stats {
		height: 365px;
	}
	.clients {
		margin-top: 40px;
	}
	.welcome-top h3 {
		font-size: 1.7em;
	}
	.welcome-top p {
		font-size: 13.5px;
		margin-top: 10px;
	}
	.w3layouts-contact-grid input[type="text"], .w3layouts-contact-grid textarea {
		margin: 0 0 1.2em 0;
	}
	.agileinfo-blog-pagination {
		padding-left: 0;
	}
	.imgnav #img img {
	    height: auto;
	}
}
@media (max-width: 800px){
	
	h3.text-center.find {
		font-size: 2.2em;
		margin-bottom: 0.2em;
	}
	.agileits-contact-main {
		margin: 0px 0 40px 0;
	}
}
@media (max-width: 768px){
	.slider-section,.w3ls-inner-banner{ 
		margin-top:0px;
	}
	.welcome-top h3 {
		font-size: 1.7em;
	}
	.properties-list h2,.features-w3l h3,.stats h3,.w3-our-clients h3,.subscribe h3,.agileits-team h3 {
		margin-bottom: 35px;
		font-size: 30px;
	}
	.wthree_w3l_grid-right h4 {
		font-size: 18px;
	}
	.stats-grid i {
		margin-bottom: 20px;
	}
	.stats-grid {
		font-size: 30px;
	}
	.clients {
		margin-top: 40px;
	}
	.agileits-team h3{
		margin-bottom:0;
	}
}
@media (max-width: 768px){	


	.navbar-inverse {
		width: 100%;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #000;
		background-color: transparent;
	}
	.logo h1 a {
		font-size: 35px;
	}
	.navbar-nav>li {
		text-align: center;
	}
	.navbar-nav {
		margin: 7px 0px;
		width: 100%;
	}
	.nav>li>a {
		padding: 10px 0px;
		font-size: 16px;
	}
	.navbar-inverse .navbar-toggle {
		border-color: transparent;
	}
	.navbar-toggle {
		padding: 9px 10px;
		margin-top: 0px;
		margin-right: 5px;
		margin-bottom: 0px;
		background-color: #E4393C;
		border-radius: 0;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}
	.navbar {
		width: 100%;
		float: none;
		text-align: center;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		margin-top: 10px;
	}
	
	.stats-grid {
		font-size: 28px;
		width: 33.333%;
		float: left;
	}
	.stats p {
		font-size: 15px;
	}
	.properties-list h2, .features-w3l h3, .stats h3, .w3-our-clients h3, .subscribe h3,.agileits-team h3 {
		margin-bottom: 24px;
		font-size: 30px;
	}
	.dropdown-menu {
		width: 100%;
		float: none;
		font-size: 15px;
		text-align: center;
	}
	p.spam {
		margin-top: 25px;
	}
	.w3ls-inner-banner h2 {
		font-size: 30px;
		padding-top: 70px;
	}
	.w3ls-inner-banner label {
		width: 85px;
	}
	.w3ls-inner-banner {
	}
	.modal-dialog {
		margin: 50px auto;
	}
	.agile-blog-sidebar {
		width: 42%;
	}
	.w3layouts-blog-to {
		width: 49%;
		margin-right: 2%;
	}
	.blog-left span {
		font-size: 1.2em;
	}
	.top-blog a.fast {
		font-size: 22px;
	}
	.blog-left b {
		font-size: 35px;
		height: 45px;
	}
	.single-bottom textarea {
		width: 95.5%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 0px 18px 7px;
		font-size: 17px;
	}
}
@media (max-width: 667px){	
	
	.pro-details-w3layouts,.agileits {
		WIDTH: 80%;
	}
	.wthree_w3l_grid-left {
		width: 21%;
	}
	.wthree_w3l_grid-right {
		width: 79%;
		}
	.stats-info {
		margin-top: 40px;
	}
	.stats {
		height: 330px;
		padding-top: 50px;
	}
	.location {
		width: 74%;
		margin-left: 2%;
	}
	.welcome-top p {
		font-size: 14px;
		margin-top: 8px;
	}
	.footer-top-left p {
		font-size: 14px;
	}
	ul.address li ul.agileits-address-text li {
		font-size: 1.1em;
		margin-top: 0.8em;
	}
	.modal-dialog {
		width: 620px;
	}
	h4.modal-title {
		font-size: 30px;
	}
	.modal-header {
		padding: 5px;
	}
	.w3layouts-about h3 {
		font-size: 26px;
	}
	.agileits-team h3 {
		margin-bottom:0;
	}
	.agileits-team p {
		margin: 5px auto 10px;
		font-size: 14px;
	}
	.w3layouts-blog-to {
		width: 100%;
		margin-right: 0%;
	}
	
	.busin_right_img .busin_right_img-to {
		width: 100%;
		margin-right: 0%;
	}
	.top-blog {
		width: 88%;
	}
	.single-bottom textarea {
		width: 94.9%;
	}
	.icons-page .bs-glyphicons li {
		width: 30%;
	}
	p.left {
		width: 60%;
	}
	p.w3ls-p-text {
		width: 90%;
	}
}
@media (max-width: 640px){
	.logo h1 a {
		font-size: 33px;
	}
	.pro-details-w3layouts, .agileits {
		WIDTH: 90%;
	}
	.footer-top-left h3 a {
		font-size: 28px;
	}
	.footer-top-mid h3, .adress-agile h3 {
		font-size: 26px;
	}
	p.footer {
		letter-spacing: 1px;
	}
	.adress-agile address ul li {
		line-height: 32px;
	}
	.footer-top-mid ul li {
		line-height: 2.5em;
	}	
	.properties-list h2, .features-w3l h3, .stats h3, .w3-our-clients h3, .subscribe h3,.agileits-team h3 {
		margin-bottom: 22px;
		font-size: 28px;
	}
	.welcome-top, .properties, .features-w3l, .subscribe, .footer-top, .w3-our-clients,.gallery,.w3layouts-contact-section,.agileits-blog-posts,
	.typography,.icons-page,.agileits-property-details{
		padding: 22px 0;
	}
	.section.team-w3ls{ padding-top:22px;
	}
	.welcome-top h3 {
		font-size: 1.6em;
	}
	.welcome-top h5 {
		font-size: 1.1em;
	}
	.welcome_top_right {
		MARGIN-TOP: 33PX;
	}
	.subscribe form input.user {
		margin-right: 10px;
	}
	.agileits-team h3{
		margin-bottom:0;
	}
	.w3ls-inner-banner h2 {
		font-size: 28px;
		padding-top: 60px;
	}
	.w3ls-inner-banner {
	}
	.w3ls-inner-banner label {
		width: 75px;
	}
	.agile-blog-sidebar {
		width: 50%;
	}
	.single-bottom textarea {
		width: 94.6%;
	}	
}
@media (max-width: 600px){
	
	.welcome-top p {
		margin-top: 6px;
	}
	.wthree_w3l_grid-right p {
		line-height: 26px;
	}
	.stats p {
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 1px;
	}
	.stats-grid i {
		margin-bottom: 15px;
		padding: 15px 0 0 0;
		width: 60px;
		height: 60px;
		font-size: 28px;
	}
	.stats-grid {
		font-size: 26px;
	}
	.stats {
		height: 300px;
		padding-top: 45px;
	}
	.modal-dialog {
		width: 590px;
	}
	.w3-agent {
		margin-top: 12px;
		padding: 0 5px;
	}
	.agile-blog-sidebar {
		width: 53%;
	}	
	.single-bottom textarea {
		width: 94.2%;
	}
}
@media (max-width: 568px){

	.location_img {
		width: 21%;
	}
	.pro-details-w3layouts {
		min-height: 400px;
	}
	.wthree_w3l_grid-left1 i {
		font-size: 33px;
		width: 70px;
		height: 70px;
		padding: 19px 0;
	}
	.wthree_w3l_grid-right h4 {
		margin: 2px 0 5px 0;
	}
	.subscribe form input[type="submit"] {
		padding: 12px 35px;
	}
	.modal-dialog {
		width: 550px;
	}
	.w3layouts-about h3 {
		font-size: 24px;
	}
	.about-right.wthree h4 {
		margin: 8px 0;
		padding-bottom: 8px;
	}
	ul.address li ul.agileits-address-text li {
		font-size: 1em;
		margin-top: 0.6em;
	}
	.top-blog {
		width: 86%;
	}	
	.single-bottom textarea {
		width: 93.8%;
	}
	.ins-name h3 {
		font-size: 23px;
		letter-spacing: 2px;
	}
	.ins-name h6 {
		font-size: 23px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 0px 15px 6px;
		font-size: 16px;
	}
	.filtr-item {
		width: 80%;
		margin-left:10%;
	}
}
@media (max-width: 480px){
	.ya_invest .quiz_ul .li1{width: 30%;}
	.ya_invest .quiz_ul .li2{width: 65%;}
	.welcome-top p {
		margin-top: 4px;
		font-size: 12px;
	}
	.location {
		width: 75%;
		margin-left: 2%;
	}
	.pro-details-w3layouts {
		min-height: 430px;
	}
	.pro-details-w3layouts, .agileits {
		WIDTH: 100%;
	}
	.wthree_w3l_grid-right {
		width: 75%;
		padding-right: 0;
	}
	.wthree_w3l_grid-left {
		width: 25%;
	}
	.wthree_w3l_grid {
		margin-top: 40px;
	}
	.subscribe form input[type="submit"] {
		padding: 12px 30px;
	}
	.wthree_w3l_grid-right p {
		line-height: 25px;
		font-size: 12.5px;
	}
	.subscribe form input.user {
		margin-right: 5px;
		width: 62%;
	}
	p.footer {
		letter-spacing: 0px;
	}	
	.w3layouts-copyright {
		padding: 15px 0;
	}
	.properties-list h2, .features-w3l h3, .stats h3, .w3-our-clients h3, .subscribe h3,.agileits-team h3 {
		margin-bottom: 20px;
		font-size: 26px;
	}
	.footer-top-left h3 a {
		font-size: 24px;
	}
	.footer-top-mid h3, .adress-agile h3 {
		font-size: 22px;
	}
	.stats-grid i {
		margin-bottom: 12px;
		width: 55px;
		height: 55px;
		font-size: 25px;
	}
	.stats-grid {
		font-size: 24px;
		padding: 0px 4px;
	}
	.stats p {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 0.5px;
	}
	.stats {
		height: 270px;
		padding-top: 40px;
	}
	.w3-agent {
		width:50%;
	}
	.agileits-team h3{
		margin-bottom:0;
	}
	.modal-dialog {
		width: 470px;
	}
	h4.modal-title {
		font-size: 28px;
	}
	.about-right.wthree {
		margin-top: 20px;
		width: 100%;
	}
	.about-left {
		width: 45%;
	}
	ul.address li ul.agileits-address-text li {
		font-size: 1.1em;
		margin-top: 0.8em;
	}
	p.contactpara1.text-center {
		font-size: 0.875em;
		line-height: 2em;
		margin-bottom: 2em;
	}
	.w3ls-map iframe {
		min-height: 250px;
	}
	p.para1 {
		font-size: 0.875em;
		line-height: 2em;
	}
	.w3layouts-contact-grid input[type="text"], .w3layouts-contact-grid textarea {
		padding: 0.6em;
	}
	.w3layouts-contact-grid textarea {
		min-height: 200px;
	}
	.top-blog {
		width: 84%;
	}
	.agile-blog-sidebar {
		width: 70%;
	}	
	.md-in {
		width: 100%;
	}
	.single-middle h3,.single-bottom h3 {
		font-size: 2.2em;
	}	
	.single-bottom textarea {
		width: 92.7%;
	}
	.single-bottom input[type="submit"] {
		width: 25%;
	}
	h3.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 20px;
	}
	p.left {
		width: 66%;
	}
	h3.w3l-heading {
		margin-bottom: 5px;
		font-size: 26px;
	}
	.ins-name h3 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.ins-name h6 {
		font-size: 22px;
		margin-top: 12px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 0px 12px 6px;
		font-size: 15px;
	}
	.filtr-item {
		width: 90%;
		margin-left:5%;
	}
	.nbs-flexisel-nav-right {
		right: -30px;
	}	
	.nbs-flexisel-nav-left {
		left: -30px;
	}
	.nbs-flexisel-nav-right,.nbs-flexisel-nav-left {
		top: 42% !important;
	}
}
@media (max-width: 414px){
	.w3layouts-copyright {
		padding: 15px 15px;
	}
	
	.location {
		width: 100%;
		margin-left: 0%;
	}
	.location_img {
		width: 25%;
		margin-bottom: 2%;
	}
	.welcome-top p {
		font-size: 14px;
	}
	.pro-details-w3layouts {
		min-height: 450px;
	}
	.wthree_w3l_grid-left1 i {
		font-size: 24px;
		width: 55px;
		height: 55px;
		padding: 15px 0;
	}
	.wthree_w3l_grid {
		margin-top: 30px;
		padding: 0;
	}
	.stats-grid {
		width: 100%;
		margin-bottom: 25px;
	}
	.stats {
		height: 590px;
		padding-top: 35px;
	}
	.stats-grid i {
		margin-bottom: 10px;
		width: 65px;
		height: 65px;
		font-size: 30px;
	}	
	.subscribe form input[type="submit"] {
		padding: 12px 18px;
	}
	p.footer {
		line-height:24px;
	}
	p.spam {
		margin-top: 20px;
		letter-spacing: 0px;
	}
	.modal-dialog {
		width: 410px;
	}
	.w3layouts-contact-grid textarea {
		min-height: 180px;
	}
	.agile-blog-sidebar {
		width: 90%;
	}	
	.top-blog a.fast {
		font-size: 21px;
	}
	.blog-left b {
		font-size: 33px;
		height: 42px;
	}
	.top-blog {
		width: 81%;
	}
	.single-middle {
		margin-top: 0em;
	}
	.single-middle h3, .single-bottom h3 {
		font-size: 2em;
	}
	.single-bottom textarea {
		width: 91%;
	}
	.single-bottom input[type="submit"] {
		width: 30%;
	}
	.grid_3 {
		padding: 1em;
	}
	.typo-1 {
		padding: 0;
	}
	.icons-page .bs-glyphicons li {
		width: 47%;
	}
	h3.w3l-heading {
		font-size: 24px;
	}
	.ins-name h3 {
		font-size: 21px;
	}
	.ins-name h6 {
		font-size: 21px;
	}
	.w3-related-property a {
		margin-top: 5px;
		font-size: 17px;
	}
	.w3-related-property {
		margin-top: 5%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 0px 10px 4px;
	}
	.nbs-flexisel-nav-right, .nbs-flexisel-nav-left {
		top: 37% !important;
	}
	.nbs-flexisel-nav-right {
		right: -25px;
	}
	.nbs-flexisel-nav-left {
		left: -25px;
	}
}
@media (max-width: 384px){
	
	.welcome_top_left,.welcome_top_right {
		padding: 0;
	}
	.properties-list {
		width: 100%;
	}
	.wthree_w3l_grid-left {
		width: 21%;
		padding-left: 0;
	}
	.wthree_w3l_grid-right {
		width: 79%;
	}
	.stats p {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 2px;
	}	
	.stats p {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 2px;
	}	
	.subscribe form input[type="submit"] {
		padding: 12px 13px;
		font-size: 14px;
	}
	.footer-top-left,.footer-top-mid,.adress-agile {
		padding: 0;
	}
	.modal-dialog {
		width: 380px;
	}
	.about-right.wthree {
		padding-left: 0;
	}
	.w3layouts-contact-grid textarea {
		min-height: 150px;
	}
	h3.text-center.find {
		font-size: 2em;
		margin-bottom: 0.1em;
	}
	.w3ls-map,.wthree-contact-in,.w3layouts-contact-grid {
		padding: 0;
	}
	.w3ls-inner-banner h2 {
		font-size: 25px;
		padding-top: 55px;
	}
	.w3ls-inner-banner {
	}
	.agile-blog-sidebar {
		width: 92%;
	}	
	.pagination {
		padding-top: 0;
		padding-bottom:20px;
	}
	.blog-left {
		padding-right: 8px;
	}
	.blog,.agile-blog-sidebar {
		padding:0;
	}
	.comment,.w3ls-property-images,.ins-details {
		padding: 0;
	}
	.single-bottom textarea {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.single-bottom input[type="submit"] {
		width: 35%;
		margin: 0;
	}
	.icon-box {
		height: 50px;
		width: 100%;
		margin: 0.5em 0 0.5em 0;
	}
	.filtr-item {
		width: 100%;
		margin-left:0%;
		padding: 5px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 0px 5px 4px;
	}
	a.agile-its-property-title {
		font-size: 18px;
		margin: 10px 0 0 0;
	}
	p.w3ls-p-text {
		line-height: 21px;
	}
	.nbs-flexisel-nav-right, .nbs-flexisel-nav-left {
		top: -7% !important;
	}
	.nbs-flexisel-nav-right {
		right: 1px;
	}
	.nbs-flexisel-nav-left {
		left: 1px;
	}
}
@media (max-width: 375px){	
	p.spam {
		font-size: 12.5px;
	}
	.footer-top-mid ul li a i {
		margin-right: 12px;
		font-size: 11px;
		vertical-align: middle;
	}
	.modal-dialog {
		width: 372px;
	}
	.icons-page .bs-glyphicons li {
		width: 80%;
	}
}
@media (max-width: 320px){
	.logo h1 a {
		font-size: 30px;
	}
	.navbar-toggle {
		padding: 7px 8px;
		margin-right: 0px;
		margin-top:5px;
	}	
	
	.location_img {
		width: 35%;
	}
	.pro-details-w3layouts {
		min-height: 480px;
		padding: 20px 10px 0 12px;
	}
	.wthree_w3l_grid-right {
		width: 75%;
		margin-left: 4%;
	}
	.properties-list h2, .features-w3l h3, .stats h3, .w3-our-clients h3, .subscribe h3,.agileits-team h3 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.subscribe form input[type="submit"] {
		padding: 12px 13px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.subscribe form input.user {
		margin-right: 1px;
		width: 63%;
	}
	.welcome-top, .properties, .features-w3l, .subscribe, .footer-top, .w3-our-clients,.gallery,.w3layouts-contact-section,.agileits-blog-posts,
	.typography,.icons-page,.agileits-property-details	{
		padding: 20px 0;
	}
	.section.team-w3ls{ padding-top:20px;
	}
	.w3-agent {
		width: 100%;
	}
	.modal-dialog {
		width: 312px;
	}
	ul.address li ul.agileits-address-text li:nth-child(1) {
		width: 26%;
	}
	.w3ls-inner-banner h2 {
		font-size: 24px;
		padding-top: 45px;
	}
	.w3ls-inner-banner {
	}
	.blog-left b {
		font-size: 31px;
		height: 40px;
	}
	.blog-left span {
		font-size: 1.1em;
	}
	.top-blog p {
		padding-top: 2px;
	}
	.blog-left {
		padding-right: 6px;
	}
	.top-blog {
		width: 80%;
	}
	.w3-related-property {
		width: 100%;
	}
	.ins-name h3 {
		font-size: 20px;
	}
	p.left {
		width: 100%;
	}
	p.w3ls-p-text {
		width: 95%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 0px 2px 4px;
		margin: 0 0.2em;
	}
}
@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	    padding: 1rem 0;
	}
}


@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont{
	    font-family: "iconfont";
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 1rem;
    vertical-align: bottom;
}

.content p{
 text-indent:2em;
 }