@charset "utf-8";
/* CSS Document */
* {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
   list-style: none;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   font-family: 'Roboto', sans-serif;
}

#CentralArea > p {
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}




img {
    max-width: 100%;
}

#LeftPanel > .v4thldr {width:100%;}

.white-box {
    height: 340px;
    overflow: hidden;
}



.gallery_list {
    width: 100%;
    position: relative;
    float: left;
}
.thumbnails {
    list-style: none;
    font-size: 0;
}
.thumbnails li {
    display: inline-block;
    margin: 12px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.thumbnails li:nth-child(4n){
    margin-right: 0;
}
.thumbnails input[name="select"] {
    display: none;
}
.thumbnails .item-hugger {
    max-width: 87px;
    max-height: 80px;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
    z-index: 999;
    border: solid 1px #e2e2e2;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
}
.thumbnails .item-hugger img{
    margin: auto;
    max-width: 97%;
    max-height: 97%;
}
.thumbnails label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.thumbnails .title {
    padding: 20px 0 0;
    font-size: 18px;
    color: #555;
    transition: all 150ms linear;
}
.thumbnails .thumb-image[src=""] {
    display: none;
}
.thumbnails .content2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
    opacity: 0;
    transition: all 150ms linear;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: solid 1px #ccc;
}
.thumbnails .content2 img{
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.thumbnails input[name="select"]:checked + .item-hugger {
    border: solid 1px #999;
}
.thumbnails input[name="select"]:checked ~ .content2 {
    opacity: 1;
}



.bluerow {
    background: none repeat scroll 0 0 #2c90c3;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

h1 { margin-bottom: 20px; font-size:28px;}

h3 { margin-bottom: 20px;}
.content_tab h1 {margin-bottom: 20px;}

.template_right {margin-top:18px;}

body {
    margin: 0;
}

.leftimg {margin-bottom:18px;}

table.gallery td.camera {
    height: 150px;
    vertical-align: middle;
}

.pagecontainer > div {
    padding: 0 15px 0 10px;
}

.btncont a {
padding: 15px 50px;
text-decoration: none !important;
}

.btncont {
margin:10px 30px;
float:left;
}




.store_features .wrapper ul li img {
    height: 27px;
    margin: 10px;
}


.store_features .wrapper ul li h5 {
    font-size: 14px;
    font-weight: normal;
	margin-top:14px;
	padding-left:10px;
	float:left;
}

.store_features .wrapper .fas  {
    font-size:27px;
    margin: 10px;
}

.store_features .left {height:47px; float:left; width:47px;}

#gh-logo{
    max-width: none;
}
#gh-la{
    float: left;
}
.wrapper,
.pagecontainer > table:nth-of-type(2) tr td table:nth-child(2) {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.bg_store {
    width: 100%;
    float: left;
}
.top_bar {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    text-align: right;
    float: left;
}
.top_bar h2 {
    padding: 3px 0 3px 15px;
    background: url(../images/call-icon.png) left 2px no-repeat;
    font-size: 20px;
    display: inline-block;
}
.header {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    float: left;
}
.logo {
    width: 20%;
    float: left;
}
.header_right {
    margin-top: 20px;
    width: 80%;
    float: right;
}
.navbar {
    width: 75%;
    height: 30px;
    position: relative;
    float: left;
}
/*Strip the ul of padding and list styling*/
.navbar ul {
    position: absolute;
    z-index: 99;
}
/*Create a horizontal list with spacing*/
.navbar li {
    float: left;
}
/*Style for menu links*/
.navbar li a {
    padding: 0 20px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #171717;
    border-radius: 10px;
    text-decoration: none;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    display:block;
}
/*Hover state for top level links*/

/*Style for dropdown links*/
.navbar li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}
/*Hover state for dropdown links*/
.navbar li:hover ul a:hover {
    background: #19c589;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
.navbar li ul {
    min-width: 200px;
    display: none;
}
/*Make dropdown links vertical*/
.navbar li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.navbar li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
.navbar ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    padding: 5px 0 20px 30px;
    color: #252525;
    height: 45px;
    background: url(../images/menu-icon.png) left 9px no-repeat;
    text-align: left;
    font-size: 14px;
    display: none;
}
/*Hide checkbox*/
.navbar input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
.navbar input[type=checkbox]:checked ~ #menu{
    display: block;
}
.fullwidth_video {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    float: left;
}
.header_right table.v4stw {
	padding: 0;
    width: 25% !important;
    float: right;
}
.header_right table.v4stw > tr,
.header_right table.v4stw > td {
	width: 100%;
	display: block !important;
}
.header_right table.v4stw form table tr:nth-child(n+2) {
	display: none !important;
}
.header_right table.v4stw form table tr td:first-child {
	width: 87% !important;
}
.header_right form input[type="text"] {
    padding: 0 10px;
    width: 100%;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    float: left;
}
.header_right form input[type="submit"] {
    margin-left: 4%;
    width: 100%;
    height: 30px;
	color: transparent;
    border-radius: 10px;
    cursor: pointer;
    float: left;
}
.row_one {
    padding: 50px 0;
    width: 100%;
    text-align: center;
    float: left;
}
.row_one h2 {
    font-family: "Arial";
    font-size: 24px;
    line-height: 40px;
    color: #707070;
}
.row_one h2:after {
    margin: 20px auto;
    width: 200px;
    height: 2px;
    background: #656565;
    content: "";
    display: block;
}
.row_one p {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
}
.row_two {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    float: left;
}
.row_two h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}
.row_two h2:first-of-type:after {
    margin: 0 auto;
    width: 200px;
    height: 0px;
    background: #FFF;
    content: "";
    display: block;
}
.row_three {
    padding: 40px 0;
    width: 100%;
    border-bottom: 1px solid #dedede;
    text-align: center;
    float: left;
}
.row_three ul {
    width: 100%;
}
.row_three ul li {
    padding: 10px;
    width: 25%;
    float: left;
}
.row_three ul li a {
    padding: 15px 30px;
    height: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}
.row_three ul li a img {
    width: 100%;
}
.row_three ul li a:hover {
    background: #f2f2f2;
}
.shop_all {
    margin-top: 40px;
    padding: 15px 30px;
    font-size: 20px;
    color: #FFF !important;
    text-decoration: none !important;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}
.shop_all:hover {
    background: #797979;
}
.row_four {
    padding: 30px 0;
    width: 100%;
    background: #fafafa;
    text-align: center;
    float: left;
}
.row_four h2 {
    font-family: "Arial";
    font-size: 24px;
    line-height: 40px;
    color: #707070;
}
.row_four h2:after {
    margin: 10px auto;
    width: 200px;
    height: 2px;
    background: #656565;
    content: "";
    display: block;
}
.row_four p {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
}
.row_four a {
    margin-top: 20px;
    padding: 0 20px;
    display: inline-block;
    border: 3px solid #fafafa;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}

.row_five {
    padding: 30px 0;
    width: 100%;
    background: #efefef;
    text-align: center;
    float: left;
}
.row_five h2 {
    font-family: "Arial";
    font-size: 24px;
    line-height: 40px;
    color: #707070;
}
.row_five h2:after {
    margin: 10px auto;
    width: 200px;
    height: 2px;
    background: #656565;
    content: "";
    display: block;
}
.row_five h4 {
    padding: 30px 0;
    font-family: "Arial";
    font-size: 18px;
    color: #707070;
}
.row_five p {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
}
.row_five p b {
    font-size: 20px;
}
.footer {
    margin-top: 0px;
    padding: 30px 0 50px 0;
    width: 100%;
    background: #252525;
    float: left;
}
.footer_inner {
    padding-right: 30px;
    width: 25%;
    float: left;
	border-right:1px solid #555;
}

.footer_wide {
    border-bottom: 1px solid #555;
    float: left;
    margin-left: 33px;
    padding-bottom: 20px;
    text-align: center;
    width: 71%;
}


.footer_wide a {
    background: url("../images/div.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    text-decoration: none;
}

.footer_wide li {float:left;}

.footer_inner img {
    margin-bottom: 20px;
}
.footer_inner h2 {
    margin: 30px 0 20px 0;
    font-family: "Arial";
    font-size: 26px;
    color: #FFF;
}
.footer_inner p {
    font-size: 14px;
    color: #cccccc;
}
.footer_inner p a {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    word-break: break-all;
}
.footer_inner ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #cccccc;
    text-decoration: none;
}

.contact {
    padding-left: 15px;
    background: url(../images/call-icon.png) left -31px no-repeat;
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #FFF;
}
.footer_content {
    padding-left: 10px;
    min-height: 180px;
    border-left: 2px solid #6d6d6d;
}
.social_media {
    width: 100%;
    background: #252525;
    text-align: center;
    float: left;
}
.social_media .wrapper {
    padding: 30px 0;
    position: relative;
}
.social_media .wrapper:before {
    width: 100%;
    height: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252525+0,555555+50,252525+100 */
    background: rgb(37,37,37); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(37,37,37,1) 0%, rgba(85,85,85,1) 50%, rgba(37,37,37,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(37,37,37,1) 0%,rgba(85,85,85,1) 50%,rgba(37,37,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(37,37,37,1) 0%,rgba(85,85,85,1) 50%,rgba(37,37,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#252525',GradientType=1 ); /* IE6-9 */
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.social_media a {
    width: 30px;
    height: 18px;
    display: inline-block;
    text-indent: 999px;
    overflow: hidden;
    opacity: 0.5;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}
.social_media a:hover {
    opacity: 1;
}
.social_media a[title="twitter"] {
    background: url(../images/social-icon.png) 8px center no-repeat;
}
.social_media a[title="facebook"] {
    background: url(../images/social-icon.png) -28px center no-repeat;
}
.social_media a[title="google+"] {
    background: url(../images/social-icon.png) -62px center no-repeat;
}
.social_media a[title="instagram"] {
    background: url(../images/social-icon.png) -96px center no-repeat;
}
.social_media a[title="tumbler"] {
    background: url(../images/social-icon.png) -130px center no-repeat;
}
.store_features {
    padding: 25px 0 0 0;
    width: 100%;
    float: left;
}
.store_features ul {
    width: 100%;
}
.store_features ul li {
 
    width: 25%;
    border-right: 5px solid #FFF;
    font-size: 14px;
    color: #FFF;
    float: left;
	height:47px;
}

.grid_content {
    width: 100%;
    float: left;
}
.store_left {
    width: 100%;
    float: left;
}
.store_left h2 {
    padding: 0 15px;
    background: url(../images/title-design.png) right top no-repeat #eeeeee;
    border: 1px solid #e3e3e3;
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
}
.store_left ul {
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
}
.store_left ul li a {
    padding: 8px 15px 8px 35px;
    background: url(../images/bullet.png) 15px center no-repeat;
    display: block;
    font-size: 16px;
    color: #565656;
    text-decoration: none;
}
.store_left ul li a:hover {
    background: url(../images/bullet.png) 15px center no-repeat #FFF;

}
.store_left_inner {
    padding: 10px 15px;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
}
.store_left_inner h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
.get_in_touch {
    margin-bottom: 15px;
    background-image: url(../images/lady.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.get_in_touch div {
    padding: 0 0 10px 70px;
}
.get_in_touch p {
    text-align: right;
    font-size: 12px;
    color: #565656;
}
.get_in_touch p a {
    margin: 15px 0 30px 0;
    padding: 3px 5px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}
.store_right {
    width: 100%;
    border: 1px solid #efefef;
    float: right;
}
.store_right h2 {
    padding: 8px 15px;
    color: #3f3f40;
    border-bottom: 1px solid #efefef;
}
.store_right_inner {
    padding: 10px 15px;
}
.store_right_inner h3 {
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
}
.store_right_inner p,
.store_right_inner ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #878787;
}
.store_right_inner ul li {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}
.template_left,
.template_right {
    padding: 15px;
    width: 50%;
    text-align: center;
    float: left;
}
.template_left {
    margin-top: 25px;
}
.template_right h2 {
    padding: 25px 0 10px 0;
    text-align: left;
    font-family: "Arial";
    font-weight: normal;
    font-size: 30px;
    color: #2d2d2d;
    word-break: break-all;
}
.top_btn_list {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.top_btn_list li {
    display: inline-block;
    float: left;
    margin-right: 1px;
    width: 100%;
}
.top_btn_list li label {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    width: 120px;
    cursor: pointer;
}
.top_btn_list li:nth-child(1) label {
    left: 0px;
}
.top_btn_list li:nth-child(2) label {
    left: 122px;
}
.top_btn_list li:nth-child(3) label {
    left: 244px;
}
.label_btn:hover {
    color: #808080;
    background: #fff;
    border: solid 1px #e1e1e1;
    border-bottom: solid 1px #fff;
}
.top_btn_list li:last-child {
    margin-right: 0;
}
.top_label_btn {
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    background: #0e0e0e;
}
.radio_btn {
    display: none;
}
.label_btn {
    float: left;
    background: #FFF;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #808080;
    text-transform: uppercase;
}
.content_tab {
    width: 100%;
    float: left;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    padding: 15px 0;
    display: none;
    margin-top: 41px;
    text-align: left;
}
.radio_btn:checked + .label_btn {
    color: #808080;
    background: #fff;
    border: solid 1px #e1e1e1;
    border-bottom: solid 1px #fff;
}
#rad1:checked ~ #cont1,
#rad2:checked ~ #cont2,
#rad3:checked ~ #cont3,
#rad4:checked ~ #cont4,
#rad5:checked ~ #cont5,
#rad6:checked ~ #cont6 {
    display: block;
}
.content_tab {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #444444;
}

.content_tab p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #444444;
}


.content_tab ul {
    padding-left: 15px;
	margin-bottom:15px;
	float:left; 
}
.content_tab ul li {
    padding: 3px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #444444;
    list-style-type: disc;
    list-style-position: outside;
    display: list-item;
}
/*******************LCAT CSS*******************/
table.v4acpcont {
    margin-bottom: 0;
}
table.v4acp tr.v4acp_head td.v4accent,
table.v4acp tr.v4acp_head td.v4hspacer,
.lcat .ttl {
    display: none;
}
table.v4acp tr.v4acp_head td.v4title {
    padding: 0;
    background: url(../images/title-design.png) right top no-repeat #eeeeee;
    border: 1px solid #e3e3e3;
}
table.v4midBox {
    margin-bottom: 15px;
    border: none;
}
table.v4midBox tr.v4acp_mid td.v4mid {
    padding: 0;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
}
.v4title h2,
.v4title font {
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: block;
}
.v4title h2 {
    padding: 0;
}
div.lcat {
    width: 240px;
}
.lcat .lev1 li,
.s_recat li {
    margin: 0;
    list-style: none;
}
.lcat .link {
    padding: 0;
}
.lcat .link br {
    display: none;
}
.lcat .lev1 li a,
.lcat .lev1 li span,
table.v4clp td ul li a,
table.v4clp td ul li span,
.lcat .link a,
.s_recat li a {
    padding: 8px 15px 8px 35px;
    font-size: 16px;
    color: #565656;
    font-weight: normal;
    text-decoration: none;
    display: block;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    background: content: "\f101";
}
.lcat .link a {
    font-size: 14px;
}
.lcat .lev1 li span,
table.v4clp td ul li span {
    background: url(../images/bullet.png) 15px center no-repeat #FFF;
}
.lcat .lev1 li a:hover,
table.v4clp td ul li a:hover,
.lcat .link a:hover,
.s_recat li a:hover {
    background: url(../images/bullet.png) 15px center no-repeat #FFF;
}
.lcat .lev1 li span.cnt,
.s_recat li span {
    display: none;
}
.lcat .all_cats{
    display: none !important;
}
table.v4clp td ul {
    margin: 0;
}
table.v4clp td.oc,
table.v4clp li {
    padding-top: 0;
}
/*******************GRID CSS*********************/
td#CentralArea div.v4stabl {
    color: #525252;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}
div.fpcc {
    padding: 5px 10px;
}
.rs_box {
    border: none;
}
.ctrlbr {
    padding: 8px 10px;
    border-bottom: 1px solid #FFF;
}
td#CentralArea div.v4stabl a, .fpcc .countClass {
  
}

span.cur img {
    display: none;
}
span.cur {
    padding-right: 15px;
    background: url(../images/down-arrow.png) right 7px no-repeat;
}
span.pdmt .label,
span.pdmt .cur {
    color: #FFF;
}
.fpcc span.keywordClass {
    background: none;
}
.cmpBr {
    border-width: 0;
    background: #dedede;
    height: 30px;
    color: #969696;
}

td#CentralArea div.dynpg {
    border: none;
}
table.pgbc {
    background: #e6e6e6;
    color: #616161;
}

.dynpg td.pages a.enabled {
    color: #616161;
}
.dynpg .r .form input.page {
    height: 20px;
    background: #FFF;
}
.dynpg .r .form input#q_10 {
    width: 25px;
    height: 20px;
    color: #FFF;
    border-radius: 3px;
}
.r3_t, .r3_bl, div.itemseparator {
    display: none;
}
.r3_c {
    background: #FFF;
    border: 1px solid #dfdfdf;
    display: block;
}
.grid td.left {
    border: none;
}
table.gallery {
    border: 1px solid #e7e7e7;
    background:#fff;
    overflow: hidden;
}
.r3_cm {
    padding: 0;
}
.rs-pview {
    padding: 0;
}
.grid {
    border-spacing: 10px;
    border-collapse: separate;
}
table.gallery td.picture div.image {
    min-height: 120px;
    background: #FFF;
}
table.gallery .mi {
    display: none;
}
table.gallery div.ttl img {
    display: none;
}
table.gallery div.subtitle {
    margin-top: -90px;
    text-align: center;
    color: #999999;
}
table.gallery div.ttl a {
    padding-bottom: 100px;
	min-height: 140px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #4b4b4b;
    text-align: center;
    text-decoration: none;
    display: block;
}

img[title="Buy it now"] {
    display: none;
}
table.gallery table.fixed tr:nth-of-type(1) td:first-child,
table.gallery table.fixed tr:nth-of-type(2),
table.gallery table.fixed tr:nth-of-type(2),
span.bids, table.gallery table.fixed tr:nth-of-type(3) {
    display: none;
}
span.bin, span.bid {
    padding: 10px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #4b4b4b;
    display: block;
    text-align: center;
}
table.gallery table.fixed {
    width: 100%;
}
td.details div:nth-of-type(2) {
    float: left;
    position: relative;
    width: 100%;
}
@media only screen and (max-width:1140px) {
	
	
.btncont {
    float: left;
    margin: 20px 0;
    width: 100%;
}

.row_two h2 {width:100%; text-align:center;}
.row_two h2:first-of-type:after {
    width: 0px;
    height: 0px;
    display: none;
}
    .navbar li a {
        padding: 0 15px;
    }
}
@media only screen and (max-width:1024px) {
    .header {
        text-align: center;
    }
    .logo {
        float: none;
    }
    .header_right {
        width: 100%;
    }
}
@media only screen and (max-width:840px) {
	
	  .thumbnails{text-align: center;}
	 .thumbnails li{margin: 8px 8px 0px 0px !important;float: none;}
    .gh-td {
        width: 110px;
        float: left;
    }
    #gh-title {
        float: left;
    }
    .navbar {
        width: 20%;
    }
    .navbar li a {
        height: 30px;
        line-height: 30px;
    }
    /*Make dropdown links appear inline*/
    .navbar ul {
        width: 180px;
        position: absolute;
        display: none;
    }
    /*Create vertical spacing*/
    .navbar li {
        background: #FFF;
        border-top: 1px solid #dadada;
        text-align: left;
    }
    /*Make all menu links full width*/
    .navbar ul li, .navbar ul li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
	.header_right table.v4stw {
		width: 80% !important;
		height: 100%;		
    }
	.header_right table.v4stw table,
	.header_right table.v4stw tbody {
		width: 100% !important;
		display: table;
	}
	.header_right table.v4stw tbody tr { 
        display: table-row !important; 
    }
	.header_right table.v4stw tbody tr td { 
        display: table-cell; 
    }
    .row_three ul li {
        width: 50%;
    }
    .footer_inner {
        width: 100%;
    }
    .store_left,
    td#LeftPanel {
        display: none;
    }
    .store_features ul li {
        width: 50%;
        border-bottom: 5px solid #FFF;
    }
    .store_features ul li:nth-child(2) {
        border-right: none;
    }
    .store_right {
        width: 100%;
    }
    .template_left,
    .template_right {
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    #CentralArea > table, #pgbc > table, thead, tbody, th, td, tr { 
        display: block; 
    }
    #CentralArea > table, thead, tbody, th, td, tr { 
        display:inline;
    }
    .bg_autoslanger {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #CentralArea > thead tr , .pgbc > thead tr	{ 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #CentralArea > tr, .pgbc > tr{
        border: 1px solid #e2e2e2;
    }
    #CentralAreae > td, .pgbc > td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e2e2e2; 
        position: relative;
        padding-left: 50%;
        width:300px !important; 
    }
    #CentralArea > td:before , .pgbc > td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    td#CentralArea div.dynpg {
        width:100%;
    }
    .ctrlbr, .fpcc, .v4stabl {
        width:100% !important;
    }
    table.gallery{
        width:100% !important;
        margin:6px 0px !important;
    }
    .dynpg table.pager{
        width:100%;
    }
    .stBadge, td#LeftPanel {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    .navbar {
        width: 30%;
    }
    .header_right table.v4stw {
        width: 70% !important;
    }
    .row_three ul li {
        width: 100%;
    }
    .store_features ul li {
        width: 100%;
        border-right: none;
    }
    .top_btn_list li label{
        padding: 6px 15px;
        position: static;
        width: 100% !important;
        margin: 0;
        outline: none !important;
        border: none;
    }
    .top_btn_list li{
        margin-bottom: 1px;
    }
    .content_tab{
        margin-top: 0px;
    }
    .label_btn{
        background: url(../images/plus.png) right center no-repeat #e2e2e2;
        color: #fff;
        text-align: left !important;
    }
    .radio_btn:checked + .label_btn{
        background: url(../images/minus.png) right center no-repeat #FFF;
        color: #262626;
        text-align: left;
    }
    .label_btn:hover{
        background: #f7941e url(../images/plus.png) right center no-repeat #FFF;
        color: #fff;
    }
}