/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */

.grid-col_inner {
  // padding-right: 50px;
}

body div.inclusionHover {
  	font-family: Arial,Helvetica,sans-serif;
}

h3 {
  color:#02a2f0;
}

#jsn-promo {
  min-height: 450px;
}

/**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);
}

div.jsn-modulecontainer.our-room-gallery {
	margin-top: -20px;
}
#our-room-gallery .gallery-item .gallery-desc {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
}
#our-room-gallery .gallery-item img.gallery-avatar {
	display: inherit;
	margin-bottom: 90px;
	-webkit-filter: saturate(100%);
	transition: filter 0.3s ease-in-out;
	-moz-transition: filter 0.3s ease-in-out;
	-webkit-transition: -webkit-filter 0.3s ease-in-out;
}
#our-room-gallery .gallery-item:hover img.gallery-avatar {
	-webkit-filter: saturate(100%);
}
#our-room-gallery .gallery-item {
	position: relative;
	background-color: #bbb;
	border-bottom: 5px solid #9c0031;
}
body.jsn-color-pink #our-room-gallery .gallery-item {
	border-color: #ca0554;
}
body.jsn-color-red #our-room-gallery .gallery-item {
	border-color: #c14746;
}
body.jsn-color-green #our-room-gallery .gallery-item {
	border-color: #598300;
}
body.jsn-color-brown #our-room-gallery .gallery-item {
	border-color: #8a501d;
}
body.jsn-color-orange #our-room-gallery .gallery-item {
	border-color: #f18322;
}
body.jsn-color-cyan #our-room-gallery .gallery-item {
	border-color: #2f9fb3;
}
body.jsn-color-blue #our-room-gallery .gallery-item {
	border-color: #02A4E4;
}
#our-room-gallery .gallery-desc {
	height: 90px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#our-room-gallery .gallery-name {
	height: 90px;
	display: inline-block;
	padding: 0 20px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#our-room-gallery .gallery-info {
	display: inline-block;
	padding: 0 20px;
	border: none;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#our-room-gallery .gallery-item:hover .gallery-desc {
	height: 180px;
}
#our-room-gallery .gallery-item:hover .gallery-info {
	padding: 10px 20px;
	height: 90px;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#our-room-gallery img.gallery-avatar {
	width: 100%;
	height: auto;
}
#our-room-gallery .gallery-name h4 {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #434343;
	margin-bottom: 0;
}
#our-room-gallery .gallery-name span {
	text-transform: uppercase;
}


@media only screen and (min-width: 641px) and (max-width: 768px), (min-device-width: 641px) and (max-device-width: 768px) and (orientation:portrait) {
	#our-room-gallery .gallery-name h4 {
		font-size: 1.4em;
	}
}

@media only screen and (min-width: 481px) and (max-width: 568px), (min-device-width: 481px) and (max-device-width: 568px) and (orientation:portrait) {
	#our-room-gallery .gallery-name h4 {
		font-size: 1.4em;
	}
	#our-room-gallery .grid-layout:after
	 {
		clear: inherit;
	}
	div.grid-layout3 div.grid-col {
		width: 48%;
	}
	#our-room-gallery div.grid-layout div.grid-col div.grid-col_inner {
		margin: 25px 17px !important;
	}
}

@media only screen and (min-width: 569px) and (max-width: 640px), (min-device-width: 569px) and (max-device-width: 640px) and (orientation:landscape) {
	#our-room-gallery .gallery-name h4 {
		font-size: 1.4em;
	}
		#our-room-gallery .grid-layout:after,
	#demo-services .grid-layout:after {
		clear: inherit;
	}
	div.grid-layout3 div.grid-col {
		width: 48%;
	}
	#our-room-gallery div.grid-layout div.grid-col div.grid-col_inner {
		margin: 25px 17px !important;
	}
}


@media only screen and (max-width: 960px),
(max-device-width: 960px) {
	.about-sky {
		padding: 100px 0;
	}
	.about-sky h1 {
		font-size: 3em;
	}
}