/* ==== Sticky Footer ==== */
* {
	margin:0;
}
html,
body {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Source Sans Pro',sans-serif;
}
.site-footer {
	background: #f3f5f5;
}
.site-footer .company-details {
	padding-top:25px;
	padding-bottom:25px;
}
.directory-footer, .site-topbar {
	background:#333;
	color:#fff;
}
.site-footer a,.whitetxt {
	color: #fff;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
ul.multi-columns {
	padding: 0;
	margin: 0;
}


.control-form .clearfix {
	float: left;
	width: 100%;
}

.control-form input[type="email"],.control-form input[type="number"],.control-form input[type="search"],.control-form input[type="text"],.control-form input[type="tel"],.control-form input[type="url"],.control-form input[type="password"],.control-form textarea,.control-form select {
    height: 38px;
    padding: 6px 10px;
	margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
	width: 100%;
}

.control-form input[disabled], fieldset[disabled] {
    cursor: not-allowed;
}

.control-form input[disabled], .control-form input[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.control-form #bap_website_domain {
	margin-bottom: 0px;
}
.control-form .separate {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.control-form .cck-fl {
	float: left;
	margin-right: 10px;
}
.control-form .checkbox {
	display: inline-block;
	vertical-align: middle;
}
.control-form label {
	display: inline;
}
.control-form input[type="checkbox"] {
	margin: 0 10px 0 0; 
}

.control-form #cck1r_bap_abn,
.control-form #cck1r_bap_storecode,
.control-form #cck1r_bap_postal_suburb,
.control-form #cck1r_bap_postal_state,
.control-form #cck1r_bap_postal_postcode,
.control-form #cck1r_bap_suburb,
.control-form #cck1r_bap_state,
.control-form #cck1r_bap_postcode,
.control-form #cck1r_form_bap_store_region,
.control-form #cck1r_bap_username,
.control-form #cck1r_bap_password_1,
.control-form #cck1r_bap_password_2,
.control-form #cck1r_user_username,
.control-form #cck1r_user_password, 
.control-form #cck1r_user_password2,
.control-form #cck1r_user_customer_0_bap_abn,
.control-form #cck1r_user_customer_0_bap_storecode,
.control-form #cck1r_user_customer_0_bap_postal_suburb,
.control-form #cck1r_user_customer_0_bap_postal_state,
.control-form #cck1r_user_customer_0_bap_postal_postcode,
.control-form #cck1r_user_customer_0_bap_suburb,
.control-form #cck1r_user_customer_0_bap_state,
.control-form #cck1r_user_customer_0_bap_postcode,
.control-form #cck1r_user_customer_0_form_bap_store_region,
.control-form #cck1r_user_customer_0_bap_username,
.control-form #cck1r_user_customer_0_bap_password_1,
.control-form #cck1r_user_customer_0_bap_password_2,
.control-form #cck1r_user_customer_0_user_username,
.control-form #cck1r_user_customer_0_user_password, 
.control-form #cck1r_user_customer_0_user_password2 {
	float: left;
	width: 30%;
}
.control-form #cck1r_bap_postal_suburb,
.control-form #cck1r_bap_postal_state,
.control-form #cck1r_bap_suburb,
.control-form #cck1r_bap_state,
.control-form #cck1r_bap_abn,
.control-form #cck1r_bap_storecode,
.control-form #cck1r_bap_username,
.control-form #cck1r_bap_password_1,
.control-form #cck1r_user_username,
.control-form #cck1r_user_password,
.control-form #cck1r_user_customer_0_bap_postal_suburb,
.control-form #cck1r_user_customer_0_bap_postal_state,
.control-form #cck1r_user_customer_0_bap_suburb,
.control-form #cck1r_user_customer_0_bap_state,
.control-form #cck1r_user_customer_0_bap_abn,
.control-form #cck1r_user_customer_0_bap_storecode,
.control-form #cck1r_user_customer_0_bap_username,
.control-form #cck1r_user_customer_0_bap_password_1,
.control-form #cck1r_user_customer_0_user_username,
.control-form #cck1r_user_customer_0_user_password {
	margin-right: 4.9%;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field fieldset label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* ==== Banners ==== */
.slideshow img {
	display: block;
    width: 100%;
}
.slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 600px;
	overflow: hidden;
	position: relative;
}
.slideshow .caption {
	position: absolute;
	top: 35%;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	display: none;
	text-shadow: 1px 1px 1px #000;
}
.slideshow .caption > div {
	float: left;
    padding: 50px;
    background: rgba(0,0,0,0.5);
}
.slideshow .caption.text-right > div {
	float: right;
}
.caption.black {
	color: #fff;
}
.slideshow .active .caption {
	display: block;
}
.banner1 .l2,
.banner2 .l2,
.banner3 .l2,
.banner4 .l1,
.banner5 .l2,
.banner5 .l2,
.banner7 .l2,
.banner8 .l1,
.banner8 .l2,
.banner9 .l2 {
	font-size: 60px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
}
.banner6 .l2,
.banner4 .l1,
.banner4 .l2,
.banner7 .l2,
.banner9 .l2 {
	font-size: 80px;
	line-height: 1;
}
.about-slideshow {
	display: none;
}
.about-slideshow.owl-carousel {
	display: block;
}
/* ==== Custom Styles ==== */
.mobileSkin .mceListBox .mceText,
.mobileSkin .mceSplitButton a.mceOpen,
.mobileSkin .mceSplitButton a.mceAction,
.mobileSkin .mceListBox .mceOpen {
	width: auto !important;
	height: auto !important;
}
.clr {
	clear: both;
}
.clockpicker-times .cck_label {
	clear: left;
}
.services-icon {
	padding: 30px 30px 0;
}
.site-content {
	min-height: 275px;
}
.site-wrap {
	background: #fff;
}
#map {
	height: 400px;
	width: 100%;
}
.bap-alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}
.alert-error {
	background: #ed1921;
	color: #fff;
}
.alert-error .alert-message {
	background-color: transparent;
	border: 0px;
	color: #fff;
}
.alert-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.contact-details .glyphicon {
	font-size: 38px;
	padding-top: 8px;
}
.icon-edit,
.icon-delete,
.icon-zoom-in {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-edit:before {
    content: "\e065";
}
.icon-delete:before {
    content: "\e065";
}
.icon-zoom-in:before {
    content: "\e105";
}
.logo {
	padding: 10px 0;
}
.text-logo {
	font-size: 24px; 
	font-weight: bold; 
	line-height: 1; 
	color: #000000; 
	height: 80px; 
	display: table-cell; 
	vertical-align: middle; 
	width: 100%;
}
.guidance h3 {
	margin-bottom: 0;
}
.guidance p {
	font-size: 18px;
	margin-bottom: 20px;
}
.checkbox-inline label {
  margin-right: 40px;
}
.dynamic-title-row {
	background:#eee;
	margin-bottom: 30px;
}
.breadcrumb {
	margin-top:20px;
}
.grey-txt {
	color:#ccc;
}
.divide {
	margin-top: 50px;
	margin-bottom: 50px;
}
.breadcrumb span {
	color:#777;
}
a:hover {
	text-decoration:none;
}
.dynamic-title h1,.dynamic-title h2 {
	margin:15px 0;
	padding:10px 0;
	font-size:36px;
}
.owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-size: 20px;
	border-radius: 0;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1%;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.owl-next > span,
.owl-prev > span {
	position: absolute;
	top: 50%;
	z-index: 5;
	color: #333;
	display: inline-block;
}
.owl-next {
    right: 0px;
    left: auto;
	text-align: right;
}

.dontshow {
	opacity:0;
}
.show {
	opacity: 1;
}
.slideshow .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.main-content {
	position:relative;
	
}
/* ==== Widgets ==== */
.widgets {
  padding: 0 5%;
}
.large-text {
	font-size:18px;
	font-weight:bold;
}
.widget {
	height:180px;
	text-align:center;
}
.widget>span,.widget>a>span {
	float:left;
	clear:left;
	text-align:center;
	width:100%;
}
.widget img {
	display:block;
	margin:0 auto 15px auto;
	height:75px;
}
.widget-row h3,.contact-form h3 {
	text-align:center;
	margin-bottom:20px;
}
.divide {
	margin-top:40px;
	margin-bottom:40px;
}
.divide-lg {
	margin-top:80px;
	margin-bottom:80px;
}
.divide-bottom,
.divide-field {
	margin-bottom: 40px;
}
.divide-top {
	margin-top: 40px;
}
.divide-30 {
	margin-top:30px;
	margin-bottom:30px;
}
.divide-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.divide-12 {
	margin-top:12px;
	margin-bottom:12px;
}
.divide-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.divide-bottom-10 {
	margin-bottom: 10px;
}
.divide-top-10 {
	margin-top: 10px;
}
.cck_form_wysiwyg_editor, .wysiwyg-fix {
	float: left;
	width: 100%;
}
.well {
	border-radius: 0;
}
/* ==== Enquiry Form ==== */
.contact-form h3 {
	font-size:40px;
	font-weight:bold;
	color:#333;
}
.contact-form-row {
	background-color:#ccc;
}
.contact-form .form-control,
.news-form .form-control,
.news-form #chars-blog_snippet {
	margin-bottom:13px !important;
}
.btn-contact,.btn-contact:hover {
	background-color:#333;
	color:#fff;
}
.enquiry-form>.col-sm-6 {
	padding:15px;
}
/* ==== Blog ==== */
.rssocial-sharing ul {
	padding: 0;
	margin: 0;
}
.rssocial-left {
	margin: 10px 0 !important;
}
.blog-item {
	border-bottom:1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.blog-article .cck_art_created {
	display:inline-block;
	color:#ccc;
}
.blog-item-info {
	margin-bottom:10px;
}
.blog-feature-image {
	padding-bottom:20px;
}
.blog-module {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog-module h3 {
	color:#999;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.blog-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blog-module li {
	padding:10px 0;
	margin:0;
	width:100%;
	display:block;
	float:left;
	clear:left;
	border-bottom: 1px solid #eee;
}
/* ==== Main search & Feature ==== */
.main-search {
	background: url(../images/search-bg.jpg) no-repeat;
}
.main-search .web-search-wrap {
	padding-top: 290px;
}
.main-search .web-search {
	padding: 25px 40px 40px 40px;
	background: #333;
}
.main-search label {
	color: #fff;
}
.no-label {
	margin-top: 30px;
}
.closed-label {
	margin-top: 1px;
	margin-bottom: 10px;
}
.date {
	position: relative;
}
.clockpicker {
	padding-bottom: 10px;
}
.feature-panel {
	background: #eee;
	margin: 50px 0;
}
.feature-panel .item {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 30px;
}
.feature-panel .item img {
	margin: 0 auto;
	padding: 30px;
	display: block;
	width: 130px;
}
/* ==== Typography ==== */
h1,h2,h3 {
	font-family: 'Exo 2', sans-serif;
    font-weight: 900;
	margin-bottom: 25px;
}
h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 8px 0 0;
	padding: 0;
}
.well h4 {
	margin-bottom: 10px;
}
h2.slogan {
	font-style: italic;
	text-align: right;
	padding-top: 20px;
	color: #888;
}
.form-horizontal .control-label {
	text-align: left;
}
.cta-row h3 {
	margin: 5px 0 0 0;
	padding: 0;
}
.heading-correct h1,
.heading-correct h2,
.heading-correct h3 {
	margin-top: 0;
	padding-top: 0;
}
.black {
	color: #000;
}
/* ==== Navigation ==== */
.navbar {
	border-radius: 0px;
}
.navbar-default {
    background-color: transparent; 
    border: none;
}
.nav > li > a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	background: transparent;
	padding: 40px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: #000;
	background: transparent;
}
.navbar-collapse {
	float: left;
}
.call-button {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 36px 0px;
}
.site-topbar .nav {
	width: 100%;
}
.opening-hours {
	font-size: 22px;
}
.opening-hours .row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.opening-hours .day {
	font-weight: bold;
	text-transform: uppercase;
}
.site-footer .opening-hours {
	font-size: 14px;
	margin-right: 30px;
}
.site-footer .opening-hours .row{
	margin-top: 3px;
	margin-bottom: 3px;
}
.blog-module {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog-module h3 {
	color:#999;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.blog-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blog-module li {
	padding:10px 0;
	margin:0;
	width:100%;
	display:block;
	float:left;
	clear:left;
	border-bottom: 1px solid #eee;
}
/* ==== Forms ==== */

.img-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
	opacity: 0;
	display: none;
}

.img-selector input + label {
	font-size: 0px;
	position: relative;
	background-position: top;
	background-size: 100%;
}

.img-selector label a {
	font-size: 12px !important; 
	display: block;  
	float: left;   
	clear: left;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.img-selector label[for="web_template0"]
{background-image:url(/images/templates/thumbnail/template1.jpg),url(/images/templates/thumbnail/template-check.png); width:250px;height:250px; margin-bottom: 40px;}

.img-selector label[for="web_template1"]
{background-image:url(/images/templates/thumbnail/template2.jpg),url(/images/templates/thumbnail/template-check.png); width:250px;height:250px; margin-bottom: 40px;}

.img-selector label[for="web_template2"]
{background-image:url(/images/templates/thumbnail/template3.jpg),url(/images/templates/thumbnail/template-check.png); width:250px;height:250px; margin-bottom: 40px;}

.img-selector label[for="web_template3"]
{background-image:url(/images/templates/thumbnail/template4.jpg),url(/images/templates/thumbnail/template-check.png); width:250px;height:250px; margin-bottom: 40px;}

.img-selector label[for="web_template4"]
{background-image:url(/images/templates/thumbnail/template5.jpg),url(/images/templates/thumbnail/template-check.png); width:250px;height:250px; margin-bottom: 40px;}

.img-selector label[for="web_template5"]
{background-image:url(/images/templates/thumbnail/template6.jpg),url(/images/templates/thumbnail/template-check.png); width:250px;height:250px; margin-bottom: 40px;}

.img-selector input:active + label[for="web_template0"],
.img-selector input:checked + label[for="web_template0"]
{background-image:url(/images/templates/thumbnail/template-check.png),url(/images/templates/thumbnail/template1.jpg);}

.img-selector input:active + label[for="web_template1"],
.img-selector input:checked + label[for="web_template1"]
{background-image:url(/images/templates/thumbnail/template-check.png),url(/images/templates/thumbnail/template2.jpg);}

.img-selector input:active + label[for="web_template2"],
.img-selector input:checked + label[for="web_template2"]
{background-image:url(/images/templates/thumbnail/template-check.png),url(/images/templates/thumbnail/template3.jpg);}

.img-selector input:active + label[for="web_template3"],
.img-selector input:checked + label[for="web_template3"]
{background-image:url(/images/templates/thumbnail/template-check.png),url(/images/templates/thumbnail/template4.jpg);}

.img-selector input:active + label[for="web_template4"],
.img-selector input:checked + label[for="web_template4"] 
{background-image:url(/images/templates/thumbnail/template-check.png),url(/images/templates/thumbnail/template5.jpg);}

.img-selector input:active + label[for="web_template5"],
.img-selector input:checked + label[for="web_template5"]
{background-image:url(/images/templates/thumbnail/template-check.png),url(/images/templates/thumbnail/template6.jpg);}

#web_template3 {
	clear: left !important;
}
#web_banners label {
	width:800px;
	height:300px;
	float: left;
	margin-bottom: 20px;
}

.img-selector label[for="web_banners0"]{background-image:url(/images/banners/previews/Banner-1.jpg),url(/images/banners/previews/Banner-1-checked.jpg);}
.img-selector label[for="web_banners1"]{background-image:url(/images/banners/previews/Banner-2.jpg),url(/images/banners/previews/Banner-2-checked.jpg);}
.img-selector label[for="web_banners2"]{background-image:url(/images/banners/previews/Banner-3.jpg),url(/images/banners/previews/Banner-3-checked.jpg);}
.img-selector label[for="web_banners3"]{background-image:url(/images/banners/previews/Banner-4.jpg),url(/images/banners/previews/Banner-4-checked.jpg);}
.img-selector label[for="web_banners4"]{background-image:url(/images/banners/previews/Banner-5.jpg),url(/images/banners/previews/Banner-5-checked.jpg);}
.img-selector label[for="web_banners5"]{background-image:url(/images/banners/previews/Banner-6.jpg),url(/images/banners/previews/Banner-6-checked.jpg);}
.img-selector label[for="web_banners6"]{background-image:url(/images/banners/previews/Banner-7.jpg),url(/images/banners/previews/Banner-7-checked.jpg);}
.img-selector label[for="web_banners7"]{background-image:url(/images/banners/previews/Banner-8.jpg),url(/images/banners/previews/Banner-8-checked.jpg);}
.img-selector label[for="web_banners8"]{background-image:url(/images/banners/previews/Banner-9.jpg),url(/images/banners/previews/Banner-9-checked.jpg);}

.img-selector input:active + label[for="web_banners0"]{background-image:url(/images/banners/previews/Banner-1-checked.jpg);}
.img-selector input:active + label[for="web_banners1"]{background-image:url(/images/banners/previews/Banner-2-checked.jpg);}
.img-selector input:active + label[for="web_banners2"]{background-image:url(/images/banners/previews/Banner-3-checked.jpg);}
.img-selector input:active + label[for="web_banners3"]{background-image:url(/images/banners/previews/Banner-4-checked.jpg);}
.img-selector input:active + label[for="web_banners4"]{background-image:url(/images/banners/previews/Banner-5-checked.jpg);}
.img-selector input:active + label[for="web_banners5"]{background-image:url(/images/banners/previews/Banner-6-checked.jpg);}
.img-selector input:active + label[for="web_banners6"]{background-image:url(/images/banners/previews/Banner-7-checked.jpg);}
.img-selector input:active + label[for="web_banners7"]{background-image:url(/images/banners/previews/Banner-8-checked.jpg);}
.img-selector input:active + label[for="web_banners8"]{background-image:url(/images/banners/previews/Banner-9-checked.jpg);}

.img-selector input:checked + label[for="web_banners0"]{background-image:url(/images/banners/previews/Banner-1-checked.jpg);}
.img-selector input:checked + label[for="web_banners1"]{background-image:url(/images/banners/previews/Banner-2-checked.jpg);}
.img-selector input:checked + label[for="web_banners2"]{background-image:url(/images/banners/previews/Banner-3-checked.jpg);}
.img-selector input:checked + label[for="web_banners3"]{background-image:url(/images/banners/previews/Banner-4-checked.jpg);}
.img-selector input:checked + label[for="web_banners4"]{background-image:url(/images/banners/previews/Banner-5-checked.jpg);}
.img-selector input:checked + label[for="web_banners5"]{background-image:url(/images/banners/previews/Banner-6-checked.jpg);}
.img-selector input:checked + label[for="web_banners6"]{background-image:url(/images/banners/previews/Banner-7-checked.jpg);}
.img-selector input:checked + label[for="web_banners7"]{background-image:url(/images/banners/previews/Banner-8-checked.jpg);}
.img-selector input:checked + label[for="web_banners8"]{background-image:url(/images/banners/previews/Banner-9-checked.jpg);}

#web_banners input[type="checkbox"] {
	clear: both;
}

.img-selector input:active + label {opacity: 1;}
.img-selector input:checked + label {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.img-selector input[type="radio"] + label {
    margin-right: 10px;
}

.img-selector label{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
	background-position: center;
    display:inline-block;
	margin-left: 0rem; 
    margin-right: 0rem;
	-webkit-filter: opacity(1);
       -moz-filter: opacity(1);
            filter: opacity(1);
}
.img-selector label:hover{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}


.colorpicker {
	z-index: 2;
}

.cck-fl {
    float: left;
    margin-right: 15px;
	clear: left;
}
.cck-fl + .cck-fl {
	clear: none;
}
.radios  label,
.radios  input,
.checkboxes  label,
.checkboxes  input {
	display: block;
	float: left;
}
.radios label,
.checkboxes label {
	vertical-align: top;
    margin-top: 4px;
	margin-left: 5px;
}
input[type="radio"], 
input[type="checkbox"] {
	margin: 8px 0 0;
	float: left;
	clear: left;
}
#web_template input[type="radio"], 
#web_template input[type="checkbox"],
#web_colours input[type="radio"], 
#web_colours input[type="checkbox"] {
	clear: none;
}
.website-builder label {
	font-size: 18px;
	font-weight: normal;
}

.btn {
	border-radius: 0;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
	border: 0px;
	transition: all ease 0.3s;
}
#web-builder .btn {
	transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
	margin-bottom: 40px;
}
#web-builder .well .btn {
	margin-bottom: 0;
}
.btn-lg {
	border-radius: 3px;
	padding: 17px 28px;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.33;
	border: 0px;
	transition: all ease 0.3s;
}
.btn:hover,
.btn:focus{
	border: 0px;
	transition: all ease 0.3s;
}
.progress-nav {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin-left: 0px;
	margin-right: 0px;
}
.progress-nav li {
	float: left;
	display: block;
	text-align: center;
	color: #555;
	transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-12deg) translate(0px);
    border-right: 1px solid #bbb;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: none repeat scroll 0 0 #eee;
    position: relative;
    z-index: 21;
	padding: 5px 0;
}
.progress-nav li span{
	display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(12deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(12deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(12deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(12deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(12deg) translate(0px);
	width: 100%;
	text-align: center;
}
.progress-nav li .stage-no {
	font-size: 26px;
	padding-right: 25px;
}
.progress-nav li.active {
	font-weight: bold;
	color: #fff;
	background: #4cae4c;
}

.booking-form .form-control {
	border-radius: 0;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.booking-form .form-control.text {
	height: 40px;
}
.booking-form .cck_forms {
	margin-bottom: 10px;
	font-weight: 100;
	font-size: 16px;
}
.booking-form label {
	font-weight: 100;
}
.booking-form .input-group-addon {
	background: transparent;
	border-color: #fff;
	border-radius: 0;
	color: #fff;
}
.btn-inverse {
	background: #fff;
}
.btn-inverse:hover,
.btn-inverse:focus {
	background: #ccc;
}
.cta-row .btn {
	font-weight: bold;
	text-transform: uppercase;
}
label[for=web_services_toggle] {
	font-weight: bold;
}
/* ==== Sections Headers ==== */
h1.header {
	font-size:72px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
	letter-spacing:-3px;
}
.welcome-text h1 {
	margin-top: 0;
	padding-top: 0;
}
@media (max-width:768px) {
	h1.header {
			font-size:48px;
			letter-spacing:-2px;
	}
}
@media (max-width:480px) {
	h1.header {
			font-size:36px;
			letter-spacing:-1px;
	}
}
p.header {
	font-size:13px;
	color:#fff;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 2px;
}
/* RESPONSIVE UTILITIES */
/* Phone */
@media (max-width:767px) {
	.navbar-toggle {
		background-image:none;
		border:1px solid transparent;
		margin: 0;
		border-radius: 0;
		color: #fff;
		width: 100%;
		top: 8px;
	}
	.text-logo {
		font-size: 18px;
		height: 50px;
	}
	.call-button,
	.navbar-toggle {
		padding: 30px 0 15px;
	}
	.nav > li > a {
		text-align: center;
		padding: 10px 0px;
	}
	.site-footer h3 {
		text-align: center;
	}
	.center-xs {
		text-align: center;
	}
	.center-xs .glyphicon {
		font-size: 30px;
	}
	.cta-row h3 {
		margin-bottom: 20px;
	}
	.icon-bar {
		border-color: #fff;
		background-color: #fff;
		margin: 0 auto;
	}
	.call-button a{
		color: #fff;
	}
	.logo {
	  padding-left: 15px;
	}
	.navbar-collapse {
	  clear: both;
	}
	h2.slogan {
		text-align: center;
	}
	.clear-left-xs {
		clear: left;
	}
	ul.multi-columns {
	  columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
	  list-style: none;
	}
	.navbar-collapse {
	    clear: both;
		width: 100%;
		text-align: center;
	}
	.banner1 .l1,
	.banner1 .l2,
	.banner2 .l1,
	.banner2 .l2,
	.banner3 .l1,
	.banner3 .l2,
	.banner4 .l1,
	.banner4 .l2,
	.banner5 .l1,
	.banner5 .l2,
	.banner6 .l1,
	.banner6 .l2,
	.banner7 .l1,
	.banner7 .l2,
	.banner8 .l1,
	.banner8 .l2,
	.banner9 .l1,
	.banner9 .l2 {
		font-size: 14px;
		line-height: 1;
		float: left;
		width: 100%;
		text-align: center;
		clear: left;
	}
	#map {
		margin-top: 40px;
	}
	.slideshow.owl-carousel .owl-item img {
		height: 150px;
	}
	.slideshow .owl-controls {
		display: none;
	}
	.slideshow {
		max-height: 150px;
	}
	.slideshow .caption {
		text-align: center;
		top: 25%;
		margin: 0 auto;
		width: 100%;
	}
	.slideshow .caption br {
		display: none;
	}
	.slideshow .caption > div {
		float: left;
		padding: 15px;
		width: 100%;
		text-align: center !important;
	}
	.aaaa-heading {
		padding: 0px;
		margin: 0px;
		font-size: 16px;
	}
}
/* Larger than a phone */
@media (min-width:768px) {
	.navbar-default .navbar-collapse {
		border-color:#f8f8f8;
		float: right;
	}
	.cck_web_mon_open label,
	.cck_web_tues_open label,
	.cck_web_wed_open label,
	.cck_web_thurs_open label,
	.cck_web_fri_open label,
	.cck_web_sat_open label,
	.cck_web_sun_open label,
	.clockpicker {
		float: left;
		text-align: right;
		padding-right: 20px;
		width: 15%;
	}
	.clockpicker {
		width: 20%;
	}
	.time-label-open {
		float: left;
		margin-left: 15%;
		width: 20%;
		padding-right: 20px;
	}
	.time-label-close {
		float: left;
		width: 20%;
		padding-right: 20px;
	}
	.clear-left{
		clear: left;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.aaaa-heading {
		margin: 45px 0;
	}
	.aaaa-logo {
		max-height: 150px;
	}
}
/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	ul.multi-columns {
	  columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	  list-style: none;
	}
	.nav > li > a {
		padding: 40px 10px;
	}
	.slideshow {
		max-height: 310px;
	}
	.slideshow .owl-controls {
		display: none;
	}
	.slideshow .caption {
		text-align: center;
		top: 25%;
		margin: 0 auto;
		width: 60%;
	}
	.slideshow .caption br {
		display: none;
	}
	.slideshow .caption > div {
		float: left;
		padding: 15px;
		width: 100%;
		text-align: center !important;
	}
	.banner1 .l1,
	.banner1 .l2,
	.banner2 .l1,
	.banner2 .l2,
	.banner3 .l1,
	.banner3 .l2,
	.banner4 .l1,
	.banner4 .l2,
	.banner5 .l1,
	.banner5 .l2,
	.banner6 .l1,
	.banner6 .l2,
	.banner7 .l1,
	.banner7 .l2,
	.banner8 .l1,
	.banner8 .l2,
	.banner9 .l1,
	.banner9 .l2 {
		font-size: 24px;
		line-height: 1;
		float: left;
		width: 100%;
		text-align: center;
		clear: left;
		margin: 0 auto;
	}
	.aaaa-logo {
		margin: 35px 0;
	}
}
/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
	ul.multi-columns {
	  columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
	  list-style: none;
	}
	.nav > li > a {
		padding: 40px 10px;
	}
	.slideshow .owl-controls {
		display: none;
	}
	.slideshow .caption br {
		display: none;
	}
	.banner1 .l2,
	.banner2 .l2,
	.banner3 .l2,
	.banner4 .l1,
	.banner5 .l2,
	.banner5 .l2,
	.banner7 .l2,
	.banner8 .l1,
	.banner8 .l2,
	.banner9 .l2 {
		font-size: 40px;
	}
	.banner6 .l2,
	.banner4 .l1,
	.banner4 .l2,
	.banner7 .l2,
	.banner9 .l2 {
		font-size: 60px;
	}
	.banner1 .l1,
	.banner1 .l2,
	.banner2 .l1,
	.banner2 .l2,
	.banner3 .l1,
	.banner3 .l2,
	.banner4 .l1,
	.banner4 .l2,
	.banner5 .l1,
	.banner5 .l2,
	.banner6 .l1,
	.banner6 .l2,
	.banner7 .l1,
	.banner7 .l2,
	.banner8 .l1,
	.banner8 .l2,
	.banner9 .l1,
	.banner9 .l2 {
		float: left;
		clear: left;
	}
	.slideshow {
		max-height: 380px;
	}
}
/* Desktop */
@media (min-width:1200px) {
	ul.multi-columns {
	  columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
	  list-style: none;
	}
}
/* Large Widescreen Desktop */
@media (min-width:1921px) {
	.slideshow .caption {
		top: 30%;
	}
}