
@import "concise.min.css";
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

/*
* Concise Overrides
*/
html, body {
	font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
div,
p,
input,
td {
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(240,240,240);
  margin: 0;
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
table.table-hover-row tr:hover td, 
table.table-hover-cell td:hover {
	background-color: rgba(173,0,0,.2);
}
table.table th, table.table td {
	padding: 10px;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  color: rgba(189, 159, 1, 1.0);
}
/*
For Template Example Only
*/
.container .holder img {
	width: 100%;
	max-width: 100%;
}

/*
*
* PRELOADER STYLES
*
*/
body.home {
  overflow: hidden;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}
#preloader_img {
    margin-top: -2000px;
    background: url(../_images/PerfectPatio_2Color_optimized.svg) no-repeat -9999px; /* path to your loading animation for preload before SVG Animation takes over */
}
#preloader_status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -200px; /* is width and height divided by two */
}

/*
* Liquidize div styles
*/
h1.liquidize {
  text-align: center;
  font: 7em "Helvetica Neue" Arial;
  color: #0ea1d6;
  font-weight: 800;
  padding: 40px;
  padding-bottom: 0;
}
p.liquidize {
  text-align: center;
  font: 1em "Helvetica Neue" Arial;
  color: #ff6060;
  font-weight: 800;
  font-size: 2em;
  margin-top: -5px;
  padding-bottom: 30px;
}
.frame {
	/*width: 95%;*/
	margin: 0 auto;
}
.box {
  text-align: center;
  /*font: 1em "Helvetica Neue" Arial;*/
  /*background: #0ea1d6;*/
  /*color: #fff;*/
  padding: 15px 0px 15px 0px;
  /*-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;*/
  /*cursor: pointer;*/
}
.center {
  text-align: center;
  margin: 0 auto;
}
div.line.black {
  height: 1px;
  width: 90%;
  border: 1px solid #000;
  margin: 2px auto;
}
div.line.grey {
  height: 1px;
  width: 90%;
  border: 1px solid #ccc;
  margin: 2px auto;
}
div.line.white {
  height: 1px;
  width: 80%;
  border: 1px solid #FFF;
  margin: 2px auto;
}
ul.no-styles {
  list-style: none;
}
.pad50 {
  padding: 50px;
}
.pad40 {
  padding: 40px;
}
.pad30 {
  padding: 30px;
}
.pad20 {
  padding: 20px;
}
.pad10 {
  padding: 10px;
}
.pad5 {
  padding: 5px;
}
.f_gold {
  /*color: #CC9700 !important;*/
  /*color: rgba(204,151,0,1.0);*/ /*More orange*/
  color: rgba(189, 159, 1, 1.0) !important; /*More goldish*/
}
.b_gold {
  border-color: rgba(189, 159, 1, 1.0) !important; /*More goldish*/
}
.b-b-gold {
  border-bottom: 3px solid;
  border-color: rgba(189, 159, 1, 1.0) !important; /*More goldish*/
}
.bg_gold {
  background-color: rgba(189, 159, 1, 1.0) !important; /*More goldish*/
}
.red {
  color: #FF0000 !important;
}
.green {
  color: #00CC00 !important;
}
.f_white {
  color: #FFF !important;
}
.b_white {
  border-color: #FFF !important;
}
.bg-dkgrey {
  color: rgb(65,65,65) !important;
}
.dkgrey {
  color: rgb(65,65,65) !important;
}
.bg-mdgrey {
  background-color: #4A4A4A !important;
}
.mdgrey {
  color: #4A4A4A !important;
}
.bg-ltgrey {
  background-color: #606060 !important;
}
.ltgrey {
  color: #606060 !important;
}
.max {
  width: 100% !important;
  height: 100% !important;
}
.zero {
  margin: 0 !important;
  padding: 0 !important;
}
.script {
  /*font-family: 'Seaweed Script', cursive !important;*/
  font-family: 'Pinyon Script', cursive;
  /*font-family: 'Marck Script', cursive !important;*/
  /*font-family: 'Petit Formal Script', cursive !important;*/
  /*font-family: 'font-family: 'Alex Brush', cursive;', cursive !important;*/
}
.noscroll {
    overflow: hidden;
    resize: none
}
.rotate180 {
    -webkit-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.table {
  display: table !important;
}
.table-cell {
  display: table-cell !important;
  vertical-align: middle;
}
.display {
  display: block !important;
}
.display-none {
  display: none !important;
}

/*
*
* HEADER STYLES
*
*/
header {
  width: 100%;
  height: 75px;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  right: 0;
  border: 1px solid #000;
  z-index: 8000;
}
header div,
header p {
  color: rgb(240,240,240) !important;
}
header div.hdr_top {
  height: 25px;
  background-color: #000;
  position: relative;
}
header p.hdr_contact {
  padding: 0 30px;
  width: 50%;
  display: inline-block;
}
header p.hdr_contact a {
  color: rgb(240,240,240);
}
header p.my_acnt {
  position: absolute;
  right: 10px;
  top: 0;
}
#main_nav {
  height: 50px;
}
#small_nav {
  display: none;
}
#sm-nav-list {
  display: none;
  background-color: rgba(0,0,0,1.0);
  width: 200px;
  position: fixed;
  right: 5px;
  top: 55px;
  border: 1px solid #000;
  height: 100%;
}
#sm-nav-list ul li {
  font-size: 125%;
}
#sm-nav-list ul li a {
  color: #BABABA;
}
.nav ul li {
  display: inline-block;
  padding: 2px 30px;
  font-size: 150%;
  /*color: #BABABA;*/
}
.nav ul li a {
  color: #BABABA;
}
.nav ul {
  /*width: 90%;*/
  margin: 0;
  text-align: left;
}
div#nav_icon {
  position: relative;
  height: 45px;
}
#nav_icon > div:first-child {
  top: 8px;
}
#nav_icon > div.nav_ani:first-child {
  top: 6px;
}
#nav_icon > div.shift:first-child {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
  top: 20px;
}
#nav_icon div {
  border-radius: 2px;
  border-width: 2px;
  position: absolute;
  top: 20px;
  left: 5px;
}
#nav_icon > div:last-child {
  top: 32px;
}
#nav_icon > div.nav_ani:last-child {
  top: 34px;
}
#nav_icon > div.shift:last-child {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Safari */
  transform: rotate(-45deg);
  top: 20px;
}
body.home li.homeli {
  display: none;
}
#shopping_nav {
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 25px;
  right: 0px;
  border: 1px solid #000;
  z-index: 8010;
}
#shop_nav_icon div {
  color: rgb(240,240,240) !important;
}
#shop_nav_icon div.fa:after {
  content: '0';
  position: absolute;
  top: 4px;
  right: 12px;
  background-color: green;
  font-size: 40%;
  line-height: 19px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 8px;
}
#shop_nav_icon div.fa {
  font-size: 200%;
  padding: 9px;
  position: relative;
}
#shop-nav-list {
  display: none;
  background-color: rgba(0,0,0,0.8);
  width: 200px;
  position: absolute;
  right: -1px;
  top: 48px;
  border: 1px solid #000;  
}
#shop-nav-list ul li {
  font-size: 125%;
}
#shop-nav-list ul li a {
  color: #BABABA;
}

/*
*
* PAGE STYLES
*
*/
.viewport {
  width: 100%;
  height: 100%;
  background-color: #333;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/*
*
* INDEX.PHP
*
*/
  .title {

  }
  .title .title_contain {
    text-align: center;
    position: absolute;
    background-color: rgba(0,0,0,.8);
    z-index: 1000;
    padding: 0;
    height: 59px;
  }
  .title h1 {
    font-size: 240%;
  }
  /*
  *
  * SECTION 1 STYLES
  *
  */
  #logo_contain {
    margin-top: 100px;
  }
  #main_logo {
    z-index: 8000;
  }
  div.sec-one-img div.box img {
    /*margin-top: 100px;*/
  }
  div.sec1 div.hm_pg_title {
    width: 100%;
    text-align: center;
  }
  div.sec1 div.hm_pg_title h1 {
    font-size: 400%;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 25px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.7);
  }
  div.sec1 div.hm_pg_heading {
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: 1% 3%;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    border-top: 3px solid rgba(189, 159, 1, 1.0);
    border-bottom: 3px solid rgba(189, 159, 1, 1.0);
  }
  div.sec1 div.hm_pg_heading h2 {
    font-size: 400%;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
  }
  div.sec1 div.hm_pg_heading p {
    font-size: 150%;
  }
  div.sec1 div.hm_pg_heading p span.heading {
    font-weight: bold;
    margin-right: 5px;
  }
  #shop_now {
    position: absolute;
    height: 40px;
    width: 132px;
    display: block;
    bottom: 13%;
    left: 50%;
    margin-left: -70px;
  }
  #shop_now button {
    padding: 0px 8px;
    border: 1px solid rgb(240,240,240);
    /*border-radius: 3px;*/
    /*background-color: transparent;*/
    background-color: rgba(0,0,0,0.8);
    /*color: #FFF;*/
    text-transform: uppercase;
    font-size: 150%;
  }
  #shop_now button:hover {
    border: 1px solid rgb(189, 159, 1);
    background-color: rgba(189, 159, 1, 1.0);
    color: rgb(65,65,65);
  }
  div.sec1 div.scroll {
    width: 18px;
    height: 28px;
    display: block;
    margin: 0 0 0 -9px;
    border: 2px solid #fff;
    position: absolute;
    opacity: .5;
    bottom: 30px;
    left: 50%;
    border-radius: 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 4;
  }
  div.sec1 div.scroll:hover {
    opacity: 1;
    cursor: pointer
  }
  div.sec1 div.scroll-wheel {
    width: 4px;
    height: 6px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    border-radius: 3px;
    -webkit-animation: scrollWheel 1.5s linear infinite;
    -moz-animation: scrollWheel 1.5s linear infinite;
    animation: scrollWheel 1.5s linear infinite;
  }
  div.sec1 div.scroll-how {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  .stuck {
    position: fixed;
    top: 5px;
    left: 5px;
    height: 53px;
    margin: 0 !important;
    cursor: pointer;
    width: inherit !important;
  }

  /*
  *
  *  Section 2 Styles
  *
  */
  .sec2 div.bit-1 {
    position: relative;
    top: 50%;
  }
  .sec2 div.bit-1 div.bx-wrapper {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .sec2 .bx-wrapper .bx-viewport {
    left: 0 !important;
  }
  .sec2 .cat_contain {
    text-align: center;
    border: 1px solid rgb(130,130,130);
    margin-bottom: 15px;
  }
  .sec2 .cat_img {
    height: 150px;
    position: relative;
    overflow: hidden;
  }
  .sec2 .cat_img img {
    height: 100%;
    max-width: 500%;
  }
  .sec2 .cat_details {
    height: 250px;
  }
  .sec2 .cat_details h2 {
    height: 38px;
    overflow: hidden;
  }
  .sec2 .cat_details p {
    overflow: hidden;
    height: 163px;
    padding: 3%;
    font-size: 97%;
    line-height: 125%;
    margin-bottom: 2%;
  }
  .sec2 .cat_details button {
    padding: 0px 8px;
    border: 1px solid rgb(65,65,65);
    /*border-radius: 3px;*/
    background-color: transparent;
    /*color: #FFF;*/
    text-transform: uppercase;
    font-size: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -65px;
  }
  .sec2 .cat_details button:hover {
    /*color: rgb(180,180,180) !important;*/
    color: rgba(189, 159, 1, 1.0) !important;
    border-color: rgba(189, 159, 1, 1.0) !important;
  }


  /*
  *
  *  Section 3 Styles
  *
  */
  .sec3-contain {
    position: relative;
    top: 50%;
  }
  .sec3-contain .frame.contain > .bit-2 {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    margin-top: 18px;
  }
  div.sec3 div.cat_img {
    padding: 0;
    background-image: url(../_images/section3.jpg);
    background-size: cover;
    background-position: left center;
    position: relative;
  }
  .sec3 .cat_img .box.all {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
  }
  .sec3 .cat_img .box.all h2 {
    font-size: 250%;
    margin-bottom: 15px;
  }
  .sec3 .cat_img .box.all p {

  }
  div.sec3 div.cat_sq {
    padding: 0;
  }
  div.sec3 div.cat_sq div.frame:first-child div.bit-2 {
    padding-top: 0;
    padding-bottom: 5px;
  }
  div.sec3 div.cat_sq div.frame:first-child div.bit-2:first-child {
    padding-right: 5px;
  }
  div.sec3 div.cat_sq div.frame:first-child div.bit-2:first-child div.box {
    background-color: #606060;
  }
  div.sec3 div.cat_sq div.frame:first-child div.bit-2:last-child {
    padding-left: 5px;
  }
  div.sec3 div.cat_sq div.frame:first-child div.bit-2:last-child div.box {
    background-color: #4A4A4A;
  }
  div.sec3 div.cat_sq div.frame:last-child div.bit-2 {
    padding-bottom: 0;
    padding-top: 5px;
  }
  div.sec3 div.cat_sq div.frame:last-child div.bit-2:first-child {
    padding-right: 5px;
  }
  div.sec3 div.cat_sq div.frame:last-child div.bit-2:first-child div.box {
    background-color: #4A4A4A;
  }
  div.sec3 div.cat_sq div.frame:last-child div.bit-2:last-child {
    padding-left: 5px;
  }
  div.sec3 div.cat_sq div.frame:last-child div.bit-2:last-child div.box {
    background-color: #606060;
  }
  .sec3 .cat_sq .box.max.table {
    position: relative;
  }
  .sec3 .cat_sq .fp_bkgd {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: .5;
  }
  .sec3 #fp1 {
    background-image: url(../_images/rectangle_bg.png);
  }
  .sec3 #fp2 {
    background-image: url(../_images/square_bg.png);
  }
  .sec3 #fp3 {
    background-image: url(../_images/round_bg.png);
  }
  .sec3 #fp4 {
    background-image: url(../_images/rustic_bg.png);
  }
  .sec3 .content_box {
    position: relative;
    z-index: 10;
  }
  .sec3 .content_box h2 {
    line-height: 1;
    margin-bottom: 10px;
  }
  .sec3 .cat_sq button {
    padding: 0px 8px;
    border: 1px solid rgb(240,240,240);
    /* border-radius: 3px; */
    background-color: transparent;
    /* color: #FFF; */
    text-transform: uppercase;
    font-size: 90%;
  }
  .sec3 .cat_sq button:hover {
    /*color: rgb(200,200,200) !important;*/
    color: rgba(189, 159, 1, 1.0) !important;
    border-color: rgba(189, 159, 1, 1.0) !important;
  }

  /*
  *
  * SECTION 4 STYLES
  *
  */
  div.sec4 > div.bit-1 {
    position: relative;
    top: 50%;
  }
  .sec-four-box {
    /*background-color: lime;*/
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    max-height: 800px;
  }
  .sec-four-box .cat_img {
    background-size: cover;
    background-position: center center;
    background-color: pink;
    height: 50%;
    overflow: hidden;
  }
  .sec-four-box .cat_img img {
    height: 100%;
    max-width: 500%;
  }
  .sec-four-box .cat_img.one {
    background-color: #FFF;
  }
  .sec-four-box .cat_img.four {
    background-color: #FFF;
  }
  .sec-four-box .cat_img.three {
    background-color: #FFF;
  }
  .sec-four-box .cat_img.four {
    background-color: #FFF;
  }
  .sec-four-box .cat_details {
    height: 50%;
    padding: 5%;
    position: relative;
  }
  .sec-four-box .cat_details div.coll_btn {
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 5%;
  }
  .sec-four-box .cat_details h2 {
      margin-bottom: 8px;
      overflow: hidden;
      height: 2rem;
  }
  .sec-four-box .cat_details p {
      margin: 15px 0;
      line-height: 20px;
      height: 50%;
      overflow: hidden;
  }
  .sec-four-box .cat_details button {
    padding: 0px 8px;
    border: 1px solid rgb(240,240,240);
    /*border-radius: 3px;*/
    background-color: transparent;
    /*color: #FFF;*/
    text-transform: uppercase;
    font-size: 90%;
  }
  .sec-four-box .cat_details button:hover {
    background-color: rgba(189, 159, 1, 1.0) !important;
  }

  /*
  *
  *  Section 5 Styles
  *
  */
  .sec5 {
    position: relative;
  }
  .sec5 div.bit-4 {
    position: relative;
    top: 50%;
    float: right;
  }
  .sec5 div.bit-4 div.box {
    transform: translate(-20%,-50%);
    -webkit-transform: translate(-20%,-50%);
    -o-transform: translate(-20%,-50%);
    -ms-transform: translate(-20%,-50%);
  }
  .sec5 div.box ul li {
    border-bottom: 2px solid #FFF;
    padding: 20px;
    background-color: rgba(204,151,0,0.9);
  }
  .sec5 div.box ul li:last-child {
    border-bottom: none;
  }
  .sec5 div.box ul li p {
    font-size: 150%;
    text-transform: uppercase;
  }
  .sec5 div.box ul li button {
    background: transparent;
    border: 1px solid #FFF;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 80%;
    margin-top: 10px;
  }
  .sec5 .description {
    position: absolute;
    width: 45%;
    bottom: 10%;
    left: 10%;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
  }
  .sec5 .description h2 {
    font-size: 250%;
  }


  /*
  *
  *  Section 6 Styles
  *
  */
  .sec6-contain {
    position: relative;
    top: 50%;
  }
  .sec6-contain .frame.contain > .bit-2 {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    margin-top: 18px;
  }
  div.sec6 div.cat_img {
    padding: 0;
    background-image: url(../_images/restoration_main_sm.jpg);
    background-size: cover;
    background-position: left center;
  }
  .sec6 .cat_img .box.all {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    padding: 10px;
    background-color: rgba(0,0,0,0.7);
  }
  .sec6 .cat_img .box.all h2 {
    font-size: 230%;
    margin-bottom: 15px;
  }
  .sec6 .cat_img .box.all p {

  }
  div.sec6 div.cat_sq {
    padding: 0;
  }
  div.sec6 div.cat_sq div.frame:first-child div.bit-2 {
    padding-top: 0;
    padding-bottom: 5px;
  }
  div.sec6 div.cat_sq div.frame:first-child div.bit-2:first-child {
    padding-right: 5px;
  }
  div.sec6 div.cat_sq div.frame:first-child div.bit-2:first-child div.box {
    background-color: #606060;
  }
  div.sec6 div.cat_sq div.frame:first-child div.bit-2:last-child {
    padding-left: 5px;
  }
  div.sec6 div.cat_sq div.frame:first-child div.bit-2:last-child div.box {
    background-color: #4A4A4A;
  }
  div.sec6 div.cat_sq div.frame:last-child div.bit-2 {
    padding-bottom: 0;
    padding-top: 5px;
  }
  div.sec6 div.cat_sq div.frame:last-child div.bit-2:first-child {
    padding-right: 5px;
  }
  div.sec6 div.cat_sq div.frame:last-child div.bit-2:first-child div.box {
    background-color: #4A4A4A;
  }
  div.sec6 div.cat_sq div.frame:last-child div.bit-2:last-child {
    padding-left: 5px;
  }
  div.sec6 div.cat_sq div.frame:last-child div.bit-2:last-child div.box {
    background-color: #606060;
  }
  .sec6 .content_box h2 {
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .sec6 .cat_sq button {
    padding: 0px 8px;
    border: 1px solid rgb(240,240,240);
    /* border-radius: 3px; */
    background-color: transparent;
    /* color: #FFF; */
    text-transform: uppercase;
    font-size: 90%;
  }
  .sec6 .cat_sq button:hover {
    color: rgba(189, 159, 1, 1.0) !important;
    border-color: rgba(189, 159, 1, 1.0) !important;
  }

  /* 
  *
  * div fullscreen background images
  *
  */
  .sec-one-img {
    background-image: url(../_images/section1b.jpg);
    background-position: center center;
  }
  .sec-five-img {
    background-image: url(../_images/section4.jpg);
  }
  .sec-two-img {
    background-image: url(../_images/section5.jpg);
  }
  .sec-seven-img {
    background-image: url(../_images/section7.jpg);
  }
/* END INDEX.PHP */

/*
*
* TEMPLATES
*
*/
  .frame.tag-contain {
    background-color: #801519;
    padding: 1%;
  }
  .frame.tag-contain div.center {
    font-size: 195%;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
  }
  .frame.tag-contain div span {
    padding: 0 30px;
  }
/* END TEMPLATES */

/*
*
* /ITEM/index.php
*
*/
  body.item h1,
  body.item h2,
  body.item h3,
  body.item h4,
  body.item p,
  body.item input,
  body.item div {
    color: rgb(65,65,65);
  }
  body.item div.item-details p,
  body.item div.item-details div {
    color: rgb(65,65,65);
  }
  body.item div.item-header {
    /*background-image: url();*/
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
  }
  body.item #logo_contain {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
  }
  body.item #main_logo {
    width: 500px;
    z-index: 8000;
  }
  body.item #main_logo.stuck {
    width: 245px;
    display: none;
  }

  /* Item Summary Info
  ============================ */
  body.item div.item-details div.slashed {
    color: #ccc;
    text-decoration: line-through;
  }
  body.item div.item-details div.price {
    display: inline-block;
    padding: 5px 20px 5px 0px;
    font-size: 120%;
  }
  body.item .fa-thumbs-up:before {
    padding-right: 10px;
  }
  body.item div.stock-or-not {
    margin: 20px 0 20px 0;
  }
  body.item input.qty {
    margin: 0.4375rem 0;
    width: 40px;
    height: 40px;
    line-height: 1.875rem;
    color: #666666;
    border: solid 1px #e0e0e0;
    text-align: center;
    padding: 0;
  }
  body.item button {
    padding: 10px 30px;
    border: 1px solid rgb(174, 146, 0);
    background-color: rgba(189, 159, 1, 1.0);
    color: #FFF;
    text-transform: uppercase;
    font-size: 130%;
    margin-top: 5px;
    -webkit-transition-duration: 0.75s;    
    -moz-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
  }
  body.item button a {
    color: rgb(65,65,65);
  }
  body.item button:hover {
    background-color: rgba(204, 151, 0, 0.8);
    -webkit-transform:rotateX(180deg);
    -moz-transform:rotateX(180deg);
    -o-transform:rotateX(180deg);
    transform:rotateX(180deg);
  }
  body.item div.item-photo {
    border: 1px solid #ccc;
    text-align: center;
  }
  body.item div.item-photo img {
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    /*min-width: 100%;*/
    min-width: inherit;
  }
  body.item .options {
    text-align: center;
  }
  body.item .options .box {
    margin: 6px 0 0;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    display: inline-block;
  }
  body.item .product-info h3 {
    margin: 15px 0;
  }
  body.item .product-info div.line {
    margin-bottom: 30px;
  }
  body.item .fa-li {
    font-size: 12px;
    top: .75em;
  }
  body.item .product-info p {
    padding: 0 3%;
    font-size: 130%;
  }
  body.item .bx-wrapper .bx-viewport {
    left: 0;
  }
  body.item .bx-wrapper .bx-next {
    right: -36px;
  }
  body.item .bx-wrapper .bx-prev {
    left: -36px;
  }
  body.item .gallery .rel-item,
  body.item .items .rel-item {
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
  }
  body.item .items .rel-item.box-focus {
    border: 1px solid #ccc !important;
  }
  body.item .items .rel-item .over-title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    padding: 10px;
    display: none;
    cursor: pointer;
  }
  body.item .items .rel-item .over-title h4 {
    color: #FFF;
  }
  body.item .gallery .rel-item img,
  body.item .items .rel-item img {
    display: none;
    position: absolute;
    padding: 10px;
    top: 0;
    left: 50%;
    max-height: 100%;
  }
  body.item .gallery .rel-item .fancybox {
    cursor: pointer;
  }
  body.item .related button {
    padding: 0;
    width: 100%;
    font-size: 90%;
  }
  body.item .related .bx-wrapper .bx-viewport {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
  }
  body.item .related .cat-slider .bit-4 {
    border: 1px solid #ccc;
    height: 200px;
  }
  body.item .related .cat-slider .bit-4 img {
    display: none;
    position: relative;
    padding: 20px;
    max-height: 100%;
  }
  body.item .related .cat-slider .cat-details h4 {
    margin: 15px 0 5px 0;
  }
  /*
  * FABRIC / COATING OPTIONS STYLES
  */
  label.selected-option > input { /* HIDE RADIO */
    display:none;
  }
  label.selected-option > input + img { /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
    width: 75px;
  }
  label.selected-option > input:checked + img { /* (CHECKED) IMAGE STYLES */
    opacity: 1.0;
    border:2px solid #f00;
    width: 75px;
    border-radius: 10px;
  }
  label.selected-option > input:not(:checked) + img {
    opacity: 1.0;
  }
  label.selected-option > input + img:hover {
    opacity: 1.0;
  }
  #option_contain {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99990;
  }
  #option_search_contain {
    position: absolute;
    right: 20px;
    top: -16px;
    border: 3px solid #000;
  }
  #show_option {
    position: relative;
    width: 700px;
    height: 400px;
    background-color: #FFF;
    border: 4px solid #000;
    z-index: 99999;
  }
  #option_contain .option-div-pad {
    position: absolute;
    padding: 20px;
    width: 740px;
    height: 440px;
    left: 50%;
    top: 50%;
    margin-left: -370px;
    margin-top: -220px;
  }
  #option_close {
    position: absolute;
    top: -5px;
    right: 20px;
    border: 4px solid #000;
    padding: 0 5px;
    color: #000;
    background-color: #fff;
    z-index: 99999;
    font-weight: bold;
    line-height: 24px;
  }
  #show_option label > input{ /* HIDE RADIO */
    display:none;
  }
  #show_option label > input + img { /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
  }
  #show_option label > input:checked + img { /* (CHECKED) IMAGE STYLES */
    border:2px solid #f00;
  }
  .option-desc {
    margin: 0;
  }

/*
*
* /collections/index.php
*
*/
  body.collections h1,
  body.collections h2,
  body.collections h3,
  body.collections h4,
  body.collections p,
  body.collections input,
  body.collections div {
    color: rgb(65,65,65);
  }
  .box-focus {
    border: 5px solid #000 !important;
  }
  body.collections div.item-header {
    position: relative;
    /*background-image: url(../_images/broken-link-xxl.png);*/
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
  }
  body.collections #logo_contain {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
  }
  body.collections #main_logo {
    width: 500px;
    z-index: 8000;
  }
  body.collections #main_logo.stuck {
    width: 245px;
    display: none;
  }

  /* Item Summary Info
  ============================ */
  body.collections button {
    padding: 10px 30px;
    border: 1px solid rgb(174, 146, 0);
    background-color: rgba(189, 159, 1, 1.0);
    color: #FFF;
    text-transform: uppercase;
    font-size: 130%;
    margin-top: 5px;
    -webkit-transition-duration: 0.75s;    
    -moz-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
  }
  body.collections button a {
    color: rgb(65,65,65);
  }
  body.collections button:hover {
    background-color: rgba(204, 151, 0, 0.8);
    -webkit-transform:rotateX(180deg);
    -moz-transform:rotateX(180deg);
    -o-transform:rotateX(180deg);
    transform:rotateX(180deg);
  }
  body.collections .collections .bit-1 h3 {
    margin-top: 20px;
    border-bottom: 1px solid rgb(65,65,65);
    padding: 10px;
  }
  body.collections .collections .col-contain .bit-3 .inside_contain .cat_details button {
    padding: 0;
    width: 100%;
    font-size: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    text-transform: uppercase;
    line-height: normal;
  }
  body.collections .collections .col-contain .bit-3 {
    position: relative;
    height: 250px;
  }
  body.collections .collections .col-contain .bit-3 .inside_contain {
    height: 230px;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
  }
  body.collections .collections .col-contain .bit-3 .inside_contain .col_overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
  }
  body.collections .collections .col-contain .bit-3 .inside_contain img {
    display: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  body.collections .collections .col-contain .bit-3 .cat_details {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  body.collections .collections .col-contain .bit-3 .cat_details h4 {
    height: 30px;
    background-color: rgba(0,0,0,0.8);
    color: rgb(240,240,240);
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: normal;
  }

/*
*
* Fancy Box Photo Gallery
*
*/
#galleryBox {
  display: none;
}

/*
*
* FOOTER STYLES
*
*/
footer {
  padding: 3%;
}
#footer_logo img {
    width: 400px;
}
#footer_content {
  text-align: right;
}

/*
*
* SNIPCART STYLES
*
*/
.snipcart-checkout-container {
  z-index: 99999 !important;
}
.snipcart-checkout-container #snipcart-header {
  background: rgba(0,0,0,0.8) !important;
}

/*
*
*  Media Queries
*
*/
@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 965px) {
  .viewport {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections */
    /*background-image: url(../_images/section1b.jpg);*/
  }
  #logo_contain {
    margin-top: 0;
    width: 80%;
    min-height: 110px;
  }
  .title .title_contain {
    position: relative;
  }
  div.sec1 div.hm_pg_title h1 {
    font-size: 250%;
  }
  div.sec3 div.cat_img {
    display: none;
  }
  div.sec1 div.hm_pg_heading h2 {
    font-size: 200%;
  }
  div.sec1 div.hm_pg_heading p {
    font-size: 100%;
  }
  .sec-four-box {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .sec-four-box .cat_img img {
    height: auto;
    max-width: 100%;
  }
  .sec-four-box .cat_details div.coll_btn {
    width: 100%;
    position: relative;
  }
  .sec5 div.bit-4 {
    top: 0;
    float: none;
  }
  .sec5 div.bit-4 div.box {
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
  }
  .sec5 div.bit-4 div.box.ar ul {
    padding-left: 0;
  }
  .sec5 .description {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
  }
  .sec6 .cat_img .box.all {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .sec6-contain {
    top: 0;
  }
  .sec6-contain .frame.contain > .bit-2 {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}

/* Apple iPad mini - resolution 768x1024 & Kindle Fire HD - res 800x1280 */
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .container { 
    /*width: 1140px; */
  }
}

@media only screen (min-width: 801px) and (max-width: 1023px) { 
	div.sec1 div.hm_pg_heading {
    bottom: 10%;
  }
  div.sec-one-img div.box img {
    width: 55%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) { 
	div.sec1 div.hm_pg_heading {
    /*bottom: 10%;*/
  }
  div.sec-one-img div.box img {
    width: 55%;
  }
}

@media only screen and (min-height: 600px) and (max-height: 860px) {
  div.sec1 div.hm_pg_title {
    /*display: none;*/
  }
}

/*
*
* KEYFRAMES
*
*/
@-webkit-keyframes bugfix {
    from, to {
        padding: 0
    }
}
@-webkit-keyframes scroll {
    0%, 15% {
        opacity: 0;
        -webkit-transform: translateY(-15px)
    }
    40%,
    60% {
        opacity: .5;
        -webkit-transform: translateY(0px)
    }
    100%,
    85% {
        opacity: 0;
        -webkit-transform: translateY(15px)
    }
}
@-moz-keyframes scroll {
    0%, 15% {
        opacity: 0;
        -moz-transform: translateY(-15px)
    }
    40%,
    60% {
        opacity: .5;
        -moz-transform: translateY(0px)
    }
    100%,
    85% {
        opacity: 0;
        -moz-transform: translateY(15px)
    }
}
@keyframes scroll {
    0%, 15% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    40%,
    60% {
        opacity: .5;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
    100%,
    85% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }
}
@-webkit-keyframes scrollWheel {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 5px;
        opacity: 1
    }
    100%,
    80% {
        top: 18px;
        opacity: 0
    }
}
@-moz-keyframes scrollWheel {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 5px;
        opacity: 1
    }
    100%,
    80% {
        top: 18px;
        opacity: 0
    }
}
@keyframes scrollWheel {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 5px;
        opacity: 1
    }
    100%,
    80% {
        top: 18px;
        opacity: 0
    }
}