/* =================================
------------------------------------
  LERAMIZ - Landing Page Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

/*html,
body {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
	color: #252525;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 13.9px;
	color: #707070;
}

img {
	max-width: 100%;
}*/

/*---------------------
	右侧菜单
-----------------------*/

#leftsead{width:131px;height:143px;position:fixed;top:258px;right:0px;z-index:999;}
/**html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}*/

#leftsead li{width:131px;height:49px;overflow:hidden;border:solid 0px #f00;padding:0px;display:inline-block;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:131px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:pointer;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:190px;top:70px;}
#leftsead li a.mobile .hides{display:none;position:absolute;right:190px;top:175px;}
/*---------------------
	右侧菜单
-----------------------*/

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.red
{
    color:red;
}

/*---------------------
	Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 60px;
}

.section-title h3 {
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.section-title h2 i {
	
    font-style:normal;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}


a.blk_14:link {
font-size: 14px;
color: #000000;
font-weight:bold;
text-decoration:none;
}
a.blk_14:visited {
font-size: 14px;
color: #000000;
font-weight:bold;
text-decoration:none;
}
a.blk_14:hover {
font-size: 14px;
color: #ff0000;
font-weight:bold;
text-decoration:underline;
}


a.blk_16:link {
font-size: 16px;
color: #000000;
font-weight:bold;
text-decoration:none;
}
a.blk_16:visited {
font-size: 16px;
color: #000000;
font-weight:bold;
text-decoration:none;
}
a.blk_16:hover {
font-size: 16px;
color: #ff0000;
font-weight:bold;
text-decoration:underline;
}


a.hui_16:link {
font-size: 16px;
font-weight:normal;
text-decoration:none;
}
a.hui_16:visited {
font-size: 16px;
font-weight:normal;
text-decoration:none;
}
a.hui_16:hover {
font-size: 16px;
color: #ff0000;
font-weight:normal;
text-decoration:none;
}

a.white_16:link {
font-size:16px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
}
a.white_16:visited {
font-size:16px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
}
a.white_16:hover {
font-size:16px;
color: #ff0000;
font-weight:bold;
text-decoration:underline;
}


a.white_16_profile:link {
font-size:16px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
}
a.white_16_profile:visited {
font-size:16px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
}
a.white_16_profile:hover {
font-size:16px;
color: #f00;
font-weight:bold;
text-decoration:none;
}

a.profile_13:link {
font-size:13px;
color: #8e8e8e;
font-weight:bold;
text-decoration:none;
}
a.profile_13:visited {
font-size:13px;
color: #8e8e8e;
font-weight:bold;
text-decoration:none;
}
a.profile_13:hover {
font-size:13px;
color: #f00;
font-weight:bold;
text-decoration:none;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 2px;
	border-radius: 3px;
	min-width: 170px;
	text-align: center;
	background: #30caa0;
	cursor: pointer;
	border: none;
	color: #fff;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}


/* Section Title */
.section-title {
	margin-bottom: 60px;
	text-align: left;
	position: relative;
	padding-left: 32px;
}
.section-title::before, .section-title::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
}
.section-title::after {
	left: 10px;
}
.section-title h3 {
	font-size: 18px;
	color: #777777;
    text-transform: capitalize;
}
.section-title h2 {
	font-size: 32px;
	margin: 10px 0 0;
}



.section-title::before, .section-title::after {
	background: #e4353a;
}
.section-title h2 span {
    color: #e4353a;
}




/*=========================================================
	SECTION2
===========================================================*/
.section2 {
	padding-top:30px;
	padding-bottom:30px;
}

.section2-title {
	position:relative;
	margin-bottom:30px;
    
}

.section2-title:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color:#DDD;
	z-index:-1;
}

.section2-title .title {
	position:relative;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 45px;
	font-size:16px;
	color:#FFF;
	background-color:#585858;
	padding:0px 15px;    
    border-radius:20px 5px 0px 0px;
}

.section2-title .title:after {
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 0 15px;
	border-color: transparent transparent transparent #DDD;
	z-index: 0;
}


.circle2
{
   
    background-color: #E4353A;
    border-radius: 50px;  
    height: 30px;
    width: 30px;
    border:none;
    text-align:center;
    line-height:33px;
}


.education-wrapper{ position: relative; }

.education-wrapper:after{ content:''; position: absolute; top: 8px; bottom: 0; left: -51px;
	width: 2px; background: #ccc; }

.education-wrapper .education{ position: relative; }

.education-wrapper .education:after{ content:''; position: absolute; top: 8px; left: -58px; width: 16px; 
	height: 16px; border-radius: 10px; z-index: 1;
	box-shadow: 0 0 0 8px rgba(255,171,0, .4); background: #FFAB00; }





/*-- about --*/

/*.img-position {
    position: absolute;
    right: 0%;
    top: -5%;
    z-index: -0;
}*/
.img-border {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    border-radius:60px 10px;
}


.img-border2 
{ 
    border-radius:20px 5px;
}
/*-- //about --*/




/* 
=========================================
Attorneys Area CSS
=========================================
*/
.attorneys-style-one {
	padding-bottom: 40px;
}
.attorneys-style-one .our-attorney {
	margin: 7px 0 40px;
}
.our-attorney {
	text-align: center;
	position: relative;
	margin: 7px 0 8px;
}
.our-attorney::before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 3px;
	right: 0;
	transform: scale(1);
	transition: all 0.6s ease 0s;
	z-index: 3;
}
.our-attorney:hover::before {
	opacity: 1;
	transform: scale(1);
}
.our-attorney .pic {
	position: relative;
}
.our-attorney .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.6s ease 0s;
}
.our-attorney:hover .pic::before {
	opacity: 1;
}
.our-attorney img {
	max-width: 100% !important;
	height: auto;
}
.our-attorney .attorney-content {
	padding: 30px 0 0;
	position: relative;
	top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	transition: all 0.6s ease 0s;
}
.our-attorney:hover .attorney-content {
    transform: translateY(-300%);
}
.our-attorney .title a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.our-attorney:hover .title a {
    color: #fff; 
}
.our-attorney .post {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	text-transform: capitalize;
	transition: all 0.6s ease 0s;
}
.our-attorney .social {
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	transform: scale(0);
	transition: all 0.6s ease 0s;
}
.our-attorney:hover .social {
	opacity: 1;
	transform: scale(1);
}
.our-attorney .social li {
	display: inline-block;
}
.our-attorney .social li a {
	font-size: 15px;
	color: #fff;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 31px;
	border-radius: 50%;
}
.our-attorney .social li a:hover {
    background: transparent;
}
.attorneys-slider.owl-theme .owl-nav [class*="owl-"] {
	left: 15px;
	opacity: 0;
}
.attorneys-slider.owl-theme:hover .owl-nav [class*="owl-"] {
	opacity: 1;
}
.attorneys-slider.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 15px;
}



/*------------------
  Filter search
---------------------*/

.filter-search {
	position: relative;
	z-index: 2;
}

.filter-form {
	padding: 31px;
	background: #30caa0;
	border-radius: 3px;
}

.filter-form input {
	background: #fff;
	height: 46px;
	border: none;
	border-radius: 2px;
	width: calc(43% - 20px);
	margin-right: 20px;
	padding: 5px 20px;
	font-size: 14px;
}

.filter-form select {
	background: #fff;
	height: 46px;
	border: none;
	border-radius: 2px;
	width: calc(20% - 20px);
	margin-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}

.filter-form .fs-submit {
	background: #333;
	width: 16%;
	border-radius: 2px;
}

.propertie-item {
	height: 270px;
	position: relative;
	margin-bottom: 30px;
	position: relative;
}

.propertie-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,303030+100&0+32,0.9+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(32%, rgba(15, 15, 15, 0)), to(rgba(48, 48, 48, 0.9)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(15, 15, 15, 0) 32%, rgba(48, 48, 48, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(15, 15, 15, 0) 32%, rgba(48, 48, 48, 0.9) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6303030', GradientType=0);
	/* IE6-9 */
}

.propertie-item .sale-notic,
.propertie-item .rent-notic {
	margin: 30px;
}

.propertie-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	padding-bottom: 20px;
	z-index: 5;
}

.propertie-info h5 {
	margin-bottom: 8px;
	font-weight: 400;
}

.propertie-info p {
	margin-bottom: 0;
}

.propertie-info p i {
	color: #30caa0;
	margin-right: 5px;
}

.propertie-info .info-warp {
	float: left;
}

.propertie-info .price {
	float: right;
	background: #30caa0;
	padding: 12px;
	min-width: 110px;
	text-align: center;
	border-radius: 2px;
}

.sale-notic,
.rent-notic {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #e94646;
	padding: 7px 13px;
	display: inline-block;
	border-radius: 2px;
	position: relative;
	z-index: 3;
}

.rent-notic {
	background: #eca643;
}

/*------------------
  Services section
---------------------*/

.services-section .section-title {
	margin-bottom: 40px;
	padding-top: 15px;
}

.service-item {
	margin-bottom: 30px;
}

.service-item:last-child {
	margin-bottom: 0;
}

.service-item i {
	height: 60px;
	width: 60px;
	background: #30caa0;
	border-radius: 50%;
	text-align: center;
	padding-top: 18px;
	color: #fff;
	font-size: 24px;
	float: left;
}

.service-item .service-text {
	padding-left: 80px;
}

.service-item .service-text h5 {
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

.service-item .service-text p {
	margin-bottom: 0;
	color: #cccccc;
}

/*------------------
  Feature section
---------------------*/

.feature-section .container {
	margin-bottom: -50px;
}

.feature-item {
	margin-bottom: 50px;
}

.feature-item .room-price {
	display: block;
	font-size: 15px;
	font-weight:500;
	background: #fff;
	text-align: center;
	padding: 13px;
	background: #e4353a;/*#D5874D;*/
	color: #fff;
}

.feature-pic {
	height: 250px;
}

.feature-pic .sale-notic,
.feature-pic .rent-notic {
	margin: 20px;
}

.feature-text {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.feature-title {
	padding-top: 8px;
}

.feature-title h4 {
	font-weight:bold;
	margin-bottom: 5px;
}

.feature-title p {
	margin-bottom: 0;
}

.feature-title p i {
	color: #30caa0;
}

.room-info-warp {
	padding: 15px;
    padding-top:5px;
	padding-bottom: 0;
}

.room-info {
	border-top: 1px solid #ebebeb;
	padding-top: 15px;
	overflow: hidden;
}

.room-info p {
	margin-bottom: 15px;
    font-size:13px;
}

.room-info p i {
	color: #e4353a;
	margin-right:5px;
}

.room-info:last-child .rf-right {
	padding-right: 14px;
}

.room-info .rf-left {
	float: left;
    width:50%;
}

.room-info .rf-right {
	float: left;
}

.feature-height 
{
	height:80px !important;
}
.feature-padding 
{
	padding-left:2px !important;
    padding-right:2px !important;
}

/* 
=========================================
Fun Facts Area CSS
=========================================
*/
.fun-facts-area {
	text-align: center;
    background-image: url(../image/fun-facts-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.fun-facts-area::before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .71;
}
.funFacts .icon {
	color: #fff;
	font-size: 35px;
	border: 3px solid #fff;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 75px;
	border-radius: 50%;
	margin-bottom: 30px;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.funFacts:hover .icon {
    color: #fff;
}
.funFacts .text h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 10px;
}
.funFacts .text p {
	color: #fff;
}

.ptb-80 
{
    padding: 80px 0;
}

.profile-img{ height:120px; width:120px; border-radius:100px; margin: 0 auto; 
	overflow: hidden; position: relative; top:-20px; margin-bottom:0px;border:solid 3px #d4d4d4;}

.profile-text{ margin-bottom:30px;}

.yfpx{ height:150px; width:150px; border-radius: 40px 10px; margin: 0 auto; 
	overflow: hidden; position: relative;  margin-bottom:0px;border-left:solid 3px #d4d4d4;border-right:solid 3px #d4d4d4;background-color:#fff;color:#000;line-height:25px;padding-top:40px; text-shadow:none; font-size:16px;font-weight:bold;}


.hrnav{ height:310px; width:150px; border-radius: 75px 75px 10px 10px; margin: 0 auto; 
	overflow: hidden; position: relative;  margin-bottom:0px;border-left:solid 3px #d4d4d4;border-right:solid 3px #d4d4d4;background-color:#fff;color:#000;line-height:25px;padding-top:0px; text-shadow:none; font-size:16px;font-weight:bold;}

.hrnavlink{padding-top:20px;}
.hrnavlink dd{color:#808080;font-size:14px;line-height:30px;text-align:left;padding-left:36px;}

/*---------------------------------
    3.Nuturel img area
----------------------------------*/

#img-nature{
	position: relative;
}
#img-nature .container-fluid{
	padding: 0;
}
.nuture-img-item{
	position: relative;
	transition: 1.2s;
}
.overay-nutre{
	 position: absolute;
    top: 0;
    background: #01407396;
  height:100%;
    width: 100%;
	opacity: 0;
	transition: 1.3s;
}
.overay-nutre:hover{
	opacity: 1;
	cursor: pointer;
}

.overay-nutre a i{
	    font-size: 55px;
    color: #fff;
    position: relative;
    left: 42%;
    top: 35%;
}


/*------------------------------------*\
	Tab Nav
\*------------------------------------*/
.tab-nav li {
	position:relative;
	display: inline-block;
	height: 45px;
	line-height: 43px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right:none;
	margin-right:-4px;
	z-index:2;
}

.tab-nav li:last-child {
	border-right: 1px solid #DDD;
	margin-right:0px;
}

.tab-nav li a {
	display: block;
	padding: 0 15px;
	background: #FFF;
	font-size: 15px;
	text-transform: uppercase;
}

.tab-nav li.active {
	border-color:#EF233C;
}

.tab-nav li.active a {
	background-color:#EF233C;
	color:#FFF;
}

.tab-nav li.active:after {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #EF233C transparent transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 5;
}



/*------------------------------------*\
	Tab Nav2
\*------------------------------------*/
.tab-nav2 li {
	position:relative;
	display: inline-block;
	height: 45px;
	line-height: 43px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right:1px solid #DDD;
	margin-right:-4px;
	z-index:2;
    margin-top:12px;
    /*padding-left:10px;
    padding-right:10px;*/
}

.tab-nav2 li:last-child {
	border-right: 1px solid #DDD;
	margin-right:0px;
}

.tab-nav2 li a {
	display: block;
	padding: 0 15px;
	background: #FFF;
	font-size: 15px;
	text-transform: uppercase;
}

.tab-nav2 li.active {
	border-color:#EF233C;
}

.tab-nav2 li.active a {
	background-color:#EF233C;
	color:#FFF;
}

.tab-nav2 li.active:after {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #EF233C transparent transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 5;
}



/*-----------------------------
  Feature category section
-----------------------------*/

.feature-category-section {
	background: #f7f7f7;
}

.f-cata {
	text-align: center;
}

.f-cata img {
	margin-bottom: 20px;
}

.f-cata h5 {
	font-weight: 400;
}

.gallery {
	margin-right: -20px;
}

.gallery:after {
	content: '';
	display: block;
	clear: both;
}

.grid-sizer {
	width: calc(25% - 20px);
}

.gallery-item {
	width: calc(25% - 20px);
	height: 285px;
	display: table;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.gallery-item.grid-long {
	width: calc(50% - 20px);
}

.gallery-item.grid-wide {
	width: calc(50% - 10px);
}

.gallery-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.4;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,30caa0+70 */
	background: black;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, #30caa0));
	background: -o-linear-gradient(top, black 0%, #30caa0 70%);
	background: linear-gradient(to bottom, black 0%, #30caa0 70%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#30caa0', GradientType=0);
	/* IE6-9 */
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-item:hover:before {
	opacity: 0.6;
}

.gallery-item:hover:after {
	opacity: 0;
}

.gallery-item .gi-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 2;
}

.gallery-item .gi-info h3 {
	font-size: 28px;
	font-weight: 400;
	color: #fff;
}

.gallery-item .gi-info p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

/*------------------
  Review section
---------------------*/

.review-section {
	padding-top: 68px;
	padding-bottom: 50px;
}

.review-item {
	text-align: center;
}

.review-item .rating {
	margin-bottom: 20px;
}

.review-item .rating i {
	color: #ffca04;
	font-size: 20px;
}

.review-item p {
	font-size: 18px;
	margin-bottom: 30px;
}

.review-item h5 {
	font-size: 18px;
	margin-bottom: 5px;
}

.review-item span {
	color: #cccccc;
}

.review-item .clint-pic {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 35px auto 0;
}

.review-slider .owl-dots {
	text-align: center;
	padding-top: 30px;
}

.review-slider .owl-dots .owl-dot {
	width: 20px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	margin: 0 5px;
}

.review-slider .owl-dots .owl-dot.active {
	background: #30caa0;
}

/*------------------
  Blog section
---------------------*/

.blog-item img {
	margin-bottom: 25px;
}

.blog-item h5 {
	margin-bottom: 10px;
	font-weight: 400;
}

.blog-item h5 a {
	color: #252525;
}

.blog-item p {
	margin-bottom: 0;
}

.blog-item .blog-meta {
	margin-bottom: 10px;
}

.blog-item .blog-meta span {
	font-size: 12px;
	color: #cccccc;
	margin-right: 10px;
}

.blog-item .blog-meta span i {
	color: #30caa0;
	margin-right: 5px;
}

/*------------------
  Clients section
---------------------*/

.clients-section {
	position: relative;
	margin-bottom: -60px;
}

.clients-slider {
	background: #30caa0;
	padding: 27px 40px;
	border-radius: 3px;
}

.clients-slider a {
	display: block;
	text-align: center;
	padding: 0 30px;
}

/*----------------
  Footer section
------------------*/

.footer-section {
	padding-top: 30px;
	padding-bottom: 0px;
}

.footer-widget p {
	color: #ccc;
}

.footer-widget img {
	margin-bottom: 30px;
}

.footer-widget .social {
	padding-top: 10px;
}

.footer-widget .social a {
	color: #fff;
	font-size: 16px;
	margin-right: 35px;
}

.footer-widget .fw-title {
	padding-top: 10px;
	text-transform: uppercase;
	margin-bottom: 35px;
	color: #fff;
}

.footer-widget .contact-widget {
	padding-left: 10px;
}

.footer-widget .contact-widget p i {
	color: #fff;
	margin-right: 10px;
}

.footer-widget .double-menu-widget {
	padding-left: 0px;
}

.footer-widget .double-menu-widget ul {
	list-style: none;
	display: inline-block;
}

.footer-widget .double-menu-widget ul a {
	font-size: 13.9px;
	color: #cccccc;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	right: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
}

.footer-widget .double-menu-widget ul a:hover {
	right: -20px;
	color: #fff;
}

.footer-widget .double-menu-widget ul a:hover:after {
	opacity: 1;
	left: -15px;
}

.footer-widget .double-menu-widget ul a:after {
	font-family: 'FontAwesome';
	content: "\f101";
	position: absolute;
	left: -20px;
	top: 0;
	color: #f00;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.footer-widget .double-menu-widget ul:last-child {
	margin-left: 50px;
}

.footer-widget .footer-newslatter-form {
	position: relative;
	height: 40px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 25px;
}

.footer-widget .footer-newslatter-form input {
	width: 100%;
	height: 40px;
	padding: 10px 18px;
	padding-right: 50px;
}

.footer-widget .footer-newslatter-form button {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
	right: 0;
	background: #C72828;
	color: #fff;
	border: none;
}


.footer-bottom2 {
	background:#111; /*#00090e*/ 
}


.footer-bottom {
	overflow: hidden;
	padding-top: 30px;
	margin-top: 65px;
	border-top: 1px solid #324a4e;
  
}

.footer-nav {
	float: right;
}

.footer-nav ul {
	list-style: none;
}

.footer-nav ul li {
	display: inline;
}

.footer-nav ul li a {
	display: inline-block;
	color: #cccccc;
	margin-left: 10px;
	font-size: 12px;
}

.footer-nav ul li a:hover {
	color: #fff;
}

.copyright {
	float: left;
	padding-top: 3px;
}

.copyright p {
	font-size: 12px;
	margin-bottom: 0;
	color: #bfbfbf;
}

.copyright p a {
	font-weight: 600;
	color: #fff;
}



/*

news

-----------------------------------------------------------------*/
#focus{width:100%; max-width:1140px; margin:0 auto; padding-bottom:90px;}
#focus .swiper-container {width: 100%;height: 380px;margin-left: auto;margin-right: auto;}
#focus .swiper-slide{position:relative;}
#focus .focus-img {width:555px; height:380px;}
#focus .focus-img a{display:block;}
#focus .focus-img img{ width:100%; height:auto;}
#focus .focus-img .container{ position:absolute; left:0; bottom:0; color:#fff; text-align:left; width:100%; height:auto; padding:10px 0; background:rgba(0,0,0,.7);}
#focus .focus-img .container span.name{ display:block; width:90%; margin:0 auto; padding-bottom:10px; font-size:20px;}
#focus .focus-img .container span.text{ display:block; width:90%; margin:0 auto; font-size:14px; line-height:24px;}
#focus .focus-list {width:555px; height:380px; text-align:left;}
#focus .focus-list .name{ font-size:24px; color:#d7000f;}
#focus .focus-list .time{position:absolute; right:0; top:20px; color:#888; font-size:14px;}
#focus .focus-list .text{ padding:12px 0; font-size:14px; line-height:21px; color:#666;}
#focus .swiper-pagination {text-align:right!important; width:96%;}
#focus .swiper-pagination-bullet {width: 12px!important;height: 12px!important;background: #fff!important;opacity: 1!important;}
#focus .swiper-pagination-bullet-active {background: #d7000f!important;}

#news{ width:100%; max-width:1140px; margin:0 auto; text-align:left;}
#news .list{ padding:0; margin:0 auto;}
#news .list>a{ position:relative; display:block;margin-bottom:40px;}
#news .list>a .time{ width:70px; text-align:center;}
#news .list>a .time>.day{ width:70px; height:70px; background:#999;border-radius:3px; text-align:center; overflow:hidden; color:#fff; font-size:14px; transition:all .35s;font-weight:normal;}
#news .list>a .time>.day>span{ display:block; padding-top:5px; font-size:24px;font-weight:normal;}
#news .list>a .time>.year{ padding:8px 0; font-size:14px; color:#999;font-weight:normal;}
#news .list>a .content{  width:92%; text-align:left;}
#news .list>a .content>.name{ padding-bottom:20px; font-size:18px; color:#444;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s; font-weight:normal;}
#news .list>a .content>.text{ font-size:14px; color:#444; line-height:20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; font-weight:normal;}
#news .list>a:hover .time>.day{ background:#d7000f;}
#news .list>a:hover .name{color:#d7000f;}
#newsview{ width:100%; max-width:1140px; height:auto; padding-bottom:100px; margin:0 auto; transition:all .35s;}
#newsview>.title{ padding:70px 0 20px 0; margin:0 auto; font-size:24px; color:#d7000f; text-align:left;}
#newsview>.time{ text-align:left; color:#888; font-size:14px;}
#newsview>.container{ position:relative; margin:0 auto; padding:50px 0;}
#newsview>.container>.text{ width:75%; padding-right:35px; padding-bottom:100px; border-right:1px solid #e7e7e7; text-align:left; font-size:14px; color:#444; line-height:24px;}
#newsview>.container>.text table{ width:100%; border-left:1px solid #e7e7e7;border-top:1px solid #e7e7e7;}
#newsview>.container>.text table td{ border-right:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7; padding:10px;}
#newsview>.container>.text img{max-width:100%; height:auto;}
#newsview>.container>.text .tableWap{ overflow:hidden; overflow-x:auto;}
#newsview>.container>.other{ width:20%; text-align:left;}
#newsview>.container>.other h2{ display:block; font-size:24px; font-weight:normal; color:#d7000f;}
#newsview>.container>.other .list{ padding:10px 0; text-align:left;}
#newsview>.container>.other .list>a{ display:block; font-size:14px; color:#666; line-height:20px; padding-bottom:30px; transition:all .35s;}
#newsview>.container>.other .list>a:hover{ color:#d7000f; text-decoration:underline;}
#newsview>.container>.other .paper{ padding:10px 0; text-align:left;}
#newsview>.container>.other .paper>a{ display:inline-block; margin-top:10px; padding:10px; border:1px solid #eee; box-shadow:0 1px 3px rgba(0,0,0,.1);}
#newsview>.container>.other .paper>a img{ width:100%; height:auto;}

@media only screen and (max-width: 1280px){
  #news{ width:93.75%;}
  #focus{width:93.75%; padding-bottom:50px;}
  #news .list>a .content{width:82%;}
  #news .list>a .content>.name{ padding-bottom:16px;}
  #newsview{ width:93.75%;}
}

@media only screen and (max-width: 780px){
  #focus{padding-bottom:20px!important;}
  #focus .focus-img {width:100%; height:auto;}
  #focus .focus-list {display:none!important;}
  #news .list{ padding:40px 0;border-top:2px solid #eee; margin-top:40px;}
  #news .list>a{ float:none!important; width:100%;}
  #newsview>.title{ text-align:center;}
  #newsview>.time{ text-align:center;}
  #newsview>.container>.text{ float:none!important; width:100%; padding-right:0px !important; padding-bottom:0px!important; border-right:0px!important;}
  #newsview>.container>.other{ display:none;}
}

@media only screen and (max-width: 420px) {
  #focus .focus-img .container span.name{ font-size:16px;}
  #focus .focus-img .container span.text{ font-size:12px; line-height:20px;}
  #news .list>a .time{ width:50px;}
  #news .list>a .time>.day{ width:50px; height:50px; font-size:12px;}
  #news .list>a .time>.day>span{ padding-top:2px; font-size:20px;}
  #news .list>a .time>.year{ padding:3px 0; font-size:12px;}
  #news .list>a .content{  width:80%;}
  #news .list>a .content>.name{ padding-bottom:10px; font-size:16px;}
  #news .list>a .content>.text{ font-size:12px; line-height:18px; -webkit-line-clamp: 2;}
}

.fl-left{ float:left;}
.fl-right{ float:right;}
/* end*/


/*----------------
  Pages
------------------
===================*/

.page-top-section {
	height: 350px;
	text-align: center;
	padding-top: 210px;
}

.page-top-section h2 {
	font-weight: 400;
	text-transform: uppercase;
}

.page-top-section.single-blog {
	padding-top: 170px;
}

.page-top-section.single-blog h2 {
	margin-bottom: 15px;
}

.page-top-section.single-blog a {
	color: #cccccc;
	font-size: 16px;
	margin: 0 5px;
}

.page-top-section.single-blog a i {
	color: #30caa0;
	margin-right: 10px;
}

.site-breadcrumb {
	padding: 50px 0;
}

.site-breadcrumb a {
	color: #000;
	font-size: 16px;
}

.site-breadcrumb a i {
	margin-right: 5px;
}

.site-breadcrumb span {
	font-size: 16px;
	color: #cccccc;
}

.site-breadcrumb span i {
	margin: 0 6px;
}

.page-section {
	padding-bottom: 100px;
}

.site-pagination {
	text-align: center;
}

.site-pagination a,
.site-pagination span {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e1e1e1;
	color: #717171;
	font-size: 18px;
	padding-top: 4px;
	margin-right: 15px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.site-pagination span,
.site-pagination span:hover,
.site-pagination a:hover {
	color: #30caa0;
	border-color: #30caa0;
}

.site-pagination a:last-child {
	margin-right: 0;
}

/*----------------
  Single list page
------------------*/

.single-list-slider .sl-item {
	height: 400px;
}

.single-list-slider .sl-item .sale-notic,
.single-list-slider .sl-item .rent-notic {
	margin: 30px;
}

.sl-thumb-slider {
	margin-top: 10px;
	position: relative;
}

.sl-thumb-slider .sl-thumb {
	height: 120px;
	cursor: pointer;
	background: #000;
	background-size: cover;
	position: relative;
}

.sl-thumb-slider .current .sl-thumb:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.6;
}

.sl-thumb-slider .owl-prev,
.sl-thumb-slider .owl-next {
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	top: 50%;
	margin-top: -10px;
	font-size: 12px;
	color: #cccccc;
	text-align: center;
}

.sl-thumb-slider .owl-prev:hover,
.sl-thumb-slider .owl-next:hover {
	color: #30caa0;
}

.sl-thumb-slider .owl-prev {
	left: 0;
	border-radius: 0px 30px 30px 0px;
}

.sl-thumb-slider .owl-next {
	right: 0;
	border-radius: 30px 0px 0px 30px;
}

.single-list-content {
	padding: 70px 30px;
	border: 1px solid #e1e1e1;
	border-top: none;
}

.single-list-content .sl-title h2 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}

.single-list-content .sl-title p {
	font-size: 18px;
}

.single-list-content p i {
	color: #30caa0;
	margin-right: 5px;
}

.single-list-content .price-btn {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 9px;
	background: #30caa0;
	color: #fff;
	min-width: 200px;
	border-radius: 3px;
	margin-bottom: 70px;
}

.single-list-content .sl-sp-title {
	display: block;
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.single-list-content .sl-sp-title.bd-no {
	border-bottom: none;
}

.property-details-list {
	margin-bottom: 30px;
}

.property-details-list p {
	margin-bottom: 40px;
	font-size: 16px;
}

.description {
	margin-bottom: 55px;
}

.description p {
	font-size: 16.7px;
}

.plan-accordion {
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 75px;
}

.plan-accordion .panel-link {
	display: block;
	background: #f7f7f7;
	color: #707070;
	font-size: 16px;
	border: none;
	width: 100%;
	cursor: pointer;
	padding: 18px 30px;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
	position: relative;
	text-align: left;
}

.plan-accordion .panel-link span {
	margin-left: 20px;
}

.plan-accordion .panel-link.active {
	background: #30caa0;
	color: #fff;
	border: 1px solid #30caa0;
}

.plan-accordion .panel-link.active i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.plan-accordion .panel-link.active.collapsed {
	background: #f7f7f7;
	color: #707070;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
}

.plan-accordion .panel-link.active.collapsed i {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.plan-accordion .panel-link i {
	position: absolute;
	font-size: 24px;
	top: 50%;
	right: 17px;
	margin-top: -11px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.plan-accordion .panel-body {
	border: 1px solid #e1e1e1;
	border-bottom: none;
}

.perview-video {
	position: relative;
	margin-bottom: 75px;
}

.perview-video .video-link {
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}

.sidebar {
	padding-left: 40px;
}

.author-card {
	padding: 29px;
	border: 1px solid #ebebeb;
	border-radius: 1px;
	margin-bottom: 44px;
}

.author-card .author-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
}

.author-card .author-info {
	padding-top: 10px;
	margin-left: 100px;
}

.author-card h5 {
	font-weight: 400;
}

.author-card .author-contact {
	display: block;
	clear: both;
	padding-top: 40px;
	position: relative;
}

.author-card .author-contact:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	top: 20px;
	left: 0;
	background: #ebebeb;
}

.author-card .author-contact p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 2;
}

.author-card .author-contact p i {
	margin-right: 5px;
	color: #30caa0;
}

.contact-form-card {
	padding: 29px;
	border: 1px solid #ebebeb;
	border-radius: 1px;
	margin-bottom: 80px;
}

.contact-form-card h5 {
	font-weight: 400;
	margin-bottom: 30px;
}

.contact-form-card input,
.contact-form-card textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	margin-bottom: 17px;
	height: 36px;
	padding: 0 20px;
}

.contact-form-card textarea {
	height: 100px;
	padding: 10px 20px;
}

.contact-form-card button {
	background: #30caa0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: none;
	min-width: 80px;
	height: 30px;
	border-radius: 1px;
	cursor: pointer;
}

.related-properties h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 40px;
}

.rp-item {
	margin-bottom: 40px;
}

.rp-item .rp-pic {
	height: 229px;
	padding: 21px 20px;
}

.rp-item .rp-info {
	text-align: center;
	padding: 30px 10px;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	border-top: none;
}

.rp-item .rp-info h5 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

.rp-item .rp-info p {
	margin-bottom: 0;
}

.rp-item .rp-info p i {
	color: #30caa0;
	margin-right: 5px;
}

.rp-item .rp-price {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 9.5px;
	background: #30caa0;
	color: #fff;
}

.pos-map#map-canvas {
	height: 350px;
}

/*----------------
  About page
------------------*/

.about-text {
	margin-bottom: 100px;
}

.about-text h5 {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.about-text .about-text-left,
.about-text .about-text-right {
	padding-right: 70px;
}

.about-list {
	list-style: none;
}

.about-list li {
	font-size: 14px;
	color: #707070;
	margin-bottom: 10px;
}

.about-list li i {
	color: #30caa0;
	margin-right: 5px;
}

.team-member img {
	min-width: 100%;
}

.team-member:hover .member-pic:after {
	opacity: 0.5;
}

.team-member:hover .member-pic .member-social a {
	margin: 0 4px;
	bottom: 0;
	opacity: 1;
}

.member-pic {
	position: relative;
}

.member-pic:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,30caa0+70 */
	background: black;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, #30caa0));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #30caa0 80%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #30caa0 80%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#30caa0', GradientType=0);
	/* IE6-9 */
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.member-pic .member-social {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	z-index: 1;
}

.member-pic .member-social a {
	width: 30px;
	height: 30px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #707070;
	margin: 0 10px;
	padding-top: 6px;
	position: relative;
	bottom: -20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.member-pic .member-social a:hover {
	color: #30caa0;
}

.member-info {
	padding: 28px 30px;
	-webkit-box-shadow: 0 5px 25px rgba(216, 216, 216, 0.2);
	        box-shadow: 0 5px 25px rgba(216, 216, 216, 0.2);
}

.member-info h5 {
	font-weight: 400;
}

.member-info span {
	font-size: 14px;
	color: #707070;
}

.member-info .member-contact {
	margin-top: 16px;
	padding-top: 16px;
	position: relative;
}

.member-info .member-contact:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	top: 0;
	left: 0;
	background: #ebebeb;
}

.member-info .member-contact p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8;
}

.member-info .member-contact p i {
	color: #30caa0;
	margin-right: 10px;
}

/*-------------------------
  Blog & single Blog page
--------------------------*/

.blog-page .blog-item {
	margin-bottom: 50px;
}

.blog-share {
	text-align: center;
}

.blog-share h5 {
	font-size: 16px;
	font-weight: 400;
	color: #cccccc;
	margin-bottom: 30px;
}

.blog-share .share-links a {
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	padding-top: 6px;
	margin: 0 auto 10px;
}

.blog-share .share-links a.facebook {
	background: #4c65a8;
}

.blog-share .share-links a.twitter {
	background: #41a1f6;
}

.blog-share .share-links a.google-plus {
	background: #f43535;
}

.blog-share .share-links a.instagram {
	background: #8f6247;
}

.blog-share .share-links a.pin {
	background: #f0c605;
}

.singel-blog-content img {
	margin-bottom: 60px;
}

.singel-blog-content p {
	font-size: 16px;
	margin-bottom: 30px;
}

.singel-blog-content blockquote {
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	border-left: 5px solid #30caa0;
	padding: 15px 25px;
	margin-bottom: 30px;
}

.blog-tags {
	display: inline-block;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	padding-right: 30px;
}

.blog-tags p {
	display: inline-block;
	margin-right: 40px;
}

.blog-tags a {
	color: #30caa0;
	margin-right: 5px;
}

.post-author {
	padding: 40px 30px;
	background: #f7f7f7;
}

.post-author .pa-thumb {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.post-author .pa-content {
	padding-left: 110px;
}

.post-author .pa-content h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-author .pa-content p {
	margin-bottom: 0;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 400;
}

.comment-warp .comment .comment-content h5 span {
	font-size: 16px;
	color: #cccccc;
	margin-left: 15px;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ebebeb;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #30caa0;
	background: #30caa0;
	color: #fff;
}

.comment-form-warp input,
.comment-form-warp textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	padding: 0 22px;
	margin-bottom: 30px;
}

.comment-form-warp textarea {
	padding: 20px 22px;
	height: 150px;
}

.comment-form-warp .site-btn {
	font-weight: 400;
}

#map-canvas {
	height: 490px;
}

.contact-info-warp {
	background: #30caa0;
	padding: 30px;
	text-align: center;
	margin-bottom: 100px;
}

.contact-info-warp p {
	margin-bottom: 0;
	font-size: 22px;
	color: #fff;
	margin-right: 80px;
	display: inline-block;
}

.contact-info-warp p i {
	margin-right: 10px;
}

.contact-info-warp p:last-child {
	margin-right: 0;
}

.contact-right {
	padding-top: 40px;
	padding-left: 55px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	margin-bottom: 17px;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
}

.contact-form textarea {
	height: 80px;
	padding: 15px 20px 10px;
}



/*多图轮动样式*/

.leoimgbox { /*width: 732px;*/ margin:auto 0px;}
.leoimgbox .main{/*width:732px;*/}
.leoimgbox .mod{position:relative;}
.leoimgbox #prev{ background: url(/images/prevBtn.png) no-repeat; height: 48px; width: 24px; position: absolute; z-index: 99; left: 7px; top:18px; cursor: pointer; }
.leoimgbox #next{ background: url(/images/nextBtn.png) no-repeat; height: 48px; width: 25px; position: absolute; z-index: 99; top: 18px; right:7px; cursor: pointer; }
.leoimgbox .mod #prevTop{display:none}
.leoimgbox .mod #nextTop{display:none}
.leoimgbox .mod li{float:left;}
.leoimgbox .mod .cf li{position:relative;color:#fff;}
.leoimgbox .mod .cf a{display:block;width:100%;position:absolute;color:#fff;}
.leoimgbox .mod .cf li span{display:block;width:100%;position:absolute;left:0;bottom:0;padding:10px 20px;line-height:30px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");font-size:13px;}
.leoimgbox .bigImgBox{width:388px; height: 324px; border: 1px solid #E1E1E1; padding:8px; }
.leoimgbox .mod .picBox{width: 100%; height: 304px; position: relative; overflow: hidden;}
.leoimgbox .mod .picBox ul{height:399px;position:absolute; left:0;}
.leoimgbox .mod .picBox li{ width: 388px; height: 314px;}
.leoimgbox .smImgBox{ width:388px; height: 88px; padding:7px; border: 1px solid #E1E1E1; margin-top: 12px; position: relative; }
.leoimgbox .mod .listBox{ width: 376px; height: 70px; margin: 0 auto; position: relative; overflow: hidden; }
.leoimgbox .mod .listBox ul{height:70px;position:absolute; padding-left:0px;}
.leoimgbox .mod .listBox li{ width: 94px; height: 70px; cursor: pointer; position: relative; padding: 0 9px 0 0; }
.leoimgbox .mod .listBox li i{display:none;}
.leoimgbox .mod .listBox li a{display:block;width:94px;height:70px;}
.leoimgbox .mod .listBox .on img{border:2px solid #B42222; width:90px; height:70px;}
.leoimgbox .mod .listBox img{width:90px; height:70px;}
.leoimgbox .mod .listBox .on { background:url(/images/img_bg.jpg) center top no-repeat;}
.leoimgbox .mod .listBox .on i{display:block;}
.leoimgbox .left_top { font-family:Arial; font-size:32px; color:#fff; text-align:center; height:30px; line-height:30px; background:#333}





/*设计案例多图轮动样式*/

.projectimgbox { /*width: 732px;*/ margin:auto 0px;}
.projectimgbox .main{/*width:732px;*/}
.projectimgbox .mod{position:relative;}
.projectimgbox #prev{ background: url(/images/prevBtn.png) no-repeat; height: 48px; width: 24px; position: absolute; z-index: 99; left: 7px; top:18px; cursor: pointer; }
.projectimgbox #next{ background: url(/images/nextBtn.png) no-repeat; height: 48px; width: 25px; position: absolute; z-index: 99; top: 18px; right:7px; cursor: pointer; }
.projectimgbox .mod #prevTop{display:none}
.projectimgbox .mod #nextTop{display:none}
.projectimgbox .mod li{float:left;}
.projectimgbox .mod .cf li{position:relative;color:#fff;}
.projectimgbox .mod .cf a{display:block;width:100%;position:absolute;color:#fff;}
.projectimgbox .mod .cf li span{display:block;width:100%;position:absolute;left:0;bottom:0;padding:10px 20px;line-height:30px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");font-size:13px;}
.projectimgbox .bigImgBox{width:720px; height: 440px; border: 1px solid #E1E1E1; padding:8px; }
.projectimgbox .mod .picBox{width: 100%; height: 404px; position: relative; overflow: hidden;}
.projectimgbox .mod .picBox ul{height:709px;position:absolute; left:0;}
.projectimgbox .mod .picBox li{ width: 708px; height: 414px;}
.projectimgbox .smImgBox{ width:720px; height: 88px; padding:7px; border: 1px solid #E1E1E1; margin-top: 12px; position: relative; }
.projectimgbox .mod .listBox{ width: 702px; height: 70px; margin: 0 auto; position: relative; overflow: hidden; }
.projectimgbox .mod .listBox ul{height:70px;position:absolute; padding-left:0px;}
.projectimgbox .mod .listBox li{ width: 94px; height: 70px; cursor: pointer; position: relative; padding: 0 9px 0 0; }
.projectimgbox .mod .listBox li i{display:none;}
.projectimgbox .mod .listBox li a{display:block;width:94px;height:70px;}
.projectimgbox .mod .listBox .on img{border:2px solid #B42222; width:90px; height:70px;}
.projectimgbox .mod .listBox img{width:90px; height:70px;}
.projectimgbox .mod .listBox .on { background:url(/images/img_bg.jpg) center top no-repeat;}
.projectimgbox .mod .listBox .on i{display:block;}
.projectimgbox .left_top { font-family:Arial; font-size:32px; color:#fff; text-align:center; height:30px; line-height:30px; background:#333}


/*------------------
	Responsive
---------------------*/



.btn-circle {
  width:120px;
  height:120px;
  text-align: center;
 padding:40px 0;
 font-size:13px !important;
 line-height:20px;
  border-radius:100%;
}
.btn-circle span
 {
 
 font-size:18px !important;

}


.showimg 
{
  background-color:#0E6ABD;width:100%;clear:both;
}

.showimg .limg
{
  padding:0px;margin:0px !important;
 
}

.showimg .rtxt
{
 height:100%;color:#fff;padding:30px;
}

.showimg .rtxt h5
{
line-height:25px !important;font-size:16px;padding-bottom:10px;
}



.case 
{
  background-color:#ebebeb;width:100%;clear:both;
    border-radius: 20px 10px;
}

.case .limg
{
  padding:0px;margin:0px !important;
}
.case .limg img
{ 
   border-radius: 10px 5px;
   margin:20px;
}
.case .limg div
{ 
    margin:30px 0px 5px 30px;
    font-size:40px;
   color:#e4353a;
   line-height:40px;
}
.case .limg span
{ 
    margin:5px 0px 0px 30px;
    font-size:18px;
   color:#e4353a;
}
.case .rtxt
{
 height:100%;color:#fff;padding:30px;
}
.case .rtxt div
{
 padding-top:20px;
 font-size:14px;
}
.case .rtxt div dl dd
{
 color:#000000;
 line-height:26px;
}
.case .rtxt h5
{
line-height:25px !important;font-size:16px;padding-bottom:10px;
}

/* 
=========================================
Practice Area CSS
=========================================
*/
.practice-box {
	margin-bottom: 30px;
	background: #eee;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.practice-box:hover {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);

    background-color:#337CBD;
}
.practice-box .thumb {
    
	overflow: hidden;
	position: relative;
}
.practice-box .thumb::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0;
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.practice-box:hover .thumb::before {
    opacity: .66;
}

.practice-box .thumb img {
width: auto; 
height: 360px; 
top: 0px; 
left: -153px; 
position: relative;
}

.practice-box .practice-link {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	width: 100%;
	left: 0;
	opacity: 0;
	transform: scale(0);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	z-index: 2;
}
.practice-box:hover .practice-link {
	opacity: 1;
    transform: scale(1);
}
.practice-box .practice-link a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: #fff;
	line-height: 35px;
	border-radius: 50%;
}
.practice-box .practice-link a:hover {
    color: #fff;
}
.practice-box .thumb img {
    transform: scale(1);
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
   
}
.practice-box:hover .thumb img {
    transform: scale(1.3);
   
}
.practice-text {
	padding: 5px 20px 20px;
    text-align:center;
}
.practice-text h3 a {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;   
}
.practice-box:hover h3 a {
	color: #fff;
}
.practice-box p {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.practice-box:hover p {
	color: #fff;
}

.w100
{
    width:100%;
}


@media (min-width: 1200px) 
{
	.container {
		max-width: 1170px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mobile-header-top
{
text-align: center;
display:block !important;
background-color:#282828;      
color:#fff;
line-height:80px;   
font-size:16px !important;
}

#header 
{
visibility:hidden;
}
#leftsead 
{
visibility:hidden;
}
#team 
{
visibility:hidden !important;
display:none !important;
}
#newss
{
visibility:hidden !important;
display:none !important;
}
#album
{
visibility:hidden !important;
display:none !important;
}
#contact
{
visibility:hidden !important;
display:none !important;
}
#project
{
visibility:hidden !important;
display:none !important;
}
#cp-foot
{
visibility:hidden !important;
display:none !important;
}
#mobile-foot
{
display:block !important;
}
.cp-vh
{
visibility:hidden !important;
display:none !important;
}
.mobile-vh
{
display:block !important;
}

.section-title-height
{
margin-bottom:10px;
}

.article-body p img
{
width:100% !important;
}
.article-body p span img
{
width:100% !important;
}
.article-body div img
{
width:100% !important;
}
.article-body div span img
{
width:100% !important;
}

.section-gap {
    padding: 40px 0;
}

	.filter-form input {
		width: calc(40% - 20px);
	}
	.filter-form select {
		width: calc(19% - 20px);
	}
	.footer-widget .double-menu-widget ul:last-child {
		margin-left: 30px;
	}
	.contact-info-warp {
		padding: 30px 20px;
	}
	.contact-info-warp p {
		font-size: 20px;
		margin-right: 20px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mobile-header-top
{
text-align: center;
display:block !important;
background-color:#282828;      
color:#fff;
line-height:80px;   
font-size:16px !important;
}

#header 
{
visibility:hidden;
}
#leftsead 
{
visibility:hidden;
}
#team 
{
visibility:hidden !important;
display:none !important;
}
#newss
{
visibility:hidden !important;
display:none !important;
}
#album
{
visibility:hidden !important;
display:none !important;
}
#contact
{
visibility:hidden !important;
display:none !important;
}
#project
{
visibility:hidden !important;
display:none !important;
}
#cp-foot
{
visibility:hidden !important;
display:none !important;
}
#mobile-foot
{
display:block !important;
}
.cp-vh
{
visibility:hidden !important;
display:none !important;
}
.mobile-vh
{
display:block !important;
}

.section-title-height
{
margin-bottom:10px;
}

.article-body p img
{
width:100% !important;
}
.article-body p span img
{
width:100% !important;
}
.article-body div img
{
width:100% !important;
}
.article-body div span img
{
width:100% !important;
}

.section-gap {
    padding: 40px 0;
}
	.header-top-right {
		padding-top: 20px;
	}
	.user-panel {
		float: right;
	}
	.main-menu li a {
		margin-left: 15px;
	}
	.hero-text p {
		font-size: 18px;
	}
	.filter-form input {
		width: calc(40% - 20px);
	}
	.filter-form select {
		width: calc(19% - 20px);
	}
	.filter-form .fs-submit {
		min-width: auto;
		width: 20%;
	}
	.propertie-info .price {
		float: left;
		margin-top: 15px;
	}
	.f-cata {
		margin-bottom: 30px;
	}
	.gallery-item.grid-wide {
		width: calc(50% - 20px);
	}
	.gallery-item {
		width: calc(50% - 20px);
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.footer-widget .double-menu-widget {
		padding-left: 0;
	}
	.footer-bottom {
		text-align: center;
	}
    .footer-bottom2 
    {
		text-align: center;
	}
	.footer-nav,
	.copyright {
		float: none !important;
	}
	.page-top-section.single-blog {
		padding-top: 200px;
	}
	.sidebar {
		padding-left: 15px;
		margin-top: 30px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.contact-right {
		padding-left: 0;
	}
    .section2-title .tab-nav {
		float:none !important;
	}
	
	.section2-title .custom-owl-nav 
    {
		float:none !important;
	}
    .fh5co_suceefh5co_height 
      {
    height:auto;
    }
    .fh5co_suceefh5co_height > img 
    {
    height:auto;
    }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px)
 {
.mobile-header-top
{
text-align: center;
display:block !important;
background-color:#282828;      
color:#fff;
line-height:80px;   
font-size:16px !important;
}

#header 
{
visibility:hidden;
}
#leftsead 
{
visibility:hidden;
}
#team 
{
visibility:hidden !important;
display:none !important;
}
#newss
{
visibility:hidden !important;
display:none !important;
}
#album
{
visibility:hidden !important;
display:none !important;
}
#contact
{
visibility:hidden !important;
display:none !important;
}
#project
{
visibility:hidden !important;
display:none !important;
}
#cp-foot
{
visibility:hidden !important;
display:none !important;
}
#mobile-foot
{
display:block !important;
}
.cp-vh
{
visibility:hidden !important;
display:none !important;
}
.mobile-vh
{
display:block !important;
}

.section-title-height
{
margin-bottom:10px;
}

.article-body p img
{
width:100% !important;
}
.article-body p span img
{
width:100% !important;
}
.article-body div img
{
width:100% !important;
}
.article-body div span img
{
width:100% !important;
}
.section-gap {
    padding: 40px 0;
}
	.header-top-left {
		display: none;
	}
	.header-top-right {
		text-align: center;
	}
	.top-social a:first-child {
		margin-left: 0;
	}
  

	.site-navbar {
		position: relative;
		display: block;
	}
	.nav-switch {
		position: absolute;
		right: 0;
		font-size: 30px;
		color: #fff;
		top: 0;
		display: block;
		cursor: pointer;
	}
	.main-menu {
		position: absolute;
		top: 135%;
		left: 0;
		width: 100%;
		background: #fff;
		display: none;
		-webkit-box-shadow: 0 10px 20px 0px rgba(167, 167, 167, 0.22);
		        box-shadow: 0 10px 20px 0px rgba(167, 167, 167, 0.22);
	}
	.main-menu li a {
		display: block;
		margin-left: 0;
		color: #707070;
		padding: 12px 20px;
		border-bottom: 1px solid #e1e1e1;
	}
	.hero-section {
		height: auto;
	}
	.hero-text {
		padding-top: 250px;
		padding-bottom: 150px;
	}
	.filter-form input,
	.filter-form select {
		width: 100%;
		margin-bottom: 20px;
	}
	.filter-form .fs-submit {
		margin: 0 auto;
		display: block;
	}
	.f-cata {
		margin-bottom: 30px;
	}
	.gallery {
		margin-right: 0;
	}
	.gallery-item.grid-long,
	.gallery-item.grid-wide,
	.gallery-item {
		width: 100%;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.clients-slider a {
		padding: 0 5px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer-widget .double-menu-widget,
	.footer-widget .contact-widget {
		padding-left: 0;
	}
	.footer-bottom
     {
		text-align: center;
	}
    .footer-bottom2 
    {
		text-align: center;
	}
	.footer-nav,
	.copyright {
		float: none !important;
	}
	.sidebar {
		padding-left: 15px;
		margin-top: 30px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.blog-share {
		text-align: left;
		margin-bottom: 20px;
	}
	.blog-share h5 {
		margin-bottom: 10px;
	}
	.blog-share .share-links a {
		display: inline-block;
		margin: 0;
		margin-right: 10px;
	}
	.page-top-section.single-blog h2 {
		font-size: 25px;
	}
	.single-list-slider .sl-item {
		height: 300px;
	}
	.sl-thumb-slider .sl-thumb {
		height: 90px;
	}
	.contact-info-warp p {
		margin-right: 30px;
	}
	.contact-right {
		padding-left: 0;
	}
	.about-text .about-text-left,
	.about-text .about-text-right {
	padding-right: 0;
	}
    .fh5co_suceefh5co_height {
    height:auto;
    }
     .fh5co_suceefh5co_height > img {
   height:auto;
   }
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {

.mobile-header-top
{
text-align: center;
display:block !important;
background-color:#282828;      
color:#fff;
line-height:80px;   
font-size:16px !important;
}

#header 
{
visibility:hidden;
}
#leftsead 
{
visibility:hidden;
}
#team 
{
visibility:hidden !important;
display:none !important;
}
#newss
{
visibility:hidden !important;
display:none !important;
}
#album
{
visibility:hidden !important;
display:none !important;
}
#contact
{
visibility:hidden !important;
display:none !important;
}
#project
{
visibility:hidden !important;
display:none !important;
}
#cp-foot
{
visibility:hidden !important;
display:none !important;
}
#mobile-foot
{
display:block !important;
}

.cp-vh
{
visibility:hidden !important;
display:none !important;
}
.mobile-vh
{
display:block !important;
}

.section-title-height
{
margin-bottom:10px;
}

.article-body p img
{
width:100% !important;
}
.article-body p span img
{
width:100% !important;
}
.article-body div img
{
width:100% !important;
}
.article-body div span img
{
width:100% !important;
}

.section-gap {
    padding: 40px 0;
}

	.top-social {
		display: none;
	}
	.user-panel {
		margin-left: 0;
	}
	.user-panel a:first-child {
		border-left: none;
		padding-left: 0;
	}
	.page-top-section.single-blog {
		height: auto;
		padding-top: 170px;
		padding-bottom: 80px;
	}
	.post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
		clear: both;
		padding-top: 15px;
	}
	.single-list-slider .sl-item {
		height: 250px;
	}
	.sl-thumb-slider .sl-thumb {
		height: 60px;
	}
	.contact-info-warp {
		padding: 30px 15px;
	}
	.contact-info-warp p {
		font-size: 16px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 370px) {
	.room-info .rf-left,
	.room-info .rf-right 
    {
		float: none;
	}
}