/*
Colours:
Orange: #ed7f22
Light Grey: #e6e7e8
Grey: #808285
Black (text)
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'brandon-grotesque', sans-serif;
    color: #000;
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 18px;
    text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
}
.button-close {
  top: -44px;
  right: -44px;
  font-size: 22px;
  color: rgba(255,255,255,0.8);
}

.mobi-header {
    display: none;
}

.header {
    margin-top: 2%;
    position: relative;
    min-height: 50vh;
    overflow:hidden;
}

.header .col-md-9 {
    padding-right: 0;
}

.header-img {
    padding-top: 5%;
    padding-left: 5%;
    background-color: #e6e7e8;
    float: right;
    width: 100%;
    height: 78vh;
}
.ms-slide-bgcont img{
    width: 1342px;
    height: 831.875px!important;
    margin-top: -42px;
    margin-left: 0px;
}
.ms-slide-bgcont{
    height: 1560px!important;
}

.ms-view.ms-fade-view.ms-grab-cursor {
    height: 1073px;
}
.slider-img {
    width: 1343px!important;
    margin-top:-152px!important;
    margin-left: -0.5px!important;
}
.side-menu {
    background-color: #fff;
    width: 100%;
    /*padding-left: 100px;*/
    position: absolute;
    top: 20vh;
    left: 18%;
    z-index: 9999;
    min-height: 80vh;
    text-align: center;
}
.side-menu .logo {
    border-bottom: 2px solid #ed7f22;
    padding-bottom: 20px;
}

.side-menu .logo img {
    width: 60%;
}
.menu-links a {
    color: #000;
    font-weight: 600;
}

.menu-links ul {
    list-style-type: none;
    text-align: center;
    padding-left: 100px;
}

.menu-links li {
    margin: 40px;
    border: 1px solid #000;
    padding: 10px 30px;
    width: 200px;
}

.about {
    text-align: right;
    padding: 0px 40px;
}

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

.about .col-md-9 {
    padding-left: 0;
    border-left: 2px solid #000;
    padding-left:60px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.about-heading {
    height: 120px;
    position: relative;
}

.about h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    float: right;
    margin-top: 30px;
    line-height: 30px;
}

.about #quote1 {
    width: 6%;
    position: absolute;
    top: 10%;
    left: 56%;
}

.about #quote2 {
    width: 6%;
    position: absolute;
    top: 50%;
    right:0;
}

.features {
    background-color: #808285;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
}

#features-img {
    margin-top: -190px;
    background-color: #fff;
    padding-top: 100px;
    min-height: 70vh;
    height: auto;
}
.features h2 {
    border: 2px solid #fff;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 40px;
}

.features-icon-div {
    width: 29%;
    float: left;
    margin: 0 10px 40px 10px;
}

.features-icon-div.two {
	margin-left: 100px;
}

.features-icon-div p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px
}

.features-icon-div img {
    width: 30%;
    margin-bottom: 20px;
}
.galleryslider {
    position:relative;
}
.gallery {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.gallery h2 {
    border: 2px solid #000;
    padding: 20px 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 40px;
}
.image-wrapper {
    position:relative;
}

.img-overlay {
    background-color: rgba(128, 130, 133, 0.6);
    position: absolute;
    text-align: center;
    padding-top: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.image-wrapper:hover .img-overlay {
    opacity: 1;
}

.img-overlay a {
    border: 2px solid #fff;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.lrg-img {
    width: 44%;
    float: left;
}

.lrg-img .img-overlay {
    padding-top: 60%;
}

.sml-imgs {
    width: 27.5%;
    float: left;
}

.gallery-imgs {
    margin-top: 40px;
}

.mobi-rates {
    display: none;
}

.rates-heading, .rates {
    margin-top: 60px;
}

.rates {
    text-align: left;
}

.rates span {
    padding-left: 53px;
}

.contact {
    background-color: #808285;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.contact h2 {
    border: 2px solid #fff;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 40px;
}

#contact-form {
    text-align: left;
}

#map {
    width: 100%;
    height: 420px;
}

#map .gm-ui-hover-effect img {
    width: 25px!important;
    height: 25px!important;
    margin: 10px 0px!important;
}

#map .gm-ui-hover-effect {
    opacity: 1;
}

#bodyContent {
    padding: 15px;
    max-width: 300px;
}

#bodyContent img {
    width: 60%;
    margin-bottom: 20px;
}

#bodyContent a {
    color: #000;
}

input {
    width: 70%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
     -webkit-border: none;
}

label  {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    vertical-align: top;
}

textarea {
    width: 70%;
    height: 100px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    -webkit-border: none;
}

.btn-primary {
    background-color: #ed7f22;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    width: 150px;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    margin-left: 36%;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active  {
    background-color: #ed7f22!important;
    border: none;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
	position: relative;
	top: 0;
	left: 0;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #2caf1a;
	color: #fff;
	display: none;
	position: relative;
	top: 0;
	left: 0;
}

#email2 {
	display: none;
}

.back-to-top-btn {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

a.back-to-top{
    padding: 15px;
    padding-left: 20px;
    margin-right: 20px;
    z-index: 9999;
    font-weight: 700;
    color: #808285;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.back-to-top i {
    color: #ed7f22;
    border: 2px solid #ed7f22;
    font-size:25px;
    vertical-align: middle;
    padding: 12px 17px;
    width: auto;
    text-align: center;
    margin-left: 20px;
}

.footer-gallery {
    padding-top: 40px;
}

.footer-gallery .img-overlay p {
    border: 2px solid #fff;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.tns-controls span {
    color: #ed7f22;
    font-size:45px;
    font-weight:500;
}
.back-to-top-btn i:before {
    content: "\f077";
    font-weight: 600;
}
.tns-outer {
    position: relative;
}
[data-controls] {
    border: 0;
    padding: 0;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 1;
    background: transparent;
}
[data-controls="prev"] {
    left: -55px;
}
[data-controls="next"] {
    right: -55px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-next-icon i {
    color: #ed7f22;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    bottom: -226px;
    right: 116px;
}
.carousel-control-prev-icon i {
    background-image: none;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    bottom: -226px;
    left: 116px;
    color: #ed7f22;
}
.footer {
    background-color: #808285;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo-div {
    text-align: center;
}

.logo-div h2 {
    border: 2px solid #fff;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.logo-div img {
    width: 60%;
}

.contact-details .col-md-12 {
    padding-left: 0;
}

.contact-details img {
    width: 4%;
    display: inline-block;
    margin-right: 20px;
}

.contact-details p {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.contact-details p>strong {
    display: block!important;
    font-size: 25px;
    margin-top: 20px;
}

.contact-details a {
    color: #fff;
    font-size: 18px;
    margin-right: 40px;
}
a .email {
    font-size:15px;
}
.footer-contact-details img {
    width: 9%!important;
    display: inline-block;
    margin-right: 10px;
}

.footer-contact-details .col-md-5 {
    padding: 0;
}

.footer-contact-details span {
    padding-left: 41px;
}

.footer-lower {
    background-color: #595b5d;
    padding-top: 20px;
    padding-bottom:20px;
    text-align: center;
}

.footer-lower p, .footer-lower a {
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;

}