/* cmsms stylesheet: layout modified: 02/04/17 09:52:42 */
/* Page */
body {
    overflow-x: hidden;
}
body.noscroll {
	overflow:hidden;
}

/* reset */
a,
a:hover {
	text-decoration:none;
}

/* Fix up BS */
input[type=image] {
	width: auto;
	height: auto;
}
.img-responsive {
	width: auto;
}

/* content defaults */
blockquote {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	margin: 0px 0px 20px 0px;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
}
blockquote cite {
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
ul.multicolumn {
	overflow:hidden;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
ul.multicolumn li {
	float:left;
	display:inline;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}
ul.double li  { width:50%;}
ul.triple li  { width:33.333%; }
ul.quad li    { width:25%; }

/* Testimonial */
.testimonials p {
	background: #d1d1d1;
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 20px;
	position: relative;
}
.testimonials p:after {
	border-top: 22px solid ;
	border-left: 0px solid transparent;
	border-right: 22px solid transparent;
	left: 60px;
	bottom: -22px;
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	border-top-color: #d1d1d1;
	border-left-style: inset;
	border-right-style: inset;
}
.testimonials .testimonial-info {
  min-height: 60px;
}
.testimonials .testimonial-info span {
  color: #000000;
}
.testimonials .testimonial-info span em {
  color: #777;
  display: block;
}
.testimonials .testimonial-info img {
  border: 4px solid #d1d1d1;
  float: left;
  height: 60px;
  margin-right: 15px;
  padding: 2px;
  width: 60px;
}
.testimonials .carousel-indicators {
  bottom: 46px;
  left: auto;
  right: 80px;
  width: auto;
}
.testimonials .carousel-indicators li {
  border-color: #b3b3b3;
}
.testimonials-arrows {
  bottom: 57px;
  left: auto;
  right: 37px;
  width: auto;
  position: absolute;
}
.testimonials-arrows a {
  color: #b3b3b3;
}
.testimonials-bg-primary p {
  background: #3c3343;
  color: #ffffff;
}
.testimonials-bg-primary p:after {
  border-top-color: #3c3343;
}
.testimonials-bg-light p {
  background: #ffffff;
}
.testimonials-bg-light p:after {
  border-top-color: #ffffff;
}
.testimonials-bg-dark p {
  background: #27212c;
  color: #FFFFFF;
}
.testimonials-bg-dark p:after {
  border-top-color: #27212c;
}

/* Embeded content */
.responsive-embed {
	position: relative;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Header */
header.coverpage {
    text-align: center;
}

/* Navigation */
.navstyle1,
.navstyle2,
.navstyle3,
.navstyle4,
.navstyle5,
.navstyle6 {
	min-height: 0px;
	margin: 0px;
}
.navstyle1 nav,
.navstyle2 nav,
.navstyle3 nav,
.navstyle4 nav,
.navstyle5 nav,
.navstyle6 nav {
	border: none;
	min-height: 0px;
	border-radius: 0px;
	margin: 0px;
}
.navstyle1 .navbar-brand,
.navstyle2 .navbar-brand {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: auto;
}
.navstyle1 .navbar-brand {
	padding-top: 10px;
}

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}




/* make sidebar nav vertical */ 
@media (min-width: 768px) {

	header.coverpage {
		color: #fff;
		background-attachment: fixed;
		background-position: center center;
		background-repeat: none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}	
	.vertical-nav {
		float: none;
	}
	.vertical-nav:not {
		display: block;
	}
	.vertical-nav li {
		float: none;
		display: block;
	}
}

/* sections */
section.shaded {
	box-shadow:	inset 0px 20px 20px -7px rgba(0,0,0,0.1);
}
section.boxed {
	background-color: transparent;
}
section {
	padding: 0px;
	margin: 0px;
}
section.parallax {
	background-position: 50% 0%;
    background-attachment: fixed;
    background-repeat: repeat;
	background-size:100% 100%;
/*
	background-size: 50% 0;
	height: auto; 
	margin: 0 auto;
	position: relative;
	padding: 100px 0;
*/
}
.section-diamondmenu {
	padding: 0px;
}
.hoverlink:hover {
	cursor: pointer;
}
header.boxed .container,
footer.boxed .container,
section.boxed .container {
	background-color: white;
}
.diamondswrap .iteminfo {
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding-top: 100px;
	color: white;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.diamondswrap .item:hover .iteminfo {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.diamondswrap .iteminfo:hover {
	background: rgba(0, 0, 0, 0.7);
}
.diamondswrap .item {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0% 0;
    background-position: center center;
    background-size: 400px;
/*    background-size: cover; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.diamonds {
	width: 2000px;	
	position: relative;
	left: -200px;
	top: -200px;
	text-align: center;
	overflow: visible;
	white-space: nowrap;
	display: inline-block;
}

.diamond-row-wrap {
    text-align: center;
    position: relative;
    float: left;
    clear: both;
}
.diamond-row-upper, .diamond-row-lower {
    overflow: visible;
    clear: both;
    width: 100%;
}
.diamond-row-lower {
    position: absolute;
    bottom: 0;
}
.diamond-row-lower .diamond-box {
	margin-left: 64.644660941%; /* 1 - 1 / sqrt(2) / 2 */
	margin-top: 64.644660941%;
}

.diamond-box-wrap {
    float: left;
}
.diamond-box {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    overflow: hidden;
    
    position: relative;
    z-index: 1;
    
    width: 70.710678118%; /* x = sqrt(x^2 / 2) = 1 / sqrt(2) = 0.70710678118 */
    height: 70.710678118%;
    margin: 14.644660941%;
    
    border: 1px solid transparent;
}

.diamond-box-inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    
    width: 141.421356237%; /* sqrt(2) */
    height: 141.421356237%;
    margin: -20.7106781185% 0 0 -20.7106781185%; /* (1 - sqrt(2)) / 2 */
}

/* Carousels */
.sequencecontainer {
    position: relative;
	overflow: hidden;
}
.sequencecontainer > .sequence-canvas li > * {
    position: absolute;
}
.sequencecontainer > .sequence-canvas { 
    height: 100%; 
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.sequencecontainer > .sequence-canvas > li { 
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	padding: 0px;
	margin: 0px;
}
.animate-in .framespeed,
.animate-out .framespeed {
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
    transition-duration: .25s;
}

/* isotope */
.isotopegrid .item .item-wrap {
	position:relative;
	overflow:hidden;
	margin-bottom: 20px;
}
.isotopegrid .item .item-wrap .caption {
	position:absolute;
	top:0;
	background:rgba(50, 50, 50, 0.25);
	height:100%;
	width:100%;
	right:0;
	display: none;
	text-align:center;
	color:#fff !important;
	z-index:2;
}
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.multiitemcarousel {
	overflow: hidden;
}
.multiitemcarousel .carousel-control.left,
.multiitemcarousel .carousel-control.right {
    background-image: none;
	width: 40px;
}
.multiitemcarousel .carousel-control.left {
	left: 0px;
}
.multiitemcarousel .carousel-control.right {
	right: 15px;
}
.multiitemcarousel .carousel-control .glyphicon {
	font-size: 50px;
}
.multiitemcarousel .carousel-inner {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
}
/* Fade in and out slides */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function:linear;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* back to top */
#back-top a{position:fixed;bottom:30px;right:30px;color:#eee;background-color:rgba(0,0,0,0.3);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;padding:10px;border-radius:5px;text-align:center}
#back-top a:hover{background-color:rgba(0,0,0,0.7)}

/* buttons and icons */
.btn {
display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;
}
ul.largesocialicons {
    margin-bottom: 0;
}
ul.largesocialicons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.icon-large:hover{ 
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
    filter: none;
}

/* forms */
.form-group.required label:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 9px;
	content: " \f069";
	color: red;
	vertical-align:top;
}
.form-control {
	margin-bottom: 10px;
}
input[type=checkbox],
input[type=radio] {
	width: 20px;
	height: 20px;
	float: left;
}
.form-subfields {
	overflow: auto;
	width: 100%;
}
.form-subfields select {
	margin-right: 20px;
	width: auto;
	float: left;
}

/* content */
section br {
	clear: both;
}

/* images - gallery */
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
.imggogrey:hover{ 
	-webkit-filter: grayscale(90%);
	-webkit-filter: grayscale(1);
	filter: grayscale(90%);
	filter: gray;
}
.imggocoloured {
	-webkit-filter: grayscale(90%);
	-webkit-filter: grayscale(1);
	filter: grayscale(90%);
}
.imggocoloured:hover {
	-webkit-filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	filter: none;
}

.imagebutton {
	position: relative;
}
.imagebutton .zoom {
    overflow: hidden;
}
.imagebutton .zoom img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
	z-index: 5;
}
.imagebutton:hover .zoom img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
.imagebutton .captionlower {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
}
.imagebutton .captioncentred {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}

.flipcard {
border: 1px solid red;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
	 -moz-transition: -moz-transform 1s;
	   -o-transition: -o-transform 1s;
		  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
	 -moz-transform-style: preserve-3d;
	   -o-transform-style: preserve-3d;
		  transform-style: preserve-3d;
}

.flipcard.flipped {
  -webkit-transform: rotateY( 180deg );
	 -moz-transform: rotateY( 180deg );
	   -o-transform: rotateY( 180deg );
		  transform: rotateY( 180deg );
}

.flipcard figure {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
		  backface-visibility: hidden;
}

.flipcard .flipcardfront {
}

.flipcard .flipcardback {
  -webkit-transform: rotateY( 180deg );
	 -moz-transform: rotateY( 180deg );
	   -o-transform: rotateY( 180deg );
		  transform: rotateY( 180deg );
}


/* Extra Small Devices, Phones col-xs- */ 
/* content */
header.coverpage .coverpageinner {
	padding-top: 80px;
	padding-bottom: 70px;
}
#back-top a i{font-size:1em}

.fa-phone {font-size: 40px; margin-top: 10px;}

/* Small Devices, Tablets col-sm- */
@media only screen and (min-width : 768px) {
	#back-top a i{font-size:3em}
	header.coverpage .coverpageinner {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.navstyle2 .dropdown:hover>.dropdown-menu,
	.navstyle3 .dropdown:hover>.dropdown-menu,
	.navstyle4 .dropdown:hover>.dropdown-menu,
	.navstyle5 .dropdown:hover>.dropdown-menu {
		display: block;
	}

}

/* Medium Devices, Desktops - col-md- */
@media only screen and (min-width : 992px) {
	header.coverpage .coverpageinner {
		padding-top: 250px;
		padding-bottom: 250px;
	                               }
        }

/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1200px) {
}
/* carousel - dynamicwidecarousel */
.dynamicwidecarousel .item img {
	width: 100%;
	height: auto;
}
/* cmsms stylesheet: styles modified: 02/04/17 10:40:52 */
* {
/*  	border: 1px dashed red; */
}
/* sections */
section.boxed .container {
	padding-top: 10px;
	padding-bottom: 0px;
}

/* fonts */
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    font-family: 'PT Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
}
section table tr th,
section table tr td,
section p,
section ul li,
section ol li,
section p a,
section p a:hover,
.form-group {
    font-family: 'PT Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
}
section h1 strong,
section h2 strong,
section h3 strong,
section h4 strong,
section h5 strong,
section h6 strong,
section p strong {
	font-weight: 800;
}
section h6 {
	text-decoration: underline;
}

/* colours and standard look */
section {
	background-color: #fff;
}
section .container {
	padding-top: 40px;
	padding-bottom: 30px;
}

section h1 {
	color: #ff1d2b;
        FONT-WEIGHT: BOLD;
}
section h2 {
	color: #3d3d3d;
/*	text-transform:uppercase;  */
}
section h3 {
	color: #d22222; 
/*	color: #404040; */
}
section h4 {
	color: #3D3D3D;
}
section p,
section ul li,
section ol li,
section .form-group  {
	color: #3D3D3D;
}
section a {
	color: #3D3D3D;
	text-decoration:underline;
}
section a:hover {
	color: #3D3D3D;
}
.btn-small,
.btn-large {
	background-color: #414140;
	border-color: #414140;
	color: white;
	text-decoration:none;
}
.btn-small:hover,
.btn-small:focus,
.btn-small:active,
.btn-small.active,
.btn-large:hover,
.btn-large:focus,
.btn-large:active,
.btn-large.active {
	background-color: white;
	border-color: #414140;
	color: #414140;
}
section table {
	width: 100%;
	border-collapse:collapse;
}
/*
section table tr:nth-child(odd) {
	background: #eef3e1;
} 
*/
section table tr td {
	padding: 2px;
}
/*
section img.pull-left,
section img.pull-right,
*/
.btn-small,
.btn-large,
.multiitemcarousel .img-responsive {
/*	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;  */
}

/* alternate colours */
section.alternate {
/*        background-color: #2b387b;   */
        background-color: #911c23; 
 
}
section.alternate .container {
	padding-top: 0px;
	padding-bottom: 0px;
/*	padding-top: 30px; */
/*	padding-bottom: 25px; */
}

section.alternate h1 {
	color: white;
        text-transform:uppercase;
}
section.alternate h2 {
	color: white;
         margin-top: 8px;
         margin-bottom: -5px;
}
section.alternate h3 {
	color: white;
}
section.alternate h4 {
	color: white;
}
section.alternate .text-center img {
	margin: 0; auto; 
}
section.alternate .text-left img {
	margin: 0 auto;
}
section.alternate .text-right img {
	margin: 0 auto;
}
section.alternate .text-center p,
section.alternate .text-left p,
section.alternate .text-right p {
	text-align: center;
	clear: both;
	padding-top: 20px;
	color: white;
}
section.alternate a {
	color: white;
	text-decoration:none;
	text-transform:uppercase;
font-size: 20px;
}
section.alternate a:hover {
	color: white;
	text-decoration:none;
}

/* carousel - widecarousel */
.widecarousel {
}
.widecarousel .item {
	height: 150px;
	overflow: hidden;
}
.widecarousel .item img {
	width: 100%;
	height: auto;
}

/* navstyle3  */
.navstyle3 {
	background-color: #blue;
	padding: 0px;
}
.navstyle3 nav {
	background-color: #fff;  
/*	background-color: #e3e5f0;  */
}
.navstyle3 .navbar-brand {
	width: 100%;
	padding-left: 10px;
}
.navstyle3 .navbar-brand img {
	height: 70px;
}
.navstyle3 .row1 {
	background-color: transparent;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navstyle3 .row2 .container {
	background-color: transparent;
	padding-left: 0px !important;
}
.navstyle3 .row2 {
/*	background-color: #414140;  */
	background-color: rgba(135, 14, 21, 0.75);
        border-bottom: 1px solid #777777;
}
.navstyle3 .navbar-brand {
	height: 75px;
	padding-top: 0px;
}
.navstyle3 .tagline {
	float: right;
	padding-right: 10px;
	padding-top: 0px;
}
.navstyle3 .tagline,
.navstyle3 .tagline a  {
	color: #f91e2c;
	font-size: 18px;
        line-height: 5px;
	text-transform:uppercase;
}
.navstyle3 .tagline p {
	color: #3f2e20; 
	font-size: 26px;
}

.navstyle3 .tagline h3 {
	color: #404040; 
	font-size: 24px;
}

p {
	color: white;
	font-size: 26px;
}



.navstyle3 .navbar-nav {
    clear: left;
}
.navstyle3 .nav li a {
	font-family: 'PT Sans',Helvetica,Arial,sans-serif;
	text-transform:uppercase;
/*        color: #2b3985; */
         color: #fff; 
        font-weight: semi-bold;
}
.navstyle3 .nav li.active {
	/* background-color: #252524; */

}
.navstyle3 .nav li li.active {
	 background-color: #1c1c1c; 
/*	 background-color: #2b3985;  */

}
.navstyle3 .nav li a:hover,
.navstyle3 .nav li a:focus {
	background-color: #af373c; 
/*	background-color: rgb(25,36,86);  */
	color: white;
}
.navstyle3 .nav li li a:hover
.navstyle3 .nav li li a:focus{
	background-color: #000080; 
	color: white;
}
.navstyle3 .nav li.active > a,
.navstyle3 .nav li.active > a:hover,
.navstyle3 .nav li.active > a:focus {
	 color: white; 
        /* color: #337ab7;  */
        font-weight: bold;
	background-color: transparent;
}
.navstyle3 .dropdown-menu {
	background-color: #911c23;
        /*background-color: #37532A; */
        /*background-color: #192456; */

}
.navstyle3 .dropdown-menu li a {
	color: white;
	background-color: transparent; 
 }
.navstyle3 .navbar-toggle {
	margin-left: 10px;
	float: left;
/*	border-color: #24397c; */
	border-color: #414140; 
	border-width: 3px;
}
.navstyle3 .navbar-toggle:hover,
.navstyle3 .navbar-toggle:focus {
	background-color: #e4e4e4; 

}
.navstyle3 .navbar-toggle .icon-bar {
	background-color: #37532a; *
	height: 3px;
}
.navstyle3 .row2 .searchcontainer {
	padding: 0px;
}

/* Footer */
footer p {
	margin: 0px;
}
.footerrow1 {
	/* background-image: url( 'http://www.franklincarandtruckrentals.co.nz/uploads/layout/Broken-Concrete-2000x391.png' ); */
/*	background-repeat:no-repeat; */
	background-color: white;
	color: white;
	text-transform: uppercase;
        h2: 18px; 

}
.footerrow1 .container-fluid {
	background-color: #454545;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerrow1 a,
.footerrow1 a:hover {
	color: white;
	text-transform: uppercase;
}
.footerrow2 {
	background-color: #dedede;
	color: #969393;
	text-transform: uppercase;
}
.footerrow2 a,
.footerrow2 a:hover {
	color: #969393;
	text-transform: uppercase;
}

/* special image effects */
section img.pull-left,
section img.pull-right,
section img.niceborder {
/*	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);

	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #fafafa;
*/
}

/* special styles */
.important {
	color: red;
}

/* Extra Small Devices, Phones col-xs- */ 
/* content */
.coverpageinner h2 {
	font-size: 20px;
}
.coverpageinner h3 {
	font-size: 15px;
}
section blockquote,
section .testimonials p {
	font-size: 11px;
}
section blockquote cite {
	font-size: 11px;
}	
section h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}
section h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
}
section h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
section h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}
section h5 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}
section .form-group,
section table tr td,
section p,
section ul li, 
section ol li {
	font-size: 14px;
	line-height: 22px;
}
section table,
section p,
section ol,
section ul {
	margin: 0px 0px 18px 0px;
}
section ul li p,
section ol li p {
	margin-bottom: 0px;
}

section .form-group .control-label {
	font-weight: 700;
}
section .form-group .form-control {
	font-weight: normal;
}
.fieldspace {
	padding: 5px;
}
section img.pull-right {
	margin-bottom: 10px;
}
section img.pull-left {
	margin-bottom: 10px;
}
.imagebutton .captionlower {
	padding: 5px;
}
.imagebutton .captionlower a {
	font-size: 20px;
}
.imagebutton .captioncentred {
	padding: 20px;
}
.imagebutton .captioncentred a {
	font-size: 35px;
	line-height: 40px;
}
	/* footer */
	.footerrow1 p,
	.footerrow1 a,
    .footerrow1 h2 {font-size: 16px; color:white;}
	.footerrow2 p,
	.footerrow2 a {
		font-size: 12px;
		line-height: 24px;
           color:#2B2B2B;
	}

/* Mobile overrides */
@media only screen and (max-width : 768px) {
	section img.pull-right,
	section img.pull-left {
		width: 100%;
		float: none;
}
    .col-xs-6 {
        width: 90%;
        margin-left: 5%;
	}

	.footerrow1 h3 {
          	padding-top: 15px;
		padding-bottom: 15px;
                color:#d4d4d4;
                font-size: 18px;
	}

}

/* Small Devices, Tablets col-sm- */
@media only screen and (min-width : 768px) {

	/* sections and header */
	section {
/*		background-image: url( 'http://www.franklincarandtruckrentals.co.nz/uploads/layout/content-bg.jpg' );  */
/*		background-image: url( 'http://www.franklincarandtruckrentals.co.nz/uploads/layout/Tyre-profile.png' ); */
		background-position: top right;
		background-repeat:no-repeat;
	}
	section.alternate {
		background-image:none;
                background-color:#911c23;
             /* background-color: #495b03;  */
            /*    background-color: #2b397b; */ 
	}
	section .container {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	section.alternate .container {
		padding-top: 10px;
		padding-bottom: 10px;
/*		padding-top: 60px; */
/*		padding-bottom: 50px; */
	}
	/* navstyle3 */

	.navstyle3 .navbar-header {
		width: 100%;
                max-height:80px;
	}
	.navstyle3 .navbar-brand {
		width: 80%;
		height: 78px;
                margin-top: -50px;
                float: right;
	}
	.navstyle3 .navbar-brand img {
		height: 78px;
                float: right;
                margin-top: -80px;
        }
	.navstyle3 .tagline {
		clear: none;
		float: left;
		width: 80%;
		text-align:left;
		padding-right: 0px;
		font-size: 15px;
		padding-top: 50px;
	}
       .navstyle3 .tagline h1    { 
          font-size: 23px;
          line-height: 40px;
          margin: -30px 0px 12px 0px;
          font-weight: bold;
          color: #D22222;
      }
      .navstyle3 .tagline h3    { 
       font-size: 17px;
      }
	.footerrow1 p,
	.footerrow1 a,
    .footerrow1 h2 {font-size: 16px; color:white;}
    .footerrow1 h3 {font-size: 16px; color:#d4d4d4;}
	.footerrow2 p,
	.footerrow2 a {
		font-size: 12px;
		line-height: 24px;
           color:#2B2B2B;
	}

	.navstyle3 ul {
		width: 100%;
	}
	.navstyle3 ul li {
		width: 20%;
		text-align:center;
	}
	.navstyle3 .nav li a {
		font-size: 15px;
		padding: 10px;
	}
	.navstyle3 .dropdown-menu {
		width: auto;
	}
	.navstyle3 .dropdown-menu li {
		width: auto;
		text-align: left;
	}
	.navstyle3 .dropdown-menu li a {
		font-size: 12px;
		padding: 2px 10px;
	}
	/* carousel - widecarousel */
	.widecarousel .item {
		height: 250px;
	}
	/* content */
	.coverpageinner h2 {
		font-size: 28px;
	}
	.coverpageinner h3 {
		font-size: 20px;
	}
	section h1 {
		font-size: 38px;
		line-height: 40px;
		margin: 0px 0px 20px 0px;
	}
	section h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0px 0px 20px 0px;
	}
	section h3 {
		font-size: 20px;
		line-height: 25px;
		margin: 10px 0px 10px 0px;
	}
	section h4 {
		font-size: 20px;
		line-height: 21px;
		margin: 0px 0px 16px 0px;
	}
	section h5 {
		font-size: 14px;
		line-height: 22px;
		margin: 0px 0px 17px 0px;
	}
	section h6 {
		font-size: 14px;
		line-height: 22px;
		margin: 0px 0px 17px 0px;
	}
	section table tr td,
	section .form-group,
	section p,
	section ul li, 
	section ol li {
		font-size: 13px;
		line-height: 21px;
	}
	section table,
	section p,
	section ol,
	section ul {
		margin: 0px 0px 16px 0px;
	}
	section ul li p,
	section ol li p {
		margin-bottom: 0px;
	}
	.btn-small {
		font-size: 13px;
		padding: 5px 10px 5px 10px;
	}
	.btn-large {
		font-size: 22px;
		padding: 10px 20px 10px 20px;
	}
	section img.pull-left,
	section img.pull-right {
		width: initial;
		max-width: 300px;
	}
	section img.pull-right {
		margin-left: 15px;
		margin-bottom: 15px;
	}
	section img.pull-left {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.imagebutton .captionlower {
		padding: 5px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 20px;
	}
	.imagebutton .captioncentred a {
		font-size: 45px;
		line-height: 40px;
	}

	/* content - alternate */
	section.alternate .text-center img {
		margin: 0 auto;
	}
	section.alternate .text-left img {
		float: left;
	}
	section.alternate .text-right img {
		float: right;
	}
	section.alternate .text-left p {
		text-align: left;
color:#2B2B2B;
	}
	section.alternate .text-right p {
		text-align: right;
	}

	/* footer */
	.footerrow1 {
/*		padding-top: 70px;
		padding-bottom: 60px; */
                font-size h2: 18px;
	}
	.footerrow2 {
		padding-top: 12px;
		padding-bottom: 12px;
                color:#2B2B2B;
	}
	.footerrow1 p
	.footerrow1 a,
    .footerrow1 h2 {font-size: 16px;}
	.footerrow2 p ,
	.footerrow2 a {
		font-size: 10px;
		line-height: 15px;
color:#2B2B2B;
	}
	/* carousel - widecarousel */
	.dynamicwidecarousel .overlay {
		position: absolute;
		z-index: 1000;
		width: 100%;
	}
}

/* Medium Devices, Desktops - col-md- */
@media only screen and (min-width : 992px) {
	/* sections and header */
	/* navstyle3 */
	.navstyle3 .row1 {
		/* padding-top: 30px; */
		padding-bottom: 50px;
                margin-bottom: -45px;
	}	
	.navstyle3 .navbar-brand {
		width: 20%;
		height: 78px;
	}
	.navstyle3 .navbar-header{
		max-height: 120px;
	}
	.navstyle3 .navbar-brand img {
		height: 110px;
                margin-top: 50px;
	}
	.navstyle3 .tagline {
		font-size: 15px;
		padding-top: 45px;
	}
.navstyle3 .tagline h1    { 
          font-size: 30px;
          line-height: 40px;
     /*     margin: 0px 0px 22px 0px;  */
          font-weight: bold;
          color: #D22222;
      }
.navstyle3 .tagline h3    { 
       font-size: 24px;
      }
	.navstyle3 .nav li a {
		font-size: 15px;
		padding: 10px;
	}
	.navstyle3 .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 10px;
	}
	/* content */
	section blockquote,
	section .testimonials p {
		font-size: 18px;
	}
	section blockquote cite {
		font-size: 14px;
	}	
	section h1 {
		font-size: 40px;
		line-height: 42px;
		margin: 0px 0px 22px 0px;
                FONT-WEIGHT: BOLD;
	}
	section h2 {
		font-size: 26px;
		line-height: 32px;
		margin: 0px 0px 22px 0px;
	}
	section h3 {
		font-size: 25px;
		line-height: 27px;
		margin: 0px 0px 22px 0px;
	}
	section h4 {
		font-size: 22px;
		line-height: 23px;
		margin: 0px 0px 18px 0px;
	}
	section h5 {
		font-size: 16px;
		line-height: 24px;
		margin: 0px 0px 19px 0px;
	}
	section h6 {
		font-size: 16px;
		line-height: 24px;
		margin: 0px 0px 19px 0px;
	}
	section table tr td,
	section .form-group,
	section p,
	section ul li, 
	section ol li {
		font-size: 16px;
		line-height: 24px;
	}
	section table,
	section p,
	section ol,
	section ul {
		margin: 0px 0px 19px 0px;
	}
	section ul li p,
	section ol li p {
		margin-bottom: 0px;
	}
	.btn-small {
		font-size: 16px;
		padding: 5px 10px 5px 10px;
	}
	.btn-large {
		font-size: 30px;
		padding: 10px 20px 10px 20px;
	}
	section img.pull-left,
	section img.pull-right {
		max-width: 500px;
	}
	section img.pull-right {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	section img.pull-left {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.imagebutton .captionlower {
		padding: 2px;
	}
	.imagebutton .captionlower a {
		font-size: 14px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 25px;
		line-height: 30px;
	}

	/* carousel - widecarousel */
	.widecarousel .item {
		height: 350px;
	}
	/* footer */
	.footerrow1 {
/*		padding-top: 70px;
		padding-bottom: 60px;  */
                font-size: h2: 18px;
	}
	.footerrow2 {
		padding-top: 15px;
		padding-bottom: 15px;
                color:#2B2B2B;
	}
	.footerrow1 p,
	.footerrow1 a,
    .footerrow1 h2 {font-size: 20px;}
	.footerrow2 p,
	.footerrow2 a {
		font-size: 12px;
		line-height: 22px;
                color:#2B2B2B;
	}
}

/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1200px) {
	/* navstyle3 */
	.navstyle3 .tagline {
		font-size: 18px;
                margin-top: -40px;
                width: 80%;
	}
	.navstyle3 .nav li a {
		font-size: 18px;
		padding: 18px;
	}
	.navstyle3 .dropdown-menu li a {
		font-size: 17px;
		padding: 2px 10px;
	}
	.navstyle3 .row2 .searchcontainer {
		padding-top: 10px;
	}
.navstyle3 .tagline h1    { 
          font-size: 30px;
          line-height: 40px;
          margin: 0px 0px 22px 0px;  
          font-weight: bold;
          color: #D22222;
      }

	/* content */
	.imagebutton .captionlower {
		padding: 3px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 33px;
		line-height: 40px;
	}
	
	/* footer */

	.footerrow1 p,
	.footerrow1 a,
        .footerrow1 h2 {font-size: 20px;}
        .footerrow1 h3 {
         font-size: 20px;
         margin-top: 12px;
         color: #000;
         }
	.footerrow2 p,
	.footerrow2 a {
		font-size: 20px;
		line-height: 24px;
                color:#2B2B2B;
	}


}
/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1600px) {
	
	/* carousel - widecarousel */
	.widecarousel .item {
		height: 550px;
	}


    .navstyle3 .navbar-brand img {
	height: 90px;
        margin-top: 60px;
        float: right;
	}
}
/* cmsms stylesheet: cmsmseditor modified: 02/02/17 15:18:23 */
@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic');

body {
	background-color: white;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, 'PT Sans';
}
p, ul li, ol li {
	font-family: Arial, 'PT Sans';
        color: #141414;
}
h1 {
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 22px 0px;
        font-weight: bold;
        color: #D22222;
}
h2 {
	font-size: 25px;
	line-height: 28px;
	margin: 0px 0px 25px 0px;
        color: #D22222;
}
h3 {
	font-size: 24px;
	line-height: 21px;
        font-weight: bold;
	margin: 0px 0px 19px 0px;
        color: #D22222;
}
h4 {
	font-size: 17px;
	line-height: 20px;
	margin: 0px 0px 17px 0px;
        color: #D22222;
}
p,
ul li,
ol li {
	font-size: 16px;
	line-height: 20px;
        color: #141414;
}
p,
ul,
ol {
	margin: 0px 0px 16px 0px;
        color: #141414;
}
ul li p,
ol li p {
	margin-bottom: 0px;
        color: #141414;
}
