


@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, button,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  box-sizing: border-box; }

body {
  line-height: 1;
  height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: none;
  overflow: auto; }

html {
  font-size: 62.5%; }

body,
.body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Arimo", "Helvetica", "Arial", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #808080; }

h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #4b4b4b;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  letter-spacing: -1px;
  line-height: 32px;
  align-self: flex-start;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif; }

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  letter-spacing: -1px; }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #4b4b4b; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #4b4b4b;
  margin-bottom: 20px;
  font-weight: 600; }

p {
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  font-weight: 400; }

p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: underline; }
  p a:hover {
    color: #2b2b2b; }

span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  display: block; }

a {
  color: #808080;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #2b2b2b; }

ul {
  font-size: 0; }

ul li,
ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px; }

ul li a,
button {
  color: #808080;
  font-size: 16px;
  font-size: 1.6rem; }

i,
input,
td {
  font-size: 16px;
  font-size: 1.6rem; }

small {
  font-size: 12px;
  font-size: 1.2rem; }

textarea {
  font-family: "Arimo", "Helvetica", "Arial", sans-serif; }

html {
  min-height: 100%; }
@media only screen and (min-width:768px) {
    .wrap {
  max-width: 1020px;
  display: block;
  margin: 0 auto;
  font-size: 0;
  height: inherit;
  }

.inner-wrap {
  padding: 0.94118%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.main-wrap {
  background-color: #fff;
  }

.secondary-wrap {
  background-color: #ffffff; }

i {
  vertical-align: inherit;
  margin-right: 5px; }
  i:before {
    vertical-align: top; }

.card {
  background-color: #ffffff;
  /*box-shadow: -10px 5px 20px 5px rgba(0, 0, 0, 0.05);*/
  padding: 20px;
  margin-bottom: 30px; }

.flex-head {
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc; }

.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .nav li a {
    padding: 0 20px;
    vertical-align: text-top; }
    .nav li a i {
      color: #2b2b2b; }

.logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: top;
  text-align: center; }
  .logo .title {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    margin-bottom: .5rem;
    color: #2b2b2b;
    text-shadow: -1px 1px 0px #191919; }
.logo img{width:70%;display:block;}
.slider{width:100%;}
.img_gallery {padding:0;}
.img_gallery input {display:none;}
.gallery_container {padding:0;overflow:hidden;}
#big_holder {padding:0;overflow:hidden;}
.big_img_holder {padding:0;display:none;}
.big_img_holder img {width:100%;}
#small_holder {padding:;overflow:hidden;text-align:center;margin:0 auto;}
#small_holder label {width:60px;height:60px;display:inline-block;margin:5px;cursor:pointer;}
#small_holder label img {width:100%;height:100%;}
#img_input_1:checked ~ #big_holder > #big_img_holder_1,#img_input_2:checked ~ #big_holder > #big_img_holder_2,#img_input_3:checked ~ #big_holder > #big_img_holder_3,#img_input_4:checked ~ #big_holder > #big_img_holder_4,#img_input_5:checked ~ #big_holder > #big_img_holder_5,
#img_input_6:checked ~ #big_holder > #big_img_holder_6,#img_input_7:checked ~ #big_holder > #big_img_holder_7,#img_input_8:checked ~ #big_holder > #big_img_holder_8,#img_input_9:checked ~ #big_holder > #big_img_holder_9,#img_input_10:checked ~ #big_holder > #big_img_holder_10,#img_input_11:checked ~ #big_holder > #big_img_holder_11,#img_input_12:checked ~ #big_holder > #big_img_holder_12 {display:block;}

.desc .btn:first-of-type {
    margin-right: 0% !important;
}
.nm_icon_link{width:100%;height:auto;overflow:hidden;
	margin-top:10px;text-align:center;}
.nm_icon_link img{width:50%;}
}

@media only screen and (max-width: 767px) {
	.wrap {
  max-width: 1020px;
  display: block;
  margin: 0 auto;
  font-size: 0;
  height: inherit;
  }

.inner-wrap {
  padding: 0.94118%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.main-wrap {
  background-color: #fff;
  }

.secondary-wrap {
  background-color: #ffffff; }

i {
  vertical-align: inherit;
  margin-right: 5px; }
  i:before {
    vertical-align: top; }

.card {
  background-color: #ffffff;
  box-shadow: -10px 5px 20px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 30px; }

.flex-head {
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc; }

.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .nav li a {
    padding: 0 20px;
    vertical-align: text-top; }
    .nav li a i {
      color: #2b2b2b; }

.logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: top;
  text-align: center; }
  .logo .title {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    margin-bottom: .5rem;
    color: #2b2b2b;
    text-shadow: -1px 1px 0px #191919; }
.logo img{width:70%;display:block;margin:0 auto;}
.slider{width:100%;}
.img_gallery {padding:0;}
.img_gallery input {display:none;}
.gallery_container {padding:0;overflow:hidden;}
#big_holder {padding:0;overflow:hidden;}
.big_img_holder {padding:0;display:none;}
.big_img_holder img {width:100%;}
#small_holder {padding:;overflow:hidden;text-align:center;margin:0 auto;}
#small_holder label {width:60px;height:60px;display:inline-block;margin:5px;cursor:pointer;}
#small_holder label img {width:100%;height:100%;}
#img_input_1:checked ~ #big_holder > #big_img_holder_1,#img_input_2:checked ~ #big_holder > #big_img_holder_2,#img_input_3:checked ~ #big_holder > #big_img_holder_3,#img_input_4:checked ~ #big_holder > #big_img_holder_4,#img_input_5:checked ~ #big_holder > #big_img_holder_5,
#img_input_6:checked ~ #big_holder > #big_img_holder_6,#img_input_7:checked ~ #big_holder > #big_img_holder_7,#img_input_8:checked ~ #big_holder > #big_img_holder_8,#img_input_9:checked ~ #big_holder > #big_img_holder_9,#img_input_10:checked ~ #big_holder > #big_img_holder_10,#img_input_11:checked ~ #big_holder > #big_img_holder_11,#img_input_12:checked ~ #big_holder > #big_img_holder_12 {display:block;}

.desc .btn:first-of-type {
    margin-right: 0% !important;
}
.nm_icon_link{width:100%;height:auto;overflow:hidden;
	margin-top:10px;text-align:center;}
.nm_icon_link img{width:50%;}	
}

@media only screen and (max-width: 767px) {
  .flex-head {
    flex-wrap: wrap;
    border: 0;
    padding:  0; }

  .logo {
        /* margin: auto auto 20px; */
    /* border-bottom: 1px solid #dcdcdc; */
    width: 100%;
    /* padding-bottom: 20px; */
    padding: 10px;
    text-align: center !important; }

  .nav {
    margin: auto;
    flex-wrap: wrap;
    text-align: center;
    width: 100%; }
    .nav li {
      background: #2b2b2b;
      display: block;
      width: 100%;
      border-top: 1px solid #3d3d3d;
      border-bottom: 1px solid #191919; }
      .nav li a {
        color: #ffffff;
        padding: 10px; }
        .nav li a i {
          color: #ffffff; } }
.flex-main {
  flex-wrap: wrap; }

.prod-img-cont {
  width: 40%;
    vertical-align: top;
    margin-left: 10%; 
  vertical-align: top; }
  .prod-img-cont > img {
    box-shadow: -10px 5px 20px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-top: 0 !important; }

.prod-desc-cont {
        width: 40%;
    padding-left: 30px;
}

.desc span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-weight: 600; }
.desc div {
  display: block;
  vertical-align: top;
  margin-bottom: 20px; }
.desc .price {
  font-size: 40px;
  font-size: 4rem;
  color: #2b2b2b;
  line-height: 0.8;
  padding-left: 20px; }
.desc .btn {
  width: 48%;
  padding: 10px;
  background-color: #ee8e12;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  text-align: center; }
  .desc .btn:first-of-type {
    margin-right: 4%; }
  .desc .btn:hover {
    background-color: #171717; }

.sellers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  width: 100%; }
  .sellers .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 32%;
    margin: 0;
    margin-right: 2%;border: 1px solid; }
    .sellers .card:last-of-type {
      margin-right: 0; }
  .sellers i {
    font-size: 39px;
    font-size: 3.9rem;
    margin-right: 20px;
    color: #4b4b4b;
    color: #2b2b2b; }
  .sellers h3 {
    margin-bottom: 10px; }
  .sellers p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-height: 56px; }

.features ul {
  padding-left: 20px; }
  .features ul li {
    list-style: disc; }

@media only screen and (max-width: 767px) {
  .prod-img-cont,
  .prod-desc-cont {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0; }

  .prod-img-cont {
    margin-bottom: 20px; }

  .desc .btn {
    width: 100%; }
    .desc .btn:first-of-type {
      margin-bottom: 10px;
      margin-right: 0; }

  .sellers {
    flex-wrap: wrap;
    text-align: center; }
    .sellers .card {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      justify-content: left; }
    .sellers p {
      min-height: auto; } }
.tabs {
  float: none;
  list-style: none;
  padding-top: 0;
  flex-wrap: wrap; 
  border-top:1px solid #ee8e12;}
  .tabs:after {
    content: '';
    display: table;
    clear: both; }
  .tabs input[type=radio] {
    display: none; }
  .tabs label {
    display: block;
    float: left;
    width: 31%;
	margin-right:2px;
    color: #808080;
    font-size: 30px;
    font-size: 2rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: super;
    padding: 10px; }
    .tabs label span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: text-top;
      color: #808080;
      line-height: 2.5; }
    .tabs label i {
      padding: 5px;
      vertical-align: bottom; }
    .tabs label:hover, .tabs label:hover span {
      color: #c9c9c9;background-color: #ee8e12; }
  .tabs h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem; }

.tab-content {
  display: none;
  width: 100%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff; }
  .tab-content p {
    margin-bottom: 20px; }
  .tab-content a {
    color: #2b2b2b; }
  .tab-content ul {
    list-style-type: disc;
    padding-left: 20px; }

.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out; }

@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    transform: scale(1.01);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.tabs [id^="tab"]:checked + label {
  background-color: #ee8e12;
  color: #ffffff; }
  .tabs [id^="tab"]:checked + label:hover, .tabs [id^="tab"]:checked + label:hover span {
    color: #ffffff; }
  .tabs [id^="tab"]:checked + label span {
    color: #ffffff; }

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block; }

@media only screen and (max-width: 767px) {
  .tabbers {
    display: none !important; }

  .tab-content {
    display: block; } }
footer {
  background: :; }
  footer .footer {
    flex-wrap: wrap;
    text-align: center; }
  footer ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    footer ul a {
	display:block;
	text-align:left;
      padding: 0 20px;
      vertical-align: text-bottom;
      color: #999; }
      footer ul a:hover {
        color: #171717; }
		footer ul a span{margin-right:20px;}
  footer .footer-nav {
    border-bottom: 1px solid #ee8e12;;
    padding-bottom: 2.94118%; }
  footer .contact li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    footer .contact li span {
      color: #c9c9c9;
      padding: 0 20px; }
  footer .copyright {
    width: 100%;
	color:#ee8e12;
	}
    footer .copyright a {
      color: #c9c9c9;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      footer .copyright a img {
        vertical-align: middle; }

@media only screen and (max-width: 767px) {
  footer ul {
    flex-wrap: wrap;
    text-align: center; }
    footer ul li {
      width: 100%;
      margin-bottom: 10px; }
      footer ul li:last-of-type {
        margin-bottom: 0; }

  footer .contact li {
    justify-content: space-between; }

.slider{width:100%;}
.img_gallery {padding:0;}
.img_gallery input {display:none;}
.gallery_container {padding:0;overflow:hidden;}
#big_holder {padding:0;overflow:hidden;}
.big_img_holder {padding:0;display:none;}
.big_img_holder img {width:100%;}
#small_holder {padding:;overflow:hidden;text-align:center;margin:0 auto;}
#small_holder label {width:60px;height:60px;display:inline-block;margin:5px;cursor:pointer;border: 1px solid #999;
}
#small_holder label img {width:100%;height:100%;}
#img_input_1:checked ~ #big_holder > #big_img_holder_1,#img_input_2:checked ~ #big_holder > #big_img_holder_2,#img_input_3:checked ~ #big_holder > #big_img_holder_3,#img_input_4:checked ~ #big_holder > #big_img_holder_4,#img_input_5:checked ~ #big_holder > #big_img_holder_5,
#img_input_6:checked ~ #big_holder > #big_img_holder_6,#img_input_7:checked ~ #big_holder > #big_img_holder_7,#img_input_8:checked ~ #big_holder > #big_img_holder_8,#img_input_9:checked ~ #big_holder > #big_img_holder_9,#img_input_10:checked ~ #big_holder > #big_img_holder_10,#img_input_11:checked ~ #big_holder > #big_img_holder_11,#img_input_12:checked ~ #big_holder > #big_img_holder_12 {display:block;}	
	}
@media only screen and (min-width: 768px){
.back-bg{width:100%;height:auto;}
.mobile-back-bg{display:none;width:100%;height:auto;}
.bg-nav{width:100%;height:auto;text-align:center;color:#fff;}
ul.bg-nav li{float:left;width:20%;}
ul.bg-nav li a{text-decoration:none;color:#fff;vertical-align: text-top;}
.product-main-section{width:100%;}
.top-title{text-align:center;}
.main-img{width:100%;}
.main-img img{width:100%;}
.product-sku{text-align:right;}
.title-desc{width:80%;margin:0 auto;}
.main-product-title{text-align:}
.main-product-button{background-color:#ee8e12;padding:5px 10%;text-decoration:none;color:#fff;}
.posters-mid{width:100%;}
.posters-mid img{width:33.33%;}
}
@media only screen and (max-width: 767px){
.back-bg{width:100%;height:auto;}
.bg-nav{width:100%;height:auto;text-align:center;color:#fff;}
 ul.bg-nav li{float:left;width:100%;vertical-align: text-top;padding:0 20px;}
 ul.bg-nav li a{display:block;vertical-align: text-top;color:#fff;}
.product-main-section{width:100%;}
.top-title{text-align:center;}
.main-img{width:100%;}
.main-img img{width:100%;}
.product-sku{text-align:right;}
.title-desc{width:80%;margin:0 auto;}
.main-product-title{text-align:}
.main-product-button{background-color:#ee8e12;padding:5px 10%;text-decoration:none;color:#fff;}
.posters-mid{width:100%;}
.posters-mid img{width:80%;margin:0 auto;display:block;}
.mob-hide{display:none !important;}
}
.green{
	background-color:#0CC200;
}
.purple{background-color:#C200A7;}
.blue{background-color:#00C2A5;}
.orange{background-color:#ee8e12;}
.violet{background-color:#9542E7;}


/*# sourceMappingURL=main.css.map */
.style1 {color: #000000}