﻿/*
Theme Name: NgocVu
Theme URI: https://www.facebook.com/NguyenLeNgocVu
Author: Ngoc Vu
Author URI: https://www.facebook.com/NguyenLeNgocVu
Description: Mua bán bất động sản online
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nrec.vn
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
	content: ' ';
	display: table;
	clear: both;
}
.container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
[class*='col-'] {
	padding-left: 7px;
	padding-right: 7px;
}
.row {
	margin-left: -7px;
	margin-right: -7px;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	#wpadminbar {
		position: fixed !important;
	}
}
@media (max-width: 575px) {
	.container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	[class*='col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
	font-family: initial !important;
	font-size: 0.9125rem;
	font-weight: 400;
	color: #333;
	background: #fff;
	line-height: 1.5;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #337ab7;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #ff842b;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.25;
	font-weight: 400;
}
.qc-banner1 {
    margin: 10px 0;
}
.qc-banner2 {
    margin: 10px 0;
}
.qc-new {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.home-style1 .advanced-search {
    margin-bottom: 0;
}
.home-style1 .site-slider {
    margin-bottom: 30px;
}
.home-style2 .advanced-search {
    margin-top: -203px;
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #aaa;
}
.form-control::-moz-placeholder {
	color: #aaa;
}
.form-control:-ms-input-placeholder { 
	color: #aaa;
}
.form-control:-moz-placeholder { 
	color: #aaa;
}
label {
	font-weight: 700;
	color: #333;
	margin-bottom: 0.3125rem;
}
button {
	cursor: pointer;
}
.required {
	font-size: 0.875rem;
	color: #E81123;
}
.form-control,
.custom-select,
.btn,
.input-group-addon {
	font-size: 0.8125rem;
	font-weight: 400;
	color: #444;
	border-color: #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 2.1875rem;
	line-height: inherit;
	padding-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #bd272d;
}
.custom-select {
	background-position: right 0.5rem center;
	padding-left: 0.5rem;
	padding-right: 1.25rem;
}
select.form-control:not([size]):not([multiple]) {
	height: 2.1875rem;
}
.btn {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}	
.btn-primary {
	color: #fff;
	background-color: #bd272d;
	border-color: #bd272d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active {
	color: #fff;
	background-color: #8b2429;
	border-color: #8b2429;
}
.btn-secondary {
	color: #fff;
	background-color: #ff842b;
	border-color: #ff842b;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus:active {
	color: #fff;
	background-color: #EA7A2A;
	border-color: #EA7A2A;
}

.btn-login-facebook {
	font-size: 0.875rem;
	color: #fff;
	background: #3B5998;
	display: inline-block;
	padding: 0.3125rem 1.25rem 0.1875rem;
	margin-bottom: 0.9375rem;
}
.btn-login-facebook:hover {
	color: #fff;
	background: #bd272d;
}
.btn-login-facebook:focus {
	color: #fff !important;
}
.btn-login-facebook i {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.9375rem;
}

.dropdown-menu {
	border-radius: 0;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.dropdown-item {
	font-size: 0.8125rem;
	padding: 0.3125rem 0.9375rem;
}
.dropdown-item:hover {
	background: #ddd;
}
/*--------------------------------------------------------------
# alert
--------------------------------------------------------------*/
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert .close {
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	height: 8rem;
	margin-bottom: 3.125rem;
}
.page-header:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -4px;
}
.page-header .container {
	display: inline-block;
	vertical-align: middle;
}
.page-title {
	font-size: 1.875rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
	.page-title {
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: rgba(238,238,238,1);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(24%, rgba(255,255,255,1)), color-stop(74%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0.9375rem;
}
.breadcrumb-item {
	font-size: 0.8125rem;
	font-weight: 700;
	position: relative;
	padding: 0.625rem 1.375rem 0.625rem 1.125rem;
}
.breadcrumb-item:last-child a,
.breadcrumb-item.active {
	color: #333;
}
.breadcrumb-item:before,
.breadcrumb-item + .breadcrumb-item:before { 
	content: ' ';
	background: #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	padding: 0;
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
	transform: rotate(-30deg);
}

@media (max-width: 991px) {
	.single-re .breadcrumb-item:last-child a,
	.single-re .breadcrumb-item.active,
	.single-post .breadcrumb-item:last-child a,
	.single-post .breadcrumb-item.active {
		display: none;
	}
}
@media (max-width: 575px) {
	.breadcrumb {
		background: transparent;
		border: 0;
	}
	.breadcrumb-item {
		display: none;
	}
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.nav-pagination {
	text-align: right;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.pagination {
	display: block;
	margin: 0;
}
.pagination .page-item {
	display: inline-block;
	margin-left: 0.375rem;
	margin-bottom: 0.5rem;
}
.pagination .page-link {
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 0.4375rem 0.6875rem;
}
.pagination .page-link:hover {
	color: #333;
	background: #eee;
	border-color: #ddd;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background: #bd272d;
	border-color: #bd272d;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.fade-in-scale-up .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.show .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.modal-content {
	color: #333;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
	padding: 15px 20px 10px;
	border-bottom: 0;
}
.modal-header .close:hover {
	color: #c22;
}
.modal-body {
	padding: 20px 20px;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## site branding
--------------------------------------------------------------*/
.site-branding {
	background: #bd272d;
	padding: 1rem 0;
	border-top: 2px solid #bd272d;
}
.site-logo {
	font-size: 0;
	color: transparent;
	float: left;
	margin-bottom: 0;
}
.site-logo img {
	height: 2.25rem;
}
.site-stats {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-left: 1.25rem;
	margin-bottom: 0;
}
.site-stats li {
	font-size: 0.75rem;
	color: #bd272d;
	text-align: center;
	float: left;
}
.site-stats li + li {
	margin-left: 0.625rem;
}
.site-search {
	float: right;
	width: 20rem;
	margin-top: 0.125rem;
}
.form-search {
	width: 100%;
}
.form-search .form-control,
.form-search .btn {
	height: 2rem;
	line-height: 2rem;
	padding-top: 0;
	padding-bottom: 0;
}
.form-search .form-control {
	font-size: 0.875rem;
	color: #fff;
	background: #fff;
	border-color: #fff;
}
.form-search .btn {
	font-size: 1.5rem;
	color: #fff;
	background: transparent;
	border-color: transparent !important;
	padding-left: 0.375rem;
	padding-right: 0;
}
.not-found .form-search .btn {
	color: #333;
}
.form-search .btn:hover {
	color: #bd272d;
}
.site-login {
	color: #333;
	background: #ffcf4e;
	display: block;
	float: right;
	padding: 0.25rem 0.625rem;
	margin-left: 1.25rem;
	margin-top: 0.25rem;
}
.site-login:hover {
	color: #bd272d;
}
.site-login i {
	font-size: 1.1875rem;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.5rem;
}
.site-logged-in {
	float: right;
	margin-left: 1.25rem;
	margin-top: 0.125rem;
}
.site-logged-in button {
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0;
}

@media (max-width: 991px) {
	.site-search {
		display: none;
	}
}
@media (max-width: 575px) {
	.site-stats {
		display: none;
	}
	.site-login i {
		margin-right: 0;
	}
	.site-login .text {
		display: none;
	}
}

/*------------------------------------------------------------
##Slide
-------------------------------------------------------------*/
.site-slides {
    position: relative;
}
.site-slides .slick-arrow {
    background: #bd272d none repeat scroll 0 0;
    border: 2px solid #bd272d;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 50px;
    position: absolute;
    top: calc(50% - 20px);
    width: 50px;
    z-index: 100;
}
.site-slides .slick-arrow.slick-prev {
    left: 40px;
}
.site-slides .slick-arrow.slick-next {
    right: 40px;
}
.site-slides .slick-list h3,
.site-slides .slick-list .des-slides {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    left: 30%;
    position: absolute;
    top: 0;
}
.site-slides .slick-list h3 {
    padding: 5px 20px;
    text-transform: uppercase;
    top: 10%;
    font-size: 40px;
}
.site-slides .slick-list .des-slides {
    font-size: 20px;
    left: 23%;
    padding: 5px 20px;
    top: 30%;
}
/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav {
	background: #bd272d;
}
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu > li {
	float: left;
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 0.875rem;
	color: #fff;
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.site-nav .menu > li:hover > a {
	color: #fff;
	background: #bd272d;
}
.site-nav .menu > li.current-menu-item > a {
	color: #fff;
	background: #8b2429;
}
.site-nav .menu > li > a > i {
	font-size: 1.25rem;
    line-height: 20px;
}
.site-nav .sub-menu {
	background: #bd272d;
	-webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	display: none;
	min-width: 16rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.site-nav li:hover .sub-menu {
	display: block;
}
.site-nav .sub-menu > li > a {
	font-size: 0.875rem;
	color: #fff;
	white-space: nowrap;
	display: block;
	padding: 0.375rem 0.9375rem;
}
.site-nav .sub-menu > li > a:hover {
	color: #fff;
	background: #bd272d;
}
.site-nav .site-stats {
	display: none;
}

@media (max-width: 991px) {
	.site-nav-toggler {
		font-size: 2rem;
		color: #fff;
		float: left;
		padding: 0;
	}
	#site-nav {
		clear: both;
	}	
	.site-nav .menu {
		padding-bottom: 0.625rem;
	}
	.site-nav .menu > li {
		cursor: pointer;
		float: none;
	}
	.site-nav .menu > li.menu-item-has-children:before {
		content: '\f104';
		font-family: 'Ionicons';
		font-size: 1rem;
		color: #fff;
		float: right;
	}
	.site-nav .menu > li > a {
		display: inline-block;
		height: auto;
		line-height: inherit;
		padding: 0.3125rem 0.625rem;
	}
	.site-nav .sub-menu {
		display: none;
		clear: both;
		position: static;
		width: auto;
	}
	.site-nav li:hover > .sub-menu {
		display: none;
	}
	.site-slides .slick-list h3 {
	   left: 15%;
	}
    .site-slides .slick-list .des-slides {
        left: 15%;
        top: 45%;
    }
    .home-style2 .advanced-search {
        margin-top: -252px;
    }
    .home-style2 .site-slides .slick-list h3,
    .home-style2 .site-slides .slick-list .des-slides {
        display: none;
    }
    .home-style2 .site-slides .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 640px){
    .home-style2 .advanced-search {
        margin-top: 0;
    }
    .home-style2 .site-slides .slick-arrow {
        display: block !important;
    }
} 
@media (max-width: 575px) {
	.site-nav .site-stats {
		display: block;
		float: right;
		line-height: 1.25;
		margin-top: 0.125rem;
	}
	.site-nav .site-stats li {
		color: #fff;
	}
}

/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.advanced-search {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 1.25rem 0;
	margin-bottom: 0.9375rem;
}
.form-advanced-search {
	background: rgba(0, 0, 0, 0.5);
	padding: 1.25rem 0.9375rem 0.3125rem;
}
.form-aside-advanced-search {
	background: transparent !important;
	padding: 0 !important;
}
.demand-radio {
	cursor: pointer;
	position: relative;
	margin-right: -4px;
	margin-bottom: 0;
}
.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.demand-radio .name {
	color: #bd272d;
	background: #fff;
	border: 1px solid #bd272d;
	text-align: center;
	display: block;
	min-width: 8.75rem;
	padding: 0.5rem 0.9375rem;
}
.demand-radio input:checked + .name {
	color: #fff;
	background: #bd272d;
}
.demand-radio input:checked + .name:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.625rem;
	border-top: 0.625rem solid #bd272d;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
}
.count-res {
	font-size: 1.25rem;
	color: #fff;
	text-align: right;
	line-height: 1.25;
}
.count-res strong {
	font-size: 1.875rem;
	font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.form-aside-advanced-search .demand-radio .name {
		min-width: 0 !important;
		padding: 0.5rem 0.5rem !important;
	}
}
@media (max-width: 575px) {
	.demand-radio .name {
		min-width: 7.5rem;
		padding: 0.5rem 0.625rem;
	}
	.advanced-search {
		padding: 0.9375rem 0;
	}
	.form-advanced-search {
		padding: 0.9375rem 0.625rem 0;
	}
}

/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/
.module {
	margin-bottom: 0.9375rem;
}
.module .module-header {
	border-bottom: 1px solid #bd272d;
	margin-bottom: 0.625rem;
}
.module .module-header:after {
	content: ' ';
	display: table;
	clear: both;
}
.module .module-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: #bd272d;
	float: left;
	padding: 0.375rem 0.625rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}
.module .module-title:after {
	content: ' ';
	background: #bd272d;
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -0.9375rem;
	bottom: -1px;
	transform: skewX(40deg);
}
.module .module-title a {
	color: inherit;
}
.module .module-title i {
	margin-right: 0.3125rem;
}
.module .module-more {
	color: #bd272d;
	float: right;
	margin-top: 0.5rem;
}
.module a.module-more:hover {
	text-decoration: underline;
	color: #bd272d;
}
.module span.module-more {
	color: #333;
}
.module span.module-more strong {
	color: #c22;
}

@media (max-width: 575px) {
	.module .module-title:after {
		display: none;
	}
}

/*--------------------------------------------------------------
# module vip res
--------------------------------------------------------------*/
.module-vip-res {
	background: #E5F9E7;
	padding: 0.625rem;
	margin-bottom: 0.3125rem;
}
.module-vip-res .title {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #bd272d;
}
.vip-res .slick-arrow {
	font-weight: 700;
	color: #bd272d;
	background: transparent;
	border: 1px solid #bd272d;
	width: 1.5rem;
	height: 1.375rem;
	line-height: 1.375rem;
	position: absolute;
	z-index: 10;
	top: -1.8125rem;
	right: 0;
	transition: all 0.3s ease 0s;
}
.vip-res .slick-arrow:hover {
	color: #8b2429;
	border-color: #8b2429;
}
.vip-res .slick-prev {
	right: 1.875rem;
}
.vip-res .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.vip-re {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.vip-re .image {
	display: block;
	position: relative;
}
.vip-re .vip {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background: #FBBC05;
	line-height: 1.25;
	padding: 1px 0.3125rem;
	position: absolute;
	z-index: 10;
	top: 0.3125rem; 
	left: 0;
}
.vip-re .vip:before {
	content: ' ';
	border-left: 0.5rem solid #FBBC05;
	border-top: 0.5rem solid transparent;
	border-bottom: 0.4375rem solid transparent;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}
.vip-re .name {
	font-size: 0.75rem;
	font-weight: 700;
	max-height: 1.875rem;
	overflow: hidden;
	margin-top: 0.5rem;
	margin-bottom: 0.125rem;
}
.vip-re .name a {
	color: #0080FF;
}
.vip-re .name a:hover {
	color: #FF842B;
}
.vip-re .price,
.vip-re .area {
	display: block;
}

/*--------------------------------------------------------------
# float re
--------------------------------------------------------------*/
.float-re {
	padding: 0.3125rem;	
}
.float-re:nth-of-type(2n + 2) {
	background: #F3F6FB;
}
.float-re:after {
	content: ' ';
	display: table;
	clear: both;
}
.float-re .image {
	background: #ccc;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	overflow: hidden;
	display: block;
	float: left;
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 0.625rem;
}
.float-re .info {
	overflow: hidden;
}
.float-re .name,
.float-re .price,
.float-re .cat,
.float-re .area,
.float-re .district,
.float-re .meta {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
	width: 25%;
	padding-right: 0.625rem;
}
.float-re .name {
	font-size: 0.8125rem;
	font-weight: 700;
	width: 75%;
	margin-top: 0.1875rem;
	margin-bottom: 0.4375rem;
}
.float-re .price {
	font-weight: bold;
	line-height: 1.25;
	width: 25%;
}
.float-re .price strong {
	font-size: 1rem;
}
.float-re .cat {
	font-weight: 700;
	color: #333;
	clear: left;
}
.float-re .cat:hover {
	color: #bd272d;
}
.float-re .district i {
	margin-right: 0.3125rem;
}
.float-re .meta {
	list-style: none;
	padding-left: 0;
	margin-top: 0.125rem;
	margin-bottom: 0;
}
.float-re .meta li {
	font-style: italic;
    font-weight: bold;
	font-size: 0.75rem;
	color: #999;
	float: left;
	margin-right: 0.625rem;
}
.float-re .meta li i {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.25rem;
}

@media (max-width: 1199px) {
	.float-re .cat,
	.float-re .area,
	.float-re .district,
	.float-re .meta {
		width: 50%;
	}
	.float-re .name {
		margin-bottom: 0.125rem;
	}
}
@media (max-width: 575px) {
	.float-re .name,
	.float-re .price,
	.float-re .cat,
	.float-re .area,
	.float-re .district,
	.float-re .meta {
		float: none;
		width: auto;
	}
	.float-re .name {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
	.float-re .cat,
	.float-re .area,
	.float-re .district {
		display: none;
	}
}


/*--------------------------------------------------------------
# aside re
--------------------------------------------------------------*/
.aside-re {
	padding: 0.3125rem;	
}
.aside-re:nth-of-type(2n + 2) {
	background: #F3F6FB;
}
.aside-re:after {
	content: ' ';
	display: table;
	clear: both;
}
.aside-re .image {
	background: #ccc;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	overflow: hidden;
	display: block;
	float: left;
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 0.625rem;
}
.aside-re .info {
	overflow: hidden;
}
.aside-re .name {
	font-size: 0.8125rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
.aside-re .price {
	font-weight: bold;
	display: block;
	float: right;
	width: 40%;
	line-height: 1.25;
}
.aside-re .price strong {
	font-size: 0.875rem;
}
.aside-re .meta {
	float: left;
	width: 60%;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-re .meta li {
	font-weight: bold;
    font-style: italic;
	font-size: 0.75rem;
	color: #999;
	float: left;
	margin-right: 0.625rem;
}
.aside-re .meta li i {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.25rem;
}

@media (max-width: 1199px) {
	.aside-re .name {
		margin-bottom: 0.125rem;
	}
	.aside-re .price,
	.aside-re .meta {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# re
--------------------------------------------------------------*/
.re {
	border: 1px solid #ddd;
	margin-bottom: 1.25rem;
}
.re-title {
	font-size: 1.1875rem;
	background: #E5F9E7;
	padding: 0.625rem 0.9375rem;
	margin-bottom: 0;
}
.re-tab-nav {
	background: #ddd;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0.625rem;
}
.re-tab-nav:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-tab-nav li {
	float: left;
}
.re-tab-nav li a {
	color: #555;
	display: block;
	padding: 0.5rem 0.9375rem 0.4375rem;
}
.re-tab-nav li a:hover {
	color: #bd272d;
}
.re-tab-nav li a.active {
	color: #fff;
	background: #bd272d;
}
.re-images a {
	background: #ddd;
	display: block;
	position: relative;
	padding-top: 60%;
}
.re-images a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.re-thumbs {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
.re-thumbs .slick-list {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem;
}
.re-thumbs .slick-slide {
	display: block;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}
.re-thumbs .slick-slide a {
	display: block;
	position: relative;
}
.re-thumbs .slick-slide a:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.re-thumbs .slick-slide a:hover:before,
.re-thumbs .slick-slide.slick-current a:before {
	visibility: visible;
	opacity: 1;
}
.re-thumbs .slick-arrow {
	font-size: 1.125rem;
	color: #fff;
	background: #333;
	border: 0;
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	margin-top: -0.875rem;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.re-thumbs .slick-arrow:hover {
	color: #fff;
	background: #bd272d;
}
.re-thumbs .slick-prev {
	left: 0;
}
.re-thumbs .slick-next {
	right: 0;
}

.re-contact {
	padding: 0.9375rem 0.9375rem 0;
}
.re-contact-form {
	margin-bottom: 0.9375rem;
}
.re-contact-form .title {
	font-size: 1.125rem;
}

.re-district-price {
	background: #E5F9E7;
}
.re-district-price:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-district {
	font-size: 0.875rem;
	float: left;
	padding: 0.625rem 0.625rem 0.5rem;
}
.re-price {
	font-size: 1.125rem;
	color: #fff;
	background: #bd272d;
	float: right;
	padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
	position: relative;
}
.re-price:before {
	content: ' ';
	display: block;
	border-right: 1rem solid #bd272d;
	border-top: 1.25rem solid transparent;
	border-bottom: 1.25rem solid transparent;
	position: absolute;
	z-index: 10;
	right: 100%;
	top: 0;
}
.re-price strong {
	font-size: 1.25rem;
}

.re-block {
	padding: 0.9375rem;
}
.re-contact-info {
	margin-bottom: 0.9375rem;
}
.re-contact-info:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-contact-info .image {
	float: left;
	margin-right: 0.9375rem;
}
.re-contact-info .info {
	overflow: hidden;
}
.re-contact-info .name {
	font-size: 1.125rem;
	display: block;
	margin-top: 0.25rem;
	margin-bottom: 1px;
}
.re-contact-info .phone {
	font-size: 1.125rem;
	color: #333;
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-border-radius: 0.125rem;
	-moz-border-radius: 0.125rem;
	border-radius: 0.125rem;
	display: inline-block;
	padding: 0.1875rem 0.75rem 0.125rem;
}
.re-contact-info .phone:hover {
	color: #bd272d;
}
.re-contact-info .phone i {
	color: #bd272d;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.re-property {
	list-style: none;
	padding: 0;
	margin-bottom: 0.9375rem;
}
.re-property:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-property li {
	border: 1px solid #ddd;
	float: left;
	width: 33%;
	padding: 0.4375rem 0.625rem 0.25rem;
	margin-left: -1px;
	margin-bottom: -1px;
}
.re-property li i {
	font-size: 0.9375rem;
	margin-right: 0.5rem;
}

.re-address {
	font-size: 0.875rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.3125rem;
	margin-bottom: 0.9375rem;
}
.re-address i {
	font-size: 0.9375rem;
	margin-right: 0.5rem;
}

.re-content {
	font-size: 0.875rem;
	text-align: justify;
	margin-bottom: 1.25rem;
}

.re-social {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}
.re-social:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-social li {
	float: left;
	margin-right: 0.625rem;
	margin-bottom: 0.625rem;
}
.re-social .fb-send > span {
	width: 450px !important;
}

@media (max-width: 1199px) {
	.re-property li {
		width: 33.3333%;
	}
}
@media (max-width: 991px) {
	.re-property li {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.re-title {
		font-size: 1rem;
	}
	.re-tab-nav li a {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.re-thumbs .slick-arrow {
		font-size: 1rem;
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		margin-top: -0.75rem;
	}
	.re-block {
		padding: 0.625rem;
	}
	.re-social .fb-send > span {
		width: 300px !important;
	}
}
@media (max-width: 400px) {
	.re-property li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget {
	margin-bottom: 0.9375rem;
}
.widget .widget-header {
	border-bottom: 1px solid #bd272d;
	margin-bottom: 0.625rem;
}
.widget .widget-header:after {
	content: ' ';
	display: table;
	clear: both;
}
.widget .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: #bd272d;
	float: left;
	padding: 0.375rem 0.625rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}
.widget .widget-title:after {
	content: ' ';
	background: #bd272d;
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -0.9375rem;
	bottom: -1px;
	transform: skewX(40deg);
}

/*--------------------------------------------------------------
# user
--------------------------------------------------------------*/
.user-nav {
	text-align: center;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.user-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.user-nav ul li {
	display: inline-block;
	margin-bottom: 0.3125rem;
}
.user-nav ul li a {
	font-size: 0.875rem;
	color: #333;
	background: #ddd;
	display: block;
	padding: 0.3125rem 1.25rem 0.1875rem;
}
.user-nav ul li a:hover {
	color: #fff;
	background: #333;
}
.user-nav ul li.current-menu-item a {
	color: #fff;
	background: #bd272d;
}
.user-nav ul li a i {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.form-upload {
	text-align: center;
	background: #eceeef;
	border: 1px solid #ddd;
	padding: 1.875rem 0.9375rem;
}
.form-upload input {
	display: none;
}
.form-upload label {
	font-size: 0.875rem;
	color: #fff;
	background: #337ab7;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	padding: 0 1.25rem;
	margin-bottom: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
.form-upload label:hover {
	background: #296090;
}
.form-upload label i {
	font-size: 1.875rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.625rem;
}
.form-upload label span {
	display: inline-block;
	vertical-align: middle;
}
.form-upload .note {
	margin-top: 0.9375rem;
	margin-bottom: 0;
}
.form-upload .uploading {
	font-weight: 700;
	color: #337ab7;
	margin-bottom: 0.625rem;
}
.form-upload .images {
	list-style: none;
	padding: 0;
	margin-left: -0.25rem;
	margin-right: -0.25rem;
	margin-bottom: 0.625rem;
}
.form-upload .images:after {
	content: ' ';
	display: table;
	clear: both;
}
.form-upload .images li {
	position: relative;
	float: left;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	margin-bottom: 0.5rem;
}
.form-upload .images .remove {
	font-size: 1rem;
	color: #E81123;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0.625rem;
}
.form-upload .images .remove:hover {
	color: #f00;
}

.table-user-res th,
.table-user-res td.col-price,
.table-user-res td.col-status,
.table-user-res td.col-action {
	white-space: nowrap;
}
.table-user-res td.col-image img {
	font-size: 0;
	color: transparent;
	background: #ddd;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	display: block;
	width: 3.125rem;
	height: 3.125rem;
}
.table-user-res td.col-stt,
.table-user-res td.col-status,
.table-user-res td.col-action {
	text-align: center;
}
.table-user-res td.col-status .publish,
.table-user-res td.col-status .pending {
	font-size: 1.25rem;
	line-height: 1;
}
.table-user-res td.col-status .publish {
	color: #3E991C;
}
.table-user-res td.col-status .pending {
	color: #007ABD;
	border: 1px solid #007ABD;	
	border-radius: 50%;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
}
.table-user-res td.col-action a {
	font-size: 1.25rem;
	line-height: 1;
}
.table-user-res td.col-action .remove {
	color: #E81123;
}
.table-user-res td.col-action .remove:hover {
	color: #FF0000;
}
.table-user-res td.col-action .edit {
	color: #FF842B;
	margin-right: 0.3125rem;
}
.table-user-res td.col-action .edit:hover {
	color: #FFA500;
}

@media (max-width: 991px) {
	.table-user-res .col-demand,
	.table-user-res .col-cat,
	.table-user-res .col-area,
	.table-user-res .col-price {
		display: none;
	}
}
@media (max-width: 575px) {
	.table-user-res .col-stt,
	.table-user-res .col-image {
		display: none;
	}
	.table-user-res th,
	.table-user-res td {
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}
}

/*------------------------------------------------------------
# Archive
-------------------------------------------------------------*/
article.news {
    margin-top: 15px;
}
.news .name .image {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
    text-align: justify;
}
.post .name > a {
    display: block;
    font-size: 18px;
    margin: 8px 0;
}
.float-post {
    margin-bottom: 0.975rem;
}
.float-post::before, 
.float-post::after {
    clear: both;
    content: " ";
    display: table;
}
.float-post .image {
    float: left;
    margin-right: 10px;
}
.float-post .name > a {
    display: block;
    font-size: 15px;
}
.float-post .desc {
    margin-bottom: 0;
}
h1.entry-title {
    font-size: 26px;
}
.entry{
    background: #fafafa;
}
.entry-content{
    padding: 3px;
}
.entry-share {
    padding-right: 5px;
}
.entry-share li {
    display: inline-block;
    float: right;
    line-height: 10px;
    list-style: outside none none;
    margin-left: 20px;
}
.entry-content > p:first-child {
    font-weight: 700;
}
figure.aligncenter {
    margin: 0 auto 10px;
    text-align: center;
}
figcaption.wp-caption-text {
    font-size: 13px;
    margin: 5px 0;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
article h5.name > a {
    display: block;
    font-size: 15px;
    margin: 5px 0;
}
.entry-tags .title {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.entry-tags ul {
    margin: 0;
    padding: 0;
}
.entry-tags ul > li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 15px;
}
.entry-tags ul > li > a {
    background: #bd272d none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 1.875rem;
}
.footer-top {
	color: #e5e5e5;
	background: #333;
	padding: 2.5rem 0 0.625rem;
}
.widget-footer-top {
	margin-bottom: 1.875rem;
}
.widget-footer-top .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}
.widget-footer-top .menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget-footer-top .menu > li {
	position: relative;
	padding-left: 0.75rem;
}
.widget-footer-top .menu > li:before {
	content: '\f3d1';
	font-family: 'Ionicons';
	color: #bd272d;
	position: absolute;
	top: 0;
	left: 0;
}
.widget-footer-top .menu > li + li {
	margin-top: 0.5rem;
}
.widget-footer-top .menu > li > a {
	color: #e5e5e5;
}
.widget-footer-top .menu > li > a:hover {
	color: #bd272d;
}
.footer-bottom {
	text-align: center;
	color: #e5e5e5;
	background: #8b2429;
	padding: 1.125rem 0 0.9375rem;
}
.footer-bottom p {
	margin-bottom: 0.125rem;
}
@charset "utf-8";
/* CSS Document
*Author SinhVienLife http://yivic.com
*/
/*Comment style*/
main#main {
	padding: 10px;
}
.yivic-comments {
	margin-top: 2rem;
}
span.title_comment {
	font-size: 20px;
	color: #606664;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0 0 15px;
	display: inline-block;
}
.comment-author.vcard {
	width: 25px;
}
#formcmmaxweb {
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
	text-align: left;
}
#formcmmaxweb .avatarmw img {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #ccc;
	padding: 5px;
}
.comments-title-maxweb {
	margin: 30px 0;
	font-weight: normal;
}
.commentlist {
	margin-top: 10px;
}
.comment-author.vcard {
	float: left;
	clear: both;
	z-index: 2;
	position: relative;
	text-align: center;
}
.commentlist li {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.commentlist .children {
	margin-top: 10px;
}
.commentBody em {
	color: red;
}
.commentBody {
	position: relative;
	margin-left: 35px;
	overflow: hidden;
}
.comment-meta.commentmetadata {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
}
.noidungcomment {
	font-size: 16px;
	line-height: 24px;
}
.cancel-comment-reply a {
	font-size: 14px;
	text-decoration: none;
	color: #a9883f;
}
.nocomments {
	border-color: #D98D8D;
	background-color: #FFCECE;
	background-position: left -792px;
	color: #665252;
	padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
	position: absolute;
	top: 0;
	right: 0;
	color: #337ab7;
	opacity: 0.3;
	font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
	opacity: 1;
}
.commentBody .reply {
	float: right;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.comment-meta.commentmetadata .fn {
	font-weight: 700;
	color: #333;
	margin: 0;
	text-transform: capitalize;
	font-size: 17px;
	line-height: 22px;
	margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
	list-style: none;
}
ol.commentlist_mw li{
	margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
	margin: 10px 0 15px 35px;
	background: #f1f1f1;
	padding: 10px;
	position: relative;
}
ol.commentlist_mw > ul.children:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 14px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #f1f1f1;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
div.error {
	color: red;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	margin: 3px 0 0;
}
.tools_comment a {
	color: #4a90e2;
	font-size: 14px;
	position: relative;
	padding: 0 15px 0 0;
	margin: 0 7px 0 0;
	line-height: 14px;
}
.tools_comment a:after {
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	background: #999;
	position: absolute;
	right: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
	display: none;
}
.tools_comment a:last-child{
	padding: 0;
	margin: 0;
}
.noidungcomment p {
	margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
	cursor: pointer;
}
.reply a.comment-reply-link {
	color: #337ab7;
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
}
.reply a.comment-reply-link:hover {
	color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
	width: 100%;
	background: transparent;
	outline: none;
	font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
	border: 1px solid #d7d7d7;
	color: #2e2e2e;
	display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
	border-color: #337ab7;
}
#formcmmaxweb p{
	margin-bottom: 10px;
	text-align: center;
}
#formcmmaxweb #commentform p{
	overflow: hidden;
}
#formcmmaxweb .name-email p{
	width: 50%;
	float: left;
}
#formcmmaxweb .name-email p:first-child{
	padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
	padding-left: 5px;
}
#formcmmaxweb input#submit {
	width: auto;
	font-weight: 400;
	color: #fff;
	background: #337ab7;
	padding: 6px 20px;
	border: none;
	float: left;
	font-size: 16px;
	outline: none;
}
#formcmmaxweb input#submit:hover {
	background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
	color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
	color: #999999;
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
	color: #999999;
}

#formcmmaxweb ::-ms-input-placeholder {
	color: #999999;
}
/*#comment style*/