/*
 * Variable
 */
/* Colors */
.skin-orange a {
	color: #53a557;
}
.skin-orange a:hover, .skin-orange a:focus {
	color: #FB5660;
}
.skin-orange .badge-primary {
	background-color: #53a557;
}
.skin-orange .for-mobile, .skin-orange .for-tablet {
	display: none !important;
}
.skin-orange .breadcrumb li a {
	color: #53a557;
}
.skin-orange .pagination li.active a {
	background-color: #53a557;
}
.skin-orange .pagination li.active a:hover, .skin-orange .pagination li.active a:focus {
	background-color: #53a557;
}
.skin-orange .btn-primary {
	background-color: #53a557;
	color: #fff;
	border-color: #53a557;
}
.skin-orange .btn-primary:disabled, .skin-orange .btn-primary.disabled, .skin-orange .btn-primary:hover, .skin-orange .btn-primary:active, .skin-orange .btn-primary:active:hover, .skin-orange .btn-primary:active:focus, .skin-orange .btn-primary:focus {
	color: #fff;
	background-color: #df1e04;
	border-color: #df1e04;
}
.skin-orange .btn-primary:active:hover {
	background-color: #c61b03;
}
.skin-orange .btn-magz {
	color: #53a557;
	border-color: #53a557;
}
.skin-orange .btn-magz:after {
	background-color: #53a557;
}
.skin-orange .btn-magz.white {
	color: #fff;
}
.skin-orange .btn-magz.white:after {
	background-color: #fff;
}
.skin-orange .btn-magz.white:focus, .skin-orange .btn-magz.white:hover {
	color: #53a557 !important;
}
.skin-orange .firstbar .search .help-block div {
	color: #53a557;
}
.skin-orange .firstbar .nav-icons li a:hover {
	color: #53a557;
}
.skin-orange .headline .item a .badge {
	background-color: #53a557;
}
.skin-orange .article h2 a:hover {
	color: #53a557;
}
.skin-orange article .category a {
	color: #53a557;
}
.skin-orange article footer .btn-primary {
	background-color: transparent;
	border-color: #53a557;
	color: #53a557;
}
.skin-orange article footer .btn-primary:hover {
	color: #fff;
}
.skin-orange article footer .btn-primary:hover:after {
	background-color: #53a557;
}
.skin-orange .love {
	color: #989898;
}
.skin-orange .love.active {
	color: #53a557;
}
.skin-orange .best-of-the-week .article h2 a:hover {
	color: #53a557;
}
.skin-orange .featured {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 550px;
	margin-bottom: 20px;
	overflow: hidden;
}
.skin-orange .featured .inner {
	padding: 20px;
}
.skin-orange .featured figure {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.skin-orange .featured .overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: transparent;
	background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
	background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}
.skin-orange .featured .details {
	padding: 20px 30px;
	position: absolute;
	bottom: 10px;
}
.skin-orange .featured .details h1, .skin-orange .featured .details .category, .skin-orange .featured .details .time {
	color: #fff;
	margin: 0;
}
.skin-orange .featured .details .category {
	margin-bottom: 10px;
}
.skin-orange .featured .details .category a {
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 30px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.skin-orange .featured .details .category a:hover {
	opacity: .8;
}
.skin-orange .featured .details h1 {
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 1.4em;
	font-size: 28px;
	font-weight: 700;
}
.skin-orange .featured .details h1 a {
	text-decoration: none;
	color: #fff;
}
.skin-orange .topbar ul li a:hover {
	color: #53a557;
}
.skin-orange .menu ul > li > a .badge {
	background-color: #53a557;
}
.skin-orange .menu ul > li > a:after {
	background-color: #53a557;
}
.skin-orange .menu ul > li .dropdown-menu > li.active a:after {
	background-color: #53a557;
}
.skin-orange .menu ul > li .dropdown-menu > li > a:after {
	opacity: 0;
}
.skin-orange .menu ul > li .dropdown-menu > li:hover > a:after {
	background-color: #53a557;
	opacity: 1;
}
.skin-orange .article-list .badge {
	background-color: #53a557;
}
.skin-orange .article-list .details h1 a:hover {
	color: #53a557;
}
.skin-orange .title-col:after {
	background-color: #53a557;
}
.skin-orange .article-mini .detail .category a {
	color: #53a557;
}
.skin-orange .tags-list li a:after {
	background-color: #53a557;
}
.skin-orange aside .aside-title {
	font-size: 16px;
	position: relative;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.skin-orange aside .aside-title .all {
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	color: #383838;
	top: 5px;
}
.skin-orange aside .aside-title .all i {
	color: #53a557;
	margin-left: 5px;
}
.skin-orange aside .aside-title:after {
	content: ' ';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #53a557;
}
.skin-orange aside .newsletter .icon.error h1 {
	color: #53a557;
}
.skin-orange aside .newsletter .icon.error i:before {
	color: #53a557;
}
.skin-orange aside .nav li.active a {
	border-top: 2px solid #53a557 !important;
}
.skin-orange aside .nav li.active a i {
	color: #53a557;
}
.skin-orange .article-fw .details h1 a:hover {
	color: #53a557;
}
.skin-orange .comments .detail .link a {
	color: #53a557;
}
.skin-orange footer.footer {
	border-top: 5px solid #53a557;
}
.skin-orange footer.footer .block .block-title:after {
	background-color: #53a557;
}
.skin-orange footer.footer .footer-nav-horizontal li a:hover {
	color: #53a557;
}
.skin-orange footer.footer .footer-nav li a:hover {
	color: #53a557;
}
.skin-orange footer.footer .tags li a:hover {
	border-color: #53a557;
}
.skin-orange footer.footer .copyright {
	text-align: center;
	margin-top: 70px;
	border-top: 1px solid #222;
	padding-top: 35px;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.skin-orange footer.footer .copyright a {
	text-decoration: underline;
}
.skin-orange footer.footer .copyright div {
	margin-top: 7px;
}
.skin-orange footer.footer .copyright div i {
	padding: 0 3px;
}
.skin-orange footer.footer .article-mini {
	margin-bottom: 23px;
}
.skin-orange footer.footer .article-mini .inner {
	border-bottom: 0;
}
.skin-orange footer.footer .article-mini h1 {
	font-size: 14px;
}
.skin-orange footer.footer .article-mini h1 a {
	color: #ddd;
}
.skin-orange footer.footer .btn-magz {
	border-color: #fff;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 13px;
	padding-right: 13px;
}
.skin-orange section.single .line {
	margin-top: 30px;
	margin-bottom: 30px;
}
.skin-orange section.single article.main-article header .details li a {
	color: #53a557;
}
.skin-orange section.single article.main-article .main a {
	color: #53a557;
}
.skin-orange section.single article.main-article footer .col:last-child .love.active {
	background-color: #53a557;
	color: #fff;
	border-color: #53a557;
}
.skin-orange section.single footer .tags li a:hover {
	color: #53a557;
}
.skin-orange .sharing ul li.count {
	color: #53a557;
}
.skin-orange .page .element-block .element-title:after {
	background-color: #53a557;
}
.skin-orange .page .element-block .colors li.primary {
	background-color: #53a557;
}
.skin-orange .page .element-block .colors li.secondary {
	background-color: #FB5660;
}
.skin-orange .carousel-1 .owl-dots .owl-dot.active span {
	background-color: #53a557;
}
.skin-orange .carousel-1 .owl-nav .owl-prev:hover, .skin-orange .carousel-1 .owl-nav .owl-next:hover {
	background-color: #53a557;
}
.skin-orange .nav-tabs-group .nav-tabs-list li.active a {
	border-bottom: 2px solid #53a557;
}
.skin-orange .nav-tabs-group .form-control {
	height: 30px;
	padding: 0;
	margin-top: 3px;
}
.skin-orange .nav-tabs-group .nav-tabs-right {
	float: right;
	display: inline-block;
	width: 100px;
}
.skin-orange .featured-author .featured-author-body .featured-author-count .item .name {
	color: #53a557;
}

/*# sourceMappingURL=orange.css.map */
