/*------------------------------------------------------------------
[Master Stylesheet]

Project:  MainShow - Single Property Real Estate Responsive HTML Template
Version:  1.0
Last change:  06/12/2016
Assigned to:  AAN Themes
Primary use:  Single Property Real Estate
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background    		: #ffffff, #eff3f5
Content     		: #000000
Header h1 to h6 	: #546675
Footer      		: #243c4f

a (standard)  	: #546675
a (hover)   	: #ffffff
a (active)    	: #ffffff
a (focus)   	: #ffffff
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy   : 14px/42px Roboto, Lato;
Headers     : 14px/42px Roboto, Lato;
Input, textarea : 14px Roboto, Lato;
Sidebar heading : 18px Roboto, Lato;
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Typography
3. Header
	3.1 Top Bar
	3.2 Menu
4. About
5. What people say
6. Our other products

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body ]
------------------------------------------------------------------*/
body,ul{
	margin:0px;
	padding:0px;
	font-family: "Roboto";
}

/*------------------------------------------------------------------
[2. Typography ]
------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	font-family: 'Roboto';	
	color: #404d5f;
}
h1{
	font-size: 42px;
}
h2{
	font-size:36px;
}
h3{
	font-size:24px;
	margin-bottom:30px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}
p{
	font-family: 'Roboto';
    color: #7e8c99;
    font-size: 16px;
    margin: 0px;
}
a {
	color: #7e8c99;
}
section {
	float:left;
	width:100%;
	height:auto;
}
footer {
	float:left;
	width:100%;
	height:auto;
}
.one-page-footer {
	background-color: #142c3f;
}
blockquote::before {
	content: "";
	font-family: "FontAwesome";
	left: 10px;
	position: absolute;
	top: 15px;
}
blockquote {
	border: 1px solid #d6d6d6;
	color: #7e8c99;
	font-style: italic;
	padding: 30px;
	position: relative;
	text-indent: 25px;
}
.padding-none,
.padding_none {
	padding:0px;
}
.margin-none {
	margin: 0px !important;
}
.margin-left-none {
	margin-left: 0px !important;
}
.margin-right-none {
	margin-right: 0px !important;
}
.margin-top-none {
	margin-top: 0px !important;
}
.margin-bottom-none {
	margin-bottom: 0px !important;
}
/*------------------------------------------------------------------
[3. Header ]
------------------------------------------------------------------*/
.main-title {
	margin: 0px;
	color: #243c4f;
}
p.sub-title {
	color: #56758d;
	position: relative;
}
p.sub-title::after {
	background-color: #3797dd;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 50px;
}
p.left.sub-title::after {
	margin: 0;
}
.icon-type1 i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #3797dd;
	color: #ffffff;
	line-height: 70px;
	font-size: 35px;
	margin-bottom: 10px;
}
.icon-type1 .icon-title {
	text-transform: capitalize;
	margin-bottom: 15px;
}
a.link-light-blue {
	background-color: #3797dd;
	color: #ffffff;
	text-decoration: none;
	padding: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
a.link-light-blue:hover {
	background-color: #404d5f;
}
.full-width {
	width: 100%;
	height: auto;
}
.background-overlay {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
header {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
/*_________________Font Colors______________*/
.font-white {
	color: #ffffff;
}
.font-grey {
	color: #243c4f;
}
/*_________________Background Colors ________*/
.background-white {
	background-color: #ffffff;
}
.background-light-blue {
	background-color: #f1fafe;
}
.background-blue {
	background-color: #3797DD;
}
.background-light-grey {
	background-color: #EFF3F5;
}
.background-extra-light-grey {
	background-color: #F8F8F8;
}
/*_________________Vertical Distance__________*/
.vertical-distance-5 {
	display: inline-block;
	width: 100%;
	height: 5px;
	background-color: rgba(0,0,0,0);
}
.vertical-distance-10 {
	display: inline-block;
	width: 100%;
	height: 10px;
	background-color: rgba(0,0,0,0);
}
.vertical-distance-20 {
	display: inline-block;
	width: 100%;
	height: 20px;
	background-color: rgba(0,0,0,0);
}
.vertical-distance-40 {
	display: inline-block;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0);
}
.vertical-distance-60 {
	display: inline-block;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0);
}
.vertical-distance-80 {
	display: inline-block;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0);
}
/*__________________Header_______________*/
h4 {
	margin: 0px;
	padding: 15px;
	background: #ffffff;
}
.box-shadow {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.image-container {
	cursor: pointer;
	height: 300px;
	overflow: hidden;
	width: 100%;
	transition: all 2s;
	display: inline-block;
	position: relative;
}
.image-container.col-4 {
	height: 300px;
}
.image-container.fixed-width {
	width: 250px !important;
}
.image-container img {
	width: 100%;
	height: auto;
	transition: all 10s;
}
.image-container .img-overlay {
	transform: scale(1,0);
	-moz-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-o-transform: scale(1,0);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.image-container:hover .img-overlay {
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
.slider {
	max-height: 500px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.img-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0;
	background-color: rgba(0,0,0,0.60);
}
.slider-text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0;
}
.slider-text .container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
.slider-text .container h1 {
	color: #ffffff;
	font-style: italic;
}
.slider-text .container h2,
.slider-text .container h3 {
	color: rgb(56,151,219);
}
.slider-text .container h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}
.slider-text .container a {
	display: inline-block;
	padding: 15px;
	border: 2px solid #ffffff;
	color: #ffffff;
	margin-top: 30px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.2s;
	font-weight: bold;
}
.slider-text .container a:hover {
	background-color: rgb(56,151,219);
	border-color: rgb(56,151,219);
}
footer {
	background-color: #273E51;
	padding: 15px 0px;
}
/*------------------------------------------------------------------
[3.2 Menu ]
------------------------------------------------------------------*/
.main-slider-caption {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 10;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.menu {
	padding: 10px 0px 0px;
}
.menu .navbar.navbar-default {
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
}
.menu .navbar.navbar-default li a {
	color: #7e8c99;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: bold;
	padding: 40px 15px 50px;
	position: relative;
	text-transform: uppercase;
}
.menu .navbar.navbar-default li:last-child a {
	padding-right: 0px;
}
.menu .navbar.navbar-default li a:hover,
.menu .navbar.navbar-default li a:active,
.menu .navbar.navbar-default li a:focus {
	color: #435061;
	outline: none;
}
.menu .navbar.navbar-default li.has-child > a {
	padding-right:30px;
	position: relative;
}
.menu .navbar.navbar-default li.has-child > a::after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 10px;
	position: absolute;
	right: 10px;
}
.menu .navbar.navbar-default ul.sub-menu {
	background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	list-style: outside none none;
	padding: 30px;
	position: absolute;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform-origin: center top 0;
	-webkit-transform-origin: center top 0;
	-moz-transform-origin: center top 0;
	-o-transform-origin: center top 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	z-index: 999;
}
.menu .navbar-brand {
	padding: 10px 0px 0px 0px;
	height: auto;
}
.menu.one-page-menu {
        padding-top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-brand > img {
		margin-top: 10px;
		width: 130px;
	}
}
@media screen and (max-width: 767px) {
	.menu .navbar-brand {
		padding: 10px 0px 10px 10px;
		height: auto;
	}
	.menu .navbar-toggle {
	margin-top: 30px;
}
.one-page-menu.stiky_menu.menu .navbar-toggle {
	margin-top: 12px;
}
}
.menu .navbar-brand:hover,
.menu .navbar-brand:active, 
.menu .navbar-brand:focus {
	outline: none;
}
.menu .navbar.navbar-default li.has-child > a:hover + ul.sub-menu,
.menu .navbar.navbar-default li.has-child > ul.sub-menu:hover {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.menu .navbar.navbar-default ul.sub-menu li {
	border-bottom: 1px solid #6e6e6e;
}
.menu .navbar.navbar-default ul.sub-menu li > a {
	white-space: nowrap;
	color: #eeeeee;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
}

.menu .navbar.navbar-default ul.sub-menu li > a:hover {
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.menu .navbar.navbar-default ul.sub-menu {
		position: relative;
		display: none;
	}
	.menu .navbar.navbar-default li.has-child > a:hover + ul.sub-menu,
	.menu .navbar.navbar-default li.has-child > ul.sub-menu:hover {
		display: block;
	}
	.menu .navbar.navbar-default li a {
		padding: 5px 15px;
	}
	.menu .navbar.navbar-default li.has-child > a::after {
		right: 20px;
	}
}
.menu .navbar-header {
	margin-top: 23px;
}
/*------------------------------------------------------------------
[4. About ]
------------------------------------------------------------------*/

.view-on-map-btn, 
.schedule-visit-btn, 
.documents-btn {
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	position: relative;
}
@media screen and (max-width: 639px) {
	.view-on-map-btn, 
	.schedule-visit-btn, 
	.documents-btn {
		margin-left: 0px;
		width: 100%;
	}
}
.documents-btn i, 
.schedule-visit-btn i, 
.view-on-map-btn i {
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 4px #bebebe;
	color: #404D5F;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	width: 30px;
}
.documents-btn,
.view-on-map-btn {
	background-color: #FFFFFF;
	color: #404D5F;
	border: 1px solid #404D5F;
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-o-transform-origin: top left;
}
.schedule-visit-btn {
	color: #404d5f;
	border: 1px solid #404d5f;
	text-decoration: none;
}
.schedule-visit-btn:hover, 
.documents-btn:hover,
.view-on-map-btn:hover {	
	background-color: #3797DD;
	border-color: #3797DD;
	color: #FFFFFF;
	text-decoration: none;
}
.schedule-visit-btn.white-border:hover, 
.documents-btn.white-border:hover,
.view-on-map-btn.white-border:hover {	
	background-color: #3797DD;
	border-color: #ffffff;
	color: #FFFFFF;
	text-decoration: none;
}
.feature-list {
	padding: 0px;
	list-style: none;
	margin: 20px 0px;
}
.feature-list h4 {
	margin-bottom: 25px;
}
/*------------------------------------------------------------------
[5. What people say ]
------------------------------------------------------------------*/
.what-people-say {
	width: 100%;
	height: auto;
	padding: 80px 30px 30px;
	background-color: #ffffff;
	text-align: center;
	position: relative;
}
.what-people-say p {
	font-size: 18px;
	margin-bottom: 15px;
	font-style: italic;
}
.what-people-say h4 {
	margin-bottom: 0px;
}
.what-people-say img {
	border-radius: 50%;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -50px;
	width: 100px;
}
/*------------------------------------------------------------------
[6. Our ohter products ]
------------------------------------------------------------------*/
.other-product {
	height: auto;
	position: relative;
	width: 100%;
}
.other-product img {
	width: 100%;
	height: auto;
}
.other-product a {
	text-decoration: none;
}
.other-product h4 {
	margin-bottom: 10px;
}
.other-product p {
	margin-top: 0px;
	font-size: 13px;
}
.other-product-inner {
	padding: 15px;
	border: 2px solid #d7d7d7;
}