@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');
* {
  box-sizing: border-box
}
body {
  margin: 0px;
  padding: 0px;
}
font {
  font-family: inherit !important;
}
.wrapcen {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/*---Header->START*/
#org-header-sec {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	display: table;
}
.header-hold {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0;
	padding: 0 0 0px 0;
	display: table;
	background: url(../images/header-top.png) no-repeat center top /100%;
	z-index: 1111;
}
#org-header {
	width: 100%;
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.org-headertop-holder {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	height:60px;
	padding: 0px;
	background: url(../images/headertop.png) no-repeat center bottom;
}
.welcome_msg {
	width: auto;
	float: left;
	margin: 15px 0;
	padding: 0 0 5px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-transform: none;
}
.welcome_msg span {
	color: #000;
}
.prdc_option_cat.cat-2 {
	padding: 0px 25px 30px;
}

.favourites {
    float: right;
	padding:13px 0 ;
	width:auto;	
}
.favourites ul {
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	display: table;
}

.favourites ul li {
	width: auto;
	float: left;
	padding: 2px 15px 0 25px;
	position: relative;
	cursor: pointer;
	transition:0.5s all ease-in-out;
}
.favourites ul li:nth-child(2) { 
padding: 2px 0px 0 25px;	
}
.favourites a {
	width:auto;
	height:20px;
    float: left;
	color:#fff;
	padding: 2px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	transition:0.5s all ease-in-out;
	
}
.favourites ul li:hover a{
color:#000;	
	}

.favourites ul li:nth-child(1)::after{ 
position:absolute;
content:"";
top:0px;
left:0px;
width:19px;
height:19.5px;
background:url(../images/call-icon.png) no-repeat left top;
transition:0.5s all ease-in-out;
}
.favourites ul li:nth-child(1):hover::after{ 
background:url(../images/call-icon.png) no-repeat left bottom;
}
.favourites ul li:nth-child(2)::after{ 
position:absolute;
content:"";
top:0px;
left:0px;
width:19px;
height:19.5px;
background:url(../images/favourites.png) no-repeat left top;
transition:0.5s all ease-in-out;
}
.favourites ul li:nth-child(2):hover::after{ 
background:url(../images/favourites.png) no-repeat left bottom;
}


#org-topmenu {
	width: 150px;
	margin: 0px 0;
	padding: 0;
	float: left;
	border:1px solid #cccccc;
	
}
#org-topmenu ul {
	list-style: none;
	width: auto;
	margin: 0px auto;
	padding: 0;
	display: table;
	position: relative;
}
#org-topmenu ul li {
	width: 150px;
	box-sizing:border-box;
	margin: 0 0 0 0px;
	padding:0 10px 0 50px!important;
	list-style: none;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	_transition: all 0.5s ease-in-out 0s;
	border-bottom:1px solid #cccccc;
	text-align: left;
}

#org-topmenu ul li a {
	margin: 0 0;
	padding: 0px 0px 0 0;
	line-height: 14px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	color: #666666;
	font-family: 'Montserrat', sans-serif;
}
#org-topmenu ul li:hover {
	border-bottom:1px solid #387be0;
}
#org-topmenu ul li a:hover {
	color: #387be0;
	}
	

#org-topmenu ul li:nth-child(1) {
  background: rgba(0, 0, 0, 0) url("../images/topmenu-icon.png") no-repeat scroll 23px 9px;
}
#org-topmenu ul li:nth-child(1):hover {
  background: rgba(0, 0, 0, 0) url("../images/topmenu-icon.png") no-repeat scroll 23px -61px;
}

#org-topmenu ul li:nth-child(2) {
  background: rgba(0, 0, 0, 0) url("../images/topmenu-icon.png") no-repeat scroll 23px -130px;
}
#org-topmenu ul li:nth-child(2):hover {
  background: rgba(0, 0, 0, 0) url("../images/topmenu-icon.png") no-repeat scroll 23px -196px;
}

#org-topmenu ul li:nth-child(3) {
  background: rgba(0, 0, 0, 0) url("../images/topmenu-icon.png") no-repeat scroll 23px -261px;
  padding: 0 0px 0 19px;
}

#org-topmenu ul li:nth-child(3):hover {
  background: rgba(0, 0, 0, 0) url("../images/topmenu-icon.png") no-repeat scroll 23px -328px;
  padding: 0 0px 0 19px;
}



.top-header {
	width: 100%;
	max-width: 1140px;
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	display: table;
}
#org-logo {
	float: none;
	margin: 0;
	padding: 10px 0;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: auto;
}
#org-logo img {
	margin: 0;
	border: 0 none;
	transition: all 0.5s ease;
	text-align: center;
}
#org-logo img:hover {
	margin: 0;
}
.promo {
  float: right;
  margin: 30px 20px 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.right-top {
	width: 800px;
	float: right;
	margin: 0px 0;
	padding:0px 0;
	text-align:right;
	position: relative;
	transition: all 0.5s ease;
}
.left-top {
	width: 330px;
	float: left;
	margin: 0px 0;
	padding:0px 0;
	text-align: left;

}


nav {
    font-family: monospace;
}

.menu ul {
  background: darkorange;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menu li {
    color: #fff;
  background: darkorange;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
}
  
.menu li a {
  color: #fff;
  text-decoration:none;
}

.menu  li:hover {
    background: red;
    cursor: pointer;
}

.menu ul li ul {
    background: orange;
    visibility: hidden;
  opacity: 0;
  min-width: 5rem;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
    left: 0;
  display: none;
}

.menu ul li:hover > ul,
.menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.menu ul li ul li {
    clear: both;
  width: 100%;
}


.right {
    width: 700px;
	float: right;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;	
	
}

.promo-left {
width: auto;
	float: left;
	margin: 0px 0 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.promo-right {
width: auto;
	float: right;
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.texttop {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
	text-align: right;
}

.menu-holder {
	width: 100%;
	float: left;
	margin: 0px 0 0px 0;
	padding: 0;
	display: table;
z-index:999;

}
.org-menu {
	width:1140px;
	margin:0 auto 0px;
	display:table;
	padding: 0;
	position: relative;
	transition: all .5s ease-in-out;
	z-index:1;
background:#000000;
border-radius:15px 0 15px 0;

}
.org-menu ul {
	height: auto;
	margin:0 auto;
	display:table;
	padding: 0;
	list-style: none;
	position: relative;
}
.org-menu ul li {
	width: auto;
	float: left;
	margin: 0;
	padding: 0 17px;
	position: relative;
	cursor: pointer;
	text-align:center;
}
.org-menu ul li:last-child {
	background: none;
}
.org-menu ul li:first-child a {
}
.org-menu ul li a {
	height:40px;
	line-height:40px;
	color: #999999;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing:0px;
	margin: 0;
	padding: 0 ;
	text-decoration: none;
	text-transform: uppercase;
	position:relative;
	_transition: all 0.5s ease 0s;
	text-align:center;
	width:100%;
}
.org-menu ul li a:hover {
	color:#fff;
}
.org-menu ul li:after {
	content:"";
	right:0;
	margin:0;
	padding:0;
	position:absolute;
	height:15px;
	width:1px;
	background:#808080;
	top:12px;
}
.org-menu ul li:last-child:after{
	width:0px;
	background:none;
}


.promo-banner {
	width: 100%;
	margin: 0px auto px;
	padding: 20px 0px;
	text-align: center;
	float: left;
	position: relative;
}
.promo-banner img {
	margin: 0px auto 0px;
	padding: 0;
}
#CoverImage p {
	margin: 0 !important;
	padding: 0 !important;
}

.banner {
	margin: 0px auto 0px;
	width: 100%;
	display:none;
	
}
.banner img {
  max-width: 100%;
}
.banner-holder {
	margin: 0px auto 0;
	width: 100%;
	display:table;
	float:left;
}
#banner-holder {
	width: 100%;
	max-width:100%;
	display: table;
	height: auto;
	padding: 0;
	margin: -80px auto 0;
	position: relative;
}
 @keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
/*---Header---<<END*/
  /*----------------------main-content-----------------<<END*/
.main-content {
	margin: 0px auto 0px;
	background: #fff;
	padding: 0px 0px 40px;
	/* box-shadow: 0px 0px 10px 0px #000; */
	width: 100%;
	max-width: 1140px;
	clear: both;
}
.content {
  padding: 0px;
}
.product_title {
	position: relative;
	z-index: 99999;
}
.product_title h1 {
background: linear-gradient(to right, #f32611 0% ,#f6af19 100%);
text-align: left;
padding: 14.5px 0px 14.5px 20px;
font-size: 17px;
color: #fff;
margin: 0px 0px 0px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.25px;
border-radius: 15px 0px 15px 0px;
text-transform: capitalize;
}
.description {
	background: linear-gradient(to right, #f32611 0% ,#f6af19 100%);
	text-align: left;
	padding: 14.5px 0px 14.5px 20px;
	font-size: 17px;
	color: #fff;
	margin: 0px 0px 0px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.25px;
	border-radius: 15px 0px 15px 0px;
	text-transform: uppercase;
}
.org-listingarea-box .desc-rd.desc-text {
	padding: 0;
}

/*==============================gallery-hover start============================*/
.gallery-bg {
	width: 100%;
	margin: 0 auto 30px;
	border-right: 1px solid #d6d6d6;
	box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.20);
	padding: 0px 0px 30px;
}
.gal-container {
  display: table;
  padding: 0px 0px 0px;
  width: 100%;
  margin: 0 auto;
}
.slider-bg {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  display: block;
  border-top: none;
}
ul.z_slider input.z_slider_radio{
	display:none;
}
ul.z_slider img {
	width:90%;
}
ul.z_slider {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 945px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
ul.z_slider:after{
	content:"";
	display:block;
	clear:both;
}
ul.z_slider li {
	margin: 3px 0px 0px 0px;
	display: inline-block;
	float: none;
	max-width: 100px;
	min-height: 100px;

	box-shadow: 0px 7px 8px 0px #dadada;
	vertical-align: middle;
}
ul.z_slider li:nth-child(1),ul.z_slider li:nth-child(7){
margin-left:0px !important;
}
ul.z_slider li:after{
    content: "";
    display: block;
    position: absolute;
    top: -900px;
    left: 0px;
    height: 900px;
    width: 100%;
    z-index: 1001;
}
.z_slider_banner {
	position: absolute;
	left: 0px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 900px;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	max-width: 900px;
	top: -920px;
	box-sizing: border-box;
	box-shadow: 0px 0px 9px -3px #dadada;
}
.slider label {
	height: 100px;
	cursor: pointer;
	vertical-align: middle;
}
label.z_pager {
	width: 100%;
	display: table-cell;
	margin: 0 auto;
	text-align: center;
}
.z_slider_banner img {
    position: absolute;
    left: 1200px;
    transition: all .3s ease-in-out;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
}
.z_controls_btn.z_prev_btn_list{
    left:0px;
	cursor: pointer
}
.z_controls_btn.z_next_btn_list{
    right:0px;
	cursor: pointer
}
.z_controls_btn{
	width:35px;
}
.z_controls_btn:hover{
    opacity: .7;
}

.z_controls_btn{
	display:none;
    z-index: 3000;
    position: absolute;
    top: 46%;
}
label.z_pager>img{
    box-sizing: border-box;
}
label.z_pager:hover>img{
    border-color: #D20000;
}


/**移動slider**/

.z_slider_radio:checked ~ .z_slider_banner img{
	left:0;
}


/**controls 切換顯示下一頁&上一頁的按鈕**/

.z_slider_radio:checked ~ .z_slider_banner .z_controls_btn {
	display: none;
}
.z_next_btn_list.z_controls_btn {
	display: none !important;
}
.z_next_btn_list.z_controls_btn {
	display: none !important;
}


*:hover>.z_hover_hide{
	display:none;
}
*:not(:hover)>.z_hover_show{
	display:none;
}

/* promo slogan section */
ul.z_promo_slogan {
	display: block;
	width: 700px;
	margin: 25px auto;
}
ul.z_promo_slogan a{
	text-decoration:none;
}
ul.z_promo_slogan a:hover{
        color: #d20000
}
ul.z_promo_slogan li {
	display: inline-block;
	float: left;
	line-height: 55px;
	height: 40px;
	text-align:left;
	padding: 0 8px;
	color: #666;
    box-sizing: border-box;
}

ul.z_promo_slogan li a {color:#666;}
ul.z_promo_slogan li > img { width: 40px; height: 40px; float:left; margin-right: 8px;}

ul.z_promo_slogan:after{
	content:"";
	display:block;
	clear:both;
}
/*==============================gallery-hover start============================*/
.description-box {
	display: block;
	width: 100%;
	margin: 30px 0px 30px;
	border-right: 1px solid #d6d6d6;
	border-radius: 15px 0px 0px 0px;
	box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.20);
}
.description-box.product-option {
	margin: 0px auto !important;
}
.description_content {
	font-size: 15px;
	color: #1c1c1c;
	padding: 30px 20px;
	text-align: justify;
	margin: 0px 0px 0px;
	margin: 0px auto 0px;
	background: #fff;
	border-top: none;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.20px;
}

.description_content img {
	width: 100%;
}
#pm-tabs-head a {
	display: block;
	width: 100%;
}
.prdc_option_cat ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.prdc_option_cat ul li {
	list-style: none;
	background: url("../images/product-option-bg.png") no-repeat scroll center top / cover;
	padding: 10px 10px;
	text-align: center;
	width: 100%;
	margin: 0px 0px 0px 30px;
	max-width: 245px;
	display: inline-block;
}
.product-title {
	min-height: 73px;
	margin: 0px auto 15px;
}
.product-title p {
	margin: 15px auto;
	padding: 0;
}
.prdc_option_cat ul li:nth-child(1){
	margin-left:0px;
}
.prdc_option_cat ul li .product-box {
	background: #fff;
	padding: 20px 10px 15px;
	box-sizing: border-box;
}
.prdc_option_cat {
	padding: 30px 25px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
}
.product-title p a {
	color: #333;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	text-decoration: none;
	display: block;
}
.prdc_option_cat .price {
	padding: 4px 15.9px;
	background: #333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 18px;
	border-top: 1px solid #5c5c5c;
	border-right: 1px solid #878787;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #878787;
	margin: 5px auto 10px;
}
.postage-free{
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height:16px;
	text-transform:capitalize;
	}
	

.service-trust-section {
	display: flex;
	width: 100%;
	margin:0px auto 0px !important;
}
.service-trust-section ul{
	margin:0px;
	padding:0px;
	display:flex;
	}
.service-trust-section ul li:nth-child(1){
margin-left:0px;	
	}		
.service-trust-section ul li {
	list-style: none;
	background: #f76b21;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.20);
	text-align: center;
	width: 100%;
	margin: 0px 0px 0px 30px;
	padding: 20px 5px;
}
.s-title h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.service-trust-section .desc-text p {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	letter-spacing: 1px;
	display: ;
}

/*---FOOTER->START*/
.org-wrapcens1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.org-wrapcens {
	width: 100%;
	text-align: center;
	margin: 0px  0 0 0;
	padding: 0px 0 0px;
	background: url(../images/footer-bg.png) no-repeat center top;
	float: left;
}
#footer-promo {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0px 0 30px;
	background: #fff;
}
#newsletter-se {
width: 1140px;
display:table;	
margin:0 auto;
display:table;

}

#org-addtofav {
	width:100%;
	margin: 55px 0 0;
	float: left;
	padding: 0px;
	max-width:323px;
}
#org-addtofav a {
	background: #fff url(../images/addtofav_icon.png) no-repeat 10px 5px;
	border: 0 solid #949494;
	border-radius: 0;
	color: #333333;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 55px;
	letter-spacing: 0;
	line-height: 55px;
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	display: block;
}
#org-addtofav a:hover {
	background: url(../images/addtofav_icon.png) no-repeat 10px -35px #000;
	 color: #fff;
}

#org-newsletter {
	width: 100%;
	margin: 55px 0 0;
	float: right;
	padding: 0px;
	max-width: 323px;
}
#org-newsletter a {
	background: #fff url(../images/newsletter_icon.png) no-repeat 0px 5px;
	border: 0 solid #949494;
	border-radius: 0;
	color: #333333;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 55px;
	letter-spacing: 0;
	line-height: 55px;
	margin: 0;
	padding: 0 0 0 40px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}
#org-newsletter a:hover {
	background: url(../images/newsletter_icon.png) no-repeat 0px -35px #000;
	 color: #fff;
}


#footer-logo {
	width: 100%;
	margin: 25px 0px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	max-width: 494px;
}
#footer-logo img {
	border: 0px;
}
.thankyou {
	width: 100%;
	margin: 18px 0px 20px 0;
	padding: 0 0 0 0;
	float: left;
	text-align: center;
	font-size: 28px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#org-footer {
	width: 1140px;
	padding: 0;
	position: relative;
	margin: 0 auto;
}
#org-footer #org-footernav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	position:relative;
}
#org-footer #org-footernav::after{
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	background:url("../images/footernav-top-border.png") no-repeat scroll center top / 100%;
	width:100%;
	height:1px;
	}
#org-footer #org-footernav ul {
	list-style: none outside none;
	padding: 0px;
	margin: 0 auto;
	display: table;
}
#org-footer #org-footernav ul li {
	list-style: none outside none;
	float: left;
	padding: 0px;
	margin:25px 0 10px;
	font-size: 14px;
	color: #000000;
}
#org-footer #org-footernav ul li.last-item {
	border: 0 none;
}
#org-footer #org-footernav ul li a {
	color: #000000;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	margin: 0 15px;
	padding: 0;
	text-transform:none;
	letter-spacing:0px;
}
#org-footer #org-footernav ul li a:hover {
	
	text-decoration: underline;
}
#org-footer #org-copy {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 15px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform:none;
	float: left;
	background:url(../images/border.png) no-repeat center top;
	letter-spacing:1px;
}
#org-footer #org-copy span {
	color: #f76b21;
	text-transform: uppercase;
	font-weight: bold;
}
.org-designedby {
	width: 100%;
	padding: 0;
	margin: 10px 0 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #000000;
	display: table;
	text-transform: uppercase;
	letter-spacing: 1px;
}




/*-------------------tab-style start----------------------------*/
.org-listingarea-box {
	margin-bottom: 20px;
	width: 100%;
}
.org-listinghead {
	width: 980px;
	color: #010101;
	float: left;
	font-family:"Oswald",sans-serif;
	font-size:17px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 0px;
	padding: 8px 10px;
	text-align: center;
	letter-spacing:1px;
	text-transform:uppercase;
	z-index:1;
	position:relative;
	border-radius:10px 10px 0 0;
	background:url(../images/listing-bg.png) no-repeat center top #a6732a;
	
}
.desc-hedtitle {
	width: 980px;
	color: #010101;
	float: left;
	font-family:"Oswald",sans-serif;
	font-size:17px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 0px;
	padding: 8px 10px;
	text-align: center;
	letter-spacing:1px;
	text-transform:uppercase;
	z-index:1;
	position:relative;
	border-radius:10px 10px 0 0;
	background:url(../images/listing-bg.png) no-repeat center top #a6732a;
}
.desc-rd {
	width:100%;
	float: left;
	padding: 15px;
	margin: 0;
	/*background: url(../images/gallery-bg.jpg) repeat left top;*/
	/*background-color: grey;*/
	/*border:1px solid #262626;*/
	border-radius:0 0 10px 10px;
}
.desc-text {
	font-family: "Lato",sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}
/*---Listing Column End----*/

.org-scrolleo-box {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border: 0 none;
}
/*===========Gallery=============*/

#gallery {
  /*background: url(../images/gallery-bg.jpg) repeat left top;*/
  /*background-color: grey;*/
  /*background: #fff none repeat scroll 0 0;*/
  /*border:1px solid #262626;*/
  border-radius:0 0 10px 10px;
  float: left;
  height: auto;
  margin: 0;
  /*padding: 0 0 20px;*/
  position: relative;
  /*width: 800px;*/
}
#gallery #fullsize {
	height: 700px;
	width: 700px;
	float: left;
	overflow: hidden;
	text-align: center;
	/*z-index: 200;*/
	border: 0 none;
	padding: 0;
	/*margin:30px 100px  10px;*/
	/*_background:#fff;*/
	 /*border:2px solid #fff;*/
	
}
#gallery #fullsize div {
	width: 100%;
	/*height: 480px;*/
	/*height: 800px;*/
}
#gallery #fullsize div span {
	/*width: 590px;*/
	/*width: 800px;*/
	/*height: 480px;*/
	/*height: 800px;*/
	max-width: 700px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
#gallery #fullsize div img {
	clear: both;
	display: block;
	margin: 0 auto;
	border: 0 none;
	width: auto;
	max-width: 100%;
	/*max-height: 480px;*/
	/*max-height: 800px;*/
	height: auto;
	position: relative;
	_background: #fff;
	padding: 0;
}
#gallery #slides {
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 500;
}
#gallery #slides div {
	width: 100%;
	height: auto;
	position: relative;
}
#gallery #slides div ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: auto;
	height: auto;
	display: table;
}
#gallery #slides div ul li {
	padding: 0;
	/*margin: 15px 5px 5px 5px;*/
	marging: 5px;
	width: auto;
	height: auto;
	float: left;
}
#gallery #slides div ul li a {
	display: table-cell;
	max-width: 80px;
	max-height: 80px;
	vertical-align: middle;
	_background:#fff;
	 border:2px solid #fff;
}
#gallery #slides div ul li a img {
	display: table-cell;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100px;
	vertical-align: middle;
	border: 0;
	margin:0 auto;
	text-align:center;
	border: 1px solid #ccc;
}
#gallery #slides div ul li:empty {
	display: none!Important;
	border: none;
	width: 0;
	height: 0;
}
#gallery #slides div ul li a:empty {
	display: none!Important;
	border: none;
	width: 0;
	height: 0;
}
img[src=""], img[src=" "] {
	background: none !important;
	border: none !important;
	height: 0 !important;
	width: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: none !important;
}
/*===========Gallery=============*/

/*===========Tab=============*/
.listing-tab {
	width: 100%;
	float: left;
	margin: 0 0 0px 0;
	/*padding: 0;*/
	padding-top: 60px; 
	background: none;
}

.listing-tab main {
	min-width: 320px;
	/*max-width: 100%;*/
	float: left;
	padding:0px 0 0 0;
	margin: 0 auto;
}
.listing-tab section {
	width: 100%;
	float: left;
	margin: 0px 0 0;
	padding: 15px;
	display: none;
	  color: #000;
    font-family: "Lato",sans-serif;
    font-size: 14px;
	font-weight: normal;
	text-align: justify;
	/*background: rgba(0, 0, 0, 0) url("../images/gallery-bg.jpg") repeat scroll left top;*/
	/*background-color: grey;*/
    /*border: 1px solid #262626;*/
    border-radius: 0 0 10px 10px;
}
.listing-tab section img {
	width: 100%;
}
.listing-tab section ol {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
.listing-tab section ol li {
	width: auto;
	margin: 0 0 0 25px;
	padding: 0;
}
.listing-tab section ol li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: lower-alpha;
}
.listing-tab section ol li ul li {
	width: auto;
	margin: 0 0 0 25px;
	padding: 0;
}
.listing-tab input {
	display: none;
	
}
#pm-tabs-head {
	margin: 20px auto 0px;
	display: flex;
	/* float: left; */
	justify-content: center;
}
#pm-tabs-head img {
	width: 100%;
}
.pm-tabs-left {
	margin: 0px 0px 0px -36px;
}
.listing-tab .margin-none {
	border: 0px solid #ddd;
	margin: 0 0px 0 0;
	width: 138px;
	border-radius:0 10px 0 0;
}
.listing-tab .margin-none01 {
	border-radius:10px 0 0 0;
}
.for-mobile {
	display: none;
}
.listing-tab #tab1:checked ~ #content1.for-mobile,
 .listing-tab #tab2:checked ~ #content2.for-mobile,
  .listing-tab #tab3:checked ~ #content3.for-mobile,
   .listing-tab #tab4:checked ~ #content4,
    .listing-tab #tab5:checked ~ #content5, 
	.listing-tab #tab6:checked ~ #content6 {
	display: none;
}
.listing-tab label {
	width: 19.81%;
	float: left;
	display: inline-block;
	margin: 0 2px 0 0;
	/* padding: 8px 15px; */
	color: #000;
	border: 0 none;
	font-family: "Oswald",sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 111;
	letter-spacing: 2px;
	cursor: pointer;
}
.listing-tab label:hover {
	color: #fff;
}
.listing-tab input:checked + label {
	color: #fff;
position: relative;
}
.listing-tab input:checked + label:nth-of-type(1)::after {
	position: absolute;
	content: "";
	bottom: -5px;
	width: 105%;
	left: 0%;
	height: 2px;
	border-bottom: 2px orange solid;
}
.listing-tab input:checked + label:nth-of-type(2)::after {
	position: absolute;
	content: "";
	bottom: -5px;
	width: 70%;
	left: 15%;
	height: 2px;
	border-bottom: 2px orange solid;
}
.listing-tab input:checked + label:nth-of-type(3)::after {
	position: absolute;
	content: "";
	bottom: -5px;
	width: 70%;
	left: 16%;
	height: 2px;
	border-bottom: 2px orange solid;
}

.listing-tab #tab1:checked ~ #content1,
 .listing-tab #tab2:checked ~ #content2,
  .listing-tab #tab3:checked ~ #content3,
   .listing-tab #tab4:checked ~ #content4,
    .listing-tab #tab5:checked ~ #content5, 
	.listing-tab #tab6:checked ~ #content6 {
	display: block;
}
.listing-tab .d-link {
	padding: 0 14px;
	text-align: center
}
.listing-tab .d-link a {
	width: 100%;
	padding: 8px 0;
	float: left;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.listing-tab .d-link a:hover {
	color: #fff;
}

.mobile-tab {
	width: 100%;
	float: left;
	margin: 0 0 0px 0;
	padding: 0;
}
.accordion {
	border: 0px solid #ddd;
	padding: 0;
	margin: 0 auto;
	list-style: none outside;
}
.accordion-item {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.accordion > * + * {
	border-top: 1px solid #fff;
}
.accordion-item-hd {
	display: block;
	padding: 8px 30px 8px 0;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: center;
	font-family: "Oswald",sans-serif;
	text-transform: uppercase;
	background: #b68524  none repeat scroll 0 0;
}
.accordion-item-hd:hover {
	color: #fff;
	background: #66b6ff ;
}
.accordion-item-hd a {
	display: block;
	padding: 0;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
.accordion-item-hd a:hover {
	color: #fff;
}
.accordion-item-input:checked ~ .accordion-item-bd {
	width: 96%;
	float: left;
	margin: 0;
	padding: 12px 2%;
	font-family:"Lato",sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	color: #fff;
	max-height: 3000px;
	-webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
	transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
	/*background: rgba(0, 0, 0, 0) url("../images/gallery-bg.jpg") repeat scroll left top;*/
	background-color: grey;
    border-radius: 0 0 10px 10px;
}
.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
	background: url(../images/minus.png) no-repeat center center;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.accordion-item-hd-cta {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/plus.png) no-repeat center center;
	position: absolute;
	top: calc(35% - 6px );
	/*minus half font-size*/
	right: 0;
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	font-size: 12px;
	line-height: 1;
}
.accordion-item-bd {
	max-height: 0;
	margin-bottom: 0;
	padding: 0 2%;
	overflow: hidden;
	-webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
	transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}
.accordion-item-input {
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}

.pm-tabs-left, .pm-tabs-right {
	float: left;
}

/*---Footer->END*/
 @media (max-width: 45em) {
.tabs .tab, .tabs label {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: initial;
  -ms-flex-order: initial;
  order: initial;
}
.tabs label {
  width: 100%;
  margin-right: 0;
  margin-top: 0.2rem;
  margin-left: 0;
 background-color:;
}
.tabs input[type="radio"]:checked + label {
 background-color:;
}
}

.z_pager img[src=""] {
	display: none !important;
}