/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  font:300 16px 'Lato', Arial, verdana, helvetica, sans-serif;
  color: #000;
  line-height: 1.4em;
  position: relative;
}

/* body:before{
  background: url(thumbnaillarge/_patternB.png) repeat;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
}
 */


.contentCopy a {
  color: #fff;
  background: #603862;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 3px;
}

.contentCopy a:hover {
  color: #fff;
  background: #292728;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: inherit;
  line-height: 1.2em;
  margin: 0.5em 0;
}

h1 {
  font-size: 2.2em;
  margin: 0em;
  font-weight: 900;
  color: #603862;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.5em;
  font-weight: 900;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

section {
  width: 100%; }

.container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  position: relative; }

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.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; }


/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */

.sidebar {
  width: 230px;
  margin: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.5em; 
  display: none;
}

.sidebar .item,
#outerSidebar .item {
  width: 100%;
  height: 100%;
}

.sidebar .item .contentImg,
#outerSidebar .item .contentImg
{
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 25% !important;
}

.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 {
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  z-index: 1000;
  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;
  cursor: pointer;
  color: #fff; 
}

.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: 1em FontAwesome;
  content: "\f07a";
  padding: 0px 7px 0 6px; }

/* .viewCart:after {
  content: "View Cart";
  padding: 0px 10px;
} */

.viewCart:hover {
  background: #f05423;
  color:#fff;
}

.viewCartCurrent {
  background: #f05423;
  color:#fff;
}

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */

.contact1 a:before, .contact1 div:before, .contact1 p:before, .contactSocial p:before, .contactSocial a:before{
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-weight: normal;
}

.phone:before {
  content: "\f095";
}

.mobile:before {
  content: "\f095";
}

.email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-weight: normal;
  padding-left: 5px;
}

.fax:before {
  content: "\f1ac";
}

.address:before {
  content: "\f041";
}

/* ---------------------------------- */
/* ---------- SOCIAL LINKS ---------- */
/* ---------------------------------- */

.socialLinks, .contactSocial {
  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;
  margin-top: 0px;
}

.socialLinks span, .contactSocial span {
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 20px;
}

.socialLinks a, .contactSocial a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  margin: 0 0px; 
}

.socialLinks a:after, .contactSocial a:after{
  font-family: FontAwesome;
  width: 16px;
  font-weight: normal;
  height: 26px;
  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: 1em;
  line-height: 1.5em;
  padding: 1px 0 1px 0;
  font-weight: normal;
  color: #fff;
}

.facebook:after {
  content: "\f09a";
}

.snapchat:after {
  content: "\f2ac";
}

.instagram:after {
  content: "\f16d";
}

.twitter:after {
  content: "\f099";
}

.googlePlus:after {
  content: "\f0d5";
}

.pinterest:after {
  content: "\f0d2";
}

.linkedIn:after {
  content: "\f0e1";
}

.youTube:after {
  content: "\f167";
}

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
  border: 0;
  height: 1px;
  color: #c1c1c1;
  background-color: #c1c1c1;
  width: 100%; }

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */

#menu {
  position: fixed;
  top: 185px;
  z-index: 999;
  margin: auto;
}

#menu nav {
  max-width: 1500px;
  width: 100%;
  position: relative;

  margin:auto;
  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;
}

/*----split menu css----*/

#menu .sub-list {
  width: 40%;
  width: calc(50% - 220px); /*half width of logo*/
  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;
}



#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  padding: 0 5px;
}


#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding:5px 1px;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  font-size:.75em;
  text-transform: uppercase;
  font-weight:400;
  border-top:2px solid transparent;
  letter-spacing: 0.05em;
}

#menu nav li a:hover {
  border-top:2px solid #c2c7ca;
}

#menu nav li .current {
  border-top:2px solid #c2c7ca;
}

/* #menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em; } */

#menu nav .subContainer .current a {
  background: #603170!important;
}

#mobileMenu {
  display: none; }

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 160px;
  margin: 0;
  padding: 0;
  display: none;
}

#menu .subContainer {
  margin-top: 0px;
  position: relative;
  display: inline-block;
  padding: 0px;
  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 #333; } */

#menu nav ul li {
  width: 100%;
  display: inline-block;
  border-bottom:1px solid rgba(255,255,255,0);
  padding: 0;
}

#menu nav ul li a {
  color:#fff;
  padding: 5px 6px;
  background: #292728;
}

#menu nav ul li a:hover {
  background: #603170;
}

/*-----------------------------------*/
/*------------ 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;
}

.contentImgRow .item:nth-child(1) {
  margin-left: 0; }
.contentImgRow .item:nth-last-child(1) {
  margin-right: 0; }

.contentImgRow .item {
  width: calc(25% - 20px);
  display: inline-block;
  margin: 10px; }

.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: .8em;
  margin-top: 5px; }

/* ---------------------------------- */
/* ---------- FONT AWESOME ---------- */
/* ---------------------------------- */
.fontAwesome {
  font-family: FontAwesome; }

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: auto;
  float: right;
  padding: 0;
  width: 400px;
  max-width: 50%;
  color: #333;
  box-sizing: border-box;
  margin: 0 0 20px 20px;
  font-size: .8em;}

.enqHeader {
  color: #173241;
  border: 1px solid rgba(23,50,65,.5);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1.6em;
  font-weight: 300;
  text-align: center;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
  box-sizing: border-box; }

.enqLeft {
  padding: 0px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.2em; 
}

.enqRight {
  width: 100%;
  float: left; }

#enquiry input,
#enquiry select,
#enquiry textarea
{
  font-family: inherit;
  width: 100%;
  border: 1px solid rgba(0,0,0,.2);
  padding: 7px 5px;
  box-sizing: border-box;
  font-size: .9em;
  -webkit-appearance: none;
  border-radius: 3px;
}

#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: 8px 0;
  font:300 16px 'Lato', Arial, verdana, helvetica, sans-serif;
  background: #BFBFBF;
  cursor: pointer;

  -moz-transition:.5s ease;
  -webkit-transition:.5s ease;
  -ms-transition:.5s ease;
  -o-transition:.5s ease;
  transition:.5s ease;
}

#enquiry input[type="submit"]:hover
{
  opacity: .95;
}

#enquiry select {
  width: 100%; }

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */

footer {
  width: 100%;
  background-size: cover;
  background-position: center;  font-size: .8em;
}

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;
  max-width: 1500px;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

#footerBottom{
  background: #BFBFBF;
  padding: 40px 0;
}

#footerTop{
  padding: 20px 0;
  background: #E5E5E5;
}


#footerTop .container{
 padding: 10px;
 box-sizing: border-box;
}

#footerTop h3{
  margin-bottom: 0;
  border-bottom: 1px solid #006838
}

#footerTop img{
  width: 200px;
  margin-top: 10px;
}

/*-------- FOOTER TEXT STYLES ---------*/

footer, footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #173241;
}

/*------------ 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: 0px 10px;
  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: calc(25% - 20px); /* Change This Dependong On How Many Buttons You Have*/
  margin: 9px;
  position: relative;
  box-sizing: border-box
}

.cartItem:hover:before{
  background: rgba(0,0,0,0);
}

/* .cartItem:before{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(255,255,102,.3);
  z-index: 1;
  transition: .5s ease-in-out;
} */

.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: 99; }

.cartItemThumb {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover !important;
  background-position: center!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 {
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  min-height: 80px;
  color: #555;
  width:100%;
  text-align: center;
  z-index: 9;
}

.cartItemName {
  font-size: 1.2em;
}

.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;
  width: 100%;
  z-index: 9;
}

/* .cartItem .cartItemPrice:before{
  content: "From";
  padding-right: 10px;
  font-size: .8em;
} */

.cartItem a{
  color: #555;
}


  .cartItemPrice span {
    text-decoration: line-through;
    opacity: .8;
    font-weight: 500;
    font-size: .85em;
    margin-right: 20px; 
}

.cartItemBtns {
  padding: 0px;

  width: 100%;
  z-index: 99;
  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;
}


.cartItemMore{
  width: 50%;
  box-sizing: border-box;
}

.cartItemAdd{
  width: 50%;
  box-sizing: border-box;
}

  .cartItemBtns a, .cartItemBtns div {
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background: rgba(0,0,0,0.2); 
}

    .cartItemBtns a span, .cartItemBtns div span {
      margin-right: 5px; }


  .cartItemBtns a:hover, .cartItemBtns div:hover {
    background: #f05423; 
}

.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 {
    position: relative;
    bottom:0;
    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); */
  padding: 10px;
  box-sizing: border-box;
}

.cartItemAction {
  margin-top: 20px;
/*   background: rgba(0, 0, 0, 0.15); */
  border: 1px solid #ccc;
  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: #555;
    padding: 5px 10px;
    border-radius: 1px;
    cursor: pointer; }
    .cartItemAction .button span, .cartItemAction a span {
      margin-right: 10px;
      font-size: 1.3em;
      margin-top: 2px; }
  .cartItemAction .cartItemAdd {
/*     background: rgba(0, 0, 0, 0.3); */
/*     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: rgba(0, 0, 0, 0.4); */
/*     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: 0px;
      width: 15px;
      padding-left: 5px;
      height: 18px;
      text-align: center;
      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); */
}

.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; }

/* ---------------------------------- */
/* ----------- MODULE  CSS ---------- */
/* ---------------------------------- */

.moduleTable, .moduleTable * {  
  box-sizing: border-box;
}

.moduleTable tr, .moduleTable td {
  height: auto !important;
}

.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: 3%;
}
.twoColumn > tbody > tr > td:last-child, .threeColumn > tbody > tr > td:last-child {
padding-left: 3%;
}

@media all and (max-width: 900px) and (min-width: 700px) { 
  
  .moduleTable.threeColumn > tbody > tr > td {
    display: inline-block !important;
    width: 48% !important;
    box-sizing: border-box;
  }

  .moduleTable.threeColumn > tbody > tr > td:first-child {
  padding-right: 3%;
  }

  .moduleTable.threeColumn > tbody > tr > td:last-child {
  padding-left: 0;
  }

  .moduleTable.threeColumn > tbody > tr > td.thirdColumn {
    display: block !important;
    width: 98% !important;
  }

}

@media all and (max-width: 700px) {
  
  .moduleTable.twoColumn > tbody > tr > td, .moduleTable.threeColumn > tbody > tr > td, .moduleTable.sidebarLeft > tbody > tr > td, .moduleTable.sidebarRight > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }
  
  .overflowTable td {white-space: nowrap;}

}

@media all and (max-width: 980px) {
  
  .moduleTable .moduleTable.twoColumn > tbody > tr > td, .moduleTable .moduleTable.threeColumn > tbody > tr > td, .moduleTable .moduleTable.sidebarLeft > tbody > tr > td, .moduleTable .moduleTable.sidebarRight > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }

}

.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);
  cursor: pointer;
}

.accordion > tbody > tr > td {
  display: block;
  width: 100%;
  
}
.accordion > tbody > tr > td:last-child {
  overflow: hidden;
  padding-top: 0;
}
.expand {
  display: block;
  margin-top: -200%;
  -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;}

.responsiveTable th {
  text-align: left;
}

.responsiveTable tr:nth-child(odd) {
  background: rgba(0,0,0,0.05);
}

@media screen and (max-width: 700px) {
  .responsiveTable tr {
    display: block;
    border-bottom: 4px solid rgba(0,0,0,0.2);
  }
  .responsiveTable tr:first-of-type {
    display: none;
  }
  .responsiveTable td {
    display: block;
    border: none;
    line-height: 1.8em;
    width: 100%;
    padding-left: 90px;
    position: relative;
    overflow:hidden;
    text-overflow:ellipsis;
    box-sizing: border-box;
  }
  .responsiveTable td:before {
    display: block;
    position: absolute;
    left: 0;
    width: 90px;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  
  .responsiveTable tr:nth-child(odd) {
  background: rgba(0,0,0,0.0);
}
  
  .responsiveTable td:nth-child(odd) {
  background: rgba(0,0,0,0.05);
}
  
}


/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */
/* ---------------------------------- */

#banner{
  height: 220px;
  z-index:999;
  position: fixed;
  top:0;
  left:0;
  background: #603862;
  box-shadow: 0px 2px 2px rgba(0,0,0,.3);
}

#banner .container{
  max-width:none !important;
  width:100% !important;
  position: relative;
}

#logoA{
  width:160px;
  padding:0 10px;
  margin: 80px auto 0;
}

#logoA img {
  width:100%;
  height:auto;
}

.topBar{
  width: 100%;
  position: fixed;
  top: 0;
  background: #292728;
  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;
  z-index: 999;
}

.contactSlogan{
  font-weight: 900;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px;
}


.contactSocial a{
  color: #fff;
  padding: 0 15px;
  border-left: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  height: calc(100% - 1px);
  background: #412a42;
  
     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;
           
             flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}



.contactSocial a:last-child{
  background: #3B5998;
}

.contactSocial a:hover{
  background: rgba(255,255,255,.2);
}

/* ---------------------------------- */
/* -------- SUBBANNER STYLES -------- */
/* ---------------------------------- */

#subBannerHome .container{
  max-width: none;
  padding: 0;
  margin-top: 220px;
  height: calc(100% - 220px)!important;
}

#subBanner{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 220px;
}

/* ---------------------------------- */
/* ----------- SLIDESHOW ------------ */
/* ---------------------------------- */


.captionWrap:before{
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity:.4;
}


.captionWrap * {
  color: #fff;
}
.captionWrap.black * {
  color: #fff;
}
#subBannerHome .captionWrap div > *, #subBannerHome .captionWrap div > a {
/*   left: -450px;
  left: -25vw; */
}


#subBannerHome h1 {
  font-size: 2em;
  position: relative;
}
#subBannerHome h2 {
  font-size: 0.8em;
  position: relative;
  margin:.5em auto;
}

#subBannerHome a {
  position: relative;
  font-size:0.6em;
  border: 1px solid #fff;
  padding: 1em 2.1em;
  display: inline-flex;
  margin: 20px auto;
}
#subBannerHome a:hover {
  background: #fff;
  color: #111;
}
#subBannerHome .captionWrap.black a {
  border: 1px solid #fff;
}
#subBannerHome .captionWrap.black a:hover {
  background: #fff;
  color: #0C0C0C;
}

#subBannerHome{
	width: 100%;
  max-width: none!important;
	position: relative;
	padding: 0;
  margin-bottom: -190px;
}
#subBannerHome .container{
	width: 100%!important;
	position: relative;
  max-width: none!important;
}
/* 
#subBannerHome .container li:before{
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity:.4;
}
 */
/*-----------------------------------------------*/
/*------------- CAPTION STYLES  ---------------*/
/*-----------------------------------------------*/

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
	visibility: hidden !important;
	display: none !important;
}
.tp-caption {
	z-index: 1;
font-size:2em;
color:#fff;
display:block;
line-height:1em;
  text-align: center;
    text-transform: uppercase;
}
.tp-caption-demo .tp-caption {
	position: relative !important;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px !important;
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive >ul >li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div, .tp-caption.slidelink a div {
	width: 1000px;
	height: 1500px;
	background: url(/coloredbg.png) repeat;
}


/*-----------------------------------------------*/
/*------------- INTIAL LOADING   ---------------*/
/*-----------------------------------------------*/


.tp-loader {
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
}
.tp-loader:after {
	display: block;
	content: "\f110";
	font-family: FontAwesome;
	color: #333;
	font-size: 2em;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
 @-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
@keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.tp-transparentimg {
	content: "url(/transparent.png)"
}
.tp-3d {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50%;
}
.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 255, 255, 1),endColorstr=rgba(0, 255, 255, 1))";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 255, 255, 1), endColorstr=rgba(0, 255, 255, 1));
	zoom: 1;
}


/*-----------------------------------------------*/
/*------------- FULLSCREEN CONT   ---------------*/
/*-----------------------------------------------*/

.fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.fullwidthbanner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthbanner {
	width: 100%;
	position: relative;
}



/*-----------------------------------------------*/
/*------------- CAPTION ALT START  ---------------*/
/*-----------------------------------------------*/


.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position: absolute;
	visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
	max-width: none;
}


/*-----------------------------------------------*/
/*------------- IE8 HACKS  ---------------*/
/*-----------------------------------------------*/


.noFilterClass {
	-webkit-filter: none !important;
	        filter: none !important;
}


/*-----------------------------------------------*/
/*------------- IPHONE NAV BULLET  ---------------*/
/*-----------------------------------------------*/

.tpclear {
	clear: both;
}
.tp-bullets {
	z-index: 1000;
	width: 100%;
	text-align: center;
	margin: 0px !important;
	left: 0px !important;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
}
.tp-bullets .bullet {
	background: rgba(255,255,255,.5);
	width: 14px;
	margin: 0 3px;
	height: 14px;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
}
.tp-bullets.hidebullets {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tp-bullets .bullet.selected {
	background: rgba(255,255,255,1);
}

/*-----------------------------------------------*/
/*------------- NAVIGATION ARROW  ---------------*/
/*-----------------------------------------------*/

.tparrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(5px);
  margin-top: -100px!important;;
  
}
.tparrows.hidearrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tp-leftarrow, .tp-rightarrow {
	z-index: 100;
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
}
.tp-leftarrow:before, .tp-rightarrow:before {
	font-family: FontAwesome;
	color: rgba(255,255,255,.5);
	display: inline-block;
	font-size: 2.5em;
	line-height: 1em;
}
.tp-leftarrow:before {
	content: "\f137"
}
.tp-rightarrow:before {
	content: "\f138"
}
.tp-leftarrow:hover:before, .tp-rightarrow:hover:before {
	color: rgba(255,255,255,1);
}



/*-----------------------------------------------*/
/*------------- IPHONE NAV SIZES  ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 850px) {

.tp-leftarrow, .tp-rightarrow {
	width: 15px;
	height: 40px;
}

.tp-leftarrow:before, .tp-rightarrow:before {
	font-size: 1.6em;
}

.tp-bullets .bullet {
width:8px;
height:8px;
}

}


/*  Arrow */

.slider-arrow {
	z-index:999;
  margin-top:0px;
  display: inline-block;
  position: absolute;
  bottom:20px;
  width: 100%;
  text-align: center;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay:1s;
  
  display: none;
}

.link0 .slider-arrow{
  display: inline-block;
}

.slider-arrow .scroll {
	text-decoration: none;
	color: #fff;
	position: relative;
}

.slider-arrow .scroll span {
display: none;}

.slider-arrow .scroll:before{
	content: "\f107";
	color: #0C0C0C;
	text-decoration: none;
	font-size:3.5em;
	font-family: FontAwesome;
  background: rgba(255,255,255,.5);
  padding:2px 10px;
  border-radius: 50%;
}

.slider-arrow .scroll:hover:before{
  background: #fff;
}

.slider-arrow .scroll {
	animation: myAnimation 2s infinite;
	-webkit-animation: myAnimation 2s infinite;
}

.tp-bullets{
  display: none;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.contentImgRow.buttons
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  
    flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  
    -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  
  max-width: 1500px;
  margin: auto;
}

.butFrame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin:10px 10px 0;
  position:relative;
  overflow: hidden;
  cursor:pointer;
  box-sizing:border-box; 
}


.butFrame:nth-child(1){
  margin-left: 0;
}

.butFrame:nth-last-child(1){
  margin-right: 0;
}

.butImage {
  width:100%;
  display:block;
  position: relative;
  padding-bottom: 60%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  opacity:.7;
}

/* .butImage:before{
    border-top: 60px solid transparent;
    border-left: 300px solid #fff;
    bottom: 0px;
    content: "";
    right: 0;
    position: absolute;
}

.butImage:after{
    border-top: 60px solid transparent;
    border-right: 300px solid #fff;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
} */

.butText
{
  width:100%;
  height: 100%;
  line-height: 1.2em;
  text-transform: uppercase;
  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;
           
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  color:#000;
  text-align: center;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing:border-box;
  overflow: hidden;
}

.butText:before{
  position: absolute;
  width: 200px;
  height: 45px;
  bottom: 0;
  left: calc(50% - 100px);
  content: "";
  background: #fff;
  opacity: .5;
}

.butHeading
{
  position: relative;
  z-index: 20;
  font-size:1.2em;
  padding: 10px 25%;
  font-weight: 900;
  height:calc(100% - 20px);
  
    display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
           
  -webkit-box-align:  end;
  -ms-flex-align:  end;
  -ms-grid-row-align:
    flex-end;  align-items:  flex-end;

           
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: fle;
           
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}



/* ---------------------------------- */
/* ---------- HOVER STYLES ---------- */
/* ---------------------------------- */

.butFrame *,
.butText *,
.basicFrame *,
.butImage:before,
.butText:before

{
  -webkit-transition: .75s ease;
  transition: .75s ease;
}



.butFrame:hover .butText:before{
  position: absolute;
  width: 1000px;
  height: 1000px;
  bottom: 0;
  left: calc(50% - 500px);
  content: "";
  background: #603862;
  opacity: .5;
}

.butFrame:hover .butText{
  color: #fff;
}




/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */

/* Drop Down Enquiry */

#enquire-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0,.95);
    display: none;
    overflow: hidden;
  font-size: .9em;
}

#enquire-dropdown .container {
    width: 100%;
    height: 100%;
    height: 100vh;
    max-width: 1100px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: initial;
}

#enquire-dropdown .flexRow {
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    /*-webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;*/
    -webkit-justify-content: space-between;
    -ms-flex-pack: justfiy;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

#enquire-dropdown .col-2 {
    width: calc(50% - 20px);
    margin: 10px;
}

#enquire-dropdown #enquiry {
    color: #fff;
    background: none;
    font-size: 1em;
    width: 100%;
    max-width: 450px;
    margin: auto;
    float: none;
}

.dropContact {
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.5);
}

#enquire-dropdown h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.6em;
    font-weight: inherit;
    text-align: center;
    font-weight:900;
}

#enquire-dropdown #enquiry input,
#enquire-dropdown #enquiry textarea {
    border: none;
    padding: 7px 15px 7px 45px;
    -webkit-appearance: none;
    /*border-radius: 15px;*/
    font-family: inherit;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    width: 100% !important;
    font-size: 0.9em;
    box-sizing: border-box;
}

#enquire-dropdown #enquiry input[type="submit"] {
    margin-bottom: 10px;
    border: 0;
    color: #444;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
}

.alignLeft {
    text-align: left;
    padding: 4px 25px;
    font-size: 0.9em;
}

#enquire-dropdown #enquiry .alignLeft input {
    width: auto !important;
    display: inline-block;
    margin: 0 15px;
    background: rgba(255, 255, 255, 0);
    -webkit-appearance: checkbox;
}

.required {
    font-size: 0.9em;
    text-align: left;
}

.closeBtn {
    color: #fff !important;
    background: none !important;
    font-size: 2.8em;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 2px 13px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-transform: uppercase;
    top: 20px;
    line-height: 1.6em;
    font-family: FontAwesome;
    cursor: pointer;
}

.closeBtn,
#enquire-dropdown #enquiry input[type="submit"] {
    -webkit-transition: .25s;
    transition: .25s;
}

/*  INPUT ICONS */

#enquire-dropdown .enqRow {
    position: relative;
}

#enquire-dropdown .enqRow span.FontAwesome {
    position: absolute;
    top: 8px;
    left: 28px;
    font-size: 0.9em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .enqRow span.FontAwesome:before {
    font-family: FontAwesome;
}

#enquire-dropdown .phone:before {
    content: "\f095";
}

#enquire-dropdown .email:before {
    content: "\f003";
}

#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;
    filter: alpha(opacity=60);
}

#enquire-dropdown :-moz-placeholder {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#enquire-dropdown ::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#enquire-dropdown :-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* MEDIA QUERIES */

@media all and (max-width: 700px) and (min-width: 0px) {
    #enquire-dropdown .mobile-hide {
        display: none !important;
    }
    #enquire-dropdown .col-2 {
        width: calc(100% - 20px);
    }
}

/* COLOR MODIFIER */

.closeBtn:hover,
.closeBtn:active,
#enquire-dropdown .enqRow span.FontAwesome:before, #enquire-dropdown a {
  color: #fff !important;
}

#enquire-dropdown a:hover {
  color: #fff;
}

#enquire-dropdown #enquiry input[type="submit"] {
  color: #fff !important;
  color: #fff;
}

#enquire-dropdown #enquiry input[type="submit"]:hover, #enquire-dropdown #enquiry input[type="submit"]:active {
  background: #111 !important;
  color:#fff;
}

#enquire-dropdown h3:after {
  display:none;
}


/*Add to Home Screen Button */

.addtohome, .addtohome * {
  
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.addtohome {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 20px;  
  margin: auto;
  display: none;
  z-index: 1000000;  
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;  
  padding: 8px 2%;
}

.addToHome .flexCenter {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
           
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.addToHomeLogo {
  display: inline-block;
  width: 65px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.addToHomeLogo img {
  width: 100%;
  height: auto;
}

.addtohome .addHomeText {
  display: inline-block;
  width: calc(94% - 65px);
  margin-left: 2%;
  color: #fff;
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 8px 0 6px;
}
.addIcon {
  margin: 0 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative
}
.addIcon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 1px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.addIcon:after {
  content: "\f176";
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: 3px;
  margin: auto;
}
.addtohome:after {
  position: absolute;
  bottom: -10px;
  left: 46%;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .8);
}
.addtohome:before {
  content:  "\f057";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 3px;
}
\
/* ---------------------------------- */
/* ----------- PRELOADER  ----------- */
/* ---------------------------------- */


#loaderIcon {
  animation: animateLoad 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 60px;
  width: 60px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% + 150px); /*-- adjust vertical position --*/
}
@keyframes animateLoad {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loaderIcon:after {
  animation: animateLoader 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 60px;
  width: 60px;
  position: absolute; 
} 
@keyframes animateLoader {
  0% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(140deg);
  }
}


#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;
  
  -webkit-align-items: center;
   -ms-flex-align: center;
           -webkit-box-align: center;
          align-items: center;
   
}


#loader img{
width:100%;
height:auto;
opacity:0;
filter: alpha(opacity=0);
}

#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: #603862;
        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;
}



/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.contentPagesWrap{
  padding: 30px 0;
}

.link0 .butFrame{
  margin-bottom: 30px;
}

#siteWrap{
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.siteTop{
  padding: 0 10px 0 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: rgba(255,255,255,.85);
  -moz-transition: .5s ease;
  -webkit-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.contentCopy .slider-btn{
  color: #fff;
  background: #5e9e3e;
  padding: 10px;
  border-radius: 20px;
}

/* Button Icon */

.contentCopy .slider-btn:after {
  border: none;
  padding:6px 0px 6px 10px;
}

.contentCopy .slider-wrap .slider-btn:after{
  content: "\f078";
}

/*  Hover Effects */

.contentCopy .slider-btn:hover {
  background: #f2ac33
}

.contentCopy .slider-btn:hover:after {
  color: #fff;
  border: none;
  background: none;
  
}

/* CUSTOME CONTENT AREAS ALT-COLOUR */

.custStyle1
{
  background: #435464;
  padding: 20px 0;
}

.custStyle1 .contentCopy *
{
  color: #fff;
}

/* CUSTOME CONTENT AREAS 50/50 */

.custStyle2 .container,
.custStyle3 .container
{
  max-width: none;
  padding: 20px 0;
}

.custStyle2 .imageSection .container,
.custStyle3 .imageSection .container
{
  max-width: none;
  padding: 0;
}

.custStyle2 .textSection .container,
.custStyle3 .textSection .container
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.custStyle2 .textSection .container > div,
.custStyle3 .textSection .container > div
{
  width: 50%;
  min-height: 30vh;

  -webkit-box-flex: 1;
  -webkit-flex: 1 600px;
  -ms-flex: 1 600px;
  flex: 1 600px;
}

/* ALTINATE SIDEBAR SIDE */
.custStyle2 .textSection .container
{
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* CUST-TEXTAREA SIDEBAR */
.custStyle2 .textSection .sidebar,
.custStyle3 .textSection .sidebar
{
  display: block;
  background: url(thumbnaillarge/_r1.jpg) center;
  background-size: cover!important;
  background-position: center!important;
  position: relative;
  opacity: .8
}

.custStyle2 .textSection .sidebar:before,
.custStyle3 .textSection .sidebar:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

.custStyle2 .textSection .sidebar .item,
.custStyle3 .textSection .sidebar .item
{
  position: absolute;
}

/* CUST-TEXTAREA SITECONTENT */
.custStyle2 .textSection .siteContent,
.custStyle3 .textSection .siteContent
{
  width: 100%;
  min-height: 50vh !important;
  padding: 20px 50px;

  box-sizing: border-box;

  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custStyle2 .contentCopy,
.custStyle3 .contentCopy
{
  width: 85%;
}

/* CUST-IMAGEAREA BACKGROUND */
.custSection .imageSection .sidebar
{
  display: none;
}

@media all and (max-width: 1220px) and (min-width: 700px){
  
  
  .custStyle2 .textSection .container > div,
  .custStyle3 .textSection .container > div{
     min-height: 50vh;
  }
  
  .custStyle2 .textSection .siteContent,
.custStyle3 .textSection .siteContent{
  min-height:30vh;
  }

}

@media all and (max-width: 1050px) and (min-width: 700px){


  #menu nav li a{
    font-size: .7em;
  }
  
  #menu nav li{
    padding: 0 2px;
  }
  
  .butHeading{
    font-size: .7em;
  }
  
}

.cartItems .cartItemBtns .cartItemAdd{
  display: none;
}

.cartItemBtns .cartItemMore{
  width: 100%;
}


.link0 #section2 .sidebar{
  display: none;
}

.link0 #section1{
  margin: 0 0 30px;
}

.link0 .contentPagesWrap{
  padding-top: 0;
}

.link0 #section2{
  background: rgba(194,199,202,.5);
}

.link0 .custStyle2 #section2 .textSection .siteContent,
.link0 .custStyle3 #section2 .textSection .siteContent{
  min-height:0vh!important;
  }

.link0 .custStyle3.sec2 .textSection .container div{
     min-height: 0vh!important;
  }

.link0 #section2.buttonSection{
  padding-bottom: 60px;
}

.link0 #section2 h4{
  margin-bottom: 0;
}

.link0 #section2 .contentCopy{
  padding:40px 0 0;
}

#banner a{
  color: #fff!important;
}

/* ---------------------------------- */
/* ----------- SHRINK CSS ----------- */
/* ---------------------------------- */

#banner, #banner *, #menu, #logoA, #logoA *, .topBar, .topBar *{
  
  -moz-transition:1s;
  -webkit-transition:1s;
  -ms-transition:1s;
  -o-transition:1s;
  transition:1s;
}


#menu *{
  -moz-transition:.4s;
  -webkit-transition:.4s;
  -ms-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
}

.shrink #banner{
  height: 100px;
}

.shrink #logoA
{
  width: 160px;
  opacity: 0;
  margin-top: -200px;
}

.shrink #menu{
  top: 55px;
}

.shrink .contact1{
  top: 10px;
}




/*# sourceMappingURL=style.css.map */jims
