/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  font-family: 'Roboto', Arial, verdana, helvetica, sans-serif;
  font-size: 14px;  color: #666;
  line-height: 1.4em; }

a {
  color: #ab8400;
  
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;

}

a:hover {
  color:  ; }





/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4 {
  font-weight: 300;
  font-family: inherit;
  line-height: 1em; }

h1 {
  font-size: 4em;
  color: #ab8400;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 15px; }

h2 {
  font-size: 1.7em;
  color: #666;
  line-height:1.3em;
    font-weight: 400;

  margin-top: 0px;
  margin-bottom: 15px; }

h3 {
  font-size: 1.4em;
  color: #ab8400;
    font-weight: 400;

  line-height:1.3em;
  margin-top: 15px;
  margin-bottom: 15px; }

h4 {
  font-size: 1.2em;
  color: #555;
    line-height:1.3em;
    font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px; }


.link0 #section1 h1, .link0 #section1 h3{
  margin:0px;
  
}

section {
  width: 100%; }

.container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative; }

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */


.siteTop {
  padding-bottom:0px;
  background: url(subBanner.jpg) top center no-repeat;
  background-size:cover;

}



.siteBottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-sizing: border-box;
  padding: 0 10px; }

.siteContent {
  width: 100%;
  -ms-flex: 1 1 auto; }

.contentCopy {
  padding: 20px 0; }

#subBanner img {
  width: 100%;
  height: auto; }

#callbacks {
  display: none; }

.buttonSection .siteContent, .buttonSection .container {
  padding: 0; }

/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */
.basicFrame {
  width: 23%;
  padding: 15px 0px;
  background:#AF1A22;
  color: #fff;
  font-weight:500;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  margin:0 5px;
  margin-bottom: 10px;
  
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;

}


.basicFrame:hover {
  background: #555;
  color: #f1f1f1; }



.butFrame{
    cursor: pointer;

  
}

/* ---------------------------------- */
/* ----------  BUTTONS  ---------- */
/* ---------------------------------- */


.buttons * {
  transition: all .5s ease;
}

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.butFrame {
  width: 49%;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  font-family: inherit;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}

.butHeading {
  position: relative;
  padding: 10px 10px 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
  box-sizing: border-box;
}

.butTextWrap {
  width: 70%;
}

.butText {
  padding: 10px;
  font-size: .85em;
  line-height: 1.6em;
  box-sizing: border-box;
}

/* ICON STYLES */

.butFrame img {
  width: 30%;
  height:100%;
  position: relative;
  border-radius: 2px;
}

.butFrame :nth-child(1):before {
  content:"1902 267 732";
  display:block;
  top:150px!Important;
  left:-145px;
  position:absolute;
  font-family:inherit;
  color:#333;
}

/* CONTENT CODES FROM FONT-AWESOME.CSS */



/* HOVER STYLES */


/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px){

  .butFrame {
    width:49%;
  }

}

@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    width:100%;
  }

}


/* ---------------------------------- */
/* ------------ 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;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.5em; 
  
  display:none;

  }


.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;
    image-rendering: -moz-crisp-edges; }
  .sidebar .item .caption, #outerSidebar .item .caption {
    font-size: .8em; }

#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;
    }
}

*/

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#viewCart .container {
  position: relative; }

 .viewCart {
  position: relative;
  right: 0px;
  padding: 0;
  overflow: hidden;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  cursor: pointer;
   
   display:inline;

}

.viewCart:before, .viewCart:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }



.viewCart:before {
  font-family:FontAwesome;
  content: "\f07a";
  color: #F297B8!Important;
  font-size:1.5em;
    padding:0 5px;

}






#banner .viewCart:after {
  content: "VIEW CART";
  padding: 0px 0 0 ;
  display:none;
   }

#banner .viewCart:hover:before {
  color: #662D91; }

.viewCartCurrent {
  background: rgba(255, 255, 255, 0.4); }

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
 .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  color: #fff; }

.contact a:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  color: #F297B8;
  font-size:1em;
  padding:0 5px;

}

.contact a:after, .contact p:after{  
    padding:0 5px;
}

 .contact {
  top:0px;
  position:relative;
  z-index:300!Important;
  text-align:right;
  color:#fff;
  line-height:1.4em;
}

.contact a{
  color:inherit;
  text-decoration:none; 
  display:inline;
  color:#999;
  margin:0 5px;
}

.contact p {
  color:inherit;
  text-decoration:none; 
  display:inline;
  color:#fff;
  font-size:1.1em;
   line-height:1.0em;  
  font-weight:500;
  margin:0 5px ;
}

.contact .phoneText {
  display: inline-block;
  font-size:0.73em;
  line-height:1.6em;
  font-weight:300;
}

.contact .phoneText.red{
  color: red;
}

.contact .phoneHead {
  display: block;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
}

.contact .phoneHead span{
  font-weight:700;
  color:#ab8400;
}

.contactPage:before {
  font-family:fontAwesome;
  content: "\f086"; 
}

.contact .facebook {
  color:#F297B8;
  font-size:1.5em;
}

.facebook:after {
  content: "\f09a";
  font-family:fontAwesome;
}

.email:before {
  content: "\f0e0"; 
}


/* ---------------------------------- */
/* ---------- SOCIAL LINKS ---------- */
/* ---------------------------------- */
.socialLinks {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f2f2f2;

}

.socialLinks span {
  font-size: 1.1em;
  font-weight: 700;
   }

.socialLinks a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
   }



.socialLinks a:after {
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;

   }

.home:after {
  font-family:fontAwesome;
  margin:0 10px;
  content: "\f015"; }



.sideIcons {
  
  position: fixed;
  top: 40%!Important;
  right: 0px;
  background: #000;
  color:#fff;
  z-index: 1000;
  border-radius:  5px 0 0 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  overflow: hidden;
}

.sideIcons a, .sideIcons .viewCart:before {
  display: block;
  font-size: 1.2em;
  padding: 15px 10px 15px 10px;
  color: #fff!Important;
  
  cursor: pointer
}
.sideIcons a:hover, .sideIcons #viewCart:hover .viewCart:before {
  background: #EC1C24;
}

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr{
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  
}
/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position:absolute ;
  z-index: 1200;
  top:135px;
}

#menu nav {
  border-bottom:1px solid rgba(255,255,255,0.3);
  max-width: 1100px; 
  padding-bottom:0px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content:flex-end;
      -ms-flex-pack:end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

#menu nav li {
  list-style: none;
  float: right;
  display: inline-block;
  margin: 0; }

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  text-transform:uppercase;    
  width: 100%;
  font-weight:400;
  padding: 7px 15px;
  color: #e1e1e1;
    border-bottom:5px solid rgba(0,0,0,0);
  font-weight:500;
  letter-spacing:1px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1em; 
  font-family:'roboto', sans serif;
}

#menu nav li a:hover {
  
  border-bottom:5px solid #ab8400;
  color:#fff;
  
-moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;


}

#menu nav li .current {
  border-bottom:5px solid #ab8400;
  color:#fff;
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em; }

#menu nav .subContainer .current a {
    color:#fff!Important;
 }

#mobileMenu {
  display: none; }




/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em; }

#menu .subContainer {
  background:#fff;  
  box-shadow:2px 2px 2px rgba(0,0,0,0.2);
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box; }

#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; }


#menu nav ul li a:hover {
  color:!Important;
}



#menu nav ul li {
  width: 100%;
  display: inline-block; }

  #menu nav ul li a {
    padding: 5px 10px; }

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative; }
  .sideMenu li a {
    width: 100%;
    display: inline-block;
    background: #333;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    box-sizing: border-box; }
  .sideMenu li a:hover {
    background: #ccc;
    color: #333; }
  .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: #666; }
.sideMenu .current a, .sideMenu ul .current a {
  background: #222; }

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow {
  width: 100%;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  image-rendering: -moz-crisp-edges; }
  .contentImgRow .item:nth-child(1) {
    margin-left: 0; }
  .contentImgRow .item:nth-last-child(1) {
    margin-right: 0; }

.contentImgRow .item {
  width: 24%;
  display: inline-block;
  margin: 0 5px 10px; }

.contentImgRow .contentImg {
  width: 100%;
  height: auto;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0; }

.contentImgRow .caption {
  font-size: .8em;
  margin-top: 5px;
  text-align:center;

}

/* ---------------------------------- */
/* ---------- FONT AWESOME ---------- */
/* ---------------------------------- */
.fontAwesome {
  font-family: FontAwesome; }

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/


#enquiry {
  width: auto;
  float: right;
  padding: 0;
  width: 100%;
  color: #333;
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom:30px;
  font-size: 1em;
}



.enqHeader {
  color: #fff;
  background:#ab8400;
  width:95%;
  padding: 13px 10px ;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 0;
  
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 10px;
  box-sizing: border-box;
}

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 30%;
  color:#999;
  text-transform: ;
  box-sizing: border-box;
  font-size: 1em;

  display:;

}

.enqRight {
  width: 70%;
  float: left;
}

#enquiry input, #enquiry textarea {
  width: 100%;
background: #fff;
    border: 1px solid #d1d1d1;  
  padding: 7px 5px;
  box-sizing: border-box;
  font-size: 1em;
  color:#333;
  -webkit-appearance: none;
  border-radius: 0;
  font-family:inherit;
}

#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"] {
  color: #fff;
  background:#111;
  width:100%;
  padding: 10px 0;
  text-transform: uppercase;
  font-size:1.3em;
  font-weight:600;
  float:right;
  cursor: pointer;
  
  
  
}

#enquiry select {
  width: 100%;
}

.enqRow .button{
}


/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #000;
  font-size: .8em;
  padding: 20px 0; }

footer .container {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footerRight {
  text-align: right;
  margin-right: 10px; }

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

footer a:hover {
  color: white; }

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display: inline-block; }

footer nav li {
  list-style: none;
  float: left;
  display: inline-block; }

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  text-transform: uppercase; 
  display: inline-block; }

footer nav li a:hover {
  /**/ }

/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 45px;
  height: 30px;
  border-radius: 100%;
  background: #818181;
  text-align: center;
  padding-top: 14px;
  text-decoration: none;
  color: transparent;
  font: .9em fontAwesome;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: .5s;
  transition: .5s; }

#toTop:before {
  font: 1.3em fontAwesome;
  content: "\f062";
  width: 100%;
  height: auto;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

#toTopHover {
  display: none; }

#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: .5s;
  transition: .5s; }

/*-----------------------------------*/
/*--------- SHOPPING CART -----------*/
/*-----------------------------------*/
.cartItems {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
  margin: 15px 0; }
  .cartItems a {
    text-decoration: none; }

.cartItem {
  width: 24%;
  background: #e3e3e3;
  margin: 0 .5%;
  margin-bottom: 20px;
  border-bottom: 4px solid #ccc; }

.cartItem:nth-child(1) {
  margin-left: 0; }

.cartItem:nth-last-child(1) {
  margin-right: 0; }

.cartItemImage {
  width: 100%;
  position: relative; }

.cartItemSale {
  position: absolute;
  top: 0;
  left: 0;
  background: #737373;
  color: #f2f2f2;
  padding: 8px 10px 10px;
  border-radius: 0 0 10px 0;
  z-index: 1000; }

.cartItemThumb {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  position: relative;
  cursor: pointer; }

.cartItemThumb:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: 70px;
  content: "\f002";
  background: rgba(0, 0, 0, 0.8);
  border-radius: 35px;
  font: 2.5em FontAwesome;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: auto;
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: .15s ease-in;
          transition: .15s ease-in; }

.cartItemThumb:hover:after {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: .15s ease-in;
          transition: .15s ease-in; }

.cartItemInfo {
  height: 60px;
  overflow: hidden;
  background: #fafafa;
  padding: 10px;
  box-sizing: border-box; }

.cartItemName {
  font-weight: 700;
  color: #737373; }

.cartItemCat {
  font-weight: 300;
  font-size: .9em;
  text-decoration: none; }

.cartItemPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 1.1em;
  font-weight: 700; }
  .cartItemPrice span {
    text-decoration: line-through;
    opacity: .8;
    font-weight: 500;
    font-size: .85em;
    margin-right: 20px; }

.cartItemBtns {
  padding: 5px 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .cartItemBtns a, .cartItemBtns div {
    background: #333;
    color: #f2f2f2;
    border-radius: 3px;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none; }
    .cartItemBtns a span, .cartItemBtns div span {
      margin-right: 5px; }
  .cartItemBtns a:hover {
    background: #555; }

.categoriesHeading {
  color: #444; }

.categoriesHeading:before {
  content: "Shop Categories";
  line-height: 1.5em; }

.cartItemsCategories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0; }
  .cartItemsCategories a {
    text-decoration: none;
    color: #555;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    margin: 10px 0 5px;
    font-size: 1.1em; }
  .cartItemsCategories .subCat {
    padding-left: 20px;
    background: none;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px dashed #666; }
  .cartItemsCategories a:hover {
    background: rgba(255, 255, 255, 0.5); }
  .cartItemsCategories a:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: .7em;
    float: right;
    opacity: .7; }

.cartItemOutOfStock {
  width: 100%; }

.shoppingContent h1, .shoppingContent h2, .shoppingContent h3, .shoppingContent h4 {
  margin-top: 5px; }

.cartItemContent {
  line-height: 1.7em;
  color: #555;
  width: 100%; }

.cartItemTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0; }

.cartItemImages {
  width: 40%;
  padding-right: 15px;
  box-sizing: border-box; }

.cartItemHeading {
  line-height: 1.1em;
  margin: 15px; }

.cartItemMain {
  width: 60%; }
  .cartItemMain .cartItemPrice {
    font-size: 1.5em;
    text-align: right;
    display: inline-block;
    width: 100%; }
    .cartItemMain .cartItemPrice div {
      font-weight: 300;
      font-size: .9em;
      display: inline-block;
      width: 100%; }
      .cartItemMain .cartItemPrice div span {
        display: inline-block;
        margin-top: 10px; }
  .cartItemMain .cartItemCode {
    text-align: right;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box; }

.cartItemOptions {
  width: 80%;
  margin-left: 20%; }
  .cartItemOptions .cartItemOption {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 0; }
    .cartItemOptions .cartItemOption .cartItemOptionHeading {
      width: 30%;
      text-align: right;
      padding-right: 10px;
      box-sizing: border-box; }
    .cartItemOptions .cartItemOption select, .cartItemOptions .cartItemOption input {
      width: 70%;
      padding: 3px 5px;
      color: #333;
      box-sizing: border-box; }

.cartItemMainPanel {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box; }

.cartItemAction {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 5px 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .cartItemAction .button, .cartItemAction a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer; }
    .cartItemAction .button span, .cartItemAction a span {
      margin-right: 10px;
      font-size: 1.3em;
      margin-top: 2px; }
  .cartItemAction .cartItemAdd {
    background: #737373;
    box-shadow: inset 0 -3px 0 #404040; }
  .cartItemAction .cartItemPrev {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5); }
  .cartItemAction .cartItemPrev:hover {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.6); }
  .cartItemAction .cartItemAdd:hover {
    background: #5a5a5a;
    box-shadow: inset 0 -3px 0 #272727; }

.cartItemQty {
  color: #555; }
  .cartItemQty span {
    margin-right: 15px;
    display: inline-block; }
  .cartItemQty .cartItemQtyCount {
    position: relative;
    display: inline-block;
    background: #737373;
    border-radius: 3px;
    padding: 2px 20px 2px 2px; }
    .cartItemQty .cartItemQtyCount input {
      padding: 3px 5px;
      height: 30px;
      box-sizing: border-box;
      width: 30px; }
    .cartItemQty .cartItemQtyCount .cartItemQtyUp, .cartItemQty .cartItemQtyCount .cartItemQtyDown {
      position: absolute;
      right: 0;
      width: 20px;
      height: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      cursor: pointer; }
    .cartItemQty .cartItemQtyCount .cartItemQtyUp:hover, .cartItemQty .cartItemQtyCount .cartItemQtyDown:hover {
      background: rgba(255, 255, 255, 0.2); }
    .cartItemQty .cartItemQtyCount .cartItemQtyUp {
      top: 0; }
    .cartItemQty .cartItemQtyCount .cartItemQtyDown {
      bottom: 0; }

.cartItemShortDesc {
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px; }

.cartItemHero .flickerplate {
  position: relative;
  width: 100%;
  overflow: hidden; }
.cartItemHero .flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none; }
.cartItemHero .flickerplate {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  height: auto !important; }
.cartItemHero .flickerplate li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  list-style: none;
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table; }
.cartItemHero .flick-inner {
  height: 0 !important;
  padding: 0 0 100% 0 !important; }
.cartItemHero .arrow-navigation {
  display: none; }
.cartItemHero .dot-navigation {
  display: none !important; }
.cartItemHero .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;
  transition: transform 0.6s ease-out; }
.cartItemHero .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; }
.cartItemHero .flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%; }
.cartItemHero .flickerplate.animate-scroller-slide {
  padding-bottom: 0px;
  overflow: auto; }
.cartItemHero .flickerplate.animate-scroller-slide ul.flicks {
  position: auto; }

.cartHeroThumbs {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .cartHeroThumbs .cartHeroThumb {
    display: inline-block;
    width: 24%;
    cursor: pointer; }
    .cartHeroThumbs .cartHeroThumb div {
      width: 100%;
      position: relative;
      height: 0;
      padding-bottom: 100%;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: center center !important; }
  .cartHeroThumbs .cartHeroThumb div:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: white;
    opacity: .3; }

.cartItemOther {
  margin: 10px 0; }
  .cartItemOther h3 {
    margin: 0 0 10px 0; }

.cartItemCatHeading {
  padding-left: 15px; }

.cartItemImages .cartItemHeading, .cartItemImages .cartItemCatHeading {
  display: none; }

.cartItemLongDesc, .cartItemOther {
  padding: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03); }

.cartItemOther {
  width: 100%;
  box-sizing: border-box; }
  .cartItemOther .cartItems {
    margin-bottom: 0; }

.viewCartContent {
  width: 100%; }

.viewCartSummary {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box; }

.viewCartItems {
  background: white;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px; }
  .viewCartItems .cartItemAction {
    width: 100%; }
  .viewCartItems .cartSubTotal {
    float: right;
    padding: 20px 10px;
    margin: 20px 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.03);
    color: #555;
    font-size: 1.1em; }
    .viewCartItems .cartSubTotal span {
      font-weight: 700;
      margin-left: 10px; }
  .viewCartItems .cartUpdate {
    float: left;
    margin: 30px 0;
    background: #404040;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 1.1em; }
    .viewCartItems .cartUpdate span {
      margin-right: 10px; }

.viewCartRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  padding: 10px 10px;
  font-size: .9em;
  background: rgba(0, 0, 0, 0.03); }
  .viewCartRow .viewCartDelete {
    width: 30px;
    font-size: 1.5em;
    text-align: center;
    color: #D91E18;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
    margin: 0; }
  .viewCartRow .viewCartItem {
    width: 80px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ccc; }
    .viewCartRow .viewCartItem .viewCartThumb {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      border-radius: 3px; }
  .viewCartRow .viewCartDescription {
    width: 40%; }
  .viewCartRow .viewCartPrice {
    width: 100px;
    text-align: Center; }
  .viewCartRow .viewCartTotal {
    width: 100px;
    text-align: Center; }
  .viewCartRow .viewCartQuantity {
    text-align: Center;
    width: 110px; }

.viewCartRow:nth-child(even) {
  background: rgba(0, 0, 0, 0.01) !important; }

.viewCartRowHeader {
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  font-size: 1em;
  background: none !important; }
  .viewCartRowHeader .viewCartItem {
    border: none; }

.checkoutSection {
  width: 100%;
  float: right;
  border-radius: 5px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  margin: 10px 0;
  font-size: 1.1em;
  position: relative; }
  .checkoutSection .checkoutSectionInner {
    background: #fff;
    border-radius: 5px;
    padding: 10px; }
  .checkoutSection .cartPriceRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0; }
  .checkoutSection .priceHeading {
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    width: 100px; }
  .checkoutSection .cartPricePrice {
    font-weight: 700;
    color: #555;
    display: inline-block;
    width: 100px;
    text-align: right; }
  .checkoutSection h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 10px 10px 0; }
    .checkoutSection h2 .checkoutStep {
      background: #737373;
      width: 30px;
      height: 28px;
      color: #fff;
      padding-bottom: 2px;
      border-radius: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: .7em;
      float: left;
      margin-top: 5px;
      margin-right: 10px; }

.priceSection {
  width: 300px;
  margin-left: auto; }

.priceTotal {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  background: #737373;
  box-sizing: border-box;
  margin: 10px 0;
  color: #fff;
  margin-top: 15px !important;
  box-shadow: 0 3px 0 #4d4d4d; }
  .priceTotal .cartPricePrice {
    color: #fff; }

.checkoutSingle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px; }
  .checkoutSingle h2 {
    margin: 10px 10px 10px 0; }
  .checkoutSingle .checkoutSectionInner {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .checkoutSingle .singleInput {
    padding: 7px 5px;
    border-radius: 3px;
    width: 300px; }

.checkoutNext, .checkoutApply {
  border-radius: 5px;
  padding: 12px 20px;
  background: #737373;
  margin-left: 10px;
  color: #fff;
  box-shadow: inset 0 -3px 0 #4d4d4d;
  display: inline-block;
  cursor: pointer;
  margin-left: auto; }
  .checkoutNext span, .checkoutApply span {
    margin-right: 10px; }

.checkoutNext:hover {
  background: #8d8d8d;
  box-shadow: inset 0 -3px 0 #737373; }

.checkoutApply {
  margin-left: 5px;
  background: #555;
  box-shadow: inset 0 -3px 0 #2f2f2f; }

.checkoutApply:hover {
  background: #6e6e6e;
  box-shadow: inset 0 -3px 0 #555; }

.checkoutReview {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .checkoutReview .checkoutFinalPrice {
    width: 48%; }
  .checkoutReview .checkoutPaypal {
    width: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .checkoutReview .checkoutPaypal .payPalLogo {
      background: url(PP-logo.png);
      width: 129px;
      height: 49px; }
  .checkoutReview .checkoutEmail {
    width: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .checkoutReview .checkoutEmail .cartBtn {
      margin-left: 0; }

.checkoutReviewMessage {
  background: white;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0; }

.UpdateQuantity {
  background: #26A65B;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 6px; }

.cartBtn {
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin-left: auto;
  box-shadow: inset 0 -3px 0 #2f2f2f;
  background: #555555;
  text-decoration: none; }
  .cartBtn span {
    margin-right: 10px; }

.cartBtn:hover {
  background: #6e6e6e;
  box-shadow: inset 0 -3px 0 #555555;
  color: #fff; }

.cartBtnHL {
  box-shadow: inset 0 -3px 0 #4d4d4d;
  background: #737373; }

.cartBtnHL:hover {
  background: #8d8d8d;
  box-shadow: inset 0 -3px 0 #737373; }

.resumeShopping {
  position: absolute;
  top: 15px;
  right: 15px; }

.DiscountNotValid, .DiscountValid {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  background: #CF000F;
  color: white;
  margin-left: 10px;
  box-shadow: inset 0 1px 0 #360004, 0 1px 0 rgba(255, 255, 255, 0.5); }

.DiscountValid {
  background: #26A65B;
  box-shadow: inset 0 1px 0 #1c7d44, 0 1px 0 rgba(255, 255, 255, 0.5); }

.checkoutStageComplete {
  background: #26A65B;
  box-shadow: inset 0 -3px 0 #186839;
  line-height: 1em;
  padding: 5px;
  font-size: 1em;
  color: white;
  margin-left: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkoutStageComplete span {
    font-size: 1.8em;
    line-height: 1em;
    margin-left: 10px;
    padding-top: 3px; }

.shipTo {
  margin-right: 10px; }

/*--- SHOPPING QUESTIONS --*/
.cartQuestionRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 700px;
  margin: 5px auto; }
  .cartQuestionRow .cartQuestion {
    width: 25%; }
  .cartQuestionRow .cartQuestionInput {
    margin-left: 10px;
    width: 70%; }
    .cartQuestionRow .cartQuestionInput input {
      width: 100%; }

/*--- SHOPPING QUESTIONS REVIEW --*/
.reviewQuestions {
  margin-bottom: 10px; }

.reviewQuestionRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 700px;
  margin: 5px auto; }
  .reviewQuestionRow .reviewQuestion {
    width: 25%; }
  .reviewQuestionRow .reviewQuestionAnswer {
    margin-left: 10px;
    width: 70%;
    background: rgba(0, 0, 0, 0.05);
    padding: 3px;
    min-height: 25px; }

/*-----------------------------------*/
/*-------------- FORMS  -------------*/
/*-----------------------------------*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ba0000;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 13px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ba0000;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

/*-----------------------------------*/
/*------------ FANCYBOX -------------*/
/*-----------------------------------*/
/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: none;
  text-shadow: none; }

#fancybox-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8020;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(0px); }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-opened {
  z-index: 8030; }

.fancybox-skin {
  border-style: solid;
  border-color: #fff;
  background: #fff;
  color: #444; }

.fancybox-inner {
  position: relative;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.fancybox-spacer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  zoom: 1; }

a.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  border-radius: 154px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  background: #222;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px #000; }

a.fancybox-close:after {
  content: "\f00d";
  font: 1.2em FontAwesome;
  line-height: 1.5em; }

a.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
  overflow: hidden;
  font: 2em FontAwesome;
  color: #fff; }

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
  width: 70px; }

a.fancybox-prev {
  left: 0px; }

a.fancybox-next {
  right: 0px; }

a.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040;
  text-shadow: 0 2px 2px #000; }

a.fancybox-prev span {
  text-align: left;
  padding-left: 5px; }

a.fancybox-next span {
  text-align: right;
  padding-right: 5px; }

a.fancybox-next span:after {
  content: "\f054"; }

a.fancybox-prev span:after {
  content: "\f053"; }

a.fancybox-prev span {
  left: 0;
  background-position: 0 -50px; }

a.fancybox-next span {
  right: 0;
  background-position: 0 -100px; }

.fancybox-mobile a.fancybox-nav {
  max-width: 80px; }

.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

a.fancybox-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 8050;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: 0 -150px;
  zoom: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.fancybox-wrap:hover a.fancybox-expand {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.fancybox-wrap a.fancybox-expand:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #111;
  background-position: center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  cursor: pointer;
  z-index: 8060;
  border-radius: 8px; }

.fancybox-tmp {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-title {
  font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: block;
  visibility: hidden; }

.fancybox-title-float-wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
  zoom: 1;
  left: -9999px; }

.fancybox-title-float-wrap > div {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  max-height: 50%;
  overflow: auto; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010; }

.fancybox-overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

/* Default theme */
.fancybox-default-skin {
  border-color: #f9f9f9;
  background: #f9f9f9; }

.fancybox-default-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-default-overlay {
  background: #333;
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-default a.fancybox-close,
  .fancybox-default a.fancybox-expand,
  .fancybox-default a.fancybox-nav span {
    background-size: 46px auto; } }
/* Dark theme */
.fancybox-dark-skin {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important; }

.fancybox-dark-overlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-dark a.fancybox-close,
  .fancybox-dark a.fancybox-expand,
  .fancybox-dark a.fancybox-nav span {
    background-size: 46px auto; } }
/* Light theme */
.fancybox-light-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-light a.fancybox-close,
  .fancybox-light a.fancybox-expand,
  .fancybox-light a.fancybox-nav span {
    background-size: 46px auto; } }
.fancybox-light-overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #555555;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, #555555));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: -webkit-radial-gradient(center, ellipse, #999999 0%, #555555 100%);
  background: radial-gradient(ellipse at center, #999999 0%, #555555 100%)
  /* W3C */ }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8080;
  background: rgba(0, 0, 0, 0.3); }

#fancybox-thumbs.bottom {
  bottom: 0px; }

#fancybox-thumbs.top {
  top: 0px; }

#fancybox-thumbs .outer {
  padding: 10px 34px 10px 30px; }

#fancybox-thumbs .inner {
  width: 100%;
  overflow: hidden; }

#fancybox-thumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  left: 0;
  overflow: hidden; }

#fancybox-thumbs ul li {
  float: left;
  padding: 3px;
  margin: 0 4px;
  list-style: none; }

#fancybox-thumbs ul li a {
  display: block;
  overflow: hidden;
  outline: none;
  background: #222;
  box-shadow: 1px 1px 2px #000;
  border-radius: 2px;
  border: 3px solid #fff;
  zoom: 1; }

#fancybox-thumbs ul li img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  max-width: none; }

#fancybox-thumbs ul li.fancybox-thumb-active {
  padding: 0; }

#fancybox-thumbs ul li.fancybox-thumb-active a {
  opacity: 1;
  border-width: 6px;
  border-color: #fff; }

.fancybox-thumb-prev, .fancybox-thumb-next {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background: #222;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none; }

.fancybox-thumb-prev {
  left: 4px; }

.fancybox-thumb-next {
  right: 4px; }

.fancybox-thumb-prev:hover, .fancybox-thumb-next:hover {
  background: #111;
  background: rgba(0, 0, 0, 0.5); }

.fancybox-thumb-prev span, .fancybox-thumb-next span {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat; }

.fancybox-thumb-prev span {
  left: 5px; }

.fancybox-thumb-next span {
  right: 5px; }

/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */


#banner{
  top:0px;
  z-index:10;
  padding: 10px 0 30px;
}

#banner .container{    
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction: row;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
           flex-direction: row;
   -webkit-align-items: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
           justify-content: space-between;   
}


#banner > .container {
  max-width: 1100px;  
}

#logo {
  width:80%;
  max-width:200px;
  max-height:170px;
  z-index:30;
  top:10px;
  padding:3px 0 5px;
  position:relative;
}


/* ---------------SUBbANNER HOME------------------- */

.subBannertextContainer{
  display:none;  
}

#subBannerHome .container{}

#subBannerHome{
  height:590px; 
}

.link0 .subBannertextContainer{
  position:absolute;
  width:auto;
  top:370px;
  text-align: left;
  margin-left:60px;
  display:block;
  font-family: 'roboto', sans-serif;   
  display:none;  
}

.link0 .subBannerHeader{
  max-width:1100px;
  margin:0 auto;
  line-height:1.2em;
  font-family: 'roboto', sans-serif;  
  color:#fff;
  font-size:4.5em;
  letter-spacing: 0px;
  font-weight:400;
  background:#F297B8;
  text-transform:capitalize;
  padding:0 20px;
}

.link0 .subBannerHeader span {
    color:#F15F24;  
}

.link0 .subBannerText{
    max-width:1100px;
    margin:0 auto;
    color:#fff;
    font-size:2em;
    line-height:1em;
    font-weight:400;


}

.link0 .subBannerText span{

     background:#999;
     padding:5px 20px;
     line-height:1.6em;

  
}


.contactUs{
  color:#F297B8;
  background:#fff;
  font-size:0.6em;
  text-decoration:none;
  padding:5px 20px;
  font-weight:500;
  margin-top:10px;
  width:100%;
  max-width:130px;
  text-align: center;
  display:block;
}

.readMore{
  color:#fff;
  background: url(/thumbnaillarge/gold.jpg) center repeat #ab8400;
  background-size: 400% auto;
  font-family:'oswald', sans-serif;
  font-size:1em;
  font-weight:700;
  text-transform: uppercase;
  text-decoration:none;
  padding:10px 40px;
  line-height:4em;
  cursor:pointer;
}


.link0 #section9 {
  background: url(/thumbnaillarge/gold.jpg) center repeat #ab8400;
  background-size: 100% auto;
  color: white;
}

.link0 #section9 h3{
  color: white;
}

.link0 #section9 .readMore {
  background:#000;
}

.link0 #section1 li{
  display:inline;  
}



/* ---------------------------------- */
/* ----------- MODULE  CSS ---------- */
/* ---------------------------------- */

.moduleTable, .moduleTable * {  
  box-sizing: border-box;
}

.moduleTable > tbody > tr > td {
  vertical-align: top;
}

.twoColumn > tbody > tr > td {
  width: 50%;
}
.moduleTable img {
  width: 100% !important;
  height: auto !important;
}

.sidebarLeft > tbody > tr > td:first-child {
  width: 30%;
  padding-right: 3%;
}

.sidebarLeft > tbody > tr > td:last-child {
  width: 70%;
}

.sidebarRight > tbody > tr > td:first-child {
  width: 70%;
  padding-right: 3%;
}

.sidebarRight > tbody > tr > td:last-child {
  width: 30%;
}

.threeColumn > tbody > tr > td {
  width: 33%;
}

.twoColumn > tbody > tr > td:first-child, .threeColumn > tbody > tr > td:first-child {
padding-right: 1%;
}
.twoColumn > tbody > tr > td:last-child, .threeColumn > tbody > tr > td:last-child {
padding-left: 1%;
}

.menuTable > tbody > tr:nth-child(odd) {
  background: rgba(0,0,0,0.06);
}

.menuTable > tbody > tr > td:last-child {
  width: 100px;
  vertical-align: bottom;
  text-align: right;
}

.accordion * {
    -webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.accordion > tbody > tr {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);

}

.accordion > tbody > tr > td {
  display: block;
  width: 100%;
  
}
.accordion > tbody > tr > td:last-child {
  overflow: hidden;
  padding-top: 0;
}
.expand {
  display: block;
  margin-top: -150%;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.accordion > tbody > tr.on .expand {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  margin-top: 0;
  background: rgba(0,0,0,0.06);
  padding: 0.8em 1.2em;
  border-radius: 1em;
}

.accordion > tbody > tr > td:first-child:before {
  content: "\f055";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 1.6em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #999;
}

.accordion > tbody > tr > td:first-child > *:first-child {
  display: inline-block;
}

.accordion > tbody > tr.on > td:first-child:before {
  content:  "\f056";

}
.accordion > tbody > tr:hover > td:first-child:before {
  color: #333
}

.accordion.readMoreAccordian > tbody > tr > td:first-child:after {
  content: "read more";
  display: block;
  margin-left: 3px;
  margin-top: 0;
  font-size: 0.9em;
  color: #999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.accordion.readMoreAccordian > tbody > tr.on > td:first-child:after {
  margin-top: -10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.accordion.readMoreAccordian > tbody > tr > td:hover:first-child:after {
  color: #333;
}

.accordion.readMoreAccordian > tbody > tr > td:first-child:before {display: none;}

.moduleTable {
  position: relative;
  margin-bottom: 35px;
}

.moduleTable:before {
 background: #7d5dbc; 
  color: white; 
  padding: 5px 15px; 
  border-radius: 0 0 3px 3px;
  width: 300px;
  text-align: center;
  margin-top: 0px;
  cursor: help;
  position: absolute;
  bottom: -27px;
  left: 0;
  display: block;
  box-sizing: border-box;
}

.moduleTable:after {
  pointer-events: none;
  position: absolute;
  display: block;
  bottom: 0;
  transform: translatey(100%);
  right: 0;
  left: 315px;
  z-index: 1200;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
  border-radius: 5px;
  background: #ccc;  
  color: #333;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
  padding: 0.5em 1em;
  box-sizing: border-box;
   opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.5s;
  transition: 0.5s;  
}

.moduleTable:hover:after {
  transform: translatey(108%);
  opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.twoColumn:before {
  content: "MODULE | 2 column";
  display:none;
}
.twoColumn:after {
    display:none;

  content: "Please add text or images inside table. You can also add a module inside another module but only up to 1 layer deep. Images will be full width of frame. On smaller screens 2 columns will become 1 with the right cell on each row stacking below the left. Add as many rows as necessary.";
}
.threeColumn:before {
  content: "MODULE | 3 column";
}
.threeColumn:after {
  content: "Please add text or images inside table. It is best not to add another module inside this module. Images will be full width of frame. On medium screens the first 2 cells will be 50% width and the third will be 100% width stacked below. On smaller screens 3 columns will become 1 with the right cells on each row stacking below the left. Add as many rows as necessary.";
}

.sidebarLeft:before {
  content: "MODULE | sidebar - left";
}
.sidebarLeft:after {
  content: "Please add text or images inside table. The left cells will be 30% width on medium to large screens. You can also add a module inside another module but only up to 1 layer deep. Images will be full width of frame. On smaller screens 2 columns will become 1 with the right cell on each row stacking below the left. Add as many rows as necessary.";
}

.sidebarRight:before {
  content: "MODULE | sidebar - right";
}
.sidebarRight:after {
  content: "Please add text or images inside table. The right cells will be 30% width on medium to large screens. You can also add a module inside another module but only up to 1 layer deep. Images will be full width of frame. On smaller screens 2 columns will become 1 with the right cell on each row stacking below the left. Add as many rows as necessary.";
}

.accordion:before {
  content: "MODULE | faq / accordian - plus icon";
}
.accordion:after {
  content: "Please add text or images inside table. Add the title caption text next to the plus sign, then add the hidden text in the cell below. You can also add a module inside another module but only up to 1 layer deep. Images will be full width of frame.";
}
.readMoreAccordion:before {
  content: "MODULE | faq / accordian - read more";
}
.readMoreAccordion:after {
  content: "Please add text or images inside table. Add the title caption text above the read more text, then add the hidden text in the cell below. You can also add a module inside another module but only up to 1 layer deep. Images will be full width of frame. ";
}
.overflowTable:before {
  content: "MODULE | Data Table Scroll";
}
.overflowTable:after {
  content: "This module is designed for data tables. You can add or remove as many rows or columns as you like. When the width of the table is wider than it's container a horizontal scroll bar will appear.";
}
.responsiveTable:before {
  content: "MODULE | Responsive Data Table";
}
.responsiveTable:after {
  content: "This module is designed for data tables so that they are responsive. The headings can only be in the top row. On mobile the table will stack.";
}
.menuTable:before {
  content: "MODULE | menu Table";
}
.menuTable:after {
  content: "Please add menu item in left column and price in right. The right cells will be 100px wide. You can also add a module inside another module but only up to 1 layer deep. Images will be full width of frame. Add as many rows as necessary.";
}

/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */


/* ----------- PROFILE CSS ----------- */

.profileTable td
{
  position: relative;
  z-index: 1;
}

.profileTable td:before
{
  content: '';
  
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  bottom: 0px;
  z-index: -1;
      
  background:#fff;
  border-radius:5px;
  box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

.profile{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
    flex-direction: row;

-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;

   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
  
  width:100%;
  padding: 10px 10px;
  
}

.twoColumn tr td:first-child {
  padding: 10px;
}

.profileLeft, .profileRight{
  height:auto;
  
  
}

.profileLeft{

  width:35%;
}

.profileRight{
 
  width:62%;
}

.profilePic{
  width:100%;
  height:auto;
}

.profileTel{
  display:block;
  text-decoration:none;
  font-size:1.4em;
  line-height:1.4em;
  bottom:0px;
  background:#ab8400;
  padding:5px ;
  margin:5px 0;
  text-align:center;
}

.profileTel:nth-child(3){

  background:#8b6d1d;

}

.profileTel:before{
  display:inline;
  content:"\f098";
  font-family:fontAwesome;
  padding-right:5px;
  
}

 .profileCode {
  font-size:1em;
  font-weight:500;
  margin-top:20px;
  color:#ab8400;
   text-align:center;
}

.profileStars{
  width:100%;
  max-width:100px;
  margin:10px auto;
  position:relative;
  display:block;
}


.profileName  {
  font-size:1.5em;
  font-weight:500;
  line-height:;
  margin-bottom:20px;
  color:#ab8400;
}






.link0 #section1{
  padding:40px 0 0px;
  text-align: center;
  

}


 .link0 #section2{
  padding: 0px 0 20px;
   background:#ab8400;
   background: #fff;  
}

.link0 #section2 h3,  .link0 #section2 p{
  color:#fff;
  
}


.textSection ul {
  list-style:none;
  
}

.textSection li{

  line-height:1.5em;
  font-size:1.2em;

}

.link0 .textSection li{

  line-height:1.5em;
  font-size:1.4em;
  letter-spacing:1px;

}


.textSection li:before{
  font-family: FontAwesome;
  display:inline;
  content:"\f00c";
  margin-left:0px!Important;
  margin-right:10px;
  color:#ab8400;
}

td{
  padding:0 20px;
  
}




.stars {
  margin-bottom: 5px;
}

.stars img {
  display: inline-block;
  max-width: 60px;
  margin-right: 10px;
}

.twoColumn.profileTable td:before {
  border-top: 10px solid #B39330;
  
}

.twoColumn.profileTable td {
  padding-top: 20px!important;
}

/* ----------media quiries ------------------------ */


@media all and (max-width: 1400px){
  

  


  .link0 #section1 .container{
  
    padding:0px!Important;
    width:100%;
  max-width:1100px!Important;
}
  
      #subBannerHome{
  height:400px;
  background-size:cover;
  
  
}


.link0 .subBannertextContainer{
  position:absolute;
  top:220px;
  text-align: left;
  margin-left:10px;
 display:block;
  
}
   
  
  
}


@media all and (max-width: 1080px) and (min-width: 700px){

 
}





@media all and (max-width: 950px) and (min-width: 700px){



  #menu nav li a{
    letter-spacing:0px;
  }
  
  .profileTel{
  display:block;
  text-decoration:none;
  font-size:1.1em;
  line-height:1.4em;
  bottom:0px;
  background:#ab8400;
  padding:5px ;
  margin:5px 0;
  text-align:center;
}
  

  
}

  




/* ---------------------------------- */
/* ----------- CUSTOM MENU ---------- */
/* ---------------------------------- */

.cta-container #trigger-overlay span:before {
    font-family: fontAwesome;
    content: "\f0c9";
    padding-right: 5px;
    font-size: 1.1em;
}

/* Full Screen Menu */

/* Menu Button */

.cta-container #trigger-overlay {
  position: relative;
  display: inline-block;
/*   width:100%; */
  background: none;
  margin: 0;
  padding: 10px 10px;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 1em;
  border:2px solid #fff;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
/*   display:flex; */
-webkit-appearance:none;
   -moz-appearance:none;
   appearance: none;
}

.cta-container #trigger-overlay:hover {
  background:#fff;
  color: #252A34;
}

.cta-container #trigger-overlay span,
.cta-container #trigger-overlay span span {
  position: relative;
}

.cta-container #trigger-overlay span span:before {
  font-family: fontAwesome;
  content: "\f0c9";
  padding-right:5px;
  font-size:1.1em;
}

.cta-container #trigger-overlay::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.cta-container #trigger-overlay span {
  display: block;
}

/* Overlay style */

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none repeat scroll 0 0 rgba(24,2,4, 0.9);
  z-index: 9999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

/* Overlay closing cross */

.overlay .overlay-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #fff;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 2.8em;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.6em;
  padding: 2px 13px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  top: 20px;
  outline:0;
  border:none;
  transition: color 0.2s;
  z-index: 99999;
}

.overlay .overlay-close:hover {
  color: #ab8400;
}

/* Menu style */

.overlay nav {
  text-align: center;
  position: relative;
  font-size: 2em;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.overlay ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  font-family: inherit;
  font-weight: 400;
  display: block;
  color: #fff;
  line-height: 2.2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
}
.overlay ul li a:hover, .overlay ul li a:focus, .overlay ul li a.current {
  background-color: #ab8400;
}

/* Sub Menu Styles */

.overlay nav li ul {
  display: none;
}

.overlay nav .subContainer li a {
  font-size: 0.75em;
  line-height: 1.5em;
}

/* Effects */

.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-height:30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}


.link0 #section2, #section3,  #section4,  #section5,  #section6,  #section7,  #section8 {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
}

.link0 .moduleTable{
  margin-bottom: 0;
}

.link0 .contentCopy{
  padding: 5px 0;
}


.profileTextHolder {
  height:140px;
  overflow: hidden;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}


.readmore {
  padding: 10px;
  background:#B39330;
  color:#fff;
  cursor: pointer;
}


.profileTextHolder.active {
  height: auto;
}

/*# sourceMappingURL=style.css.map */



/*legacy-blog.css*/
/*-----------------------------------*/
/*------------ BLOG HOME ------------*/
/*-----------------------------------*/


.blogBody .siteContent .contentCopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    height: 100%;
}
.blogBody .siteContent {
    padding: 0;
}
.blogBody .sidebar, .blogBody #outerSidebar {
    display: none;
}
.blogBody .blogSide {
    display: inline-block !important;
    padding: 10px;
    box-sizing: border-box;
    height: auto !important;
    width: 230px;
}
/*-----------------------------------*/
/*---------- BLOG ARTICLE -----------*/
/*-----------------------------------*/

.blogWrap {
    width: calc(100% - 260px);
    padding: 2em 0;
    box-sizing: border-box;
}
.blogArticle {
    background: none;
    width: calc(100% - 260px);
    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 1em 0;
}
.blogArticle .blogNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}
.blogArticle .blogArticleWrap .blogArticleImages .container div {
    width: 24%;
}
.blogArticle .blogArticleWrap .blogArticleImages .container div img {
    width: 100%;
}
.blogCategoryWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 ---------*/
/*-----------------------------------*/


/**
 * Archive Side Menu
 */
ul.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    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);
    padding: .3em .3em .3em 1em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    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 button:hover {
    cursor: pointer;
}
/*-------------------------------------*/
/*------------ 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) {
  .blogBody .siteContent .contentCopy {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .blogArticle {
    width: 100%;
  }
  .blogBody .siteContent .contentCopy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blogBody .blogSide {
    display: inline-block;
    padding: 1em;
    box-sizing: border-box;
    margin: 0;
    width: 100% !important;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .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;
  }
}
/*/legacy-blog.css*/
