@font-face {
    font-family: 'FuturaMedium';
    src: url('/css/fonts/futura-medium-webfont.eot');
    src: url('/css/fonts/futura-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/futura-medium-webfont.woff') format('woff'),
         url('/css/fonts/futura-medium-webfont.ttf') format('truetype'),
         url('/css/fonts/futura-medium-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?4f1ei4');
  src:  url('fonts/icomoon.eot?4f1ei4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4f1ei4') format('truetype'),
    url('fonts/icomoon.woff?4f1ei4') format('woff'),
    url('fonts/icomoon.svg?4f1ei4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p a {
  color: #757575;
}

p a:hover {
  color: #e9048d;
}

.icon-clipboard:before {
  content: "\e904";
}
.icon-hands:before {
  content: "\e903";
}
.icon-book:before {
  content: "\e905";
}
.icon-briefcase:before {
  content: "\e900";
}
.icon-pig:before {
  content: "\e901";
}
.icon-Calendar:before {
  content: "\e902";
}
.icon-file-empty:before {
  content: "\e924";
}



body {
  font-family: 'Open Sans', sans-serif;
}

p {
	margin: 20px 0px;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 300;
}

img {
  max-width: 100%;
}

a, button {
  text-decoration: none !important;
  outline: none !important;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-family: 'FuturaMedium';
  letter-spacing: 3px;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  font-family: 'FuturaMedium';  
}

.topgap {
  height: 80px;
  width: 100%;
  display: block;
}

.navbar-inverse {
	background-color: rgba(0, 0, 0, 0.56);
	border: none;
	display: block;
	padding: 20px 0px;	 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.navbar-brand {
	margin-left: 0px !important;
}

.nav > li > a {
	padding: 15px 10px !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: #FFF !important;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #9d9d9d !important;
}

.side-tabs:hover {
  left: -30px !important;
}

.navbar-brand > img {
  max-width: 235px;
  margin-top: 3px;
  padding-bottom: 5px;
  border-bottom: 3px solid #e4208c !important;
}

.header-phone a{
	color: #e9048d !important;
}

.navbar ul {
  margin: 0px;
  padding: 0px;
}

.navbar ul li {
  display: inline-block;
  list-style:none;
}

.navbar-brand {
	padding: 0px !important;
}

.fixed-nav {
	padding: 15px 0px;
}

.content-section {
  padding: 50px 0px;
}

.topgap {
	height: 0px;
}

.hero {
	height: 600px;
	background-size: cover !important;
	background-position: center center;
	position: relative;
}

.subhero {
	height: 400px;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.hero-content {
	margin-top: 180px;
}

.hero h1 {
	color: #FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0, 1);
	border-bottom: 5px solid #e9048d;
	display: inline;
}

.hero-contact {
	position: absolute;
	bottom: 0px;	
	left: 50%;
	margin-left: -190px;
}

.hero-social {
	background-color: #e9048d;
	padding: 15px 30px;
	color: #FFF;
	float: left;
}

.hero-social a {
	color: #FFF;
  margin: 0px;
  padding: 0px;
  font-family: 'FuturaMedium';
  letter-spacing: 3px;
	font-weight: 500;
  line-height: 1.1;	
  font-size: 18px;
}

.social-facebook {
	background-color: #3c2231;
	float: left;
	padding: 6px;
	height: 51px;
	width: 60px;
	padding-top: 10px;
}

.social-facebook i {
	border: 2px solid #FFF;
	border-radius: 50%;
  height: 30px;
  width: 30px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 1.6em;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
}

.footertags a.footer-social:hover i{
	color: #3b5998;
	border: 2px solid #3b5998;
}

.info-section h2 {
	color: #e9048d;
	letter-spacing: 1.9px;
	font-size: 22px;
	margin-bottom: 50px !important;
}

.info-section p {
	line-height: 2.5em;
}

.btn-underline {
	color: #e9048d;
	background: none;
	border-bottom: 2px solid #e9048d;
	font-size: 18px;
	letter-spacing: 1.5px;
}

.btn-underline:hover {
	color: #e9048d;	
	border-bottom: 2px solid #e9048d;
}

.half-section {
	padding: 210px 0px;
	background-position: center center !important;
	background-size: cover !important;
}

.half-half .col-md-6 {
	padding: 0px !important;
}

.half-section h3 {
	color: #FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0,1);
	margin-bottom: 40px;
}

.btn-search {
	margin-top: 0px !important;
	padding: 9px 30px !important;
	margin-right: 23px;
}

.btn-primary, .btn-primary:focus {
	background-color: #757575;
	padding: 10px 30px;
  display: inline-block;
  margin-top: 10px;
	letter-spacing: 1.5px;
	font-family: 'FuturaMedium', sans-serif;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
}

.enquire-section p {
	color: #000;
	font-family: 'FuturaMedium', Sans-serif;
	margin: 10px 0px !important;
	letter-spacing: 1.5px;
}

#errorMessageDiv, #successMessageDiv {
	color: #000;
	font-family: 'FuturaMedium', Sans-serif;
	margin: 10px 0px !important;
	letter-spacing: 1.5px;	
}




.btn-primary:hover {
	background-color: #e9048d;
	color: #FFF;
}

.btn-secondary:hover {
	background-color: #FFF;
	color: #e9048d;
}

.btn-secondary {
	padding: 10px 30px;
	color: #FFF;
	background-color: #e9048d;
	letter-spacing: 1.5px;
	display: inline-block;
}

.review-section h3 {
	color: #e9048d;
	font-size: 22px;
}

.review-section p {
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
}

.stars-main {
	margin: auto;
	max-width: 650px;
	padding: 30px 0px 70px;
}

.review-wrap img{
	max-width: 96px;
	display: block !important;
	margin: auto !important;
	margin-top: 15px !important;
}

.review-wrap h4 {
	font-size: 15px;
	text-align: center;
}

.review-wrap p {
	font-size: 12px;
	font-weight: 400;
	line-height: 2.1em;
	text-align: left;
	margin-bottom: 50px;
}

.review-alt {
	margin-bottom: 0px !important;
}

.whatson-header{
	padding-bottom: 50px;
}

.whatson-section h4 {
	margin-bottom: 10px !important;
}

.whatson-section p {
	margin-top: 10px !important;
}

.icon-Calendar:before {
  content: "\e902";
  font-size: 50px;
  font-weight: 900;
  color: #000;
}

.event-wrap .col-md-4 {
	padding-right: 0px !important;
}

.event-wrap .col-md-8 {
	padding: 0px !important;
}

.footertags h5 {
	color: #e9048d;
	font-size: 20px;
}

.footertags {
	background-color: #f9f9f9;
	padding: 25px 0px 10px;
}

.footertags ul {
	list-style: none;
	font-size: 12px;
	margin: 20px 0px;
	padding-left: 0px;
}

.footertags a {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
	font-weight: 300;
	font-size: 15px;
}

.footer-frog a{
	color: #DA0492 !important;
}

.footer-social i {
	border: 2px solid #DE049A;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	color: #DE049A;
	line-height: 1.6em;
}

.footer-social {
	display: inline-block !important;
	margin: 20px 0px;
	margin-right: 10px;
}


.mobile-nav-wrap {
	display: none;
}

.mobile-nav {
	display: none !important;
}

.frogspark {
	font-style: italic !important;
}

.btn-underline {
	display: inline-block;
}

.type-section {
	background-color: #FFF;
}

.type-section img {
	max-width: 435px;
	margin: auto;
	display: block;
}

.advertising-wrap {
	margin-top: 90px;
}


.text-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.text-content {
	padding: 0px 50px;
}

.text-wrap h2 {
	font-size: 30px;
	color: #e9048d;
	letter-spacing: 1.9px;
}

.text-wrap p {
	font-size: 15px;
	line-height: 2em;
}

.half-row {
	margin: 0px !important;
}

.text-wrapalt {
	background-color: #FFF !important;
}

.advertiseimage-wrap {
	height: 550px;	
	background-position: center center !important;
	background-size: cover !important;	
}

.delivery-section {
	background-color: #F8F8F8 !important;
}

.delivery-section img {
	margin: 0px;
	max-width: 100%;
}

.deliver-wrap {
	padding: 50px !important;
	height: 572px;	
}

.delivery-section .col-md-6 {
	padding: 0px;
}

.subhero-content {
	padding-top: 214px;
}

.subhero-contact {
  top: 234px;
}

.subhero-content h1 {
	margin-top: 216px;
	color: #FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0, 1);
	border-bottom: 5px solid #e9048d;
	display: inline;	
}

.article-wrap {
	background-color:	#f0f0f0;
	padding: 10px 0px;
}

.title {
	color: #e9048d !important;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 18px !important;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1.5px;
}

.article-wrap p {
	color: #5C5C5C;
	font-size: 12px; 
	text-align: center;
	font-family: 'FuturaMedium', sans-serif;	
	margin: 10px 0px;	
}

.article-btn {
	background-color: #e9048d;
	color: #FFF;
	text-align: center;
	padding: 20px;
	display: block;
}

.article-btn:focus {
	background-color: #e9048d;
	color: #FFF;	
}

.articles {
	margin-top: 30px;
}

.article-content-wrap {
  background-color: #FFF;
  padding: 50px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8em;
  font-weight: 300;
	background-color: #f0f0f0;
	margin-top: 0px;
}

.article-content-wrap p {
	line-height: 1.6em;
}

.articles-alt img{
	width: 100%;
}

.articles-alt {
  margin: 15px 0px;
}

.single-article-section {
	padding: 100px 0px;
}

.single-article-content h1 {
	border-bottom: none;
	margin-top: 0px;
	display: block;
	width: 100%;
}

.single-article-content h2 {
	margin-top: 20px;
	color: #FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0, 1);
	border-bottom: 5px solid #e9048d;
	font-size: 18px;
	display: inline-block;
	padding-bottom: 5px;
}


.single-article-content {
	 padding-top: 210px;
}

.btn-more {
	margin-bottom: 100px;
}

.whatsonmain-section {
	margin-top: 0px !important;
}

.whatsonmain-section p {
	margin-bottom: 10px !important;
}

.business-section img {
	margin-top: 50px;
}

.business-section h2 {
	color: #383838;
	font-size: 22px;
	letter-spacing: 1.9px;
	margin-bottom: 10px;
}

.business-section h3 {
	font-size: 15px;
	letter-spacing: 1.9px;
	color: #000;
}

.business-section p {
	font-size: 14px;
	line-height: 2.5em;
}

.btn-business {
	margin-bottom: 40px;
}

.business-section {
	padding-bottom: 10px;
}

.circle-hero {
	height: 180px;
	width: 180px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	margin-top: 20px;
	color: #e9048d !important;
	font-size: 50px;
	font-weight: 800 !important;
	margin-top: 80px;
}

.circle-hero p {
	color: #e9048d;
	font-size: 20px;
	font-family: 'FuturaMedium', sans-serif;
	letter-spacing: 1px;
	margin-top: 35px;
	margin-bottom: 0px !important;
	line-height: 1.4em !important;
	margin-top: 61px;
}

.text-left ul li, .accordion-content ul li {
  line-height: 2.5em;
  font-size: 15px;
  font-weight: 300;
}

.icon-briefcase:before {
	font-weight: 800 !important;
}

.icon-pig:before {
	font-weight: 800 !important;
}

.whatson-section {
	z-index: 99999999999;
	background-color: #FFF !important;
	padding-top: 30px !important;
}

.circle-hero .icon-Calendar:before {
	color: #FFF !important;
	font-size: 40px;
}

.icon-file-empty:before {
	font-size: 40px;
}

.article-btn:hover {
	color: #FFF;
}

.table-1 {
	display: table;
	height: 376px;
}

.table-2 {
	display: table;
	height: 550px;
}

.table-3 {
	display: table;
	height: 412px;
}

.box3-section {
	padding-bottom: 0px;
	background-color: #F8F8F8;
}

.billboard {
	background-color: #FFF !important;
}

.enquire-control {
	border-radius: 0px;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	background-color: #FFF;
	border: none;
	font-family: 'FuturaMedium', sans-serif;
}

textarea.enquire-control {
    resize: none !important;
    height: 70px !important;
}

.select-wrap .select2-container {
	width: 100% !important;	
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: none !important;
  border-radius: 0px !important;
  cursor: text !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 4px 5px !important;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #FFF;
	font-family: 'FuturaMedium', sans-serif;
	color: #000 !important;
	letter-spacing: 1.5px;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #F3F3F3;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #e9048d transparent transparent transparent !important;
}



.select-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f9f9f9 !important; 
}

.select2-results {
	font-family: 'FuturaMedium', sans-serif !important;
}

.enquire-section {
	background-color: #eee;
}

.enquire-control:focus {
	box-shadow: none;
	border: 1px solid #cccccc;
}

.enquire-section {
	padding: 50px 0px;
}

.enquire-section h3 {
	color: #000;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-left: 15px;	
}

.enquire-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: #000 !important;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.enquire-control::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 1 !important;
}

.enquire-control:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 1 !important;
}

.enquire-control:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 1 !important;
}

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

.business-type {
	background-color: #d8d8d8;
	border-radius: 0px !important;
	color: #e9048d;
	margin-bottom: 50px;
	font-size: 14px !important;
	font-family: 'FuturaMedium', sans-serif;
}

.whatson-search {
	background-color: #F8F8F8;
  padding: 20px 0px;
}

.paralax-section {
	background-position: center center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	height: 200px;
}

.whatson-wrap .select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0px !important;
	box-shadow: none !important;
	background-color: #d8d8d8;
	border: none !important;
	outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #d8d8d8;
	color: #595959 !important; 
	line-height: 38px !important;
	font-family: 'FuturaMedium', sans-serif;
}

.select2-container .select2-selection--single {
	height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #e9048d;
	height: 38px !important;
  top: 0px !important;
  right: 0px !important;	
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #FFF transparent transparent transparent !important;
}

.select2-dropdown {
	border-radius: 0px !important;
	border: 1px solid #e9048d !important;
	outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #e9048d !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 4px 5px 4px;
}

/*
.business-search-wrap {
	margin-bottom: 30px;
}
*/

.date {
	height: 38px;
	background-color: #d8d8d8;
	border: none;
	color: #595959;
	padding-left: 10px;
	font-family: 'FuturaMedium', sans-serif;
}

.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #e9048d transparent !important;
}

.leaflet-wrap {
	padding: 0px 50px 50px !important;
}

.btn-mobile-fixed {
	display: none;
}

.business-input {	
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none !important;
  height: 38px;
  background-color: rgba(216, 216, 216, 1);
  font-family: 'FuturaMedium', sans-serif; 
  letter-spacing: 1.5px;
  font-size: 14px;
}

.side-tabs {
	background-color: #e9048d;
	left: -45px;
	top: 250px;
	height: 60px;
	width: 150px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	display: block;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	text-transform: capitalize;
	font-size: 16px;
	transform: rotate(90deg);;
}

.side-tabs:hover, .side-tabs:focus {
	color: #FFF !important;
}

.btn-event {
	margin-top: 0px;
	background-color: #e9048d !important;
	;
}

.enquire-rotate {
  -ms-transform:rotate(270deg); /* IE 9 */
  -moz-transform:rotate(270deg); /* Firefox */
  -webkit-transform:rotate(270deg); /* Safari and Chrome */
  -o-transform:rotate(270deg); /* Opera */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.accordion-content {
	padding: 40px 25px;
	background: #e5e5e5;
}

.accordion-btn.green {
  background: #e9048d;
}

.accordion-btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  padding: 15px 25px;
  color: #fff !important;
  background: #e9048d;
  font-size: 14px;
  font-family: 'FuturaMedium', sans-serif;
}

.text-wrap-alt {
	text-align: center;
	padding-top: 50px;
}

.advert-h2 {
	color: #e9048d;
	letter-spacing: 1.9px;
	font-size: 22px;
	margin-bottom: 50px !important;
	text-align: center;
}

.accordion-content.closed {
	display: none;
}

#datepicker, #datepicker2 {
	height: 38px;
	border: none;
	background-color: #d8d8d8;
  padding-left: 10px;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 14px;
  color: #595959;
}

#datepicker:focus {
	outline: none;
	box-shadow: none;
}

.hero-icons {
	max-width: 50px;
/* 	margin-top: -20px; */
}

.new-advert h2 {
  line-height: 1.6em;
  margin-bottom: 40px;
}

.new-advert {
  display: block !important;
  margin-bottom: 40px;
}

.accordion-content, .accordion-content .text-content {
  text-align: left !important;
}

.service-hero .col-md-3 {
  width: 20%;
}

.service-hero .circle-hero p {
  max-width: 65%;
  margin: auto;
  margin-top: 35px;
  font-size: 18px;
  margin-top: 61px;
}

.service-hero .col-md-3:nth-child(4) p {
  margin-top: 50px !important;
}

.service-content, .service-wrap {
  display: none;
}

.sidebar-link, .sidebar-link:focus, .sidebar-click-link, .sidebar-click-link:focus, .sidebar-alt-link, .sidebar-alt-link:focus {
  display: block;
  background-color: #e9048d;
  padding: 15px;
  color: #FFF !important;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.service-wrap h2 {
  margin-bottom: 15px;
  color: #e9048d;
  letter-spacing: 1.9px;
  font-size: 28px;
}

.service-wrap h3 {
  margin-bottom: 15px;
  color: #3c2231;
  letter-spacing: 1.5px;
  font-size: 20px;
}

.sidebar-link:hover, .sidebar-alt-link:hover, .sidebar-click-link:hover {
  background: #3c2231;
  color: #fff !important;
}

.sidebar-alt-link, .sidebar-alt-link:focus {
  background: #3c2231 !important;
}

.service-sidebar h3 {
  margin-top: 25px;
}

.hero {
  position: relative;
}

.hero .hero-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.hero .hero-carousel .hero-bg {
  width: 100%;
  height: 600px;
  background: #000;
  background-size: cover !important;
  background-position: center center !important;
}

.hero .container {
  position: relative;
  z-index: 1;
}


/**** MEDIA QUERIES ****/

@media screen and (max-width: 1800px) {

.text-wrap p {
	font-size: 12px;
}

 .text-wrap h2 {
	 font-size: 20px;
 }

}

@media screen and (max-width: 1199px) {
	.navbar-brand > img {
    max-width: 210px;
    padding-top: 10px;
    
  }
       
    
	.navbar-inverse .navbar-nav > li > a {
    color: #FFF !important;
    letter-spacing: 1.5px;
    font-size: 12px;
	}

	.nav > li > a {
		padding: 16px 6px !important;
	}
	
	.hero h1 {
    font-size: 34px;
	}

	.navbar-inverse .navbar-nav > li > a {
		font-size: 11px;
	}
	
	.navbar ul {
		margin-top: 10px;
	}
}


@media screen and (max-width: 991px) {
	.half-section .img .halfimg {
		padding: 45px 0px;
	}
	
	.navbar-inverse {
    padding: 15px 0px;
  }
	
	.navbar .container {
	  position: relative;
  }
	
	.mobile-navlinks {
		display: block;
    padding: 20px 0px 15px;		
	}
	
	.mobile-search {
		margin-bottom: 20px;
	}
	
	#navbar {
		display: none !important;
		border: none !important;
	}
	
	.navbar-inverse .navbar-toggle {
		display: none;
	}
	
	.navbar-menu {
		display: none !important;
	}
	
	.mobile-nav {
		display: block !important;
	  right: 0px;
	  top: 16px;
    position: absolute;
    z-index: 999999999999999;
	}
	
	.mobile-nav-wrap {
		width: 100%;
		height: 100vh;
    background-color: rgba(108, 62, 89, 0.98);
		position: fixed;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    left: -1000px;
     -o-transition:.2s;
	  -ms-transition:.2s;
	  -moz-transition:.2s;
	  -webkit-transition:.2s;
	  transition:.5s;
	  display: table;
	  top: 80px;
	}
	
	.review-wrap p {
		text-align: center !important;
		margin-top: 10px !important;
	}
	
	.review-wrap img {
		margin: auto;
		margin-top: 10px !important;
	}
	
	.item p {
		margin-bottom: 0px;
	}
	
	.review-wrap h4 {
		text-align: center;
		margin-top: 10px;
	}
	
	.review-wrap p {
		margin-bottom: 10px !important;
	}
	
	.mobile-nav-wrap.show-menu {
		opacity: 1;
		visibility: visible;
		z-index: 999;
		left: 0px;
	}
	
	.mobile-navlinks {
		position: relative;
		display: table-cell;
		vertical-align: middle;
    left: 15px;
    top: -50px;    
    list-style: none;
	}
	
	.mobile-navlinks a {
	color: #FFF;
   font-size: 22px;
   text-transform: capitalize;
   line-height: 2em;
   letter-spacing: 2.1px;
	}	 
	
	.hero {
		height: 500px !important;
	}
	
	.hero h1 {
		line-height: 1.8em;
	}

	.hero-content {
    margin-top: 200px;
	}
	
	
	.half-section {
		padding: 100px 0px;
	}
	
	.review-alt {
		padding-bottom: 50px;
	}
	
	.event-wrap .col-md-8 {
		padding: 0px 15px !important;
	}
	
	.calender {
		margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 16px;
	}
	
	.whatson-section p {
		margin-top: 20px !important;
	}
	
	.whatson-header {
		padding-bottom: 0px !important;
	}
	
	.whatson-section {
		text-align: center;
	}
	
	h5 {
		margin: 10px 0px;
	}
	
	.articles-alt {
		margin-bottom: 30px;
	}
	
	
	.subhero {
		height: 300px;
	}
	
	.subhero-content h1 {
		text-align: center !important;
		float: none !important;
	}

	.subhero .pull-left {
			float: none !important;
	}
	
	.type-section img {
		margin-top: 20px;
	}
	
	.info-section img {
		margin-top: 20px;
	}

	.single-article-content {
    padding-top: 140px;
    text-align: center;
	}

	.subhero-content {
    padding-top: 150px;
	}
	
	.business-section img {
    margin-top: 80px;
		max-width: 200px;
	}
	
	.circle-hero {
		display: none;
	}
	
	.btn-mobile-fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    display: block;
    z-index: 99;
    background-color: #e9048d;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'FuturaMedium';
    text-align: center;
    padding: 20px;
    letter-spacing: 1.5px;
	}

	.footertags {
		margin-bottom: 50px !important;
		text-align: center;
	}

	.btn-mobile-fixed:hover {
		color: #FFF;
	}
	
	.text-content {
		padding: 0px 15px;
	}
	
	.text-wrap {
		display: block;
    text-align: center;
    margin-top: 50px;		
	}
	
	.table-2 {
		height: auto;
	}
	
	.advertiseimage-wrap {
		height: 300px;
	}
	
	.text-wrap h2 {
		font-size: 20px;
	}
	
	.type-section .pull-right {
		float: none !important;
	}
	
	.navbar-brand > img {
    max-width: 250px;
    padding-top: 0px;
    margin-top: 7px;
	}
	
	.enquire-section .container {
		width: 100% !important;
		padding: 0px !important;
	}
	
	.business-section img {
	  margin: auto;
    display: block;
    margin-bottom: 20px;
	}
	
	.paralax-section {
		background-attachment: scroll !important;
	}
	
	.business-section a {
		color: #000;
	}
	
	.btn-primary {
		color: #FFF !important;
	}
	
	.whatson-wrap .select2-container {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {

	.hamburger {
	  position: absolute;
    right: 15px;
    top: 0px;
	} 
	
	.navbar-inverse {
		padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0.7);
	}
	
	.hero {
    height: 350px !important;
    background-size: cover !important;
	}
	

	.navbar-brand img {
		margin-left: 15px;
	}

	.hero h1 {
    font-size: 25px;
	}

	.hero-content {
    margin-top: 160px;
	}
	
	.calender {
		display: none;
	}
	
	.whatson-section h4 {
    margin: 30px 0px 10px !important;
	}
	
	.btn-primary {
		margin-top: 0px;
	}
	
	.btn-form {
		margin-top: 30px;
	}
	
	.review-alternative {	
	  margin-bottom: 0px !important;
    padding-bottom: 0px;
	}
	
	.type-section img {
		margin-bottom: 20px;
	}
	
	.map {
		margin-bottom: 0px !important;
	}

	.business-section img {
		display: block;
    margin: auto;
    margin-top: 0px !important;
    margin-bottom: 20px;
	}
	
	.business-section {
		text-align: center !important;
	}
	
	.whatson-wrap .select2-container {
		margin-bottom: 20px;
	}
	
	.business-input {
		margin-bottom: 20px;
	}
	
	.enquire-section .row {
  	margin: 0px;
	}
	
	
}

@media screen and (max-width: 500px) {
	.hero-contact {
		display: none !important;
	}
	
	.whatson-section {
		padding-top: 0px !important;
		padding-bottom: 10px !important;
	}
	
	
	.event-wrap {
		padding: 0px 50px;
	}
	
	.btn-whatson {
		margin: 10px 0px 20px;
	}
	
	.navbar-brand {
    padding-top: 11px !important;
	}
	
	.navbar-brand > img {
		padding-top: 0px !important;
	}

	.half-section h3 {
		font-size: 18px;
	}
	
	.stars-main {
		max-width: 400px;
	}
	
	.navbar-brand > img {
    max-width: 200px;
	}
	
	.review-wrap h4 {
		line-height: 1.8em;
	}
	
	.mobile-navlinks {
		left: 15px;
	}
	
	.content-section {
		padding: 30px 0px;
	}
	
	.info-section {
		padding: 30px 0px 40px;
	}
	
	.review-wrap img{
		margin: auto;
		text-align: center;
	}
	
	.whatson-header {
		margin-top: 0px !important;
	}
	
	.whatson-section p {
    margin-top: 0px !important;
	}
	
	.half-section h3 {
		padding: 0px 15px;
		line-height: 1.6em;
	}
	
	.info-section h2 {
		line-height: 1.6em;
	}
	
	.review-section h3 {
		line-height: 1.6em;
	}
	
	.stars-main {
    max-width: 250px;
	} 
	
	.type-section img {
    max-width: 300px;
  }
  
  .subhero-content h1 {
	  font-size: 25px;
  }

	
	.text-wrap h2 {
		line-height: 1.8em;
	}
	
	.subhero-content {
		text-align: center !important;
	}
	
	.subhero-content {
    padding-top: 170px;
	}


	.subhero {
		height: 250px;
	}

	.subhero-content {
    padding-top: 150px;
	}

	.hero-content {
    margin-top: 145px;
	}
	
	.review-wrap p{
		margin-bottom: 20px !important;
	}

	.navbar-brand > img {
		margin-top: 0px !important;
	}
	
	.text-wrap p {
		font-size: 12px;
	}
	
	.text-wrap h2 {
		font-size: 16px;
	}
	
	.btn-underline {
		font-size: 15px;
	}
	
	.info-section h2 {
		font-size: 16px;
	}
	
	.info-section p {
		font-size: 12px;
	}
	
	.side-tabs {
  	display: none;
	}

}

@media screen and (max-width: 490px) {
	
	.hero h1 {
    font-size: 18px;
	}
	
	.whatson-search .btn-primary {
  	display: block;
  	width: 100%;
  	text-align: center !important;
	}
	
	.whatson-search .btn-search {
  	margin-top: 20px !important;
	}
	
	.event-wrap {
  	padding: 0px 15px;
	}
	
	#datepicker {
  	width: 100%;
	}

	.info-section h2 {
		line-height: 1.8em;
		font-size: 18px;
		margin-bottom: 0px !important;
	}
	
	.content-section .text-wrap, .content-section.text-wrap {
  	margin-top: 0px !important;
	}
	
	.single-article-content {
  	padding-top: 125px;
	}
	
	.article-content-wrap {
  	padding: 20px 15px;
	}
	
	.article-content-wrap p {
  	margin-top: 0px;
	}
}

@media screen and (max-width: 380px) {
	
	.type-section img {
    max-width: 250px;
	}
}
	