@charset "utf-8";
/* CSS Document */

/** Header **/
header{
	border-bottom: solid #333 10px;
}
header .navbar-default .navbar-brand, /* For Navigation Brand*/
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus{
	display: block;
	width: 120px;
	height: auto;
	padding: 10px;
	background-repeat: no-repeat;
	background-color: #333;
	border-radius: 0 0 10px 10px;
	z-index:1000;
	position: absolute;

}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: 40px;
}
.navbar-default .navbar-nav > li > a{ /* For Navigation Link*/
	color: #333;
	background-color: #fff;
	padding: 10px 15px;
}	
.navbar-default .navbar-nav > li > a:hover,/* For Navigation Link Hover*/
.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
	background-color: #333;
}
.navbar-default .navbar-nav > .active > a,/* For Active Link*/
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > .open > a,/* For Active Dropdown Link*/
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background-color: #FDBC49;
	color: #333;
}
.dropdown-menu{
	padding: 0;
	border: none;
}
.dropdown-menu > li > a {
	color: #333;
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
/* Carousel*/
.transition-timer-carousel{
	background-image: url(../images/yellow-bg-pattern.svg);
}

.transition-timer-carousel .carousel-caption {
	width: 60%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10%;
	padding-bottom: 110px;
	padding-right: 0;
	color: #333;
	font-size: 1.1em;
	text-shadow: none;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	color: #333;
	font-size: 2em;
	font-family: 'Lobster', cursive;
	font-weight: 400;
}
	
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	width: 9%;
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #333;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}	
/* Footer*/
.footleft{
	color: #FDBC49;
	height: 30px;
	line-height: 30px;
	font-size: .8em;
}
.footright{
	color: #FDBC49;
	height: 30px;
	line-height: 30px;
}
.sharetext{
	margin-bottom: 30px;
}
/* Banners*/
.banner{
	background-image: url(../images/yellow-bg-pattern.svg);
}
.banner h1{
	text-align: right;
	font-size: 3em;
	color: #333;
}
.banner	p{
	text-align: right;
	font-size: 1.2em;
	color: #333;
}
/* Contact*/
#contact-wraper {	
	margin-top: 0;	
	padding: 0;
	background-image: url(../images/black-bg-pattern.svg);
}
.contact-top {
	padding-top: 50px;
	padding-bottom: 10px;
}
.contact-top a {
	color: #FFF;
	text-decoration: none;
}
.contact-top a:hover {
	text-decoration: underline;	
}
.contact-form .form-control {
  border-radius: 3px;
  height: 38px;
}
.contact-form textarea.form-control {
  height: auto;
}
.text-center {
  text-align: center;
}
.addicon {
	color: #333;
	background-color: #FDBC49;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 36px;
	line-height: 2;
	margin-right: auto;
	margin-left: auto;
}
.addheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.addparagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
/* Buttons*/
.view-button{
	background-color: #333;
	color: #FFF;
}
.enquiry-button{
	background-color: #FDBC49;
	color: #333;
	border: 1px solid #F90;
	font-size: 1.8em;
}
/* Other Elements*/
.margin-top-15-negative{
	margin-top: -15px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}
.centre{
	text-align: center
}
.calltoaction{
	background-image: url(../images/black-bg-pattern.svg);
	padding: 10px 0 10px 0;
}
.calltoaction h2{
	color: #FFF;
	font-size: 2em;
	margin: 0;
	line-height: 50px;
}
.bgblack{
	background-image: url(../images/black-bg-pattern.svg);
	padding-top: 10px;
	padding-bottom: 10px;
}


@media screen and (max-width: 1200px) {
	
/** Header **/
header{
	border-bottom: solid #333 10px;
}
header .navbar-default .navbar-brand, /* For Navigation Brand*/
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus{
	display: block;
	width: 100px;
	height: auto;
	padding: 8px;
	background-repeat: no-repeat;
	background-color: #333;
	border-radius: 0 0 10px 10px;
	z-index:1000;
	position: absolute;

}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: 40px;
}
.navbar-default .navbar-nav > li > a{ /* For Navigation Link*/
	color: #333;
	background-color: #fff;
	padding: 10px 15px;
}	
.navbar-default .navbar-nav > li > a:hover,/* For Navigation Link Hover*/
.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
	background-color: #333;
}
.navbar-default .navbar-nav > .active > a,/* For Active Link*/
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > .open > a,/* For Active Dropdown Link*/
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background-color: #FDBC49;
	color: #333;
}
.dropdown-menu{
	padding: 0;
	border: none;
}
.dropdown-menu > li > a {
	color: #333;
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}	
/* Carousel*/

.transition-timer-carousel .carousel-caption {
	width: 60%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10%;
	padding-bottom: 90px;
	padding-right: 0;
	color: #333;
	font-size: .9em;
	text-shadow: none;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	color: #333;
	font-size: 2em;
	font-family: 'Lobster', cursive;
	font-weight: 400;
}	
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	width: 9%;
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #333;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}

/* Buttons*/
.view-button{
	background-color: #333;
	color: #FFF;
}
.enquiry-button{
	background-color: #FDBC49;
	color: #333;
	border: 1px solid #F90;
	font-size: 1.6em;
}	
/* Banners*/
.banner{
	background-image: url(../images/yellow-bg-pattern.svg);
}
.banner h1{
	text-align: right;
	font-size: 2.4em;
	color: #333;
}
.banner	p{
	text-align: right;
	font-size: 1em;
	color: #333;
}

/* Other Elements*/
.calltoaction{
	background-image: url(../images/black-bg-pattern.svg);
	padding: 6px 0 6px 0;
}
.calltoaction h2{
	color: #FFF;
	font-size: 1.8em;
	margin: 0;
	line-height: 40px;
}
}

@media screen and (max-width: 992px) {
	
/** Header **/
header{
	border-bottom: solid #333 10px;
}
header .navbar-default .navbar-brand, /* For Navigation Brand*/
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus{
	display: block;
	width: 100px;
	height: auto;
	padding: 8px;
	background-repeat: no-repeat;
	background-color: #333;
	border-radius: 0 0 10px 10px;
	z-index:1000;
	position: absolute;

}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: 40px;
}
.navbar-default .navbar-nav > li > a{ /* For Navigation Link*/
	color: #333;
	background-color: #fff;
	padding: 10px 10px;
}	
.navbar-default .navbar-nav > li > a:hover,/* For Navigation Link Hover*/
.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
	background-color: #333;
}
.navbar-default .navbar-nav > .active > a,/* For Active Link*/
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > .open > a,/* For Active Dropdown Link*/
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background-color: #FDBC49;
	color: #333;
}
.dropdown-menu{
	padding: 0;
	border: none;
}
.dropdown-menu > li > a {
	color: #333;
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
/* Carousel*/

.transition-timer-carousel .carousel-caption {
	width: 60%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10%;
	padding-bottom: 70px;
	padding-right: 0;
	color: #333;
	font-size: .7em;
	text-shadow: none;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	color: #333;
	font-size: 2em;
	font-family: 'Lobster', cursive;
	font-weight: 400;
}	
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	width: 9%;
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #333;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}

/* Buttons*/
.view-button{
	background-color: #333;
	color: #FFF;
}
.enquiry-button{
	background-color: #FDBC49;
	color: #333;
	border: 1px solid #F90;
	font-size: 1.2em;
}

/* Banners*/
.banner{
	background-image: url(../images/yellow-bg-pattern.svg);
}
.banner h1{
	text-align: right;
	font-size: 2.4em;
	color: #333;
}
.banner	p{
	text-align: right;
	font-size: 1em;
	color: #333;
}

/* Other Elements*/
.calltoaction{
	background-image: url(../images/black-bg-pattern.svg);
	padding: 6px 0 6px 0;
}
.calltoaction h2{
	color: #FFF;
	font-size: 1.4em;
	margin: 0;
	line-height: 40px;
}	
}

@media screen and (max-width: 768px) {
	
/** Header **/
header{
	border-bottom: none solid #333;
	background-color: #333;
}
header .navbar-default .navbar-brand, /* For Navigation Brand*/
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus{
	display: block;
	width: 120px;
	height: auto;
	padding: 5px;
	background-repeat: no-repeat;
	background-color: #333;
	z-index:1000;
	position: relative;

}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: 40px;
}
.navbar-default .navbar-nav > li > a{ /* For Navigation Link*/
	color: #333;
	background-color: #fff;
	padding: 10px 10px;
}	
.navbar-default .navbar-nav > li > a:hover,/* For Navigation Link Hover*/
.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
	background-color: #333;
}
.navbar-default .navbar-nav > .active > a,/* For Active Link*/
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > .open > a,/* For Active Dropdown Link*/
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background-color: #FDBC49;
	color: #333;
}
.dropdown-menu{
	padding: 0;
	border: none;
}
.dropdown-menu > li > a {
	color: #333;
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
/* Carousel*/

.transition-timer-carousel .carousel-caption {
	width: 60%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10%;
	padding-bottom: 60px;
	padding-right: 0;
	color: #333;
	font-size: .8em;
	text-shadow: none;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	color: #333;
	font-size: 2em;
	font-family: 'Lobster', cursive;
	font-weight: 400;
}	
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	width: 9%;
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #333;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}	
/* Buttons*/
.view-button{
	background-color: #333;
	color: #FFF;
}
.enquiry-button{
	background-color: #FDBC49;
	color: #333;
	border: 1px solid #F90;
	font-size: 1em;
}

/* Footer*/
.footleft{
	color: #FDBC49;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: .8em;
}
.footright{
	color: #FDBC49;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.sharetext{
	margin-bottom: 30px;
}

/* Banners*/
.banner{
	background-image: url(../images/yellow-bg-pattern.svg);
}
.banner h1{
	text-align: right;
	font-size: 1.6em;
	color: #333;
	text-align: center;
}
.banner	p{
	text-align: right;
	font-size: .8em;
	color: #333;
	text-align: center;
}
	
/* Other Elements*/
.calltoaction{
	background-image: url(../images/black-bg-pattern.svg);
	padding: 6px 0 6px 0;
}
.calltoaction h2{
	color: #FFF;
	font-size: 1.8em;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 480px) {
/* Carousel*/

.transition-timer-carousel .carousel-caption {
	width: 60%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10%;
	padding-bottom: 20px;
	padding-right: 0;
	color: #333;
	font-size: .7em;
	text-shadow: none;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	color: #333;
	font-size: 2em;
	font-family: 'Lobster', cursive;
	font-weight: 400;
}	
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	width: 9%;
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #333;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
}

/*
playback timings (ms):
  captures_list: 3.87
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.013
  esindex: 0.015
  cdx.remote: 158.201
  LoadShardBlock: 423.919 (3)
  PetaboxLoader3.datanode: 394.331 (5)
  PetaboxLoader3.resolve: 1242.303 (3)
  load_resource: 1272.253 (2)
*/