@charset "utf-8";
/* CSS Document */



a {
	text-decoration:none;
	color:#ec1b29;
	cursor:pointer;
	transition:0.3s;
}

a:hover {
	color:#333333;
}

b {
	font-size:18px;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

.pad0 {
	padding:0 !important;
}

.marg0 {
	margin:0 !important;
}

.fright {
	float:right !important;
}

.fleft {
	float:left !important;
}

.center {
	text-align:center !important;
}

.clear {
	clear:both;
}

.clear15 {
	clear:both;
	margin-bottom:16px;
}

.col50p {
	width:50%;
	float:left;
	margin:0;
	box-sizing:border-box;
}

.col50p .margin {
	margin:10px 10px 10px 0;
}

@media only screen and (max-width:750px){
.col50p {
	width:100%;
}

.col50p .margin:nth-of-type(odd) {
	margin:0 0 10px 0;
}

.col50p .margin:nth-of-type(even) {
	margin:0 0 10px 0;
}
}

.limiter {
	width:100%;
	overflow:auto;
}

.logo {
	margin:10px;
	height:50px;
	float:left;
	max-width:calc(100%-40px);
}

.nav {
	display:block;
	overflow:auto;
	float:right;
	padding:12px 15px 0 0;
	font-size:12px;
	color:#aaa;
	text-align:right;
}

@media only screen and (max-width:750px){
.logo {
	float:none;
}
.nav {
	clear:both;
	float:none;
	padding:0 0 10px 0;
	text-align:center;
}
}
	
.welcome1, .welcome2, .welcome3 {
	display:block;
	overflow:auto;
	padding:20px 20px 0 20px;
}

.welcome1 {
	background-color:#eee;
}

.welcome2 {
	background-color:#ddd;
}

.welcome3 {
	background-color:#000;
	color:#aaa;
	text-align:justify;
	padding:30px;
}

.category1, .category2, .category3 {
	display:block;
	overflow:auto;
	padding:0 20px 20px 20px;
}

.category1 {
	background-color:#eee;
}

.category2 {
	background-color:#ddd;
}

.category3 {
	background-color:#fff;
	color:#777;
	text-align:justify;
	padding:10px;
}

.category3 .sub {
	display:block;
	overflow:hidden;
	position:relative;
	float:right;
	width:calc(50% - 20px);
	height:300px;
	padding:20px;
	margin:10px;
	background-color:#eee;
	box-sizing:border-box;
	text-align:center;
}

.category3 .sub a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:20;
	font-size:0;
}
	
.category3 .sub label {
	display:block;
	padding:15px 30px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	transition:0.5s;
	background-color:#eee;
	border-radius:0 15px 0 0;
	font-weight:bold;
	font-size:16px;
}

.category3 .sub:hover label {
	background-color:#9e010b;
	color:#fff;
}

.category3 .sub img {
	position:absolute;
	top:-10%;
	right:0;
	width:100%;
	height:auto;
	min-height:111%;
	z-index:5;
}

@media only screen and (max-width:750px){
.category3 .sub {
	width:calc(100% - 20px);
}
}

.newsletter {
	display:block;
	overflow:auto;
	padding:20px;
	background-image:url(images/newsletter-bg.jpg);
	background-position:right center;
}

.newsletter input[type=text] {
	width:75%;
	float:left;
	padding:10px 15px 9px 10px;
	color:#aaa;
	border:none;
	font-size:18px;
	font-weight:bold;
	box-sizing:border-box;
}

.newsletter input[type=submit] {
	width:24%;
	float:right;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:#aaa;
	border:none;
	cursor:pointer;
	text-align:center;
	box-sizing:border-box;
	background-color:#000;
	transition:0.5s;
}

.newsletter input[type=button]:hover {
	background-color:#eee;
	color:#000;
}

@media only screen and (max-width:550px){
.newsletter input[type=text] {
	width:100%;
}

.newsletter input[type=submit] {
	width:100%;
	margin-top:5px;
}
}

.form {
	display:block;
	text-align:left;
}

.form ul {
	list-style:none;
	clear:both;
	overflow:auto;
}

.form ul li {
	list-style:none;
	float:left;
}

.footer {
	display:block;
	overflow:auto;
	background-color:#000;
}

.footer div {
	display:block;
	float:left;
	margin:20px;
	width:calc(33.33% - 40px);
}

.footer div label {
	text-align:left;
	display:block;
	margin-bottom:10px;
	color:#aaa;
	font-weight:bold;
}

.footer div a {
	text-align:left;
	display:block;
	line-height:30px;
	padding-left:10px;
}

.footer div a:before {
	content:"- ";
	font-weight:bold;
}

.footer div a:hover {
	color:#aaa;
}

@media only screen and (max-width:750px){
.footer div {
	width:calc(100% - 40px);
}
}

.copyright {
	text-align:center;
	display:block;
	padding:10px;
	color:#333;
	background-color:#eee;
}


/**post list **************************************************************/

.title {
	display:block;
	overflow:auto;
	padding:20px;
	margin:20px;
	margin-top:30px;
	text-align:center;
	font-weight:bold;
	font-size:32px;
	text-transform: uppercase;
	border-bottom:1px solid #aaa;
}

@media only screen and (max-width:750px){
.title {
	text-align:left;
}
}

.title input {
	display:block;
	float:right;
	background:none;
	border:none;
	margin:-15px -10px;
	color:#aaa;
	cursor:pointer;
}

.list {
	display:block;
	overflow:auto;
	position:relative;
	clear:both;
	background-color:rgb(255, 153, 0);
}


.blog-p {
    font-size: 18px;
	color: black;
	font-weight: bold;
	place-items: left;
	margin-left: 50px;
}

.leftblog {
	display: grid;
    place-items: left;
}

.bloglabel {
	text-align: center;
}



.list .right {
	display:block;
	overflow:hidden;
	position:relative;
	float:right;
	height:250px;
	width:250px;
	background-color:#fff;
}

.list .right ul {
	overflow:hidden;
	list-style:none;
	width:100%;
	height:100%;
}

.list .right ul li {
	width:100%;
	height:100%;
}

.list .right img {
	width:100%;
	height:auto;
	transition:0.5s;/*for .product*/
	vertical-align:middle;
	margin:auto;
	
}

.list .right .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.list .left {
	display:block;
	overflow:auto;
	float:left;
	text-align:left;
	width:calc(100% - 280px);
}

.list .left span {
	display:block;
	overflow:auto;
	color:#aaa;
	margin-bottom:10px;
}

.showdate {
	display:block;
	overflow:auto;
	color:#aaa;
	margin-top:10px;
	padding:0 25px;
	text-align:left;
}

.list .left label {
	display:block;
	overflow:auto;
	font-weight:bold;
	font-size:35px;
	line-height:100px;
	margin-left: 50px;
}

.list {
	border: 2px solid black;
}

.list .left .button {
	display:block;
	overflow:auto;
	width:180px;
	float:left;
	padding:10px 30px;
	margin:0;
	margin-top:10px;
	background-color:#ec1b29;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	margin-left: 50px;
}

.product .right {
	float:left;
	height:320px;
	width:320px;
}

.product .left {
	float:right;
	padding-left:20px;
	width:calc(100% - 340px);
}

.product .right img:hover {
	cursor:zoom-in;
	filter:brightness(150%);
}

.product .left input {
	float:right;
	width:100px;
	padding:10px;
	margin:10px 10px 0 0;
	text-align:center;
	color:#999;
	border:1px solid #aaa;
}

.product .left label {
	font-size:16px;
	line-height:22px;
	padding:10px 1px 8px 1px;
	font-family:Times New Roman;
	margin:0;
	clear:both;
	border-bottom:1px solid #fff;
}

.product .left label span {
	overflow:visible;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	float:right;
	margin:0;
	width:calc(100% - 200px);
}

.cartres {
	display:none;
	float:right;
	margin:10px 10px 0 0;
	border:1px dashed #000;
	padding:10px 30px;
}

@media only screen and (max-width:1000px){
.product .right {
	height:240px;
	width:240px;
}

.product .left {
	width:calc(100% - 260px);
}
}

@media only screen and (max-width:640px){
.list .right {
	width:100%;
	height:320px;
}

.list .left {
	width:100%;
	padding:0;
	margin-bottom:10px;
}
}

@media only screen and (max-width:320px){
.list .right {
	height:180px;
}

.product .left label span {
	width:100%;
}
}

.pagenum {
	display:block;
	overflow:auto;
	clear:both;
	margin:20px;
}

.pagenum b {
	display:block;
	float:left;
	padding:6px 15px;
	background-color:#333;
	color:#FFF;
	margin:2px;
	margin-right:0;
}


.pagenum a {
	text-decoration:none;
	display:block;
	float:left;
	padding:5px 15px;
	border:1px solid #999;
	color:#555;
	margin:2px;
	margin-right:0;
}

.pagenum a:hover {
	background-color:#333;
	color:#FFF;
}

.showimg {
	width:calc(100% - 40px);
	margin:0 20px;
}

.icon {
	float:left;
	margin-right:5px;
	height:22px;
	width:22px;
}

.par {
	display:block;
	padding:30px 30px 0 30px;
	text-align:justify;
}

.totop {
	display:none;
	position:fixed;
	right:5px;
	bottom:5px;
	width:50px;
	padding:15px 10px;
	z-index:99999;
	border-radius:10px;
	background-color:rgba(0,0,0,0.1);
	transition:0.5s;
}

.totop:hover {
	background-color:rgba(255,255,255,1);
}



/**purchase **************************************************************/

.cart {
	display:block;
	margin:0px 20px;
}


.cart .par {
	padding:20px 25px;
	background-color:#eee;
}

.cart .tableheader {
	border-bottom:2px solid #333;
}

.cart .tableheader li {
	background:none !important;
	font-weight:bold;
	font-size:18px;
}

.cart .tableheader li:nth-of-type(1) a {
	background:none;
	color:#B10002;
}	

.cart ul {
	overflow:auto;
	border-bottom:1px solid #eee;
}

.cart li {
	padding:10px;
	margin:5px 2.5px;
	box-sizing:border-box;
}

.cart li:nth-of-type(1) {
	padding:0;
	margin:0;
}

.cart li:nth-of-type(1) a {
	font-size:24px;
	width:50px;
	margin-right:0;
	text-align:center;
}

.cart li:nth-of-type(2) {
	width:50px;
	text-align:center;
	background-color:#eee;
}

.cart li:nth-of-type(3) {
	width:calc(100% - 600px);
}

.cart li:nth-of-type(4) {
	width:180px;
	text-align:center;
	background-color:#eee;
}

.cart li:nth-of-type(5) {
	width:180px;
	text-align:center;
	background-color:#eee;
}

.cart li:nth-of-type(6) {
	width:110px;
	text-align:center;
	background-color:#eee;
}

@media only screen and (max-width:1000px){
.cart li:nth-of-type(3) {
	width:calc(100% - 120px);
}

.cart li:nth-of-type(4) {
	width:calc(33.33% - 5px);
}

.cart li:nth-of-type(5) {
	width:calc(33.33% - 5px);
}

.cart li:nth-of-type(6) {
	width:calc(33.33% - 5px);
}
}

@media only screen and (max-width:550px){
.tableheader {
	display:none;
}

.cart li:nth-of-type(4) {
	width:calc(100% - 5px);
}

.cart li:nth-of-type(5) {
	width:calc(100% - 5px);
}

.cart li:nth-of-type(6) {
	width:calc(100% - 5px);
}
}

.addtocart {
	display:block;
	overflow:auto;
	margin:0 20px;
	border-bottom:1px solid #eee;
	list-style-type:none;
}

.addtocart li {
	float:left;
	text-align:left;
	box-sizing:border-box;
}

.addtocart li:nth-of-type(1) {
	padding:16px 20px 14px 10px;
	width:100%;
	margin:5px 0;
	background-color:#eee;
	
}

.addtocart li:nth-of-type(1) span {
	font-size:12px;
	color:#777;
}

.addtocart li:nth-of-type(2), .addtocart li:nth-of-type(5), .addtocart li:nth-of-type(7) {
	width:160px;
	padding:10px 20px 10px 10px;
	margin:5px 3px;
	background-color:#eee;
}

.addtocart li:nth-of-type(4) {
	padding:10px 20px;
	margin:5px 3px;
	background-color:#000;
	color:#fff;
}

.addtocart li:nth-of-type(3), .addtocart li:nth-of-type(6), .addtocart li:nth-of-type(8) {
	width:calc(50% - 200px);
}

.addtocart li:nth-of-type(9) {
	width:calc(50% + 32px);
}

@media only screen and (max-width:700px){
.addtocart li:nth-of-type(3), .addtocart li:nth-of-type(6), .addtocart li:nth-of-type(8) {
	width:calc(100% - 235px);
}

.addtocart li:nth-of-type(9) {
	width:calc(100% - 70px);
}
}

@media only screen and (max-width:400px){
.addtocart li {
	width:99% !important;
}
}

.finalcart {
	display:block !important;
}


/*purchase ****************************************************************/

.purchase {
	display:block;
	margin:20px;
}

.purchase .par {
	padding:20px 25px;
	background-color:#eee;
}

.purchase ul {
	border-bottom:2px solid #fff;
}

.purchase ul li:nth-of-type(1) {
	width:180px;
	padding:15px;
	box-sizing:border-box;
}

.purchase ul li:nth-of-type(2) {
	width:calc(100% - 185px);
}

.purchase .button {
	width:240px;
	float:right;
}

@media only screen and (max-width:500px){
.purchase ul {
	margin-bottom:5px;
}

.purchase ul li:nth-of-type(1) {
	width:100%;
	padding-bottom:5px;
}

.purchase ul li:nth-of-type(2) {
	width:100%;
}
}

/*contact ****************************************************************/

.field {
	display:block;
	width:calc(100% - 5px);
	padding:9px 20px;
	margin:5px 2.5px;
	border:1px solid #eee;
	color:#aaa;
	line-height:24px;
	box-sizing:border-box;
}

.button {
	display:block;
	width:calc(100% - 5px);
	padding:9px 20px;
	background-color:#B40003;
	color:#fff;
	border:none;
	cursor:pointer;
	margin:5px 2.5px;
	line-height:24px;
	transition:0.5s;
	box-sizing:border-box;
}

.button:hover {
	color:#fff;
	background-color:#333;
}

.error {
	display:block;
	padding:10px;
	background-color:#B40003;
	color:#fff;
	margin-bottom:10px;
	text-align:justify;
	line-height:25px;
}

.success {
	display:block;
	padding:10px;
	background-color:#00B10E;
	color:#fff;
	margin-bottom:10px;
	text-align:justify;
	line-height:25px;
}

.attachmore {
	position:relative;
}

.attachmore input[type="button"] {
	display:inline-block;
	overflow:auto;
	width:auto !important;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
	font-size:32px;
	font-weight:bolder;
}

.attachmore input[type="button"]:nth-of-type(3) {
	right:60px;
}

/**menu **************************************************************/

.search {
	display:block;
	overflow:auto;
	float:right;
	margin:7px;
	width:320px;
}

@media only screen and (max-width:500px){
.search {
	width:calc(100% - 14px);
}
}

.search input[type=text] {
	width:50%;
	float:left;
	padding:7.5px 0 6px 10px;
	margin:0;
	border:none;
	color:#999;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:4px 0 0 4px;
	border-top:1px solid #aaa;
	border-right:2px solid #efefef;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
}

.search select {
	width:35%;
	float:left;
	margin:0;
	border:none;
	color:#999;
	box-sizing:border-box;
	background-color:#fff;
	border-top:1px solid #aaa;
	border-right:1px solid #efefef;
	border-bottom:1px solid #aaa;
	
}




.search input[type=submit] {
	width:15%;
	float:left;
	padding:7.5px 10px 6px 10px;
	margin:0;
	border:none;
	color:#fff;
	box-sizing:border-box;
	background-color:#000;
	border-radius:0 4px 4px 0;
	border:1px solid #000;
	cursor:pointer;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border-top:1px solid #f0f0f0;
  box-shadow:0 3px 3px #aaa;
}
#cssmenu > ul {
	float:left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 16px 18px 13px 18px;
  margin-right:1px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #B40003;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #333;
  right: 17px;
  top: 22px;
}

#cssmenu > ul > li.has-sub:hover > a::after {
	border-top-color: #fff;
}
	
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  background-color:#fff;
  z-index:99999999999999999999999999;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
  z-index:9999999999999999999999999999999999;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 900px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 900px), only screen and (min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (min-resolution: 192dpi) and (max-width: 900px), only screen and (min-resolution: 2dppx) and (max-width: 900px) {

  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
	  display: block;
	  position:absolute;
	  top:52px;
	  background-color:#fefefe;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	z-index:10000;
	min-width:240px;
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
	text-align:left;
	margin-bottom:1px;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background:#B40003;
  }
  #cssmenu #menu-button {
    display: block;
	float:left;
	width:calc(100% - 400px);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    padding: 19px 45px 18px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
	text-align:left;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    left: 20px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    left: 20px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}


/*slider ******************************************************/

.slider {display:block;overflow:auto; position:relative; background-color:#000;}
.closeslider {display:inline-block; overflow:auto; padding:5px 15px; position:absolute; top:10px; right:10px; background-color:#8E0002; z-index:999999999; border-radius:5px; color:#fff;}
.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.lightSlider:before,.lightSlider:after{content:" ";display:table}
.lightSlider{overflow:hidden;margin:0;}
.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}
.lSSlideWrapper li {height:400px; position:relative;overflow:hidden;}
@media only screen and (max-width:1000px){
.lSSlideWrapper li {height:320px;}
}
@media only screen and (max-width:700px){
.lSSlideWrapper li {height:240px;}
}
.lSSlideWrapper img{width:100%;height:auto; margin-top:0;}
.lSSlideWrapper > .lightSlider:after{clear:both}
.lSSlideWrapper label{position:absolute;bottom:50px; right:0; left:0; display:block;overflow:auto;color:#fff; text-align:center;padding:10px;font-size:48px;line-height:48px;font-weight:bold; text-shadow:2px 2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000, -2px -2px 3px #000;z-index:1000;}
.lSSlideWrapper label span{font-size:16px;}
.lSSlideWrapper label a{font-size:16px;color:#eee;}
.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}
.lSSlideWrapper .lSFade{position:relative}
.lSSlideWrapper .lSFade > *{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}
.lSSlideWrapper.usingCss .lSFade > *{opacity:0;-webkit-transition-delay:0;transition-delay:0;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}
.lSSlideWrapper .lSFade > .active{z-index:10}
.lSSlideWrapper.usingCss .lSFade > .active{opacity:1}
.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}
.lSSlideOuter .lSPager.lSpg > li{cursor:pointer;display:inline-block;padding:0 5px}
.lSSlideOuter .lSPager.lSpg > li a{background-color:#aaa;border-radius:30px;display:inline-block;height:18px;overflow:hidden;text-indent:-999em;width:18px;position:relative;z-index:99;-webkit-transition:all .5s linear 0;transition:all .5s linear 0}
.lSSlideOuter .lSPager.lSpg > li:hover a,.lSSlideOuter .lSPager.lSpg > li.active a{background-color:#ec1b29;}
.lSSlideOuter .media{opacity:.8}
.lSSlideOuter .media.active{opacity:1}
.lSSlideOuter .lSPager.lSGallery{list-style:none outside none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0px,0px,0px);-moz-transform:translate3d(0px,0px,0px);-ms-transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);-o-transform:translate3d(0px,0px,0px);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0 .35s linear 0;transition:border-radius .12s linear 0 .35s linear 0}
.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{filter:drop-shadow(0px 0px 3px #000) brightness(150%);}
.lSSlideOuter .lSPager.lSGallery img{display:block;height:50px;width:100%}
.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after{content:" ";display:table}
.lSSlideOuter .lSPager.lSGallery:after{clear:both}
.lSAction > a{width:32px;display:block;top:50%;height:32px;background-image:url(https://www.Times New Romanteam.ir/common/images/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0;transition:opacity .35s linear 0}
.lSAction > a:hover{opacity:1}
.lSAction > .lSPrev{background-position:0 0;left:10px}
.lSAction > .lSNext{background-position:-32px 0;right:10px}
.lSAction > a.disabled{pointer-events:none}
.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}
.lSSlideOuter.vertical{position:relative}
.lSSlideOuter.vertical.noPager{padding-right:0!important}
.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}
.lSSlideOuter.vertical .lightSlider > *{width:100%!important;max-width:none!important}
.lSSlideOuter.vertical .lSAction > a{left:50%;margin-left:-14px;margin-top:0}
.lSSlideOuter.vertical .lSAction > .lSNext{background-position:31px -31px;bottom:10px;top:auto}
.lSSlideOuter.vertical .lSAction > .lSPrev{background-position:0 -31px;bottom:auto;top:10px}
.lSSlideOuter.lSrtl{direction:rtl}
.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}
.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0}
.lSSlideOuter .lightSlider > *,.lSSlideOuter .lSGallery li{float:left}
.lSSlideOuter.lSrtl .lightSlider > *,.lSSlideOuter.lSrtl .lSGallery li{float:right!important}
@-webkit-keyframes rightEnd {0%{left:0} 50%{left:-15px} 100%{left:0}}
@keyframes rightEnd {0%{left:0} 50%{left:-15px} 100%{left:0}}
@-webkit-keyframes topEnd {0%{top:0} 50%{top:-15px} 100%{top:0}}
@keyframes topEnd {0%{top:0} 50%{top:-15px} 100%{top:0}}
@-webkit-keyframes leftEnd {0%{left:0} 50%{left:15px} 100%{left:0}}
@keyframes leftEnd {0%{left:0} 50%{left:15px} 100%{left:0}}
@-webkit-keyframes bottomEnd {0%{bottom:0} 50%{bottom:-15px} 100%{bottom:0}}
@keyframes bottomEnd {0%{bottom:0} 50%{bottom:-15px} 100%{bottom:0}}
.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}
.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}
.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}
.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}
.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}
.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}
.lightSlider.lsGrab > *{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.lightSlider.lsGrabbing > *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}