/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */
/**Promo-box**/
.promo-box {
	padding: 40px;
	background: #fff;
}
body.jsn-color-red .promo-box {
	border-left: 5px solid #c14746;
}
body.jsn-color-green .promo-box {
	border-left: 5px solid #7fc348;
}
body.jsn-color-blue .promo-box {
	border-left: 5px solid #02a4e4;
}
body.jsn-color-violet .promo-box {
	border-left: 5px solid #8c4d81;
}
body.jsn-color-grey .promo-box {
	border-left: 5px solid #999;
}
body.jsn-color-orange .promo-box {
	border-left: 5px solid #eda72e;
}
.promo-box .text {
	float: left;
}
.promo-box .link {
	float: right;
	margin: 5px 0 0 0;
}
.promo-box .link a.link-button {
	padding: 7px 40px !important;
}
.promo-box h1 {
	margin: 0;
	text-transform: uppercase;
}
.promo-box .clearbreak {
	height: 0;
}
.promo-box p {
	margin: 0;
}
body.jsn-direction-rtl .promo-box .text {
	float: right;
	text-align: right;
}
body.jsn-direction-rtl .promo-box .link {
	float: left;
}

/**Demo-home**/
.demo-content-top {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 5px solid #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.demo-content-top:hover {
	border-bottom: 5px solid #333;
}
#demo-home {
	margin: 30px -15px 0 -15px;
}
#demo-home .grid-col {
	margin: 0;
}
#demo-home .grid-col .grid-col_inner {
	margin: 15px;
	border:1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius:3px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	padding: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
#demo-home .grid-col .grid-col_inner:hover {
	border: 1px solid #999;
	box-shadow:0 2px 0 rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.2)
}
#demo-home .grid-col .grid-col_inner img {
	width: 100%;
}
#demo-home .grid-col .grid-col_inner p {
	margin: 0;
}
#demo-home .grid-col .grid-col_inner h3 {
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
#demo-home .title {
	text-align: center;
	margin:0 50px;
}
#demo-home .title h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
}
#demo-home .title h4 {
	color: #999;
	margin-top: 0;
}
.about-sky {
	text-align: center;
	padding: 170px 0;
}
.about-sky h1 {
	margin: 0;
	color: #fff;
	font-size: 5em;
	text-transform: uppercase;
	text-shadow:0 0 10px #FFF, 0 2px 3px rgba(0, 0, 0, 0.42);
}
.about-sky h2 {
	margin: 0;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	text-shadow:0 0 10px #FFF, 0 2px 3px rgba(0, 0, 0, 0.42);
}

@media only screen and (max-width: 960px),
(max-device-width: 960px) {
	.about-sky {
		padding: 100px 0;
	}
	.about-sky h1 {
		font-size: 3em;
	}
}

#tour_target_property_details_buttons a {
	clear: both;
}

body .property-header-labels span.label {
	padding: 0 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 23px;
}

#jsn-promo {
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


form#login-form a.btn.hasTooltip {
	display: inline-block !important;
}

/* ========== MAIN FEATURES FROM BLANK ========== */
#demo-main-features {
	padding: 40px 0;
}
#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
	margin-right: 0;
	padding: 55px;
}

#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
	border-right: 1px solid #7fc348;
	border-bottom: 1px solid #7fc348;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
	border-top: 1px solid #7fc348;
	border-left: 1px solid #7fc348;
}
#demo-main-features div.grid-layout.grid2 div.grid-col {
	margin-top: -31px;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 {
	margin-left: -16px;
}
#demo-main-features div.grid-layout div.grid-col .icon {
	display: inline-block;
	float: left;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon {
	display: block;
	padding: 0;
	width: 63px;
	height: 63px;
overflow: hidden;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
display: block;
	background-color: #555;
}
.jsn-color-blue #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #009aca;
}
.jsn-color-red #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #bf0000;
}
.jsn-color-green #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #429e00;
}
.jsn-color-orange #demo-main-features div.grid-layout div.grid-col .icon .link-icon img  {
	background-color: #e66000;
}
.jsn-color-violet #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #9e0084;
}
.jsn-color-grey #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #555;
}
#demo-main-features div.grid-layout div.grid-col .intro-content {
	padding-left: 90px;
	margin-top: -20px;
}
#demo-main-features div.grid-layout div.grid-col .intro-content .intro-heading a {
	color: #7fc348;
	font-weight: bold;
	
}
#demo-main-features div.grid-layout div.grid-col .intro-content .desc {
	color: #000;
	line-height: 2em;
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
	    font-size: 25px !important;
	    margin-top: 25px !important;
    }
	#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
		border-bottom: none;
		border-right: none;
	}
	#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
		border-left: none;
		border-top: none;
	}
	#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
		padding: 20px;
	}
	#demo-gallery {
		padding: 25px 0 30px;
	}
	#demo-main-features {
		padding: 20px 0;
	}
	.jsn-homepage.jsn-demo-page #demo-main-content {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 960px), (max-device-width: 960px){
	.jsn-mobile [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
    	display: none;
    }
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span4,
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span8{
    	width: 100%;
    }
}
/* =============== DEFAULT HTML - HEADING STYLES ===============7fc348 C14746*/
h1 {
	font-size: 1.6em;
	color: #000;
}
h2 {
	font-size: 1.4em;
	line-height: inherit;
	color: #0c428d;
}
h3 {
	color: #0c428d;
	font-size: 1.3em;
}
h4 {
	color: #0c428d;
	font-size: 1.2em;
	font-weight: normal;
}
h5, h6 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	color: #7fc348;
}
h6 {
	color: #999;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}
#jsn-promo {
	color:#000000;
}
/*7fc348*/
#jsn-promo h3 span.jsn-moduleicon{
	color:#0c428d;
	font-size: 1.2em;
}
/*A75C26 937666*/
#jsn-header_inner {
	background-color: #A75C26;
	border-bottom: 1px solid #ddd;
}
* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
	z-index: 999;
	color: #fff;
	float:right;
	margin:40px 0 30px 0;
	clear:right;
	
}
#jsn-pos-mainmenu {
	float: left;
	margin: 30px 0px 0px 0px;
}
#jsn-pos-toolbar {
	float: right;
}
#jsn-menu div.jsn-modulecontainer {
	float: left;
	margin:0;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
	color: #fff;
	font-size: 0.89em;
	padding:20px 0 10px 0;
	text-align:center;
	background: #A75C26;
}
#jsn-footer a {
	text-decoration: none;
	padding:1px 4px;
}
body.jsn-color-grey  #jsn-footer a {
	color: #fff;
}
#jsn-footer .menu-divmenu a:hover {
	background:#333;
}
#jsn-footer a:hover {
	text-decoration: underline;
}
#jsn-pos-bottom {
}
#jsn-brand {
	padding-top: 10px;
    display: block;
    padding: 3px 8px;
    color: #009ACA;
    text-align: center;
    background-color: #111;
}
#jsn-brand a:hover {
	color: #fff;
	text-decoration: none;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
	margin: 0;
	padding: 0;
	clear: both;
}
div.jsn-modulecontainer ul.menu-mainmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style-type: none;
	z-index: 99;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	margin-left:10px;
	padding-bottom: 10px;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #fff;
	display: block;
	cursor: pointer;
	padding: 8px 5px;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	font-size: 1.2em;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.parent {
	background:url(../images/dropdown.png) no-repeat scroll 96% 14px transparent;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	padding: 4px 12px;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
	display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu ul {
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.parent.active > a {
	padding-right: 23px;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	visibility: visible;
	display: block\9;
}