/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
#formPlace {
/*     float:right; */
    margin-left:0px;
    width: 100%;
}

body {
    background: #fff;
    font: 15px 'Lato', museo_sans, arial, verdana, helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    text-rendering: optimizelegibility;
    line-height: 1.4em;
    position: relative;
}

#link17 {
    display: none!important;
}

.fancybox-nav{
    display: none;
}

body a {
    color: #000;
}
.sectionFW {
    width: 100%;
}

#subBanner {
    text-align: center;
}


#subBanner .container .pageHeading {
    width:100%;
    text-align:left;
}

#subBanner .pageHeading {
    margin:15px 5px -10px;
}


#subBanner img {
    max-width: 1000px;
    width: 100%;

    margin-bottom: -6px;
}
#subBannerContact .container, #subBanner .container {
    text-align: center;
}
#subBannerContact img {
    max-width: 1000px;
    width: 100%;

    margin-bottom: -5px;
}
#subBannerHome,
#subBannerContact{
    background-size: cover!important;
    background-position: center center!important;
    background-repeat:repeat-x!important;
    background: url(thumbnaillarge/_BG.jpg);
  	background: url(thumbnaillarge/Landing-Sect2-BG.jpg) repeat-x fixed center center / cover;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    height: auto;
    position: relative;
}
#contentShop .container, #content1 .container, #content2 .container, #content3 .container, #content4 .container, #content5 .container, #content6 .container, #content7 .container, #content8 .container, #content9 .container, #content10 .container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 98%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#banner {
    height: auto;
    background: #222;
}
#banner .container {
    width: 98%;
    max-width: 1150px;
    margin: 0 auto;
}
#callToAction {
    display: none;
}
.siteContent {
    width: 100%;
    margin: auto;
    padding: 20px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.contentCopy {
    width: 100%;
    overflow: hidden;
}
.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------------------------------*/
/*------------------ SIDEBAR -------------------*/
/*----------------------------------------------*/


.sidebar {
    flex-basis: 240px;
    -ms-flex-basis: 240px;
    margin-top: -5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.sidebar .item {
    width: 100%;
    text-align: left;
}
.sidebar .item img {
    max-width: 170px;
}
/*--------------------------------------*/
/*--------- Dropdown Enquiry -----------*/
/*--------------------------------------*/

#enquiry-click {
    position: fixed;
    width: 280px;
    left: calc(50% - 140px);
    top: -5px;
    z-index: 1003;
    cursor: pointer;
    animation: enquiryMove 4s infinite;
    -webkit-animation: enquiryMove 4s infinite;
}
 @keyframes enquiryMove {
0% {top:-5px;}
25% {top:-5px;}
50% {top:0px;}
75% {top:-5px;}
100% {top:-5px;}
}
 @-webkit-keyframes enquiryMove {
0% {top:-5px;}
25% {top:-5px;}
50% {top:0px;}
75% {top:-5px;}
100% {top:-5px;}
}
#enquiry-click img, #enquiry-click svg {
    width: 100%;
    height: auto;
}
#enquiry-dropdown {
    position: fixed;
    width: 340px;
    top: 0;
    left: 50%;
    height: 450px;
    display: none;
    margin-left: -150px;
    overflow: hidden;
    z-index: 510;
}
.Enq-Drop-Header {
    background: url(Enq-Drop-Header.png) no-repeat top center;
    height: 50px;
}
.EnqDropdown {
    width: 270px;
    background: url(EnqBG.png);
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #666;
    color: #fff;/*
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
box-shadow: 5px 5px 5px #000;*/
}
.EnqDropdown .button {
    background: #e22029;
    border: 1px solid #f41c26;
    border-radius: 3px;
    color: #fff;
    width: 270px;
    font-size: 14px;
    height: 30px;
    padding: 5px;
    -webkit-appearance: none;
    cursor: pointer;
}
.EnqDropdown input {
    width: 200px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #222;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
    height: 20px;
    -webkit-appearance: none;
}
.EnqDropdown textarea {
    width: 200px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #222;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
    height: 60px;
    -webkit-appearance: none;
}
.EnqDropdown select {
    width: 200px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #000;
    height: 20px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
    -webkit-appearance: none;
}
.PromoText {
    font-size: 10px
}
#enquiry-close {
    margin-top: 10px;
    cursor: pointer;
}
/*----------------------------------------------*/
/*---------------- CUSTOM DIVS -----------------*/
/*----------------------------------------------*/

#banner .websiteLogo {
    margin:30px 0 0px;
    padding: 10px 0 20px;
    display: inline-block;
}
.websiteLogo {
  font-size:3.8em;
  text-decoration: none;
  color:#f3f2f2!important;;
  font-family: 'Lato', museo_sans, arial;
  font-weight: 300;
  letter-spacing: -.04em;
/*   text-shadow:0 2px 2px rgba(0,0,0,.5); */
  line-height:1.4em;
}

.websiteLogo span {
  color:#f22f2f;
  font-family: inherit;
}





.addtohome {
        position: fixed;
        bottom: 5px;
        display: none;
        width: 90%;
        margin: 0 5%;
        z-index: 1000000;
    }

#sixReasons {
    width: 100%;
    max-width: 1200px;
    background: #333;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 13px;
	font-family:'Lato', museo_sans, arial!important;
    color: #f4f4f4;
}
#sixReasons ul {
    margin: 0;
}
#sixReasons .sixThird {
    width: 33%;
    float: left;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
display:-webkit-box;
    display: -webkit-flex;
-webkit-box-pack:center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
/*--- FIRST PANEL ----*/
#sixReasons .sixThird:nth-child(1) {
    background: #222;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    position: relative;
    width: 28%;
    text-transform: uppercase;
}
/*--- FIRST PANEL DIAGONAL EDGE----*/
#sixReasons .sixThird:nth-child(1):after {
    content: "";
    position: absolute;
    top: -35px;
    right: -10px;
    height: 40px;
    border-top: 0px solid transparent;
    border-bottom: 110px solid transparent;
    border-left: 10px solid #222222;
}
/*--- FIRST PANEL LIGHTER DIAGONAL EDGE----*/
#sixReasons .sixThird:nth-child(1):before {
    content: "";
    position: absolute;
    top: -35px;
    right: -17px;
    height: 40px;
    box-shadow: -7px 0 0 #696969;
    border-top: 0px solid transparent;
    border-bottom: 110px solid transparent;
    border-left: 10px solid #696969;
}
/*---- THE GIANT 6 ----*/
#sixReasons .bigNumber {
    font-size: 5em;
    color: #f4f4f4;
    width: 12%;
    text-align: center;
    margin: 0 2%;
    font-family: inherit;
}
/*---- REAONS TO CHOOSE  ---*/
#sixReasons .reasons {
    text-align: center;
}
#sixReasons span {
    display: block;
    font-size: 2em;
    padding: 0 5px;
}
/*--- LITTLE TWEAKS TO "CHOOSE US" ---*/
#sixReasons span:nth-child(2) {
    letter-spacing: .05em;
    margin-top: -5px;
}
#sixReasons li {
    padding: 8px 0px 8px 30px;
    list-style: none;
    background: url(_respTick.png) center left no-repeat;
    background-size: 20px 20px;
    width: 100%;
}


.sliderText h4 {
    color: #fff;
    text-align: center;
}
.sliderText .secondLine {
    margin-top: -3px;
}
#ausMadeTable {
/*     float: left; */
    margin-right: 10px;
    margin-bottom: 20px;
}

#banner #contact a{
    color: #fff!important;
}

#contact {
    position: absolute;
    top: 50px;
    right: 10px;
    font-size: 1.2em;
    text-align: right;
    width: 350px;
    color: #fff;
/*     text-shadow: 0 2px 0 #000; */
}
.auswide {
    font-size: 15px;
    margin-bottom: 4px;
}
#contact span {
    margin-top: 3px;
    margin-right: 3px;
    text-transform: capitalize;
    color: #ea0009;
    font-size:.85em
}

#contact .phone {
    font-size:1.6em;
}

.siteBottom {
/*     background: #000000 url(bottomBG.jpg) top center no-repeat; */
    padding-top: 20px;
    background-size: 2000px;
    background: #fff;
}


.citiesBanner {
    width: 100%;
    text-align: center;
    background: #111;;
    padding: 6px 0;
    color: #fff;
    position: fixed;
    z-index: 1002;
    font-size:.9em;
    
}
.citiesBanner .center {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -ms-flexbox;
    display:flex;
    display:-webkit-box;
    display:box;
    display:-webkit-flex;

    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack:justify;
    box-pack:justify;
}

.citiesBanner div:nth-child(4){
    margin-right: 280px;
}

.citiesBanner a{
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all .3s ease;
}

.citiesBanner a:hover{
    color: red;
    text-decoration: none;
    border-bottom: 1px solid red;
}


.signin {
    float: right;
    margin-right: -8px;
    margin-top: -5px;
}

.contact {
    position: absolute;
    top: 55px;
    right: 10px;
    text-align: right;
    font: 20px bebas, arial;
    transition: .3s;
}
.contactPhone {
    font-size: 35px;
    color: #fff;
}
.contactEmail a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}

#testimonials {
display: -ms-flexbox;
    display:flex;
    display:-webkit-box;
    display:box;
    display:-webkit-flex;
   
 

    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack:justify;
    box-pack:justify;
    
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    
    

    
    
}
.testimonialSidebar {
    width: 30%;
    padding: 0 0px 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.testimonialBox {
    width: 30%;
    font-size: 15px;
    line-height: 1.4em;
    color: #f4f4f4;
    border: 1px solid #DA1920;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
    background: #DA1920;
    position: relative;
    z-index: 00;
}
.testimonialBox:last-child:after {
    border: none;
}
.testimonialBox:after {
    position: absolute;
    bottom: -12px;
    left: 10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #DA1920;
}
.testimonialBox a {
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 15px;
}
.testimonialBox strong {
    margin-top: 10px;
    display: inline-block;
}
.testimonialBox span {

    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
/*----------------------------------------------*/
/*------------------- SEO ----------------------*/
/*----------------------------------------------*/
.seo {
    padding-left: 10px;
    float: left;
}
.seoImage {
    width: 50%;
    max-width: 420px;
    float: left;
}
.seo li {
    background: url("respTicks.png") no-repeat scroll left rgba(0, 0, 0, 0);
    list-style: none;
    font-size: 20px;
    padding: 10px 35px;
}
#seo1 {
    width: 50%;
    max-width: 320px;
    margin-top: 10px;
    padding-bottom: 10px;
    float: left;
}
#seo2 {
    width: 50%;
    max-width: 200px;
    float: right;
    margin-left: 10px;
}
/*----------------------------------------------*/
/*---------------- RESPONSIVE ------------------*/
/*----------------------------------------------*/

#responsiveBottomRight, #responsiveBottomLeft {
    float: left;
    width: 50%;
}
#responsiveBottomRight #enquiry {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.seenEnough {
    background: #DF1A21;
    width: 250px;
    padding: 3px 6px;
    color: #fff;
    text-align: center;
    font-size: 32px;
}
.getStarted {
    font-size: 45px;
}


#responsiveBottomLeft ul {
    padding-left: 20px;
}
#responsiveBottomLeft li {
    background: url(respTicks.png) top left no-repeat;
    list-style: none;
    margin: 12px 0;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 40px;
}
#responsiveEnq input {
    font-family: inehrit;
    background: #e6e6e6;
    -webkit-appearance: none;
    border-radius: 0;
}
#responsiveEnq select {
    background: #e6e6e6;
    border: none;
    font-family: inehrit;
    padding: 5px 0;
    -webkit-appearance: none;
    border-radius: 0;
}
#responsiveEnq textarea {
    background: #e6e6e6;
    border: none;
    font-family: inehrit;
    -webkit-appearance: none;
    border-radius: 0;
}
#responsiveEnq .button {
    background: #DF1A21;
    border: none;
    color: #fff;
    font: 15px inherit;
    text-transform: uppercase;
    cursor: pointer;
}
#responsiveEnq .button:hover {
    background: #333;
}
/*----------------------------------------------*/
/*----------------- SIDE BAR -------------------*/
/*----------------------------------------------*/

.sideBox {
    background: rgba(0,0,0,.5);
    border: 1px solid #444;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 0 10px 0 0;
}
.sideBox span {

  	font-weight: 700;
    color: #EB232E;
}
.sideText {
    padding: 10px;
}
.sideTitle {
    text-align: center;
    font-size: 14px;
  	font-weight: 500;
    padding: 5px 0;
    text-transform: uppercase;
}
.sideBox ul {
    margin-left: 0;
    padding-left: 30px;
}
#side3, #side4 {
    text-align: center;
}
.sideBtn {
    background: #EB232E;
    width: 90%;
    display: inline-block;
    text-align: center;
    margin: 5px 5% 10px;
    text-decoration: none;
}
.sideTitle {
    background-image: -moz-linear-gradient(#393939, #272727);
    background-image: -webkit-linear-gradient(#393939, #272727);
    background-image: -o-linear-gradient(#393939, #272727);
    background-image: -ms-linear-gradient(#393939, #272727);
    background-image: linear-gradient(#393939, #272727);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#393939, endColorstr=#272727);
    border-bottom: 1px solid #333;
}
/*----------------------------------------------*/
/*------------------ BUTTONS -------------------*/
/*----------------------------------------------*/


#but4 img, #but5 img, #but6 img {
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
.newTag {
    top: -5px!important;
    left: 0!important;
}
}
.newTag {
    position: absolute;
    top: 40px;
    left: -50px;
}
#buttons {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    font-size:.8em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.butFrame {
    width: 15%;
    cursor: pointer;
    float: left;
    margin: 0 .5%;
    background: #e6e6e6;
    height: auto;
    text-align: center;
    font-size: 1.4em;
    color: #444;
    text-rendering: optimizelegibility;
    padding-bottom: 10px;
    box-shadow:5px 5px 5px rgba(0,0,0,.15);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    cursor: pointer;

    position:relative;
    z-index:98;
    border: 1px solid #ddd;
}
.butFrame img {
    margin-top: 10px;
    width: 90%;

    max-width: 100px;
}
.butText {
    margin: 10px 0;
}
.butFrame:hover {
    border: 1px solid #444;
    background: #444;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    color: #fff;
  -webkit-transform: translatey(-5px);
          transform: translatey(-5px);
  box-shadow: 0 15px 20px rgba(0,0,0,0.25);
}

/*----------------------------------------------*/
/*--------------- CUSTOM FOOTER ----------------*/
/*----------------------------------------------*/

#customFooter, #newLinks {
    width:100%;
    max-width:none;
    display:flex;
display:-webkit-box;
-webkit-box-pack:justify;
    display:-webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
display:-ms-flexbox;
-ms-flex-pack:justify;
}


#customFooter h3{
    color: #fff;
}

#newLinks {
    overflow:hidden;
}

#newLinks #col1,
#newLinks #col2,
#newLinks #col3{
    width: 150px;
}

#newLinks div {
    overflow:hidden;
    width:33%;
}

#newLinks div h3 {
    margin:20px 0 10px ;
    font-size:17px;
}
#newLinks div a {
    width:100%;
    display:inline-block;
    margin:0;
    padding:0 3px;
    font-size:12px;
    color:#777;
}

#newLinks div a:hover {
    color:#fff;
}




.footerLogo {
   width: 190px;
   height: auto;
   opacity: 0.8;
   max-height: 47px;
   float:right;
}

/* #footerContact {
    margin-top:20px;
} */

#footerContact .websiteLogo {
    font-size:40px;
    text-align:right;
    width:100%;
    display:inline-block;
}
#footerContact #contact {
    position:relative;
    width:100%;
    top:0;
    line-height: 1.3em;
}

#footerContact #contact div{
    width:100%;    
}
#footerContact a {
    float:right;
    color:#fff;
}
#footer .container {
    overflow: hidden;
}

.footerEnq {
    background: #E4242B;
    text-align: center;
    padding: 5px 10px;
    float:right;
    margin:10px 0;
    color:#fff;
}
.footerEnq:hover {
    background: #000;
}
.signin2 {
display:none;
    position: absolute;
    bottom: -68px;
    right: 0;
    margin-bottom:-10px;
}
.signin2 a {
    margin-top: 5px;
}


/* ---------------------------------- */
/* ------ CONTENT PAGE STYLE -------- */
/* ---------------------------------- */


.contentColumns {
    width: 70%;
    padding-right: 50px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    float: left;
    display:flex;
display:-webkit-inline-block;
    display:-webkit-flex;

    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    align-items:center;
    -webkit-align-items:center;
      flex-wrap: wrap;
    -webkit-flex-wrap: wrap;


}

.contentColumns div, .contentColumns p {
    width:100%;
}
#subBanner .container {
    position: relative;
    overflow: hidden;
display:flex;

display:-webkit-flex;
    flex-flow:row wrap;
    -webkit-flex-flow:row wrap;
justify-content:center;
-webkit-justify-content:center;


}
.SubRecent {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 10000;
}
.SubPrice {
    position: absolute;
    top: 200px;
    left: 45%;
    z-index: 100;
}

.SubPrice img {
    width:130px!important;
    height:130px!important;
    box-shadow:0 3px 5px rgba(0,0,0,.3);
    border-radius:65px;
}
.SubSpace {
    display: none;
}
.subBannerEnq {
    background: #DF1A21;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
  	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    display: inline-block;
}
.subBannerEnq:hover {
    background: #333;
}
.recentSlider {
    max-width: 580px!important;
    width: 48.333333333333336%!important;
    float: left;
    margin-left: 20px!important;
    padding: 18px 0;
}
.recentSlider .nivo-directionNav {
    display: none;
}
.recentSlider #slider-wrapper {
    position: relative;
}
.recentSlider #slider {
/*     box-shadow: inset 0 1px 0 #ccc; */
    overflow: hidden;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.recentSlider .nivo-controlNav {
    position: absolute!important;
    bottom: 0px!important;
    top: auto;
    left: 0;
    text-align: center!important;
    font-size: 0px;
    margin: 0;
    z-index: 10000;
    width: 100%;
    display: flex;
    display: -webkit-box;
    -webkit-box-pack: center;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.recentSlider .nivo-controlNav a.active {
    background: #EA2C30;
}
.subFeatures {
    width: 40%!important;
    float: none;
    text-align: left;
}
/* ---------------------------------- */
/* --------- LOGO SLIDER ------------ */
/* ---------------------------------- */

.logoSlider {
    background: #333;
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,.2);
    padding: 10px;
    width: 100%;
    max-width: 540px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
margin-bottom:20px;
}
.bxslider {
    margin: 0;
}
.bxslider li {
    margin-top: 3px;
    width: 20%;
}
.bxslider li img {
    width: 100%;
}
.bx-wrapper {
    position: relative;
    width: 100%!important;
}
.bx-viewport {
    overflow: hidden;
}
.bx-pager {
    display: none;
}
.bx-controls {
    position: absolute;
    top: 35%;
    width: 100%;
}
.bx-controls-direction {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: 0;
}
.bx-controls-direction a {
    width: 19px;
    height: 36px;
}
.bx-prev {
    margin-left: -29px;
    background: url(logoarrow-left.png) top center no-repeat;
}
.bx-next {
    margin-right: -29px;
    background: url(logoarrow-right.png) top center no-repeat;
}




/* ---------------------------------- */
/*----------- LANDING PAGE  ----------*/
/* ---------------------------------- */

.landingBottomEnq {
    padding:15px 0;
}
.sidePanel {
    width:30%;
    display:flex;
    display:-webkit-flex;
    justify-content:space-around;
    -webkit-justify-content:space-around;
    flex-direction:column;
    -webkit-flex-direction:column;
float:left;
}

.sidePanel a {
    display:block;
}
.sideQuote {
    font-size:16px;
  font-weight: 700;
    margin-top:10px;
    margin-bottom:40px;
    text-align:center;
}
#landingEnq {
    width:320px;
    font-size:15px;
    margin: 20px 50px 10px 0;
}

.landingPagePanel {
    width:100%;
    display:inline-block;
    float:left;    
    background: #f22f2f;
    padding:10px 20px;
    font-family: inherit;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
/*     box-shadow: inset 0 2px 5px #000; */
    border-bottom:1px solid #555;
}

.landingPageHeader {
    background: none;
    color:#fff;
    height:20px;
    padding:10px 0px 40px;
  	font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    border-radius:0;
    margin-bottom:5px;
    
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.landingPageHeader span{
    color:#fff;
    margin-left:5px;
    background:#111;
    padding:0px 6px 0 3px;
/*     border-radius:0 5px 0 0 ; */
}

.landingPageEnquire .enquiryHeader {
    display:none;
}

.landingPageEnquire div{
    position: relative;
}

.landingPageEnquire input {
    margin-bottom:10px;
    height:30px;
    border-radius:0px;
    border:none;
    padding:8px 5px;
    transition:.3s;
}
    
.landingPageEnquire input, .landingPageEnquire select, .landingPageEnquire textarea  {
    /*---- SHARED STYLES ----*/
    color:#777;
    width:100%;
    border:none;
    border-radius:0px;
    transition:.3s;    
    font-size:.9em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box; 
-webkit-appearance:none;  
background:#fff;
}
.landingPageEnquire input:focus, .landingPageEnquire select:focus, .landingPageEnquire textarea:focus  {
    /*---- SHARED STYLES ----*/
    background:#ccc;
    transition:.3s;    
}

.landingPageEnquire select {
    margin-bottom:10px;
    height:35px;
    padding:8px 5px;
}

.landingPageEnquire textarea {
    padding:8px 5px;
    margin-bottom:10px;
    height:77px;
}

.landingPageEnquire .button {
    width:100%;
    height:40px;
    background:#111;
    border-radius:0px;
    border:1px solid #000;
    box-shadow:inset 0 1px 0 #151515;
    text-shadow: 0 1px 1px #000;
    color:#fff;
    font-size:1.2em;
    transition:.3s;    
    cursor:pointer;
    -webkit-appearance: none;
    margin-bottom: 5px;
    text-transform: uppercase;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.landingPageEnquire .button:hover {
    background:#222;
    transition:.3s;
}


/* ---------------------------------- */
/* -------- ABSOLUTE DIVS ----------- */
/* ---------------------------------- */

/* Use for overlaying graphics, etc */
#absoDiv1 {
    width: 0;
    height: 0;
    background: url();
    top: 0;
    left: 0;
}
#absoDiv2 {
    width: 0;
    height: 0;
    background: url();
    top: 0;
    left: 0;
}
#absoDiv3 {
    width: 0;
    height: 0;
    background: url();
    top: 0;
    left: 0;
}

/* ---------------------------------- */
/* --------- H Tags/Headings -------- */
/* ---------------------------------- */

h1 {
    font-size: 35px;
  	font-family: inherit;
  	font-weight: 700;
    color: #222;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
  	font-family: inherit;
  	font-weight: 400;
    color: #222;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2 span {
    background: #f22f2f;
    color: #fff;
    padding: 0 5px;
    overflow: hidden;
    font-family: inherit;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
    color: #f22f2f;
    line-height: 1.0em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: inherit;
    color: #222;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    color: #222;
    text-align:center;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 3px;    
}

h6 {
    font-size: 15px;
    font-weight: 400;
    font-family: inherit;
    color: #222;
    text-align:center;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 3px;    
}
/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
    border: 0;
    height: 1px;
    color: #c1c1c1;
    background-color: #c1c1c1;
    width: 100%;
}
/* ---------------------------------- */
/* ------Custom Bullet Points  ------ */
/* ---------------------------------- */

/* Uncomment to use a custom bullet point and adjust spacing */
/*ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    }

li {
    background: url(bullet.gif) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 5px;
    }*/


/*----------------------------------------------*/
/*---------------- NAVIGATION ------------------*/
/*----------------------------------------------*/

#menu{
    border-bottom: 1px solid #ccc;
}
#navToggle {
    display: none;
}
#navMobile {
    display: none;
}
#navMobile li {
    display: none;
}

#menu .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    height: auto;
    position: relative;
}


#nav {
font-size:12px;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
/*     margin-top:10px; */
display:-ms-flexbox;
-ms-flex-pack:justify;
-ms-flex-align:center;
}

#nav li {
    display: inline-block;
    font-family: inherit;
   	font-weight: 400;
    font-size:1em;
    list-style: none;
    text-align: left;
    position: relative;
    margin: 0 auto;
    flex: 1;
-ms-flex:1;
    -webkit-flex: 1%;
    -webkit-box-flex: 1;
}
#nav li .current {
    background: #dddddd;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#nav li a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #333;
    width: 100%;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
/*     text-shadow: 0 2px 2px #000; */
    text-rendering: optimizelegibility;
    padding: 10px 5px;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}
#nav li a:hover {
    color: #f22f2f;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
/* ---------------------------------- */
/* ------------- SUBMENU ------------ */
/* ---------------------------------- */

/* Add space or image above dropdown menu */
.AboveDrop {
    height: 2px;
}
/* Submenu Box Background */
#nav ul {
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
    background: #393939;
    background-image: -moz-linear-gradient(#393939, #272727);
    background-image: -webkit-linear-gradient(#393939, #272727);
    background-image: -o-linear-gradient(#393939, #272727);
    background-image: -ms-linear-gradient(#393939, #272727);
    background-image: linear-gradient(#393939, #272727);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#393939, endColorstr=#272727);
    width: 200px;
    
    z-index: 200000;
    border-radius: 3px;
    border: 1px solid #333;
    box-shadow: 0 2px 3px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.3);
    overflow: hidden;
}
/* Submenu Indiviudal Rows */
#nav ul li {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #222;
    box-shadow: 0 1px 0 #444;
    width: 100%;
    height: auto;
    margin-left: 0;
    min-width: 120px;
    clear: both;
}
#nav ul li:last-child {
    box-shadow: none;
}
#nav ul li:last-of-type {
    border: none;
}
/* Submenu Indiviudal Text */
#nav ul li a {
    clear: both;
    white-space: normal;
    height: auto;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 13px;
}
/* Spacing of Submenu Page Names*/
#nav ul a {
    display: block;
    padding: 10px 5px;
    color: #fff;
}
/* Submenu Hover State */
#nav ul a:hover {
    color: #fff;
    text-decoration: none;
    background: #e21b23;
    background-image: -moz-linear-gradient(#e21b23, #980107);
    background-image: -webkit-linear-gradient(#e21b23, #980107);
    background-image: -o-linear-gradient(#e21b23, #980107);
    background-image: -ms-linear-gradient(#e21b23, #980107);
    background-image: linear-gradient(#e21b23, #980107);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e21b23, endColorstr=#980107);
}

/*----------------------------------------------*/
/*-------------- CONTENT IMAGES ----------------*/
/*----------------------------------------------*/

.contentImgRow {
    width:100%;
    overflow:hidden;
/*     max-width:1000px; */
    margin:10px auto ;
}
.contentImg {
    width:23%;
    float:left;
    margin:0 1%;
}

.contentImg .item {
    width:100%;
}

.contentImg .item a {
    width:100%;
    height:0;
    padding-bottom:100%;
    overflow:hidden;
    display:block;
}

.contentImg img {
    width:100%;
    
}

/*----------------------------------------------*/
/*------------------ FOOTER --------------------*/
/*----------------------------------------------*/

#footerCities {
    background:#222222;
    text-align:center;
    padding-bottom:10px;
box-shadow:0 20px 0 #262626;
}

#footerCities .container{
    padding: 0 10px;
    box-sizing: border-box;
}

#footerCities a {
    text-decoration: none;
    font-size:.7em;  
    color:#ccc;
}

#footer {
    background: #222;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.6),0 20px 0 #262626;
    height: 210px;
    color: #fff;
    border-top: 1px solid #3D3D3D;

}
#footer .container {
    padding:10px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
#footerLeft {
    width: 50%;
    float: left;
    display: none;
}
#footerLeft li {
    display: inline-block;
    list-style: none;
    float: left;
}
#footer a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 5px;
}
#footerLeft a:hover {
    color: #bbb;
}
#footerToTop {
    display: none;
}
#footerLeft {
    float: left;
    width: 500px;
}
#footerRight {
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding-top: 20px;
}
#footerRight a {
    padding: 0px;
}
#credCopyright {
    margin: 3px 0px 5px;
    text-align: right;
    display: inline-block;
}
.fullWebsite {
    display: none;
}
#credHavealook {
    display: inline-block;
    margin-left: 15px;
}
/*----------------------------------------------*/
/*--------------- TO TOP BUTTON ----------------*/
/*----------------------------------------------*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    z-index: 10000;
    text-indent: -999px;
    background: url(ui.totop.png) no-repeat left top;
}
#toTopHover {
    background: url(ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
    outline: none;
}
/*===============================*/
 /*=== JQUERY SLIDER STYLES ===*/
/*==============================*/

/* #csliderContainer {
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 0;
    display: block;
}
#sliderContainer {
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 0;
    max-height: 354px;
    display: block;
} */
/*----------------SIZE OF SLIDER-------------------------*/

#slider-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
#slider {
    position: relative;
    width: 100%;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: inline-block;
    max-height: 354px;
    max-width: 2000px;
}
/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;      /* Opera/IE 8+ */
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    width: 31px;
    height: 33px;
    text-indent: -9999px;
    border: 0;
}
.nivo-nextNav {
    background-position: -32px 0;
    right: -15px;
}
.nivo-prevNav {
    left: -15px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}
a.nivo-nextNav {
    background-position: -31px 0;
    right: -45px;
}
a.nivo-prevNav {
    left: -45px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0px;
    margin-top: -50px;
    margin-bottom: 15px;
    position: relative;
    z-index: 100;
    left: 50%;
    margin-left: -50px;
    width: 50%;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor: pointer;
    float: left;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 3px;
}
.nivo-controlNav a.active {
    font-weight: bold;
    background: #fff;
}


/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/

#who, #website {
    display: none;
}
#enquiry {
    width: auto;
    background: #fff;
    border: 1px solid #ccc;
    float: right;
    padding: 10px;
    width: 400px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.enqHeader {
    background: #EB232E;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.enqRow {
    width: 100%;
    overflow: hidden;
    margin: 4px 0;
}
.enqLeft {
    padding: 0 5px;
    float: left;
    width: 30%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}
.enqRight {
    width: 70%;
    float: left;
}
#enquiry select {
    border: 1px solid #ccc;
}
#enquiry input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
#enquiry textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 13px;
   font-weight: 700;
  font-family: 400;
    height: 80px;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#enquiry input[type="radio"] {
    width: 10%;
}
#enquiry input[type="checkbox"] {
    width: 10%;
}
#enquiry select {
    -webkit-appearance: none;
    background: #fff;
    width: 100%;
    padding: 3px;
}
.enqRow .submit {
    -webkit-appearance: none;
    float: right;
    background: white;
}

.fullHide {
    display: none!important;
}


.fixed {
	position: fixed!important;
	top: 20px;
	z-index: 1000;
	box-shadow: 0 10px 5px -5px #000;
}



/*-------------------------------*/
/*------------- INFO ------------*/
/*-------------------------------*/

.subSection {
    padding: 15px 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #afafaf;
}
.subSection h3 {
    margin-bottom: 5px!important;
}


/*-------------------------------*/
/*-------- RECENT CLIENTS -------*/
/*-------------------------------*/
    
.recentIcon {
    margin-right: 5px;
    max-width: 75px;
    max-height: 44px;
}
#recentContainer {
    width: 100%;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: justify;
    align-content: stretch;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 10px 0;
    max-width: 1200px;
    font-size: 12px;
display:-ms-flexbox;
-ms-flex-pack:justify;
-ms-flex-wrap:wrap;
}
.recentClient {
    width: 31%;
    background: #171717;
    border: 1px solid #4e4e4e;
    box-shadow: inset 0 0 10px rgba(0,0,0,1);
    align-self: auto;
    margin: 10px 0;
    cursor: pointer;
}
.recentClient:hover {
    background: #333;
}
.recentClient img {
    width: 90%;
    margin: 0 5%;
}
.recentText {
    width: 100%;
    text-align: center;
    color: #f4f4f4;
    font-size: 16px;
    text-transform: uppercase;
    margin: 8px 0;
}




/* ------- pricing page enquire button  -------*/

.priceRow:last-child{
  height: 80px;
}

.priceRow:last-child .priceFeaturesSection{
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.priceEnquire{
  display: block;
  font-size: 1.7em;
  line-height: 1.0em;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;

  margin: 12px auto;
  text-align: center;
  background: #f22f2f;
    color: #fff;
  padding: 20px;
  border-radius: 30px;
  text-decoration :none;
  transition: all 0.3s ease;
  box-shadow: inset 1px 1px 2px rgba(255,255,255,0.3), inset -1px -1px 2px rgba(0,0,0,0.3);
}

.priceEnquire span{
  font-weight: 700;
}

.priceEnquire:hover{
  background: #111;
  color: white;
   box-shadow: inset 1px 1px 3px rgba(0,0,0,0.8), inset -1px -1px 2px rgba(255,255,255,0.1);
}

/*----------------------------------------------*/
/*------------------ PRICING  ------------------*/
/*----------------------------------------------*/

/*-- set overal font size --*/
#priceContainer, .mostRow  {
  font-size:12px;
}


/*--------------------------------------*/
/*--------------- INFO  ----------------*/
/*--------------------------------------*/

.priceInfoSection {
	width:40%;
	display:inline-block;
	float:left;
	padding-left:10px;
}

.priceInfoSection a {
	color:#99cc00;
}

.priceCaption {
	width:100%;
	display:inline-block;
	color:#666;
}


/*--------------------------------------*/
/*----------- HEADING ROW  -------------*/
/*--------------------------------------*/

.headingRow {
  font-size:1.3em;
}

.headingRow h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.5em;
}

.headingRow h3 {
  font-size:1.2em;
}


.priceHeadingContainer {
	width:100%;
	position: relative;
	z-index: 10;
}

.priceHeadingContainer .priceRow{
  height: 80px;
}

.stickyRow .headingRow {
	width:100%;
	max-width:1180px;
	margin:auto;
	background:#efefef;
	box-shadow:0 10px 5px  -5px rgba(0,0,0,.4), 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    border-radius: 0 0 10px 10px;
}



.stickyRow {
  position:fixed;
  top:0;
  left:0;
  z-index:1000;
}

.headingRow .price{
  width: 100%;
  box-shadow: none;
  font-size: 1.5em;
}

.headingRow span{
	font-size: 0.5em;
	line-height: 0.9em;
  margin-left: 5px;
	width: 20px;
}

#prices h4{
  color: #f22f2f;
}


/*--------------------------------------*/
/*------------- FEATURES  --------------*/
/*--------------------------------------*/

.priceFeaturesSection {
  font-size: 0.9em;
	width: 60%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align:stretch;
  	    -ms-flex-align:stretch;
  	        align-items:stretch;
 	-webkit-box-pack:justify;
 	    -ms-flex-pack:justify;
 	        justify-content:space-between;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.priceFeaturesSection h3 {
	width:100%;
	margin:0px 0 -10px;
}



.headingRow h3{
	font-size: 1.2em;
}


.headingRow .price span{
	display: inline;
	width: auto;
	font-size: .45em;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 0 .3em;
	
}

.headingRow .price .priceHost{
	font-size: .7em;
	font-weight: 300;
	line-height: 1em;
	width: 100%;
	margin: .3em auto 0;
}

.headingRow .price .priceHost span{
	width: auto;
	font-size: .8em;
	margin-right: .2em;
}


.priceFeaturesSection div {
/*     text-shadow: 1px 1px 2px rgba(0,0,0,0.9); */
    width:20%;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    text-align: center;
    box-shadow:inset 1px 0 0 #ccc;
}


.priceFeaturesSection .pricePremium{
	background: rgba(0,0,0,0.2);
}



/*--------------------------------------*/
/*----------- MOST POPULAR -------------*/
/*--------------------------------------*/

.mostRow {
	height:auto!important;
}

.mostRow .priceFeaturesSection {
	display:inline-block;
}

.mostRow .priceMost {
	width:20%;
	background:#111;
    color: #fff;
	border-radius: 4px 4px 0 0 ;
	text-shadow:none;
	padding: 10px 0;
	float:right;
	margin: 0 20% 0 0
}

.priceMost h2 {
	margin:0;
	font: 14px proximareg, Arial, verdana, helvetica, sans-serif;
	font-weight:300;
  font-size: 1.1em;
    color: #fff;
}

.headingRow .priceFeaturesSection div:nth-child(4){
  background:#111;
    color: #fff;
}

.priceFeaturesSection div:nth-child(4){
  box-shadow:inset 1px 0 0 #f22f2f, inset -1px 0 0 #f22f2f;
}



/*--------------------------------------*/
/*------------- PRICE ROWS -------------*/
/*--------------------------------------*/

.priceRow {
	box-shadow:inset 0 -1px 0 rgba(255,255,255,.1);
	width:100%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display:flex;
	display:-webkit-box;
	display:box;
	display:-webkit-flex;

	align-items:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	-webkit-box-align:center;
	box-align:center;

	justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack:justify;
	box-pack:justify;
	position:relative;
	overflow:hidden;
	height:50px;
}


.priceRow:nth-child(2n){
	background:#ddd;
}

/*
.priceRow:hover:after {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background:rgba(255,255,255,.1);
}
*/

.priceRow.firstRow{
  height: 130px;
}


/*--------------------------------------*/
/*--------- PRICES SUB SECTION ---------*/
/*--------------------------------------*/

.subSection {
	text-align: center;
	display: block;
	height:auto;
	min-height:55px;
	padding:20px 200px;
  line-height: 1.8em;
}

.subSection h3 {
	margin:0 0 10px;
}

/*--------------------------------------*/
/*------------ FLICKERPLATE ------------*/
/*--------------------------------------*/

.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 35.43%;
  height: 0;
}

.flickerplate {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.flickerplate li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}

/* FLICKER ARROW NAVIGATION */
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 0;
}

.flickerplate .arrow-navigation .arrow:hover {
  opacity: 0.8;
}

.flickerplate .arrow-navigation .arrow:before {
  font-size: 3em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;  /* LIGHT THEME ARROW COLOUR */
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  color: #ccc;  /* DARK THEME ARROW COLOUR */
}

.flickerplate .arrow-navigation.left {
  left: 0;
}

.flickerplate .arrow-navigation.right {
  right: 0;
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}

/* FLICKER DOT NAVIGATION */
.flickerplate .dot-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  display: none;
}

.flickerplate .dot-navigation ul {
  list-style: none;
  margin: 1em 0;
  padding: 0px 5%;
  text-align: center;  /* DOT HORIZONTAL POSITION */
  font-size: 0.8em;  /* CIRCLE SIZE */
}

.flickerplate .dot-navigation ul li {
  display: inline-block;
  width: auto;
  float: none;
}

.flickerplate .dot-navigation .dot {
  width: 1em;
  height: 1em;
  margin: 0px 0.5em;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  border-radius: 50%;
  background-color: #fff;  /* LIGHT THEME DOT COLOUR */
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: #ccc;  /* DARK THEME DOT */
}

.flickerplate .dot-navigation .dot:hover {
  opacity: 0.6;
}

.flickerplate .dot-navigation .dot.active {
  opacity: 1;
}

/* FLICKER ANIMATION CSS */
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.flickerplate.animate-transition-fade ul.flicks {
  position: relative;
}

.flickerplate.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick, .flickerplate.animate-transition-slide ul.flicks li {
  opacity: 1;
}

/*--------------------------------------*/
/*----------- TICKS + CROSS ------------*/
/*--------------------------------------*/

.priceFeaturesSection div:after {
	font-family:FontAwesome;
	font-size:1.5em;	
}
.featureTick:after {
  content:"\f00c";
	color:#26A65B;
	text-shadow:0 -1px 0 #64ff6c;
}

.featureCross:after {
  content:"";
	width:20px;
	height:2px;
	display:inline-block;
	position:relative;
	background:#555;
}


#priceContainer {
	background:#fff;
}


@media (max-width:1025px){
  .siteBottom .container {
    padding:0 20px!important;
  }
  
   #banner .container, #customFooter {
    padding:0 20px!important;
   box-sizing: border-box;
   }
  
  #contact {
    right:20px;
  }
    
  #footerContact #contact{
    right: 0;
  }
    
  #enquiry-click {
    width: 200px;
    left: calc(50% - 100px);
  }
  
  .citiesBanner {
    padding: 3px 0;
  }  
    
  .citiesBanner div:nth-child(4) {
    margin-right: 200px;
  }  
      
}


@media (-webkit-min-device-pixel-ratio: 2) {
    /*--- GENERIC RETINA ---*/
    .siteBottom {
        background: #fff;
        padding-top: 20px;
        background-size: 120%!important;
    }
}

@media all and (max-width:900px) {
    #sixReasons {
        font-size: 11px;
    }
    
    #footerContact .phone{
        font-size: 1.1em;
    }
    
    #footerContact .websiteLogo{
        font-size: 1.6em!important;
    }

    
}



@media all and (max-width:1024px) {
    /*--- IPAD LANDSCAPE ---*/
    .getStarted {
        font-size: 30px!important;
    }
    #responsiveBottomLeft li {
        font-size: 16px;
        background-size:15px 15px;
        padding-left:20px;
    }
}




/*----SLIDESHOW FIX ----*/
@media all and (max-width:1090px) {
    .nivo-directionNav {
        display: none;
    }
}




       







#Enquire > div, #enquiry > div, .enqRow, .WebsiteEnquirePanel div{
  position:relative;
  width:100%;
  overflow:hidden;
}

#Enquire > div {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.formError {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    text-align: left;
    top: -50px;
    width: 100% !important;
    background:#EA232E;
    line-height:1em;
    padding:5px;
    text-transform:uppercase;
    font-size:.6em;
    color:#fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
           flex-direction: row;
           
   -webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;
           
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
           justify-content: flex-start;
           
             flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.formErrorContent{padding:10px;}

.formError .formErrorArrow{display:none !important;}

.top{background:#131313; width:100%; margin:auto; text-align:Center;}



/*-----------------------------------*/
/*------------ BLOG HOME ------------*/
/*-----------------------------------*/


.blogBody .siteContent .contentCopy{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  	height: 100%;
}

.blogBody .siteContent{
  padding: 0;
}

.blogBody .sidebar{
    display: none;
}
  
.blogBody .blogSide{
    display: inline-block;
    padding:1em;
    box-sizing: border-box;
  	height: auto !important;
}

@media all and (max-width: 700px){
    
    .blogArticle .siteContent .contentCopy{
      flex-direction: column-reverse;
    }
  
    .blogArticle .blogSide{
      display: inline-block;
      padding:1em;
      box-sizing: border-box;
      margin: 0;
	}

}

/*-----------------------------------*/
/*---------- BLOG ARTICLE -----------*/
/*-----------------------------------*/

.blogSide{
    display: inline-block;
    padding:1em;
    box-sizing: border-box;
}

.blogWrap{
    width: calc(100% - 230px);
	padding: 2em 0;
    box-sizing: border-box;
}

.blogArticle{
    background: none;
    width: calc(100% - 230px);
    padding:1em;
    margin: 0.5em 0;
    display: block;
  	box-sizing: border-box;
}  

.blogArticle h1, .blogArticle h2{
    margin: 0;
    padding: 0;
    line-height: 1.0em;
}    

.blogArticle h1{
    margin: 0 0 0.5em;
}	
	
.blogArticle .blogArticleWrap{
    font-size: 1.0em;
    line-height: 1.4em;
} 
		
.blogArticle .blogArticleWrap	p{
    padding: 0;
}

.blogArticle .blogArticleWrap .blogPostHero{
    float: right;
    margin: 0em 0em 1em 1em;
    width: 100%;
    max-width: 400px;
}

.blogArticle .blogArticleWrap .blogPostHero img{
    width: 100%;
}

.blogArticle .blogArticleWrap .blogPostHero.noImage{
    display: none;
}

.blogArticle .blogArticleWrap	.blogSubHead{
    margin: 0 0 0.5em 0;
    font-size: 0.9em;
}

.blogArticle .blogArticleWrap	.blogArticlePublish{
    font-style: italic;
    font-size: 0.9em;
    margin: 0 0 1.0em 0;
}

.blogArticle .blogNavigation{ 
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 1em;
    font-size: 0.8em;
}

.blogArticle .blogNavigation a{
    text-decoration: none;
    padding: 0.4em 1em;
    border: 1px solid rgba(255,255,255,0);			
}

.blogArticle .blogNavigation	a:hover{
    padding: 0.2 1em;
}

.blogArticle .blogNavigation	a:before{
    font-family: fontAwesome;
    font-size: 0.8em;
}

.blogArticle .blogNavigation a.next:before{
    content: '\f105';
    float: right;
    margin-left: .3em;
}

.blogArticle .blogNavigation a.previous:before{
    content: '\f104';
    margin-right: .3em;
}

.blogArticle .blogArticleWrap .blogArticleImages{
    margin: 1em 0;
}

.blogArticle .blogArticleWrap .blogArticleImages .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}  

.blogArticle .blogArticleWrap .blogArticleImages .container	div{
    width: 24%;
}

.blogArticle .blogArticleWrap .blogArticleImages .container	div img{
    width: 100%;
}

.blogCategoryWrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 1em 0 0;
    font-size: 0.8em;
}
		
.blogCategoryWrap:before{
    content:'Categories:';
    margin: 0 .5em 0 0;
}

.blogCategoryWrap .articleCategory{
    display: inline-block;
    padding: .05em .5em;
    margin: 0 .1em;
    color:#555;
    font-style: italic;
    border-radius: 0.2em;
    transition: all .3s ease;
}

.blogCategoryWrap .articleCategory:hover{
    color: black;
    text-decoration: none;
}

.socialShare{display: none}


/*-----------------------------------*/
/*---------- BLOG SIDE MENU ---------*/
/*-----------------------------------*/

.blogArchive{
    margin: 1em auto 2em;
    padding: 0;
    line-height: 1.4em;
    font-size: 0.9em;
}

.blogArchive:before{
    content: 'Previous Posts';
    display: block;
    font-size: 1.5em;
    color: black;
    margin: 0 0 10px;
    font-weight: normal;
}

.blogArchive li{
    list-style-type: none;
    margin: .5em 0;
}

.blogArchive li	a{
    display: block;
    text-decoration: none;
    font-weight: 500;
    padding: .1em;
    box-sizing: border-box;
}

.blogArchive li	ul{
    margin: 0;
    padding: 0;
}

.blogArchive li	ul li{
    display: flex;
    font-size: 0.9em;
    padding: 0 0 0 .5em;
    margin: .2em 0;
}

.blogArchive li	ul li:before{
    content:"\f101";
    font-family: fontAwesome;
    margin: 0 .5em 0 0;
    color: #999;
}

.blogArchive li	ul li:hover{
    background: black;
    color: white;
}

.blogArchive li	ul li:hover a{
    color: white;
}


/**
 * Category Side Menu
 */

.blogMenu{
  width:100%;
}

.blogMenu .categoryMenu {
  width:100%;
	margin: 1em auto;
	padding: 0;
	line-height: 1.4em;
	font-size: 0.9em;
	font-weight: 500;
}
/**
* Side bar heading
*/
.blogMenu	.categoryMenu:before {
    content : "Categories";
    display: block;
    font-size: 1.5em;
    color: black;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.blogMenu .categoryMenu	li {
    width:100%;
    list-style: none;
    margin: 0;
    font-size: .9em;
    font-weight: 500;
    padding: 0;
}

.blogMenu .categoryMenu	li a {	
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .1em .1em .1em .5em;
    margin: 1px 0;
    text-decoration: none;
    font-weight: 500;
    text-transform: initial;
  
}

.blogMenu .categoryMenu	li a:before{
    content:"\f101";
    font-family: fontAwesome;
    margin: 0 .5em 0 0;
    color: #999;
}			

.blogMenu .categoryMenu	li a:hover{
    background: black;
    color: white;
}

.blogMenu .categoryMenu	li a:hover a{
    color: white;
}
			
.blogMenu .categoryMenu	li.current > a{
    background: black;
    color: white;
}


/*-----------------------------------*/
/*------------ BLOG POST-------------*/
/*-----------------------------------*/

.blogPost{
    width:100%;
    padding:1em; 
    margin: 0.5em 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;  
    box-sizing: border-box;
}

.blogPost .blogPostHero{ 
    width: 200px;
    height: 200px;
}

.blogPost .blogPostHero .image{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    display: block;
    width: 100%;
    height: 100%;
}				

.blogPost .blogPostHero .image.noImage{
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Icon for the placeholder */
.blogPost .blogPostHero .image.noImage:before{
    content: '\f03e';
    font-family: fontAwesome;
    font-size: 5.0em;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 1.0em;
    color: #ccc;
}

/* add text to the placeholder, using the content attribute */	
.blogPost .blogPostHero .image:after{
	content:'';
	color: #ccc;
	line-height: 1.0em;
	margin: -50px auto 0;
}

.blogPost:hover{
	cursor: pointer;
}

.blogPost:hover .blogPostDetails{
	background: #f1f1f1;
	cursor: pointer;
    transition: all .5s ease;
}


.blogPost:hover	a.blogBtn button{
	color: black;
	text-decoration: underline;
}		

.blogPost:hover .image{
	opacity: .9;
}	

.blogPost .blogPostDetails{
	width: 70%; /* backup */
	width: calc(100% - 200px);
	box-sizing: border-box;
	padding: .3em .3em .3em 1em;
	transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    
}
		

.blogPost .blogPostDetails:hover a.blogBtn button{
	color: black;
	text-decoration: underline;
}
		
.blogPost .blogPostDetails .blogTitle{
	font-size: 1.5em;
	line-height: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.blogPost .blogPostDetails .blogPublsihInfo{
	display: flex;
	line-height: 1.0em;
	padding: 0.5em 0 1em;
}

.blogPost .blogPostDetails .blogPostAuthor, .blogPostDate{
	font-style: italic;
	color: #888;
	font-size: 0.8em;
	padding: 0;
	margin-left: .3em;
}

.blogPost .blogPostDetails .blogPostText{
	line-height: 1.4em;
	padding: 0.4em 0;
}

.blogPost .blogPostDetails a.blogBtn {
	display: inline-block;
	text-decoration: none;
}

.blogPost .blogPostDetails a.blogBtn button{
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	color: #555;
}

.blogPost .blogPostDetails a.blogBtn:hover{
	color:black;
	color: red;
	text-decoration: underline;
}
	


/*-------------------------------------*/
/*------------ Pagination -------------*/
/*-------------------------------------*/

.itemPagination {
    width: 100%;
    text-align: center;
    font-size: .8em;
}

.itemPagination .pagination{
    display: inline-block;
    padding: 1em;
}

.itemPagination .pagination a{
    display: inline-block;
    padding: .5em 1em;
    border: 1px solid #ccc;
    text-decoration: none;
}

.itemPagination .pagination a:hover{
    background: #eee;
    border: 1px solid #bbb;
}

.itemPagination .pagination a.current{
    background: #eee;
   border: 1px solid #bbb;
    color: black;
}

.itemPagination .pagination a.next, .itemPagination .pagination a.prev{
  border: 1px solid rgba(255,255,255,0);
}

.itemPagination .pagination a.next:before{
    content: 'Next';
}

.itemPagination .pagination a.next:after{
    content: '\f105';
    font-family: fontAwesome;
    margin-left: .3em;
}

.itemPagination .pagination a.prev:before{
    content: '\f104';
    font-family: fontAwesome;
    margin-right: .3em;
}

.itemPagination .pagination a.prev:after{
    content: 'Previous';

}




@media all and (max-width: 700px){
  .blogWrap{
    width: 100%;
  }

  .blogNavigation{
    text-align: center;
  }

  .blogArticle .blogArticleWrap .blogPostHero{
    float: none;
    max-width: none;
    margin: 1em 0;
  }	

  .blogArticle  .blogArticleImages .container div{
    width: 49%;
  }		

  .categorySection .container{
    flex-direction: column-reverse;
  }

  .blogSide{
    width: 100%;
  }

  .blogPost:hover{
    background: #f5f5f5;
    cursor: pointer;
    transition: all .5s ease;
  }

  .blogPost .blogPostHero{
    width: 100%;
    max-width: none;
    max-height: none;
    min-height: 15em;
    margin: 0 0 1em;
  }

  .blogPost .blogPostDetails{
    width: 100%;
    padding: 0;
	}
}





	
/* Google Review Badge */		
.googleBadge {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 200px;
	z-index: 99;
	border-top: 5px solid #34a853;
	background: #fff;
	border-radius: 2px;	
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
	cursor: pointer;
	transform: translateY(0px) translateX(0px);
	transition: all .2s ease;
}
	
.googleBadge:hover{
	border-color: #4285f4;
	transform: translateY(-3px) translateX(-3px);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}
	
.googleBadgeBtn {
	position: relative;
	padding: .5em .7em;	
	transition: all .2s ease-in-out;
	display: flex;
 	justify-content: space-between;
}
	
.googleBadge .left {
	width: 28%;
}

.googleBadge .right {
	width: 72%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding: .2em 0 .2em .2em;
	line-height: 1em;
}
		
.googleBadge .googleScore .text{
	width: 100%;	
	display: block;
	font-weight: 300;
	line-height: 1em;
}
	
.googleBadge .googleRating{
	color: #e7711b;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0 .4em 0 0;
	font-weight: 700;
}
	
.googleBadge .googleStars{
	padding-top: .1em;
}
	
.googleBadge .googleStars .star{
	padding: 0;
	margin: 0 .01em;
}	

.googleBadge .googleStars .star:after{
  display: none;
  content:'';
}


@media all and (max-width:700px){
  .googleBadge{
    width: 170px;
    font-size: .8em;
    padding: 0;
  }
  
  .googleBadge .googleBadgeBtn{
    padding:.3em .5em;
  }
  
  .googleBadge .left{
    width: 25%;
  }
  
  .googleBadge:hover{
    transform: translateY(-3px) translateX(0);
  }
}


#seenEnoughForm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

#seenEnoughForm form input, #seenEnoughForm form textarea, #seenEnoughForm form select{
    font-family: inherit;
    padding: .5em;
    color: black;
}

#seenEnoughForm form select{
    padding: .5em;
}

#seenEnoughForm .seenEnough{
    line-height: 1em;
    margin-bottom: .3em;
}

#seenEnoughForm .getStarted{
    line-height: .5em;
    margin-bottom: .8em;    
}

#responsiveBottomLeft li{
    background: none;
    padding: 0 0 .3em .8em;
}

#responsiveBottomLeft li:before {
    content: '\f058';
    color: #20b759;
    font-family: fontAwesome;
    font-size: 1.3em;
    position: absolute;
    left: .5em;
}


.grecaptcha-badge{
  bottom: 110px !important;
  z-index: 1;
}

