body{
    background:  url('../images/background6_copy.jpg') no-repeat fixed center;background-size: cover;
}
@font-face{
    /*font-family: Fluent_SitkaSmall-Bold;*/
/*src: url('../font/Fluent_SitkaSmall-Bold.ttf');*/

}
@font-face{
   font-family: Zenyth_Script_Demo;
src: url('../font/Zenyth_Script_Demo.ttf'); 
}
@font-face{
   font-family: Noble-Notes;
src: url('../font/Noble Notes.ttf'); 
}
@font-face{
   font-family: Nickainley-Normal;
src: url('../font/Nickainley-Normal.otf'); 
}

 @media only screen and (min-width: 300px)  {

   body { font-size: 0.8em; }
   h1{
       font-size: 1.5em;
       font-weight: bold;
   }
  
}

@media only screen and (min-width: 720px) {

   body { font-size: 1em; }
   h1{
       font-size: 1.5em;
       font-weight: bold;
   }
   

}

@media only screen and (max-width: 320px) and (min-width: 600px) {

   body { font-size: 0.8em; }
   h1{
       font-size: 1.5em;
       font-weight: bold;
   }
   

}
@media only screen and (min-width: 1171px) and (max-width: 1300px) {

   body { font-size: 0.8em; }
   h1{
       font-size: 2.2em;
       font-weight: bold;
   }

}
@media only screen and (min-width: 1366px) {

   body { font-size: 1em; }
   h1{
       font-size: 2.5em;
       font-weight: bold;
   }

}
.section03_div{
    height: 350px;
}
#nav span {
display: none;
}
#nav, #nav ul {
list-style: none outside none;
margin: 0;
padding: 0;
}
#nav {
background-color: #F5F5F5;
border-bottom: 5px solid #9c27b0;
float: left;
position: relative;
width: 100%;
/*outline: 10px ridge #00ffff;*/

}
#nav ul.subs {
background-color: #FFFFFF;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
color: #333333;
display: none;
left: 0;
padding: 2%;
position: absolute;
top: 54px;
width: 100%;
z-index: 20;
}

#nav > li {
border-bottom: 5px solid transparent;
float: left;
margin-bottom: -5px;
text-align: left;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
#nav li a {
display: block;
text-decoration: none;
-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
white-space: normal;
}

#nav > li > a {
    
color: #333333;
display: block;
font-family: Fluent_SitkaSmall-Bold;
src: url('font/Fluent_SitkaSmall-Bold.ttf');
font-family: Zenyth_Script_Demo;
src: url('font/Zenyth_Script_Demo.ttf');
/*font-family: cursive;*/
font-size: 1em;
line-height: 49px;
padding: 0 15px;
text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
background-color: #F55856;
color: #FFFFFF;
}

#nav li.active > a {
background-color: #9c27b0;
color: #FFFFFF;
}

/* submenu */
#nav li:hover ul.subs {
display: block;
}
#nav ul.subs > li {
display: inline-block;
float: none;
padding: 10px 1%;
vertical-align: top;
width: 13%;
}
#nav ul.subs > li a {
font-family: Fluent_SitkaSmall-Bold;
src: url('font/Fluent_SitkaSmall-Bold.ttf');
color: #777777;
line-height: 20px;
}

#nav ul li a:hover {
color: #F55856;
}

#nav ul.subs > li > a {
font-size: 1em;
font-weight: bold;

margin-bottom: 10px;
text-transform: uppercase;
}
#nav ul.subs > li li {
float: none;
padding-left: 8px;
border-bottom: 5px solid transparent;
-moz-transition: padding 150ms ease-out 0s;
-ms-transition: padding 150ms ease-out 0s;
-o-transition: padding 150ms ease-out 0s;
-webkit-transition: padding 150ms ease-out 0s;
transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li>a:hover {
    
    
background-color: red;
padding-left: 15px;
color: #FFFFFF;
}

/* responsive rules */
@media all and (max-width : 1028px) {
#nav > li {
float: none;
border-bottom: 0;
margin-bottom: 0;
}
#nav ul.subs {
position: relative;
top: 0;
}
#nav li:hover ul.subs {
display: none;
}
#nav li #s1:target + ul.subs,
#nav li #s2:target + ul.subs, 
#nav li #s3:target + ul.subs,
#nav li #s4:target + ul.subs,
#nav li #s5:target + ul.subs,
#nav li #s6:target + ul.subs{
display: block;
}
#nav ul.subs > li {
display: block;
width: auto;
}
}

.fa {
  padding: 5px;
  font-size: 18px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
.fa-home{
   /* background: #ff6600;
  color: white;*/
}


#container2 {
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  cursor: pointer;
  /*margin-top:150px;*/
}

#imgs2 {
  display: block;
  padding: 0;
  width: 1200%;
}

#imgs2 li {
  padding-right: 10px;
  display: inline-block;
 display:inline;
}

#imgs2 img {
  width: 340px;
  height: 295px;
}

#container3 {
  overflow: hidden;
  width: 100%;
  /*height: 230px;*/
  margin: 0 auto;
  cursor: pointer;
  /*margin-top:150px;*/
}

#imgs3 {
  display: block;
  padding: 0;
  width: 200%;
}

#imgs3 li{
  padding-right: 10px;
  display: inline-block;
 display:inline;
}

#imgs3 iframe {
  width: 160px;
  height: 120px;
}

.title {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: salmon;
  font-weight: bold;
  text-align: center;
  background: #ddd;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
        -webkit-transition: width 2s; /* Safari */
    transition: width 2s;

}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
    
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}



/* =======================
  Product Page Stylesheet
   ===================== */

/*common styles*/

/*.width100per {
    width: 100%;
}
body {
    font-family: Verdana, 'Lucida Grande';
    font-size: 13px;
}
a {
    text-decoration: none;
    color:#333;
}
#productWrapper {
    width: 98%;
    margin: 0 auto;
}*/
/* ======================= 
    Product Dropdown Menu 
   ===================== */

#navigation {
    background-color: #111;
}
#product-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1;
}
#products {
    font-family: Verdana;
    /*    position: fixed;    */
    /*    top: 53px;*/
    width: 100%;
    height: 33px;
    background: #fdfdfd;
    font-size: 0;
    border-bottom: 1px solid #dcdcdd;
    /*    border-top: 1px solid #dcdcdd;*/
    text-shadow: #dcdcdd 1px 1px 0;
    z-index: 1;
}
#products > ul {
    position: relative;
    list-style: none;
    width: 1000px;
    height: 33px;
    margin: 0 auto;
    padding: 0;
    white-space: normal;
    font-size: 0;
}
#products > ul > li,
#products > ul > li {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    white-space: nowrap;
    font-size: 12px;
}
#products > ul > li > a {
    display: block;
    z-index: 2;
    text-decoration: none;
    padding: 0 8px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 12px;
    color: #777;
    height: 33px;
    line-height: 35px;
    text-shadow: none;
    overflow: hidden;
    background: #fdfdfd;
    position: relative;
}
#products > ul > li:hover > a {
    background: url("../Images/product/resource/link-hover.png") repeat-x right 50% transparent;
    color: #494949;
    border-color: #dcdcdd;
    height: 34px;
}
.product-category {
    display: none;
    position: absolute;
    z-index: 1;
    top: 33px;
    background-color: #fff;
    min-height: 40px;
    border: 1px solid #dcdcdd;
    left: 0;
    width: 966px;
    padding: 12px 0;
}
#products > ul > li:hover .product-category {
    display: block;
}
.product-sub-category {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 146px;
    height: 120px;
    border-right: 1px solid #e8e8e8;
    padding: 0 0 30px 14px;
}
.product-sub-category h4 {
    line-height: 20px;
    color: #353535;
    font-weight: bold;
}
.product-sub-category a {
    text-shadow: none;
    font-size: 11px;
    color: #777;
    display: block;
    line-height: 25px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-sub-category a.viewall {
    position: absolute;
    bottom: 0;
    left: 14px;
    width: auto;
    padding: 0 16px 0 0;
    color: #70ac2a;
    background: url(../Images/product/resource/cat_all_icon.png) no-repeat right 7px;
}
.product-sub-category a:hover {
    color: #75890c;
}
.product-sub-category-image {
    overflow: hidden;
}
.categories-more {
    position: relative;
    z-index: 3;
    cursor: default;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    white-space: nowrap;
    font-size: 12px;
    width: 150px;
}
.categories-more-list {
    display: none;
    position: absolute;
    z-index: 1;
    top: 33px;
    right: 0;
    background-color: #fff;
    min-height: 40px;
    min-width: 100%;
    border: 1px solid #dcdcdd;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
}
.categories-more-list a {
    display: block;
    border-bottom: 1px solid #EFEFEF;
    color: #8D8D8D;
    text-shadow: none;
    text-decoration: none;
    padding: 0 11px;
}
.categories-more-list a:hover {
    background-color: #f9f9f9;
    color: #494949;
}
.categories-more:hover .categories-more-list {
    display: block;
}
/* ======================= 
    Product Page Sidebar 
   ===================== */

.sidebar h2 {
    border-left: 3px solid #75890c;
    padding: 0 15px;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: normal;
}
.sidebar-block {
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 10px;
}
.sidebar-block h3 {
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 8px 15px;
}
.sidebar-links,
.sidebar-links table {
    width: 100%;
    margin: 0;
    display: block;
}
.sidebar-links table tbody,
.sidebar-links table tbody tr,
.sidebar-links table tbody tr td {
    display: block;
}
.sidebar-links > li,
.sidebar-links > table tr {
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar-links li a,
.sidebar-links tr a {} .sidebar-links li a.active:hover,
.sidebar-links tr a.active:hover {} .sidebar-links li a:hover,
.sidebar-links tr a:hover {
    background-color: #e4e4e4 !important;
}
.sidebar-links li a.active,
.sidebar-links tr a.active {
    border-left: 4px solid green;
    background-color: #e4e4e4 !important;
}
/* produtc gallery */

.product-gallery {
   /* text-align: center;*/
}
.product-gallery li,
.product-gallery > div {
    display: inline-block;
   /* margin: 10px 5px 0 5px;
    vertical-align: top;*/
   width: 340px;
  height: 295px;
    overflow: hidden;
}
/* Product popup */

.popup-overlay {
    background-color: rgba(68, 68, 68, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index:2;
}
.product-gallery-popup .product-popup-content {
    position: absolute;
    width: 980px;
    height: 580px;
    top: 50%;
    left: 50%;
    margin-left: -490px;
    margin-top: -290px;
    background-color: #fff;
    overflow: hidden;
}
.product-information,
.product-image {
    float: left;
}
.product-information {
    width: 28%;
    margin: 4% 1%;
}
.product-image {
    width: 70%;
    height: 580px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product-image img {
    /*    width:100%;*/
    max-height: 100%;
    
}
.cross {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gallery-nav-btns
{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 40px;
    margin-top: -25px;
}
.gallery-nav-btns a
{
    display: block;
    position: absolute;
    width: 35px;
    height:80px;
    text-align: center;
    right: 0;
    background-image:url('../Images/slim-arrow-sprite.png');
    background-repeat:no-repeat;
    opacity:0.8;
    cursor:pointer;
}
.gallery-nav-btns a:hover
{
    opacity:1;
}

.nav-btn.prev {
   left:0;
    background-position:0px 0px;
   
}
.nav-btn.next{
   right:0;
    background-position:-35px 0px;
}
/* ======================= 
    Product User Profile
   ===================== */

#productMasterSidebar {
    position: relative;
}
.user-profile-master-button
{
    float:left;
    display:inline-block;    
/*
    padding:0 8px 0;*/
    background:url('img/master-btn.jpg') repeat-x;

    color:#999;
    font-weight:bold;
    font-size:13px;
    position:relative;
/*
    border:1px solid #DFDFDF;
    margin:0 5px 0 0 ;
*/
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border: 1px solid #ddd;
}
.user-profile-master-button:hover
{
    border-color:#cacaca;
    background:#F8F8F8;
}
.user-profile-master-button > span {
    display:block;
    position:absolute;
    top:6px;
    left:9px;
    width:32px;
    height:32px;
    background-repeat:no-repeat;
    background-position:center;
}
.user-profile-master-button:active {
	top:1px;
	background-image: linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
	background-image: -o-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(117,137,12)),
	color-stop(1, rgb(160,180,40))

	);
	color:#fff;
}
.user-profile-panel {
    margin-bottom: 10px;
    border: 0px solid #75890c;
    border-radius: 0px;
}
.DP_panel {
    padding: 0;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
}
.DP_panel {
    padding: 0;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
}
.user-profile-panel ul.sidebar-links li a {
    color: #75890c;
    text-decoration: none;
    line-height: 25px;
}
.DP_panel .user-control {
    float: left;
}
.DP_panel .user-control {
    margin: 0 auto;
    width: 187px;
    float: none;
}
.DP_panel .button-panel .user-profile-master-button {
    float: none;
    margin: 5px 1px 0 0px;
    padding: 6px;
}
.DP_panel .button-panel .statistics-container,
.DP_panel .button-panel .quick-view {
    position: relative;
     z-index: 11;
}
.statistics-container:hover .stat-box,
.quick-view:hover .quick-view-box {
    display: block;
    width: auto;
    z-index: 1000000;
}
.DP_panel .button-panel .statistics-container,
.DP_panel .button-panel .quick-view {
    float: left;
    margin-bottom: -1px;
}
.DP_panel .button-panel .statistics-container > a {
    margin-right: 4px;
}
.DP_panel .button-panel .change-dp {
    float: right;
}
.stat-n-view {
    margin-top: 0px;
    position: relative;
    z-index: 10;
}
.DP_panel .DP {
    width: auto;
    max-height: 350px;
    height: auto;
    margin: 0;
    padding: 10px;
   
    overflow: hidden;
    text-align: center;
    position: relative;
    
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-radius: 4px;
}
.DP_panel .DP > img {
    /*    height:100%;*/
    width: 100%;
    height: auto;
}
.DP_panel .DP .change_dp_btn {
    position: absolute;
    bottom: -30px;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    padding: 5px;
    transition: bottom 500ms;
}
.DP_panel .DP:hover .change_dp_btn {
    bottom: 0px;
    -webkit-transition: bottom 500ms;
    -moz-transition: bottom 500ms;
    -ms-transition: bottom 500ms;
    -o-transition: bottom 500ms;
}

.user-profile-panel {
    margin-bottom: 10px;
    border: 0px solid #75890c;
    border-radius: 0px;
}
.stat-btn {
    position: relative;
}
.stat-box,
.quick-view-box {
    display: none;  
    position: absolute;
    z-index: 999;    
    background-color: #fff;    
    position: relative;
    border: 1px solid #ddd;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.UC-stat h3 {
    width: 76%;
}


.statistics-container > a.user-profile-master-button.active,
.quick-view > a.user-profile-master-button.active {
    margin: 5px 1px 0 0;
    padding: 6px 6px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #fff;
    background: #fff;
}
.statistics-container > a.user-profile-master-button.active {
    margin: 5px 4px 0 0;
}


.UC-tags,
.UC-tags .UC-stat + .UC-stat,
.UC-tags .UC-view + .UC-view {
    width: auto;
}
.UC-tags
{
    height:auto;
    width:auto;
    padding:5px !important;
}

.UC-stat > span,
.UC-view > span
{
    width:38px;
}
.UC-tags .UC-stat + .UC-stat,
.UC-tags .UC-view + .UC-view
{
    width:100%;
    margin-top:5px;
}
.UC-stat h3,
.UC-view b
{
    width: 76%;
    padding:0 0 0 5px;
    position:relative;
    margin:0;
    font-family: Verdana, 'Lucida Grande';
   
}

.UC-view b,
.UC-stat b
{
    width: 86%;
    position: relative;
    overflow: hidden;
}
.UC-stat b i
{
    height: 25px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 9;
    left: 0;
}
.UC-stat b a
{
    z-index: 10;
    position: relative;
}
.UC-stat h3
{
    height:24px;
}

.UC-stat b > a
{
    position: absolute;
    height: 100%;
    z-index: 10;
    text-shadow: none;
    
}
.UC-stat b > a:hover
{
    text-shadow: 1px 1px 1px #fff;
    text-shadow:#fff;
    
}
.UC-stat b > i
{
    position: absolute;
    height: 100%;
    opacity: 0.7;    
    display: block;
    top: 0;
    left: 0;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
}
.arrow-left-Discussions {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 80px;
}
.stat {
    position: relative;
    margin-top: 0px;
    margin-bottom: 1px;
    background: #d9d9d9;
    height: 23px;
    width: 100%;
}
.stat > span {
    display: block;
    height: 100%;
    overflow: hidden;
    color: #000;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -ms-transition: width 500ms;
    -o-transition: width 500ms;
}
.stat > span > span {
    display: block;
    padding: 2px 0 2px 10px;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
}
.stat > span > span.stat-name {
    left: 0px;
    width: 100%;
    color: #333;
}
.stat > span > span.stat-name a:hover {
    color: #fff;
}
.stat > span > span.stat-amt {
    right: 12px;
    color: #888;
}
.tags button,
.tags b,
.tags a,
.tags span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tags button,
.tags b,
.UC-view b,
.UC-stat h3{    
    display: block;
    float: left;
/*    width: 100px;   */
    height: 26px;
    line-height:23px;
    text-align: left; 
    font-size: 12px;
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px white;
    background: #fafafa;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #dadada #d2d2d2 #c5c5c5;
    border-radius: 3px 0 0 3px;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);    
    padding: 0 0px 0 5px;
}

.tags span {    
    text-align:center;
    z-index: 2;
    overflow: hidden;
    width: 30px;
    height: auto;
    float: left;
    line-height: 20px;
    padding: 3px 7px;
    margin: 0;
    color: white;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border: 0px;
    border-radius: 0 2px 2px 0;
    opacity: .95;
    background: #65bb34;
    border-color: #549b2b #4f9329 #4b8b27;
    background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: padding, max-width;
    -moz-transition-property: padding, max-width;
    -o-transition-property: padding, max-width;
    transition-property: padding, max-width;
    width: 25px;
    padding: 3px 0px;
}

.tags .click-to-view-likes,
.tags span i {
    font-family: 'FontAwesome';
    font-size: 17px;
}

/* ======================= 
    Product Add Useer Product
   ===================== */
.form
{
    margin:10px 0;
}
.form-fields
{
    float:left;
    width:58%;
}
.form-fields input[type='text'],
.form-fields input[type='password'],
.form-fields textarea
{
    width:95%;
}
.form-fields h3
{
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.error-msg
{
    color:#f00;
}
.form-row
{
    display: table;
    width:100%;
    margin: 10px 0;
}
.form-row > span
{
    width:45%;
    display:table-cell;
    vertical-align:top;
}
.form-row span.colon
{
    float: right;
    margin-right: 20px;
}
.dropdown-wrapper > div
{
    position:relative;
}
.image-preview
{
    float:right;
    width:40%;
}
.image-preview img
{
    width:100%;
}
.image-preview p
{
    text-align:center;
}
.form-btns
{
    margin:15px 0;
}
/* ======================= 
    Product Responsive
   ===================== */

#productContainer { 
    width: 340px;
  height: 295px;
   /* margin-left: 1%;
    min-height: 500px;*/
    font-size: 13px;
    line-height: normal;
    color: #333;
}
#productContainer,
#productContent,
.sidebar {
    float: left;
}
#productContent {
    width: 340px;
  height: 295px;
}
.product-productpage-container
{
     width: 340px;
  height: 295px;
}
.product-profilepage-container
{
     width: 340px;
  height: 295px;
}


/* advertise */

#ad-panel-right {
    float: right;
    width: 13%;
}
#ad-panel-right .ad {
    margin-bottom: 30px;
}
#ad-panel-right .ad img {
    width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    
    #productSidebar {
        width: 17%;
        width: -webkit-calc(13em);
        width: -moz-calc(13em);
        width: calc(13em);
    }
    #productMasterSidebar {
        width: 15%;
        width: -webkit-calc(13em);
        width: -moz-calc(13em);
        width: calc(13em);
    }
    .product-profilepage-container
    {
        width:81%;
    }
    #ad-panel-right {
        width: 14%;
        width: -webkit-calc(10em);
        width: -moz-calc(10em);
        width: calc(10em);
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1360px) {
    #productSidebar {
        width: 17%;
        width: -webkit-calc(17em);
        width: -moz-calc(17em);
        width: calc(17em);
    }
    #productMasterSidebar {
        width: 15%;
        width: -webkit-calc(15em);
        width: -moz-calc(15em);
        width: calc(15em);
    }
    #ad-panel-right {
        width: 14%;
        width: -webkit-calc(13em);
        width: -moz-calc(13em);
        width: calc(13em);
    }
}
@media only screen and (min-width: 1361px) {
    #productWrapper
    {
        width:1320px;
    }
    
}