/* Colours
Background Colour:
White

Text Colour:
#5A5A5C (Darkish Grey)

Primary Colour: 
#5A5A5C (Darkish Grey)

#d0a237 - logo
*/

@font-face {
    font-family: myFirstFont;
    src: url(/includes/fonts/solosans-regular-webfont.ttf);
}

body {
    margin: 0;
    padding:0;
    /*font-family: 'Lora', serif;*/
    font-family: 'myFirstFont';
    color: #5A5A5C;
}

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

p, ul{
    font-size: 14px;
    line-height: 26px;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
}

input:focus { 
    outline: none;
}

/* .logo{
	width:100%;
} */

.btn-primary{
    color: #FFFFFF;
    background-color: #5A5A5C;
    text-transform: uppercase;
    border: none;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 72px;
    border-radius: 0;
}

/* Index Page*/

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.main-content .row {
    margin-right: 0;
    margin-left: 0;
}

.main-content .col-md-8 {
    padding-right: 0;
    padding-left: 0;
}

.main-content .col-md-4 {
    text-align: center;
    padding-top: 10px;
}

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

.main-content .col-md-4 img {
    width: 40%;
	margin-bottom: 20px;
}

.main-content h3 {
    text-transform: uppercase;
	margin-top: 0px;
}

.line {
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #808080;
    border-bottom-width: medium;
    width: 29%;
    margin-left: 35%;
}

.main-content .col-md-4 h2 {
	text-transform: uppercase;
    color: #d0a237;
    font-size: 30px;
    margin: 10px 0 20px;
    font-weight: bold;
}

.main-content h4 {
    /*font-weight: bold;*/
    color: #000000;
}

.main-content span {
    text-transform: uppercase;
}

/* Slider 1*/

.slide-wrapper {
/*     background: url("http://54.68.45.45/sites/default/files/mountains.jpg") no-repeat center center transparent;
    background-size: cover; */
    font-family: sans-serif;
    position: relative;
    margin-bottom: 25px;
}

.slide-wrapper::before {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
}

.slide-wrapper::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
}

.slide-wrapper .slide-text {
    bottom: 60px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    left: 0;
    line-height: 2.8rem;
    padding: 0 8rem;
    position: absolute;
    transition: top 0.35s ease 0s;
    width: 100%;
    z-index: 2;
}

.slide-wrapper .slide-text .slide-heading {
    font-family: 'Lora', serif;
    font-weight: bold;
}

.slide-heading h1 {
    font-weight: bold;
    font-size: 46px;
}

.slide-wrapper .slide-text .slide-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease 0s;
}

.slide-wrapper .slide-text h2 {
    color: #fff;
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin: 0 0 10px;
    padding: 3px 0 0 0;
    text-transform: none;
}

.slide-wrapper .slide-text p:last-child {
    margin-bottom: 0;
}
.slide-wrapper .slide-text a {
    color: #fff;
}

.slide-wrapper .slide-text a.button {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1.7rem;
    letter-spacing: 1px;
    padding: 0.8rem 2.3rem;
    text-decoration: none;
}

.slide-wrapper .slide-text a.button:active, .slide-wrapper .slide-text a.button:focus, .slide-wrapper .slide-text a.button:hover {
    color: #ff3233;
}
.slide-wrapper:hover::after {
    opacity: 1;
}
.slide-wrapper:hover .slide-body {
    max-height: 660px;
    opacity: 1;
}

/* ------------------------------------------------------------------------- */

/* Slider 2*/

.slide-wrapper2 {
/*     background: url("http://54.68.45.45/sites/default/files/mountains.jpg") no-repeat center center transparent;
    background-size: cover; */
    font-family: sans-serif;
    position: relative;
    margin-bottom: 25px;
}

.slide-wrapper2::before {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
}

.slide-wrapper2::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
}

.slide-wrapper2 .slide-text2 {
    bottom: 60px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    left: 0;
    line-height: 2.8rem;
    padding: 0 8rem;
    position: absolute;
    transition: top 0.35s ease 0s;
    width: 100%;
    z-index: 2;
}

.slide-wrapper2 .slide-text2 .slide-heading2 {
    font-family: 'Lora', serif;
    font-weight: bold;
}

.slide-heading2 h1 {
    font-weight: bold;
    font-size: 46px;
}

.slide-wrapper2 .slide-text2 .slide-body2 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease 0s;
}

.slide-wrapper2 .slide-text2 h2 {
    color: #fff;
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin: 0 0 10px;
    padding: 3px 0 0 0;
    text-transform: none;
}

.slide-wrapper2 .slide-text2 p:last-child {
    margin-bottom: 0;
}
.slide-wrapper2 .slide-text2 a {
    color: #fff;
}

.slide-wrapper2 .slide-text2 a.button {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1.7rem;
    letter-spacing: 1px;
    padding: 0.8rem 2.3rem;
    text-decoration: none;
}

.slide-wrapper2 .slide-text2 a.button:active, .slide-wrapper2 .slide-text2 a.button:focus, .slide-wrapper2 .slide-text2 a.button:hover {
    color: #ff3233;
}
.slide-wrapper2:hover::after {
    opacity: 1;
}
.slide-wrapper2:hover .slide-body2 {
    max-height: 660px;
    opacity: 1;
}

.desktop-laptop-h2{
	display: block;
	font-family: 'Lora', serif;
    font-weight: bold;
	font-size: 46px;
}

.tablet-mobile-h2 {
	display: none;
	font-family: 'Lora', serif;
    font-weight: bold;
	font-size: 46px;
}

.desktop-laptop-p{
	display: block;
}

.tablet-mobile-p{
	display: none;
}

#desktop-laptop-images {
	display: block;
}

#tablet-mobile-images {
	display: none;
}

/* ------------------------------------------------------------------------- */

.fixed-content {
    position: fixed;
	width:31%;
	height:98vh;
}

.fixed-footer{
	position:relative;
}

.fixed-footer h4{
	font-size:13px;
}

.fbook-icon{
	font-size:30px;
	color:#1A76F5;
	outline:0;
}

#map{
	width:inherit;
	height:inherit;
}

.mobile-map{
	height:615px;
	width:100%;
}

.mobile-crt{
	display:none;
	position:relative;
}

.not-mobile-crt{
	bottom:0;
	position: relative;
    margin-top: 10px;
}

h4{
	margin:0 0 10px;
}