/*===================================================================================== GENERAL ===============================================================================================*/
body{
	overflow-x: hidden;
}
/*===================================================================================== SECTION 01 -- SHOP ====================================================================================*/
.container-fluid > .shop-image {
	background-color: #313030;
	text-align: center;
	padding: 5px 0;
}

/*============================================================================ SECTION 02 & 3 -- NAV VISIBLE-XS   ====================================================================================*/

.search-box {
        /* padding: 21px 0; */
		max-width: 1200px;
		display: flex;
		justify-content: center;
		align-items: center;
}
@media screen and (min-width:900px) {
	.gridItem > ul > li > .gridImage > a > img {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
}
}

.sidebargpItem {
width: 230px;
position: relative;
margin:0 auto;
}
.sidebargpItem:hover .b-wrapper{
margin: 0;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.7);
opacity: 1;
}
.pr_itm {
padding: 15px;
}
.container-fluid > .nav-visible-xs , .container-fluid > .nav-hidden-xs  {
	background-color: #101010;
}
.container-fluid > .nav-hidden-xs .col-sm-7{
	text-align: left;
}
.container-fluid > .nav-visible-xs a,.container-fluid > .nav-hidden-xs a {
	color: #FF7E00;
}
.container-fluid > .nav-visible-xs > .container:nth-child(2) > .col-xs-6:nth-child(2){
	padding: 13px 0;
}
.container-fluid > .nav-visible-xs > .container:nth-child(1){
	padding: 15px 0;
}
ul.topNavMenu li label {
	color: #FF7E00;
}
ul.topNavMenu li{
	color:#fff;
}

.container-fluid > .row:nth-child(2) form[name=frmlogin],.container-fluid > .row:nth-child(3) form[name=frmlogin] {
	/* margin-top: -4px; */
}
.ltr .container-fluid > .row:nth-child(2) form[name=frmlogin],.ltr .container-fluid > .row:nth-child(3) form[name=frmlogin] {
	/* margin-top: -2px; */
}
.topNavMenu li {
	display: inline-block;
}
.topNavMenu li a {
	display: block;
	color: #fb7e00;
}
.topNavMenu li label >  a{
padding: 0px 22px;
border: 1px solid #FFF;
background-color: #9b042c;
color: #FFF;
border-radius: 7px;
}

.topNavMenu .lang {
	position: relative;
}
.topNavMenu .lang span {
	color: #fff;
	padding: 10px;
	cursor: pointer;
}
.topNavMenu .lang div {
	position: absolute;
	top: 100%;
	z-index: 9999;
}
.topNavMenu .lang ul {
	display: none;
	position: relative;
	z-index: 10000;
	background-color: #000;
	width: 100%;
	padding: 5px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.topNavMenu .lang:hover ul {
	display: block;
}
.topNavMenu .lang ul a {
	display: block;
	width: 100%;
	height: 100%;
}
.topNavMenu .lang ul li {
	margin: 10px;
	background: url('../images/general/languageBg.png') no-repeat no-repeat;
	width: 30px;
	height: 20px;
}
.ltr .topNavMenu li.lang ul li {}
.topNavMenu li.lang ul li.englishFlag {
	background-position: -44px -2px;
}
.topNavMenu li.lang ul li.russianFlag {
	background-position: -86px -1px
}
.topNavMenu li.lang ul li.arabicFlag {
	background-position: -124px 0
}
.topNavMenu li.lang ul li.persianFlag {
	background-position: 0 0;
}
.topNavMenu>li img {
	width: 19px;
	height: 19px;
}
.topNavMenu li.date {
	color: #fff;
	padding-left: 20px;
	padding-top: 3px;
	font-family: irsans;
}
.ltr .topNavMenu li.date {
	padding-left: 10px;
	font-family: yekan
}
.topNavMenu li.date i {
	position: relative;
	bottom: 2px;
}
.topNavMenu li:last-child {
	color: #fff;
}
.topNavMenu li:last-child label {
	color: #FF7E00;
}
.topNavMenu li:last-child form {
	display: inline-block;
}
.topNav .logout {
	width: 50px;
	padding: 2px 8px;
	margin: 2px;
	border-radius: 4px;
	color: #b71c1c;
	background-color: #cdcdcd;
	border: none;
	outline: none;
}
.topNavMenu li:last-child a {
	display: inline-block;
	padding-left: 5px;
}
.userenter form input{
		height: 26px;
		padding: 0px 7px;
		color: #444;
		border-radius: 4px;
	}

@media(min-width:768px) {
	.juVcarousel .ju-slider-item > span {
		margin-right: 6px;
	}
	.topNavMenu {
		display: flex;
		justify-content: space-around;
	}
	.ju-slider-item p , .ju-slider-item span {
		/*padding-right: 35% !important;*/
	}
	.col-sm-8 > ul > li.userenter {
		text-align: center;
		line-height: 21px;
		display: flex;
	}

	.col-sm-8 > ul > li.userenter form {
		margin: 0 9px;
	}

	.nav-hidden-xs > .container {
		padding: 20px 0;
	}

	.lang, .userenter a, .userenter span {
	}

	.gridItem > ul > li {
		position: static;
		margin: 40px auto;
		width: 80%;
	}

	.gridItem > ul > li > .gridImage > a > img {
		width: 100%;
	}

	.gridItem > ul > li > .gridImage > a {
		width: 100%;
	}
}

@media screen and (min-width: 598px) and (max-width: 680px){
.gridItem > ul > li{
	margin-right: 40px !important;
}
}
@media screen and (max-width: 695px){
.gridItem > ul{
	width: 100% !important;
	position: static;
	height: auto !important;
	margin: 0px;
}
.gridItem > ul > li{
	width: 100% !important;
	position: static;
	margin: 40px auto !important;
}
}
@media screen and (max-width:768px) {
	.gridItem > ul > li{
		position: absolute;
	}
}
@media screen and (max-width:450px) {
	.gridItem > ul > li{
		position: initial;
	}
}
@media (min-width: 768px) {

.gridItem > ul > li {
    display: none;
	width: 240px;
    margin: 8px 3px 0px;
    /* padding: 7px; */
    background: none repeat scroll 0 0 #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cccccc;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 22%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 22%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc');
    list-style: none outside none;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
}


/*======================================================================================== SLIDER HEADER -- SECTION 04  ====================================================================================*/
.section_01{
	margin-top:0 !important;
}

/*======================================================================================= MENU -- SECTION 05 ==================================================================================*/
.head {
	margin-bottom: 0px;
}
.menu > ul > li > ul > li:last-child > a > span{
	/* border-bottom: 1px solid #850d0d; */
	border-bottom: none;
}
.search form{
	margin: 23px 0;
}
@media (max-width: 1200px){
	body > div > div.row.head.xBgColor.nav-menu > div > div.search.col-xs-6.col-lg-2 > form{
		float: left;
	}
}
@media (max-width: 400px){
	.nav-menu > div > div:nth-child(1){
		/*padding: 16px 0;*/
	}
	.nav-menu > div > div:nth-child(1) img{
		width:70%;
		margin: 23px 0!important;
	}
}
/*======================================================================================== COLLAPSE MENU -- SECTION 6 ==================================================================================*/
.container-fluid > .collapse-menu{
	padding: 10px 0;
	background-color: #1E1D1D;
	margin-bottom: 20px;
	margin-top: -30px;
}
.container-fluid > .collapse-menu div > span{
	color:#fff;
	font-size: 40px;
	cursor:pointer;
}
/*=========================================================================================  SLICK SLIDER -- SECTION 07 ===================================================================================*/
/*.slick-slide{
	position: relative;
	cursor:pointer;
}
.slick-slide .b-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:400ms;
	transform: scale(0);
	background-color: rgba(0,0,0,.7);
}*/
.title-Homepage-Grouped{
	background-color: #201d1d;
	padding: 10px 20px;
	margin: 30px 0 15px;
	border-radius: 7px;
	font: 20px "irsans";
	height: 57px !important;
	line-height: 40px !important;
	color: #ffaf00;


}
.juHcarousel .ju-slider-item div a {
	font-size:24px;
}

/*=================================================================================  SMALL SLIDER + NEWS -- SECTION 08  ==================================================================================*/
 .small-slider-and-news{
	 margin-top: 25px;
 }
 @media screen and (min-width: 1024px) {
	.carousel_03 {
		min-height: 480px;
 }
 @media screen and (min-width: 992px) and (max-width: 1024px){
	 .carousel_02 {
		 margin: 20px 15px 0 0;
	 }
	 .carousel_03 {
		 min-height: 401px;
	 }
 .carousel_02 {
	 padding: 0 10px 0 55px !important;
	 width: 100%;
 }
 .section_01.wrapper {
	 padding: 0 0 20px !important;
	 width: auto !important;
	 margin: 20px !important;
 }
 .section_01 .juHcontentSlider .ju-slider-itemwrap {
	 width: 100% !important;
 }
 .section_01 .juHcontentSlider .ju-slider-wrap {
	 width: 100%;
 }
 .section_01 .juHcontentSlider .ju-slider-item {
	 width: 100% !important;
	 height: auto !important;
 }
 .section_01 .juHcontentSlider .ju-slider-item > a {
	 width: 100% !important;
	 height: auto !important;
 }
 .section_01 .juHcontentSlider .ju-slider-item > a > img {
	 width: 100% !important;
	 height: auto !important;
 }
 .section_01 .juHcontentSlider .ju-slider-item p {
	 width: 100% !important;
	 height: auto !important;
 }
 /* ------------------- HOTNEWS VITRIN --------------*/
 .juHcarousel_grouped .ju-slider-itemwrap {
	 width: 100% !important;
	 height: auto !important;
	 padding: 0 15px;
 }
 /* ------------------- GROUPED VITRIN --------------*/
 .normalGrouped .juHcarousel_grouped {
	 text-align: center !important
 }
 .normalGrouped .ju-slider-wrap {
	 text-align: center !important
 }
 .normalGrouped .b-link-flow {
	 margin-bottom: 2% !important;
	 margin-left: 1% !important;
 }
}
/*=========================================================================================== MAIN CONTENT -- SECTION 9 ==================================================================================*/
	#homepageGroupedProduct .container:nth-child(2) .col-md-6 > .row{
		text-align: center;
	}

}
#homepageGroupedProduct > .container:nth-child(2){
	text-align: center;
}
#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6{
	position: relative;
	margin-bottom: 10px;
}
#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 span{
	cursor: pointer;
}
#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 .b-wrapper{
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	transform:scale(0);
	transition:all 400ms;
	border-radius: 7px;
}
#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 .b-wrapper a{
	  position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%; 
	color: #fff;
	font-size: 30px;
	word-break: break-all;
	font-family: "A Iranian Sans";
}
#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 .b-wrapper a:hover{
	color:#ff6000;
}
#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 img{
	display: block;
	width: 100%;
	border-radius: 7px;
}
.showPage .zoomLink a {
	position: static;
}

.showPage .zoomLink {
	text-align: left;
	float: none;
}

#homepageGroupedProduct > div > div > a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.showTXT > ul > li > q {
	display: block;
}
div.showTXT > ul > li:nth-child(3) {
float: right;
}
.showTXT2{
		margin: 20px 0;
		padding: 25px 0;
	}
	.showTXT2 ul{
		display: flex;
		justify-content: space-between;
	}
	.showTXT2 ul li {
		float: right;
	}
	.showTXT2 > ul > li > div {
		float: right;
		margin: 0 10px;
	}
	.showTXT2 > ul > li > div > span {
		display: inline-block;
		font: 13px/27px Tahoma, Geneva, sans-serif;
		color: #555555;
	}
	.showTXT2 > ul > li > div.alignLeft {
		text-align: left;
	}
	.showTXT > ul > li {
		margin: 0;
		padding: 0 0 15px 20px;
		list-style: none outside none;
	  
	}
/*=============================================================================================== LATEST -- SECTION 10 ===================================================================================*/
/*.latest > div > div > div > div.col-sm-2 > a > img{
	width: 100%
}*/
.latest h5{
	margin:15px 0;
}
.latest .col-sm-11{
	line-height: 1.5em;
	margin-bottom: 10px;
}
.latest li{
	padding: 15px;
}
.latest li:hover {
	 background-color: #EBEDF0;
}
.latest ul li .leftBoxLatest p.abstract {
	color: #999999;
	margin-top: 5px;
	line-height: 18px;
	padding-right: 11px;
	font-size: 13px;
	text-align: justify;
}
.latest div ul li p.date {
	color: #9BACD3;
	text-align: left;
	font: 9px;
	font-family: irsans;
}
.latest div ul li:hover p.date {
	color: #7C7D7E;
}

.ltr .latest div ul li p.date {
	text-align: right;text-align: justify;
}
.latest div ul li:hover  p.abstract {
	color: #121212;text-align: justify;
}
.latest div > h5 {
	background-color: #201d1d;
	color: #fff;
	padding-right: 15px;
	font: 17px "irsans";
	height: 30px;
	line-height: 30px;
}
.leftBoxLatest a{
	font-size:18px;
}
/*========================================================================================== OTHER PAGES -- SECTION 11 ===================================================================================*/
#homepageGroupedProduct > div > div > img{
	border-radius: 50%
}
/*============================================================================================== SUB FOOTER -- SECTION 12 ==================================================================================*/

.card > ul > li {
	position: relative;
	z-index: 99;
	float: right;
	width: 25%;
	height: 50px;
	padding: 0;
	margin: 0 0 0 1%;
	list-style: none outside none;
}

.ltr .card > ul > li {
	float: left;
	margin: 0 20px 0 0;
}

.card > ul > li > div {
	z-index: 1;
	display: none;
}

.card > ul > li > h3 {
	/*padding: 1rem;*/
	margin: 0;
	text-align: center;
}

.card > ul > li > h3 > i {
	position: relative;
	top: 3px;
	font-size: 21px;
}

.card > ul > li > h3 > a > span {
	padding: 0 10px 0 0;
}

.card > ul > li > h3 > span,
.card > ul > li > h3 > a {
	display: inline-block;
	font-size: 17px;
	font-weight: 900;
}

.card > ul > li > div > div {
	width: 100%;
	min-height: 100px;
	padding: 5px;
}

.itemList ul {
	padding: 0;
	margin: 0;
}

.itemList ul li {
	position: relative;
	height: 27px;
	padding: 5px 20px 5px 0;
	margin: 0;
	overflow: hidden;
	list-style: none outside none;
	border-bottom: 1px dashed #bbb;
}

.itemList ul li a {
	display: block;
}

.itemList ul li a i {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -7px 0 0;
	font-size: 14px;
	color: #6c0000;
}

.itemList ul li a:hover i {
	color: #e95d00;
}

.itemList ul li a span {
	display: block;
	font: 11px/17px tahoma;
	color: #333;
}

.itemList ul li a:hover span {
	color: #e95d00;
}

.footer {
	/*margin: 2rem auto 32px;*/
	background: none repeat scroll 0 0 #ffffff;
	padding-top: 23px;
}

/*.footer > div {
max-width: 1000px;
padding: 0 1rem;
margin: auto;
}*/

.boxTitle {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	font-family: IrSans;
	text-align: center;
	color: white;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.boxTitle a{
	color: #fff;
}

.boxBody {
	padding: 10px;
	padding-top: 15px;
	margin: auto;
	color: white;
	/* background: #fff; */
}

.boxBody > ul > li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}

.mainContent {
	width: 93%;
	margin: 1rem auto;
}

.flexBox {
	width: 25%;
	margin: .25%;
}

.footerCantainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: auto;
	align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
}

.card {
	position: relative;
	z-index: 2;
	float: none;
}
.card > ul{
	padding:0;
}
@media screen and (max-width: 830px) {
	/*.footer {*/
	/*	margin: 2rem 0 2vw;*/
	/*}*/
	.footerCantainer {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-align: center;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	/*.card {*/
	/*	margin-bottom: .5rem;*/
	/*}*/
	.card > ul > li {
		width: 100%;
		height: auto;
		margin: 0;
		border-bottom: 7px solid transparent;
	}
	.ltr .card > ul > li {
		float: left;
		margin: 0; 
	}
	.card > ul > li a,
	.card > ul > li a:hover,
	.card > ul > li a:focus {
		color: #fff;
	}
	.card > ul > li > div > div {
		text-align: center;
	}
	.boxTitle {
		text-align: center;
	}
	/*.rtl .boxTitle {*/
	/*	text-align: right;*/
	/*}*/
}


/*============================================================================================= FOOTER -- SECTION 13 ===================================================================================*/
@media(min-width:992px){
	.navigation ul{
		display: flex;
		flex-direction: column;
	}
	#wrapperancer{
		color: azure;
	}
	#wrapperancer:hover{
		color: #ff9610;
	}
	.moduleLatest img {
		width: 130px;
		float: right;
	}
	.b-wrapper{
		margin: 0 !important;
		position: absolute;
		top: 0;
		height: 100%;
		left: 0;
		width: 100%;
		bottom: 0;
		background-color: rgba(32, 29, 29, 0.88);
		display: block;
		opacity: 0;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		-ms-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
		overflow: hidden;
	}
	.pr_itm:hover .b-wrapper{
		opacity: 1;
		}
	.b-wrapper a{
		margin: 50% 0%;
		display: block;
		text-align: center;
		line-height: 32px;
		padding: 0 29px;
	}
	.b-wrapper a:hover{
		color: #ff990a;
}
body > div.foot.bott-footer > div > div > div.navigation.col-lg-10{
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 6px 35px;
	padding-top: 35px;
}	
.rvkp{
	text-align: center;
}
.bgFoot > .container{
	padding: 5px 0;
}
/*====================================================================================== SHOPPING BASKET -- SECTION 14 =================================================================================*/
/*=============================================================================================== SIDEBAR -- SECTION 15 ===================================================================================*/
	.b-wrapper a {
		color: #fff;
		width: 100%;
	}
	.resBoxxx {
	position: absolute;
	top: 0;
	right: -102%;
	background-color: #1E1D1D;
	z-index: 999999;
	width:102%;
	min-height: 100%;
}
.resBoxxx h2{
	padding: 15px;
	text-align: center;
	color: #eee;
	margin-top: 30px;
}
@media screen and (max-width: 1024px){
	.resMenu.menu {
		width: 100%;
	}
	.menu ul li ul li ul {
		display: none;
		position: absolute;
		top: 100%;
		margin: 0;
		padding: 0;
		z-index: 102;
		width: 100%;
		right:0 !important;
	}
	.rtl .menu ul li ul li ul {
		display: none;
		position: absolute;
		top: 100%;
		margin: 0;
		padding: 0;
		z-index: 102;
		width: 100%;
		right: 0 !important;
		left: -199px !important;
	}
	.menu ul li ul li ul li {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none outside none;
	}	
}
@media screen and (max-width: 1024px) {
	.resMenu ul li {
		float: none !important;
	}
	.ltr .resMenu ul li{
		text-align:left;
	}
	.resMenu ul {
		margin: 0
	}
	.resMenu.menu {
		width: 100%;
	}
	.resMenu > ul > li > ul > li {
		width: 100%;
	}
	.resMenu > ul > li > ul {
		width: 100%;
	}
	.resMenu li.menuClass2>a span {
		width: 100%;
	}
	.resMenu li.menuClass3 .menuTooltipe {
		height: 100%;
	}
	.resMenu > ul > li {
		background-color: #850d0d;
		height: 50px;
		margin-bottom: 10px;
		line-height: 50px;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
	}
	.resMenu > ul > li>a>span {
		background-color: #464444;
		height: 50px;
		margin-bottom: 10px;
		line-height: 50px;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
	}
	.resMenu li.menuClass2>a span {
		display: block;
	}
	.resMenu > ul > li > ul > li > a > span {
		border-color: #464444;
		color: #000
	}
	.resMenu > ul > li > ul > li.lastChild > a > span {
		border-color: #464444;
	}
	.resMenu > ul > li:hover>a>span {
		background-color: #A3A1A1
	}
	.resMenu > ul > li > ul > li:hover > a > span,
	.resMenu > ul > li > ul > li:active > a > span {
		background-color: #464444;
	}
	.resMenu > ul > li > ul {
		top: 48px;
	}
}
}
.resBoxxx h2 {
	 color: #fff;
	 font: 20px "yekan";
	 background-color: #252424;
	 border-radius: 8px;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 text-align: center;
		 margin: 35px 0 20px;
 }
	 .resBoxxx .tags ul > li > a {
	 font-size: 14px;
	 border-radius: 4px;
	color: #555;
 }
 .tags ul {
 display: table;
 margin: 0;
 padding: 0;
 position: relative;
 top: -13px;
}

.tags ul > li {
 float: right;
 margin: 0;
 padding: 1px 2px;
 list-style: none outside none;
 border-bottom: 0
}

.tags ul > li > a {
 display: block;
 padding: 0 3px;
 background: none repeat scroll 0 0 #dfdfdf;
 font: 12px/22px Yekan, Tahoma, Geneva, sans-serif;
 color: #aaaaaa;
}

.tags ul > li > a:hover,
.tags ul > li > a:active {
 background-color: #cccccc;
 color: #000000;
 -webkit-transition: all 0.9s ease;
 transition: all 0.9s ease;
}
.closeBox span{
	 display: inline-block;
text-align: left;
font-size: 40px;
color: #fff;
margin: 10px 0;
cursor: pointer;
}
.closeBox span:hover{
 color:red;
}
.resBoxxx .container .col-xs-12:first-child{
 text-align: left;
}
li.menuClass:hover > ul{
 opacity: 1;
 visibility: visible;
 transform: scale(1);
}
.showIMG.news_show_img{
 float: right;
 width: 100% ;
 position: static;
}

nav.navbar{
background-color: rgb(30, 29, 29);
}
.menuClass ul {
transition: all 1s;
}
.menuClass:hover ul{
/* max-height: 100%; */
}

.menuClass:hover{
color: #AAA;
/*background-color: #1e1d1d;*/
}
.menuClass ul li{
color: gray;
}
.navbar.navbar-default{
overflow: hidden;

}
.dis_none{
display: none;
}
.navbar-default .navbar-nav li a {
color: #b6b6b6;
}
.navbar-nav {
float: right;
display: flex;
flex-direction: column;
width: 100%;
}
.fright{
float:right !important;
}
.fleft{
float:left !important;
}



nav.navbar.navbar-default{
border:none;
}

nav.navbar.navbar-default li.menuClass {
border-bottom: solid 1px #302f2f;
}
.fa.fa-bars{
/* font-size: 49px;
color: #FFFFFF;
line-height: 48px; */
}
div.showTXT > ul > li.pro-sh-abs {
height: 122px;
margin-top: 12px;
}

@media(max-width: 768px) {
.listItem > ul > li > .listDetail{
	height: auto!important;
}
.listItem > ul > li{
	padding:0;
}
div.listItem > ul > li > div.listImage , div.listItem > ul > li > div.listImage > a , div.listItem > ul > li > div.listImage > a > img {
	height: auto !important;
	width: 100% !important;
}
.listItem > ul > li .listTitle {
	height: auto !important;
}

.listItem > ul > li .listTitle > a {
	1.5em/45px irsans, sans-serif !important
}
.listItem > ul > li .listAbstract > span{
	font: 16px/22px tahoma;
	text-indent: 0;
	width: 86%;
	text-align: justify;
	margin-right: 42px;
}
 div.moduleLatest > ul > li > a > img{
	 width: 100%;
	 display: block;
	 margin: 0 auto;
	 border-radius: 7px;
 }
ul.topNavMenu.num2{
	position: absolute;
	left: 0;
	top: 20%;
	font-size: 13px;
	z-index: 2222;
	text-align: center;
}
.juVcarousel .ju-slider-item > span {
	float: right;
	display: block !important;
	width: 64%;
	overflow: hidden;
	/*margin-right: 136;*/
}
}
div.row.visible-xs.nav-visible-xs > div:nth-child(1) > div:nth-child(2) > ul {
 float: left;
}
div.row.visible-xs.nav-visible-xs > div:nth-child(2) > div.col-xs-6{
float: left;
padding:0;
}
body > div.container-fluid > div.row.visible-xs.nav-visible-xs > div:nth-child(2) > div.row.visible-xs.visible-sm.visible-md.collapse-menu{
position: absolute;
top: 42px;
z-index: 1222;
width: 100%;
}
.topNavMenu1 li{
margin-left: 15px;

}
div.row.head.xBgColor.nav-menu > div > div:nth-child(1) > a > img{
margin: 15px 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
.menu > ul > li > a > span {
	padding: 0 5px;
	font-size: 14px;
}
}
.checkout-btn form {
 /* margin-top: 15px; */
}

@media screen and (max-width: 992px){
.commentList {
	float: right !important;
}

.payable-amount{
	min-width:auto !important;
}
.row.head.xBgColor.nav-menu{
	/* height:96px; */
div.row.head.xBgColor.nav-menu > div > div:nth-child(1) > a > img {
	margin: 10px 0;
}
}
.juVcarousel .ju-slider-item > span > a{
	margin-right: 134px;
}.juVcarousel .ju-slider-item > p {
	 margin-right: 140px;
	 width: 50%;
 }
.topNavMenu.num2{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 13px;
}
.leftBoxLatest {
	width: 100% !important;
}
.lts-itm {
	margin-bottom: 0;
}
.latest.row img {
	margin: -12px 0px 14px 0;
}
.latest {
	height: 809px;
}
body > div > div:nth-child(7) > div > div.col-md-8.hidden-xs{
	padding: 0;
	margin-bottom: 18px;
}
.juVcarousel .ju-slider-itemwrap {
	height: 467px !important;
}
.juVcarousel .ju-slider-item > a{
	right: 23px !important;
}

.juVcarousel .ju-slider-item {
	width: 90% !important;
}
}
@media screen and (max-width: 800px) {
.latest {
	height: auto;
}

}

@media screen and (max-width: 992px){
div.moduleLatest > ul > li > a > img {
	width: 100%;
}
.moduleLatest .date{
	display: none;
}
.leftBoxLatest a{
	font-size: 23px !important;
}
.latest ul li .leftBoxLatest p.abstract{
	font: 16px/24px "irsans";
	margin-bottom: 0;
}
.leftBoxLatest{
	margin-top: 25px;
}
.latest div > h5{
	font: 20px "irsans";
	height: 57px !important;
	line-height: 57px !important;
	color: #ffaf00;
}
div.carousel_03_title > a > i{
	line-height:2em;
}
div.row.small-slider-and-news > div > div.row > div{
	margin-right: -15;
}
.carousel_03_title h3 span{
	font: 19px/38px Yekan, Tahoma, Geneva, sans-serif !important;
}
.carousel_03{
	width: 100% !important;
}
/*.juVcarousel .ju-slider-item{height: 145px !important;}*/

.juVcarousel .ju-slider-item > a {
	width: 120px !important;
	height: 120px !important;
}
.juVcarousel .ju-slider-item > a > img {
	width: 120px !important;
	height: 120px !important;
}

.small-slider-and-news{
	margin: 25px auto 0 !important;
}
.juVcarousel .ju-slider-item > span > a{
	overflow: visible !important;
	font: 20px/27px Yekan,Tahoma,Geneva,sans-serif !important;
}
.juVcarousel .ju-slider-item > p {
	height: 69px !important;
	margin: 46px 140px 0 0 !important;
	padding: 0;
	text-align: justify;
	font: 14px/23px tahoma !important;
	color: #999999;
	overflow: hidden !important;
}
.lts-itm {
	display: inline-block;
	overflow: hidden;
	min-height: 550px;
}
.moduleLatest-wrapper{
	padding:0!important;
}
p.abstract {
	font: 16px/24px "irsans"!important;
	margin-bottom: 0;
}
.latest ul li .leftBoxLatest p.abstract{
	padding-right: 0 !important;
}
}
div.row.shop-image > div > div > div > ul > li > span > img{
 height: 32px;
width: 32px;
}
.dminMassage.idden-lg.idden-md{
height: 40px;
}
.b-wrapper{
font-size: 1.1em;
display: flex;
align-items: center;
margin: 21px 0;

}
@media screen and (max-width: 1200px){
.pr_itm{
	width: 25%;
}
}
@media screen and (max-width: 992px){
.pr_itm {
	width: 33.333333333333%;
}
.lts-itm{
	padding:15px;
}
.listGroup > ul > li > a > span {
	font: 20px/35px Yekan,Tahoma,Geneva,sans-serif;
}
.menuClass img , .menuClass div , .menuClass ul{
	display: none;
}
li.menuClass ul li.menuClass , .menuClass ul li{
	/* height: 50px; */
	line-height: 50px;
	background-color: #151515;
	padding-right: 0px;
}
.menuClass ul li{
	 border-bottom: solid 1px #302f2f;
 }
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ffc600;
	background-color: transparent;
}
}


@media screen and (max-width: 768px){
.pr_itm{
	width: 50%;
}
.payable-amount{
	margin-top: 42px;
	padding: 2px 10px;
	min-width: 0px;
	height: 25px;
	line-height: 19px;
	background-color: #015168;
	position: relative;
	right: 0 !important;
	width: 100%;
}

}

@media screen and (max-width: 450px){
.pr_itm ,.lts-itm{
	width: 100%;
}
}

@media screen and (max-width: 800px){
.moduleLatest > div{
	display: flex;
	flex-direction: column;
}
.lts-itm {
	min-height: 0;
}
.lts-itm img {
	width: 100%
}
p.abstract {
	/*margin-bottom: 53px;*/
}
}


@media screen and (max-width: 992px) and (min-width: 768px){
.section_01{
	height: 456px!important;
}

}
@media screen and (min-width: 992px) {
.section_01 {
	height: 479px;
}
.showTXT > ul > li > q {
	margin-top: 20px;
}

}
@media screen and (min-width: 1200px){
.section_01{
	height: 480px;
	width: 717px;
}
}
#pro_pic{
width: 100%;
}


p.abstract {
 color: #999999;
 margin-top: 5px;
 line-height: 18px;
 padding-right: 11px;
 font-size: 13px;
 /* text-align: justify; */
 font-family: irsans;
 overflow: hidden;
 height: 73px;
}

.latest.css:1
.latest p {
margin: 0;
}

p.date {
color: #9BACD3;
text-align: center;
font: 9px "tahoma";
}
.lts-itm img {
display: block;
margin: 0 auto;
border-radius: 7px;
}


.adminMassage.hidden-lg.hidden-md{
margin-top: -30px;
}
.search.col-xs-6.col-md-2.col-lg-2{
margin-top: 10px;
}
.topNavMenu1 .fa {
color: #c8c4c4;
font-size: 18px;
line-height: 32px;
}
.userenter{
line-height: 53px;
}
.userenter a ,.userenter span , .userenter form{
display: inline !important;
}
li.userenter > form > input.logout{
height: 26px;
padding: 0px 7px;
/* color: #444; */
border-radius: 4px;
background: none;
border: none;
color: #FFF;
line-height: 1px;
border: 1px solid #FFF;
}
.leftBoxLatest{
margin: 0 0px 13px;
/* text-align: justify !important; */
width: 100%;
float: left;
font-family: irsans;
}
.leftBoxLatest span{
line-height: 26px;
color: black;
overflow: hidden !important;
height: 50px;
display: block;
/* text-align: right; */
}
.lts-itm{
/*margin-bottom: 20px;*/
}
.lts-itm {
min-height: auto;
padding: 15px;
}
div.moduleLatest > ul > li > a > img {
border-radius: 7px;
}
a#wrap_zoom {
left: 0;
display: block;
position: absolute;
bottom: 21px;
margin: 0;
}
a#wrap_zoom img{
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
a#wrap_zoom:hover img{
transform: scale(1.2,1.2);
}
.lts-itm:hover{
background-color: rgb(235, 237, 240);
}
.juVcarousel .ju-slider-itemwrap {
width: 100% !important;
}
.juVcarousel .ju-slider-wrap{
width: 100%;
}
.juVcarousel .ju-slider-nextprev-btn .next {
bottom: 13px;
}





@media screen and (min-width:992px ) and (max-width: 1200px){
.juHcontentSlider .ju-slider-item{
	width: 500px !important;
}
.section_01 {
	width: 588px;
}
.carousel_03{
	width: 100%;
}
/*body > div > div:nth-child(2) > div > div.col-sm-8 > ul > li:nth-child(4) , body > div > div:nth-child(2) > div > div.col-sm-8 > ul > li:nth-child(5) , body > div > div:nth-child(2) > div > div.col-sm-8 > ul > li:nth-child(6){
	margin-top: 10px;
}*/
}

/*
@media screen and (min-width: 992px) and (max-width: 1024px) {
.row.small-slider-and-news .col-md-8.hidden-xs{
	float: right;
	margin-right: -62px;
}
.row.small-slider-and-news .col-xs-12.col-md-4{
	float: left;
}
}*/
div#tab03 {
color: #000;
font-family: irsans;
font-size: 14px;
}.navigation.col-lg-10 {
 padding-top: 14px;
}
.cop1 .moduleLatest-wrapper .leftBoxLatest{
margin: 0 0px 13px;
text-align: justify !important;
width: 57%;
float: right;
font-family: irsans;
margin-right: 50px;
}
.top_sidebar_group .owl-nav {
width: 100%;
position: absolute;
top: 42%;
display: flex;
justify-content: space-between;
right: 0;
}
.sidebargpItem img{
border-radius:7px;
}
.bodycontainer{
line-height: 30px
}
.bodycontainer{
line-height: 40px;
}