/* Start of CMSMS style sheet 'custom' */
/* NAVBAR
-------------------------------------------------- */

#navigation {
	background: #4095E6;
	border: 1px #4095E6 solid;
}
.navbar {
	margin-bottom:0;
}
ul.navbar-nav > li:first-child {
	border-left:1px #2184d2 solid;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  padding-left: 20px;
  padding-right: 20px;
  border-right:1px #2184d2 solid;
}
ul.navbar-nav > li:hover {
  text-decoration: none;
  background: #0071BC;
}

.navbar-inverse {
  background: #4095E6;
  border-color: #4095E6;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background: #328ddd;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #0071BC;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #328ddd;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background: #0071BC;
}

#navigation .dropdown-menu {
  background: #0071BC;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background: #4095E6;
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}


@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	padding: 10px 20px;
	background: #2184d2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background: transparent;
  }
}

@media (max-width: 990px) {
  .nav > li > a  {
    padding-left: 7px;
	padding-right: 7px;
  }
}

/* BANNER
-------------------------------------------------- */

#banner {
	margin-bottom:20px;
}
#banner h1 {
	color:#fff;
	margin:0;
	padding:30px 22px 10px 22px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);
}
.banner1 {
	background: url("images/banner/1.jpg") no-repeat center bottom #333;
}
.banner2 {
	background: url("images/banner/2.jpg") no-repeat center bottom #333;
}
.banner2-mattress { background: url("images/banner/2-mattress.jpg") no-repeat center bottom #333; }
.banner2-upholstery { background: url("images/banner/2-upholstery.jpg") no-repeat center bottom #333; }
.banner2-rug { background: url("images/banner/2-rug.jpg") no-repeat center bottom #333; }
.banner2-carpet { background: url("images/banner/2-carpet.jpg") no-repeat center bottom #333; }
.banner3 {
	background: url("images/banner/3.jpg") no-repeat center bottom #333;
}
.banner3-grout { background: url("images/banner/3-grout.jpg") no-repeat center bottom #333; }
.banner3-shower { background: url("images/banner/3-shower.jpg") no-repeat center bottom #333; }
.banner3-boat { background: url("images/banner/3-boat.jpg") no-repeat center bottom #333; }
.banner3-car { background: url("images/banner/3-car.jpg") no-repeat center bottom #333; }
.banner3-tile { background: url("images/banner/3-tile.jpg") no-repeat center bottom #333; }

.banner-badge {
	margin-top:10px
}
div#banner {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}




@media (min-width: 400px) and (max-width: 770px) {
  .banner-badge {
	float:none;
	width:150px;
	margin:0 auto 20px auto !important;
  }
  #banner p {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
  }
  #banner { text-align:center; }
  #banner .btn-carousel { margin-bottom:2%; }
  #banner h1 {
	font-size:35px;
  }
}
@media (max-width: 340px) {
  #banner .btn-carousel {
	margin:0 auto 3% auto;
	width:80%;
  }
  .caption-box p {
	text-align:center;
	margin-bottom:0;
  }
  .banner-badge {
	margin-bottom:20px;
	width:130px;
	margin:0 auto 20px auto;
	float:none;
  }
  #banner h1 {
	font-size:32px;
	text-align:center;
  }
}


/* CONTACT
-------------------------------------------------- */

.contact {
	text-align:center;
}
.contact h2 {
	margin-top:0;
}
.contact p {
	font-size:18px;
}
.contact p a {
	color:#666;
}
.contact button.btn {
	width:88%;
	font-size:20px !important;
	margin-bottom:20px;
}
.icon {
	float:none !important;
	margin:20px auto 0 auto !important;
	height:60px;
}
.icon-md {
	float:none !important;
	margin:0 auto 3% auto;
}
.icon-lg {
	float:none !important;
	margin:0 auto !important;
}
.barry {
	float:none !important;
	margin:20px auto 0 auto !important;
	height:100px;
}

/* MAP
-------------------------------------------------- */

.map {
	background: url("images/map/perth-x.jpg") no-repeat center bottom;
	height:490px;
	margin-bottom:40px;
}

/* MAIN
-------------------------------------------------- */

.main p a, .main li a, .main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a, .main h6 a {
	text-decoration:underline;
}
.main p a.btn {
	text-decoration:none;
	margin-bottom: 10px;
}
.main ul {
	padding-top:6px;
	padding-bottom:6px;
}
.main li {
	font-size:16px;
	line-height:1.6;
	margin-bottom:1%;
}
.checklist li {
	background: url(images/backgrounds/bullet1.png) no-repeat left top;
	padding-left: 25px;
	margin-left: -25px;
	list-style: none;
	text-align: left;
}
.float-right {
	float:right;
}

#cta-home {
	padding-bottom:15px;
}
#cta-home img:hover {
	opacity:0.9;
}
.container a img:hover {
  opacity:0.9;
}

.page-intro {
	margin-bottom:0px;
	text-align:center;
}
.page-intro-default {
	margin-bottom:20px;
	text-align:left;
}
.page-sub-intro {
	margin-bottom:2%;
}
.row h1,
.row h2,
.row h3,
.row h4 {
	color:#333;
}
.page-intro h1, .page-intro-default h1 {
	color:#000;
}
p {
	line-height:1.6;
	font-size: 16px;
	margin: 0 0 20px;
}
p.icon {
	line-height:1;
	font-size: 100px;
	margin: 0;
}
.lead {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
.cta-well {
  margin-top: 4%;
  padding-top: 3%;
}
.cta-well p {
  padding-top: 2%;
}
.show-img-sm {
  display:none;
}
address {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
address strong {
  color:#333;
}
.push-up-50-md {
  margin-top:0px;
}
medium,
.medium {
  font-size: 95%;
}
hr {
  margin:4% auto;
  height: 1px;
  width:100%;
  display: block;
  background: #ededed;
  clear: both;
}


@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

@media (min-width: 991px) {
  .push-up-70-md {
    margin-top:-70px;
  }
  #navigation .container {
     width: 1150px; 
  }
}
@media (max-width: 990px) {
  .push-up-70-md {
    margin-top:0px !important;
  }
  .cta-well {
	margin-top: 1%;
	padding-top: 3%;
  }
  .cta-well p {
	padding-top: 0 !important;
  }
	.page-intro h1.small-sm {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
  .cta-well {
	text-align:center;
	width:98%;
	margin:4% auto;
  }
  .page-sub-intro {
	text-align:center;
  }
  .icon-md {
	margin:0 auto 3% auto;
  }
	.page-intro h1.small-sm {
		font-size: 23px;
	}
}

/* DISPLAYER
-------------------------------------------------- */

.displayer {
  margin:0 auto 15px auto;
  padding-bottom:0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.displayer p,
.displayer p.lead {
  color:#51626F;
}
.displayer .checklist i {
  color:#06A7E9;
  line-height: 1.0;
}
.displayer .checklist.fa-ul {
  padding-left: 0;
  margin-left: 2.5em;
  list-style-type: none;
  padding-right: 20px;
}
.displayer .headline {
  border-bottom: 2px solid #518fcc;
  margin: 10px 0 15px 0;
}
.displayer .white-text .headline {
  border-bottom: 2px solid #fff;
  margin: 10px 0 15px 0;
}
.white-text,
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6,
.white-text strong, .white-text p, .white-text p.lead, .white-text li {
  color:#fff !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);
}
.displayer p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.4;
}
.displayer ul.checklist {
  margin-bottom: 20px;
}
.displayer li {
  font-size: 20px;
}
.displayer .img-responsive {
  margin-bottom: 0 !important;
}

.displayer1 {
  position:relative;
  overflow: hidden;
  height:auto;
  padding-top: 40px;
  padding-bottom: 50px;
}
.displayer1 { background: url("images/displayer/1.jpg") repeat center bottom #333; }
.displayer-pressure-washer { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/displayer-pressure-washer-2.jpg") repeat center top #333; }
.displayer-tennis-court { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/pressure-washing-tennis-court.jpg") repeat center center #333; }
.displayer-netball { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/netball-slider.jpg") repeat center center #333; }
.displayer-brick-wall { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/brick-slide.jpg") repeat center center #333; }
.displayer-pool { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/pool-background.jpg") repeat center center #333; }
.displayer-fence { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/fence-background.jpg") repeat center center #333; }
.displayer-window { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/window-background.jpg") repeat center center #333; }
.displayer-driveway { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/driveway-cleaning-slide-1600x350.jpg") no-repeat center top #333; }
.displayer-patio { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("uploads/images/patio-cleaning-slide-1600x350.jpg") no-repeat center top #333; }
/*.displayer-pressure-washer { background: url("uploads/images/displayer-pressure-washer-2.jpg") repeat center top #333; } */
.bg-cover {
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}


@media (min-width: 1201px) {
	.displayer1 { background: url("images/displayer/1-lg.jpg") no-repeat center #333;	}
}
@media (max-width: 991px) {
	.displayer {
	  margin:0 auto;
	}
}
@media (max-width: 720px) {
	.displayer1 {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	.displayer h1 {
    font-size: 29px !important;
	}
	.displayer li {
	  font-size: 18px;
	}
}
@media (max-width: 642px) {
	.displayer p {
    margin-bottom: 12px;
    font-size: 18px;
	}
	.displayer li {
    font-size: 17px;
	}
}
@media (max-width: 560px) {
	.displayer .btn-full-xs {
    margin-bottom: 10px;
  }
	.displayer1 { background: url("images/displayer/1-sm.jpg") no-repeat top right #333;	}
}

/* HEADER
-------------------------------------------------- */

#header img {
	padding:10px 0;
}
#header img:hover {
	opacity:0.9;
}
#header {
	color:#0071BC;
}
#header ul {
	padding-top:6%;
}
#header li {
	font-size:15px;
	line-height:1.5;
	margin-bottom:1%;
}
.header-btn {
	margin-top:6px;
}

/* FOOTER
-------------------------------------------------- */

footer {
	margin:5px 0 0 0 !important;
	padding-top:35px;
	padding-bottom:30px;
	/*background: url("images/backgrounds/bg-footer.jpg") repeat-x center bottom;*/
	background:#489AEC;
}
footer p.lead {
  font-size: 17px;
	margin-bottom:15px;
}
footer p {
	color:#fff;
	margin-bottom:10px;
  font-size:14px;
}
footer p a {
	color:#aeccf3;
}
footer a:hover {
	color:#fff;
	opacity:1.0;
	text-decoration:none;
}
.footer-links {
  margin:0 auto 3%;
}
img.btn-footer {
  height:28px;
  margin-top:3px;
  margin-right:6px;
}

/* BUTTONS
-------------------------------------------------- */

.btn-full {
  width:100%;
  white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
  text-align:center !important;
}
.btn-full.text-left {
  text-align:left !important;
}
.btn-full.text-left span {
  float:right;
}

@media (max-width: 991px)  {
	.btn-full-md {
		width:100%;
		white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
		text-align:center;
	}
	.btn-full-md.text-left-sm {
		text-align:left !important;
	}
	.btn-full-md span.glyphicon-menu-right {
		float:right;
	}
	.btn-full-md span.glyphicon-menu-left {
		float:left;
	}
}
@media (max-width: 767px)  {
	.btn-full-sm {
    width:100%;
    white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
    text-align:center;
  }
  .btn-full-sm.text-left-sm {
    text-align:left !important;
  }
  .btn-full-sm span.glyphicon-menu-right {
    float:right;
  }
  .btn-full-sm span.glyphicon-menu-left {
    float:left;
  }
}
@media (max-width: 530px) {
	.btn-full-xs {
    width:100%;
    white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
    text-align:center;
  }
}

/* TEXT COLOURS
-------------------------------------------------- */

.blue {
	color:#397EB9 !important;
}
.orange {
	color:#F7931E !important;
}
.yellow { color:#FFE600 !important; }
.gold { color:#ffc107 !important; }


/* TESTIMONALS
-------------------------------------------------- */

.testimonial {
  margin: 0;
  padding: 22px 30px 28px 40px;
  position: relative;
  color: #333;
  border-radius: 3px;
  background:#f2f2f2;
  border-left: none;
}
.testimonial-left {
  padding: 22px 30px 28px 35px;
}
.testimonial p {
  font-size:17px;
  line-height:1.6;
  margin:0 !important;
  text-align:right;
}
.testimonial p.lead {
  font-size: 25px;
  line-height: 1.2;
}
.testimonial-left p {
  text-align:left;
}
.testimonial h5 {
  margin-top: 5px;
  margin-bottom: 0;
}
.testimonial .fa-quote-left {
  color: #d4d4d4;
  margin-left:-20px;
}
.testimonial .fa-star,
.testimonial .fa-star-o,
.testimonial .fa-star-half-o,
#testimonials .fa-star,
#testimonials .fa-star-o,
#testimonials .fa-star-half-o {
  color: #d4d4d4;
  padding: 10px 0;
  font-size:22px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-right: 27px solid transparent;
  border-left: 0 solid transparent;
  margin: 0 0 0 86%;
}
.arrow-down-left {
  border-left: 27px solid transparent;
  border-right: 0 solid transparent;
  margin: 0 0 0 50px !important;
}
.arrow-down { border-top: 25px solid #f2f2f2; }
.testimonial-pic {
  float:right;
  padding:4px 0 0 7px;
}
.testimonial-pic-left {
  float:left;
  margin: 0 0 25px 90px;
}
.testimonial-author {
  margin: 10px 25px 25px 0;
  text-align:right;
  line-height:1.1;
  font-size: 18px;
}
.testimonial-author-left {
  margin: 0 0 55px 150px;
  text-align:left;
}
.testimonial-author,
.testimonial-author strong {
  color: #000 !important;
}
.testimonial-author span,
#testimonials p.name span {
  font-size: 14px;
  color: #5c5c5c;
}
#testimonials p.name {
  font-size:18px;
  line-height:1.1;
  margin:0 0 20px 0 !important;
}

.quote-block {
  padding-top:20px;
  padding-bottom:20px;
}
.quote-block-center {
  margin-left:auto;
  margin-right:auto;
}
.quote i.fa, .quote p {
  text-align:left !important;
}
p.quote-lg,
p.quote-lg strong {
  font-size:22px !important;
  color:#004EAF !important;
}
.quote i.fa,
.quote p.quote,
.quote p.name {
  display:table-cell;
}
.quote p.name img {
  margin-top:10px;
  max-width:90px;
  max-height:40px;
}
.quote p.quote {
  font-size:18px !important;
  padding-left:10px;
  padding-right:10px;
}
.quote-sm {
  padding-bottom:30px;
}
.quote i.fa-check {
  display:inline-block;
  margin-right: 4px;
}
.quote p.name i,
.quote p.quotename i {
  color:#222;
  font-style:normal;
}
.quote i {
  color:#397cb8;
}
.quote p.name {
  border-left: 1px solid #e7e6d9;
  padding-left:20px;
  width:120px;
}
.quote p.name,
.quote p.quotename {
  font-size:12px;
  color:#747474;
  font-style:normal;
  line-height:1.3;
}
.quote p.name strong,
.quote p.quotename strong {
  font-size:17px;
  color:#222;
}
.quote p.quotename {
  padding-left:44px;
  padding-top: 20px;
}
.quote p.quotename img {
  float:left;
  padding:0 7px 0 0;
  margin-top: -8px;
	margin-bottom: 24px;
	height: 66px;
}




/* FORM
-------------------------------------------------- */

.form-col-split, .form-col-1, .form-col-2 {
  float:left;
}
.form-col-1, .form-col-2 {
  width:50%
}
.form-col-split {
  width:46%;
  margin: 0 2%;
}
.clear {
  clear:both;
}
.quoteform {
	background:#F2F2F2;
	margin-top:40px;
	padding-bottom:30px;
}
.quoteform-main {
	margin-top:20px;
	padding-bottom:30px;
}
.quoteform-main label {
	font-weight:normal;
}
#quoteform form {
	padding-top:10px;
}
.quoteform h2, .quoteform p {
	padding-left:15px;
}
#quoteform input {
	width:70%;
	float:right;
	margin: 0 auto 20px auto;
}
#quoteform textarea {
	width:100%;
	padding: 10px auto;
}
#quoteform button {
	margin-top:10px;
	float:right;
	font-size:16px !important;
}
#quoteform p.small {
	margin-top:-10px !important;
}
.quoteform-main p.small {
	text-align:center !important;
}
label.label-inline {
	float:left;
	margin: 0 auto 20px auto;
	clear:both;
}
label.label-br {
	margin: 0 auto 15px auto;
}
select.form-control {
	width:100% !important;
}
#quoteform .controls, #quoteform .controls-select {
	width:70%;
	float:right;
	padding-bottom:12px;
}
#quoteform .controls2 {
	margin-left:20px;
	float:left;
}
input.radio-inline {
	width:20px !important;
	float:left !important;
	height:19px;
}
label.radio-inline {
	float:left !important;
	margin: 0 14px 0 5px !important;
	padding: 0 !important;
	line-height:19px;
}
.quoteform .feedback p {
	text-align:left;
}
.feedback {
	height:40px;
	margin: 0 0 10px 0;
	border-radius: 6px;
}
.feedback p {
	line-height:40px;
	text-align:center;
	font-size:14px !important;
}
.feedback span {
	margin: 0 5px 0 0;
}
.feedback-success {
	margin: 0 0 10px 0;
	border-radius: 6px;
}
.feedback-success p {
	padding-bottom:20px;
	text-align:center;
	font-size:18px !important;
}
.feedback-success h2 {
	text-align:center;
	font-size:40px !important;
}
.feedback-success h2 span {
	margin: 20px 0 0 0;
}
.has-warning {
  border-color: #F7931E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.img-van {
	float:right;
	margin-top:-45px;
}
.img-gallery {
	padding-bottom:30px;
}
.img-gallery img {
	margin-top:10px;
	margin-bottom:10px;
}

button.btn-inline {
	width:100%;
	font-size:18px;
	margin: 2% auto;
	padding:15px 16px;
}
.cta-row {
	padding-bottom:15px;
}


@media (max-width: 990px) {
  .form-col-split {
	width:100%;
	margin: 0 2%;
  }
}
@media (min-width: 800px) and (max-width: 990px) {
  .img-van {
	width:38%;
	margin-top:-33px;
  }
}
@media (min-width: 441px) and (max-width: 799px) {
  .img-van {
	width:36%;
	margin-top:-36px;
  }
}
@media (max-width: 530px) {
  .form-col-1 {
	width:40%
  }
  .form-col-2 {
	width:60%
  }
}
@media (max-width: 500px) {
  #quoteform button, #quoteform button.btn-lg {
	float:none;
	margin:5px 0 0 0;
	font-size:18px !important;
	width:100%;
  }
  #quoteform .form-btn {
	width:100%;
  }
  #quoteform input {
	width:66%;
  }
}
@media (min-width: 300px) and (max-width: 440px) {
  #quoteform input {
	width:60%;
  }
  .img-van {
	width:44%;
	margin-top:-36px;
  }
}
@media (max-width: 500px) {
  .controls-select {
	width:66% !important;
  }
}
@media (max-width: 440px) {
  .controls-select {
	width:60% !important;
  }
}
@media (max-width: 340px) {
  .controls-select {
	width:50% !important;
  }
  .controls {
	width:auto !important;
	margin-left:20px;
	float:left !important;
  }
  .form-col-1 {
	width:37%
  }
  .form-col-2 {
	width:63%
  }
}


/* MEDIA QUERY
-------------------------------------------------- */

@media (min-width: 1400px){ 
	.container {
		width: 1370px;
	}
	.carousel-control {
		width: 5% !important;
		z-index: 99;
	}
}

@media (min-width: 1600px) { 
	.container {
		width: 1570px;
	}
	.carousel-control {
		width: 5% !important;
		z-index: 99;
	}
}
/*
@media (min-width: 1500px){ 
	.container {
		width: 1470px;
	}
	.carousel-control {
		width: 5% !important;
		z-index: 99;
	}
}



@media (min-width: 1700px){ 
	.container {
		width: 1670px;
	}
	.carousel-control {
		width: 5% !important;
		z-index: 99;
	}
}
@media (min-width: 1800px) {
	.container {
		width: 1770px;
	}
	.carousel-control {
		width: 5% !important;
		z-index: 99;
	}
}
@media (min-width: 1900px){ 
	.container {
		width: 1870px;
	}
	.carousel-control {
		width: 5% !important;
		z-index: 99;
	}
}
@media (min-width: 2000px) {
	.container {
		width: 1970px;
	}
	.carousel-control {
		width: 5% !important;
		z-index: 99;
	}
}
*/

@media (min-width: 340px) and (max-width: 991px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 341px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
}


@media (min-width: 768px) {
  .show-sm {
	display:none;
  }
  .navbar {
    border-radius: 0px;
  }
}


@media (min-width: 768px) and (max-width: 840px) {
  .img-sm {
    width:90%;
  }
  .img-xs {
    width:80%;
  }
}

@media (min-width: 441px) and (max-width: 767px) {
  .img-sm {
    width:50%;
  }
  .img-xs {
    width:40%;
  }
  .cta-center {
	float:none;
	margin: 0 auto;
	padding-top:0;
	clear:both;
  }
  #cta-home {
	padding-bottom:5px;
  }
}

@media (max-width: 991px) {
	.quote p.quote {
		font-size:17px !important;
	}
	.quote p.name,
	.quote p.quotename {
		font-size:12px;
	}
	.quote p.name strong,
	.quote p.quotename strong {
		font-size:15px;
	}
}

@media (max-width: 989px) {
  #header ul {
	padding-top:3%;
  }
  #header li {
	font-size:14px;
	line-height:1.4;
	margin-bottom:0;
  }
  .header-btn {
	margin-top:2px;
  }
  footer p, footer a {
	font-size:14px;
  }
}

@media (min-width: 517px) and (max-width: 767px) {
  div.header-bullets {
	float:left;
  }
  .header-btn {
	width: 210px;
	margin-top:-10px;
	margin-bottom:6px;
	float:right;
  }
}

@media (max-width: 770px) {
  button.btn-inline {
	font-size:18px !important;
	margin: 1% auto;
  }
}
@media (max-width: 767px) {
  .hide-md {
	display:none !important;
  }
  .hide-img-sm {
	display:none;
  }
  .show-img-sm {
	display:block;
  }
	.quote p.quote {
		line-height:1.5;
	}
	.quote p.name strong,
	.quote p.quotename strong {
		font-size:14px;
	}
}
@media (max-width: 720px) {
  .footer-hide-sm {
	display:none !important;
  }
  .footer-links {
	text-align:center;
	margin:0 auto 3%;
  }
  .copyright {
	text-align:center;
  }
}
@media (max-width: 580px) {
  .footer-hide-xs {
	display:none !important;
  }
}
@media (max-width: 550px) {
  .hide-sm {
	display:none !important;
  }
}
@media (max-width: 530px) {
	.quote p.name {
		display:inline-block;
		border-left: none;
		margin-bottom: 0;
		padding-top:20px;
		padding-left:45px;
		width:100%;
	}
}
@media (max-width: 516px) {
  div.header-bullets {
	width:230px;
	margin: -10px auto -10px auto;
  }
  .header-btn {
	width: 260px;
	margin: 0 auto 6px auto;
  }
}
@media (max-width: 440px) {
  .show-sm, .show-sx {
	display:block;
  }
  .hide-xs {
	display:none;
  }
  .img-sm {
    width:70%;
  }
  .img-xs {
    width:50%;
  }
  .cta-center {
	float:none;
	margin: 0 auto;
	padding-top:0;
	clear:both;
  }
  #cta-home {
	padding-bottom:0px;
  }

  .header-btn {
	width: 240px;
	margin: 0 auto 6px auto;
  }
	footer {
		padding-top:25px;
		padding-bottom:25px;
	}
  footer p, footer a {
	font-size:14px;
  }
  .copyright p, .copyright a {
	line-height:60px;
  }
  
  div#navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
  }
  div#header {
	padding-top:50px;
	margin-top:50px;
  }
}

.banner1-articles {
  background: #333 !important;
}
/* End of 'custom' */

