/* FONT
==================================================================*/
/*
@font-face {
    font-family: 'theo';
    src: url('../fonts/theo-webfont.eot');
    src: url('../fonts/theo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theo-webfont.woff2') format('woff2'),
         url('../fonts/theo-webfont.woff') format('woff'),
         url('../fonts/theo-webfont.ttf') format('truetype'),
         url('../fonts/theo-webfont.svg#theo') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


/* GLOBAL STYLES
==================================================================*/

body {
	overflow-x: hidden;
	font-size: 1.6em;
}

img.logo {
	height: 70px;
	width: 144px;
}

img.logo-intro {
	margin: 0 auto;
}

h2 {
	font-weight: bold;
	font-size: 3em;
}

h3 {
	/*font-size: 2.5em;*/
	font-size: 1.8em;
	font-weight: bold;
}

h4,h5,h6 {
	color: #222;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
}

h5,h6 {
	letter-spacing: 0.1em;
	margin: 1em 0 3em;
}

a,
a i,
button {
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 1em;
}

hr {
	border-top: 3px solid #eee;
	margin: 30px 0;
}

.passwordFix {
	line-height: 2em !important;
	height: 2em !important;
	margin-bottom: 10px;
}

.img-center {
	margin: 0 auto;
}

/* ROWS
==================================================================*/

section {
	display: block;
	padding: 40px 0 0 0;
}

.opacity-visible .row {
	opacity: 1 !important;
}

.pad-top-section {
	padding-top: 120px !important;
}
.pad-top-section2 {
	padding-top: 30px !important;
}
.pad-bot-section {
	padding-bottom: 60px !important;
}
.pad-bottom-link {
	padding-bottom: 40px !important;
}

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row {
	opacity: 0;
	position: relative;
}

.no-fade,
footer .row {
	opacity: 1;
}

.btn-lg {
	border-width: 2px;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 15px 30px;
}

/* NAV
==================================================================*/

.navbar {
	background: #fff;
	font-family: "Raleway", Arial, sans-serif;
}

.nav > li > a {
	/*color: #f68f3a !important;*/
	color: #8e44ad !important;
	font-weight: bold;
	font-size: 1.05em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 25px;
}

.nav-tabs > li > a {
	font-size: 0.8em !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	/*background-color: #f8bc3a !important;*/
	background-color: #8e44ad !important;
	border-radius: 10px;
	color: #fff !important;
}

.dropdown-menu {
	border: 0;
}

/* BANNER
==================================================================*/

.tint {
	/*background: url(../images/background.png) #8e44ad; */
	background: #842bab;
	/*background: linear-gradient(90deg, rgba(132, 43, 171, 1) 0%, rgba(179, 83, 219, 1) 50%, rgba(161, 56, 171, 1) 100%);*/
	background: radial-gradient(circle,rgba(161, 56, 171, 1) 0%, rgba(179, 83, 219, 1) 50%, rgba(132, 43, 171, 1) 100%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 35%;
	width: 100%;
	-webkit-transform: translateY(-33%);
	-moz-transform: translateY(-33%);
	-ms-transform: translateY(-33%);
	-o-transform: translateY(-33%);
	transform: translateY(-33%);
	font-family: "Raleway", Arial, sans-serif;
}

.welcome h1 {
	color: #fff;
	margin: 0 30px;
}

.welcome p {
	font-size: 24px;
	font-weight: 300;
	margin: 1em 30px;
	text-transform: uppercase;
}

.welcome i {
	font-size: 60px;
}

.welcome .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.welcome .container div{
	padding: 0 !important;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.img-center {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.price-strong {
	color: #8e44ad;
	font-weight: bold;
}
.price-strong-black {
	color: #333333;
	font-weight: bold;
}
.price-small {
	font-weight: normal;
	font-size: 0.8em;
}
.price-small-color {
	color: #8e44ad;
	font-weight: normal;
	font-size: 0.8em;
}
.text-green {
	color: #27ae60 !important;
}
.text-green a {
	color: #27ae60;
	text-decoration: none;
}
.text-green a:hover {
	color: #222222;
}
a:link.arrow-down, a:active.arrow-down, a:visited.arrow-down  {
	color: #fff;
	decoration: none;
}

a:hover.arrow-down {
	color: #3a3a3a !important;
	decoration: none;
}

/* BACKGROUNDS
==================================================================*/

.background-turquoise {
  background-color: #16a085;
  padding-bottom: 30px;
}

.background-orange {
	background-color: #e67e22;
	padding-bottom: 30px;
}

.background-blue {
	background-color: #2980b9;
	padding-bottom: 30px;
	background-position: top center !important;
	background-size: auto auto !important;
	background-repeat: repeat !important;
}

.background-green {
	background-color: #27ae60;
	padding-bottom: 30px;
}

.background-purple {
	background-color: #8e44ad;
	padding-bottom: 50px;
}

.background,
.background h2,
.background h3 {
	color: #fff;
}

.background-image {
	background-image: url(../images/background-light.png);
	background-position: top center;
	background-size: auto auto;
	background-repeat: repeat;
}

.btn-purple {
	border-color: #8e44ad;
	color: #8e44ad;
}
.btn-purple:hover {
	border-color: #222;
	color: #222;
}

.btn-bg-red {
	border-color: #e75d5d !important;
	background: #e75d5d !important;
	color: #ffffff;
}

.btn-red:hover {
	border-color: #222;
	color: #222;
}

.btn-transparent {
	border-color: #fff;
	color: #fff;
}

.btn-transparent:hover {
	border-color: #222;
	color: #222;
}

/* ROOMS
==================================================================*/

#rooms{
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
	background: #fff;
}

#rooms h3, .infobox h3 {
	/* font-family: 'Theo',Georgia,Times,sans-serif; */
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 900;
	/*color: #e75d5d;*/
	color: #8e44ad;
	font-size: 2.5em;
}

#rooms .box, .infobox .box {
	color: #666;
	font-size: 16px;
	padding: 20px 15px 15px;
	position: relative;
}

#rooms .arrow, .infobox .arrow {
	bottom: -15px;
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rooms .icon, .infobox .icon {
	height: 120px;
	left: 50%;
	margin-left: -60px;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 120px;
}

#rooms .icon img, .infobox img {
	margin-top: 8px;
}

#rooms .fa, .infobox .fa {
	/*color: #e75d5d !important;*/
	color: #8e44ad !important;
}

#rooms .inline-fix, .infobox .inline-fix {
	display: inline-block !important;		
}

/* TABS
==================================================================*/

.nav-tabs {
	border: 0;
}

.nav-tabs > li {
	float: none;
	display: inline-block;
	border: 1px solid #8e44ad;
	border-radius: 5px;
	margin: 0.5em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid #8e44ad;
	background: #8e44ad;
	color: #fff !important;
}

.nav-tabs > li > a {
	font-weight: normal;
	margin: 0 !important;
}

.tab-content > .tab-pane {
	padding: 30px 0;
}

/* GALLERY
==================================================================*/

.gallery {
	display: table;
	list-style: none;
	padding: 20px 0;
}

.gallery li {
	overflow: hidden;
	padding: 0;
	position: relative;
	float: left;
}

.gallery-clear {
	clear: both !important;
}

.gallery img {
	width: 100%;
}

.gallery div {
	background: rgba(0,0,0,0.3);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.gallery i {
	left: 50%;
	margin: -21px 0 0 -17px;
	position: absolute;
	top: 50%;
}

.gallery a,
.gallery a:hover {
	color: #fff;
}

.gallery .img-responsive {
	padding: 5px;
}

/* PRICE TABLES
==================================================================*/

.price-table {
	list-style: none;
	padding: 0;
}

.price-table li {
	background: #fff;
	border-bottom: 1px solid #ddd;
	color: #888;
	padding: 15px 30px;
}

.price-table .title,
.price-table .price {
	background: #222;
	border: 0;
	color: #fff;
	font-weight: 800;
	padding-bottom: 0;
}

.price-table .price {
	font-size: 2.769em;
	padding-top: 0;
}

.price-table .period {
	background: #222;
	border: 0;
	padding-top: 0;
}

.price-table .btn-lg {
	background: #2980b9 !important;
	border: 0;
}

.start-time {
	border: 4px solid #fff !important;
	/* width: auto; */
	display: inline-block;
	padding: 0.5em;
	margin-bottom: 2em;
}

.notes {
	font-weight: bold;
	border: 2px solid #16a085;
	color: #16a085;
	width: auto;
	display: inline-block;
	padding: 0.5em;
	margin-top: 2em;
	margin-bottom: 2em;
}

#map-canvas {
	height: 300px;
}

/* BLOG
==================================================================*/

header {
	margin-top: 90px;
}

header h1 {
	color: #fff;
	font-size: 36px;
	margin: 1em 0;
}

.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.entry-title {
	color: #222;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}

.entry-meta {
	color: #bbb;
	padding-bottom: 30px;
}

.entry-meta span {
	padding-right: 15px;
}

.entry-meta i {
	padding-right: 5px;
}

.entry-content {
	margin-top: 10px;
}

.carousel-control i {
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

img.pull-left {
	margin: 5px 15px 15px 0;
}

img.pull-right {
	margin: 5px 0 15px 15px;
}

/* SIDEBAR
==================================================================*/

aside h5 {
	color: #ffffff;
	letter-spacing: normal;
	margin: 0 0 1em;
}

aside h5 i {
	margin-right: 10px;
}

aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside a {
	border-top: 1px solid #eee;
	color: #888;
	display: block;
	padding: 10px 25px;
	position: relative;
}

aside a:hover {
	background: #f8f8f8;
	color: #222;
}

aside a i {
	position: absolute;
	right: 25px;
	top: 13px;
}

aside a:hover i {
	right: 15px;
}

/* COMMENTS
==================================================================*/

.comments h3 {
	margin-bottom: 30px;
}

.comments h5 {
	letter-spacing: normal;
}

.media, .media .media {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}

/* FOOTER
==================================================================*/

footer {
	background: #222;
	padding: 30px 0;
}

footer p a {
	color: #fff !important;
}

footer p a:hover {
	color: #ccc !important;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	color: #ccc !important;
}

footer ul {
	list-style: none;
	padding: 1em 0 0 0;
}

footer li {
	display: inline-block;
	padding: 0 10px;
}

/* CARD
==================================================================*/

.login-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 10000;
}

.login-box .container {
	position: relative;
	top: 25%;
}

.btn-purple {
	background-color: #8e44ad !important;
	border-color: #8e44ad !important;
	color: #ffffff !important;
}

.download {
	font-weight: bold;
	margin-top:0.5em;
	font-size: 1.5em;
	color: #8e44ad;
}

.img-card {
	box-shadow: 5px 5px 10px #999999
}

/* MODS 2020
	==================================================================*/

.p-font {
	color: #ffffff;
	/*font-family: 'Theo',Georgia,Times,sans-serif;*/
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 900;
	font-size: 2.8em;
}
.p-font-dark {
	color: #666666;
	/*font-family: 'Theo',Georgia,Times,sans-serif;*/
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 900;
	font-size: 2.8em;
}

/* WHATSAPP
	==================================================================*/
.whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:1000;
}

a.whatsapp-float, a:link.whatsapp-float, a:hover.whatsapp-float  {
	color: #ffffff !important;
}

.my-whatsapp-float{
	margin-top:16px;
}

/* MEDIUM STYLES
==================================================================*/

@media (max-width: 1280px) {
	
	.pad-top-section {
		padding-top: 100px !important;
	}
	.pad-top-section2 {
		padding-top: 30px !important;
	}
	.pad-bot-section {
		padding-bottom: 30px !important;
	}

	.background-red,
	.background-orange,
	.background-blue,
	.background-green ,
	.background-purple {
		padding-bottom: 20px;
	}

	img.logo {
	height: 50px;
	width: 103px;
	}

	.nav > li > a {
		font-size: 0.8em;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 25px;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		border-radius: 5px;
	}

	/* WELCOME
	==================================================================*/

	.welcome {
		top: 30%;
		translateY(0%);
	}

	/* ROOMS
	==================================================================*/

	#rooms .fa-4x, .infobox .fa-4x {
		font-size: 2.5em;
	}

}

/* MOBILE STYLES
==================================================================*/

@media (max-width: 767px) {

	.pad-top-section {
		padding-top: 60px !important;
	}
	.pad-top-section2 {
		padding-top: 30px !important;
	}
	.pad-bot-section {
		padding-bottom: 30px !important;
	}

	.background-red,
	.background-orange,
	.background-blue,
	.background-green ,
	.background-purple {
		padding-bottom: 20px;
	}

	/* NAV
	==================================================================*/

	img.logo {
		height: 50px;
		width: 103px;
	}

	.navbar {
		min-height:50px !important;
	}


	.nav > li > a {
		font-size: 0.8em;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 0;
	}

	.navbar-brand {
		padding-bottom: 5px;
    	padding-top: 5px;
	}

	.navbar-toggle {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		border-radius: 5px;
	}

	.dropdown-menu {
		border: 0;
	}

	/* WELCOME
	==================================================================*/

	.welcome {
		top: 50%;
		translateY(0%);
	}

	.welcome h1 {
		font-size: 36px;
	}

	.welcome p {
		font-size: 18px;
	}

	h2 {
	font-size: 2em;
	}

	/* ROOMS
	==================================================================*/

	#rooms, .infobox {
		bottom: auto;
		position: relative;
	}

	#rooms .col-sm-4, .infobox .col-sm-4 {
		padding: 0;
	}

	#rooms .icon, .infobox .icon {
		top: 30px;
	}

	#rooms .arrow, .infobox .arrow {
		display: none;
	}
}