@import url(https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);
@import url('../fonts/stylesheet.css');
@import url('magnific-popup.css');

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,600,700,800);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);



body {
	padding: 0;
	background: #ffffff;
	font-family: Arial, sans-serif;
	overflow-x: hidden;
	color: #;
}

a {
	color: #f7941e;
	transition: all 0.1s ease-in-out 0s
}
a:hover {
	text-decoration: none;
}

.main ul {
	margin-right: 20px;
	padding: 0 0 0 30px;
	list-style: none;
}
.main ol {
	list-style: none;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
}
.main ol li {
	margin: 10px 0;
	position: relative;
}
.main ul li {
	margin: 10px 0;
	position: relative;
}
.main ul li:before {
	content: "\f111";
	font-family: "fontawesome";
	color: #333;
	display: block;
	position: absolute;
	margin: 0 0 0 -14px;
	font-size: 4px;
	top: 7px;
}

/* Headings --------------------------------- */
h1, .h1 {
	font-family: 'Roboto', 'Oswald';
	color: #ff7f00;
	font-size: 26px;
	margin: 0 0 15px 0;
	font-weight: normal;
	text-align: left;
	display: block;
	line-height: 1.4;
	text-transform: none;
}

h1 span.b, .h1 span.b {
	font-weight: 400;
}


h2, .h2, h3, .h3, span.head {
	font-family: 'Roboto', 'Oswald';
	display: block;
	color: #ff7f00;
	font-size: 22px;
	margin: 0 0 15px 0;
}

h2.small, .h2.small {
	font-size: 18px;
}

h4, .h4 {
	font-family: 'Roboto', 'Oswald';
	color: #000;
	font-size: 20px;
}

.bg-white {
	background: #FFFFFF;
	padding: 0 0 20px 0;
}




/* Expandable  -------------------------------------------- */
.expand .wrap {
	border: 1px solid transparent;
}
.exp-closed, .exp-open {
	display: block;
	padding: 12px 30px 12px 12px;
	background: #f0f0f0;
	position: relative;
}

.exp-closed:hover, .exp-open:hover {
	color: #ef5ba0;
}

.exp-closed:after, .exp-open:after {
	content: "\f067";
	font-family: 'fontawesome';
	float: right;
	font-weight: normal;
	color: #f190bc;
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.exp-open:after {
	content: "\f00d";
	/*
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	*/
}

/* Custom Margins ------------------------------------- */

.no-margin {
	margin: 0;
}
.m-t-15 {
	margin-top: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-b-20 {
	margin-bottom: 20px;
}

/* Custom Paddings ------------------------------------- */
.no-padding {
	padding: 0 !important;
}

.pad-top-0 {
	padding-top: 0;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-top-45 {
	padding-top: 45px;
}

.pad-bottom-0 {
	padding-bottom: 0;
}
.pad-bottom-10 {
	padding-bottom: 10px;
}
.pad-bottom-20 {
	padding-bottom: 20px !important;
}
.pad-bottom-30 {
	padding-bottom: 30px !important;
}
.pad-bottom-45 {
	padding-bottom: 45px;
}

.pad-left-0 {
	padding-left: 0;
}
.pad-right-0 {
	padding-right: 0;
}

.pad-sm-left-4 {
	padding-left: 4px;
}
.pad-sm-right-4 {
	padding-right: 4px;
}
.pad-sm-left-2 {
	padding-left: 2px;
}
.pad-sm-right-2 {
	padding-right: 2px;
}

.pad-md-left-4 {
	padding-left: 4px;
}
.pad-md-right-4 {
	padding-right: 4px;
}
.pad-md-left-2 {
	padding-left: 2px;
}
.pad-md-right-2 {
	padding-right: 2px;
}


/* Header ---------------------------------------------- */
.header {
	height: 167px;
	padding: 15px 0 0 0;
}

.header .logo {
	text-align: left;
}
.header .logo:hover {
	opacity: 0.9;
}

.logo img, .phone img {
	max-width: 100%;
}

.header .phone {
	font-family: 'roboto condensed', Arial;
	text-align: right;
	color: #f7941e;
    font-size: 42px;
	margin: 20px 0 0 0;
	padding-left: 0;
	line-height: 38px;
}
.header .phone span.grey {
    color: #6d6e71;
}

.header .phone .phone-button {
	display: none;
}

.header .callback {
	margin: 12px 0 0 0;
	text-align: right;
}

.header .callback .btn-callback {
	background: rgba(200,200,200,0.2);
	font-size: 22px;
	font-family: 'tolyer_book_no.4regular', 'Roboto Condensed';
	font-weight: normal;
	line-height: 36px;
	padding: 5px 15px;
	color: #000;
}
.btn-callback:before {
	content: "\f075";
	font-family: 'fontawesome';
	color: #71c5e8;
	padding: 0 5px 0 0;
}
.btn-callback:hover {
	opacity: 0.8;
}

.header .callback .btn-callback span.small {
	font-size: 18px;
	line-height: 25px;
	display: block;
}



/* Nav ---------------------------------------------------------------------- */

.top-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}

.top-menu li {
	display: inline-block;
	padding: 0 0 0 15px;
	font-size: 12px;
}
.top-menu li:not(:first-child):before {
	content: "|";
	display: inline-block;
	margin: 0 17px 0 0;
}
.top-menu li a {
	font-weight: bold;
	font-size: 12px;
	color: #828282;
}

.top-menu li a:hover {
	color: #444;
}

.navbar-default {
	background: none;
	border: none;
	min-height: 30px;
	margin: 15px 0 0 0;
}

.navbar-default .navbar-text {
    color: #FFFFFF;
}

.navbar-default .navbar-collapse {
	position: relative;
	max-height: none;
	border: none;
}


.navbar-default .navbar-nav {
    margin: 0;
	/*display: table;*/
	width: 100%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #444;
	color: #FFFFFF;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #333;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li {
	margin: 0;
	border-top: 1px solid #777;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	padding: 0 15px;
	line-height: 36px;
	font-size: 12px;
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #444;
    text-decoration: none;
	color: #fff;
}

.navbar-default .navbar-nav > li > a {
	color: #989898;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
	font-weight: bold;
	background: #ff7f00;
}

/* Desktop Menu Style */
@media (min-width: 768px) {

	.navbar-default .navbar-nav > li {
		float: none;
		display: table-cell;
		text-align: center;
		height: 32px;
		width: 190px;
	}
	.navbar-default .navbar-nav > li:not(:last-child) {
		border-right: 3px solid #fff;
	}

	.navbar-default .navbar-nav > li > a {
		line-height: 32px;
		color: #fff;
		padding: 0;
		font-weight: normal;
		font-size: 12px;
		background: #333333;
	}

	.navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background: #333333;
	}

	.navbar-default .navbar-nav > li > a:hover {
		color: #FFFFFF;
		background: #444;
	}

	/*
	ul.navbar-nav li:after {
		color: #bababa;
		content: "\f111";
		font-family: 'fontawesome';
		font-size: 4px;
		position: absolute;
		right: -2px;
		top: 48%;
	}
	ul.navbar-nav li:last-child:after {
		content: "";
	}
	*/

	.navbar-nav > li > .dropdown-menu {
		margin-top: 0;
		min-width: 100%;
	}
	
	/*
	.navbar-nav > li > .dropdown-menu:before {
		background: none repeat scroll 0 0 #333;
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		margin: -4px 0 0 46%;
		position: absolute;
		right: auto;
		top: 0;
		transform: rotate(45deg);
		z-index: 3;
	}
	*/


}

/* Mobile Menu Style */
@media (max-width: 767px) {

	.top-menu {
		margin: 15px 0;
		text-align: center;
	}
	.top-menu li {
		margin: 10px 0;
		padding: 0 15px 0 0;
	}
	.top-menu li a {
		font-size: 16px;
		font-weight: bold;
	}
	.navbar-default {
		background: none;
		border: none;
		min-height: 0;
		margin: 0;
	}
/*
	.navbar-default .navbar-nav > li {
		display: block;
		margin: -1px -15px 0;
		border-bottom: 1px solid #F0AF3B;
	}

	.navbar-default .navbar-nav > li a {
		padding: 5px 15px;
		line-height: 40px;
	}

	.navbar-nav .dropdown > a:after {
		content: "\f105";
		font-family: "fontawesome";
		xdisplay: block;
		font-size: 14px;
		padding: 0 0 0 8px;
	}
	.navbar-nav .dropdown.open > a:after {
		content: "\f107";
	}

	.navbar-nav .open .dropdown-menu {
		background-color: #71c5e8;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
	.navbar-default .navbar-nav > li > a:focus {
		color: #989898;
	}
*/
	.navbar-default .navbar-nav > li {
		display: block;
		margin: 0 -15px;
		border-bottom: 1px solid #999;
	}
	.navbar-default .navbar-nav > li:last-child {
		border: none;
	}

	.navbar-default .navbar-nav > li a {
		padding: 5px 15px;
		line-height: 34px;
		background: #333333;
		color: #fff;
	}

	.navbar-nav .dropdown > a:after {
		content: "\f105";
		font-family: "fontawesome";
		xdisplay: block;
		font-size: 14px;
		padding: 0 0 0 8px;
	}
	.navbar-nav .dropdown.open > a:after {
		content: "\f107";
	}

	.navbar-nav .open .dropdown-menu {
		background-color: #71c5e8;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
		background-color: #666;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 30px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
	.navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background: #333;
	}



	.navbar-toggle {
		float: right;
		font-size: 22px;
		color: #272628;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 48px;
		line-height: 48px;
		text-align: center;
		background: none repeat scroll 0 0 rgba(200, 200, 200, 0.2);
		border: none;
	}

	.navbar-toggle:hover {
		color: #272826;
	}
}


/* Slider -------------------------------------------------------------------- */
.slider-holder {
	padding-right: 0;
}

#main-slider {
	margin: 0;
	background: #eee;
	height: 462px;
	overflow: hidden;
}



/* Main ---------------------------------------------------------------------- */

.main {
	margin-top: 15px;
	overflow: hidden;
}

.main p {
	line-height: 1.8;
	margin: 0 0 15px 0;
}


.title {
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

.price {
	color: #fac411;
	font-size: 48px;
	line-height: 56px;
}


ul.feature {
	padding: 0 0 0 35px;
}

ul.feature li {
	margin: 0 0 20px 0;
	list-style: none;
}
ul.feature li:before {
	content: "\f00c";
	font-family: "fontawesome";
	color: #fac411;
	display: block;
	position: absolute;
	margin: 0 0 0 -25px;
	font-size: 14px;
	top: 0;
}

ul.menu {
	padding: 0 0 0 35px;
	margin: 0 55px 0 0;
}
ul.menu li {
	margin: 0 0 30px 0;
	list-style: none;
}
/*ul.menu li a {
	display: block;
	color: #bababa;
	font-weight: bold;
}*/
ul.menu li a {
	display: block;
	color: #000000;
	font-family: 'tolyer_book_no.4regular';
	font-size:18px;
	font-weight: normal;

}
ul.menu li:before {
	content: "\f005";
	font-family: "fontawesome";
	color: #000000;
	display: block;
	font-size: 14px;
	position: absolute;
	margin: 0 0 0 -25px;
	top: 3px;
	transition: all 0.1s ease-in-out 0s;
}
ul.menu li a:hover, ul.menu li:hover:before, ul.menu li.active, ul.menu li.active:before, ul.menu li a.active {
	color: #ef5ba0;
}

.packages {
	width: 100%;
}


/* Side Boxes --------------------------------------------------------- */

.box {
	margin-bottom: 15px;
	padding: 0 15px 15px 15px;
	color: #fff;
	background: #999999;
}
.box.orange {
	background: #f7941e;
}


.box .title {
    font-family: "Roboto","Oswald";
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	margin: 0 -15px 10px -15px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	background: #6d6e71;
}

.box p {
	line-height: 1.4;
}

.box p:last-child {
	margin-bottom: 0;
}

.box a {
	color: #fff;
}

.box .sq-grey, .box .sq-orange {
	display: inline-block;
	line-height: 1;
	margin: 0 5px 0 0;
	padding: 6px 6px 6px 20px;
	position: relative;
}
.box .sq-grey:before, .box .sq-orange:before {
	content: " ";
	display: block;
	margin: 0;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 9px;
	left: 0;
	background: #3f3e40;
}
.box .sq-orange:before {
	background: #f1592a;
}


.box .sq-grey.bg-grey, .box .sq-orange.bg-grey {
	background: #999999;
	padding-left: 26px;
}
.box .sq-grey.bg-grey:before, .box .sq-orange.bg-grey:before {
	left: 6px;
}


/* Testimonials ------------------------------------------------------- */
.testimonial {
	display: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 90px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}
.testimonial.open {
	display: block;
}
.testimonial:before {
	content: " ";
	font-size: 60px;
	color: #79c8e9;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 50px;
	background: transparent url("../images/icon_quotes.gif") no-repeat 0 0;
}

/* Locations --------------------------------------------------------- */

.location-map {
	height: 300px;
	margin: 0 0 25px 0;
}

/* Space Banner --------------------------------------------------------- */

.space {
	text-align: center;
	margin: 0 0 15px 0;
}
.space img {
	max-width: 100%;
}

/* Image Gallery ------------------------------------------------------- */

.gallery .item {
	margin: 0 0 20px 0;
	max-height: 100px;
	overflow: hidden;
}



/* Contact Form -------------------------------------------------------- */

#contact-form {
	margin: 30px 0 0 0;
}

#contact-form .req {
	color: #FF0000;
}
#contact-form .form-group {
	margin-top: 0;
	margin-bottom: 0;
}
#contact-form .form-control {
	margin: 0 0 20px 0;
}
#contact-form label {
	margin: 5px 0;
	font-weight: normal;
}
#contact-form .bordered {
	margin: 0 0 20px 0;
	padding: 25px 25px 5px 25px;
	border: 1px solid #ddd;
}
#contact-form .inspection-details {
	display: none;
}
#contact-form input, #contact-form select {
	background: #f7f7f7;
}
#contact-form .checkbox-container {
	margin: 0 0 20px 0;
	line-height: 20px;
	vertical-align: middle;
}
#contact-form .checkbox-container input {
	margin: 0 10px 0 0;
	vertical-align: middle;
}


/* Virtual Tours -------------------------- */
.virtual-tours .item {
	position: relative;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0;
	transition: all .25s ease;
	cursor:pointer;
	opacity: 0.5;
}

.virtual-tours .item:hover{
	opacity: 1;
	-webkit-box-shadow: 11px 11px 0px 0px #8dcff4;
	-moz-box-shadow:    11px 11px 0px 0px #8dcff4;
	box-shadow:         11px 11px 0px 0px #8dcff4;
}

.virtual-tours .item .ribbon {
	position: absolute;
	background: #000000;
	color: #fac411;
	left: 0;
	bottom: 25px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
}


/* Buttons -------------------------------- */
.btn {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 18px;
	font-size: 14px;
	color: #fff;
	background: #f7941e;
	border-radius: 0;
}

.btn.btn-side {
	font-size: 12px;
	font-weight: bold;
	padding: 9px 18px;
	font-size: 14px;
	color: #fff;
	background: #3f3e40;
	/* border: 6px solid #f7941e; */
	border-radius: 0;
	text-transform: uppercase;
}
.btn:hover {
	color: #eeeeee;
	background: #f7941e;
}

.btn-primary {
	border: none;
}

.btn-rounded {
	border-radius: 4px;
}

.btn-yellow {
	color: #FFFFFF;
	background: #fac411;
}
.btn-yellow:hover, .btn-yellow:focus {
	color: #FFFFFF;
    background-color: #cb8600;
    background-position: 0 -15px;
}
.btn-yellow:active, .btn-yellow.active {
    background-color: #de9605;
    border-color: #de9605;
}

.btn-blue {
	color: #FFFFFF;
    background: #8dcff4;
}
.btn-blue:hover, .btn-blue:focus {
	color: #ffffff;
	opacity: 0.8;
}
.btn-blue:active, .btn-blue.active {
    background: #5dafc4;
}



.form-group {
	margin-bottom: 6px;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
  padding: 4px 4px 4px 10px;
  font-size: 12px;
  line-height: 1.1;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  /*
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  */
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
.form-control:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:    #AAA;
}
.form-control:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #AAA;
    opacity:  1;
}
.form-control:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #AAA;
    opacity:  1;
}
.form-control:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #AAA;
}



/* Form Elements ------------------------------ */

.enq-container {
	padding: 0;
	color: #fff;
	background: #3f3e40;
}

.enq-container + .enq-container {
	margin-top: 15px;
}

.enq-container h3 {
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	background: #6d6e71;
}

.form-holder form {
	padding: 10px 15px;
}

.form-holder form .form-control {
	margin: 0 0 4px 0;
	padding: 2px 4px 2px 5px;
	border-radius: 2px;
	line-height: 24px;
	height: 24px;
}

.form-holder form textarea.form-control {
	height: auto;
	padding: 1px 4px 1px 5px;
}

.form-holder form .form-group {
	margin-bottom: 3px;
}

.form-holder form .form-group label {
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
}


.form-holder .buttons {
	text-align: right;
}
.form-holder .btn {
	background: #f1592a;
	font-weight: bold;
	font-size: 15px;
	border: none;
	padding: 3px 28px;
}

/*
@media (max-width: 1199px) {
	.enq-container {
		padding: 0 20px;
	}
	.enq-container h3 {
		font-size: 1.8em;
		padding: 20px 0 15px 0;
		margin: 0;
	}
}
*/


.enq-container p.privacy {
	font-size: 11px;
	font-style: italic;
	color: #808080;
	margin: 0;
	padding: 0 0 20px 0;
}





/* Tables ------------------------------------------------*/
.table.valign-middle,
.table.valign-middle td,
.table tr.valign-middle td {
	vertical-align: middle;
}

td.valign-middle {
	vertical-align: middle;
}

table.content-table {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #F4F4F4;
}

table.content-table tr:nth-child(odd) {
	background: #F4F4F4;
}

table.content-table td {
	padding: 4px 12px;
}

table.logos {
	width: 100%;
	margin: 20px 0;
	border: none;
}

table.logos td {
	padding: 15px 5px;
}

/* List Group / Side Menu ------------------------------------------- */

.side-menu-toggle {
	display: none;
	margin: 10px 0;
}

.list-group-item, .side-menu a {
	color: #FFFFFF;
	position: relative;
	display: block;
	padding: 0 15px;
	line-height: 34px;
	margin-bottom: -1px;
	background-color: #210459;
	text-shadow: 0 1px 1px #555555;
	border: none;
	border-top: 1px solid #5528AC;
	border-bottom: 1px solid #170836;
}
.list-group-item:first-child, .side-menu a:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child, .side-menu a:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


@media (max-width: 767px) {
	.side-menu {
		display: none;
	}
	.side-menu-toggle {
		display: block;
	}
	.list-group-item, .side-menu a {
		line-height: 40px;
	}
}

@media (min-width: 768px) {

	.side-menu.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
	}
}

.side-menu a:hover {
	background: #421893;
}


div.pic {
	text-align: center;
	margin: 4px 0;
}
div.pic img {
	max-width: 100%;
}


/* Contacts & Footer ----------------------------------------------- */

.footer {
	background: #fff;
	margin: 40px 0 0 0;
	padding: 40px 0;
	text-align: center;
	font-size: 13px;
	color: #808080;
}

.footer a {
	color: #808080;
}

.footer a:hover {
	color: #555555;
}

.footer .lg {
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 10px 0;	
}

.footer hr {

}

.small-links {
	padding: 0;
	margin: 10px 0 10px 0;
}
.small-links li {
	list-style: none;
	display: inline;
}
.small-links li a {
	font-size: 12px;
	color: #808080;
}
.small-links li:not(:last-child):after {
	padding: 0 8px;
	content: '|';
}

.social-links {
	text-align: right;
	font-size: 28px;
}

.footer hr {
	border-color: #555;
	border-width: 3px;
}


.footer .copyright {
	padding-top: 10px;
	font-size: 12px;
}

.footer .apcs-member {
	text-align: right;
}



/* Medium Devices */
@media (min-width: 992px) and (max-width: 1199px) {

	/*
	#main-slider {
		height: 325px;
	}
	*/



}


/* Small Devices */
@media (min-width: 768px) and (max-width: 991px) {
	.header .logo {
		/*
		height: 132px;
		position: absolute;
		text-align: left;
		*/
		padding-right: 0;
	}
	.header .callback {
		margin: 0;
	}
	.header .phone {
		margin: 8px 0 15px 0;
	}

	/* Horizontal Menu */
	.navbar-default .navbar-nav > li {
		width: 105px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0;
		font-size: 12px;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		padding: 0 10px;
	}

	/* Side navigation menu */
	ul.menu {
		margin: 0 15px 0 0;
	}
	.screen-bg {
		margin-right: 10px;
	}


	/* HOME SECTION NAV TITLES */
	.hsn1, .hsn2, .hsn3 {
		height: 120px;
	}

	/* Give Virtual Tours full opacity & size item containers */
	.virtual-tours .item {
		opacity: 1;
		max-width: 100%;
	}
	.virtual-tours .item img {
		max-width: 100%;
	}

}

/* Extra-Small Devices */
@media (max-width: 767px) {

	.header {
		height: auto;
		padding: 15px 0 15px 0;
	}

	.header .logo img {
		max-width: 130px;
	}

	.header .callback {
		padding-right: 0;
	}

	.header .callback .btn-callback {
		font-size: 16px;
		padding: 5px 10px;
	}
	.header .callback .btn-callback .f {
		display: none;
	}

	.header .phone {
		height: auto;
		line-height: 50px;
		font-size: 40px;
		text-align: left;
		margin: 0;
		position: absolute;
		right: 15px;
		top: -49px;
	}

	.header .phone .phone-text {
		display: none;
	}

	.header .phone .phone-button {
		float: right;
		display: block;
		font-size: 22px;
		margin: 0 15px 0 0;
		padding: 0;
		width: 48px;
		height: 48px;
		line-height: 48px;
		text-align: center;
		color: #272628;
		border-radius: 5px;
		background: none repeat scroll 0 0 rgba(200, 200, 200, 0.2);
	}

	.header .menu-toggle-holder {
		float: right;
		width: 50%;
	}

	.header .callback .btn-callback {
		display: block;
	}


	#main-slider {
		zdisplay: none;
		height: auto;
		margin-bottom: 15px;
	}

	.slider-holder {
		padding-right: 15px;
	}

/*
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #FFF;
	}
*/


	/* hide slider controls in mobile view. */
	.bx-controls-direction {
		display: none;
	}

	/* Give Virtual Tours full opacity */
	.virtual-tours .item {
		opacity: 1;
	}

	/* HOME SECTION NAV TITLES */
	.hsn1, .hsn2, .hsn3 {
		height: 110px;
	}

	/*  ----------------------------------------------------------------------------------------- */
		ul.menu {
			padding: 0;
			margin: 20px -15px 20px -15px;
			display: block;
			list-style: none;
			border-top: 1px solid #e5e5e5;
		}
		ul.menu:after {
			content: " ";
			display: table;
			clear: both;
		}
		ul.menu li {
			line-height: 50px;
			margin: 0;
			padding: 0;
			width: 50%;
			float: left;
			text-align: center;
			border-bottom: 1px solid #e5e5e5;
		}
		ul.menu li:nth-child(2n+1) {
			border-right: 1px solid #e5e5e5;
		}
		ul.menu li:nth-child(2n+1):last-child {
			border-right: none;
			width: 100%;
		}
		ul.menu li a {
			display: block;
			color: #878787;
			font-size: 12px;
			font-weight: bold;
		}
		ul.menu li:before {
			content: "";
		}
		ul.menu li a:hover, ul.menu li a:focus {
			color: #ef5ba0;
		}


	.main {
		margin: 25px 0 0 0;
	}


	/* Enq Form */

	#online-enq-form textarea[name=comments] {
		height: 80px;
	}


	.callout {
		overflow: hidden;
	}
	.callout img {
		width: 800px;
	}

	.footer {
		text-align: center;
	}
	.footer .lg {
		margin: 0;
	}
	.small-links {
		text-align: center;
	}
	.small-links li {
		padding: 12px;
		display: inline-block;
	}
	.small-links li a {
		font-size: 13px;
		color: #808080;
	}
	.small-links li:not(:last-child):after {
		content: '';
		padding: 0;
	}

	.social-links {
		text-align: center;
	}

	.footer .copyright {
		font-size: 11px;
	}

	.footer .apcs-member {
		margin: 15px 0 0 0;
		text-align: center;
	}
}


/* Extra-extra-Small Devices Style ----------------------------------------------------------- */
@media (max-width: 380px) {
/*
	.header {
		height: 60px;
		overflow: visible
	}

	h1, .h1 {
		color: #000;
		font-size: 32px;
		text-shadow: 0 0 4px #FFF;
	}

	.features .feature {
		border-right: none;
	}

	.features .feature:first-child {
		border-top: none;
	}
*/
	.main {
		margin: 25px 0 0 0;
	}

	#home-section-nav {
		padding-top: 15px;
		margin-bottom: 15px;
	}
	
	#home-section-nav .selector {
		padding: 15px 10px 0 10px;
	}


	/* HOME SECTION NAV TITLES */
	.hsn1, .hsn2, .hsn3 {
		height: 70px;
	}

	.callout {
		overflow: hidden;
	}
	.callout img {
		width: 590px;
	}

}


/* Custom break point for home section navs ----------------------------------------------------------- */
@media (max-width: 600px) {
	/* HOME SECTION NAV TITLES */
	.hsn1, .hsn2, .hsn3 {
		height: 90px;
	}
}
@media (max-width: 480px) {
	/* HOME SECTION NAV TITLES */
	.hsn1, .hsn2, .hsn3 {
		height: 70px;
	}
}

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

/*!
 * Magnific Popup
 */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-modal-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 400px;
  margin: 20px auto;
}

.mfp-modal-popup-dismiss {
	margin: 20px 0 0 0 !important;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * https://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * https://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* ------------------- BX Slider Custom -------------------------- */


.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
    margin: 0 auto;
    width: 864px !important;
}

@media (max-width: 767px) {
	.bx-wrapper .bx-viewport {
		width: auto !important;
	}
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background: none;
	text-align: center;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
	text-decoration: none;
}

.bx-wrapper .bx-prev {
    left: -60px;
}

.bx-wrapper .bx-next {
    right: -60px;
}

.bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before {
    font-family: "FontAwesome";
    font-size: 74px;
    line-height: 28px;
	color: #777;
}

/* next/prev arrows smaller for OOTM slider */
.ootm .bx-wrapper .bx-prev:before, .ootm .bx-wrapper .bx-next:before {
	font-size: 56px;
}
.ootm .bx-wrapper .bx-prev {
    left: -42px;
}
.ootm .bx-wrapper .bx-next {
    right: -42px;
}

.bx-wrapper .bx-next:before {
    content: "\f105";
}

.bx-wrapper .bx-prev:before {
    content: "\f104";
}

.bx-wrapper .bxslider li:before {
	content: "";
}

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 20px;
	padding-right: 20px;
	width: auto;
	float: right;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	outline: 0;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}


/* slider next/prev arrows for smaller screens */

@media (max-width: 991px) {
	.bx-wrapper .bx-prev {
		left: 10px;
	}
	.bx-wrapper .bx-next {
		right: 10px;
	}
	.bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before {
		color: #fff;
		text-shadow: 0px 0px 3px #444;
	}
}

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