/*
Theme Name: Responsive Real Help Estate Wordpress Theme
Description: Blank Wordpress Theme using Blankslate, Bootstrap Framework and Slicknav Responsive Navigation
License: GNU General Public License, MIT License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

body {
    font: 14px/1.7em arial,Georgia,serif;
    color: #666;
}
h1 {
    font: bold 30px/1.4 "Montserrat",arial,serif;
    color: #09F;
    letter-spacing: -1px;
}
h2 {
    font: 26px/1.4 "Montserrat",arial,serif;
    color: #09F;
}
img {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
#header {
    position: fixed;
    right: 0;
    left: 0;
    background-color: #FFF;
    z-index: 10;
}
#logo-contact {
	margin-bottom: 15px;
	overflow: hidden;
}
#logo {
	margin-top: 25px;
}
#contact {
    float: right;
    color: #003876;
    font-size: 18px;
    text-align: right;
}
#contact a {
    color: #09F;
    text-decoration: underline;
}
#menu-nav {
    height: 45px;
    background: #000000;
    background: transparent linear-gradient(to bottom, #333 15%, #000 100%) repeat scroll 0% 0%;
    border-radius: 5px !important;
    margin-bottom: 15px;
}
.nav > li > a {
    padding: 10px 9px;
    text-decoration: none;
    letter-spacing: -1px;
    font: 14px/1.4 "Montserrat",Georgia,serif;
    color: #ffffff;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.current-menu-item a {
	color: #82EA36;
	background-color: transparent;
}
.nav > li.current-menu-item a { 
	text-decoration: underline;
}
.navbar {
	min-height: 45px;
	margin-bottom: 0;
}
.slicknav_menu {
	display: none;
}
.hide {
	display: none;
}
.breadcrumbs a {
	text-decoration: underline;
}
.col-5 {
	float: left;
	width: 20%;
	padding: 0 8px 10px;
}
.col-5 img {
	min-height: 145px;
}
/*========= HOME PAGE ==========*/
#container {
    position: relative;
    top: 182px;
    background-color: transparent;
}
#mainbanner img {
	width: 100%;
	height: auto;
}
#sub_banner {
    background: transparent linear-gradient(to bottom, #EFEFEF 0%, #DEDEDE 100%) repeat scroll 0% 0%;
    border: 1px solid #CCC;
    border-radius: 5px;
}
#subbox h2 {
    letter-spacing: -1px;
    font: 24px/1.4 "Montserrat",arial,serif;
}
#third_banner {
    background: transparent linear-gradient(to bottom, #EFEFEF 0%, #DEDEDE 100%) repeat scroll 0% 0%;
    border: 1px solid #CCC;
    border-radius: 5px;
    z-index: 2 !important;
    overflow: hidden;
}
#quotearea {
    float: left;
    width: 60%;
    font-size: 13px;
}

/*=========SIDEBAR=========*/
#text-2 img {
    width: 100%;
    margin-bottom: 10px;
}

#text-3 {
    background: #EFEFEF none repeat scroll 0% 0%;
    border-radius: 4px;
    margin: -4px 0px 0px;
    padding: 10px;
}

/*=========FOOTER=========*/
#footergrey {
    background: transparent linear-gradient(to bottom, #EFEFEF 0%, #DEDEDE 100%) repeat scroll 0% 0%;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
}
#footer .textwidget p {
    margin: 0;
    color: #000;
}
#footer a {
	font-size: 12px;
	color: #09F;
	text-decoration: underline;
}
#footer ul {
	padding: 0;
	margin: 5px 0;
}
#footer li {
	list-style-type: none;
}
#footer li h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
}
#footer #copyright {
	text-align: center;
	font-size: 12px;
    color: #000;
    margin-top: 20px;
}
@media (min-width: 1200px) {
	.container {
	    width: 970px;
	}
}
@media (max-width: 992px) {
	.nav > li > a {
	    padding: 10px 7px;
	    font: bold 12px/1.4 "Montserrat",Georgia,serif;
	}
	#FSContact1 textarea {
		width: 67% !important;
	}
}
@media (max-width: 767px) {
	/*mobile menu styles*/
	#menu-nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
		padding: 3px;
		border-radius: 5px;
		background: transparent linear-gradient(to bottom, #333 15%, #000 100%) repeat scroll 0% 0%;
		margin-bottom: 10px;
	}
	.slicknav_btn {
		background-color: #828280;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_item:hover,
	.slicknav_nav ul {
		background-color: #828280;
		color: #fff;
	}
	.slicknav_nav ul {
		position: relative;
		float: none;
	}
	.slicknav_nav ul li a {
		color: #fff;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background-color: #ddd;
		color: #fff;
	}
	/*end mobile menu styles*/ 
	#header, #container {
		position: static;
	}
	#contact {
	    float: none;
	    font-size: 14px;
	    text-align: center;
	}
	.col-5 {
		width: 30%;
	}
}
@media (max-width: 480px) {
	#contact img {
	    width: 100px;
	}
	#contact {
	    font-size: 10px;
	}
	.col-5 {
		width: 100%;
	}
}
