/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.2.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

body#hotel {
	font-size: 16px;
}

#socialll {
	position:fixed;
	right:0;
	width: 50px;
	z-index:99999;
	top: 300px;
}
#socialll a {
	color: #FFF;
	font-size:2em;
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	transition:all 0.5s;
}
#socialll a:hover {
	transform: scale(0.85);
}
#socialll a.fb {
	background-color: #005c80;
}
#socialll a.ta {
	background-color: #00A680;
}
#socialll a.wp {
	background-color: #00E676;
}
#socialll a.ig {
	background-color: #000;
}
#socialll a.co {
	background-color: #c21c27;
}

.header-top-center img {
  width: 30px;
}

.header-top-center img {
  width: 30px;
  display: inline;
}

.navbar-nav {
  float:right;
}

.overlay-container .text {
    padding: 10px 20px 0;
}

.banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
	padding-top: 150px;
	padding-bottom: 150px;
}

#checkform {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
}
#checkform h1 {
  color: #FFF;
}
.parallax {
	background-size:cover;	
}
.testimonial-body p, .testimonial h3, .testimonial-body .testimonial-info-1, .testimonial-body blockquote::after {
	color: #fff !important;
}

.TA_excellent > div {
	margin:0 auto !important;
}
.form-group {
	text-align:left;	
}

option {
	background-color: #006D52 !important;
}

.datepicker-days {
	padding: 0 10px;
}

@media (min-width: 992px) {
	.banner {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
}