/* CSS Document */
@charset "utf-8";
.mobile_slider, .mobile_tab, .mobile-tab {
	display: none;
}
.tab_desc > div {
	text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.org-background {
  display: table;
  float: left;
  margin: 0 1%;
  padding: 0;
  width: 98%;
}
.org-wrapcen {
	background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.headerrightside {
 display:none;
}
.top-header {
	display: none;
	width: 100%;
}
#org-header {
	float: left;
	height: auto;
	margin: 0 auto;
	width: 100%;
	top: 0;
}

#org-logo {
	width:100%;
	text-align:center;
	  margin: 20px 0;
}
.topmain, .right, .org-promo, .left_div {
	display:none;
}

.org-content {
width:100%;	
box-sizing:border-box;
}
#listingarea {
  width: 100%;
}
.org-des {
 box-sizing:border-box;
}

.org-wrapcens {
	width: 100%;
	margin: 20px 0 0;
}
.footer-holder{
	display:none;
}
.copy-footer {
	width:100%;
	text-align:center;
}
#org-footer {
	width:100%;
	text-align:center;
}
#org-copy {
	width:100%;
	text-align:center;
}
#org-designer {
width:100%;
	text-align:center;	
}
#org-designer > img {
	max-width:98%;
}

/* Mobile Tab Start*/
.listing-tab, .org-shipping, .org-banner, #org-shipping {
	display: none;
}
.top {
	display: table;
	height: auto;
	margin: 0 0 12px;
	padding: 0;
	width: 100%;
}
.mobile-tab {
	display: block!important;
	margin: 15px 0 0;
}

/* Mobile Tab End */




#gallery {
	border: 0 none;
	margin: 0px 0 0px;
	padding: 0 0px 20px;
	width: 100%;
}
#gallery .big-img-wpr {
	background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
	height: 322px;
	width: 100%;
}
#gallery div.img-wpr {
	height: 320px;
	left: 0;
	margin: 10px auto 0;
	right: 0;
	top: 0 !important;
	width: 100%;
}
#gallery div.img-wpr .img-box {
	height: 320px;
}
#gallery #slides {
	width: 100%;
	margin: 20px auto 0;
}
#slides > div {
	float: none;
	margin: 0 auto !important;
	text-align: center;
}
#gallery #slides > div ul {
	margin: 0 auto 5px;
}
#gallery #slides div ul li {
	float: left;
	margin: 1px 3px;
}
#gallery #slides .thumb {
	width: 35px;
	height: 35px;
}
#gallery #slides .thumb img {
	max-height: 30px;
	max-width: 30px;
}
#gallery #slides div ul {
	width: auto;
	margin: 0 auto;
}
#top, #org-top {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#gallery div.img-wpr .big-img {
   max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
#gallery .thumb > img {
	 max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}


}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
