body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}
h1, h2, h3 {
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: #193989;
}
h4, h5, h6 {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #193989;
}
h1 {
	font-size: 42px;
	color: #193989;
}
h2 {
	font-size: 36px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
}
h3 {
	font-size: 30px;
	color: #193989;
	font-weight: 300;
	line-height: 24px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
	color: #847b6c;
}
.thumbnail {
	padding: 20px;
	transition: all 0.2s ease-in-out 0s;
	border: 2px solid #ddd;
	margin-bottom: 30px;
}
.thumbnail:hover {
	padding: 20px;
	transition: all 0.2s ease-in-out 0s;
	border: 2px solid #90C31F;
}
p {
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	color: #5c5e63;
}
.read-more {
	margin-top: 40px;
	margin-bottom: 8px;
	max-width: 150px;
}
.read-more a {
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #90c31f;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: center;
	color: #000;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.read-more a:hover {
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #666;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: center;
	color: #666;
	display: block;
}
.menu-small {
	color: #3860A0;
	text-transform: uppercase;
	font-weight: 600;
}
a {
	color: #655E53;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
	font-family: 'Lato', sans-serif;
}
a:hover, a:focus {
	color: #3860A0;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}
.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 40px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 76px 0;
}

.sep-large {
	margin-bottom: 60px;
    margin-top: 60px;
}
.center {
	text-align: center;
	padding-bottom: 5px;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
/********************************Header********************************/
.top-bar {
	margin-top: 30px;
}
#top-right {
	padding-bottom: 14px;
	padding-right: 15px;
	text-decoration: none;
}
.red {
	color: #90C320;
}
#top-right .btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #90C320;
}
#top-right .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
	color: #F9B52C;
}
#top-right a {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #ee2524;
}
#top-right .sep {
	padding-left: 8px;
	padding-right: 8px;
}
#top-right p {
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 2px;
	line-height: 24px;
	color: #ee2524;
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.navbar {
	background-color: #f2f2f2;
	border-radius: 0;
	margin-bottom: 0;
	padding: 2px 0 0;
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	margin-left: 20px;
	padding-bottom: 5px;
}
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 6px;
	color: #7f7f7f;
	display: inline-block;
	font-weight: 600;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active {
	color: #fff;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #ffffff;
	color: #7f7f7f;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(19,39,89,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	left: 0;
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    border-bottom: 1px solid rgba(202,210,233,0.3);  
    color: #fff;
    padding: 8px 15px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #fff;
	color: #294676;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active {
	color: #000000;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}

/********************************parallax banner********************************/
#para-banner {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-color: #1D2F57;
	background: url(../images/slider-2.jpg);
	background-size: cover;
	padding-top: 40px;
	margin: 0 auto;
	min-height: 500px;
	
}
/********************************main-slider********************************/


#main-slider {
	position: relative;
	background-color: #e4e1de;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.camera_wrap {
	max-width: 1920px;
}
.no-margin {
	margin: 0;
	padding: 0;
}
/************************* ********* properties ****** **************************/

#hot-properties {
	background-color: #e4e1de;
	height: 100%;
	width: 100%;
	padding-top: 70px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#hot-properties:hover {
	background-color: #EDEDED;
}

.hot-properties-box {
	margin-bottom: 2px;
	text-align: center;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.hot-properties-box h3 {
	font-size: 38px;
	color: #847b6c;
	font-weight: 500;
	margin-bottom: 10px;
	text-shadow: 1px 2px #fff;
}
.hot-properties-box h3 small {
	color: #847b6c;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 42px;
	text-shadow: 1px 2px #fff;
}
.hot-properties-box p {
	color: #504e4a;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
}
.hot-properties-box figure {
	border-radius: 0px;
	display: inline-block;
	height: 123px;
	margin-bottom: 18px;
	overflow: hidden;
	width: 168px;
}
.hot-properties-box figure img {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	margin-top: -126px;
}
.hot-properties-box a {
	color: #847b6c;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.hot-properties-box a:hover {
	color: #90C320;
}
.hot-properties-box .hot-properties-block {
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}
.hot-properties-box .hot-properties-block:hover figure img {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	margin-top: 0px;
}
.hot-properties-box .hot-properties-block:hover h3 a {
	color: #5c5242;
}
.hot-properties-box .hot-properties-block:hover p {
	color: #5c5242;
}
#hot-properties .col-md-4 > div {
	padding-bottom: 20px;
	padding-top: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#hot-properties .col-md-4.indent > div {
	border: medium none;
}



/********************************    parallax2   ********************************/
#parallax2 {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #1D2F57;
	background: url(../images/slider-2.jpg);
	background-size: cover;
	padding-top: 20px;
	margin: 0 auto;
	min-height: 200px;
	
}

/************************* *********Hot Properties carousel****** **************************/
#carousel-properties {
	background-color: #fff;
	padding-bottom: 86px;
}
#carousel-properties p {
	color: #5c5e63;
}
#carousel-properties a h6 {
	color: #847b6c;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#carousel-properties a:hover h6 {
	color: #193989;
	margin: 20px 0 0 0;
}
#owl-carousel2 .item {
	margin-left: 5px !important;
	margin-right: 5px !important;
	padding: 10px;
	width: 100% !important;
}
#owl-carousel2 .item img {
	padding: 14px;
	box-shadow: 1px 2px 4px 1px #bbbbbb;
	max-height: 400px;
}
#owl-carousel2 .item img .img-thumbnail {
	border-radius: 0px!important;
}
#owl-carousel2 .item .img-thumbnail {
	border-radius: none;
}
/************************* ********* The Lama Group ****** **************************/

#the-lama-group {
	background-size: cover;
	background-color: #FFF;
	background-image: url(../images/home-block/lama-group-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
#the-lama-group .welcome-lama-group {
	background-color: #c3b596;
	color: #fff;
	padding: 20px 20px 40px 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#the-lama-group .welcome-lama-group:hover {
	background-color: #ae9d77;
	color: #fff;
	padding: 20px 20px 40px 20px;
}
#the-lama-group small {
	color: #fff;
}
#the-lama-group .awards {
	background-color: #7c7467;
	background-image: url(../images/home-block/awards.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 20px 40px 20px;
}
#the-lama-group h2, #the-lama-group p {
	color: #fff;
	text-transform: none;
	text-decoration: none;
}
/** ======================================inside pages====================================== **/

#page-header {
	background-attachment: fixed;
	background-image: url(../images/hero-unit-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 150px;
	max-height: 150px;
	padding-top: 50px;
	background-color: #373580;
}
#page-content {
	padding-bottom: 30px;
	background-color: #FFFFFF;
	min-height: 500px;
}
.right-block {
	padding-left: 50px;
}
.right-block .img-thumbnail {
	margin-bottom: 15px;
}
/******************************** news ********************************/
#news-updates {
	background-color: #f3f3f3;
}
/************************* ********* Contact Us  ****** **************************/

#contact-page {
	padding-top: 0;
}
textarea#message {
	resize: none;
	padding: 10px;
}
#contact-page .contact-wrap {
	margin-top: 20px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*********************** ********* Footer ******************************/

footer {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #d4cec3;
	background-image: url(../images/footer/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: cover;
}
#footer #social-media {
}
#footer #social-media a {
	display: inline-block;
	min-width: 60px!important;
	min-height: 40px;
	max-width: 50px;
	background-color: #6f6351;
	border-radius: 5px;
	padding: 20px;
	color: #FFF;
	font-size: 26px;
}
#footer {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footer h3 {
	color: #312e2a;
	margin-bottom: 30px;
}
#footer p {
	color: #312e2a;
}
#footer address {
	color: #312e2a;
}
#footer a {
	color: #312e2a;
}
#footer a:hover {
	color: #193989;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-rights {
	background-color: #655e53;
	padding: 10px;
}
.homepage .footer-rights a {
	color: #FFF;
}
.footer-rights p {
	color: #FFF;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
	border-radius: 30em;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sitemap{padding-left: 50px; width: 100%; display: block; float: none;}
