@charset "utf-8";
/* CSS Document */

:focus {
	outline:none;
}
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	background:url(../images/bg.jpg) repeat left top;
	padding:0px;
	margin:0px;
}
.head-text {
	padding:8px 3px;
	margin-bottom:8px;
	border-bottom:2px solid #f2c220;
}
input[type="text"] {
	width:100%;
	padding:4px 3px;
	background:#fff;
	border:none;
	margin:8px 0px;
	font-family:"Roboto";
}
textarea {
	width:100%;
	padding:4px 3px;
	background:#fff;
	border:none;
	margin:8px 0px;
	font-family:"Roboto";
}
input[type="submit"] {
	background:#f2c220;
	padding:3px 5px;
	border:none;
	color:#19294d;
	font-family:"Roboto";
	font-weight:bold;
}
.read-more {
	color:#f2c220;
	text-decoration:none;
	font-family:Oswald;
	display:block;
	padding-left:5px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:.9em;
}
.read-more:after {
	content:" >>";
	font-size:1.4em;
}
h1 {
	font-family:Oswald;
	font-size:1.5em;
	color:#122246
}
h4 {
	font-family:Oswald !important;
	font-size:1.2em;
	color:#122246;
	margin-top:5px;
	padding-top:10px;
}
ul.listing {
	font-family:"Roboto";
	list-style:inside
}
ul.listing li {
	line-height:24px;
}
dd {
	font-family:Oswald !important;
	font-size:1.1em;
	color:#122246
}
p {
	font-family:"Roboto";
	line-height:18px;
	color:#fff;
	font-size:.9em;
	text-align:justify;
	line-height:1.4444em;
}
img, img a {
	border:none;
}
img {
	max-width:100%;
	height:auto;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
.container {
	max-width:1000px;
	margin:0 auto;
}
#header {
	width:100%;
	padding:10px 0px;
}
#logo {
	width:100%;
	margin-top:15px;
}
#header h2 {
	text-align:right;
	color:#fff;
	font-family:Oswald;
	font-size:1.1em;
	letter-spacing:1px;
	line-height:22px;
}
#header h2 span {
	background:#fac410;
	text-align:center;
	margin-right:4px;
	padding-left:4px;
	border-radius:20%;
}
#header .navigation {
	width:100%;
	padding:15px 0px;
	float:right
}
#slider {
	position:relative;
	z-index:1;
}
#section {
	width:100%;
	overflow:hidden;
	padding:10px 0px;
	margin-bottom:10px;
	position:relative;
	z-index:5;
}
#section .colmn-block {
	width:100%;
	margin:20px auto;
	background:#0088cc;
	border-bottom:2px solid #f2c220;
	padding:0px;
	-webkit-transition:all 0.8s ease-in-out;
	-moz-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	color:#fff;
}
#section .colmn-block:hover {
	background:#f2c220;
	color:#122246 !important;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#section .colmn-block h4:hover {
	background:#f2c220;
}
#section .colmn-block h4 {
	display:block;
	padding:10px 7px;
	background:#f2c220;
	font-family:Oswald;
	text-transform:capitalize;
	margin:0px;
	font-weight:bold;
	color:#122246
}
/*#section .colmn-block:before{
	content:"";
	border-left: 15px solid transparent;
    border-right: 15px solid #1c2e56;
    border-bottom: 15px solid #f2c220;
    content: "";
    display: inline-block;
    left:45%;
    position: absolute;
    top:20;
    transform: rotate(180deg);
}*/
	
#section .colmn-block img {
	padding:0px;
	margin:0px;
}
#section .colmn-block p {
	padding:5px 5px;
	font-weight:normal;
	font-size:.9em;
	line-height:20px;
}
.section-inner {
	height: 100%;
	margin-top: -90px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
.inner-wrap {
	position:relative;
	background:#fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	padding: 10px 10px;
	width: 100%;
	z-index:5;
}
.inner-wrap p {
	color:#000;
	font-size:1em;
	line-height:20px;
}
.inner-wrap input[type="text"] {
	width:100%;
	padding:4px 3px;
	background:#fff;
	border:none;
	margin:8px 0px;
	font-family:"Roboto";
	border:1px solid #999
}
.inner-wrap textarea {
	width:100%;
	padding:4px 3px;
	background:#fff;
	border:none;
	margin:8px 0px;
	font-family:"Roboto";
	border:1px solid #999
}
.welcome-block {
	background:#f2c220;
	width:100%;
	padding:5px 0px;
	overflow:hidden
}
.welcome-block p {
	color:#1c2e56;
	line-height:1.5em;
}
.welcome-block .read-more {
	color:#1c2e56;
	text-decoration:none;
	font-family:Oswald;
	display:block;
	padding-left:5px;
	padding-bottom:5px;
	text-transform:none !important;
	font-weight:normal;
	font-size:.9em;
}
.welcome-block .read-more:after {
	content:" >>";
	font-size:1.2em;
}
.quick-contact-box {
	width:100%;
	padding:10px;
	overflow:hidden;
	background:#0088cc;
	margin:15px 0px 10px 0px;
}
.quick-contact-box h4 {
	color:#f2c220;
	font-family:Oswald;
	padding:0px;
	margin:0px;
	padding-bottom:8px;
}
.brand-wrap {
	width:100%;
	padding:10px 0px;
	background:#ffffff;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e3e3e5));
	background:-webkit-linear-gradient(top, #ffffff, #e3e3e5);
	background:-moz-linear-gradient(top, #ffffff, #e3e3e5);
	background:-webkit-ms-gradient(top, #ffffff, #e3e3e5);
	background:-webkit-o-gradient(top, #ffffff, #e3e3e5);
	overflow:hidden;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;/*text-align:center;*/
}
.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;/*max-width:213px;
	max-height:281px;*/
}
/*** Navigation ***/



.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left:0px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right:-4px;
	background: url(../images/button-next.png) no-repeat;
}
#flexiselDemo1 .product-block {
	width:95%;
	margin:0 auto;
	/*border:1px solid #ccc;*/
	overflow:hidden;
}
#flexiselDemo3 .featured-listing-block p {
	line-height:20px;
}
ul#flexiselDemo3 li {
}
#flexiselDemo3 .image-block {
	width:100%;
	margin:0 auto;
	padding:0px 4px;
}
#flexiselDemo3 .featured-listing-block .read-more {
	display:block;
	margin:10px 0px;
	font-weight:bold;
	color:#c90c0c;
	background:none !important;
	padding:0px;
}
#flexiselDemo3 .rating-block {
	width:95%;
	margin:0 auto;
	/*border:1px solid #ccc;*/
	margin-bottom:10px;
	padding:4px 10px;
	overflow:hidden;
}
#flexiselDemo3 .rating-block a {
	display:inline;
	line-height:15px;
}
#flexiselDemo3 .rating-block .yellow {
	background:url(../images/stars16.png) no-repeat;
	width:16px;
	height:16px;
	text-indent:99999px;
	display:inline-block;
	background-position:0px -34px;
}
#flexiselDemo3 .rating-block .red {
	background:url(../images/stars16.png) no-repeat;
	width:16px;
	height:16px;
	text-indent:99999px;
	display:inline-block;
	background-position:0px -18px;
}
#flexiselDemo3 .rating-block h5 {
	text-align:right
}
#flexiselDemo3 .rating-block .left {
	width:65%;
	float:left
}
#flexiselDemo3 .rating-block .right {
	width:35%;
	float:right;
	font-weight:bold;
}
#flexiselDemo3 .featured-listing-block h4 a {
	text-transform:uppercase;
	color:#2056ac;
	font-family: "Oswald", sans-serif;
	line-height:21px;
	font-size:.8em;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
#flexiselDemo3 .featured-listing-block p {
	font-size:.9em;
	font-family: 'Open Sans', sans-serif;
	padding:8px 0px;
}
#flexiselDemo3 .featured-listing-block h3 {
	text-transform:uppercase;
	color:#2056ac;
	font-family: "Oswald", sans-serif;
	font-size:1.2em;
	margin-top:14px;
	color:#333;
	font-weight:bold;
	margin-bottom:8px;
}
#flexiselDemo3 .featured-listing-block h3 span {
	font-weight:normal;
	color:#666;
	text-transform:lowercase;
	font-size:.7em;
	vertical-align:top;
	padding-left:3px;
}
#flexiselDemo3 .featured-listing-block h6 {
	display:inline;
	padding:0px 2px;
	line-height:25px;
	font-size:.9em;
}
#flexiselDemo3 .featured-listing-block .sqr-fit {
	background:url(../images/icon-size.png) no-repeat top left;
	height:16px;
}
#flexiselDemo3 .featured-listing-block .bed-room {
	background:url(../images/icon-bed.png) no-repeat top left;
	height:13px;
	padding-left:24px;
}
#flexiselDemo3 .featured-listing-block .bath-room {
	background:url(../images/icon-bath.png) no-repeat top left;
	height:19px;
	padding-left:22px;
}
.product-warp-scroll {
	width:100%;
	overflow:hidden;
	padding:15px 0px;
	margin:10px 0px;
}
.contact-info-wrap {
	width:100%;
	padding:20px 0px;
	background:#ffffff;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e3e3e5));
	background:-webkit-linear-gradient(top, #ffffff, #e3e3e5);
	background:-moz-linear-gradient(top, #ffffff, #e3e3e5);
	background:-webkit-ms-gradient(top, #ffffff, #e3e3e5);
	background:-webkit-o-gradient(top, #ffffff, #e3e3e5);
	overflow:hidden;
	font-size:1.3em;
	line-height:20px;
}
.contact-info-wrap i {
	background:#fff;
	padding:5px;
	color:#f2c220;
	border-radius:20px;
	border:1px solid #f2c220
}
.contact-info-wrap, .contact-info-wrap a {
	color:#19294d;
	text-transform:uppercase;
	font-family: "Oswald", sans-serif;
	font-weight:bold;
	line-height:20px;
}
#footer {
	width:100%;
	overflow:hidden;
	padding:10px 0px 0px 0px;
	padding-bottom:0px;
	margin:0px;
}
ul.foot-link {
	width:100%;
	overflow:hidden;
	padding:4px 0px;
}
ul.foot-link li {
	display:inline;
	border-left:1px solid #fff;
}
ul.foot-link li:first-child {
	border-left:none;
}
ul.foot-link li a {
	color:#fff;
	text-transform:uppercase;
	font-family: "Oswald", sans-serif;
	font-size:.9em;
	padding:0px 5px;
}
ul.social-wrap {
	width:100%;
	overflow:hidden;
	text-align:right
}
ul.social-wrap li {
	display:inline;
	padding:4px 5px;
}
 @media (max-width:767px) {
ul.foot-link {
	width:100%;
	overflow:hidden;
	padding:4px 0px;
	text-align:center;
}
#footer p {
	text-align:center;
}
ul.social-wrap {
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:15px 0px 0px 0px;
}
}


.gallery-block{
	padding:8px;
	border:1px solid #e7e7e7;
	margin:10px 0px;
	
	}
	
	.toggleMenu {
    display:  none;
    background: #f2c220;;
    padding: 10px 15px;
    color: #000;
	width:100%;
	font-family: "Oswald", sans-serif;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#f2c220;
	 border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:15em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
  
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	font-family: "Oswald", sans-serif;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #f2c220;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
	white-space:nowrap;
	font-family: "Oswald", sans-serif;
	color:#000
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}