/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
#header .bottom-header span.span-dot, #header .top-header .header-logo:hover {
    color: #ffa900;
}

h3 {
	font-family: 'Lato';
}

#header .section-description {
    font-size: 1.6em !important;
    text-shadow: 1px 1px 3px #666;
}

#header .top-header .header-logo {
    text-transform: uppercase;
	  font-size: 35px;
	  line-height: 1.2em;
}

#header .bottom-header h1 {
    line-height: 0.84;
    text-transform: uppercase;
}

#header .top-header .header-navigation ul li {
    margin-left: 40px;
    line-height: 1.375;
    font-weight: 700;
    font-size: 16px;
	text-transform: uppercase;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
	  width: 100%;
    line-height: 1.6;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

#header .bottom-header .header-button-two {
    background-color: #ffa900;
}

.services-button {
	width: auto;
	height: 63px;
	line-height: 57px;
	background: rgba(255, 169, 0, 0.1);
	margin: 0 15px;
	padding: 0 70px;
	display: inline-block;
	border: 3px solid #ffa900;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #ffa900;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.services-button:hover {
	text-decoration: none;
	background: rgba(255, 169, 0, 0.05);
}

#footer p.copyright {
	display: none;
}

#header .top-header .header-logo {
	font-weight: 800;
	text-transform: uppercase;
}

.book-now {
width: auto;
height: 63px;
line-height: 63px;
background: #ffa900;
margin: 0 15px;
padding: 0 70px;
display: inline-block;
border-radius: 3px;
font-weight: 700;
font-size: 18px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

a.book-now {
	text-decoration: none;
	color: #fff;
}

.book-now:hover {
	background: rgba(241, 210, 4, 0.9);
  text-decoration: none;
}

.front-page-section .section-header h3 {
	line-height: 0.8;
}

#services.front-page-section .section-content {
	font-weight: 500 !important;
}

#counter {
	min-height: 400px;
}

#contact-us, #contact-us h3, #contact-us p, #contact-us .section-description, #contact-us span, #contact-us span a, #contact-us i {
	color: #fff !important;
}

#contact-us .box-left {
	color: #444  !important;
}

#contact-us {
    width: 100%;
    background-color: #dda06f;
    padding: 40px 0 50px 0;
    text-align: center;
}

#static-page-content.front-page-section {
	padding-bottom: 0px;
}

.cdsROW.narrow {
	min-width: 148px;
}

.markup-format ul li {
	list-style-position: outside;
}

.markup-format a:not(.book-now), #static-page-content.front-page-section a {
	color: #ffa900;
	text-decoration: none;
	border-bottom: 4px solid rgba(255, 169, 0, 0.5);
	display: inline-block;
  line-height: 0.85;
	transition: border-bottom 0.2s;
}

.markup-format:not(.metaslider) a:hover:not(.book-now), #static-page-content.front-page-section a:hover {
	border-bottom: 2px solid rgba(255, 169, 0, 1);
}

.metaslider a {
	border-bottom: 0 !important;
}

#header .bottom-header p {
	font-size: 1.6em;
	text-shadow: 1px 1px 3px #666;
}

.markup-format h2 {
    line-height: 32px;
	font-size: 30px;
}

#footer {
  background-color: #f5f5f5;
	padding-bottom: 50px;
}

#footer .widget .widget-title h5 {
	color: #444 !important;
}

#footer .bottom-footer {
	display: none;
}

.mobile-social {
	display: none;	
}
	

@media only screen and (max-width: 992px) {
	.open-responsive-menu {
    padding: 13px 0;
	}
	.mobile-social {
		display: inline;
	}
}

@media (max-width: 480px) {
	#header .bottom-header h1 span {
		font-size: 60px;
	}
	#header .bottom-header h1 {
		font-size: 46px;
	}
}

#header .bottom-header .header-button-one {
	background: rgba(255, 255, 255, 0.4);
}

.fa-facebook, .fa-tripadvisor {
	font-size: 1em !important;
}

i.fa-facebook {
	color: #3b5998;
}

i.fa-tripadvisor {
	color: #589442;	
}

#CDSSCROLLINGRAVE.wide {
	width: 100% !important;
}