@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
/*---Common and Standard->START*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Arimo', sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
.org-clear {
	clear: both;
}
.org-wrap {
	width: 100%;
}
.org-wrapcen {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	float: left;
}
.org-background {
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	background: #e0e0e0;
	float: left;
	display: table;
}
.org-main {
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	background: none;
	float: left;
}
.org-content {
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: left;
  width: 1200px;
}
/*---Common and Standard---<<END*/

/*---Header->START*/
#org-header {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px solid #dedede;
	background: #fff url(../images/header-bg.jpg) repeat-x center top;
	display: table;
}
.top-header {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: table;
}
.org-topmenu {
	width: 100%;
	display: inline-block;
	float: right;
	margin: 15px 0 7px;
	padding: 0px;
	position: relative;
}
.org-topmenu ul {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}
.org-topmenu li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.org-topmenu li a {
	width: auto;
	margin: 0 0 0 2.8em;
	padding: 0;
	color: #222;
	font-size: 14px;
	font-family: 'Arimo', sans-serif;
	text-decoration: underline;
	transition: all 0.5s ease;
	text-transform: uppercase;
}
.org-topmenu li a:hover {
	color: #942d32;
}
#org-logo {
  float: left;
  margin: 0;
  max-width: 220px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: auto;
}
#org-logo img {
	margin: 0;
	border: 0 none;
}
.promo-sec {
  float: right;
  padding: 0;
  text-align: left;
  width: auto;
}
.promo-sec img {
	width: auto;
	max-width: 100%;
}
#org-header #org-search {
	width: 220px;
	height: 20px;
	margin: 2.4em 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #dedede;
	float: right;
}
#org-search #org-input {
	width: 189px;
	height: 20px;
	position: relative;
	margin: 0;
	float: left;
	background: transparent;
	border: 0px none;
	padding: 0;
	border: 0 none;
}
#org-search #org-input .v4sbox {
	font-family: 'Arimo', sans-serif;
	font-size: 9pt;
	width: 100%;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0;
	height: 20px;
	background: transparent;
	color: #9c9c9c;
	border: 0 none;
	float: left;
}
#org-search #org-input .v4sbox:hover {
	margin: 0px;
	background: transparent;
	color: #942d32;
	background: none;
	border: 0 none;
	text-decoration: none;
}
#org-search #org-submit {
	width: 30px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #dedede;
}
#org-search input.btn-search {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0;
	float: left;
	background: url(../images/search-icon.png) no-repeat center top;
	display: block;
	border: none 0px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	text-indent: -9999px;
}
#org-search input.btn-search:hover {
	background: url(../images/search-icon.png) no-repeat center bottom;
}
.tag-wrapper {
	width: 100%;
	float: left;
	margin: 0;
	padding: 1em 0;
	background: #fff;
}
.tag-wrapper h1 {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: center;
	background: url(../images/line.gif) repeat-x left center;
	font-family: 'Arimo', sans-serif;
	font-size: 13pt;
	color: #942d32;
}
.tag-wrapper h1 span {
	background: #fff;
	padding: 0 1em;
}
#org-menu {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	background: #545254;
	display: table;
}
/*Dropdown Categories START*/
#org-dropdown {
	width: auto;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	display: table;
}
#org-dropdown ul.lev1 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
#org-dropdown ul.lev1 li.h {
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
  width: auto;
}
#org-dropdown ul.lev1 li {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 3px solid #545254;
}
#org-dropdown ul.lev1 li.h a, #org-dropdown ul.lev1 li a {
  color: #fff;
  float: left;
  font-family: "Arimo",sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 1.2em 0.6em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
#org-dropdown ul.lev1 li.h span, #org-dropdown ul.lev1 li span {
	width: auto;
	float: left;
	margin: -3px 0 0 0;
	padding: 1.2em 0.6em 1.5em;
	font-family: 'Arimo', sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #942d32;
	text-transform: uppercase;
	text-decoration: none;
	background: #e9e9e9;
	border-top: 3px solid #942d32;
}
#org-dropdown ul.lev1 li.h:hover, #org-dropdown ul.lev1 li:hover {
	color: #942d32;
	background: #e9e9e9;
	border-top: 3px solid #942d32;
}
#org-dropdown ul.lev1 li.h:hover a, #org-dropdown ul.lev1 li:hover a {
	color: #942d32;
}
#org-dropdown ul.lev1 li.h:hover .lev2 {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	background: #e9e9e9;
	list-style: none;
	width: 96%;
	margin: 0;
	padding: 2%;
}
#org-dropdown ul.lev1 li.h .lev2 li {
	width: 25%;
	float: left;
	margin: 0.5em 0;
	padding: 0;
	border: 0 none;
}
#org-dropdown ul.lev1 li.h .lev2 li a {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-family: 'Arimo', sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #363636;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	border: 0 none;
}
#org-dropdown ul.lev1 li.h .lev2 li.h3 span, #org-dropdown ul.lev1 li.h .lev2 li span {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-family: 'Arimo', sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #942d32;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	border: 0 none;
}
#org-dropdown ul.lev1 li.h lev2 li.h3 span, #org-dropdown ul.lev1 li lev2 li span {
	width: auto;
	float: left;
	margin: -3px 0 0 0;
	padding: 1.2em 0.6em 1.5em;
	font-family: 'Arimo', sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #942d32;
	text-transform: uppercase;
	text-decoration: none;
	background: #e9e9e9;
	border-top: 3px solid #942d32;
}
#org-dropdown ul.lev1 li.h .lev2 li a:hover {
	color: #942d32;
}
#org-dropdown ul.lev1 li.h:hover .lev3 {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#org-dropdown ul.lev1 li.h .lev3 li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#org-dropdown ul.lev1 li.h .lev3 li a {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-family: 'Arimo', sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #363636;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	border: 0 none;
}
#org-dropdown .ttl {
	display: none;
}
.cnt {
	display: none;
}
#org-dropdown ul.lev1 .lev2 {
	display: none;
}
#org-dropdown ul.lev1 li.h .lev2 .lev3 {
	display: none;
}
#org-dropdown ul.lev1 li.h:hover .lev2 li.h3 .lev3 {
	display: none !important;
}
#org-dropdown .all_cats {
	display: none;
}
#org-dropdown .link {
	display: none;
}
#org-dropdown ul.lev3 {
	float: left;
}
#org-dropdown ul.lev2 li:hover > ul.lev3 {
	display: block !important;
	left: 0px;
	top: 50px;
	visibility: visible !important;
	z-index: 111;
	color: #fff;
	float: left;
}
#org-dropdown ul.lev2 ul.lev3 li {
	background: none;
	width: 230px;
	height: 30px !important;
	line-height: 30px !important;
	z-index: 111;
	float: left;
	padding: 0 0 0 20px;
}
#org-dropdown ul.lev2 ul.lev3 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left !important;
	color: #FFF;
	background-image: url(../images/left-subcat.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#org-dropdown u2.lev1 ul.lev3 li a:hover {
	color: #1eadf7;
	text-decoration: none;
	background: url(../images/left-subcat-act.png) no-repeat 5px center;
}
#org-dropdown .ttl {
	display: none;
}
.cnt {
	display: none;
}
.sale a {
	color: #15e1d9 !important;
}
.sale a:hover {
	color: #942d32 !important;
}
#org-dropdown ul.lev1 > li.Other {
	display: none;
}
/*Dropdown Categories END*/
.call-sec {
	width: auto;
	float: left;
	margin: 1.5em 0 0 3em;
	padding: 0;
}
#banner-holder {
	width: 100%;
	float: left;
	height: auto;
	padding: 0;
	margin: 0;
	position: relative;
	background: none;
	overflow: hidden;
}
#CoverImage p {
	margin: 0 !important;
	padding: 0 !important;
}
/*---Header---<<END*/

/*---eBay Default Mods->START*/
#TopPromoArea {
	padding: 0px !important;
	margin: 0px !important;
}
/*---Left Column->START*/
#LeftPanel {
	width: 220px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	float: left;
	margin: 0 15px 0 0;
}
#LeftPanel * {
	padding: 0px;
	margin: 0px;
}
#LeftPanel img {
	border: 0px;
}
#LeftPanel .ttl {
	color: #323232;
	font-family: 'Arimo', sans-serif;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0.4em 2%;
	margin: 0;
	overflow: hidden;
	width: 96%;
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
}
#LeftPanel .ttl a {
	color: #323232;
	font-family: 'Arimo', sans-serif;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
#LeftPanel .ttl a:hover {
	color: #fff;
	background: #545254;
	text-decoration: none;
}
#LeftPanel .cnt {
	display: none !important;
}
#LeftPanel .all_cats {
	display: none !important;
}
#LeftPanel .link {
	display: none !important;
}
#LeftPanel .v4acpcont {
	display: none !important;
}
/*---Left Column->END*/
#org-cathead {
	margin: 0;
	width: 100%;
	padding: 0.6em 0;
	font-size: 14pt;
	font-weight: 700;
	font-family: 'Arimo', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #952e33;
}
#org-categories ul.lev1>ul.lev2 {
	display: none;
	visibility: hidden;
}
/*#org-categories ul.lev1 li.h ul.lev2 {
	display: none;
	visibility: hidden;
}
#org-categories ul.lev1 ul.lev2 li.h3 .lev3 {
	display: none;
	visibility: hidden;
}
#org-categories ul.lev2 li.h ul.lev3 {
	display: none;
	visibility: hidden;
}
*/
#org-categories ul.lev1 li.h > ul.lev2 > .lev3 {
	display: none;
	visibility: hidden;
}
#org-categories {
	width: 100%;
	text-align: left;
	margin: 0;
	position: relative;
	padding: 0;
	background: none;
}
#org-categories ul.lev1 {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 0;
}
#org-categories ul.lev1 li {
	padding: 0;
	list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #c6c6c6;
	position: relative;
}
#org-categories ul.lev1 li a {
	color: #323232;
	font-family: 'Arimo', sans-serif;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0.4em 2%;
	margin: 0;
	overflow: hidden;
	width: 96%;
	text-align: left;
}
#org-categories ul.lev1 li a:hover {
	color: #fff;
	background: #545254;
	text-decoration: none;
}
#org-categories ul.lev1 li span {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0.4em 2%;
	margin: 0;
	overflow: hidden;
	width: 96%;
	text-align: left;
	background: #545254;
}
#org-categories ul.lev1 li .cnt {
	display: none;
}
#org-categories ul.lev2 {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}
#org-categories ul.lev2 li {
	padding: 0px;
	list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #c6c6c6;
}
#org-categories ul.lev2 li a {
	color: #333;
	font-family: 'Arimo', sans-serif;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.5em 0.4em 1.5em;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	width: 87%;
	text-align: left;
	background: url(../images/left-cat-bg.png) no-repeat 10px center;
}
#org-categories ul.lev2 li a:hover {
	color: #952e33;
	text-decoration: none;
	background: url(../images/left-hvr-bg.png) no-repeat 10px center;
}
#org-categories ul.lev2 li span {
	color: #952e33;
	font-family: 'Arimo', sans-serif;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.5em 0.4em 1.5em;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	width: 87%;
	text-align: left;
	background: url(../images/left-hvr-bg.png) no-repeat 10px center;
}
#org-categories ul.lev3 {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}
#org-categories ul.lev3 li {
	padding: 0px;
	list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #c6c6c6;
}
#org-categories ul.lev3 li a {
	color: #777;
	font-family: 'Arimo', sans-serif;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.5em 0.4em 2em;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	width: 84%;
	text-align: left;
	background: url(../images/left-subcat-bg.png) no-repeat 20px center;
}
#org-categories ul.lev3 li a:hover {
	color: #952e33;
	text-decoration: none;
	background: url(../images/left-subcat-hvr-bg.png) no-repeat 20px center;
}
#org-categories ul.lev3 li span {
	color: #952e33;
	font-family: 'Arimo', sans-serif;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.5em 0.4em 2em;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	width: 84%;
	text-align: left;
	background: url(../images/left-subcat-hvr-bg.png) no-repeat 20px center;
}
#org-gap {
	height: 20px;
	width: 220px;
	clear: both;
}
#org-price {
	width: 210px;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}
.priceinput {
	width: 54px;
	height: 22px;
	padding: 0;
	margin: 0 7px;
	border: 1px solid #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-indent: 10px;
}
.pricebtn {
	float: right;
	width: 22px;
	height: 22px;
}
.g-hdn {
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
	float: left;
}
#org-colour {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	background: #fff;
}
#org-colour ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#org-colour ul li {
	width: 21px;
	height: 21px;
	padding: 0;
	margin: 5px;
	display: inline-block;
	float: left;
	list-style: none;
}
#org-colour ul li.clr1 {
	background: #000;
}
#org-colour ul li.clr2 {
	background: #0014a6;
}
#org-colour ul li.clr3 {
	background: #7f5050;
}
#org-colour ul li.clr4 {
	background: #218511;
}
#org-colour ul li.clr5 {
	background: #acacac;
}
#org-colour ul li.clr6 {
	background: #dfd8c5;
}
#org-colour ul li.clr7 {
	background: #ff6600;
}
#org-colour ul li.clr8 {
	background: #d85696;
}
#org-colour ul li.clr9 {
	background: #8e22c6;
}
#org-colour ul li.clr10 {
	background: #dfdfdf;
}
#org-colour ul li.clr11 {
	background: #fff;
	border: 1px solid #dfdfdf;
	width: 19px;
	height: 19px;
	-width: 21px;
	-height: 21px;
}
#org-colour ul li.clr12 {
	background: #eeae00;
}
#org-colour ul li.clr13 {
	background: #12deac;
}
#org-colour ul li.clr14 {
	background: #4f0a0a;
}
#org-colour ul li.clr15 {
	background: #ff0000;
}
#org-colour ul li.clr16 {
	background: #1d00b3;
}
#org-colour ul li.clr17 {
	background-color: #ff6600;
	background-image: url(../images/multi.jpg);
	background-repeat: no-repeat;
}
#org-colour ul li a {
	display: block;
	width: 21px;
	height: 21px;
}
/*---Left Column---<<END*/
/*---FOOTER->START*/
.org-wrapcens {
	width: 100%;
	padding: 0;
	float: left;
	margin: 0;
	background: #e0e0e0;
}
#org-footer {
  display: inline-block;
  margin: 0 auto;
  padding: 25px 0 0;
  width: 1200px;
  border-top: 1px solid #4a4a4a;
}
#org-footer h1 {
	width: 100%;
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: 'Arimo', sans-serif;
	color: #000;
	font-size: 12pt;
	text-align: center;
	font-weight: 700;
}
#org-footer .f-col2 h1 {
  text-align: center;
}
.f-col1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 37%;
}
.f-col1 ul {
	width: 33%;
	float: left;
	padding: 0;
	margin: 0 0 0 0%;
	list-style: none;
}
.f-col1 > h1 + ul {
  margin-left: 0;
}
.f-col1 ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.f-col1 ul li a {
  background: rgba(0, 0, 0, 0) url("../images/footer-bullet.png") no-repeat scroll 0 center;
  color: #5a5a5a;
  float: left;
  font-family: "Arimo",sans-serif;
  font-size: 10pt;
  margin: 4px 0;
  padding: 0 0 0 10px;
  text-align: left;
  text-decoration: none;
}
.f-col1 ul li a:hover {
	text-decoration: none;
	color: #942d32;
}
.f-col2 {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 27%;
}
.f-col3 {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 28%;
}
.f-col3 h1 {
	text-align: center !important;
}

#org-newsletter {
  box-sizing: border-box;
  display: table;
  margin: 0px auto 0;
  padding: 0px 0px;
  width: 100%;
}
form {
	float: left;
	margin: 0;
	padding: 0;
}
#org-newsletter h1 {
  background: rgba(0, 0, 0, 0) url("../images/newsletter.png") no-repeat scroll left top;
  color: #222;
  float: left;
  font-size: 24px;
  font-weight: normal;
  height: auto;
  margin: 0;
  padding: 14px 0 14px 106px;
  text-align: left;
  text-transform: capitalize;
  width: auto;
}
#org-newsletter h1 span {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#org-newsletter #org-text {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#org-newsletter #org-text p {
	padding: 0px;
	margin: 0px;
}
#org-newsletter #org-signup {
  height: auto;
  margin:10px auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 123px;
  display:table;
}
#org-newsletter #org-signup > a {
  background: rgba(0, 0, 0, 0) url("../images/subscribe-now.png") no-repeat scroll left top;
  border: 0 none;
  color: #b5b5b5;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 18px;
  margin: 0;
  text-decoration: none;
  text-indent: -9999px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
#org-newsletter #org-signup > a:hover {
	background: url(../images/subscribe-now.png) no-repeat left bottom;
}
#org-footer .footer-bottom {
  border-top: 1px solid #4a4a4a;
  display: inline-block;
  line-height: 44px;
  margin-top: 20px;
  width: 100%;
}
#org-copy {
  color: #6c6c6c;
  float: left;
  font-family: "Arimo",sans-serif;
  font-size: 10pt;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
#org-designedby {
	float: right;
	padding: 19px 0 0 0;
	text-align: right;
	font-family: 'Arimo', sans-serif;
	font-size: 9pt;
	color: #6c6c6c;
}
#org-designedby > img {
max-width:100%;
}
/*Deafult Css*/
#org-categories .ttl, #org-categories .cnt, #org-categories .link, #org-categories .all_cats {
	display: none !important;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
/*Deafult Css*/
/*---Listing Column start----*/

#listingarea {
  float: left;
  padding: 0;
  position: relative;
  width: 965px;
}
.org-listingarea-box {
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.org-listinghead {
  background-color: #952e33;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.desc-hedtitle {
  background-color: #952e33;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.innerpage-gentext {
}
.desc-rd {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 30px 25px;
  width: 100%;
}
.desc-text {
  color: #606060;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
}
.desc-rd.desc-text .color_red {
  color: #800000;
}
.desc-text h1 {
  color: #952e33;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 0 15px;
  padding: 0;
  text-align: justify;
  text-decoration: none;
  width: 100%;
}
.desc-rd.desc-text ul {
  list-style: outside none none;
  margin: 10px 0;
  padding: 0;
}
.desc-rd.desc-text ul li {
  background: rgba(0, 0, 0, 0) url("../images/desc-arrow.png") no-repeat scroll 0 center;
  display: inline-block;
  margin: 1px 0;
  padding-left: 10px;
  width: 100%;
}
.desc-rd.desc-text li span {
  font-weight: bold;
  margin-right: 5px;
}
.desc-rd table {
	border: 0 none;
	border-collapse: collapse;
	background: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	color: #606060;
	margin: 10px 0 30px;
}
.desc-rd table td {
	border-bottom: 0 none;
	border-left: 0 none;
	padding: 3px 3px 3px 0;
	text-align: left;
}
.desc-rd table td:first-child {
  background: rgba(0, 0, 0, 0) url("../images/desc-arrow.png") no-repeat scroll 0 11px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  vertical-align: text-top;
}
.desc_dot {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  vertical-align: text-bottom;
}
.desc-rd.desc-text p {
  margin: 0;
}
.desc-rd.desc-text img {
  max-width: 100%;
  width: auto;
}
/*---Listing Column End----*/

.org-scrolleo-box {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border: 0 none;
}

/*===========Tab=============*/
.listing-tab {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.listing-tab main {
  float: left;
  margin: 0 auto;
  max-width: 100%;
  min-width: 320px;
  width: 100%;
}
.listing-tab section {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #606060;
  display: none;
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  margin: -1px 0 0;
  padding: 20px 25px;
  text-align: justify;
  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;
	
}
.listing-tab label {
  background-color: #545254;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block !important;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 32.5%;
  z-index: 111;
}
.listing-tab label[for="tab2"], .listing-tab label[for="tab-2"] {
  margin: 0 1.24%;
}
.listing-tab label a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.listing-tab label:hover, .listing-tab input:checked + label, .listing-tab .d-link a:hover {
  background-color: #26cac3;
}
.listing-tab #tab1:checked ~ #content1,
 .listing-tab #tab2:checked ~ #content2,
  .listing-tab #tab3:checked ~ #content3,
.listing-tab #tab-1:checked ~ #content-1,
 .listing-tab #tab-2:checked ~ #content-2,
  .listing-tab #tab-3:checked ~ #content-3 {
	display: block;
}
.listing-tab .d-link a {
  color: #a29061;
  display: block;
  text-decoration: none;
  width: 100%;
}
.listing-tab section > p {
  margin: 0;
}
.mobile-tab {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.accordion {
	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 {
  background-color: #545254;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 30px 8px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.accordion-item-hd:hover, .accordion-item-input:checked ~ .accordion-item-hd {
  background-color: #26cac3;
}
.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  background: rgba(0, 0, 0, 0) url("../images/minus-hvr.png") no-repeat scroll center center;
  transform: rotate(-180deg);
}
.accordion-item-hd a {
	display: block;
	padding: 0;
	position: relative;
	color: inherit;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
.accordion-item-hd a:hover {
	color: #fff;
}
.accordion-item-input:checked ~ .accordion-item-hd .accordion-item-hd-cta, .accordion-item-hd:hover .accordion-item-hd-cta {
  background: rgba(0, 0, 0, 0) url("../images/minus.png") no-repeat scroll center center;
}
.accordion-item-input:checked ~ .accordion-item-bd {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  color: #606060;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  max-height: 3000px;
  padding: 0 5px;
  text-align: justify;
  transition: max-height 1s ease-in 0s, margin 0.3s ease-in 0s, padding 0.3s ease-in 0s;
  width: 100%;
}
.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: 5px;
	/*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;
}




/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/

#gallery {
 background:url(../images/gallery-bg.png) no-repeat center top;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 35px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  display: table;
}
#gallery #slides {
  display: inline-block;
  height: auto;
  overflow: hidden;
  float:right;
  text-align: center;
  vertical-align: middle;
  z-index: 500;
    width: 223px;
	   margin-top: 25px;
}
#gallery #slides div ul {
  display: table;
  height: auto;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#gallery #slides div ul li {
  float: left;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#gallery .big-img-wpr {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 700px;
  margin: 0;
  max-width: 700px;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr {
  background-color: #fff;
 border:1px solid #c2c2c2;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 50px;
  max-height: 653px;
  max-width: 645px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
  margin:0 ;
  float:left;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
}
#gallery .thumb {
  border: 0 solid #f00;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 98px;
  left: 0;
  margin-bottom: 13px;
  margin-left:13px;
  position: relative;
  right: 0;
  width: 98px;
  z-index: 3;
}
#gallery .thumb-bg {
  background-color: #fff;
  bottom: 0;
  height: 96px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
  z-index: 1;
  border:1px solid #c2c2c2;
}
#gallery .thumb-img[src=""], #gallery .thumb-img[src=""] + .thumb, #gallery .thumb-img[src=""] ~ .thumb-bg {
  display: none;
}
.thumb-wpr {
  position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: -13px;
  margin: auto;
  max-height: 96px;
  max-width: 96px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 2;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
	z-index: 1;
}
#gallery #slides input {
	display: none;
}
#gallery #slides input:checked ~ .img-wpr {
	z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
	display: none;
}
#gallery #slides div ul li:only-#gallery {
	left: 0px;
  margin: 0 auto;
}

/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/