/**
* @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;
}
/* =============== LAYOUT - FOOTER AREA ===============green 467466 b4d1e7 light blue c1e1f6*/
#jsn-footer {
	color: #999;
	font-size: 0.89em;
	padding:20px 0 10px 0;
	text-align:center;
	background: #b4d1e7;
}
#jsn-header_inner {
	
	border-bottom: 1px solid #ddd;
	background-image: url(../images/backgrounds/aim-geoanalytics-background-1250-02.jpg);
	background-repeat: repeat-x;
	height: 90px;
}

/* =============== 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: #467466;
	display: block;
	cursor: pointer;
	padding: 8px 5px;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	font-size: 1.3em;
}
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 15px;
}
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;
}

/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
	/*display: none;*/
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
	padding-top: 2px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
	padding: 3px 12px 28px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu.menu-iconmenu > li > a span span.jsn-menudescription {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:90px;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	padding: 0;
	width: 200px;
	left: -999em;
	position: absolute;
	background:#fff;
	margin:10px 0 0 0;
	border: 1px solid #ddd\9;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li {
	width: 200px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
	top: 0;
	margin-left: 200px;
	margin-top:-3px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-bottom:1px dotted #b2b2b2;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
	padding-right: 16px;
	background: url(../images/arrow.png) 98% center no-repeat;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li > a {
	margin:0 10px;
}
div.jsn-modulecontainer ul.menu-mainmenu li.last a {
	border-bottom:none;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
	background-color: transparent;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #000;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	left: auto;
	right: auto;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== 
h1 {
	font-size: 1.7em;
	color: #64394a;
}
h2 {
	font-size: 1.5em;
	line-height: inherit;
	color: #64394a;
}
h3 {
	color: #8C4D81;
	font-size: 1.4em;
}
h4 {
	color: #02A4E4;
	font-size: 1.3em;
}
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;
}*/
/* For the WidgetKit gallery, fix the color & transparency of the overlay */  
figure > div.uk-overlay-background {  
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);  
}  
/* Fix the button background and border too */  
.uk-overlay-panel .uk-button {  
    border-color: white !important;     /* Nuclear option only because YooTheme has it */  
    color: white;  
    background-color: rgba(0, 0, 0, 0);  
}  
div.uk-grid .uk-button:hover,  
div.uk-grid .uk-button:focus {  
    border-color: white !important;     /* Nuclear option only because YooTheme has it */  
    color: white;  
    background-color: rgba(0, 0, 0, 0);  
}  
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	font-size: 1.8em;
	color: #64394a;
}
h2 {
	font-size: 1.6em;color: #64394a;
}
h3 {
	color: #64394a;
	font-size: 1.3em;
}
h4 {
	color: #D59500;
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	color: #64394a;
}
h6 {
	color: #663300;
}
h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}
h1 {
	margin: 0.5em 0 0.8em 0;
	font-weight: normal;
}
* ============================== MODULE STYLES ============================== */
h3.jsn-moduletitle {
	margin: 0;
	color: #64394a;
	font-size: 1.0em;
	padding-bottom: 5px;
}
h3.jsn-moduletitle span {
	display: block;
	line-height: 16px;
	color: #64394a;
}
body {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

/* =============== MENU - TREE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-treemenu,
div.jsn-modulecontainer ul.menu-treemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.jsn-modulecontainer ul.menu-treemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer ul.menu-treemenu > li {
	border-bottom:1px dotted #ccc;
}
div.jsn-modulecontainer ul.menu-treemenu > li.last {
	border-bottom: none;
}
div.jsn-modulecontainer ul.menu-treemenu li a {
	padding: 6px 12px;
	display: block;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.1em;
}
div.jsn-modulecontainer ul.menu-treemenu > li > a {
	padding:8px 0;
}
ul.menu-treemenu li a span {
	display: block;
}
ul.menu-treemenu li > a > span {
	padding-left: 21px;
	background: url(../images/icons/icons-base.png) left -340px no-repeat;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a span.jsn-menudescription {
	/*display: none;*/
}
div.solid-2 ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #999;
	display: block;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	/*color: #fff;*/
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
	margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
	padding-left: 25px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
	padding-left: 40px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
	padding-left: 55px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
	padding-left: 70px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
	padding-left: 85px;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li.active > a {
	font-weight: bold;
}
/* ----- CURRENT / HOVER STATE ----- */

/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	z-index: 85;
	position: relative;
	background:#eee;
	padding: 0px 0 5px 0;
	border-top: 1px solid #ddd;
}

@media only screen and (max-width: 960px), (max-device-width: 960px) {
.jsn-homepage div#jsn-menu {
margin-top: -45px;
}
.jsn-homepage #jsn-content-top {
overflow: visible !important;
margin-top: 44px;
}
}