@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/qs_iranyekan.eot');
    src: url('../fonts/qs_iranyekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/qs_iranyekan.woff') format('woff'),
         url('../fonts/qs_iranyekan.ttf') format('truetype'),
         url('../fonts/qs_iranyekan.svg#qs_iranyekan') format('svg');
}
/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #777777 #EEEEEE;
  }
  
  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
	height: 10px;
	width: 10px;
  }
  *::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #EEEEEE;
  }
  
  *::-webkit-scrollbar-track:hover {
	background-color: #DDDDDD;
  }
  
  *::-webkit-scrollbar-track:active {
	background-color: #CCCCCC;
  }
  
  *::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #777777;
  }
  
  *::-webkit-scrollbar-thumb:hover {
	background-color: #555555;
  }
  
  *::-webkit-scrollbar-thumb:active {
	background-color: #333333;
  }

body {
	font-family: 'CustomFont', Tahoma;
	font-weight: 400;
	color: #666;
	font-size: 13px;/*12px*/
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% -53px;
}

p{
	line-height: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: normal;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.form-control {
	min-height: 37px;
}

.form-inline .form-group{
    margin:0 10px 20px;
}

.form-inline .form-group > label{
    min-width: 75px;
    font-weight: bold;
    max-width: 150px;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio]{
    margin:0 5px;
}

.form-inline h4{
    border-bottom:1px solid #00000011;
    line-height: 23px;
    margin-bottom: 20px;
    font-size:20px;
}


.form-inline h4 + h4{
    font-size:16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.overflow-hidden{
    overflow:hidden;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus, .block-container .nav-tabs>li.active>a, .block-container .nav-tabs>li.active>a:hover, .block-container .nav-tabs>li.active>a:focus {
    border: none !important;
    border-bottom:2px solid #229ac8 !important;
	background: none;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f0f0f0;
}

.block-container:has(>[data-is="vd-block-image"]){
	overflow: hidden;
}
.block-child:has(.vd-button-wrapper ){
    display:inline-block;
}

/* top */
#top {
	padding: 0;
	margin: 0;
	background:#08575E;
	z-index:10000;
}
#top .fa{
	color: #fff;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #000;
	padding:10px 20px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #08575E;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #eee;
	text-decoration: none;
	background: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top .dropdown-menu:has(form){
	padding: 10px;
    min-width: 250px;
    z-index:10000;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 14px;
}
#top-links a + a {
	margin-right: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

#common-home{
	margin-top: 20px;
}

#common-home .blog-box > .nav{
    display:none;
}

.mainmenu{
    position: sticky;
    z-index: 1000;
    padding: 0;
    background: #001830;
    margin-bottom: 50px;
    top: 0;
}

.mainmenu .navbar{
	margin: 0;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	border-radius: 0;
	background: #001830;
}

.mainmenu .nav>li>a:focus,.mainmenu .nav>li>a:hover{

	background: none;
	color: #fff !important;
	border-radius: 10px;
}

.navbar-brand{
    transition: all 0.3s;
    height:100px;
}
.navbar-brand img {
    height:100%;
}

.mainmenu .navbar-header .fa{
	color: #666;
}

.mainmenu .navbar-nav{
	float: none;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 1001px) {
    .mainmenu .navbar-nav > li > a{
        padding:35px 15px;
    }
.mainmenu.sticky .navbar-nav > li > a{
        padding:25px 15px !important;
    }
}


.mainmenu.sticky .navbar-brand{
    height:80px;
}

.mainmenu .navbar-nav > li > a,.mainmenu .navbar-nav .open > a{
    transition: all 0.3s;
	color: #ccc;
}

.mainmenu .dropdown-menu{
    background: rgb(6,14,120);
background: linear-gradient(-25deg, rgba(6,14,120,1) 0%, #001830 55%);
}

.mainmenu .dropdown-menu .caret{
    float:right;
    border-right-width: 0;
    border-left: 4px solid #fff;
}


.mainmenu .navbar-toggle{
    transition: all 0.3s;
    margin-top:38px;
}

.mainmenu.sticky .navbar-toggle{
    margin-top:25px;
}

.navbar-nav > li .dropdown-menu li a:hover, .navbar-nav .open .dropdown-menu li a:hover{
    
	background: #26874600 !important;
	color: #fff;
	border-radius:0 !important;
	border: 1px solid;
  border-image-slice: 1;
	border-image-source: linear-gradient(to left, #001DD3, #001DD300);
	  border-left: 0;
  border-right: 0;
  border-top: 0;
	
}

.mainmenu .navbar-nav > li .dropdown-menu li a,.mainmenu .navbar-nav .open .dropdown-menu li a{
    color:#ddd;
    border-bottom:1px solid #00000000;
}
#main-menu .nav>li{
	padding: 5px 0;
	float: none;
}

#main-menu .nav>li>a:hover{
}

#main-menu .dropdown-menu li a:hover>.caret{
	border-left-color : #fff !important;
}


@media (max-width: 1000px) {
    
    .mainmenu{
        position: relative;
    }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
  #main-menu .nav>li{
      width:100% !important;
  }
}
/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
	margin-top: 30px;
    padding-top: 30px;
    color: #e2e2e2;
	background: rgb(4,3,190);
	background: linear-gradient(-30deg, rgba(93, 55, 30, 1) 0%, rgba(93, 55, 30, 0) 35%), linear-gradient(-135deg, rgba(4, 4, 190, 1) 10%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, rgba(0, 166, 172, 1) 100%);
}
footer h2 {
	color: #fff;
	font-size: 15px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'CustomFont', Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

footer #powered {
	border-top: 1px solid #ffffff66;
	text-align:center;
padding: 20px 0;
}



body.loading{
    background:#001830;
}

body.loading footer,
body.loading #top,
body.loading .mainmenu{
    display:none;
}

#loading-bar{
    display:none;
    position:absolute;
    height:2px;
    width:0;
    right:calc(50% - 120px);
    margin-top:50px;
    background:#36A9E1;
-webkit-box-shadow:0px 0px 12px 6px rgba(0,166,255,1);
-moz-box-shadow: 0px 0px 12px 6px rgba(0,166,255,1);
box-shadow: 0px 0px 12px 6px rgba(0,166,255,1);
}

body.loading #loading-bar{
    display:block;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 7px -8px 15px;
    padding: 0;
    border: none;
    border-radius: 25px;
	overflow: hidden;
	text-align: left;
	background: #001830;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 12px 0px 12px 10px;
	position: relative;
	white-space: nowrap;
	background: none;
	color: #fff;
}
.breadcrumb  li + li:before {
    content: '>';
    padding: 0 12px 0 0;
    color: #fff;
    font-weight: bold;
}
.breadcrumb a{
	color:#fff;
	position: relative;
	z-index: 2;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	
    padding:10px 15px;
    border-radius: 30px;
	font-size: 12px;
	border: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
	z-index:10000;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	border: none;
	background: #000;
}

.btn-secondary{
	color: #000;
	border: none;
	background: #fff;

}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(0,34,51);
	background: linear-gradient(-90deg, rgba(0,34,51,1) 0%, rgba(0,168,255,1) 100%);
	border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 100% -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-right: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-right: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-right: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-right: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-right: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	direction: rtl;
}
.thumbnails > li {
	margin-right: 20px;
}
.thumbnails {
	margin-right: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
}
.thumbnails .image-additional {
	float: none;
	margin-right: 20px;
	display: inline-block;
}

.thumbnail{
	border-radius: 10px;
}

a.thumbnail{
	border:4px solid #eee;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border:4px solid #abedef;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

#column-left,
#column-right{
	border: 1px solid #00000033;
	border-radius: 20px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

#currencies>div,
#currencies>div>div{
	height: 100%;
}

/* CSS Document */
.swiper-viewport {
	margin: 0 0 10px;
	background: #fff;
	z-index: 1;
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	width: 100%;
	position: relative;
	overflow: visible;
}
/* Benmay Code */
.swiper-container {
	direction: rtl !important;
	text-align: left;
}
.swiper-container .swiper-slide{
	direction: ltr;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
    color: rgba(0, 0, 0, 0.8);
    transition: all .3s ease;
    z-index: 2;
    background-color: #00000066;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: cover !important;
    border: 12px solid #00000001;
	background-image: none !important;

}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: ' ';
	border-left: 9px solid #fff;
	border-right: transparent;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	width: 1px;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: calc(50% - 3px);
	top: calc(50% - 4px);
}

.swiper-button-prev::after{
	border-right: 9px solid #fff;
    border-left: transparent;
    left: calc(50% - 5px);
}
.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 10px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 10px;
	
}
/* Desktop */
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev {
	opacity: 0;
	left: -20px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0;
	right: -20px;
}
.swiper-viewport:hover .swiper-button-prev {
	opacity: 0.7;
	left: 10px;

}
.swiper-viewport:hover .swiper-button-next {
	opacity: 0.7;
	right: 10px;
}
}
.swiper-pagination {
	bottom: -40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7);
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}

.swiper-viewport{
	background: none !important;
	border: none !important;
	box-shadow:none !important;
	border-radius: 10px !important;
}
.swiper-viewport img{
	margin: 0 auto;
	width: 100%;
}
.swiper-container {
    overflow: hidden;
    border-radius: 10px;
}

@media (min-width: 768px) {


}

@media (max-width: 767px) {
	
}


.swiper-button-prev, .swiper-button-next {
    color: rgba(0, 0, 0, 0.8);
    transition: all .3s ease;
    z-index: 2;
    background-color: #00000066;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    border: 12px solid #00000001;
}


.slideshow .title{
position: absolute;
    bottom: 0;
    padding: 15px 15px 35px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height:24px;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
	background: #00000066;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}



@media (max-width: 767px) {
	
    .slideshow .title{
        position: relative;
	    background: #000;
	    min-height:110px;
    }
}

.swiper-pagination{
	bottom: 10px !important;
}
.swiper-pagination-bullet{
	width: 5px !important;
	height: 5px !important;
	margin: 0 2px !important;
}
.swiper-pagination-bullet-active{
	width: 20px !important;
	border-radius: 5px !important;
}


  .blog-box .description{
      text-align:justify;
      word-break: break-all;
  }

.blog-box  .tab-pane>img+.post-list .media{
	border-bottom: 1px solid #1f90bb20;
}
.blog-box  .tab-pane>.read-more{
	position: absolute;
	bottom: 0px;
	white-space:nowrap;
	width: 100%;
	text-align: center;
	z-index: 900;
}
.blog-box  .tab-pane>.read-more a{
	border-bottom: 2px solid #4bb2d9;
}

.blog-box  .tab-pane:has(.read-more){
	padding-bottom: 60px;
	position: relative;
    
}
.blog-box  .tab-pane.has-more{
	padding-bottom: 60px;
	position: relative;
  }

.blog-box .media{
	padding: 5px 0;
	margin-top: 0;
	border-bottom: 1px solid #1f90bb20;
}

.blog-box .media-body{
	color: #999;
}

.blog-box .media-body p{
    max-height: 42px;
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.blog-box .vertical .media:hover{
	background: #00000011;
}

.blog-box h4{
    color: #000;
font-size: 16px;
    max-height: 48px;
    overflow: hidden;
    line-height:25px;
}
.blog-box .vertical .description{
	padding: 0 5px;	
}
.blog-box .vertical .thumb{
	padding: 0 5px;
}
/*
.blog-box h4::before{
	content: ' ';
    width: 10px;
    height: 10px;
    background: rgb(0,34,51);
	border: 1px solid rgb(0, 90, 134);
    background: linear-gradient(-30deg, rgb(0, 90, 134) 0%, rgb(99, 203, 255) 100%);
    transform: rotate(45deg);
    display: inline-block;
    margin: 0px 2px 0 4px;
}*/
.blog-box .date{
	color: #999;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
}

.blog-box .post-list{
	overflow-y: auto;
	overflow-x: hidden;
	padding:10px;
}
.blog-box .post-list .thumb,
.blog-box .post-list .thumb img
{
	border-radius: 10px;
}

.blog-box img + .post-list .media:first-child .media-heading{
	font-weight: bold;
}

.blog-box .tab-pane>img{ 
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
}

.blog-box .swiper-slide{
	direction: ltr;
	position: relative;
	height: auto !important;
	padding:0 5px;
}
.blog-box .swiper-slide .thumb{
	display: block;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
	background: #000000;
	background-size: cover;
	background-position: center;
}
.blog-box .swiper-slide img{
	min-height: 100%;
}

.blog-box .swiper-pagination{
	text-align: right;
	width: fit-content;
	z-index: 1000;
}
.blog-box .tab-content{
	padding: 5px;
	overflow: hidden;
}
.blog-box .swiper-viewport{
	margin: 0;
}
.blog-box .swiper-pagination {
    bottom: -10px !important;
}

.blog-box .nav-tabs{
	margin:0 15px;
	border: none;
}
.blog-box .tab-content:has(>.list.active){
	background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.blog-box .tab-content .list .thumb,
.blog-box .tab-content .list .thumb img{
	width: 100%;
	display: block;
	background:#000;
}
.blog-box .tab-content .list .row > div {
	position: relative;
	margin-bottom: 30px;
	border-radius: 15px;
}


.blog-box .list .thumb + .description{
	background-color: #00000099;
	color: #666 !important;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: 0 10px 2px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: 0.2s all ease;
}
.blog-box .list .post-list > div:hover .description {
	padding-bottom: 10px;
	
}

.blog-box .tab-content .list .description h4{
	font-size: 16px;
	margin: 0;
	max-height: 55px;
	overflow: hidden;
	padding: 5px 0;
	color: #666;
}
.blog-box .tab-content .list .description h4:has(+ p) {
	white-space: nowrap;
}

.blog-box .tab-content .list .description p{
	max-height: 32px;
    overflow: hidden;
    line-height: 16px;
	margin: 0 0 3px;
}
.blog-box .tab-content .list .description .date{
	color: #999;
}

.blog-box .tab-content:has(>.slider){
	padding: 0;
}


.blog-box .slider .description{
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
	color: #fff;
	background-color: #00000066;
}
.blog-box .slider .date{
	color: #fff;
	padding: 5px 15px;
}
.blog-box .slider h4{
	color: #fff;
	font-size: 18px;
	padding: 0 50px;
}
.blog-box .slider .swiper-pagination {
	bottom: 0px !important;
	right: 15px;
	left: 15px;
	width: calc(100% - 30px);
	text-align: center;
	padding: 5px 0;
}


.blog-box .slider .swiper-pagination-bullet{
	background-color: #fff !important;
}

.blog-box .slider .swiper-slide{
	padding:0;
}

.blog-box .slider .description p{
    width: 100%;
    border-bottom: 1px solid #ffffff66;
    margin-bottom: 0;
    padding: 0 50px 30px;
    font-size: 12px;
    max-height: 55px;
    overflow: hidden;
    line-height: 18px;
}

.blog-box .slider img{
	border-radius: 0;
}
.blog-box .slider .thumb{
    overflow: hidden;
    border-radius: 0;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#main-slider .slider .description{
	float: left;
	color: #000;
	width: 20%;
	padding-top: 30px;
	
}
#main-slider .slider .date{
	color: #000;
	padding: 5px 15px;
}
#main-slider .slider h4{
	color: #000;
	font-size: 18px;
	padding: 0 15px 15px;
}
#main-slider .slider .swiper-pagination {
    bottom: 5px !important;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}


#main-slider .slider .description p{
    width: 100%;
    border-bottom: 1px solid #ffffff66;
    margin-bottom: 0;
    padding: 0 15px 10px;
    font-size: 13px;
    max-height: 55px;
    overflow: hidden;
    line-height: 20px;
    text-align:justify;
}
#main-slider .slider img{
	border-radius: 0;
}
#main-slider .slider .thumb{
    overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	width: 80%;
	float: right;
}

#main-slider .slider .swiper-container{
    padding-bottom:10px;
}

#main-slider .slider .btn{
	margin-top: 50px;
	background: #000;
	border: none;
	color: #fff;
	width: 80%;
}

#main-slider .slider .swiper-pager{
	display: none;
}

#main-slider .slider .swiper-slide{
    padding:0;
}


@media (max-width: 992px) {
    #main-slider .slider .description{
    	float: none;
    	width: 70%;
    	padding-top: 30px;
    	background-color:#ffffff99;
    	left:15%;
    	top:40px;
    	bottom:40px;
    	position:absolute;
    	border-radius:20px;
    }
    
    #main-slider .slider .thumb{
        width:100%;
    }
    #main-slider .slider .swiper-pagination{
        width:100%;
    }
}

#main-slider .description p{
    max-height:initial;
}

#main-slider .slider .thumb {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.38);
}
#main-slider-2 .slider .thumb {
    width:100%;
    float:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#main-slider-2 .slider .description {
    float: none;
    color: #000;
    max-width: 450px;
    min-width: 360px;
    padding-top: 30px;
    position: absolute;
    right: 20%;
    left: 20%;
    top: 10%;
    width: auto;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 20px;
    bottom: 10%;
}

#main-slider-2 .swiper-container{
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#main-slider-2 .swiper-slide{
    padding:0;
}

#main-slider-2 .swiper-pager{
    display:block;
}

#main-slider-2  .swiper-pagination{
    width:100%;
}
.masonry .post-list {
    --masonry-gap: 1rem;
    column-gap: var(--masonry-gap);
    column-fill: initial;
}

.masonry .post-list > * {
    break-inside: avoid;
    margin-bottom: var(--masonry-gap);
}

@supports(grid-template-rows: masonry) {
    .masonry .post-list {
      display: grid;
      gap: var(--masonry-gap);
      grid-template-rows: masonry;
      align-tracks: stretch;
    }

    .masonry .post-list > * {
        margin-bottom: initial;
    }
}

.masonry-item {
    color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}


.masonry-item .thumb{
	width: 100%;
	height: max-content !important;
	display: inline-block;
}

.masonry-item .thumb img{
	width: 100%;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.masonry-item h4{
	max-height: max-content;
	line-height: unset;
	padding: 5px 20px 10px;
}
.masonry-item h4::before{
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f00;
	display: inline-block;
	margin: 0 5px;
}


.masonry-item img{
transition: all 0.5s;
}
.masonry-item:hover img{
	filter: brightness(130%);
}

.notification {
	overflow: hidden;
	height: 30px;
	position: relative;
}

.notification p{
	white-space: nowrap;
	color: #fff;
	display: inline-block;
  }
  

  .notification .top-bar-msg  {
	bottom: 10px;
	width: 100%;
	position: absolute;
	height: 100%;
	width: max-content;
	margin: 0;
	line-height: 50px;
	right: 20px;
	/* Apply animation to this element */	

   }

   /* Move it (define the animation) */
   @-moz-keyframes marquee {
	0%   { left:-100%; }
	100% { left: 100%; }
   }
   @-webkit-keyframes marquee {
	0%   { left:-100%; }
	100% { left: 100%; }
   }
   @keyframes marquee {
	0%   { left:-100%; }
	100% { left: 100%; }
   }

   .notification .top-bar-msg a{
	position: relative;
	padding-right: 40px;
   }
   .notification .top-bar-msg a:before {
	content:'●';
	font-size: 22px;
	line-height: 0;
	color: #00454a;
	position: absolute;
	right: 12px;
	top:12px;
   }
   .vd-image-container img {
	max-width: 100%;
   }

   .bm{
	border:1px solid #00000033;
	border-radius: 20px;
	padding: 15px;
   }



   .bm .bm-grid-item-body {
	background-color: #00000011;
	padding: 10px;
	margin-bottom:10px;
   }

   .bm blockquote{
	margin: 10px 0;
	font-size: 12px;
   }
   .bm .post-thumb .post-thumb-footer{
	padding: 0 !important;
   }
   .bm .post-thumb .image {
    margin: 0 10px 20px;
}

.bm .post-thumb .post-thumb-body .short-description {
    height:53px;
    max-height:53px;
    overflow: hidden;
}
.post-type-image .image a,
.post-type-video .image a,
.post-type-image .thumb,
.post-type-video .thumb
{
	position: relative;
}

.post-type-image .image a::after,
.post-type-video .image a::after,
.post-type-image .thumb::after,
.post-type-video .thumb::after,
.bm-videos .media-right::after
{
    font-family: 'Glyphicons Halflings';
    content: "\e046";
    position: absolute;
    font-size: 46px;
    top: 5px;
    left: 6px;
    color: #ffffffcc;
}

.post-type-image .thumb.media-right::after{
	left: 15px;
}

.post-type-video .image a::after,
.post-type-video .thumb::after,
.bm-videos .media-right::after{
	content: "\e072";
    position: absolute;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
    font-size: 46px;
    color: #ffffffcc;
}


.post-type-video .image a:hover:after,
.post-type-video .thumb:hover::after,
.bm-videos .media:hover .media-right::after{
    
}

   .bm .bm-post-info .title{
	text-align: left !important;
   }

   .bm .bm-post-info .category{
	text-align: left !important;
   }
   
   .bm .bm-post-content .description{
       text-align:justify;
   }

   .bm .bm-post-content .description img{
       max-width:100%;
   }
   .bm-grid>.row{
       
   }

   .bm:has(.bm-category-info) .post-thumb .image {
	float: none;
	margin: 0;
	max-width: none;
   }


   .bm-grid-item-body,
   .bm:has(.bm-post-info){
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
   }

   .bm-grid-item-body .image img{
    border-radius: 10px;
   }
   .bm .post-thumb .post-thumb-heading .title{
	text-align: left !important;
	    max-height: 50px;
    overflow: hidden;
    height: 50px;
   }
   .post-thumb div:has(>.date-published){
	float: none !important;
   }

   .bm .post-date{
	margin-top: 10px;
   }
   .bm .bm-post-info .title-information{
	margin: 0 !important;
   }

   .bm .bm-post-info .title-information .details{
	text-align: left !important;
   }

   .bm .bm-post-info .title-information .rating {
    float: right !important;
    text-align: right !important;
}

.bm .bm-post-info .title-divider{
	display: none !important;
}


.bm .bm-post-info,
.bm .bm-post-content {
	padding: 10px 20px;
}
.bm .block-title, .bm .bm-post-content .bm-reviews > .h2, .bm .bm-post-content .form-review > .h2, .bm.bm-module > .h2{
	text-align: left !important;
}

.bm .bm-post-info .btn-edit{
	left: 20px;
	right: inherit !important;
}

.bm .bm-post-info .image img{
    border-radius: 10px;
}

.bm .h1, .bm h1{
	font-size: 20px !important;
}
.bm .bm-category-info, .bm .bm-author-info{
	padding: 0 !important;
	margin: 0 !important;
}

.bm-category-info .title{
	text-align: center;
	padding-bottom: 30px;
}



.bm .bm-categories .h3{
	display: none;
}

.bm .bm-categories > .row{
	display: table;
	margin: 0 auto;
}
.bm .bm-categories > .row>div{
	float: none;
	display: table-cell;
	background: #31a9a5;
	padding: 5px;
}


.bm .bm-categories > .row>div:last-child{
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-left: 15px;
}

.bm .bm-categories > .row>div:first-child{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-right: 15px;
}

.bm .bm-categories .item-cateogry{
	color: #fff;
	padding: 10px !important;
	border-radius: 10px;
	text-decoration: none !important;
}
.bm .bm-categories .item-cateogry:hover{
	background: #00000033;
	text-decoration: none !important;
}

.bm .bm-categories .item-cateogry .title:hover{
	text-decoration: none !important;
}
.bm-videos {
	background-color: #333333;
	margin-bottom: 30px;
	padding: 15px 0 10px;
}
.bm-videos .media{
	border-bottom: 1px solid #009fc299;
	padding-bottom: 5px;
	padding: 5px 0px;
	margin: 0;
}
.bm-videos .media:hover,
.bm-videos .media.active{
	background-color: #00000066;
}
.bm-videos .media-left{
	background-color: #000000;
	position: relative;
	vertical-align: middle;
	padding: 0;
	margin-left: 10px;
}

.bm-videos .media-object{
	width: 120px;
}
.bm-videos .video-list{
	height: 500px;
	overflow: auto;
	padding-right: 0;
}

.bm-videos .video-list .media-heading{
	color: #ffffff;
	margin:0 5px;
}
.bm-videos .video-list h4{
	font-size: 13px;
}
.bm-videos #post-video-player{
	height: 500px;
	max-height: 500px;
	background-color: #000000;
}

@media (max-width: 767px) {
	.bm-videos #post-video-player{
		height: initial;
	}
}

.category-tab{
	text-align: center;
	margin-top: 115px;
}

.category-tab .nav-tabs{
    float: none;
    display: inline-block;
    margin: 0 auto 50px;
	border: none !important;
}
.category-tab .nav-tabs li{
	background: #31a9a5;
    margin: 0;
    padding: 5px;
}
.category-tab .nav-tabs li:first-child{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-right: 15px;
}
.category-tab .nav-tabs li:last-child{
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-left: 15px;
}

.category-tab .nav-tabs li a{
	color: #fff;
    border: none !important;
    border-radius: 10px;
    padding: 12px 17px;
    background: none;
	font-size: 12px;
}
.category-tab .nav-tabs li.active a,
.category-tab .nav-tabs li:hover a{
	background-color: #00000033 !important;
    border: none !important;
	color: #fff;
}

.category-tab + .bm{
	position: relative;
}

.category-tab + .bm .bm-category-info {
    position: absolute;
    top: -220px;
    left: 0;
    right: 0;
}

   .box-style{
	background: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
	overflow: hidden;
   }

   div[id*='account-'] #content{
	
	background: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
   }

   .compaign-container{
	background: #fff;
    padding: 10px !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
   }

   .mfp-arrow-left{
	right: auto !important;
   }

   
.mfp-iframe + .mfp-bottom-bar {
  
	top: calc(100% + 40px);
  }
  
  .mfp-iframe.video-thumb{
	position: relative;
  }
  .mfp-iframe.video-thumb .glyphicon{
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	font-size: 30px;
	color: #00000099;
	border: 5px solid #00000099;
	border-radius: 50%;
	padding: 8px 10px 9px 7px;
	background-color: #ffffff99;
  }

  
  .mfp-iframe.video-thumb:hover .glyphicon{
	background-color: #ffffffcc;
  }
   .container-mppoll{
	background: #fff;
    padding: 10px;
	margin: 0 !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
   }
   .mppoll-module .module_head h3 {
    margin: 0 20px -2px !important;
    font-size: 13px !important;
    border-bottom: 2px solid #229ac8 !important;
    padding: 9px 15px !important;
    display: inline-block !important;
    background: none !important;

}

.mppoll-module{
	border: none !important;
}

.my-mppolls .list{
}


.my-mppolls .list-group{
	
}

.my-mppolls .buttons .btn{
	min-width: 120px;
	background: #fff;
	color: #000;
}

.chart-holder{
	text-align: left;
}
.progress-bar-warning {
    background-color: #ffd45c;
}
.progress-bar-danger {
    background-color: #ff9693;
}
.progress-bar-success {
    background-color: #7dff7d;
}
.progress-bar-info {
    background-color: #86e3ff;
}
.mppoll-module .progress .progress-bar + div {

	color: #000;

}
.mppoll-module .progress-bar {
    padding-top: 1px;
}
.mppoll-module .progress-bar::before {
	content: ' ';
	width: 1px;
	display: inline-block;
}
.mppoll .media-right{
	width: 30%;
	padding: 0;
}

.mppoll .media-right img{
	width: 100%;
	border-radius: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(0,34,51);
	background: linear-gradient(-90deg, rgba(0,34,51,1) 0%, rgba(0,168,255,1) 100%);
	border: none;
}

#poll-box .block-container{
	min-height: auto;
}
#poll-box:has(.mppoll):has(.blog-box) .media-right{
	display: none;
}
/*
#poll-box:has(.mppoll):not(:has(.blog-box)) .block-inner.col-lg-6
,#poll-box:has(.blog-box):not(:has(.mppoll)) .block-inner.col-lg-6{
	width: 100%;
    max-width: 100%;
    flex: none;
}

#poll-box:has(.blog-box):not(:has(.mppoll)) .blog-box .thumb {
	float: right;
	width: 35%;
	margin: 10px
}*/
#message-link i{
	font-size: 18px;
	font-weight: bold;
}
#message-link.unread{
	position: relative;
}
#message-link.unread:before{
	content: ' ';
	background-color: #ff0000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	top: -1px;
}

#message-list tbody tr{
	background-color: #eee;
}

#message-list tbody tr.unread{
	background-color: #fff;
}

.banner_grid{
	text-align: center;
}
.banner_grid>div{
	margin-bottom: 30px;
}
.banner_grid img{
	margin: 0;
}
.banner_grid h3{
	margin: 0;
	font-size: 18px;
}
.box-title{
	color: #000;
	text-align: center;
}

.box-title *{
    margin:0;
}

#last-events-box .blog-box {
	text-align: center;
}
#last-events-box .blog-box .nav-tabs{
	text-align: center;
    float: none;
    display: inline-block;
    margin: 0 auto 50px;
}
#last-events-box .blog-box .nav-tabs>li{
	background: #31a9a5;
	margin: 0;
	padding: 5px;
}

#last-events-box .blog-box .nav-tabs>li:first-child{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-right: 25px;
}

#last-events-box .blog-box .nav-tabs>li:last-child{
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-left: 25px;
}

#last-events-box .blog-box .nav-tabs>li>a ,
#last-events-box .blog-box .nav-tabs>li>a:focus{
	color: #fff;
    border: none !important;
    border-radius: 10px;
	padding: 15px;
	background: none;
}

#last-events-box .blog-box .nav-tabs>li.active>a,
#last-events-box .blog-box .nav-tabs>li>a:hover {
	background-color: #00000033;
	border: none;
}

#last-events-box .swiper-pagination {
	display: none;
}
#last-events-box  .swiper-slide{
	position: relative;
    border-radius: 10px;
	overflow: hidden;
}
#last-events-box  .swiper-slide .description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	padding: 30px 10px;
	background: #00973E05;
	background-color: transparent;
	background-image: linear-gradient(-180deg, #00973E05 0%, #00973E 50%);
	transition: all 0.5s;
    border-radius: 10px;
}
#last-events-box  .swiper-slide:hover .description {
	bottom: 0px;
}
#last-events-box  .swiper-slide .description h4{
	color: #ffffff;
}

.testinomials>h3::after{
	content: ' ';
    display: inline-block !important;
    width: 0;
    height: 0;
    margin: 0 auto 30px;
    vertical-align: middle;
    border-top: 15px solid #f00;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 85px;
    left: calc(50% - 10px);
}
.testinomials .owl-item .item{
	background: #00973E;
	border-radius: 10px;
	margin: 50px;
	padding: 30px 30px 30px 80px;
	min-height: 160px;
}

.testinomials .owl-item .img-circle{
	position: absolute;
    right: 0;
    top: calc(50% - 60px);
    border: 5px solid #00973E;
    width: 120px;
}
.testinomials .owl-carousel .owl-buttons>div{
	background-color: #00000066;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 28px;
}

.testinomials .owl-buttons div i{
	margin: 0 !important;
	color: #f00;
}


.testinomials .owl-carousel .owl-buttons div i{
	font-size: 18px !important;
}

.blog-calendar .month-title{
	text-align: center;
	margin-bottom: 30px;
	color: #447C57;
	position: relative;
	font-size: 28px;
	font-weight: bolder;
}
.blog-calendar .days .swiper-slide{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 25px;
	color: #fff;
	text-align: left;
	background: #32A959;
	opacity: 0.7;
	font-size: 14px;
	cursor: pointer;
}
.blog-calendar .days .swiper-slide h3{
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 25px;
}

.blog-calendar .days .swiper-slide-active{
	padding: 30px;
	margin-top: -5px;
	opacity: 1;
	background: #278747;
}
.blog-calendar .days .swiper-slide-active + .swiper-slide,
.blog-calendar .days .swiper-slide:has(+ .swiper-slide-active) {
	opacity: 1;
}

.blog-calendar .days .swiper-container{
	overflow: visible;
	overflow-x: clip;
}

.blog-calendar .posts .swiper-slide{
	text-align: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;

}
.blog-calendar .posts .swiper-slide h3,
.blog-calendar .posts .swiper-slide h4{
	margin: 0;
	padding: 0;
}

.blog-calendar .posts .swiper-slide h3{
	font-size: 40px;
	line-height: 25px;
}

.blog-calendar .posts .swiper-slide .title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 10px;
    transition: all .3s ease;
}

.blog-calendar .posts .swiper-slide .title{
	background-image: linear-gradient(-180deg, #00973E05 0%, #00973E99 50%);
}

.blog-calendar .posts .swiper-slide-active .title{
	background-image: linear-gradient(-180deg, #00973E05 0%, #00973E 50%);
}

.blog-calendar .posts .swiper-slide:hover .title{
	padding-bottom: 20px;
	background-image: linear-gradient(-180deg, #ff000005 0%, #ff0000 50%);
}

.blog-calendar .month-button-next,
.blog-calendar .month-button-prev{
	background: #00000033;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	left: calc(50% + 65px);
	top:10px;
}

.blog-calendar .month-button-prev{
	left: calc(50% - 100px);
}
.blog-calendar .month-button-next:hover,
.blog-calendar .month-button-prev:hover{
	background: #00000066;
}

.blog-calendar .month-button-next::after,
.blog-calendar .month-button-prev::after{
	    content: ' ';
    border-left: 9px solid #f00;
    border-right: transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 4px);
}
.blog-calendar .month-button-prev::after{
	border-right: 9px solid #f00;
    border-left: transparent;
    left: calc(50% - 5px);
}

.blog-calendar .countdown{
	background-repeat: no-repeat;
	background-position: top left;
	border-radius: 15px;
	overflow: hidden;
}

.blog-calendar .countdown>div{
	background: #32A959;
	margin-right: 250px;
	border-radius: 15px;
	padding: 15px 30px 15px 65px;
	color: #fff;
	position: relative;
}


.blog-calendar .countdown>div>.btn{
	float: right;
}

.blog-calendar .countdown>div::after{
	content: ' ';
	display: block;
	clear: both;
}
.blog-calendar .countdown>div>h4{
	color: #447C57;
}

.blog-calendar .countdown .until{
	background-image: linear-gradient(-180deg, #ffffff00 0%, #ffffff 50%);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	position: absolute;
	right: -50px;
	top:calc(50% - 50px);
	animation: rotateCircle 2s linear infinite;
	padding: 2px;
	display: table;
}

.blog-calendar .countdown .until>div{
    background: #32A959;
    border-radius: 50%;
    animation: rotateCircle 2s linear infinite reverse;
    display: table;
    width: 100%;
    height: 100%;
}

.blog-calendar .countdown .until h4{
	margin: 0;
    padding: 20px 0 0;
    font-size: 35px;
    line-height: 36px;
}

  
  @keyframes rotateCircle {
	0% {
	  transform: rotate(0);
	}
  
	25% {
	  transform: rotate(-90deg);
	}
  
	50% {
	  transform: rotate(-180deg);
	}
  
	75% {
	  transform: rotate(-270deg);
	}
  
	100% {
	  transform: rotate(-360deg);
	}
  }

  

@media (max-width: 767px) {

	.blog-calendar .countdown{
		background-size: cover;
	}

	.blog-calendar .countdown>div {
		margin: 250px 0 0 0;
	}

	
	.blog-calendar .countdown .until{
		right: calc(50% - 50px);
		top: -50px;
	}
}
  #statistics .media-heading,
  #statistics .media-body{
	color: #00973E;
	text-align: left;
  }


  .flip-card {
	background-color: transparent;
	perspective: 1000px;
  }
  
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
	transform: rotateX(180deg);
  }
  
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-card-front {
	background-color: #bbb;
	color: black;
  }
  
  .flip-card-back {
	background-color: #2980b9;
	color: white;
	transform: rotateX(180deg);
  }

  
  .campaign-list .flip-card-front,  .campaign-list .flip-card-back{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	padding: 40px 20px;

  }
  .campaign-list > div a{
	position: absolute;
	left: 10px;
	bottom: 10px;
  }
  .campaign-list .flip-card-inner {
	height: 200px;
  }

  .campaign-list .total_count{
	font-size: 32px;
	line-height: 32px;
  }

  .blog-box .horizontal:not(.slider) .swiper-slide .thumb{
	margin: 10px -10px 0;
  }

  .blog-box .horizontal:not(.slider)  .swiper-container .swiper-slide>div{
	margin: 0 10px;
	border-radius: 20px;
	height: calc(100% - 10px);
	padding-top: 5px;
	transition: 0.3s;
	background: rgb(0,122,101);
	background:linear-gradient(-45deg , rgba(0,122,101,1), #001830 50%,rgba(0,0,0,1));
	background-size: 100% var(--s1, 200%);
  }

  .blog-box .horizontal:not(.slider)  .swiper-container .swiper-slide>div:hover{
	--s1: 100%;
  }


  .blog-box .horizontal:not(.slider)  .swiper-container .swiper-slide>div *{
	color:#fff !important;
  }
  .blog-box .horizontal:not(.slider) .description {
	padding: 5px 20px;
	display: block;
	color: #fff;
  }
  .blog-box .horizontal:not(.slider) .description > p {
	max-height: 100px;
	line-height: 22px;
	color: #fff;
	overflow: hidden;
  }
  .blog-box .horizontal:not(.slider) .description .btn{
	display: none;
  }

  .blog-box .horizontal:not(.slider) .nav-tabs>li{
	float: none;
	text-align: center;
	border: none;
	font-size: 15px;
  }

  .blog-box .horizontal:not(.slider) .nav-tabs>li a{
	border: none !important;
  }

  .blog-box .horizontal:not(.slider) .read-more{
	bottom: 10px;
  }
.blog-box .horizontal:not(.slider) .read-more a{
	background: #000;
	color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	border: none;
}

@property --x {
	syntax: '<percentage>';
	inherits: false;
	initial-value: 50%;
  }

#boxs{
	background: rgb(0,149,138);
	background: radial-gradient(circle at var(--x) 100%, rgba(0,149,138,1) 0%, rgba(0,21,42,1) 65%) !important;
	color: #fff !important;
	animation: gradient 15s infinite linear;
	animation-play-state: paused;
}

#boxs:hover {
	animation-play-state: running;
}

@keyframes gradient {
  0% {
    --x:50%;
  }
  25% {
    --x:100%;
  }
  50% {
    --x:50%;
  }
  75% {
    --x:0%;
  }
  100% {
    --x:50%;
  }
}


#book-slider .blog-box{
    max-width:1140px;
    margin:0 auto;
}

#book-slider .swiper-slide > div{
	height: 280px !important;
    margin: 60px 5px 0;
	background: #001830;
	background: linear-gradient(-90deg,#001830 0%, #0e8782 50%, #001830 100%);
	border-radius: 20px;
	position:relative;
}


#book-slider .slider .thumb{
    position: absolute;
    top: -40px;
    width: 450px;
    height: 350px !important;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -100px;
    
}

#book-slider .slider .description {
    background: none;
    float: right;
    color: #fff;
    width: calc(100% - 310px);
    padding-top: 30px;
    margin-right: 50px;
    /* padding-left: 50px; */
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

#book-slider .slider h4{
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    max-height: max-content;
    padding: 20px 0 0;
}

#book-slider .slider .description p{
    border: none;
    padding:0;
    max-height: max-content !important;
    height: max-content !important;
}
#book-slider .slider .btn{
	background: #fff;
	color: #000;
	width: auto;
}

#book-slider .slider .swiper-pager{
    display:block;
}
#book-slider .slider  .swiper-pagination{
    bottom:75px !important;
}

@media (max-width: 767px) {
    #book-slider .slider .thumb{
        position:relative;
        float: left;
        top: 0;
        width: 100%;
        margin-top: -43px;
        left:0;
    }
    
    #book-slider .slider .description {
        float: none;
        width: 90%;
        display: inline-block;
        margin: 0 0 30px 5%;
        padding:0;
        max-height:none;
    }
    #book-slider .swiper-slide > div{
        height: calc(100% - 70px) !important;
    }
    #book-slider .slider h4{
        padding:10px 20px;
    }
}
#box-4{
	background: rgb(13,145,29) !important;
	background: radial-gradient(circle at 100% calc(var(--x) - 50%), rgba(13,145,29,1) 0%, rgba(0,0,0,1) 65%) !important;
	
	animation: gradient 15s infinite linear;
	animation-play-state: paused;
}

#box-4:hover {
	animation-play-state: running;
}

#box-7 .swiper-slide .thumb{
	margin: 0 7px 7px;
}



#box-7 .swiper-container .swiper-slide>div{
	background: rgb(0,0,0) !important;
	background: linear-gradient(var(--s2,90deg), rgba(0,0,0,1) 0%, rgba(0,171,141,1) 55%, rgba(0,118,98,1) 100%) !important;
	background-size:var(--s3,1000%) 100% !important;
  }

  #box-7 .swiper-container .swiper-slide>div:hover{
	--s2:45deg;
	--s3:100%;
  }
  #poll-box {
	position: relative;
  }
  #poll-box .container-mppoll{
	background: rgb(50,58,169);
	background: linear-gradient(-135deg, rgba(50,58,169,1) 0%, rgba(0,0,0,1) var(--x));
	color: #fff !important;
	padding-top: 60px;

	animation: gradient 15s infinite linear;
	animation-play-state: paused;
}


#poll-box .container-mppoll:hover {
	animation-play-state: running;
}

#poll-box .module_head{
	position: absolute;
	top: 0;
	left: 0;
}

#poll-box .module_head h3{
	color: #fff !important;
	font-size: 23px !important;
	border: none !important;
}

#poll-box .my-mppolls .list li{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}


@media (max-width: 768px) {
    #poll-box .my-mppolls .list li{
    	display: block;
    	width: 100%;
    	margin-bottom:10px;
    }
}

#last-minorities .blog-box > .nav{
    display:block;
}

#last-minorities .col-md-4>div{
   /* height:100%;
    display:inline-block;*/
        background: rgb(14,135,130);
    background: radial-gradient(circle at 50% 0, rgba(14,135,130,1) 20%, rgba(0,24,48,1) 100%);
   border-radius: 20px;
   overflow:hidden;
   height:100%;
}

#last-minorities .col-md-4 img{
    border-radius:20px;
    border:3px solid #06122A;
}

#last-minorities .col-md-4 .post-list,
#last-minorities .col-md-4 .post-list div{
    height:max-content !important;
    
}

#last-minorities .col-md-4:nth-child(2)>div{  
   background: radial-gradient(circle at 0 0, rgba(14,135,130,1) 0%, rgba(0,24,48,1) 80%);
}
#last-minorities .col-md-4:nth-child(4)>div{  
   background: radial-gradient(circle at 100% 0, rgba(14,135,130,1) 0%, rgba(0,24,48,1) 80%);
}

#last-minorities .col-md-4:nth-child(5)>div{  
   background: radial-gradient(circle at 0 -300px, rgba(14,135,130,1) 0%, rgba(0,24,48,1) 80%);
}
#last-minorities .col-md-4:nth-child(6)>div{  
   background: radial-gradient(circle at 50% -300px, rgba(14,135,130,1) 0%, rgba(0,24,48,1) 80%);
}
#last-minorities .col-md-4:nth-child(7)>div{  
   background: radial-gradient(circle at 100% -300px, rgba(14,135,130,1) 0%, rgba(0,24,48,1) 80%);
}

#last-minorities .nav-tabs{
    background:none;
    position:relative;
}
#last-minorities .nav-tabs>li{
    width:100%;
}
#last-minorities .nav-tabs li.active a{
    border-bottom: none !important;
    color: #fff;
    padding-right:75px;
    position:absolute;
    left:0;
    right:0;
    top:-135px;
    z-index:999;
    text-shadow: -2px 2px 4px #000000;
    font-size:20px;
}

#last-minorities .nav-tabs li.active a::before{
content: ' ';
    width: 70px;
    height: 70px;
    background: #fff url(/image/catalog/assets/icons/asia.png) no-repeat center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: calc(50% - 35px);
    background-size: contain;
    right:0;
}


#last-minorities #africa-box .nav-tabs li.active a::before{
    background-image: url(/image/catalog/assets/icons/africa.png);
}

#last-minorities #america-box .nav-tabs li.active a::before{
    background-image: url(/image/catalog/assets/icons/america.png);
}

#last-minorities #europe-box .nav-tabs li.active a::before{
    background-image: url(/image/catalog/assets/icons/europe.png);
}


#last-minorities #iniran-box .nav-tabs li.active a::before{
    background-image: url(/image/catalog/assets/icons/iranmap.png);
}

#last-minorities #iranian-box .nav-tabs li.active a::before{
    background-image: url(/image/catalog/assets/icons/iranian.png);
    background-size:70%;
    
}


#last-minorities .description h4{
    color:#fff;
    font-size: 12px;
}

#last-minorities .media {
    border-bottom: 1px solid #ffffff99;
}

#last-minorities .has-more{
    padding-bottom:20px;
    position:unset;
}
#last-minorities .read-more{
    bottom:10px;
    height: auto !important;
    display: inline;
    left: 0;
    right: 0;
}

#last-minorities .read-more a {
    border-bottom: none;
    color:#ffffff99;
    padding-bottom:20px;
}

#last-minorities .tab-pane>img{
    border-radius:15px;
}

#podcasts{
    background: rgb(1,69,254);
    background: linear-gradient(-17deg, rgba(1,69,254,1) 0%, #001830 40%);
}

#podcasts .list .description h4 {
    color:#fff;
    display:inline-block;
    width: calc(100% - 40px);
    padding:0;
    max-height:unset;
}

#podcasts .tab-pane.has-more{
    padding-bottom:10px;
}

#podcasts .tab-pane>.read-more a{
    border:none;
    color:#fff;
}
#podcast .blog-box .list .description::before {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    font-size: 30px;
    color: #ffffffcc;
    display:inline-block;
    vertical-align:top;
}
#podcast .blog-box .list .description h4{
    width:calc(100% - 40px);
    padding:0;
    
}

#podcast .blog-box .list .description{
    top:0;
    padding:45px 15px;
    border-radius:10px;
    display: flex;
    align-items: center;
-webkit-box-shadow: 0px 10px 12px -5px rgba(0,204,215,0.89);
-moz-box-shadow: 0px 10px 12px -5px rgba(0,204,215,0.89);
box-shadow: 0px 10px 12px -5px rgba(0,204,215,0.89);
}

#podcast .blog-box .list .description:hover{
    background:#15866Acc;
}
#podcast .thumb::after{
    display:none;
}

#podvideo .description{
    background:#fff;
    background: linear-gradient(-25deg, rgba(1,69,254,1) 0, rgba(255,255,255,1) 0);
}

#podvideo .post-list > div:hover .description{
background: rgb(1,69,254);
background: linear-gradient(-25deg, rgba(1,69,254,1) 50%, rgba(255,255,255,1) 89%);
}

#podvideo .description h4{
    color:#000 !important;
}


#conceptology .post-list>div{
    border-right:5px solid #00B698;
    border-radius:0;
}
#conceptology .post-list>div a{
    color:#000;
}

#conceptology .read-more,
#articles .read-more,
#conventions .read-more,
#book-slider .read-more {
    bottom:25px;
}

#conceptology .read-more a,
#articles .read-more a,
#conventions .read-more a,
#book-slider .read-more a {
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
}

#conceptology .tab-content .list .description h4,
#articles .tab-content .list .description h4,
#conventions .tab-content .list .description h4{
    white-space: normal;
    color:#000;
    font-size:18px;
    max-height:100%;
}

#conceptology .tab-content .list .description p,
#articles .tab-content .list .description p {
    max-height:max-content;
    line-height:25px;
    font-size:12px;
    margin-top:5px;
}


#articles .post-list>div>div{
    background: #001830;
    height: 100%;
    padding: 5px 15px;
    border-radius: 15px;

}

#articles .tab-content .list .description h4,
#conventions .tab-content .list .description h4,
#articles .post-list>div a{
    color:#fff;
}
#conventions .tab-content .list .thumb{
    height: 160px;
   background: rgb(5,68,223);
   background: linear-gradient(-25deg, rgba(5,68,223,1) 0%,#001830 0%);
    position: relative;
}

#conventions .post-list>div:hover .thumb{
   background: linear-gradient(-25deg, rgba(5,68,223,1) 0%, #001830 60%);
}

#conventions .tab-content .list .thumb img {
    position: absolute;
    width: 180px;
    height: auto;
    top: -8px;
    left: 20px;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#conventions .tab-content .list .description{
    background: none;
    left: 220px;
    top: 0;
    bottom: 0;
    display: flex;
  justify-content: center;
}
#conventions .tab-content .list .description h4{
    width: calc(100% - 35px);
}
#conventions .tab-content .list .description::before{
    content: ' ';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    float: left;
    margin: 68px 10px 68px 0;
}

#full-box1{
    background: #001830;
    background: linear-gradient(-90deg,#001830 0%, #0e8782 50%, #001830 100%);
}

@media (max-width: 768px) {

    #full-box1 .image-box{
        margin-top:20px !important;
    }
    #conventions .tab-content .list .description{
        left: 100px;
        right: 25px;
        padding: 0;
        top: 0;
    }
    #conventions .tab-content .list .thumb {
        height: 120px;
    }
    #conventions .tab-content .list .thumb img{
        
        width: 85px;
        top: calc(50% - 42px);
        left: -10px;
    }
    
    #conventions .tab-content .list .description::before{
        display:none;
    }
    
    #conventions .tab-content .list .description h4{
        width:100%;
    }
     #conventions .tab-content .list .row > div{
            margin-bottom: 10px;
    }
}

@media print {
    footer,
    .mainmenu,
    #top,
    #column-left,
    #column-right,
    #customer-chat-iframe{
        display: none !important;
    }
}