* {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

#sitemap {
    background: #292929;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sitemap p {
    color: #ffffff; 
    font-size: 13px;
	margin: 0px;
	padding-right: 20px;
}

#sitemap a {
    color: #ffffff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

#sitemap a:hover {
    color: #ead638;
    text-decoration: none;
}

#sitemap i {
    color: #ffffff;
}

#sitemap #social i {
    margin-left: 10px;
}

.navbar {
    padding: 0px;
    background: #ffffff;
    padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.navbar-brand {
    padding: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.navbar-brand:hover {
    opacity: 0.7;
}

.nav-link {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
	margin-left: 10px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

.nav-link:hover,
.nav-item .active {
	color: #ffffff;
	background: #ead638;
}

#strap {
    background: #292929;
    padding-top: 30px;
    padding-bottom: 30px;
}

#strap h1 {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0px;
}

#strap h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0px;
}

#strap a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    background: #ead638;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    border: 1px solid #ead638;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;
}

#strap a:hover {
    background: #ffffff;
    color: #ead638; 
    text-decoration: none;
    cursor: pointer;
}

#usp
{
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

#usp .col-md-4 h3 {
	color: #161616;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
}

#usp .col-md-4 p {
	color: #161616;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 20px;
	line-height: 17px;
	margin-bottom: 0px;
}

#usp .col-md-4 .fa-phone {
	font-size: 66px;
	color: #ffffff;
	border-radius: 100%;
	background: #ead638;
	padding: 35px 35px 35px 40px;
	margin-bottom: 20px;
}

#usp .col-md-4 .fa-cog {
	font-size: 66px;
	color: #ffffff;
	border-radius: 100%;
	background: #ead638;
	padding: 35px 35px 35px 35px;
	margin-bottom: 20px;
}

#usp .col-md-4 .fa-clock-o {
	font-size: 66px;
	color: #ffffff;
	border-radius: 100%;
	background: #ead638;
	padding: 35px 35px 35px 35px;
	margin-bottom: 20px;
}

#content {
	padding-top: 50px;
	padding-bottom: 50px;
}

#content h1 {
	color: #505050;
	font-size: 33px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 700;
}

#content h2 {
	color: #797979;
	font-size: 27px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 600;
	padding-bottom: 30px;
}

#content p {
	color: #121212;
	font-size: 14px;
}

#content p:last-child {margin: 0px;}

#content .col-md-4 p {
	font-size: 14px;
}

#content .col-md-4 p span {
	font-weight: 600;
	color: #505050;
	margin-right: 5px;
}

#content .col-md-4 ul li {
	font-size: 18px;
}

#content .fa-star {
	color: #ffd700;
}
#content .col-md-4 i {
	color: #ead638;
}

#content .col-md-4 a {
	color: #282828;
}

#content ul li {
	list-style-position: inside;
	list-style-type: square;
}

.testimonials {
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 10px;
}

.owl-carousel div {
    background: #000000;
}

.owl-carousel img {
    opacity: 0.7;
    transition: 0.4s;
}

.owl-carousel img:hover {
    opacity: 1;
}

.owl-dots {
	display: none;
}

#map iframe {
    width: 100%;
    height: 450px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
    background: #121212;
    font-size: 14px;
}

#footer p {
	color: #ffffff;
	margin: 0px;
	font-size: 13px;
}

#footer a {
	color: #ffffff;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;
}

#footer a:hover {
	color: #ead638;
	text-decoration: none;
}

#footer .top {
	color: #262626;
	padding: 10px 15px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.50);
	float: right;
	cursor: pointer;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s  ease-in-out;
    -o-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
}

#footer .top:hover {
	color: #f2f2f2;
	background-color: #ead638;
}

/*Form*/

form#form input[type=text] {
    width: 100%;
    padding: 10px;
}

#form .hr {
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    margin-top: 25px;
    margin-bottom: 10px;
}

#form textarea {
    width: 100%;
    padding: 10px;
    resize: none;
}

#form input[type=radio] {
    font-size: 14px;
}

#dbs {
    padding-top: 15px;
}

#form input[type=submit] {
    display: inline-block;
	color: #ffffff;
    background: #505050;
    border-color: #505050;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-top: 15px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

#form input[type=submit]:hover {
    background: #ffffff !important;
    color: #505050;
}

form #website {
    display: none;
}

form#booking-form input[type=text]
{
	width: 100%;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}

form#booking-form select
{
	width: 100%;	
	margin-bottom: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
}

form#booking-form textarea
{
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	resize: none;	
}

form#booking-form input[type=submit] {
	background: #ffffff;
	height: 40px !important;
	margin: 15px 0px;
	padding: 0px 20px;
	line-height: 40px !important;
	color: #ead638 !important;
	border: none;	
	height: 40px;
	display: block;
    float: left;
    border: 1px solid #ead638;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

form#booking-form input[type=submit]:hover {
	background: #ead638 !important;	
    color: #ffffff !important;
    border-color: #ead638;
    cursor: pointer;
}

.error, .red
{
	color: #ff0000;
	float: none;
	text-align: center;
	margin: 0px auto;
}

.green
{
	color: #3cff00;
	float: none;
	text-align: center;
	margin: 0px auto;
}

.modal-header {
	background: #ead638;
	color: #ffffff;	
}

.modal-footer {
	background: #292929;
	color: #ffffff;	
}

.modal-footer .btn {
	background: #ead638;
	color: #ffffff !important;	
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

.modal-footer .btn:hover {
	background: #ffffff !important;	
	color: #ead638 !important;
}

@media screen and (max-width: 990px){ 
	#sitemap {text-align: center !important;}
	#sitemap p {display: inline !important;}
    #sitemap .text-right {text-align: center !important;}
	.navbar-brand {margin-left: 10px;}
	.fa-bars {margin-top: 5px;}
	.nav-link {margin-left: 0px;}
	.navbar-collapse {margin-top: 20px;}
}