*,h1,h2,h3,h4,ul,li{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'SFU Eurostile Bold Condensed','Myriad Pro Bold Condensed','Arial';*/
}
a,a:hover,a:focus{
	text-decoration: none;
	color:#000;
}
img{
	max-width: 100%;
	max-height: 100%;
}
#LRdiv0{
	display: none!important;
}
@media screen and (min-width: 1000px){
	.container{
		width:1199px !important;
	}
}
.clear{
	clear:both;
}
.frm-item{
	margin-top:15px;
}
.form-control{
	border-radius:0px;
}
.slick-prev,.slick-next{
	z-index: 5;
}
.slick-prev{
	left: -15px;
}
.slick-next{
	right:-15px;
}
.header-menu{
	background: none;
	border:none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right:0px;
	min-height: 0px;
}
section{
	padding:60px 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #7b644e;
	border-color: #7b644e;
}
.pagination>li>a, .pagination>li>span{
	color:#7b644e;
}

/*header*/
#top_bar{
	padding:7.5px 0px;
	background: #7b644e;
}
#top_icons{
	display: inline-block;
	float:right;
}
#top_icons a{
	font-size: 16px;
	color:#fff;
	display: inline-block;
	margin-left: 15px;
}

#top_info{
	padding:30px 0px;
	background: #f3f3f3;
	padding-bottom: 17px;
}
#logo{
	width:62px;
	float: left;
}
#site_name{
	width:calc(100% - 75px);
	float:right;
}
#top_phone{
	width:170px;
	float:right;
}
#menu{
	width:calc(100% - 170px);
	float:left;
}
#menu ul li{
	float:left;
}
#menu ul li a,#menu ul li span{
	display: block;
	padding: 0 11px;
    font-size: 16px;
    padding-top: 20px;
}
#menu ul li a:hover,#menu ul li span:hover{
	color:#3e87a7;
}

/*footer*/
#footer_line{
	height: 10px;
	border-bottom: 1px solid #fff;
	background: #155b7a;
}
#footer1{
	background: #2a2724;
}
#f_info{
	padding:60px 30px;
	color:#fff;
}
#f_logo{
	text-align: center;
}
#f_name{
	text-align: center;
	padding:20px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
#f_address{
	line-height: 28px;
}
#f_icons{
	padding:20px 30px;
	color:#fff;
	border-top:1px solid #fff;
	text-align: center;
}
#f_icons a{
	color:#fff;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
}

#f_categories,#f_form{
	padding:60px 0px;
}
#f_categories h3{
	font-size: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff
}
#f_categories ul{
}
#f_categories ul li a{
	display: block;
	color:#fff;
	padding:7.5px 0px;
	font-size: 16px;
}
#f_categories ul li a i{
	margin-right: 10px;
}

#f_form h3{
	font-size: 26px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#f_form input, #f_form textarea{
	margin: 5px 0px;
    background: transparent;
    color: #fff;
}
#f_form input::placeholder, #f_form textarea::placeholder{
	color:#fff;
}
#ff_phone{
	width:60%;
	float:left;
}
#ff_date{
	width:calc(40% - 7.5px);
	float:right;
}
#f_form textarea{
	height: 80px;
}
#f_form button{
	float:right;
	width:125px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	color:#fff;
	text-align: center;
	background: linear-gradient(to top right, #2a90bc, #4aa1c6);
	border:none;
	margin-top: 15px;
	font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}
/*endfooter*/
/*comments*/
#comments input,#comments textarea{
	margin-bottom: 15px;
}
#comments textarea{
	height: 120px;
}
#comments input{
	width:calc(35% - 7.5px);
	float:left;
	margin-right: 15px;
}
#comments button{
	width:120px;
	float:right;
	background: linear-gradient(to top right, #a9611b, #df9247);
	height: 35px;
	line-height: 35px;
	color:#fff;
	border:1px solid transparent;
	border-radius: 35px;
	text-transform: uppercase;
}
#list_comment{
	margin-top: 15px;
}
.list_comment{
	padding:15px;
	margin-top: 15px;
	border:1px solid #ccc;
	overflow: hidden;
}
.list_reply{
	margin-left: 30px;
	border-top:1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
	overflow: hidden;
}
.comment_img,.reply_img{
	width:40px;
	float:left;
}
.comment_content,.reply_content{
	width:calc(100% - 55px);
	float:right;
}
.comment_name,.reply_name,.comment_date,.reply_date{
	width:50%;
	float:left;
	font-weight: 700;
	font-size: 15px;
}
.comment_date,.reply_date{
	color:#999;
	font-weight: 400;
	font-size: 13px;
}
.comment_comment,.reply_reply{
	color:#333;
	margin-top: 10px;
}
/*endcomments*/