*{
	font-family: "system-ui";
}

body{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 30px !important;
  color: #000;
  background-color: #FFF;
	transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
body *{
	transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, filter 0.6s ease-in-out;
	-o-transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, filter 0.6s ease-in-out;
	-ms-transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, filter 0.6s ease-in-out;
	-moz-transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, filter 0.6s ease-in-out;
	-webkit-transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, filter 0.6s ease-in-out;
}
body.dark{
  color: #FFF;
  background-color: #111;
}
#lhc_status_container .status-icon{
	line-height: 16px !important;
}

/***********Default setting************/
a,i,input[type="submit"],.main-menu nav > ul li:before,.search-layer form button,.article-box img, .term-box article img,
.product-box article .product-image:before{   text-decoration: none; -webkit-transition : all 0.2s linear 0s; -moz-transition : all 0.2s linear 0s; -ms-transition : all 0.2s linear 0s; -o-transition : all 0.2s linear 0s; transition : all 0.2s linear 0s}
.vip-box article .vip-image:before{   text-decoration: none; -webkit-transition : all 0.2s linear 0s; -moz-transition : all 0.2s linear 0s; -ms-transition : all 0.2s linear 0s; -o-transition : all 0.2s linear 0s; transition : all 0.2s linear 0s}
a:hover,a:active{text-decoration: none; color: #AE4200; outline: 0;}
a:visited,a:link{text-decoration: none; outline: 0}
a{color: #7A7979}
ul{margin: 0; padding: 0;list-style-position: inside;}
h3{  font-size: 20px; }
h1.title, h2.title, h3.title, h4.title, h5.title{   font-size: 18px;  color: #505050;   margin: 0}
.no-padding{ padding: 0 !important}
.border-radius{ border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
/***********clearFix************/
.top-menu ul:after, .landing-center form > div:after , .main-menu nav > ul:after,
.search-layer form:after,.statictis-layer .static-box div:after,.article-box > div:after,
.product-box article:after,.term-box article:after{display: block; clear: both; content: ''; visibility: hidden; height: 0; line-height: 0}
.vip-box article:after,.term-box article:after{display: block; clear: both; content: ''; visibility: hidden; height: 0; line-height: 0}
.container-fluid{position: relative;}

audio, video{
	max-width: 100% !important;
}

.table-style{
	border: 2px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.table-style > div:nth-child(2n) {
	background: #FFF;
	padding: 10px;
	margin: 0;
	border-bottom: 1px #999 dashed;
}
.table-style > div:nth-child(2n+1) {
	background: #F0F0F0;
	padding: 10px;
	margin: 0;
	border-bottom: 1px #999 dashed;
}
.table-style > div:last-child {
	border-bottom: none !important;
}


input[type="text"], input[type="password"], select, textarea{
	border: 1px #999 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	line-height: 30px;
	padding: 2px;
	/*width: 250px;*/
	max-width: 100%;
}  


.table{
	background: #FFF;
} 
.my-form-control{
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin: 5px 0 !important;
	font-size: 13px !important;
}
.form-group {
	position: relative;
}
.form-group-icon {
  position: relative;
}
.form-group .input-icon {
	background: transparent;
	border: none;
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #B3B3B3;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.form-group.required label::before {
	color: #FF4343;
	content: "*";
	font-size: 20px;
	position: absolute;
	margin-left: -12px;
	top: 4px;
}



/*********margins ********/
.nopadding{
	padding: 0 !important;
}
.nomargin{
	margin: 0 !important;
}
.padding5, .padding-5{
	padding: 5px !important;
}
.padding8, .padding-8{
	padding: 8px !important;
}
.padding10, .padding-10{
	padding: 10px !important;
}
.padding15, .padding-15{
	padding: 15px !important;
}
.padding30, .padding-30{
	padding: 30px !important;
}
.padding-top-0{
	padding-top: 0px !important;
}
.padding-left-0{
	padding-left: 0px !important;
}
.padding-right-0{
	padding-right: 0px !important;
}
.padding-bottom-0{
	padding-bottom: 0px !important;
}
.padding-top-5{
	padding-top: 5px !important;
}
.padding-left-5{
	padding-left: 5px !important;
}
.padding-right-5{
	padding-right: 5px !important;
}
.padding-bottom-5{
	padding-bottom: 5px !important;
}
.padding-top-10{
	padding-top: 10px !important;
}
.padding-left-10{
	padding-left: 10px !important;
}
.padding-right-10{
	padding-right: 10px !important;
}
.padding-bottom-10{
	padding-bottom: 10px !important;
}
.padding-top-15{
	padding-top: 15px !important;
}
.padding-left-15{
	padding-left: 15px !important;
}
.padding-right-15{
	padding-right: 15px !important;
}
.padding-bottom-15{
	padding-bottom: 15px !important;
}
.margin5, .margin-5{
	margin: 5px;
}
.margin10, .margin-10{
	margin: 10px;
}
.margin15, .margin-15{
	margin: 15px;
}
.margin-top-0{
	margin-top: 0px !important;
}
.margin-left-0{
	margin-left: 0px !important;
}
.margin-right-0{
	margin-right: 0px !important;
}
.margin-bottom-0{
	margin-bottom: 0px !important;
}
.margin-top-5{
	margin-top: 5px !important;
}
.margin-left-5{
	margin-left: 5px !important;
}
.margin-right-5{
	margin-right: 5px !important;
}
.margin-bottom-5{
	margin-bottom: 5px !important;
}
.margin-top-10{
	margin-top: 10px !important;
}
.margin-left-10{
	margin-left: 10px !important;
}
.margin-right-10{
	margin-right: 10px !important;
}
.margin-bottom-10{
	margin-bottom: 10px !important;
}
.margin-top-15{
	margin-top: 15px !important;
}
.margin-left-15{
	margin-left: 15px !important;
}
.margin-right-15{
	margin-right: 15px !important;
}
.margin-bottom-15{
	margin-bottom: 15px !important;
}
.margin-top-20{
	margin-top: 20px !important;
}
.margin-top-25{
	margin-top: 25px !important;
}
.margin-bottom-20{
	margin-bottom: 20px !important;
}
.margin-bottom-25{
	margin-bottom: 25px !important;
}

.no-float{
	float: none !important;
}

.relative{
	position: relative;
}

.maxwidth320{
	max-width: 320px !important;
}

.rtl{
	direction: rtl !important;
}
.ltr{
	direction: ltr !important;
}

.left{
	text-align: left !important;
}
.center{
	text-align: center !important;
}
.right{
	text-align: right !important;
}
.justify{
	text-align: justify !important;
}

img{
	max-width: 100%;
	font-size: 0px !important;
}

div.round-container{
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	display: inline-block;
}
img.round{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 1000%;
	height: 30px;
	display: inline;
	vertical-align: baseline;
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.invert{
	filter: invert(1);
	-o-filter: invert(1);
	-ms-filter: invert(1);
	-moz-filter: invert(1);
	-webkit-filter: invert(1);
}

.darker{
	background: #f6f6f6;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	box-shadow: 0 0 0 1px #f6f6f6;
}
.darker .simple-title-gray h2{
	background: #f6f6f6 !important;
}
.darker .simple-title-gray .more > a{
	background: #f6f6f6 !important;
}
.darker .navigation-h{
	background: #f6f6f6 !important;
}

/****header site****/
body > header {
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 0;
}
body > header .header-image {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  min-height: 600px;
  border-bottom: 3px #ff7800 solid;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
} 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
} 
body > header .header-image .bounce {
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: rgba(255,120,0,0.3);
	color: rgb(255,120,0);
	font-size: 40px;
	padding-top: 7px;
	border: 1px #333 solid;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-align: center;
	display: block;
	animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
}
body > header .header-bar{
	text-align: center;
	margin-bottom: 20px;
}
body > header .header-bar .search-box input{
	background: transparent !important;
	line-height: 17px !important;
	border: 1px #ededed solid !important;
	color: #000 !important;
	font-size: 12px !important;
	text-align: left !important;
}
body > header .header-bar .search-box button{
	background: transparent !important;
	line-height: 17px !important;
	border: none !important;
	border-right: 1px #4c4948 solid !important;
	color: #000 !important;
	font-size: 15px !important;
	text-align: center !important;
	vertical-align: middle;
}
.logo img{
	height: 100px;
}
body > header .top-menu {
	float: right;
}
body > header .top-menu ul {
	direction: ltr;
	text-align: left;
}
body > header .top-menu ul li{
	position: relative;
	padding: 0 5px;
	display: inline-block;
}
body > header .top-menu ul li:last-child{
	background: none;
}
body > header .top-menu ul li a{
	padding: 0 5px;
	color: #000;
	font-size: 13px;
}
body > header .user-list{
	list-style: none;
	margin: 30px 0;
	text-align: right;
}
body > header .user-list li{
	color: #000;
	padding: 0 10px;
	display: inline-block;
}
body > header .user-list li a{
	color: #000;
	line-height: 17px;
	display: inline-block;
}
body > header .user-list li a i{
	font-size: 15px;
	vertical-align: middle;
}
.search-box{
	margin: 30px 0;
	text-align: left;
}

.logo-box{
	text-align: right;
}
.logo-box img{
	max-height: 110px;
}
@media (max-width: 500px){
	.logo-box img{
		max-height: 50px;
	}
}

.intro-div {
	margin: 50px 0;
}
.intro-div h2 {
	width: 600px;
	font-size: 50px;
	margin: 0 auto;
	max-width: 100%;
}
.intro-div h6 {
	color: #a1787e;
	width: 600px;
	font-size: 12px;
	margin: 0 auto;
	max-width: 100%;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 6.5px;
	line-height: 1.5em;
}
.intro-div h6::after {
	content: '';
	margin-left: 1.1em;
	width: 13.842em;
	height: 1px;
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
}

.btn-special{
	padding: 15px 30px;
	border: 3px #FFF double;
	border-radius: 0;
	color: #FFF;
	background: transparent;
}
.btn-special:hover{
	background: #c7a598;
}

.consultation-box{
	background-color: #D6C6C1;
	color: #FFF;
	padding: 40px 0;
}
.consultation-box p{
	font-size: 24px;
	line-height: 40px;
}

.services-box{
	padding: 40px 0;
}

.clients-box{
	background-color: #1A2041;
	color: #FFF;
	padding: 40px 0;
	text-align: center;
}
.clients-box h2 {
	font-size: 30px;
	margin: 30px auto;
	text-align: center;
}
.clients-box h6 {
	color: #FFF;
	font-size: 12px;
	margin: 30px auto;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6.5px;
	line-height: 1.5em;
}
.clients-box p{
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 30px;
}
.clients-box .owlprevclients, .clients-box .owlnextclients{
	color: #FFF !important;
}
.clients-box .item h3 {
	color: #FFF;
	font-size: 18px;
	text-align: center;
}


.testimonials-box{
	padding: 40px 0;
}
.testimonials-box p{
	font-size: 24px;
	font-style: italic;
	line-height: 40px;
	text-align: center;
}

.instagram-box{
	padding: 40px 0;
}
.instagram-box .item{
	position: relative;
}
.instagram-box .item i{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFF;
	font-size: 50px;
	display: none;
}
.instagram-box .item:hover i{
	display: block;
}
.instagram-box .item:hover img{
	filter: brightness(0.5);
}

.blog-box{
	padding: 40px 0;
}
.blog-box .item{
	position: relative;
}
.blog-box .item h3{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000000b5;
	color: #FFF;
	font-size: 15px;
	padding: 0 10px;
	margin: 0;
	height: 60px;
	line-height: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-box .item i{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFF;
	font-size: 50px;
	display: none;
}
.blog-box .item:hover i{
	display: block;
}
.blog-box .item:hover img{
	filter: brightness(0.5);
}

@media (max-width: 768px){
	.search-box {
		margin: 5px 0;
		text-align: center;
	}
	body > header .user-list {
		margin: 5px 0;
		text-align: center;
	}
	.intro-div, .consultation-box, .services-box, .testimonials-box, .instagram-box, .blog-box {
		padding: 30px 0 10px 0;
		margin: 0;
	}
	.intro-div h2 {
		font-size: 40px;
	}
	.intro-div h6 {
		letter-spacing: 4px;
	}
	.consultation-box p {
		font-size: 20px;
		line-height: 30px;
	}
	#clients{
		margin-top: 15px;
	}
	.testimonials-box p {
		font-size: 16px;
		font-style: italic;
		line-height: 24px;
		text-align: center;
	}
}

.categories-menu{
	background: #181818;
	border-bottom: 1px #333 solid;
}

.simple-title-gray{
	position: relative;
	width: 100%;
	height: 28px;
	max-width: 100%;
	text-align: left;
	margin: 20px 0 0 0;
	display: inline-block;
}
.simple-title-gray::before{
	content: " ";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 14px;
	left: 0;
	background: #CCC;
}
.simple-title-gray::after{
	content: " ";
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 10px;
	background: #CCC;
}
.simple-title-gray h2{
	position: relative;
	line-height: 22px;
	color: #6e6e6e;
	background: #FFF;
	padding: 0 25px 0 20px;
	margin: 0;
	font-size: 15px;
	display: inline-block;
}
.simple-title-gray .navigation-h{
	display: inline-block;
	position: absolute;
	right: 60px;
	top: 0;
	direction: rtl;
}
.simple-title-gray .more > a{
	background: #FFF;
	color: #6e6e6e;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	display: inline-block;
}
.simple-title-gray .navigation-h a:hover{
	background: #6e6e6e !important;
	color: #222;
}


.navigation-h{
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: #FFF;
	padding: 0 10px;
}
.navigation-h a{
	width: 28px;
	height: 28px;
	background: #474747 !important;
	color: #FFF !important;
	font-size: 22px !important;
	text-align: center;
	padding: 4px 10px !important;
	margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
}
.navigation-h a:hover{
	background: #000 !important;
	color: #FFF !important;
}
.navigation-v{
	color: #FFF !important;
	background-color: rgba(255,255,255,0.3);
	font-size: 15px;
	text-align: center;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.navigation-v a{
	color: #FFF !important;
	font-size: 15px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	display: block;
}

.simple-title-green{
	position: relative;
	width: 100%;
	height: 28px;
	max-width: 100%;
	text-align: left;
	margin: 20px 0 0 0;
	display: inline-block;
}
.simple-title-green::before{
	content: " ";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 14px;
	left: 0;
	background: #2b7b38;
}
.simple-title-green::after{
	content: " ";
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 10px;
	background: #2b7b38;
}
.simple-title-green h2{
	position: relative;
	line-height: 22px;
	color: #6e6e6e;
	background: #FFF;
	padding: 0 25px 0 20px;
	margin: 0;
	font-size: 15px;
	display: inline-block;
}
.simple-title-green .navigation-h{
	display: inline-block;
	position: absolute;
	right: 60px;
	top: 0;
	direction: rtl;
}
.simple-title-green .more > a{
	background: #FFF;
	color: #2b7b38;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	display: inline-block;
}
.simple-title-green .navigation-h a:hover{
	background: #2b7b38 !important;
}


.ads{
	margin: 30px auto;
}
.ads p{
	margin: 0;
}



.sorting{
	color: #7a7a7a;
	text-align: center;
	margin: 0;
}
.sorting span{
	color: #7a7a7a;
	margin: 0 5px;
	display: inline-block;
}
.sorting ul{
	list-style: none;
	font-size: 13px;
	display: inline-block;
}
.sorting ul li{
	color: #7a7a7a;
	line-height: 25px;
	font-size: 13px;
	padding: 0px 10px;
	margin: 0 5px;
	border: 1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}
.sorting ul li a{
	color: inherit !important;
}
.sorting ul li.active, .sorting ul li:hover{
	color: #FFF;
	background: #FF7800;
	border-color: #7a3900;
}

.main-box{
	height: 250px;
	background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	margin: 15px 0;
	padding: 0 15px;
	border: 1px #FFF solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0 1px #CFCFCF;
	-moz-box-shadow: 0 0 0 1px #CFCFCF;
	-webkit-box-shadow: 0 0 0 1px #CFCFCF;
}
.main-box .col-sm-5, .main-box .col-sm-6, .main-box .col-sm-7{
	height: 130px;
	overflow: hidden;
}
.main-box .col-sm-7{
	border-right: 2px #f77b03 solid;
}
.main-box li{
	list-style: none;
	color: #FFF;
	font-size: 14px;
	text-align: left;
}
.main-box li a{
	color: #FFF;
	font-size: 14px;
}
.main-box li a i{
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px;
}
.main-box li a span{
	color: #f77b03;
	font-size: 14px;
}
.main-box p{
	color: #f77b03;
	font-size: 14px;
	text-align: justify;
}

.main-box.articles-box{
	background: url('../images/articles.png') no-repeat center center #333;
}
.main-box.audios-box{
	background: url('../images/audios.png') no-repeat center center #333;
}
.main-box.videos-box{
	background: url('../images/videos.png') no-repeat center center #333;
}
.main-box.products-box{
	background: url('../images/products.png') no-repeat center center #333;
}


.section-box{
	height: 120px;
	background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	margin: 15px 0;
	padding: 15px;
	text-align: center;
	border: 1px #FFF solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0 1px #CFCFCF;
	-moz-box-shadow: 0 0 0 1px #CFCFCF;
	-webkit-box-shadow: 0 0 0 1px #CFCFCF;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.section-box:hover{
	filter:sepia(100%);
	-o-filter:sepia(100%);
	-ms-filter:sepia(100%);
	-moz-filter:sepia(100%);
	-webkit-filter:sepia(100%);
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.section-box img{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.section-box .subject{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.section-box h2{
	color: #FFF;
	font-size: 18px;
	text-align: left;
	display: block;

}
.section-box p{
	color: #FFF;
	font-size: 12px;
	text-align: left;
	display: block;
}

.section-box.articles-box{
	background: url('../images/articles.png') no-repeat center center #333;
}
.section-box.audios-box{
	background: url('../images/audios.png') no-repeat center center #333;
}
.section-box.videos-box{
	background: url('../images/videos.png') no-repeat center center #333;
}
.section-box.products-box{
	background: url('../images/products.png') no-repeat center center #333;
}



.list-box{
	margin: 15px 0;
}
.list-box .list-item{
	margin: 10px 0;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.list-box .list-item:hover{
	transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.list-box .list-item img{
	border: 1px #FFF solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0 1px #ff7e00;
	-moz-box-shadow: 0 0 0 1px #ff7e00;
	-webkit-box-shadow: 0 0 0 1px #ff7e00;
}
.list-box .list-item .name{
	color: #ff7e00;
	font-size: 13px;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
.list-box .list-item .date, .list-box .list-item .visits{
	color: #767676;
	font-size: 12px;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline-block;
}
.list-box .list-item .dashed{
	position: relative;
	border-bottom: 1px #ff7e00 solid;
}

.list-box .list-item2{
	position: relative;
	width: 100%;
	border-bottom: 1px #CCC solid;
	padding: 10px 0;
	margin: 0;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	overflow: hidden;
}
.list-box .list-item2::before{
	content: ' ';
	width: 25%;
	height: 3px;
	background-color: #CCC;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-right: -15px;
}
.list-box .list-item2:last-child{
	/*border-bottom: none;*/
}
.list-box .list-item2:hover{
	background: rgb(250,250,250);
	transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.list-box .list-item2 img{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list-box .list-item2 .list-image{
	position: relative;
}
.list-box .list-item2 .list-image::before{
	content: ' ';
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.list-box .list-item2:hover .list-image::before{
	opacity: 1
}
.list-box .list-item2 .list-image i{
	font-size: 35px;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	opacity: 0;
	display: inline-block;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.list-box .list-item2:hover .list-image i{
	opacity: 1
}
.list-box .list-item2 h2{
	line-height: 25px;
	height: 25px;
	color: #565656;
	font-size: 16px;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
}
.list-box .list-item2 p{
	line-height: 18px;
	height: 54px;
	color: #565656;
	font-size: 12px;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}

.list-box .list-item3{
	background: #FFF;
	position: relative;
	width: 100%;
	border: 1px #CCC solid;
	padding: 0;
	margin: 10px 0 28px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.list-box .list-item3:hover{
	background: rgb(250,250,250);
}
.list-box .list-item3 .list-image{
	position: relative;
}
.list-box .list-item3 .list-image::before{
	content: ' ';
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.list-box .list-item3:hover .list-image::before{
	opacity: 1
}
.list-box .list-item3 .list-image i{
	font-size: 35px;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	opacity: 0;
	display: inline-block;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.list-box .list-item3:hover .list-image i{
	opacity: 1
}
.list-box .list-item3 h2{
	line-height: 18px;
	height: 36px;
	color: #565656;
	font-size: 15px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
}
.list-box .list-item3 span{
	color: #565656;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.list-box .list-item3 p{
	line-height: 18px;
	height: 36px;
	color: #565656;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}




/*** Header Section public Style ***/

.header-section{
	width: 100%;
	position: relative;
}
.vip-header-section{
	min-height: 45px;
	border-right: 4px solid #dfdfdf;
}
.vip-header-section h2{
	line-height: 40px !important;
	padding-right: 10px !important;
	font-size: 16px !important;
	text-align: left !important;
}
.header-section:before{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #dfdfdf;
}
.header-section span{
	width: 45px;
	height: 30px;
	text-align: center;
	background-color: #FAFAFA;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -12px
}
.header-section h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #5A5A5A;
	display: block;
	text-align: center;
}


/*** QuickRegister ***/
.quick-register{
	position: relative;
	background: #FFF;
	padding: 15px;
	margin: 40px 0 15px 0;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.quick-register p{
	text-align: justify;
	font-size: 13px;
	line-height: 26px;
}
.quick-register img{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.quick-register .title{
	position: absolute;
	top: -45px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	background: #1583d7;
	color: #FFF;
	font-size: 12px;
	padding: 0 15px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.quick-register .title::after{
	content: " ";
	position: absolute;
	top: 30px;
	right: 50%;
	margin-right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #1583d7 transparent transparent;
}
.quick-register input[type=text]{
	width: 100%;
	color: #363636 !important;
	background-color: #FFF !important;
	font-size: 12px !important;
	padding: 3px 5px;
	margin-bottom: 10px;
	border: 1px #dfdfdf solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}
.quick-register .download-btn{
	width: 100%;
	background: #4a4a4a;
	color: #FFF !important;
	font-size: 13px !important;
	padding: 0 10px;
	border: none;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	vertical-align: middle;
}
.quick-register .download-btn:hover{
	background: #222;
}
#campaignSubmit{
	position: relative;
	width: 100%;
	background: #1583d7;
	color: #FFF;
	line-height: 35px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	margin: 0;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 5px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#campaignSubmit::after{
	content: " ";
	position: absolute;
	top: -8px;
	right: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #1583d7 transparent;
}
#campaignSubmit span{
	width: 36px;
	position: relative;
	color: #FFF;
	line-height: 25px;
	height: 35px;
	font-size: 18px;
	text-align: center;
	border-left: 1px #2894e7 solid;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	float: right;
}
#campaignSubmit:visited, #campaignSubmit:active{
	color: #FFF !important;
}
#campaignSubmit i{
	color: #FFF;
	line-height: 25px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
#campaignSubmit:hover{
	background: #0a65ab;
	color: #FFF;
}

/*** Articles ***/

.last-article {
	padding:15px 15px 15px 0;
}
.last-article .header-link-archive{
	background-color: #AE4200;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: -5px;
	line-height: 32px;
	border:2px solid transparent;
}
.last-article .header-link-archive:hover{
	background-color: #fff;
	color: #9D0B0B;
	border:2px solid #AE4200;
}

.article-box{
	margin: 15px 0;
}
.article-box img{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	width: 100%;
}
.article-box:hover img{
	filter:sepia(100%);
	-o-filter:sepia(100%);
	-ms-filter:sepia(100%);
	-moz-filter:sepia(100%);
	-webkit-filter:sepia(100%);
}
.article-box h2{
	width: 100%;
	border-right: 5px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	padding: 0;
	margin: 0;
	line-height: 24px;
	height: 55px;
	overflow: hidden;
	font-size: 14px;
	background-color: #fff;
	display: table;
}
.article-box h2 span{
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.article-box > div.desc{
	border:1px solid #dfdfdf;
	background-color: #fff;
	padding: 10px 15px 15px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.article-box > div p{
   height: 55px;
   line-height: 19px;
   font-size: 13px;
   text-align: justify;
   color: #6F6F6F;
   overflow: hidden;
   margin-bottom: 15px
}

.article-box > div .fa-heart-o{
   color: #AE4200;
   position: relative;
   top: 2px;
   margin-right: 5px
}

.article-box > div a{
   background-color: #AE4200;
   color: #fff;
   line-height: 25px;
   padding: 0 5px;
   float: right;
   font-size: 13px;
   border:1px solid transparent;
}
.article-box > div a:hover{
   color: #AE4200;
   border-color: #AE4200;
   background-color: #fff;
}



.article-archive{
	position: relative;
	margin: 9px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.article-archive img{
	position: relative;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.article-archive:hover img{
	filter:sepia(100%);
	-o-filter:sepia(100%);
	-ms-filter:sepia(100%);
	-moz-filter:sepia(100%);
	-webkit-filter:sepia(100%);
}
.article-archive .overlay{
	position: relative;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	padding: 8px;
}
.article-archive .overlay h2{
	color: #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
}
.article-archive.big .overlay h2{
	font-size: 15px !important;
	text-align: left;
}
.article-archive .overlay h2 i{
	font-size: 20px;
	margin-left: 5px;
	vertical-align: middle;
}
.article-archive .overlay h2 i{
	font-size: 20px;
	margin-left: 5px;
	vertical-align: middle;
}
.article-archive .overlay .visits{
	color: #FFF;
	font-size: 12px;
}
.article-archive .overlay p{
	height: 32px;
	line-height: 16px;
	font-size: 12px;
	margin: 0;
	text-align: justify;
	color: #FFF;
	overflow: hidden;
}
.article-archive.big .overlay p{
	height: 40px;
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	text-align: justify;
	color: #CCC;
	overflow: hidden;
}


.video-archive{
	position: relative;
	margin: 9px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.video-archive img{
	position: relative;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.video-archive:hover img{
	filter:sepia(100%);
	-o-filter:sepia(100%);
	-ms-filter:sepia(100%);
	-moz-filter:sepia(100%);
	-webkit-filter:sepia(100%);
}
.video-archive .overlay{
	position: relative;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	padding: 8px;
}
.video-archive .overlay h2{
	color: #FFF;
	padding: 0;
	margin: 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 13px;
}
.video-archive.big .overlay h2{
	font-size: 15px !important;
}
.video-archive .overlay h2 i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.video-archive .overlay h2 i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.video-archive .overlay .visits{
	color: #FFF;
	font-size: 12px;
}
.video-archive .overlay p{
	height: 32px;
	line-height: 16px;
	font-size: 12px;
	margin: 0;
	text-align: justify;
	color: #CCC;
	overflow: hidden;
}
.video-archive.big .overlay p{
	height: 60px;
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	text-align: justify;
	color: #CCC;
	overflow: hidden;
}



.audio-archive{
	position: relative;
	margin: 9px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.audio-archive.bordered{
	border: 1px #CCC solid;
	padding: 1px;
}
.audio-archive.bordered img{
	border-radius: 3px 3px 0 0 !important;
	-moz-border-radius: 3px 3px 0 0 !important;
	-webkit-border-radius: 3px 3px 0 0 !important;
	margin-bottom: 1px;
}
.audio-archive img{
	position: relative;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.audio-archive:hover img{
	filter:sepia(100%);
	-o-filter:sepia(100%);
	-ms-filter:sepia(100%);
	-moz-filter:sepia(100%);
	-webkit-filter:sepia(100%);
}
.audio-archive h2{
	color: #555;
	padding: 0;
	margin: 0;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 15px;
	text-align: center;
}
.audio-archive label{
	position: absolute;
	top: 10px;
	right: 1px;
	background: rgba(0,0,0,0.55);
	color: #FFF;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	text-align: center;
	display: inline-block;
}
.audio-archive label i{
	margin-left: 5px;
	vertical-align: middle;
}
.audio-archive .overlay{
	position: relative;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	padding: 8px;
	opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.audio-archive:hover .overlay{
	opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.audio-archive .overlay h2{
	color: #FFF;
	padding: 0;
	margin: 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
}
.audio-archive.big .overlay h2{
	font-size: 15px !important;
}
.audio-archive .overlay h2 i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.audio-archive .overlay h2 i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.audio-archive .overlay .visits{
	color: #FFF;
	font-size: 12px;
}
.audio-archive .overlay p{
	height: 32px;
	line-height: 16px;
	font-size: 12px;
	margin: 0;
	text-align: justify;
	color: #CCC;
	overflow: hidden;
}
.audio-archive.big .overlay p{
	height: 60px;
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	text-align: justify;
	color: #CCC;
	overflow: hidden;
}





/*** Last Download ***/

.last-downloads{
	margin: 0;
	padding: 5px 15px 15px 0;
}
.last-downloads .header-section:before{
	border-color: #D2D2D2
}
.last-downloads .header-section span{
	background-color: #FAFAFA;
}
.last-downloads .header-link-archive{
	background-color: #2F78BD;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: -5px;
	line-height: 32px;
	border:2px solid transparent;
}
.last-downloads .header-link-archive:hover{
	background-color: #fff;
	color: #2F78BD;
	border:2px solid #2F78BD;
}

.download-box{
	position: relative;
}
.download-box h2{
	width: 100%;
	/* height: 40px; */
	line-height: 20px;
	padding: 5px;
	margin: 0;
	color: #494949;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}
.download-box p{
	width: 100%;
	height: 50px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	color: #494949;
	font-size: 12px;
	text-align: justify;
	overflow: hidden;
}
.download-box figcaption{
	text-align: center;
}
.download-box figcaption .vertical-middle{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.download-box figcaption span{
	color: #FFF;
}
.download-box .span-comments{
	margin-right: 40px; 
}
.download-box .span-more, .download-box .span-subject{
	text-align: center;
	display: block; 
}
.download-box figcaption span i{
	color: #FFF;
	margin-right: 5px;
}

.download-box figure{
	position: relative;
	padding: 1px;
	background-color: #fff;
	border:1px solid #dfdfdf;
	width: 100%;
	display: block;
}
.download-box figure img{
	display: block;
	width: 100%
}
.download-box{
	margin: 15px 0;
}

.news-list{
	background: #FAFAFA;
	border: 1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 9px 0;
	min-height: 244px;
}
.news-list a{
	color: #222;
	border-bottom: 1px #CCC solid;
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 13px;
	padding: 0 5px;
}
.news-list a:hover{
	background: #EEE;
}
.news-list a:last-child{
	border-bottom: none;
}
.news-list a i{
	color: #2b7b38;
	font-size: 16px;
	vertical-align: middle;
}

.news-box{
	position: relative;
	direction: ltr;
}
.news-box h2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 10px 0;
	color: #414141;
	border-left: 4px #989898 solid;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}
.news-box h2.green{
	border-left: 4px #269438 solid !important;
}
.news-box label{
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 20px;
	padding: 0 5px;
	font-size: 12px;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
.news-box p{
	width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #414141;
	font-size: 12px;
	text-align: justify;
	overflow: hidden;
}
.news-box figcaption{
	text-align: center;
}
.news-box figcaption .vertical-middle{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.news-box figcaption span{
	color: #FFF;
}
.news-box .span-comments{
	margin-right: 40px; 
}
.news-box .span-more, .news-box .span-subject{
	text-align: center;
	display: block; 
}
.news-box figcaption span i{
	color: #FFF;
	margin-right: 5px;
}

.news-box figure{
	position: relative;
	background-color: #fff;
	border:1px solid #dfdfdf;
	width: 100%;
	display: block;
}
.news-box figure img{
	display: block;
	width: 100%
}
.news-box{
	margin: 15px 0;
}


/*** Last Product ****/

.last-products2{
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;;
}
.last-products{
	background-color: #FFF;
	padding: 20px 0;
	border-top: 1px #dfdfdf solid;
}

.last-products .header-section span{
	background-color: #FFF !important;
}
.last-products .header-link-archive{
	background-color: #26B130;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: -5px;
	line-height: 32px;
	border:2px solid transparent;
}
.last-products .header-link-archive:hover{
	background-color: #fff;
	color: #26B130;
	border:2px solid #26B130;
}


.special-product-box article{
	border:1px solid #CCC;
	padding: 1px;
	background-color: #fff;
	margin: 15px 0;
}
.special-product-box article .product-image{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.special-product-box article .product-image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	display: block;
}
.special-product-box article .rotated-square{
	background: rgba(0,0,0,0.8);
	color: #FFF;
	position: absolute;
	bottom: -9%;
	right: -3%;
	transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	width: 37%;
	height: 55%;
	padding: 4%;
	display: inline-block;
}
.special-product-box article .rotated-square .inside{
	color: #FFF;
	transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	text-align: center;
	display: block;
}

.special-product-box article .rotated-square h2{
	color: #FFF;
	text-align: center;
	font-size: 19px;
	display: block;
}
.special-product-box article .rotated-square .price{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	margin: 5px 0;
	display: block;
}
.special-product-box article .rotated-square .details{
	color: #FFF;
	background: transparent;
	text-align: center;
	font-size: 16px;
	margin: 5px 0;
	padding: 3px 30px;
	border: 1px #FFF solid;
	display: inline-block;
}
.special-product-box article .rotated-square .details:hover{
	color: #000;
	background: #FFF;
	border: 1px #000 solid;
}
@media (max-width: 768px){
	.special-product-box article .product-image{
		height: auto;
	}
	.special-product-box article .product-image img{
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	.special-product-box article .rotated-square{
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		padding: 10px;
		transform: none;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	.special-product-box article .rotated-square .inside{
		width: 100%;
		height: auto;
		transform: none;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
}


.product-box article{
	border:1px solid #CCC;
	padding: 1px;
	background-color: #fff;
	margin: 15px 0;
}
.product-box article .product-image{
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
	position: relative;
	display: inline-block;
}
.product-box article .product-image img{
	width: 100%;
	display: block;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.product-box article .product-image:before{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background-color: rgba(0,0,0,0.8);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 1;
	opacity: 0
}
.product-box article:hover .product-image:before{
	opacity: 1
}
.product-box article .product-image i{
	font-size: 45px;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 10;
	padding: 10px 12px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 60px;
	height: 60px;
	opacity: 0;
	display: inline-block;
}

.product-box article:hover .product-image i{
	opacity: 1
}

.product-box article header{
	width: 100%;
	position: relative;
}
.product-box article header span{
	background-color: #fff;
	bottom: -1px;
	display: block;
	height: 35px;
	margin: 0 auto;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 40px;
}
.product-box article header span i{
	background-color: #163a5c;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff;
	height: 25px;
	padding-top: 5px;
	position: relative;
	width: 25px;
}
.product-box article header h2{
	position: relative;
	color: #575757;
	display: block;
	font-size: 13px;
	line-height: 30px;
	padding: 0px 20px;
	margin: 0;
	text-align: left;
	height: 30px;
	overflow: hidden;
}
.product-box article header h2 a:hover{
	color: #128F18
}
.product-box article header h2::before{
	content: " ";
	background: #c8c8c8;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
}
.product-box article p{
	font-size: 13px;
	line-height: 22px;
	height: 80px;
	padding: 15px 14px 5px;
	text-align: justify;
	overflow: hidden;
}
.product-box article:hover p{
	cursor: default;
}
.product-box article .price-div{
	position: relative;
	margin: 10px 0;
}
.product-box article .price-div::before{
	content: " ";
	background: #368928;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
}
.product-box article .price {
	padding: 0px 20px;
	line-height: 22px;
	color: #368928;
	border-right: 0;
	font-size: 15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.product-box article .add-to-basket-pro {
	position:absolute;
	right: -1px;
	top: 0;
	padding: 4px 10px;
	height: 33px;
	color: #fff;
	background-color: #368928;
	line-height: 22px;
	font-size: 18px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: 4px #2b721f solid;
}
.product-box article .add-to-basket-pro i {
	vertical-align: middle;
}
.product-box article .add-to-basket-pro:hover {
	color: #26B130;
	background-color: #CCC;
}

/*** Last Vip ****/

.last-vips .header-link-archive{
	background-color: #ffd83e;
	color: #856715;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: -5px;
	line-height: 32px;
	border:2px solid transparent;
}
.last-vips .header-link-archive:hover{
	background-color: #fff;
	color: #856715;
	border:2px solid #856715;
}
.vip-box span.visits{
	position: absolute;
	top: 10px;
	left: 0;
	color: #FFF;
	background-color: #AA6120;
	font-size: 11px;
	padding: 0 5px;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	z-index: 1;
}
.vip-box article{
	position: relative;
	border:1px solid #dfdfdf;
	background-color: #fff;
	margin: 15px 0;
}
.vip-box article .vip-image{
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 1px;
	position: relative;
	display: inline-block;
}
.vip-box article .vip-image img{
	width: 100%;
	display: block;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.vip-box article .vip-image:before{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background-color: rgba(0,0,0,0.8);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 1;
	opacity: 0
}
.vip-box article:hover .vip-image:before{
	opacity: 1
}
.vip-box article .vip-image i{
	font-size: 35px;
	color: #4E4E4E;
	position: absolute;
	top: 31%;
	right: 37%;
	z-index: 10;
	padding: 10px 12px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background-color: rgba(255,255,255,0.8);
	width: 60px;
	height: 60px;
	opacity: 0;
	display: inline-block;
}

.vip-box article:hover .vip-image i{
	opacity: 1
}

.vip-box article header span{
	background-color: #fff;
	bottom: -1px;
	display: block;
	height: 35px;
	margin: 0 auto;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 40px;
}
.vip-box article header span i{
	background-color: #163a5c;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff;
	height: 25px;
	padding-top: 5px;
	position: relative;
	width: 25px;
}
.vip-box article header h2{
	color: #164f8f;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	overflow: hidden;
}
.vip-box article header h2 a{
	color: #163A5C
}
.vip-box article header h2 a:hover{
	color: #128F18
}
.vip-box article p{
	font-size: 13px;
	line-height: 20px;
	height: 80px;
	padding: 15px 14px 5px;
	text-align: justify;
	overflow: hidden;
}
.vip-box article:hover p{
	cursor: default;
}
.vip-box article > label {
	border:1px solid #dfdfdf;
	padding: 4px 12px 5px;
	line-height: 22px;
	color: #199222;
	border-right: 0;
	position: relative;
	right: -1px;
	float: right;
	font-size: 17px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.vip-box article .add-to-basket-pro {
	padding: 4px 10px;
	height: 33px;
	color: #fff;
	background-color: #26B130;
	float: left;
	left: -1px;
	line-height: 22px;
	font-size: 18px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border:1px solid transparent;
	border-left: 0
}

.vip-box article .add-to-basket-pro:hover {
	color: #26B130;
	border-color: #26B130;
	background-color: #fff
}

/*** Last term  ****/
.last-terms{
	background: url('../images/rocket.png') no-repeat #EDEDED;
	background-position: left 50%;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 25px 0 30px
}
.last-terms .header-section span{
	height: 25px;
}
.term-box article{
	padding: 1px;
	border:1px solid #dfdfdf;
	background-color: #fff;
	margin: 15px 0;
}
.term-box article img{
	width: 50%;
	float: right;
}
.term-box article:hover img{
	filter:sepia(100%);
	-o-filter:sepia(100%);
	-ms-filter:sepia(100%);
	-moz-filter:sepia(100%);
	-webkit-filter:sepia(100%);
}
.term-box article .left-term-box{
	width: 50%;
	float: right;
	border-right: 1px solid #dfdfdf;
}
.term-box article .left-term-box > div{
	padding: 5px 15px 10px

}
.term-box article .left-term-box h2{
	height: 40px;
	overflow: hidden;
	line-height: 25px;
	padding: 7px 5px 5px;
	border-bottom: 1px solid #dfdfdf;
	color: #2F64A8;
	font-size: 14px;
	margin: 0;
	text-align: center;
}
.term-box article .left-term-box h2 a{
	color: #2F64A8;
}
.term-box article .left-term-box h2 a:hover{
	color: #AE4200
}
.term-box article .left-term-box p{
	line-height: 22px;
	height: 70px;
	color: #6D6E6D;
	text-align: justify;
	padding:5px 0;
	overflow: hidden;
}
.term-box article .left-term-box div > a{
	line-height: 30px;
	background-color: #AE4200;
	color: #fff;
	width: 100%;
	text-align: center;
	border:2px solid transparent;
	padding: 0 5px;
	display: inline-block;
}

.term-box article .left-term-box div > a:hover{
	background-color: #fff;
	color: #AE4200;
	border-color: #AE4200
}

.last-terms .header-link-archive{
	background-color: #AE4200;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: -5px;
	line-height: 32px;
	border:2px solid transparent;
}
.last-terms .header-link-archive:hover{
	background-color: #fff;
	color: #9D0B0B;
	border:2px solid #AE4200;
}

/*** Last term2  ****/
.last-terms2{
	background: url('../images/rocket.png') no-repeat #EDEDED;
	background-position: left 50%;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 25px 0 30px
}
.last-terms2 .header-section span{
	height: 25px;
	background-color: #EDEDED
}
.term-box2 article{
	padding: 1px;
	border:1px solid #dfdfdf;
	background-color: #fff;
	margin: 15px 0;
}
.term-box2 article img{
	width: 37%;
	float: right;
}
.term-box2 article:hover img{
	filter:sepia(100%);
	-o-filter:sepia(100%);
	-ms-filter:sepia(100%);
	-moz-filter:sepia(100%);
	-webkit-filter:sepia(100%);
}
.term-box2 article .left-term-box{
	width: 63%;
	float: right;
	border-right: 1px solid #dfdfdf;
}
.term-box2 article .left-term-box > div{
	padding: 5px 15px 10px

}
.term-box2 article .left-term-box h2{
	height: 40px;
	overflow: hidden;
	line-height: 25px;
	padding: 7px 5px 5px;
	border-bottom: 1px solid #dfdfdf;
	color: #2F64A8;
	font-size: 14px;
	margin: 0;
	text-align: center;
}
.term-box2 article .left-term-box h2 a{
	color: #2F64A8;
}
.term-box2 article .left-term-box h2 a:hover{
	color: #AE4200
}
.term-box2 article .left-term-box p{
	line-height: 22px;
	height: 70px;
	color: #6D6E6D;
	text-align: justify;
	padding:5px 0;
	overflow: hidden;
}
.term-box2 article .left-term-box div > a{
	line-height: 30px;
	background-color: #AE4200;
	color: #fff;
	width: 100%;
	text-align: center;
	border:2px solid transparent;
	padding: 0 5px;
	display: inline-block;
}

.term-box2 article .left-term-box div > a:hover{
	background-color: #fff;
	color: #AE4200;
	border-color: #AE4200
}

.last-terms2 .header-link-archive{
	background-color: #AE4200;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: -5px;
	line-height: 32px;
	border:2px solid transparent;
}
.last-terms2 .header-link-archive:hover{
	background-color: #fff;
	color: #9D0B0B;
	border:2px solid #AE4200;
}


/*** VIP Section ****/

.vip-section{
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
}
.vip-section .vip-register{
	background-color: #FFF8DD;
	border:1px solid #FDD63D;
	padding: 20px;
	margin-bottom: 20px;
}
.vip-section .vip-register .header-section{
	margin-bottom: 20px;
}
.vip-section .vip-register .header-section span{
	width: 45px;
	height: 20px;
	text-align: center;
	background-color: #FFF8DD;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -14px
}
.vip-section .vip-register .header-section h2{
	font-size: 20px;
	font-weight: bold;
	color: #906B00;
	margin: 0;
	display: block;
	text-align: center;
}
.vip-section .vip-register .header-section:before{
	border-bottom: 1px solid #FDD63D
}
.vip-section .vip-register p{
	font-size: 16px;
	color: #896500;
	line-height: 30px;
	text-align: justify;
	padding: 0;
}
.vip-section .vip-register .vip-logo{
	width: 151px;
	height: 124px;
	background:url('../images/vip.png') no-repeat;
	display: block;
	margin: 0 auto;
	position: relative;
}
.vip-section .vip-register .vip-logo:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #FFF8DD;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
   
}

.vip-section .vip-register:hover .vip-logo:after {
	width: 120%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vip-register-link{
	background-color: #FDD63D;
	color: #896500;
	text-align: center;
	width: 100%;
	line-height: 25px;
	padding: 8px 0;
	margin-top: 20px;
	display: block;
	font-size: 16px;
	border:2px solid transparent;
}
.vip-register-link:hover{
	background-color: #fff;
	color: #C28904;
	border-color: #EBAA00
}


.vip-register2{
	background-color: #FFF8DD;
	border:1px solid #FDD63D;
	padding: 20px;
	margin: 15px 0;
}
.vip-register2 .header-section{
	margin-bottom: 20px;
}
.vip-register2 .header-section span{
	width: 45px;
	height: 20px;
	text-align: center;
	background-color: #FFF8DD !important;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -14px
}
.vip-register2 .header-section h2{
	font-size: 16px;
	font-weight: bold;
	color: #906B00;
	margin: 0;
	display: block;
	text-align: center;
}
.vip-register2 .header-section:before{
	border-bottom: 1px solid #FDD63D !important;
}
.vip-register2 p{
	font-size: 16px;
	color: #896500;
	line-height: 30px;
	text-align: justify;
	padding: 0;
}
.vip-register2 .vip-logo{
	width: 151px;
	height: 124px;
	background:url('../images/vip.png') no-repeat;
	display: block;
	margin: 0 auto;
	position: relative;
}
.vip-register2 .vip-logo:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #FFF8DD;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
   
}

.vip-register2:hover .vip-logo:after {
	width: 120%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vip-register2-link{
	background-color: #FDD63D;
	color: #896500;
	text-align: center;
	width: 100%;
	line-height: 25px;
	padding: 8px 0;
	display: block;
	font-size: 16px;
	border:2px solid transparent;
}
.vip-register2-link:hover{
	background-color: #fff;
	color: #C28904;
	border-color: #EBAA00
}



/*** Last Videos ****/
.lastestVideo {
	padding: 25px 0;
	background-color: #323232;
	transition: background-color 200ms ease-in-out 0s;
	-webkit-transition: background-color 200ms ease-in-out 0s;
	-moz-transition: background-color 200ms ease-in-out 0s;
	-o-transition: background-color 200ms ease-in-out 0s;
	-ms-transition: background-color 200ms ease-in-out 0s;
}
.lastestVideo div[class^ "col-"] {
    padding: 0;
    float: left;
}
.lastestVideo .lv-list li {
	position: relative;
	display: block;
	background-color: #202020;
	min-height: 76px;
	margin-bottom: 3px;
	transition: background-color 200ms ease-in-out 0s;
	-webkit-transition: background-color 200ms ease-in-out 0s;
	-moz-transition: background-color 200ms ease-in-out 0s;
	-o-transition: background-color 200ms ease-in-out 0s;
	-ms-transition: background-color 200ms ease-in-out 0s;
	overflow: hidden;
}
.lastestVideo .lv-list li:first-child::before {
	content: "جدید";
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 3px;
	font-size: 12px;
	background-color: #AA6120;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 10;
	opacity: 0.9;
}
.lastestVideo .lv-list li.lv-lastItem::before {
	content: "" !important;
}
.lastestVideo .lv-list li:last-child {
	min-height: 38px;
	margin-bottom: 0;
}
.lastestVideo .lv-list li:hover {
    background-color: #000;
}
/*.lastestVideo .lv-list li:hover .lv-img i {
                margin-top: -19px;
                margin-left: -19px;
                font-size: 38px;
            }*/

.lastestVideo .lv-list .lv-img {
    width: 132px;
    height: 76px;
    float: right;
    position: relative;
}
.lastestVideo .lv-list .lv-img i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-top: -17px;
    margin-left: -17px;
    font-size: 34px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-transition: all 100ms ease-in 0s;
    -moz-transition: all 100ms ease-in 0s;
    -o-transition: all 100ms ease-in 0s;
    -ms-transition: all 100ms ease-in 0s;
    transition: all 100ms ease-in 0s;
}
.lastestVideo .lv-list .lv-img i:before {
    margin: 0;
    display: block;
}
.lastestVideo .lv-list .lv-dis {
    color: #fff;
    width: calc(100% - 132px);
    float: right;
    line-height: 25px;
    height: 76px;
    overflow: hidden;
}
.lastestVideo .lv-list .lv-dis span {
    display: block;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 25px;
    width: 99%;
    position: relative;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lastestVideo .lv-list .lv-lastItem {
    position: relative;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img {
    max-width: 260px;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > a {
    display: inline-block;
    float: right;
}
.lastestVideo .lv-list .lv-lastItem img {
    width: 65px;
    height: 38px;
    float: right;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > img:nth-child(2) {
    opacity: 0.9;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > img:nth-child(3) {
    opacity: 0.6;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > img:nth-child(4) {
    opacity: 0.2;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > img:nth-child(5) {
    opacity: 1;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > img:nth-child(6) {
    opacity: 0.8;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > img:nth-child(7) {
    opacity: 0.4;
}
.lastestVideo .lv-list .lv-lastItem > div.lv-lastItem-img > img:nth-child(8) {
    opacity: 0.1;
}
.lastestVideo .lv-list .lv-lastItem .lv-lastItem-moreInfo {
    position: absolute;
    left: 10px;
    top: 4px;
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 29px;
    background-color: #575757;
    padding: 0 2px 2px 9px;
    border-radius: 2px;
    font-weight: 400;
}
.lastestVideo .lv-list .lv-lastItem .lv-lastItem-moreInfo i {
    background-position: top center;
    width: 26px;
    height: 26px;
    margin-top: 2px;
}
.lastestVideo .lv-banner-img {
	background: url('../images/video-loading.gif') no-repeat center center transparent;
	min-height: 354px;
	max-height: 392px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 700px){
	.lastestVideo .lv-banner-img {
		min-height: 0px;
	}
}
.lastestVideo .lv-banner-img .lv-banner-svgHolder {
    position: absolute;
    top: 120px;
    left: 50%;
    /*margin-top: -40px;*/
    
    margin-left: -45px;
    width: 90px;
    height: 90px;
}
.lastestVideo .lv-banner-img > div.relative > img {
    width: 100%;
}
.lastestVideo .lv-b-more-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.lastestVideo .lv-b-more-info .bg {
	-ms-transform: matrix(1.002, -0.05, 0, 1, 0, 24);
	-webkit-transform: matrix(1.002, -0.05, 0, 1, 0, 24);
	transform: matrix(1.002, -0.05, 0, 1, 0, 24);
	width: 100%;
	height: 81px;
	position: relative;
	background-color: rgba(0,0,0,0.5);
}
.lastestVideo .lv-b-more-info .bg > div {
    opacity: 0.3;
    position: absolute;
    top: 15px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    /*width: 100%;*/
    /*-ms-transform: matrix(1, 0.05, 0, 1, 0, -24); 
    -webkit-transform: matrix(1, 0.05, 0, 1, 0, -24);
    transform: matrix(1, 0.05, 0, 1, 0, -24);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}
.lastestVideo .lv-b-more-info .categoryTags {
	color: #AE4200;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 10px;
}
.lastestVideo .lv-b-more-info .lv-b-moreDis {
	position: absolute;
	top: 30px;
	right: 20px;
	left: 20px;
}
.lastestVideo .lv-b-more-info .lv-b-moreDis a, .lastestVideo .lv-b-more-info .lv-b-moreDis p {
	color: #fff;
	font-size: 15px;
	display: block;
	font-weight: 400;
	line-height: 0px;
	margin-top: 8px;
}

/*** Customers Section ****/

.customers-section{
	background: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #d4d4d4 solid;
	border-bottom: 1px #d4d4d4 solid;
}
.customers-section .customer{
	background: #FFF;
	padding: 2px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.customers-section .customer .border{
	margin: 2px;
	padding: 2px;
	border: 1px #ececec solid;
}
.customers-section .customer i{
	width: 100%;
	color: #228e31;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	margin: 0 0 0 3px;
	padding: 0;
	border-bottom: 1px #ececec solid;
}

.customers-section .customer .id{
	color: #228e31;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.customers-section .customer .name{
	color: #228e31;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 0;
	border-bottom: 1px #ececec solid;
	overflow: hidden;
}
.customers-section .customer .score{
	color: #AA6120;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

/****last-comments****/
.last-comments{
	background-color: #fff;
	border:1px solid #dfdfdf;
	padding: 10px;
}

.last-comments header{
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 3px;
	position: relative;
	margin-bottom: 20px
}

.last-comments header i{
	background-color: #133454;
	bottom: -11px;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 20px;
	line-height: 18px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 20px;
	right: 44%;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}

.last-comments header h3{
	text-align: center;
	font-size: 18px;
	color: #666;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
.last-comments .last-comment{
	margin-bottom: 15px;
}
.last-comments .last-comment:last-child{
	margin-bottom: 0;
}
.last-comments .last-comment img{
	background: #FFF;
	border:1px solid #dfdfdf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 0;
}
.last-comments .last-comment .dashed{
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 8px;
}
.last-comments .last-comment .name{
	color: #228e31;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
}
.last-comments .last-comment .date{
	color: #707070;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
.last-comments .last-comment .comment{
	height: 40px;
	line-height: 20px;
	color: #707070;
	font-size: 12px;
	text-align: justify;
	margin: 0;
	padding: 0;
	overflow: hidden;
}



/*** Copyright Section ****/

.copyright-section{
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.copyright-section p{
	color: #383737;
	font-size: 15px;
	text-align: justify;
	direction: ltr;
	margin: 0;
}

.pay-button{
	background: #3aa818;
	color: #FFF;
	font-size: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 15px;
	display: inline-block;
}
.pay-button:hover{
	background: #31d22d;
	color: #FFF;
}


.newsletter{
	background: url('../images/newsletter.jpg') no-repeat center center #333;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0;
	margin-top: 15px;
	text-align: center;
}
.newsletter h4{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	margin: 0 0 30px 0;
}
.newsletter h5{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
}
.newsletter h5 label{
	color: #FFF;
	background: #AA6120;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.newsletter p{
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
.newsletter input{
	width:300px;
	max-width: 100%;
	color: #000;
	background: #FFF;
	text-align: left;
	font-size: 14px;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 5px;
}
.newsletter button{
	color: #FFF;
	background: #AA6120;
	text-align: center;
	font-size: 14px;
	border: none;
	padding: 5px 15px;
}
.newsletter button:hover{
	background: #b10e0e;
}


#footer{
	background: #000;
	color: #FFF;
	padding: 20px 0;
	border-top: 3px #444 solid;
}
#footer h3{
	color: #FFF;
	font-size: 30px;
}
#footer h5{
	color: #FFF;
	font-size: 14px;
}
#footer p{
	color: #c7c7c7;
	margin: 0;
	text-align: justify;
	font-size: 12px;
}
#footer i{
	color: #a1787e;
	font-size: 15px;
	padding: 0 5px;
	text-align: center;
}
#footer p.rules{
	color: #FFF;
	font-size: 19px;
	margin-top: 10px;
	text-align: justify;
}
#footer a{
	color: #a1787e;
  font-size: 13px;
  line-height: 28px;
}
#footer a:hover{
	color: #c85500;
}
#footer li{
	text-align: left;
	list-style: none;
	display: block;
}
#footer li i{
	color: #a1787e !important;
	font-size: 14px !important;
}
#footer .social i{
	background: #a1787f;
	padding: 0;
	margin: 20px 5px;
	font-size: 25px;
	width: 50px;
	height: 50px;
	display: inline-flex;
	color: white;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
#footer .social i:hover{
	background: #d696a1;
}
#footer .social .fa-image{
	background: #363636;
	padding: 0 10px;
	margin: 0 5px;
}

#newsletterForm input{
	color: #000;
	display: inline-block;
	width: 200px;
	line-height: 42px;
}
#newsletterForm .btn-special {
	padding: 5px 20px;
	border: 3px #FFF double;
	border-radius: 0;
	color: #FFF;
	background: #a1787f;
}
#newsletterForm .btn-special:hover{
	background: #d696a1;
}

.copyright{
	background: #222;
	color: #cacaca;
	padding: 15px 0;
	font-size: 12px;
}
.copyright .image{
	width: 90px;
	height: 95px;
	background: #888888;
	padding: 5px;
	margin: 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
	display: inline-block;
}
.copyright .list li{
	list-style: none;
	display: inline-block;
}
.copyright .list li a{
	color: #cacaca;
	line-height: 13px;
	height: 13px;
	font-size: 12px;
	border-right: 1px #cacaca solid;
	padding: 0 10px;
	display: inline-block;
}
.copyright .list li:first-child a{
	padding-left: 0;
}
.copyright .list li a:hover{
	color: #a1787f !important;
}
.copyright .list li:last-child a{
	border-right: none;
}
.copyright .copy{
	color: #cacaca;
	margin: 0;
	line-height: 32px;
}
.copyright a, .copyright p{
	color: #cacaca;
	margin: 0;
}
.copyright a:hover{
	color: #a1787f !important;
}
.copyright i{
	background: #056652;
	color: #7baca0;
	width: 30px;
	height: 30px;
	font-size: 15px;
	text-align: center;
	margin: 0 2px;
	padding: 7px;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px #FFF solid;
}
.copyright i:hover{
	background: #a1787f;
}

.copyright .social li{
	list-style: none;
	display: inline-block !important;
}
.copyright .social p{
	display: inline-block;
	padding: 0 5px;
}
.copyright .social i{
	background-color: #FFF;
	width: 35px;
	height: 35px;
	padding: 6px 0;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 24px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	vertical-align: sub;
}
.copyright .social i:hover{
	color: #FFF !important;
}
.copyright .fa-image{
	background: #FFF;
	width: 35px;
	height: 35px;
	padding: 6px;
	margin-bottom: 5px;
	border: 1px #FFF solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	vertical-align: bottom;
}


/********** Single ***********/
.box{
	position: relative;
	background: #FFF;
	/* border: 1px #dfdfdf solid; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box .head{
	background: #FFF;
	color: #6a6a6a;
	padding: 0;
	margin: 0;
	/* border-bottom: 1px #dfdfdf solid; */
}
.box .head .title{
	color: #565656;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 4px 15px;
	font-size: 45px;
	line-height: normal !important;
}
.box .head .title i{
	background: #FF7800;
	color: #FFF;
	display: inline-block;
	margin-left: 10px;
	padding: 8px;
	font-size: 20px;
	vertical-align: middle;
}
.box .head .more{
	color: #6a6a6a;
	display: inline-block;
	float: left;
	margin: 0;
	font-size: 13px;
}
.box .head .more i{
	color: #8b8b8b;
	display: inline-block;
	padding: 7px;
	font-size: 20px;
	vertical-align: middle;
}
.box .head .more i:hover{
	color: #FF7800;
}
.box .head a{
	color: #6a6a6a;
	display: inline-block;
	float: left;
	margin: 0;
	font-size: 13px;
}
.box .head a:hover{
	color: #111;
}

.similar-box{
	padding: 10px;
	margin: 10px 0;
	border: 1px #f0f0f0 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.similar-box:hover{
	background: #FAFAFA;
}
.similar-box img{
	width: 100px;
	padding: 1px;
	margin-left: 15px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
.similar-box h3{
	color: #1b88b1;
	font-size: 13px;
	text-align: left;
	margin: 0 0 10px 0;
}
.similar-box p{
	color: #626262;
	line-height: 20px;
	height: 40px;
	font-size: 13px;
	text-align: justify;
	margin: 0;
	overflow: hidden;
}

.main-image{
	width: 100%;
}

.summary{
	position: relative;
	box-shadow: 0 0 0px 1px #dfdfdf;
	border-right: 4px #AA6120 solid !important;
}

.summary-title{
	position: relative;
	color: #FFF;
	background: #AA6120;
	padding: 7px;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
	height: 30px;
	line-height: 16px;
}
.summary-desc{
	padding: 0px 15px 15px 15px;
	font-size: 12px;
	height: 110px;
	line-height: 28px;
	overflow: hidden;
	width: 100%;
}
.summary-desc p{
	font-size: 12px;
	text-align: justify;
	margin: 0;
	line-height: inherit;
}

.summary .date{
	position: relative;
	color: #FFF;
	font-size: 13px;
	text-align: justify;
	margin: 10px;
	float: right;
	z-index: 20;
}
.summary .date i{
	font-size: 16px;
	color: #FFF;
	margin-right: 10px;
}

#more p{
	text-align: justify;
}
#more .highlight{
	color: inherit !important;
}

.keywordsDiv{
	position: relative;
	direction:ltr;
}
.keywordsDiv a{
	background: #e3e3e3;
	color: #6c6c6c !important;
	font-size: 13px;
	padding: 3px 10px;
	margin: 3px;
	display:inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.keywordsDiv a:hover{
	background: #333 !important;
	color: #FFF !important;
}
.keywordsDiv a i {
	font-size: 5px;
	margin-left: 3px;
	vertical-align: middle;
}

.border-title{
	position: relative;
	background: #F0F0F0;
	text-align: center;
	/* margin-bottom: -6px; */
	margin-top: 15px;
	border: 1px #E8E8E8 solid;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.border-title h3{
	color: #707070;
	text-align: center;
	font-size: 16px;
	margin: 0;
	display: inline-block;
}

.author{
	position: relative;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
}
.author .author-image{
	border: 1px #e7e7e7 solid;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 1px;
}
.author .icon{
	position: relative;
	text-align: center;
	display: block;
	border-bottom: 1px #dfdfdf solid;
}
.author .icon span{
	position: relative;
	width: 25px;
	height: 20px;
	text-align: center;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -9px;
}

.author2{
	position: relative;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
}
.author2 .author-image{
	border: 1px #e7e7e7 solid;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 1px;
}
.author2 .icon{
	position: relative;
	font-size: 40px;
	text-align: center;
	display: block;
}
.author2 .icon span{
	position: relative;
	width: 25px;
	height: 20px;
	text-align: center;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -9px;
}

.product-details{
	position: relative;
	padding: 10px;
	margin: 15px 0;
	text-align: left;
}

.icon-btn1{
	background: #128d08;
	color: #FFF;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 5px;
	display: block;
	overflow: hidden;
}
.icon-btn1.smaller{
	font-size: 12px !important;
}
.icon-btn1 span{
	width: 36px;
	position: relative;
	color: #FFF;
	line-height: 25px;
	height: 35px;
	font-size: 22px;
	text-align: center;
	border-right: 1px #19ab0d solid;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.icon-btn1:visited, .icon-btn1:active{
	color: #FFF !important;
}
.icon-btn1 i{
	color: #FFF;
	line-height: 25px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}
.icon-btn1:hover{
	background: #096002;
	color: #FFF;
}

.icon-btn2{
	background: #FFF;
	color: #AA6120;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 5px;
	display: block;
}
.icon-btn2:visited, .icon-btn2:active{
	color: #AA6120 !important;
}
.icon-btn2 span{
	width: 36px;
	position: relative;
	color: #707070;
	line-height: 25px;
	height: 35px;
	font-size: 22px;
	text-align: center;
	border-right: 1px #dfdfdf solid;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.icon-btn2 i{
	color: #707070;
	line-height: 25px;
	font-size: 18px;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
}
.icon-btn2:hover{
	background: #F0F0F0;
	color: #AA6120;
}

.google-btn{
	background: #DD4A40;
	color: #FFF;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 5px;
	display: inline-block;
}
.google-btn span{
	width: 44px;
	position: relative;
	color: #FFF;
	line-height: 25px;
	height: 35px;
	font-size: 22px;
	text-align: center;
	border-right: 1px #B22D22 solid;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.google-btn:visited, .google-btn:active{
	color: #FFF !important;
}
.google-btn i{
	color: #FFF;
	line-height: 25px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}
.google-btn:hover{
	background: #B22D22;
	color: #FFF;
}

#comment_form{
	margin: 0 -15px 15px -15px;
	padding: 15px;
	border-bottom: 1px #dfdfdf solid;
	display: block;
}
#comments img{
	width: auto;
}
#comments .comment-box{
	position: relative;
	background: #fcfcfc;
	color: #717171;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px #ededed solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
#comments .comment-box p{
	color: #717171;
	font-size: 13px !important;
	text-align: justify;
}
.comment_text{
	position: relative;
	clear: both;
	padding: 10px 10px 25px 10px;
	text-align: justify;
}
#comments .comment-box .userImage{
	max-width:40px;
	float: right;
	margin: 0 10px;
	box-shadow: 0px 0px 3px 0px #555;
	-moz-box-shadow: 0px 0px 3px 0px #555;
	-webkit-box-shadow: 0px 0px 3px 0px #555;
}
#comments .comment-box .name{
	background: #898989;
	color: #FFF;
	font-size: 13px;
	float: right;
	position: relative;
	right: -10px;
	padding: 3px 5px;
}
#comments .comment-box .name a{
	color: #FFF;
}
#comments .comment-box .date{
	color: #717171;
	font-size: 16px;
	float: left;
}
#comments .comment-box .date2{
	color: #303030;
	font-size: 13px;
	float: left;
}
#comments .comment-box .vote{
	float: left;
}
#comments .comment-box .upvote, #comments .comment-box .downvote, #comments .comment-box .illegal{
	box-shadow: none !important;
	float: none !important;
	margin: 0px 5px !important;
	cursor: pointer;
}
#comments .answer{
	position: absolute;
	left: -5px;
	bottom: -5px;
	background: #29aa29;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 10px;
	font-size: 13px !important;
	cursor:pointer;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
#comments .answer:hover{
	background: #0e6b0e;
}
#comments .answer-box{
	position: relative;
	background: #f5f5f5;
	color: #717171;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px #C9C9C9 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
#comments .answer-box p{
	color: #717171;
	font-size: 13px;
	text-align: justify;
}
#comments .illegal{
	color: #ff6b1a;
	margin: 5px 0 !important;
	padding: 0px 2px;
	font-size: 15px !important;
	cursor:pointer;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
#comments .illegal i{
	font-size: 27px !important;
}
#comments .illegal:hover{
	color: #d84c00;
}
#comments .downvote{
	background: #FFF;
	color: #CF1C22;
	border: 1px #FFC5C7 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding: 0px 2px;
	font-size: 13px !important;
	cursor:pointer;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
#comments .downvote i{
	font-size: 20px !important;
}
#comments .downvote:hover{
	color: #CF1C22;
	border: 1px #CF1C22 solid;
}
#comments .upvote{
	background: #FFF;
	color: #1E7B02;
	border: 1px #A2EC8C solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding: 0px 2px;
	font-size: 13px !important;
	cursor:pointer;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

#comments .upvote i{
	font-size: 20px !important;
}
#comments .upvote:hover{
	color: #1E7B02;
	border: 1px #1E7B02 solid;
}
.upvoteCount, .downvoteCount{
	font-size: 16px;
	padding: 0px 5px;
}

#comments .upvote i, #comments .downvote i, #comments .illegal i{
	vertical-align: middle;
}

.comment-btn{
	background: #068bbd;
	color: #FFF;
	padding: 5px 25px;
	font-size: 13px !important;
	display: inline-block;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.comment-btn:hover{
	background: #00729D;
	color: #FFF;
}
/*
.comment-read{
	background: #D6FFD6 !important;
}
.comment-unread{
	background: #5A0000 !important;
}
.comment-illegal{
	background: #FFA6A6 !important;
}
.comment-admin{
	background: #FFFF9E !important;
}
*/
.i-bought{
	background:#FFF !important;
	color: #C506E2;
	margin: 5px;
	padding: 0px 20px;
	float: right;
	border: 1px #C506E2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.scores{
	color: #7A7979;
	text-align: center;
	padding: 0 15px;
	direction: ltr;
}
.scores span{
	color: #FFF;
	background: #ffb71f;
	padding: 2px 6px;
	margin-right: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
	display: inline-block;
}

.socials{
	direction: ltr;	
}
.socials li{
	display: inline-block;	
}
.socials li i{
	width: 25px;
	height: 25px;
	line-height: 18px;
	background: #FFF;
	color: #696969;
	font-size: 14px;
	padding: 3px;
	margin: 1px;
	text-align: center;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}
.socials li i:hover{
	color: #FFF;
}

#shareIcons{
	background: #F0F0F0;
	position: relative;
	padding: 5px;
	margin-top: 10px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}

.share-p{
	color: #7A7979;
	font-size: 16px;
}

.hashtag2{
	padding: 15px;
	margin-bottom: 15px;
}
.hashtag2 ul{
	list-style: none;
}
.hashtag2 li{
	color: #757575;
	font-size: 13px;
	line-height: 30px;
}
.hashtag2 i{
	color: red;
	margin-left: 10px;
	font-size: 10px;
}

.sub-box{
	padding: 10px;
	border-bottom: 1px #dfdfdf solid;
}
.sub-box:last-child{
	border-bottom: none;
}
.sub-box h3{
	font-size: 11px;
	margin: 0;
	padding: 5px;
	line-height: 16px;
	height: 52px;
	overflow: hidden;
	text-align: justify;
}
.square-image{
	width: 100px;
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.product-details1{
	min-height: 213px;
	position: relative;
	background: #F7F7F7;
	padding: 15px;
	margin: 15px 0;
	text-align: justify;
	font-size: 13px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.product-details1 h3{
	color: #ff3f3f;
	font-size: 16px;
	text-align: left;
	padding: 5px 0;
	margin: 0;
}
.product-details1 .price{
	color: green;
}


.product-details2{
	min-height: 213px;
	position: relative;
	background: #F7F7F7;
	padding: 15px 30px 15px 15px;
	margin: 15px 0;
	text-align: justify;
	font-size: 14px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.product-details2 h3{
	color: #ff3f3f;
	font-size: 16px;
	text-align: left;
	padding: 5px 0;
	margin: 0;
}




.slideshow{
	position: relative;
}

/*  OWL Carousel  */
.navigation{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 100;
	clear: both;
	height: 0px;
	margin-top: -20px;
}
.navigation .owl-button{
	color: #000;
	font-size: 30px;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 1;
}
.navigation .owl-button:hover{
	color: #a1787e;
}
.navigation .next-button{
	right: -30px;
}
.navigation .prev-button{
	left: -30px;
}
@media (max-width: 768px){
	.navigation .owl-button{
		display: none;
	}
}
.slideshow .navigation.showonhover{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.slideshow:hover .navigation.showonhover{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
  font-size: 17px;
  color: #FFF;
  line-height: 17px;
  text-align: left;
	background: rgba(0,0,0,0.6);
	margin: 0;
	padding: 10px;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 200px;
}

.owl-carousel.owl-hidden { opacity:0 }

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	text-align: center;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel .owl-item img {
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel.owl-rtl { direction:rtl }

.owl-carousel.owl-rtl .owl-item { float:right }

.no-js .owl-carousel { display:block }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("../images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
	text-align: left;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	padding: 0 10px;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -39px; }

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -46px; }

.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #184670 !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	border: 1px #535280 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	border: 1px #FFF solid;
	background-color: #535280;
}
.owlbtn{
	width: 60px;
	height: 60px;
	text-align: center;
	color:#FFF;
	cursor: pointer;
}
.owlbtn i{
	background: transparent !important;
	color: #FFF !important;
	margin: 0 !important;
	font-size: 30px !important;
	line-height: 60px !important;
	vertical-align: middle;
}
.owlbtn i:hover{
	color: #ffcfac !important;
}
.owlprev{
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.owlprev i{
	position: relative;
	top: 0;
	right: 2px;
}
.owlnext{
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	right: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.owlnext i{
	position: relative;
	top: 0;
	left: 2px;
}
.owlbtn2{
	width: 60px;
	height: 60px;
	text-align: center;
	color:#4f4f4f;
	cursor: pointer;
}
.owlbtn2 i{
	background: transparent !important;
	color: #4f4f4f !important;
	margin: 0 !important;
	font-size: 30px !important;
	line-height: 60px !important;
	vertical-align: middle;
}
.owlbtn2 i:hover{
	color: black !important;
}
.owlprev2{
	position: absolute;
	top: 0;
	left: -15px;
}
.owlnext2{
	position: absolute;
	top: 0;
	right: -15px;
}
.oc-item{
	text-align: center;
}




blockquote{
	position: relative;
	color: #3f3f3f;
	background: #fef3f3;
	font-size: 13px;
	text-align: justify;
	margin: 10px 0;
	padding: 15px;
	border-top: 3px #ff3f3f solid;
	border-right: none;
}
.success::before{
	content: "\f046";
	position: absolute;
	top: 6px;
	right: 10px;
	color: #238c15;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
}
.success{
	position: relative;
	color: #238c15;
	background: #f6fef5;
	font-size: 13px;
	margin: 5px;
	padding: 10px 40px 10px 10px;
	border: 1px #52c874 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.success.no-icon{
	padding: 10px !important;
}
.success.no-icon::before{
	content: "";
}
.error::before{
	content: "\f071";
	position: absolute;
	top: 6px;
	right: 10px;
	color: #de1c1c;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
}
.error{
	position: relative;
	color: #de1c1c;
	background: #fff2f2;
	font-size: 13px;
	margin: 5px;
	padding: 10px 40px 10px 10px;
	border: 1px #F3AAAA solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.error.no-icon{
	padding: 10px !important;
}
.error.no-icon::before{
	content: "";
}
.info::before{
	content: "\f059";
	position: absolute;
	top: 6px;
	right: 10px;
	color: #29a7d6;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
}
.info{
	position: relative;
	color: #29a7d6;
	background: #edfafc;
	font-size: 13px;
	margin: 5px;
	padding: 10px 40px 10px 10px;
	border: 1px #7edceb solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.info.no-icon{
	padding: 10px !important;
}
.info.no-icon::before{
	content: "";
}


.linkedin{
	background: #0072bc !important;
}
.instagram{
	background: #754c24 !important;
}
.google-plus{
	background: #ed1c24 !important;
}
.facebook{
	background: #4C66A4 !important;
}
.youtube{
	background: #9e0b0f !important;
}
.twitter{
	background: #00bff3 !important;
}
.aparat{
	background: #ED145B !important;
}
.telegram{
	background: #2EA6DA !important;
}
.pinterest{
	background: #BD081C !important;
}
.rss{
	background: #FB7629 !important;
}

.linkedin:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}
.instagram:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}
.google-plus:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}
.facebook:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}
.youtube:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}
.twitter:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}
.pinterest:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}
.rss:hover{
	filter: brightness(130%);
	-moz-filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-ms-filter: brightness(130%);
}

.linkedin-hover:hover, .jssocials-share-logo.fa-linkedin:hover{
	background: #0072bc !important;
}
.instagram-hover:hover, .jssocials-share-logo.fa-instagram:hover{
	background: #754c24 !important;
}
.google-plus-hover:hover, .jssocials-share-logo.fa-google-plus:hover{
	background: #ed1c24 !important;
}
.facebook-hover:hover, .jssocials-share-logo.fa-facebook:hover{
	background: #4C66A4 !important;
}
.youtube-hover:hover, .jssocials-share-logo.fa-youtube:hover{
	background: #9e0b0f !important;
}
.twitter-hover:hover, .jssocials-share-logo.fa-twitter:hover, .jssocials-share-logo.fa-at:hover{
	background: #00bff3 !important;
}
.pinterest-hover:hover, .jssocials-share-logo.fa-pinterest:hover{
	background: #BD081C !important;
}
.telegram-hover:hover, .jssocials-share-logo.fa-telegram:hover{
	background: #2EA6DA !important;
}
.aparat-hover:hover, .jssocials-share-logo.fa-aparat:hover{
	background: #ED145B !important;
}
.rss-hover:hover, .jssocials-share-logo.fa-rss:hover{
	background: #FB7629 !important;
}
.whatsapp-hover:hover, .jssocials-share-logo.fa-whatsapp:hover{
	background: #29A628 !important;
}

/*pagination*/
.pagination-wrapper
{
	background:#FFF;
	border-top: 1px #cecece solid;
}
#pagination
{
	color: #333;
	margin:10px 0px;
	padding:10px;
	text-align:left;
}
#pagination::after{
	display: table;
	content: " ";
	clear:both !important;
}
#pagination p
{
	color: #333;
	display: inline-block;
	margin: 0 10px;
}
#pagination a
{
	color: #6e6e6e !important;
	background-color: #FFF;
	font-size: 15px;
	text-align: center;
	padding: 0px 10px;
	margin: 3px;
	border: 1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}

#pagination a:hover, #pagination a.selected{
	color: #fe5a26 !important;
	background-color: #FFF !important;
	border: 1px #fe5a26 solid !important;
}





#Message{
	display: none;
	background-color:white;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	direction: ltr;
	border: 3px black solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 400px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin: -25px 0 0 -200px;
	z-index: 101;
}
#Message p{
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	direction: ltr;
}
#popup, .popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: none;
	text-align: justify;
	direction: rtl;
	z-index: 1000;
	overflow: hidden;
	transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
#popup .close, .popup .close {
	color: #f00;
	font-size: 28px;
	opacity: 1 !important;
	transform: scale(1.8);
	position: absolute;
	right: 50px;
	top: 20px;
}
#popup img, .popup img {
	width: auto !important;
}
#fade{
	display: none;
	background-color:#000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.captcha{
	width: 60px;
	text-align: center;
}
.captchaImage{
	vertical-align: top;
	height: 28px;
	border: 1px black solid;
	margin: 1px;
}
.captchaRefresh{
	vertical-align: top;
	cursor: pointer;
}
/*Gallery*/
.galleryImageDiv{
	position:relative;
	float:right;
	width: 21%;
	margin: 2%;
}
.galleryImage{
	width: 100%;
	opacity:0.8;
}
.galleryImage:hover{
	opacity:1;
}
.galleryImageCaption{
	width:90% !important;
	position:absolute !important;
	bottom:10px !important;
	right:8px !important;
	background-color:#555555 !important;
	color:white !important;
	opacity:0.9 !important;
	padding:5% !important;
	text-align:center !important;
	text-shadow:none !important;
}

.scoreDiv h4, .shareDiv h4{
	color: #7A7979;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.scoreDiv {
	text-align: left;
	margin: 10px 0;
}
.rating{
	text-align: center;
	direction: ltr;
}
#rate {
	direction: ltr;
	text-align: center;
	padding: 5px;
}
#rate img {
	width: auto;
}
.rating p {
}
.share42init{
	direction: ltr;
	vertical-align: middle;
}
.grayscale{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.non-grayscale{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.messageToAll{
	color:black;
	background-color: #00D2FF;
	direction: ltr;
}
.messageToAll .main{
	max-width:1020px;
	margin: 0 auto;
	padding: 5px;
}
.messageToAll .main p{
	margin: 0;
}
.messageToAll a{
	color: blue !important;
}
.messageToAll *{
	font-size:inherit;
}
.red{
	color: #e41710;
}
.inline{
	display: inline-block;
}

.plainTable{
	width:100%;
	background-color:transparent !important;
	border:none !important;
}
.plainTable tr{
	background-color: #FFF !important;
}
.plainTable th{
	background-color:#F6F8F8;
	border: 1px solid #E0E4E8;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color:black;
	padding:5px;
}
.plainTable th:last-child{
	border-left: none;
}
.plainTable td{
	border-left: 1px solid #E0E4E8;
	font-size: 18px;
	padding:5px;
}
.plainTable td:last-child{
	border-left: none;
}
.plainTable span{
	font-size: 18px;
	margin: 0 10px;
}
.plainTable img{
	cursor:pointer;
	vertical-align: middle;
}
.textbox{
	width: 30px !important;
	height: 20px !important;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
	text-align: center !important;
}
label p{
	display: inline-block !important;
	margin-left: 50px !important;
}
.testDescription a{
	cursor: pointer;
}
.testDescription .description{
	background-color: rgb(237, 255, 166);
	border-radius: 5px;
	display: none;
}
.more{
	cursor: pointer;
}
.main-btn{
	background:#AA6120;
	color:white !important;
	padding: 7px 20px;
	margin: 5px;
	display:inline-block;
	text-align:center;
	border: 2px #AA6120 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.main-btn:hover{
	color: #AA6120 !important;
	background:#FFF !important;
	border: 2px #AA6120 solid !important;
}
.main-btn.active{
	background:green;
}
.main-btn.active:hover{
	color: green !important;
	background:#FFF !important;
	border: 2px green solid !important;
}
.main-btn.paid{
	background:green;
}
.main-btn.paid:hover{
	color: green !important;
	background:#FFF !important;
	border: 2px green solid !important;
}
.main-btn.notpaid{
	background:#AA6120;
}
.main-btn.notpaid:hover{
	color: #AA6120 !important;
	background:#FFF !important;
	border: 2px #AA6120 solid !important;
}



.user-profile-sidebar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
	margin: 0 15px;
  padding: 20px 0;
  background: #4d4d4d;
  color: #fff;
  margin-bottom: 30px;
}
.active-profile{
  background: #404040 !important;
}
.user-profile-sidebar .user-profile-avatar {
  padding: 0 20px;
  margin-bottom: 20px;
}
.user-profile-sidebar .user-profile-avatar img {
  max-width: 120px;
  margin-bottom: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.user-profile-sidebar .user-profile-avatar h5 {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 16px !important;
}
.user-profile-sidebar .user-profile-avatar p {
  font-size: 10px !important;
  color: white !important;
	text-align: center !important;
}
.user-profile-sidebar .user-profile-nav > li {
  border-bottom: 1px solid #404040 !important;
  list-style: none !important;
}
.user-profile-sidebar .user-profile-nav > li:first-child {
  border-top: 1px solid #404040 !important;
}
.user-profile-sidebar .user-profile-nav > li.active > a {
  background: #ed8323 !important;
  color: #fff !important;
  cursor: default;
}
.user-profile-sidebar .user-profile-nav > li.active > a:hover {
  background: #ed8323 !important;
  color: #fff !important;
}
.user-profile-sidebar .user-profile-nav > li.active > a:hover > i {
  color: #fff !important;
}
.user-profile-sidebar .user-profile-nav > li > a {
  padding: 10px 20px !important;
  color: #d9d9d9 !important;
  display: block !important;
  font-size: 13px !important;
}
.user-profile-sidebar .user-profile-nav > li > a:hover {
  color: #fff !important;
  background: #404040 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.user-profile-sidebar .user-profile-nav > li > a:hover > i {
  color: #ed8323 !important;
}
.user-profile-sidebar .user-profile-nav > li > a > i {
  margin-right: 7px;
  display: inline-block;
  width: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.user-profile-statictics > li {
  margin-right: 20px;
  text-align: center;
  padding: 20px;
  border: 1px solid #e6e6e6 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 153px;
}
.user-profile-statictics > li:last-child {
  margin-right: 0;
}
.user-profile-statictics > li .user-profile-statictics-icon {
  font-size: 70px;
  display: inline-block;
  margin-bottom: 10px;
  color: #8c8c8c;
}
.user-profile-statictics > li h5 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1em;
  margin-bottom: 3px;
  color: #ed8323;
}
.user-profile-statictics > li p {
  margin-bottom: 0;
  line-height: 1em;
  font-size: 13px;
}


.spinner-clock {
  width: 150px;
  height: 150px;
  border: 4px solid #CCC;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px auto;
}
.spinner-clock:before {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #CCC;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin: -6px 0 0 -6px;
  z-index: 1;
}
.spinner-clock .spinner-clock-hour,
.spinner-clock .spinner-clock-minute {
  -webkit-animation-name: spinner;
  -moz-animation-name: spinner;
  -o-animation-name: spinner;
  -ms-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 4px;
  background: #CCC;
  margin-left: -2px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  left: 50%;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.spinner-clock .spinner-clock-minute {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  top: 15px;
  height: 56px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.spinner-clock .spinner-clock-hour {
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  -ms-animation-duration: 12s;
  animation-duration: 12s;
  top: 31px;
  height: 40px;
}
.spinner-clock.spinner-clock-slow .spinner-clock-minute {
  -webkit-animation-duration: 3px;
  -moz-animation-duration: 3px;
  -o-animation-duration: 3px;
  -ms-animation-duration: 3px;
  animation-duration: 3px;
}
.spinner-clock.spinner-clock-slow .spinner-clock-hour {
  -webkit-animation-duration: 36s;
  -moz-animation-duration: 36s;
  -o-animation-duration: 36s;
  -ms-animation-duration: 36s;
  animation-duration: 36s;
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*ResponsiveTable*/
@media screen and (max-width: 500px) { /* smaller than 1020px */
	/* Force table to not be like tables anymore */
	.responsiveTable, .responsiveTable thead, .responsiveTable tbody, .responsiveTable th, .responsiveTable td, .responsiveTable tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsiveTable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.responsiveTable tr { border: 1px solid #ccc; }
	
	.responsiveTable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.responsiveTable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}
/* added by mehran*/
#single .desc-box p
{
line-height:2em;
}

.enamad{
	position: fixed;
	left: 0;
	bottom: 10px;
	display: inline-block;
}




/*** Icons ***/

.icons{
	background:url('../images/sprite.png') no-repeat;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.icon-big-user{
	background-position: -1px -1px;
	width: 64px;
	height: 64px;
}
.icon-socials{
	background-position: -1px -70px;
	width: 64px;
	height: 64px;
}

.icon-video{
	background-position: -1px -141px;
	width: 64px;
	height: 56px;
}

.icon-comment{
	background-position: -1px -203px;
	width: 64px;
	height: 52px;
}
.icon-credit-card-1{
	background-position: -2px -259px;
	width: 45px;
	height: 41px;
	margin-left: 5px;
}
.icon-credit-card-2{
	background-position: -39px -307px;
	width: 27px;
	height: 26px;
}
.icon-credit-card-3{
	background-position: -71px -335px;
	width: 32px;
	height: 30px;
}
.icon-doc-1{
	background-position: -6px -308px;
	width: 20px;
	height: 20px;
}
.icon-basket-1{
	background-position: -6px -339px;
	width: 24px;
	height: 24px;
}
.icon-timer{
	background-position:-41px -343px;
	width: 20px;
	height: 19px; 
}
.icon-book{
	background-position: -83px -23px;
	width: 25px;
	height: 20px;
}

.icon-download{
	background-position: -84px -48px;
	width: 24px;
	height: 24px;
}
.icon-shop{
	background-position: -83px -77px;
	width: 24px;
	height: 22px;
}
.icon-learning{
	background-position:-85px -106px;
	width: 27px;
	height: 27px; 
}
.icon-diamon{
	background-position: -84px -139px;
	width: 24px;
	height: 18px;
}
.icon-android{
	background-position: -76px -164px;
	width: 37px;
	height: 44px;
}
.icon-ios{
	background-position: -74px -212px;
	width: 34px;
	height: 41px;
}
.icon-aparat-1{
	background-size: -74px -263px;
	width: 31px;
	height: 31px;
}
.icon-aparat-2{
	background-position: -80px -307px;
	width: 20px;
	height: 18px;
}




/********Media Queries*********/
@media screen and (max-width : 1200px) {
	.landing-page .landing-center .bottom-sign {
		background-size: 50px 120px;
		bottom: 32%;
		height: 120px;
		right: 17%;
		width: 50px;
	}
}
@media screen and (max-width : 1000px) {
	.landing-page .landing-center{
		width: 95%
	}
	.landing-page .landing-center .mr-mansourifar{
		margin-top: 50px
	}
	.landing-center form > div p{
		font-size: 14px;
		line-height: 25px
	}
	.landing-page .landing-center h2,
	.landing-page .landing-center h3{
		width: 65%
	}
	.responsive-main-menu-button{
		display: block;
	}
}

@media screen and (max-width : 765px) {
	.landing-page .landing-center .mr-mansourifar,
	.landing-page .landing-center .bottom-sign{
		display: none
	}
	.landing-page .landing-center{
		height: 350px
	}
	.landing-page .landing-center h2, .landing-page .landing-center h3{
		width: 100%
	}
	.landing-page .landing-center h2{
		bottom: 75%
	}
	.landing-page .landing-center h3{
		bottom: 53%
	}
	.landing-center form{
		width: 100%;
		right: 0;
	}
	.landing-center form > div p{
		font-size: 13px;
		line-height: 20px
	}
	.logo-box{
		text-align: center;
	}

}

@media screen and (max-width : 700px) {
	.responsive-top-menu-button{
		display: block;
	}
	body > header .top-menu ul{
		width: 150px;
		display: none;
		background-color: #2A2A2A;
		-webkit-border-radius: 4px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topleft: 0;
		border-radius: 4px;
		border-top-left-radius: 0;
		position: absolute;
		left: 50px;
		z-index: 100;
		top: 65px;
		padding: 15px 0
	}
	body > header .top-menu ul li{
		width: 100%;
		line-height: 35px;
		text-align: center;
		float: right;
	}
	body > header .top-menu ul li a{
		display: block;
	}
}
@media screen and (max-width : 600px) {
	.landing-page .landing-center h2{
		display: none
	}
	.landing-page .landing-center h3{
		bottom: 73%
	}
	.landing-page .landing-center{
		height: 300px
	}
	.statictis-layer{
		display: none
	}
}

@media screen and (max-width : 500px) {
	.header-link-archive{
		margin-top: 10px;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		display: block;
		z-index: 100;
	}
	.icon-btn1, .icon-btn2{
		font-size: 13px !important;
	}
	#pagination p {
    display: block;
    text-align: center;
	}
	#pagination a{
		font-size: 13px;
		padding: 0px 7px;
		margin: 2px;
	}
}

@media screen and (max-width : 420px) {
	.landing-page .landing-center h3{
		font-size: 15px;
		bottom: 80%
	}
	.landing-page .landing-center{
		height: 350px
	}
	.landing-center form > div input{
		margin-bottom: 5px
	}
	.landing-center form > div input , .landing-center form > div button{
		width: 100%;
		float: none;
	}
	.copyright .social{
		text-align: center;
	}
}



/* Next POST */
.previous-post{
	position: fixed;
	height: 80px;
	top: 50%;
	left: 0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	margin-top: -55px;
	padding: 10px;
	z-index: 501;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
.next-post{
	position: fixed;
	height: 80px;
	top: 50%;
	right: 0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	margin-top: -55px;
	padding: 10px;
	z-index: 501;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.previous-post .entry-info, .next-post .entry-info {
	height: 60px;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.previous-post:hover, .next-post:hover {
	background: #333;
}
.previous-post:hover .entry-info, .next-post:hover .entry-info {
	width: 250px;
}
.previous-post .entry-title, .next-post .entry-title {
	width: 150px;
	height: 60px;
	line-height: 19px;
	text-align: justify;
	padding: 0 5px;
	font-size: 13px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.previous-post:hover .entry-title, .next-post:hover .entry-title {
	color: #CCC;
}
.previous-post i, .next-post i {
	width:10px;
	line-height: 60px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
}
.previous-post img, .next-post img {
	width: 90px;
	border: 2px #111 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

.topic-box{
	background: white;
	padding: 10px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}
.topic-box h2{
	color: #666;
	font-size: 15px;
	text-align: left;
	display: inline-block;
	margin: 0;
}
.topic-box h2:hover{
	color: #999;
}
.sub-topic-box{
	background: #FCFCFC;
	padding: 10px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
}

.topic-box .more{
	background: #AA6120;
	color:white !important;
	padding: 3px 10px;
	margin: 5px;
	display:inline-block;
	text-align:center;
	font-size: 13px;
	border: 2px #AA6120 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
}
.topic-box .more:hover{
	background: #FFF;
	color: #AA6120 !important;
}
.topic-box .num{
	background: #F0F0F0;
	padding: 3px 10px;
	margin: 5px;
	display:inline-block;
	text-align:center;
	font-size: 13px;
	border: 1px #dfdfdf solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
}

.circle-container {
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px #dfdfdf solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	display: inline-block;
}
.circle-container .circle-image {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 1000%;
	height: 50px;
	display: inline;
	vertical-align: baseline;
	transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.post-box{
	background: white;
	padding: 0;
	border: 2px #B8EBBB solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}
.post-box .circle-container{
	float: right;
}
.post-box .circle-container{
	border: 2px #B8EBBB solid;
}
.post-box.question .circle-container{
	border: 2px #FBB solid;
}
.post-box.question{
	border-color: #FBB !important;
}
.post-box.question .top{
	background-color: #FFF4F4 !important;
	border-bottom: 3px #FBB solid !important;
}
.post-box.question .postDiv{
	background-color: #FFF;
}
.post-box .top{
	background-color: #E3FFE4;
	padding: 5px;
	font-size: 14px;
	border-bottom: 3px #B8EBBB solid;
}
.post-box .top .profile-name{
	display: inline-block;
	color: #EB3C13 !important;
	font-size: 14px;
	font-weight: normal;
	padding-right: 10px;
}
.post-box .top .reg-date{
	display: inline-block;
	color: #888;
	font-size: 12px;
	padding-right: 10px;
}
.post-box .top .posts-num{
	display: inline-block;
	color: #888;
	font-size: 12px;
}
.post-box .vote{
	text-align: left;
}
.post-box .illegal{
	color: #ff6b1a;
	margin: 5px 0 !important;
	padding: 0px 2px;
	font-size: 14px !important;
	cursor:pointer;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.post-box .illegal i{
	font-size: 23px !important;
}
.post-box .illegal:hover{
	color: #d84c00;
}
.post-box .downvote{
	color: #CF1C22;
	border: 2px #CF1C22 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding: 0px 2px;
	font-size: 13px !important;
	cursor:pointer;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.post-box .downvote i{
	font-size: 16px !important;
}
.post-box .downvote:hover{
	color: #73060A;
	border: 2px #73060A solid;
}
.post-box .upvote{
	color: #1E7B02;
	border: 2px #1E7B02 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding: 0px 2px;
	font-size: 13px !important;
	cursor:pointer;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.post-box .upvote i{
	font-size: 16px !important;
}
.post-box .upvote:hover{
	color: #0F3F00;
	border: 2px #0F3F00 solid;
}
.post-box .upvoteCount, .post-box .downvoteCount{
	font-size: 13px;
	padding: 0px 5px;
}

.post-box .upvote i, .post-box .downvote i, .post-box .illegal i{
	vertical-align: middle;
}

.post-box .postDiv{
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
}
.post-box .quote{
	background-color: #F0F0F0;
	padding: 5px;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post-box .quoteButton{
	color: white !important;
	background-color: #003A00;
	margin: 5px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post-box .editButton{
	color: white !important;
	background-color: red;
	margin: 5px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.user-ticket{
  background: #FFF;
  border: 1px #696969 solid;
  border-radius: 5px;
  margin-bottom: 20px;
}
.user-ticket .row{
  border-radius: 5px;
  padding: 15px;
  margin: 0px;
}
.user-ticket .row:first-child{
  background: #EBEBEB;
  border-bottom: 1px #696969 solid;
}
.admin-ticket{
  background: #F2F7FF;
  border: 1px #005BEC solid;
  border-radius: 5px;
  margin-bottom: 20px;
}
.admin-ticket .row{
  border-radius: 5px;
  padding: 15px;
  margin: 0px;
}
.admin-ticket .row:first-child{
  background: #CFE6FF;
  border-bottom: 1px #005BEC solid;
}

.mejs-container, .mejs-mediaelement{
	max-height: 480px;
}

.cols-with-icon{
	text-align: center;
}
.cols-with-icon i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	font-size: 40px;
	color: #FFF;
	background-color: #d8c4be;
	border-radius: 40px;
}
.cols-with-icon h2, .cols-with-icon h3, .cols-with-icon h4, .cols-with-icon h5, .cols-with-icon h6{
	font-size:18px;
	text-align: center;
}