/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: rgba(65,65,67,1);
  font: 16px/1.4em 'Poppins', BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.8);
}

a {
 color: rgba(255,255,255,0.8);
  text-decoration:none
}

a:hover {
  color: #fff;
  text-decoration-color:#ffdf12;
}

p {margin:0;}

.siteContent p {margin:0 0 10px}

icon {
  font-family: fontawesome;
}

.outerWrap {overflow: hidden;}

i {
  line-height: 1.4em;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.2em;
  color: #fff;
  position:relative;
}


h1:after, 
h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: #ffdf12;
  margin: 0.5rem 0 1rem

}

h1 {
  font-size: 2.5em;
  margin: .3em 0;
}

h2 {
  font-size: 2.2em;
  margin: .3em 0;
}

h3 {
  font-size: 1.8em;
  margin: .3em 0;
}

h4 {
  font-size: 1.8em;
  margin: .3em 0;
}

h5 {
  font-size: 1.4em;
  margin: .2em 0;
}

h6 {
  font-size: 1.2em;
  margin: .2em 0;
}

section {
  width: 100%;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 2em 0;
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 2em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  background: none;
}

.siteBottom .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img, #subBanner img {
  width: 100%;
  height: auto;
  display: block;
}

#callbacks {
  display: none;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 230px;
  padding: 0 15px;
  margin: 0px 15px 0px 0;
  box-sizing: border-box;
  -webkit-box-flex: 0,0,0;
  -webkit-flex: 0,0,0;
      -ms-flex: 0,0,0;
          flex: 0,0,0;
  display:block!important;
  line-height: 1.5em;
}

.textSection .sidebar, .photoSection .sidebar {
  display: none!important;
}

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
    .siteBottom {
      width: 100%;
      max-width: 1100px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      
    }

    .sidebar {
      display: none;
    }

    #outerSidebar {
      width: 200px;
      padding: 0 15px;
      flex-shrink: 0;
      background: rgba(0,0,0,0.1);
      display: inline-block;
    }

    .contentWrap {
      width: 100%;
      -ms-flex:0 1 auto;
    }
}

*/
/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact-info a:before, .contac-infot div:before, .contact-info p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone:before {
  content: "\f095";
}

.mobile:before {
  content: "\f10b";
}

.email:before {
  content: "\f003";
}

.fax:before {
  content: "\f1ac";
}

.address:before {
  content: "\f041";

}

/*-----social icons-----*/

.facebook:before {
  content: "\f09a";

}

.instagram:before {
  content: "\f16d";
}

.twitter:before {
  content: "\f099";
}

.googlePlus:before {
  content: "\f0d5";
}

.pinterest:before {
  content: "\f0d2";
}

.linkedIn:before {
  content: "\f0e1";
}

.youTube:before {
  content: "\f167";
}

.flickr:before {
  content: "\f16e";
}



/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: rgba(255,255,255,0.1);
  background-color: rgba(255,255,255,0.1);
  width: 80%;
  margin:10px 10%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
  padding-bottom: 10px;
}

#menu nav {
  max-width: 90%;
  width: 100%;
  margin: auto;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
		  
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0px;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 1em;
  font-weight:700;
  position:relative;
}

#menu nav li a:before {
  content:"";
  bottom:0;
  left:0;
  width:0;
  height:1px;
  z-index:1;
  position:absolute;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  background:#ffdf12;
  
}

#menu nav li a:hover:before {
  width:100%;
}

#menu nav li a:hover {
}

#menu nav .current > a:before {
  width:25%;
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#menu nav .subContainer .current a {
  background: #ffdf12; color:#262626; }

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 220px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #222;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}



#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #eee;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu .subContainer {
  padding-left: 10px;
}
.sideMenu .current ul a {
  background: #222;
}
.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}
.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}
.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}
.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  background: #fff;
  float: none;
  padding: 0;
  max-width: none;
  color: #888;
  box-sizing: border-box;
  margin-left: 0px;
  padding:20px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size:1em; 


-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: #444;
  color: #fff;
  padding: 12px 10px 8px;
  margin-bottom: 15px;
  font-size: 1.3em;
text-align:center;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
  box-sizing: border-box; }

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  font-size: 1.2em;
display:none;
}

.enqRight {
  width: 100%;
  float: left; }

#enquiry input, #enquiry textarea, #enquiry select {
  width: 100%;
  border: none;
  padding: 15px;
  box-sizing: border-box;
  font-size: .9em;
  -webkit-appearance: none;
  border-radius: 0;
  background:none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
 font-family: 'Poppins', sans-serif;
   }
  
#enquiry input:focus, #enquiry textarea:focus, #enquiry select:focus {
	border-color:#ffdf12;
	
	  }

#enquiry textarea {
  height: 80px; }

#enquiry input[type="radio"] {
  width: 10%;
  -webkit-appearance: radio; }

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 10%; }

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  padding: 15px;
  background: #444;
  cursor: pointer; }
  
  #enquiry input[type="submit"]:hover {
	  background:#ffdf12;
    color:#464646;
	  }

#enquiry select {
  width: 100%; }



/*-----Placeholder Styles-----*/

#enquiry ::-webkit-input-placeholder {
  color: black;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: black;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: black;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: black;
  opacity: 0.6;
}



/**
 * Custom styling for <select>s
 */
.select {
  position: relative;
}
.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}
.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #252525;
  font-size: .8em;
  padding: 20px 0; }

footer .container {
 }

.footerRight {
  text-align: center;
  margin-top: 10px; }

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

footer a:hover {
  color: #ffdf12; }

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  text-align:center;
  display: inline-block; }

footer nav li {
  list-style: none;
  
  display: inline-block; }

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block; }

footer nav li a:hover {
  /**/ }


/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 900;
 
}

#toTop:before {
  content: "\f077";
  padding:20px;
  color:rgba(0,0,0,0.5);
  border-bottom:0;
  /*border-radius:100%;*/
}

#toTop:hover:before {
	color:#fbe00f;
	}

#toTop a {
	text-decoration:none;}




/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  padding:0;
}

.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  list-style: none;
  position:relative;
  padding-left:20px;
}

.siteBottom .siteContent ul li:before {
  content: "";
  background: url(/files/icon.svg) center 100% no-repeat;
  background-size: contain;
  width: 12px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 0.5em;
  margin-right: 10px;
  color: #999;
  left:0;
  position:absolute;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.grid.justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}




.grid div img, .grid div iframe {
  width:100%; 
  height:auto; 
  display:block; 
  margin:0; 
  padding:0;
}

.grid [class*='col-'], .contentImgRow .item, .cartThumb {
  float: left;
  margin: 5px;
}
.grid [class*='col-'] {
   padding: 1em;

}


.col-1 {
  width: 100%;
  width: calc(100% - 10px);

}

.col-2 {
  width: 50%;
  width: calc(50% - 10px); 
}

.col-2.butFrame {
  width: 50%;
  width: calc(50% - 10px) !important; 
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - 10px);

}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - 10px);
  
}

.col-4, .contentImgRow .item, .cartThumb {
  width: 25%;
  width: calc(25% - 10px);
}

.col-4x3 {
  width: 75%;
  width: calc(75% - 10px);
}

.col-5 {
  width: 20%;
  width: calc(20% - 10px);
}

.col-5x2 {
  width: 40%;
  width: calc(40% - 10px);
}

.col-5x3 {
  width: 60%;
  width: calc(60% - 10px);
}

.col-5x4 {
  width: 80%;
  width: calc(80% - 10px);
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - 10px);
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - 10px);
}


/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

.fixedTopWrap * {
-moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;	
	}
	
.fixedTopWrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:101;
	background:rgba(0,0,0,0);
	}	


#banner {}



#banner .container{
   padding:20px 10px;
   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: space-between;
   -ms-flex-pack: justify;
           justify-content: space-between; 
  max-width:90%;
}


#logo{
    width:80%;
    max-width:230px;
	top:30px;
	position:absolute;
	z-index:101;
 
}


	.st0{fill:#5B5B5B;}
	.st1{fill:#FEDE09;}
	.st2{fill:#FFFFFF;}

#logo > a img {
    width:100%;
    height:auto;
	
}

.contact-info {
    font-size:1em;
    color:inherit;
    text-align:right;
    font-family:inherit;
	margin-left:auto;
    
}

.contact-info p, .contact-info a{
    color:inherit;
    text-decoration:none; 
    line-height:1.2em;
    white-space:nowrap;
    clear:both;
	display:inline-block;
	vertical-align:top;
}

.contact-info a {
  color:#fff;
  margin: 0;
  cursor:pointer;
  position: relative;
  width:35px;
  height: 40px;
}

.contact-info a:before {
  display: block;
  text-align: center;
  padding-top: 12px;
  vertical-align: middle;
}

.contact-info a:after {
  content: "";
  background:url(/files/icon-button-border.svg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain !important;
}


.contact-info .phone {width:auto;}
.contact-info .phone a {text-decoration: none; padding:none; border:none; color:#ffdf12;width:auto!important;}
.contact-info .phone a:after {padding: 0; background:none; display: none;}

.contact-info a:hover {color:#ffdf12;}
.contact-info a:before {margin-right:0; text-align: center}
.contact-info .phone:before	{display:none;}
.contact-info .phone {color:#ffdf12; font-size:1.3em; font-weight:300; margin-top:7px}
.contact-info .phone a {text-decoration:none; padding:0; color:#ffdf12; border:none;}

.fixedTopWrap.shrink {background:rgba(32,32,32,0.95)}
.fixedTopWrap.shrink #logo {max-width:200px; top:15px}
.fixedTopWrap.shrink #banner .container {padding: 10px}
/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */



.contentImgRow.grid{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
  

-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;

   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
    justify-content: flex-start; 
  
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;

padding:10px 0;
}

.siteBottom .butFrame {
    width:24%; /* Change This Dependong On How Many Buttons You Have*/
    position:relative;
    cursor:pointer;
        -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;
  padding: 0;
}



.butImage {
  padding-bottom: 70% !important;
  background-size: cover !important;
  width: 100%;
  display: block;
  height: 0;
}


.butHeading {
    display:block;
    width:100%;
    font-size:1.5em;
    line-height:1.4em;
    color:#fff;
    background:rgba(0,0,0,.1);
    padding:1em;
    height:100%;
    position:absolute;
    bottom:0px;
    left:0px;

    -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: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-flex-direction: row;
   -ms-flex-direction: row;
    flex-direction: row;

   -webkit-align-items: flex-start;
   -ms-flex-align: start;
    align-items: flex-start;

   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
    justify-content: flex-start;
}

.butFrame .category {
  background: #ffdf12;
  padding: 1em;
  color:#262626;
}


.butArrow {
  position: relative;
  width:100%;
}


.butArrow:before {
  content: "";
  top:0;
  left:0;
  position: absolute;
  z-index: 101;
  height: 1px;
  background:#ffdf12;
  width:0px;
  margin-top:-300px;
      -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.vale {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffdf12;
  color: #262626;
  padding: 2em;
  transform: translatey(-100%);
  transition: 0.2s ease-in;
}

.butFrame:hover .vale {
  transform: translatey(0%);
}

.vale > * {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.vale .category {
  font-weight: bold;
  font-size: 1.1em;
}


/* ----------------
HOVER STYLES
------------------ */

.butFrame *{
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.butFrame:hover .butArrow:before{
width: 100%;
}


/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */
.basicFrame * {


-moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;

}


.basicFrame {
  padding: 80px 60px;
  width: 210px;
  background: url(/files/icon-border.svg) center no-repeat;
  color:#fff;
  cursor: pointer;
  text-align: center;
  margin: 4px;
  position: relative;
  overflow:hidden;
  animation: none;
  transition: 0;

}

.itemAction .basicFrame {
  padding: 40px 20px;
  width: 120px;
}

@media (min-width: 1100px) {
  .itemAction .basicFrame {
    position: relative;
    top: -320px;
    margin-bottom: -250px;
  }
  
  .itemButtons {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  
  .itemOptions {
    display: none !important;
  }
}

@media (min-width: 500px) and (max-width:1099px) {
  .itemAction .basicFrame {
    position: relative;
    top: -110px;
    margin-bottom: -100px;
  }
  
  .itemButtons {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  
  .itemOptions {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .itemMainInfo h1 {
    display: none;
  }
  
  .itemButtons {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  
  .itemOptions {
    display: none !important;
  }
}

.attachMap .basicFrame {
  background: url(/files/icon-border-special.svg) center no-repeat;
  padding: 90px 80px;
 }

.basicFrame:hover {
  color: #111;
  background: url(/files/icon-border-hover.svg) center no-repeat;
}



.basicFrame span:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 1em;
  color:#ffdf12;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  display:none;
}


.basicFrame:hover span:before {
  margin-right: 0.5em;
}



/* icon */

.link0 #section1,
.link2 #section1 {
  padding-bottom: 250px;
  padding-bottom: 280px;
}


.iconbuttons{
 display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
       flex-direction: row;
  
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
       justify-content: flex-end;
  
      -webkit-align-items:stretch;
-ms-flex-align: stretch;
align-items: stretch;
  
   -webkit-flex-flow: row wrap;
   -ms-flex-flow: row wrap;
       flex-flow: row wrap;
  
  margin: auto;
  padding: 20px 0;
  position: absolute;
  width:100%;
  z-index: 99;
  margin-top:0px;
  
}


.butFrame2 * {
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  
}


.butFrame2 {
padding:2em;
cursor:pointer;
width:23%;
text-align:center;
position:relative;
padding-bottom:25px;
  z-index:2;

-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.slider-button .butFrame2 {
  width: 100%;
}

.butFrame2 .butText2{
width:80%;
color:#fff;
font-size:1.5em;
margin:auto 10%;
position:relative;
font-weight: 700;
  text-align: center;
  padding-bottom:50px;
  z-index:3;
}




.iconWrap2{display:inline-block; position:relative;}

.butFrame2 .icon{
width:100px;
height:100px;
position:relative;
-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
border-radius:100%;
padding:20px;
  background: none;
  z-index:100;
  position: relative;
}


.butFrame2::before {
  content: "";
  top:5%;
  left:5%;
  width:90%;
  height: 90%;
  position: absolute;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  background:url(/files/icon-border.svg) center center no-repeat;
  z-index:1;
}


.butFrame2::after {
  content: "";
  top:50%;
  left:50%;
  width:0%;
  height: 0%;
  position: absolute;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  background:url(/files/icon-border-hover.svg) center center no-repeat;
  z-index: 0;
}

.butFrame2 .icon{fill: currentColor; color:rgba(255,255,255,1); }
.butFrame2 .icon svg{fill: currentColor;}
.butFrame2 .icon path{fill: currentColor;} 

.butFrame2:hover .icon{fill: currentColor; color:#454545;}
.butFrame2:hover .icon svg{fill: currentColor;}
.butFrame2:hover .icon path{fill: currentColor;} 

.iconWrap2{display:inline-block; position:relative; padding-bottom: 0px;}

.butFrame2:hover:before {

  left:0%;
  top:0%;
  height: 100%;
  width: 100%;
  opacity: 0;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.butFrame2:hover:after {

  left:0%;
  top:0%;
  height: 100%;
  width: 100%;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;

}

.butFrame2:hover .butText2 {color:#454545}




/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */


#subBannerHome .container {
max-width:none;
  position: relative;
}

.slider-text {
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width:100%;
}

.slider-text .flickerplate {
  background-color: rgba(0,0,0,0);
}


.slider-image .flickerplate ul.flicks>li .flick-inner .flick-content:before {
  font-size: 2em;
  margin-top:70px;
  margin-left:0%;
  left:auto;
  right:0%;
  color:rgba(255,255,255,0)
}



.slider-text .flickerplate .arrow-navigation, .slider-text .flickerplate .dot-navigation {
  display: none;
}


.slider-text .flickerplate ul.flicks>li .flick-inner{
  background:rgba(0,0,0,0.5);
  width:100%;
}



.slider-image .flickerplate ul.flicks>li:nth-child(1) {
  background-position:  top center;
  transform: scale(1);
  
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}

.slider-image .flickerplate ul.flicks>li.active:nth-child(1) {
  transform: scale(1.3);
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}


.slider-image .flickerplate ul.flicks>li:nth-child(2) {
  background-position:  top center;
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}

.slider-image .flickerplate ul.flicks>li.active:nth-child(2) {
  background-position:  bottom center;
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}


.slider-image .flickerplate ul.flicks>li:nth-child(3) {
  background-position:  center left;
background-size: 120%;
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}

.slider-image .flickerplate ul.flicks>li.active:nth-child(3) {
background-position:  center right;
    -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}

.slider-image .flickerplate ul.flicks>li:nth-child(4) {
  background-position:  bottom center;
transform: scale(1.3);
   -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}

.slider-image .flickerplate ul.flicks>li.active:nth-child(4) {
background-position:  center center;
  transform:scale(1);
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}


.slider-image .flickerplate ul.flicks>li:nth-child(5) {
  background-position:  top center;
transform: scale(1);
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}

.slider-image .flickerplate ul.flicks>li.active:nth-child(5) {
background-position:  bottom center;
  transform: scale(1.3);
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}


.slider-image .flickerplate ul.flicks>li:nth-child(6) {
  background-position:  top center;
transform: scale(1.3);
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}

.slider-image .flickerplate ul.flicks>li.active:nth-child(6) {
background-position:  bottom center;
  transform:scale(1);
  -moz-transition:3s;
    -webkit-transition:3s;
    -ms-transition:3s;
    -o-transition:3s;
    transition:3s;
}



.slider-button {
  position: absolute;
  bottom:400px;
  left:50%;
  z-index: 9;
  width: 250px;
}

.scrollDown {
  position: absolute;
  bottom:50vh;
  left:3%;
  z-index: 9;
  transform: rotate(90deg);
  transform-origin: 20% 40%;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.scrollDown a {position: relative; padding:5px 0;}

.scrollDown a:after {
  content: "";
  bottom:0;
  width: 20px;
  height: 1px;
  left:0;
  position: absolute;
  background: #ffdf12!important;
  z-index: 1;
  animation:scrollArrow 6s infinite;
-webkit-animation:scrollArrow 6s infinite; 
}



/*------------------------------*/
/*-- YOU CAN USE ANY CSS HERE --*/
/*------------------------------*/

@keyframes scrollArrow{
  
  0% {width:20px;}
  25% {width:80px; left:20%}
  50% {width:20px; left:0%}
  75% {width:40px; left:40%}
  100% {width:20px; left:0%}

}

@-webkit-keyframes scrollArrow {
 0% {width:20px;}
  25% {width:80px; left:20%}
  50% {width:20px; left:0%}
  75% {width:40px; left:40%}
  100% {width:20px; left:0%}
}





.flickerplate {
    position: relative;
	width: 100%;
	height: 100vh;
	background-color: #222;
	overflow: hidden;
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: block;
}


.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-align-items: center;
   -ms-flex-align: center;
    align-items: center;

   -webkit-justify-content: center;
   -ms-flex-pack: center;
    justify-content: center;
 

}
.flickerplate ul.flicks>li .flick-inner .flick-content {
width: 100%;
  max-width: 50%;
  margin-left:50%;
  position: relative;
}

.flickerplate ul.flicks>li .flick-inner .flick-content:before {
  content: "OUR CORE VALUES";
  position: absolute;
  top:0;
  left:0;
  width:40%;
  height: 0%;

  margin-top:210px;
  font-size: 1.2em;
  
  letter-spacing: 3px;
  color:#fbe00f;
  font-weight: 300;
  transform: rotate(90deg);
  margin-left:-220px;
}

.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 4em;
	line-height: 1.6em;
	text-align: left;
  font-weight: 700;
}



.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	font-size:1.3em;
	line-height: 1.4em;
	color: rgba(255,255,255,1);
	text-align: left
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}


.flickerplate .arrow-navigation {
	position: absolute;
	height: 10%;
	width:100%;
	top: 80%;
	z-index: 100;
	overflow: hidden;
  display: block!important;
}

.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
}
.flickerplate .arrow-navigation .arrow:before {
	font-size: 2em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	font-family: FontAwesome;
	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: center;
   -ms-flex-pack: center;
           justify-content: center;
  
  border-radius: 0%;
   background:url(/files/icon-border.svg) center center no-repeat;
  
}
.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
	color: #333;
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 88%
}

.flickerplate .arrow-navigation.left .arrow {
	opacity: 1;
	margin: 0px 0px 0px 0%;
	position: relative;
}
.flickerplate .arrow-navigation.left .arrow:before {
	content: "\f104";
 
}
.flickerplate .arrow-navigation.right {
	left: 92%
}

.flickerplate .arrow-navigation.right .arrow {
	opacity: 1;
	margin: 0px 0px 0px 0%;
}

.flickerplate .arrow-navigation.right .arrow:before {
	content: "\f105";
   
}

.flickerplate .arrow-navigation .arrow:hover:before {
   background:url(/files/icon-border-hover.svg) center center no-repeat;
  color:#333;

}


.flickerplate .dot-navigation {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 100
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 10px;
	height: 10px;
	margin: 0px 6px;
	border:1px solid rgba(255,255,255,0.3);

  
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	border-color: rgba(255,255,255,0.6)
}
.flickerplate .dot-navigation .dot.active {
	border-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	transition: transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.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;
	-moz-transition: opacity 0.8s linear;
	-o-transition: opacity 0.8s linear;
	-ms-transition: opacity 0.8s linear;
	transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
	opacity: 1
}
.flickerplate.animate-jquery-fade ul.flicks {
	position: relative
}
.flickerplate.animate-jquery-fade ul.flicks li {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}


/* ---------------------------------- */
/* ---------- DROP DOWN CSS --------- */
/* ---------------------------------- */
/* Drop Down Enquiry */



#enquire-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #222;
    display: none;
    overflow: hidden;
}

#enquire-dropdown .container {
    width: 100%;
    height: 100%;
    height: 100vh;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
}

#enquire-dropdown #enquiry {
    background: none;
    font-size: 1em;
    width: 100%;
    max-width: 450px;
    margin: auto;
    float: none;
}

.dropContact {
    text-align: center;
    color: #ccc;
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.05);
}

#enquire-dropdown .dropContact {
  display: block;
}

#enquire-dropdown .heading {
    color: #ffdf12;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  font-size:2em;
}

#enquire-dropdown #enquiry input[type="text"],
#enquire-dropdown #enquiry input[type="email"],
#enquire-dropdown #enquiry input[type="tel"],
#enquire-dropdown #enquiry textarea {
    padding: 7px 15px 7px 40px;
    -webkit-appearance: none;
    /*border-radius: 15px;*/
    font-family: inherit;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 16px;
}

.required {
    font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
}

.closeBtn:hover {
 transform: rotate(90deg);
  
}

.closeBtn:hover:before, .closeBtn:hover:after {
  color:#ffdf12;
  background:#ffdf12;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

#enquire-dropdown .enqRow {
    position: relative;
}

#enquire-dropdown .contact .enqRow span {
    font-family: FontAwesome;
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 0.9em;
    font-weight: normal;
    color: #999;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
    content: "\f007";
}

#enquire-dropdown .question:before {
    content: "\f0e6";
}

#enquire-dropdown .clock:before {
    content: "\f017";
}


#enquire-dropdown ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.dropContact a {
  color: #fff;
}

.dropContact a:hover {
  color: #438dcb;
}




/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */


footer {
padding:30px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  background:#252525 url(/thumbnaillarge/footerBottom.jpg) top center no-repeat;
  background-size: cover !important;
}

footer .container {
  max-width:none
  -ms-flex-direction:column;
   -webkit-flex-direction:column;
   flex-direction:column;
  max-width: none!important;
  

}

footer nav {
  text-align: center;
}

footer nav li {
  float: none;
  margin-bottom: 20px;
}

.footerRight {
  text-align: center;
  margin:10px 0 0 0;
}


#footerTop {

}

.foot-top {
  padding:20px 0;
  width:100%;
  text-align: center

}

.foot-middle .col-5:last-child {
  text-align: right;
}

.col-5 > a svg {
  max-width: 50px;
  margin: auto;
  margin-left:auto;
  text-align: right;
}

.col-5 > a .st0 {fill: currentColor; color:#ffdf12}

.foot-middle {
width:100%;
      display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
    flex-direction: row;

-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;

   -webkit-justify-content: center;
   -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap; 
  margin-top:30px;
  width: 100%!important;
  max-width: 1460px;
  margin: auto;
  padding: 50px 10px;
   border-bottom: 1px solid rgba(255,255,255,0.1);
}


.foot-middle .row {

}

.email:before {margin-right: 0.5em;}

.foot-middle .socialLinks a:before, .foot-middle .row a:before {font-family: FontAwesome}


.foot-middle .socialLinks a {
  position: relative;
  margin: auto;
  text-align: center;
  margin: 2px 0;
  display: inline-block;
  width: 35px;
  height: 40px;
}

.foot-middle .socialLinks a:before {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.foot-middle .socialLinks a:after {
  content: "";
  background:url(/files/icon-button-border.svg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  
}

.foot-bottom {
  text-align: center;
  padding-top:20px;
 
  
}


.foot-bottom a {
  padding: 10px;
  display: inline-block;
}

#footerTop h6 {font-weight:normal;}


#footerBottom {
  padding: 20px 0;
}


#footerBottom nav {display: none;}

.havealook {display: none;}
/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner {background:#262626;}


#subBanner .container {
padding-top:150px;
}

#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 600px;
  max-width:none;
  padding-top:0;
  position:relative;
}

#subBanner .container.hasImage:before {
 content:"";
 top:0;
  left:0;
  width:100%;
  height:600px;
  z-index:1;
  position:absolute;
}




/* ---------------------------------- */
/* ----------- ANIMATION  ----------- */
/* ---------------------------------- */




/* ---------------------------------- */
/* ----------- PRELOADER  ----------- */
/* ---------------------------------- */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  
    z-index: 9999999;
  overflow: hidden;
  

}

#loader {
  position: relative;
    display: block;
    width: 90%;
  height: 100%;
  margin: auto;
    max-width: 300px;
    border: 3px solid transparent;
    z-index: 1001;
  
  display: -webkit-flex;
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
  
  -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  
  -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  
  -webkit-align-items: center;
   -ms-flex-align: center;
          align-items: center;
   
}


#loader img{
width:100%;
height:auto!important;
  display:block;
opacity:1;
  margin-bottom: 50px;
filter: alpha(opacity=0);
  max-width:300px;
  animation:cp-round-animate 1s ease-in-out infinite
  
}

#loader img{
    -webkit-animation: load 4s alternate; 
    animation: load 4s alternate;
}

    @-webkit-keyframes load {
        0%   { 
 			opacity:0; 
 			filter: alpha(opacity=0);
        }
        30% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        70% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        100% {
            opacity:0;
            filter: alpha(opacity=0);
        }
    }
    @keyframes load {
        0%   { 
 			opacity:0; 
 			filter: alpha(opacity=0);
        }
        30% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        70% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        100% {
            opacity:0;
            filter: alpha(opacity=0);
        }
    }

    #loader-wrapper .loader-section {
        position: absolute;
        top: 0;
        width: 51%;
        height: 100%;
        background: #252525;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }


.hide--first {
  display: none;
}
.hide--second {
  display: none;
}


/* Spinners */

.cp-spinner{width:96px;height:96px;display:inline-block;box-sizing:border-box;position:relative; animation:cp-round-animate 1s ease-in-out infinite; transform-origin:  50% 60%}


@keyframes cp-round-animate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}


/* ---------------------------------- */
/* ------ BACKGROUND IMAGE CSS ------ */
/* ---------------------------------- */

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
  padding: 40px 0;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

/*-- full width image --*/

.M_full_img {
  background: #252525;
}

.M_full_img .backgroundImage {
  left: 0; right: 0; bottom: 0; top:0;
  opacity:0.2;
}


.pattern_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
  opacity:1;
  background-position: bottom center;
  background-size:20%!important;
  background-repeat:repeat-x!important;
}


.pattern_img-4 .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
  opacity:0.4;
  background-position: bottom center;
  background-size:40%!important;
  background-repeat:repeat!important;
}


.pattern_img {
  padding:100px 0;
  background:#353536;
   
}

.pattern_img table td {
  vertical-align: middle;
}

.pattern_img table td:nth-child(2) {
  position: relative;
  padding-left:30px;
  
}

.pattern_img table td:nth-child(2):before {
  content: "";
  top:10%;
  left:0;
  width:3px;
  height: 80%;
  background: #FEE600;
  position: absolute;
}


.pattern_img-2 .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
  opacity:1;
  background-position: bottom center;
  background-size:100%!important;
  background-repeat:repeat!important;
}


/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .container {
  width: 100%;
  margin: 0 auto;
}

.M_left_img .container .siteContent {
	max-width:50%;
	margin-left:auto;
	padding:0 2em;
	
	}


/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}

.M_right_img .container {
  width: 100%;
  margin: 0 auto;
}

.M_right_img .container .siteContent {
	max-width:50%;
	padding:0 2em;
	}


/*-- image left cover --*/

.M_left_imgC {
  padding: 200px 0;
}

.M_left_imgC:after {
  content: "";
   bottom:0;
  left:0;
  width:100%;
  height: 200px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#424244+0,424244+48,424244+100&0+0,0.5+48,1+100 */
background: -moz-linear-gradient(top,  rgba(66,66,68,0) 0%, rgba(66,66,68,0.5) 48%, rgba(66,66,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(66,66,68,0) 0%,rgba(66,66,68,0.5) 48%,rgba(66,66,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(66,66,68,0) 0%,rgba(66,66,68,0.5) 48%,rgba(66,66,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00424244', endColorstr='#424244',GradientType=0 ); /* IE6-9 */
z-index: 1;
  
}

.M_left_imgC .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width:70%;
  opacity: 0.2;
}

.M_left_imgC .container {
  width: 100%;
  margin: 0 auto;
}

.M_left_imgC .container .siteContent {
    max-width:50%;
	margin-left:auto;
	padding:0 2em;
	}


/*-- image right cover --*/


.M_right_imgC {
  padding: 200px 0;
  position: relative;
}

.M_right_imgC:after {
  content: "";
   bottom:0;
  left:0;
  width:100%;
  height: 200px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#424244+0,424244+48,424244+100&0+0,0.5+48,1+100 */
background: -moz-linear-gradient(top,  rgba(66,66,68,0) 0%, rgba(66,66,68,0.5) 48%, rgba(66,66,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(66,66,68,0) 0%,rgba(66,66,68,0.5) 48%,rgba(66,66,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(66,66,68,0) 0%,rgba(66,66,68,0.5) 48%,rgba(66,66,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00424244', endColorstr='#424244',GradientType=0 ); /* IE6-9 */
z-index: 1;
  
}

.M_right_imgC .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width:70%;
  opacity: 0.2;
}

.M_right_imgC .container {
  width: 50%;
 width: 100%;
  margin: 0 auto;
}

.M_right_imgC .container .siteContent {
	   max-width:40%;
	padding:0 2em;
	}


@media all and (max-width: 700px){
  
  .M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
    padding: 40px 0;
  }  

  .M_left_img, .M_right_img {
      padding: 0;
  }

  .siteBottom section .container {
    padding: 40px 20px;
    width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
      position: relative;
      width: 100%;
      height: 250px;
  }

  .M_left_imgC .backgroundImage {
      background-position: 90% 50%;
  }  
  
  .M_right_imgC .backgroundImage {
      background-position: 10% 50%;
  } 

}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */


/*-----------------------------------*/
/*-------- FILTER BUTTONS -----------*/
/*-----------------------------------*/


.filter li {
  display: inline-block;
  list-style:none;
  cursor: pointer;
}


.filter li:before {
  display: none;
  padding:0!important;
  margin:0!important;
}


.siteBottom .siteContent ul.filter {
     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: center;
   -ms-flex-pack: center;
    justify-content: center;
  width:100%;

}


.siteBottom .siteContent ul.filter li {
  padding: 0;
  margin: 0;
  width:32%;
  text-align: left;
  margin: 0 0.5%;
}

.siteBottom .siteContent ul.filter li a {
  padding: 10px;
  border-bottom: 1px solid #ffdf12;
  display: block;
}

.siteBottom .siteContent ul.filter li a:hover,
.siteBottom .siteContent ul.filter li.active a {
  background:#ffdf12;
  color:#262626;
}




/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  
  padding-top: 20px;
  padding-bottom: 60px !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;  
  display: flex;
  align-items: center;
}

.slick-track div > a {
  display: block;
  width: 95%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;  
  padding: 0 0px;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  z-index: 1;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  /*! bottom: 50px; */
}

.slick-prev,
.slick-next
{
  bottom: 30px;
}

.slick-prev {
  left: calc(50% - 150px);
}

.slick-next {
  left: calc(50% + 135px);
}

.slick-prev:before {
  content: "\f053";
}

 .slick-next:before {
  content: "\f054";
}

.slick-prev:hover,
.slick-next:hover
{
  color: transparent;
  outline: none;
  background: transparent;
  border: none !important;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 1;

  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  color: #111;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Dots */
.slick-dotted.slick-slider {
  /*! margin-bottom: 2em; */
}

.slick-dots {
  position: absolute;
  bottom: 22px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.teamSlider .slick-dots {
  bottom: -20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 20px;
  margin: 0 5px;
  padding: 0 !important;
  cursor: pointer;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 5px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  content:  "\f111";
  color: #fff;
  
  font-family: 'FontAwesome';
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  text-align: center;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: #fd3521;
}

/* testimonial slider adjustments */

.testimonialSlider .slick-slide {text-align: center;}

.slick-prev:before,.slick-next:before {color: #111;}

.slick-dots li button:before {color: #111;}

.slick-dots li.slick-active button:before {color: #ffdf12;}

.slick-dots *,
.slick-dots *:before,
.slick-prev,
.slick-next:before {
  transition: 0.2s;
}

.slick-list:before, .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  width: 3vw;
  z-index: 1;
}

.slick-list:before {
  left: 0;

}

.slick-list:after {
  right: 0;

}


.testimonialWrap:before {
  position: relative;
  z-index: 2;
  content: open-quote;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  font-size: normal;
  height: .5em;
  color: #ccc;
  display: none;
}

.slick-slide img {
  width:100%!important;
}

@media all and (max-width: 700px) {

.slick-slide {  
  padding: 0 10px;
}

.slick-list:before, .slick-list:after {
  display:none;
}

}


/* module divs */
.twoColumn img, .twoColumn iframe,
.threeColumn img, .threeColumn iframe,
.fourColumn img, .fourColumn iframe,
.fiveColumn img, .fiveColumn iframe,
.sidebarLeft img, .sidebarLeft iframe,
.sidebarRight img, .sidebarRight iframe{
  width:100%!important;
  height:auto; 
  display:block; 
  margin:0; 
  padding:0;
}


/*slick item page*/

.slider-for .slick-slide,
.slider-nav .slick-slide {
  background-size: cover !important;
  background-position: center !important;
}

.slider-for.slick-slider {
  margin-top: 10px;
  padding:0;
  border: 1px solid yellow;
}

.slider-for.slick-slider {
  padding-bottom: 0 !important;
}

.slider-for .slick-slide {padding-bottom: 150px;}

@media (min-width: 500px) {.slider-for .slick-slide {padding-bottom: 250px;}}

@media (min-width: 700px) {.slider-for .slick-slide {padding-bottom: 350px;}}

@media (min-width: 900px) {.slider-for .slick-slide {padding-bottom: 400px;}}

@media (min-width: 1100px) {.slider-for .slick-slide {padding-bottom: 500px;}}

@media (min-width: 1560px) {.slider-for .slick-slide {padding-bottom: 600px;}}

.slider-nav {
  width: 250px;
  margin: auto;
}

.slider-nav .slick-slide {
  height: 50px;
  margin: 4px;
}

.slider-nav .slick-prev, .slider-nav .slick-next {
  bottom: 20px;
}

.slider-nav .slick-dots {
  bottom: 13px;
}

.portfolioSlideInner {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #111 !important;
  padding-bottom: 50%;
}


/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

.link1 #section2 .container{
  max-width: none;
  padding: 0;
}


#map_wrapper {
    height: 450px;/* Height Required */
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#map_wrapper .gm-style .gm-style-iw-c{
  background:#565656;
}


.link0 #section2 .sidebarRight {
    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: center;
   -ms-flex-pack: center;
    justify-content: center; 
}

.link0 #section2 .sidebarRight .col-3 {
  border-left: 3px solid #ffe600;
  padding-left: 30px;
  width:25%
}

.link0 #section2 .sidebarRight .col-3x2 {
  width: 74%;
  width: calc(74% - 10px)
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/


@media (max-height: 840px){
  .slider-button {bottom:260px}
  
}



@media all and (max-width: 1560px) and (min-width: 1201px){
  
  .iconbuttons {
    width:90%;
  }
  
  #banner .container {
    max-width: 98%;
  }
  
  
  #menu nav {
    max-width: 98%;
  }
  
  .container {
    max-width: 80%;
  }
  
  .foot-middle {
    max-width:80%;
    font-size: 0.8em;
  }
  
  .butArrow::before {
    margin-top: -95%;
} 
  
  
  .siteBottom .siteContent ul.filter li {
   font-size: 0.8em;
    
  }
  
  
  
}

@media all and (max-width: 1200px) and (min-width: 1001px){
  
  .iconbuttons {
    width:90%;
  }
  
  #banner .container {
    max-width: 98%;
  }
  
  
  #menu nav {
    max-width: 98%;
  }
  
  .container {
    max-width: 80%;
  }
  
  .flickerplate .arrow-navigation.left {
    left:85%!important;
  }
  
  .foot-middle {
    max-width:80%;
  }
  .flickerplate ul.flicks > li .flick-inner .flick-content::before {
    width:60%;
  }
  
    .butArrow::before {
    margin-top: -95%;
} 
  
   #section6 .twoColumn a {
    width:48%!important;
  }
  
  .siteBottom .siteContent ul.filter li {
   font-size: 0.8em;
    
  }
  
  .M_right_imgC .container .siteContent {
  max-width: 60%
}


.butFrame2 {
  width: 30%;
}
  
  .foot-middle {
  max-width: 98%!important;
}

 
  .contact-info .phone {display: block; margin-bottom: 10px;}
  
}


@supports (-ms-ime-align:auto) {
  

  
.butFrame2:before {display:none;}


.butFrame2:after {
  content: "";
  top:5%;
  left:5%;
  width:90%;
  opacity:1;
  height: 90%;
  position: absolute;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  background:url(/files/icon-border-hover.svg) center center no-repeat;
  z-index: 1;
}
  
.butFrame2 .butText2{color:#262626;}
  
.butFrame2 .icon{fill: currentColor; color:rgba(0,0,0,1); }

.butFrame2:hover:before {display:none;}

.butFrame2:hover:after {

  top:5%;
  left:5%;
  width:90%;
  opacity:1;
  height: 90%;
  position: absolute;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;

}

}

