/* 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: 768px) {
	.org-background {
	border: 0px;
	overflow: hidden;
 padding: 0 1%;
    width:98%;
}
.org-wrapcens {
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.top-header {
	display: block;
	max-width: 100%;
	width: 100%;
}
.welcome_msg, #org-topmenu, .menu-holder, .promo-banner, #org-headertop-holder, .promo-top, .right{
	display: none;
}
#org-logo {
  width: 100%;
    margin: 0;
}
#org-logo img{
  max-width: 100%;
}

.org-content {
	width:100%;
}
.org-listinghead {
	box-sizing:border-box;
	width:100%;
}

.desc-hedtitle {
	box-sizing:border-box;
	width:100%;
}
.desc-rd {
 box-sizing:border-box;
	width:100%;
}
.img_piramid {
  width: 100%;
}
.text_piramid {
  width: 100%;
     margin: 0;
}
.text_1, .text_2, .text_3, .text_4, .text_5 {
  padding: 10px 0 10px;
  
}
.org-wrapcens {
  background:none;
  margin:0px 0 0;
}
#org-footer {
display:none;
}
.footer, .footer01 {
width:100%;	
}
#org-designer > img {
max-width:100%;	
   
}
#org-designer {
	margin: 0 0 10px 0;
}
.table_div {
  display: table;
  margin: 0px auto;
  width: 100%;
}



#gallery {
	border: 0 none;
	margin: 0px 0 0px;
	padding: 0 0px 0px;
	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 10px;
}
#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);
}


/* 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: 0px 0 0;
}
.accordion-item-bd > img {
	max-width: 100%;
	width: auto;
}
.org-mobile-contact {
	display: block;
	padding: 20px 0;
}
/* Mobile Tab End */
}

