﻿@font-face {
	font-family: 'Kufi';
	src: url('framework/fonts/DROIDKUFI-REGULAR_0.eot');
	src: url('framework/fonts/DROIDKUFI-REGULAR_0d41dd41d.eot?#iefix') format('embedded-opentype'),  url('framework/fonts/DROIDKUFI-REGULAR_0.woff') format('woff'),  url('framework/fonts/DROIDKUFI-REGULAR_0.ttf') format('truetype'),  url('framework/fonts/DROIDKUFI-REGULAR_0.svg#DROIDKUFI-REGULAR_0') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
    font-family: 'Naskh';
    src: url('framework/fonts/DroidNaskh-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lateef';
    src: url('framework/fonts/LateefRegOT.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amiri';
    src: url('framework/fonts/Amiri-Regular.ttf');

    font-weight: normal;
    font-style: normal;
}*/
        
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('framework/fonts/OpenSans-Semibold-webfont.html');
	src: url('framework/fonts/OpenSans-Semibold-webfontd41dd41d.html?#iefix') format('embedded-opentype'), url('framework/fonts/OpenSans-Semibold-webfont-2.html') format('woff'), url('framework/fonts/OpenSans-Semibold-webfont-3.html') format('truetype'), url('framework/fonts/OpenSans-Semibold-webfont-4.html#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0), 
    screen and (min--moz-device-pixel-ratio: 0), 
    screen and (-o-min-device-pixel-ratio: 0), 
    screen and (min-device-pixel-ratio: 0) {
        @font-face {
            font-family: 'FontAwesome';
            src: url('framework/fontawesome/font/fontawesome-webfont.svg#fontawesomeregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }
}*/

@media screen and (-webkit-min-device-pixel-ratio: 0),  screen and (-o-min-device-pixel-ratio: 0),  screen and (min-device-pixel-ratio: 0) {
@font-face {
	font-family: 'FontAwesome';
	src: url('framework/fontawesome/font/fontawesome-webfont.html#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
}
.site-description {
	font-size: 14px;
	line-height: 20px;
}
.article-content h1 {
	font-size: 25px;
}
.article-content h2 {
	font-size: 22px;
}
.article-content h3 {
	font-size: 20px;
}

/* Let's get this party started */
::-webkit-scrollbar {
 width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);*/
    -webkit-border-radius: 0;
 border-radius: 0;
 -moz-border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
 -webkit-border-radius: 1px;
 border-radius: 1px;
 -moz-border-radius: 1px;
/*-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.6);*/
}

    ::-webkit-scrollbar-thumb:window-inactive {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p, ul, li {
	margin: 0;
	font-weight: 400;
}
a, li, img, i, b, span, .modern-footer .f-widget h5 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a {
	text-decoration: none;
}
a.more {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
a:hover, a:focus,  i:hover, i:focus {
	text-decoration: none;
}
a.thumbnail:hover,  a.thumbnail:focus {
	border-color: #ddd;
}
/*.thumbnails {
    margin-left:-2.564102564102564% !important;
}

.thumbnails > li{
    margin-left:2.564102564102564% !important;
}*/

.modern-footer .posts-in-widget .media-heading {
/*font-weight: 400 !important;*/
}
.thumbnail img:hover {
/*opacity: 0.7;
    filter: alpha(opacity=70);
            -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
        */
}
.thumb-effect {
	overflow: hidden;
	position: relative;/*-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;*/
}
.thumb-effect .mask {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url('images/shine-70.png') left top no-repeat rgba(0,0,0,0);
	background-size: 200%;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.thumb-effect:hover img {
/*-webkit-transform: scale(10);
        -moz-transform: scale(10);
        -o-transform: scale(10);
        -ms-transform: scale(10);
        transform: scale(10);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        */
        /*-webkit-transform: scale(1.4) rotate(-15deg);
        -moz-transform: scale(1.4) rotate(-15deg);
        -ms-transition: scale(1.4) rotate(-15deg);
        -o-transform: scale(1.1) rotate(-15deg);
        transform: scale(1.1) rotate(-15deg);*/
}
.thumb-effect:hover .mask {
	/*width: 96%;
        height: 94%;
        margin: 2% 1.85%;*/
	background: url('images/shine-70.png') left top no-repeat rgba(0, 0, 0, 0.94);
	background-size: 100%;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.thumb-effect .mask > .overlay-span {
	position: absolute;
	height: 0;
	width: 0;
	top: 50%;
	right: 50%;
	text-align: center;
	margin-right: 0;
	margin-top: -12px;/*-webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;*/
}
.thumb-effect:hover .mask > .overlay-span {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-right: -12px;
}
/* Fix Bootstrap Left Tooltip */
.tooltip.left {
	margin-left: -13px;
}
ul.social-networks {
	list-style-type: none;
	padding: 7px 0;
}
ul.social-networks > li {
	float: right;
	margin-left: 8px;
	margin-bottom: 3px;
	background-color: #cecece;
}
/* Flex Slider */
.flexslider {
	position: relative;
	zoom: 1;
	margin: 0 0 7px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.f-widget-content .flexslider {
	background: #333 !important;
}
/* Carousel Slider */

/* Carousel Fading */
.carousel.fade-effect .carousel-inner > .item {
	/*-moz-transition: .7s ease-in-out opacity, 0.6s ease-in-out left;
        -o-transition: .7s ease-in-out opacity, 0.6s ease-in-out left;
        -webkit-transition: .7s ease-in-out opacity, 0.6s ease-in-out left;
        transition: .7s ease-in-out opacity, 0.6s ease-in-out left;*/
	opacity: 0;
}
.carousel.fade-effect .carousel-inner > .active {
	/*-moz-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;*/
	opacity: 1;
}
.carousel-fade {
	opacity: 1;
}
.carousel-fade .item {
	-moz-transition: opacity .7s ease-in-out;
	-o-transition: opacity .7s ease-in-out;
	-webkit-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out;
	right: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel-fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel-fade .item.active {
	opacity: 1;
	-moz-transition: opacity .7s ease-in-out;
	-o-transition: opacity .7s ease-in-out;
	-webkit-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out;
	z-index: 2;
}
/* End-Of Fading Effect */

ul.carousel-nav {
	list-style: none;
	cursor: pointer;
	position: absolute;
	line-height: 16px;
	z-index: 5;
	top: 40px;
	left: 15px;
	right: 1;/*cursor: pointer;
    line-height: 16px;
    top: 14%;
    left: 93%;
    width: 25px;
    height: 25px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    background: #222;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: .5;
    filter: alpha(opacity=50);*/
}
ul.carousel-nav > li {
	margin-bottom: 10px;
	display: block;
	width: 28px;
	height: 28px;
	margin-top: 0px;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	background: #222;
	/*   border: 2px solid #fff;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
ul.carousel-nav > li > a {
	display: block;
	width: 28px;
	height: 28px;
}
ul.carousel-nav.left {
	float: right;
}
ul.carousel-nav.right {
	float: left;/*right: 50px;
    left: 1;
    top: 15px;*/
}
ul.carousel-nav li:hover, ul.carousel-nav li:focus {
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
ul.carousel-nav li:hover > a, ul.carousel-nav li:focus > a {
	color: #fff;
}
.carousel-indicators li {
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #8C8C8C;
	border-radius: 0;
}
.carousel-indicators li:hover {
	background-color: #fff;
	opacity: .9;
}
.carousel-fullcontrol {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-fullcontrol li {
	cursor: pointer;
	display: block;
	font-weight: 100;
	text-align: center;
	margin-left: 15px;
	float: right;
	color: #ccc;
	color: rgba(255,255,255,0.60);
}
.carousel-fullcontrol li:hover, .carousel-fullcontrol li:focus {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}
.carousel-caption p {
	color: #A5A5A5;
}
.carousel-caption h4 a {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.carousel-caption h4 a:hover, .carousel-caption h4 a:focus {
	color: #fff;
}
img:hover {
/*border-style: solid;
    border-width: 1px;
    border-color: #16a1e7;*/
    /*-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);*/
}
h1 {

}
h2 {
	font-size: 16px;
	line-height: 25px;
	font-family: 'DroidKufi';
}
h3 {
	font-size: 18px;
	line-height: 29px;
	font-family: 'DroidKufi';
}
h4 {
	font-size: 16px;
	line-height: 25.2px;
	font-family: 'DroidKufi';
}
h5 {
	font-size: 14px;
	line-height: 21px;
	font-family: 'DroidKufi';
}
h6 {
	font-size: 12px;
	font-family: 'DroidKufi';
}
.resetToZero {
	margin: 0;
	padding: 0;
}
.overflow-scrollable {
	overflow: hidden;
}
.scrollable {
	height: 100%;
	overflow: auto;
}
.centerVertical {
	vertical-align: middle;
}
.drop-shadow {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.split-top {
	margin-top: 20px;
	border-top: 2px solid #d5d5d5;
	padding-top: 10px;
}
.split-list-item-with-bottom-border {
	border-bottom: 1px solid #d5d5d5;
	padding-top: 10px;
}
.split-list-item-with-bottom-border:first-child {
	border-bottom: 1px solid #d5d5d5;
	padding-top: 0;
}
.split-list-item-with-bottom-border:last-child {
	border-bottom: none;
	padding-top: 10px;
}
/* Customized Controls */
.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	min-width: 96px;
	line-height: 46px;
	padding: 0 24px;
	font-size: 14px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #154c86;
	background-color: #247edd;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #1c65b2 #18589c #18589c;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}
.button:before {
	content: '';
	position: absolute;
	top: -25%;
	bottom: -25%;
	right: -20%;
	left: -20%;
	border-radius: 50%;
	background: transparent;
	-webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
}
.button:hover {
	background-color: #1a74d3;
}
.button:active {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 -1px #154c86;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}
.button:active:before {
	top: -50%;
	bottom: -125%;
	right: -15%;
	left: -15%;
	-webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
}
.button-theme {
	text-shadow: 0 1px #0d4d09;
	background-color: #00adff;
	border-color: #147b0e #11640b #11640b;
}
.button-theme:hover {
	background-color: #00adff;
}
.button-green {
	text-shadow: 0 1px #0d4d09;
	background-color: #1ca913;
	border-color: #147b0e #11640b #11640b;
}
.button-green:hover {
	background-color: #159b0d;
}
.button-green:active {
	text-shadow: 0 -1px #0d4d09;
	background: #189210;
	border-color: #093606 #0d4d09 #147b0e;
	background-image: -webkit-linear-gradient(top, #126d0c, #20c016);
	background-image: -moz-linear-gradient(top, #126d0c, #20c016);
	background-image: -o-linear-gradient(top, #126d0c, #20c016);
	background-image: linear-gradient(to bottom, #126d0c, #20c016);
}
.button-red {
	text-shadow: 0 1px #72100d;
	background-color: #cd1d18;
	border-color: #9f1713 #891310 #891310;
}
.button-red:hover {
	background-color: #c01511;
}
.button-red:active {
	text-shadow: 0 -1px #72100d;
	background: #b61a15;
	border-color: #5b0d0b #72100d #9f1713;
	background-image: -webkit-linear-gradient(top, #921511, #e4201b);
	background-image: -moz-linear-gradient(top, #921511, #e4201b);
	background-image: -o-linear-gradient(top, #921511, #e4201b);
	background-image: linear-gradient(to bottom, #921511, #e4201b);
}
.btn-theme, .form-submit #submit {
	display: inline-block;
	text-decoration: none;
	padding: 10px 12px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #C00;
	border: none;
	color: #FFF;
	font-family: 'DroidKufi';
}
.btn-theme:hover,  .btn-theme:focus,  .form-submit #submit:hover {
	text-decoration: none;
	background-position: 0 -15px;
}
.btn-default {
	background-color: #3a87ad;
}
.btn-warning {
	background-color: #f89406;
}
.btn-danger {
	background-color: #d02222;
}
.btn-info {
	background-color: #87c1ff;
}
.btn-success {
	background-color: #109447;
}
.tags-cloud a.btn-theme {
	margin: 0 0 6px 3px;
	padding: 6px 8px;
	font-size: 12px;
	border: 1px solid rgba(0, 0, 0, 0.07);
}
.tags-cloud a.btn-theme > .badge {
	display: inline-block;
	padding: 0px 6px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: rgba(0, 0, 0, 0.21);
	margin-right: 5px;
}
.tags-cloud a.btn-theme:before {
	content: "\f111";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-left: 5px;
	font-size: 5px;
	vertical-align: middle;
}
.tags-cloud a.btn-theme:hover {
	text-shadow: none;
}
input, button, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
}
.thumbnail {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a.thumbnail:hover, a.thumbnail:focus {
}
.rating {
	direction: ltr;
	position: relative;
	margin-bottom: 5px;
}
.media .rating {
	float: left;
	margin-top: 5px;
}
.rating .stars-12,  .rating .stars-12 .fill {
	width: 60px;
	display: block;
	position: relative;
	height: 12px;
}
.rating .stars-12,  .rating .stars-12 .fill {
	background: url(images/smartvision-sprite.png) no-repeat 0 -256px;
}
.rating .stars-24,  .rating .stars-24 .fill {
	width: 120px;
	display: block;
	position: relative;
	height: 21px;
}
.rating .stars-24,  .rating .stars-24 .fill {
	background: url(images/smartvision-sprite.png) no-repeat 0 -280px;
}
.rating .stars-12 .fill,  .rating .stars-24 .fill {
	position: absolute;
	z-index: 3;
	max-width: 100%;
}
.rating .stars-12 .fill {
	background-position: 0 -268px;
}
.rating .stars-24 .fill {
	background-position: 0 -301px;
}
.transparent.stars-12, .transparent.stars-12 .fill {
	background: url(images/smartvision-sprite.png) #d5d5d5 no-repeat -60px -256px;
}
.transparent.dark.stars-12, .transparent.dark.stars-12 .fill {
	background: url(images/smartvision-sprite.png) #d5d5d5 no-repeat -60px -268px;
}
.transparent.stars-24, .transparent.stars-24 .fill {
	background: url(images/smartvision-sprite.png) #d5d5d5 no-repeat -120px -280px;
	height: 21px;
}
.transparent.dark.stars-24, .transparent.dark.stars-24 .fill {
	background: url(images/smartvision-sprite.png) #d5d5d5 no-repeat -120px -301px;
	height: 21px;
}
.transparent.stars-12 .fill,  .transparent.stars-24 .fill,  .transparent.dark.stars-12 .fill,  .transparent.dark.stars-24 .fill {
	background-color: #FF5C00;
}
/* End-Of Customized Control */


/* Border Radius */
.widget .widget-title, .widget-300 .widget-300-title, .cat-widget .cat-widget-title, .author-bio .cat-widget-title, .article-tags .widget-title, .widget .widget-content .feedburner-subscribe form input[type="email"], .widget .widget-content .tabs-header, .posts-in-widget img, .widget-content .media-object.thumb-effect, .widget-content .media-object.thumb-effect > img, .posts-in-widget .media-object.thumb-effect > img, .f-widget-content .media-object.thumb-effect > img, .btn-theme, .form-submit #submit, .tags-cloud a.btn-theme, .breaking-news-widget, .navbar-main .navbar .navbar-inner, .widget .widget-content .widget-weather, .flexslider .slides img, .modern-items-list .fold-item, .modern-items-list .fold-item .description, .social-counter-metro .btn-count, .social-counter-metro.mask, .article-content > header .breadcrumb, .cat-horiz .last-post .img-container > img, .cat-vertical .last-post .img-container > img, .cat-horiz-divided .last-post .img-container > img, .cat-review .review .img-container > img, .twitter-ticker-widget .widget-inner, .modern-footer .f-widget > .f-widget-title, .comments-box .leave-comment input, .comments-box .leave-comment textarea, .article-content .post-review .progress, ul.gallery-fancybox > .gallery-thumb img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
}
/* Left Border Radius */
.navbar-main .navbar .navbar-inner .nav > li:first-child > a,  .widget .widget-content ul.tabs-header li.btn-theme:first-child,  .widget .widget-content ul.tabs-header li.btn-theme.active:first-child,  .cat-horiz .last-post .img-container .img-meta .post-date,  .cat-vertical .last-post .img-container .img-meta .post-date,  .cat-horiz-divided .last-post .img-container .img-meta .post-date,  .twitter-ticker-widget .widget-inner > .title {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}
/* Right Border Radius */
.navbar-main .navbar .navbar-inner .nav.pull-left > li:last-child > a,  .widget .widget-content .feedburner-subscribe form button[type="submit"],  .widget .widget-content ul.tabs-header li.btn-theme:last-child,  .widget .widget-content ul.tabs-header li.btn-theme.active:last-child {
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
}
/* Top Border Radius */
.modern-items-list .fold-item .post-sitemap,  .flexslider {
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
}
.flex-control-nav, .flex-control-paging li a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
}
/* =========================== Fonts Sizes As Typography Rules ================================== */
.span-h1 {
	font-size: 24px;
}
.span-h2 {
	font-size: 19px;
}
.span-h3 {
	font-size: 16px;
}
.span-h4 {
	font-size: 13px;
}
.span-h5 {
	font-size: 11px;
}
.span-h6 {
	font-size: 9px;
}
/* =========================== End-Of Fonts Sizes ================================== */

/*.entire-navbar-black {
    background-color: #333;
    margin-bottom: 20px;
    width:100%;
    margin:0;
    padding:0;
}*/

/* NavBars */

/*.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
}*/

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
}
.navbar-top {
}
.navbar-top .navbar-inverse .navbar-inner {
	height: 30px;
	min-height: 30px;/*background-color: rgb(97, 97, 97);
        background-image: -moz-linear-gradient(top,#222,#111);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
        background-image: -webkit-linear-gradient(top,rgb(39, 39, 39),rgb(51, 51, 51));
        background-image: -o-linear-gradient(top,#222,#111);
        background-image: linear-gradient(to bottom,#222,#111);
        background-repeat: repeat-x;
        border-bottom: 1px solid rgb(189, 0, 0);
        border-top: 3px solid rgb(198, 0,0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);*/
}
.navbar-top .navbar .divider-vertical {
	height: 20px;
}
.navbar-top .navbar-inverse .divider-vertical {
	border-left-color: rgb(94, 93, 93);
	border-right-color: #000;
	margin: 5px 5px;
}
.navbar-top .navbar-inverse .divider-vertical:first-child {
	margin-right: 0;
}
.navbar-top .navbar-inverse .brand,  .navbar-top .navbar-inverse .nav > li > a,  .navbar-top .dropdown-menu > li > a {
	color: #ADADAD;
	text-shadow: 0px 1px 1px rgb(0,0,0);
	font-size: 12px;
	font-weight: 400;
}
.navbar-top .navbar-inverse .brand,  .navbar-top .navbar-inverse .nav > li > a {
	/*text-shadow: 0px 1px 1px rgb(0,0,0);*/
	font-size: 12px;
	font-weight: 400;
}
.navbar-top .navbar .nav > li > a {
	padding: 4px;
}
.navbar-top .navbar .nav > li > a:focus, .navbar-top .navbar .nav > li > a:hover {
}
/* change dropdown-menu arrow color*/
.navbar-top .navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #B1B1B1;
	top: -7px;
}
.navbar-top .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,  .navbar-top .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,  .navbar-top .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
}
.navbar-top .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-top .dropdown-menu > li > a:hover,  .navbar-top .dropdown-menu > li > a:focus,  .navbar-top .dropdown-submenu:hover > a,  .navbar-top .dropdown-submenu:focus > a {
	text-decoration: none;/*background-image: -moz-linear-gradient(top,#08c,#0077b3);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
        background-image: -webkit-linear-gradient(top,#08c,#0077b3);
        background-image: -o-linear-gradient(top,#08c,#0077b3);
        background-image: linear-gradient(to bottom,#08c,#0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);*/
}
/* for small screens */
.navbar-top .nav-collapse .nav,  .navbar-top .nav-collapse .navbar-form,  .nav-collapse .navbar-search {
/*background: #333;
        background-color: #333;*/
}
/* Right Side */
.navbartop .right-section {
}
.navbar-top .right-section .navbar-form input, .navbar-top .right-section .navbar-form select, .navbar-top .right-section .navbar-form .btn {
	height: 13px;
	font-size: 11px;
}
.navbar-top .right-section .navbar-form .input-append input, .navbar-top .right-section .navbar-form .input-prepend input, .navbar-top .right-section .navbar-form input {
	margin-top: 2px;
	background-color: transparent;
	border: 1px solid #858585;
	color: #A5A5A5;
}
.navbar-top .right-section .input-append input, .navbar-top .right-section .input-append select, .navbar-top .right-section .input-append .uneditable-input, .navbar-top .right-section input, .navbar-top .right-section select, .navbar-top .right-section .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-top .right-section {
	color: #999;
	font-size: 12px;
	background-color: #333;
	margin-left: 15px;
}
.navbar-top .right-section .divider-vertical {
	margin: 5px;
	float: left;
}
.navbar-top .right-section .social a,  .navbar-top .right-section span {
	margin-top: 4px;
	color: #ADADAD;
	float: left;/*text-shadow: 0px 1px 1px rgb(0,0,0);*/
}
.navbar-top .right-section i, .navbar-top .right-section i {
	padding: 0 5px;/*text-shadow: 0px 1px 1px rgb(0,0,0);*/
}
.navbar-top .right-section .social {
}
.navbar-top .right-section .social a:hover, .navbar-top .right-section .social a:focus,  .navbar-top .right-section .social i:hover, .navbar-top .right-section .social i:focus {
}
.navbar-top .right-section ul.social-colored-nav {
	list-style: none;
	float: left;
	margin-top: 7px;
}
.navbar-top .right-section ul.social-colored-nav li {
	float: right;
	margin-left: 4px;
	margin-right: 4px;
}
ul.social-colored {
	list-style: none;
	float: left;
}
ul.social-colored li {
	float: right;
	margin-left: 3px;
}
/* Banner */
.navbar-banner {
	padding-top: 20px;
	margin-bottom: 15px;
}
.navbar-banner .logo-240 {
	margin-left: 20px;
}

/* ================== menus inside 2nd navbar ========================= */

/* Open menu on Mouse-Hover */
/* Modify Properties in Bootstrap files */

/*.dropdown-menu {
    margin-top:0;
}

li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    font-weight: normal;
    text-transform: none;
    padding: 10px 0;
}

    ul.dropdown-menu li {
        float: none;
    }

        ul.dropdown-menu li a {
            text-decoration: none;
            color: #0090D2;
            padding: 10px 15px;
            font-size:19px;
        }

            ul.dropdown-menu li a:hover {
                color: #fff;
            }

.navbar .nav > li > a {
color: white;
text-shadow: none;
}

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        color: #fffeec;
    }

.navbar .divider-vertical {
margin:0;
}*/

.dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
 background-image: url("../img/glyphicons-halflings-white.html");
}
/* Main website Navbar */
.navbar-main .navbar, #primary_menu_mobile {
	margin-bottom: 30px;
}
.navbar .btn-navbar, .navbar .btn-navbar:hover {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: rgb(26, 26, 26);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	background-image: linear-gradient(to bottom, rgb(68, 68, 68), rgb(0, 0, 0));
	border-right-color: rgb(51, 51, 51);
	border-left-color: rgb(82, 82, 82);
	border-top-color: rgb(58, 58, 58);
	border-bottom-color: rgb(66, 66, 66);
}
.navbar-main.navbar-fixed-top {
	position: fixed;
	max-width: 100%;
	padding: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	margin-bottom: -30px;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 999999;
}
.navbar-main.navbar-fixed-top .navbar {
	margin-bottom: 0;
	max-width: 1240px;
	margin: 0 auto;
}
.navbar-main {
/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);*/
}
.navbar-main .menu-default {
	color: #fff;
	padding: 8px;
	float: right;
	margin-top: 12px;
}
.navbar-main .container-fluid {
	max-width: 1220px;
	padding-right: 0;/*background-color: #727272;*/
}
.navbar-main .navbar .navbar-inner {
	border: none;
	padding: 0;/*background-color: rgb(97, 97, 97);
        background-image: -moz-linear-gradient(top,#222,#111);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
        background-image: -webkit-linear-gradient(top,rgb(39, 39, 39),rgb(51, 51, 51));
        background-image: -o-linear-gradient(top,#222,#111);
        background-image: linear-gradient(to bottom,#222,#111);
        background-repeat: repeat-x;
        border-bottom: 1px solid rgb(189, 0, 0);
        border-top: 3px solid rgb(198, 0,0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);*/
}
/* Dropdown menu top pointer arrow color */
.navbar-main .navbar .navbar-inner .nav > li > .dropdown-menu:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -6px;
}
.navbar-main .navbar .divider-vertical {
/*height: 20px;*/
}
.navbar-main .navbar .divider-vertical {
	/*border-left-color: rgb(95, 95, 95);*/
	margin: 5px 0;
	height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.navbar-main .navbar .nav li.dropdown > .dropdown-toggle .caret {
	margin-right: 3px;
	margin-top: 8px;
}
.navbar-main .navbar .nav li.dropdown.open > .dropdown-toggle .caret,  .navbar-main .navbar .nav li.dropdown.active > .dropdown-toggle .caret,  .navbar-main .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
}
.navbar-main .navbar .brand,  .navbar-main .navbar .nav > li > a,  .navbar-main .navbar .nav > li > i {
/*font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;*/
}
.navbar-main .navbar .nav > li > a,  .navbar-main .dropdown-menu > li > a {
	padding: 15px 12px 13px 13px;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.navbar-main .navbar .nav > li > a [class^="icon-"],  .navbar-main .navbar .nav > li > a [class*="icon-"] {
	display: inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	font-size: 32px;
	line-height: 9px;
	margin: 0 7px;
}
.navbar-main .navbar .nav.pull-right > li > a {
	background-color: transparent;
}
.navbar-main .navbar .nav.pull-left > li > a [class^="icon-"],  .navbar-main .navbar .nav.pull-left > li > a [class*="icon-"] {
	font-size: 25px;
}
.navbar-main .navbar .nav > li > a:focus,  .navbar-main .navbar .nav > li > a:hover,  .navbar-main .navbar .nav > li > i:focus,  .navbar-main .navbar .nav > li > i:hover,  .navbar-main .navbar .dropdown .caret:hover {
}
.navbar-main .navbar .nav li.dropdown.open > .dropdown-toggle,  .navbar-main .navbar .nav li.dropdown.active > .dropdown-toggle,  .navbar-main .navbar .nav li.dropdown.open.active > .dropdown-toggle {
}
.navbar-main .navbar .nav li.dropdown.active > .dropdown-toggle,  .navbar-main .navbar .nav li.dropdown.open.active > .dropdown-toggle,  .navbar-main .navbar .nav li.dropdown.current-menu-item > a,  .navbar-main .navbar .nav li.dropdown.open.current-menu-item > a {
	position: relative;
}
.navbar-main .navbar .nav > .active > a,  .navbar-main .navbar .nav > .active > a:hover,  .navbar-main .navbar .nav > .active > a:focus {
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-main .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	border-width: 1px;
	border-style: solid;
	padding: 4px 0;
	margin: 0;
	z-index: 999999999;
	width:227px;
	
}
.navbar-main .dropdown-submenu > .dropdown-menu {
	margin-top: 0px;
	margin-right: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-main .dropdown-menu > li:first-child {
	/*margin-top: -5px;
	padding-top: 1px;*/
		font-size:13px;
}
.navbar-main .dropdown-menu > li {
	
}
.navbar-main .dropdown-menu > li:last-child {
	/*margin-bottom: -5px;*/
	font-size:13px;
}
.navbar-main .dropdown-menu li a {
	-moz-transition: padding .2s ease-in-out;
	-webkit-transition: padding .2s ease-in-out;
	-o-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
	white-space: normal;
}
.navbar-main .dropdown-menu > li > a {
	/*padding: 6px 20px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;*/
		font-size:13px;
}
.navbar-main .dropdown-menu > li:first-child > a:hover,  .navbar-main .dropdown-menu > li:first-child > a:focus,  .navbar-main .dropdown-submenu:hover:first-child > a,  .navbar-main .dropdown-submenu:focus:first-child > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-main .dropdown-menu > li > a:before,  .navbar-main .dropdown-submenu > li > a:before {
/*font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        width: 12px;
        text-align: left;
        display: inline-block;
        content: "\f105";
        color: #fff;
        margin-left: -30px;
        margin-right: 14px;*/
}
.navbar-main .dropdown-menu > li > a:before,  .navbar-main .dropdown-submenu > li > a:before {
	position: absolute;
	right: -3px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	width: 13px;
	text-align: right;
	display: inline-block;
	content: "\f104";
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.navbar-main .dropdown-menu > li:hover > a:before,  .navbar-main .dropdown-submenu > li:hover > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	right: 13px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.navbar-main .dropdown-menu > li > a:hover,  .navbar-main .dropdown-menu > li > a:focus,  .navbar-main .dropdown-menu > li:hover > a,  .navbar-main .dropdown-menu > li:hover > a,  .navbar-main .dropdown-submenu:hover > a,  .navbar-main .dropdown-submenu:focus > a {
	text-decoration: none;
	padding-right: 25px !important;
	padding-left: 15px !important;
}
.navbar-main .dropdown-menu > li:hover a::before,  .navbar-main .dropdown-submenu:hover > a:before {
/*font-family: FontAwesome;
                    -webkit-font-smoothing: antialiased;
                    font-weight: normal;
                    font-style: normal;
                    font-size: 12px;
                    width: 16px;
                    text-align: left;
                    display: inline-block;
                    vertical-align: middle;
                    content: "\f105";
                    color: #fff;*/
}
.navbar-main .dropdown-menu .dropdown-submenu > a:after {
	margin-top: 5px;
}
.navbar-main .dropdown-menu .dropdown-submenu > a:after {
	margin-left: -5px;
}
/* Twitter Ticker and Breaking News */

.breaking-news-widget {
	border-style: solid;
	border-width: 1px;/*-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);*/
    /*border-bottom:3px solid #E02424;*/
}
.breaking-news-widget > .row-fluid > .title,  .breaking-news-widget > .row-fluid > .content {
}
.breaking-news-widget > .row-fluid > .title {
	position: relative;
	float: right;
	width: 105px;
	margin-left: 0;
}
.breaking-news-widget > .row-fluid > .title:before {
/*content: '';
            position: absolute;
            top: 0;
            left: 0;
            border-top: 15px solid rgba(0, 0, 0, 0.29);
            border-right: 15px solid transparent;
            width: 0;*/
}
.breaking-news-widget > .row-fluid > .title > h3 {
	padding: 6px 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding-right: 45px;
	background-image: url(images/bg/icon_1.html);
	background-position: 70px 8px;
	background-repeat: no-repeat;
}
.breaking-news-widget > .row-fluid > .content {
	float: right;
	width: 80%;
	overflow-y: hidden;
}
.breaking-news-widget > .row-fluid > .content .ticker {
	width: 100%;
	height: 41px;
}
.breaking-news-widget > .row-fluid > .content .ticker .ticker-title,  .breaking-news-widget > .row-fluid > .content .ticker .ticker-content {
	padding-top: 9px;
	font-family: 'DroidKufi';
}
.breaking-news-widget > .row-fluid > .content .ticker .ticker-swipe {
	padding-top: 14px;
}
.breaking-news-widget > .row-fluid > .content .ticker-content a {
	font-size: 13px;
}
.breaking-news-widget > .row-fluid > .content > ul {
	list-style-type: none;
	margin-right: 10px;
	margin-top: 5px;
	position: relative;
}
.breaking-news-widget > .row-fluid > .content > ul li {
	margin: 0;
}
.breaking-news-widget > .row-fluid > .content > ul li > a:before {
	content: "\f054";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-left: 5px;
	font-size: 11px;
	vertical-align: middle;
}
.breaking-news-widget > .row-fluid > .span2 {
	width: 10%;
	background-color: #E2E2E2;
	padding-right: 5px;
	text-shadow: 0 1px 1px #fff;
}
.breaking-news-widget > .row-fluid > .span2 h3,  .twitter-ticker-widget .widget-inner > .title h4 {
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400 !important;
}
.breaking-news-widget > .row-fluid > .span10,  .twitter-ticker-widget .widget-inner > .span10 {
	margin-right: 0;
}
.twitter-ticker-widget {
	margin: 0;
}
.twitter-ticker-widget,  .twitter-ticker-widget .widget-inner,  .twitter-ticker-widget .widget-inner > .title,  #divLatestTweets,  .tweet_list,  .tweet_list li, .tweet_list .tweet_even {
/*background-color: #49B6FF;*/
}
.twitter-ticker-widget .widget-inner {
	border: none;
}
.twitter-ticker-widget .widget-inner > .title {
	padding: 0 0 0 10px;
	width: 14.52991452991453%;
	border-left-width: 1px;
	border-left-style: solid;
}
.twitter-ticker-widget .widget-inner > .follow {
	margin-top: 12px;
	margin-right: 10px;
}
#divLatestTweets, #divLatestNews {
	height: 44px;
	overflow-y: hidden;
	position: relative;
}
#divLatestTweets {
	width: 66%;
	margin-right: 0.37606837606838%;
}
#divLatestTweets ul.tweet_list,  #divLatestNews ul.news_list {
	position: absolute;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left-width: 1px;
	border-left-style: solid;
}
.tweet, .query {
	font: 120% Tahoma, Arial, Georgia, serif;
	color: #085258;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	color: #fff;
}
.tweet_list .tweet_error {
	float: right;
	margin-top: 12px;
	color: #fff;
}
.tweet_list li {
	color: #fff;
	height: 33px;
	line-height: 20px;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 14px 10px 0px 10px;
	list-style-type: none;
}
.tweet_list li a {
	color: #fff;
}
.tweet_list li a:hover {
	text-decoration: underline;
}
.tweet_list .tweet_even {
}
.tweet_list .tweet_avatar {
	padding-left: .5em;
	float: right;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
.tweet_list li,  .tweet_list .tweet_even {
/*background-color: #DFDFDF !important;*/
}
.breaking-news-widget ul.news_list {
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}
.breaking-news-widget ul.news_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
}
.breaking-news-widget ul.news_list li > a h6 {
	line-height: 30px;
	font-size: 14px;
}
.breaking-news-widget ul.news_list li > img {
	padding-left: .5em;
	float: right;
}
.breaking-news-widget .latest-news {
	height: 32px;
	margin: -5px auto 25px;
	overflow: hidden;
	position: relative;
}
.breaking-news-widget .latest-news ul {
	list-style-type: none;
	float: right;
}
.breaking-news-widget .latest-news ul a {
	padding: 8px;
	display: block;
	white-space: nowrap;
	white-space: -moz-no-wrap;
}
/* End-Of Twitter Ticker and Breaking News */

/* ============================== Foooooooooooter ========================== */
/* Advertising Footer */
.footer-adv {
	text-align: center;
	margin-bottom: 30px;
}
/* Black Footer */
.modern-footer {
	/*color: #E0DEDE;*/
	text-decoration: none;
	/*background-color: #333; #292929 333745*/
    /*background: #333;*/
	margin-top: 0;
	background-color: rgba(87, 71, 49, 1);
	padding-top: 30px;
	border-top-width: 0;
	border-top-style: solid;
	background-image: url(images/11/back_20.html);
	background-repeat: repeat;/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);*/
}
.modern-footer h1, .modern-footer h2,  .modern-footer h4, .modern-footer h5, .modern-footer h6 {
}
.modern-footer .footer-border,  .modern-footer .footer-border-smartvision {
	/*border-top: 1px solid #000;
        border-bottom: 1px solid #414141;*/
	border-top: 1px solid #141414;
	border-bottom: 1px solid #927347;
	overflow: hidden;
}
.modern-footer .top-border {
	margin-top: -16px;
}
.modern-footer .f-widget {
	margin-bottom: 30px;
}
.modern-footer .f-widget > .f-widget-title {
}
.modern-footer .f-widget > .f-widget-title h4 {
	text-transform: uppercase;
}
.modern-footer .f-widget > .f-widget-content {
}
.modern-footer .f-widget h5:hover,  .modern-footer .f-widget h5:focus {
/*color: #fff;*/
}
.modern-footer .posts-in-widget {
	padding: 0;
}
.modern-footer .posts-in-widget span,  .modern-footer .posts-in-widget i {
/*color: #a3a3a3;*/
}
.modern-footer .posts-in-widget ul.media-list > li:first-child {
/*border-top: none;
        padding-top: 0;*/
}
.modern-footer .posts-in-widget ul.media-list > li {
/*border-bottom: 1px solid #1B1B1B;
        border-top: 1px solid #505050;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0px;*/
}
.modern-footer .posts-in-widget ul.media-list > li:last-child {
/*border-bottom: none;
            padding-bottom: 0;*/
}
.modern-footer .flex-control-nav {
	border: none;
}
.modern-footer .f-widget .widget.w-tabs .posts-in-widget ul.media-list li,  .modern-footer .f-widget .widget.w-tabs .cat-horiz-divided .related-posts > ul.media-list > li {
	border-bottom-color: #4D4D4D;
}
.modern-footer .f-copyright {
	/*background-color: rgb(37, 37, 37);*/
	padding: 10px 0 0 0;
	font-size: 12px;
}
.modern-footer .footer-border-smartvision {
	margin: 30px 0 0 0;
}
.modern-footer .f-copyright a {
}
.modern-footer .f-copyright a:hover,  .modern-footer .f-copyright a:focus,  .modern-footer .f-copyright i:hover,  .modern-footer .f-copyright i:focus {
}
.modern-footer .tags-cloud a.btn-theme {
	text-shadow: none;
	border-width: 1px;
	border-style: solid;
}
.modern-footer .modern-items-list .fold-item .description.visible-part {
}
.modern-footer .flex-control-paging li a {
}
.modern-footer .flex-control-paging li a {
}
.modern-footer .flexslider .flex-direction-nav > li {
}
ul.copyright-links {
	list-style: none;
}
ul.copyright-links > li {
	float: right;
	margin-left: 10px;
}
ul.social-colored-footer {
	list-style: none;
	float: left;
}
ul.social-colored-footer > li {
	float: right;
	margin-left: 3px;
}
ul.social-colored-footer > li > a {
}
/* ============================== End-Foooooooooooter ========================== */


/* ================== site content ========================= */
.lsb {
	width: 310px;
	min-width: 310px;
}
.rsb {
	width: 310px;
	min-width: 310px;
}
/* Combine Category Horizontal & Vertical & Posts-in-thumbs -> Media Object Properties */

.widget a, .widget-300 a, .cat-widget a, .cat-horiz a, .cat-horiz-divided a, .cat-vertical a, .article-content .post-info .post-meta a, .article-content .post-info .breadcrumb a, .post-navigation a {
	text-decoration: none;
	cursor: pointer;
}
.widget a:hover, .widget-300 a:hover, .cat-widget a:hover, .cat-horiz a:hover, .cat-horiz-divided a:hover,  .cat-vertical a:hover, .cat-horiz .related-posts .media-list a:hover, .cat-horiz-divided .related-posts .media-list a:hover,  .cat-vertical .related-posts .media-list a:hover,  .posts-in-thumbs .media-list a:hover, .posts-in-scrolling-box .media-list a:hover,  .article-content .post-info .post-meta a:hover, .article-content .post-info .breadcrumb a:hover,  .post-navigation a:hover {
}
.posts-in-widget .media-heading, .cat-horiz .related-posts .media-heading, .cat-horiz-divided .related-posts .media-heading, .cat-vertical .related-posts .media-heading, .posts-in-thumbs .media-heading, .posts-in-scrolling-box .media-heading {
	margin-bottom: 2px;
}
.posts-in-scrolling-box .media-body > h4, .posts-in-thumbs .media-body > h4 {
}
.cat-horiz .related-posts .media-list .media, .cat-horiz-divided .related-posts .media-list .media, .cat-vertical .related-posts .media-list .media, .posts-in-thumbs .media-list .media, .posts-in-scrolling-box .media-list .media, .widget .widget-content .tabs-body-style .media-list .media {
	margin-top: 10px;
}
.cat-horiz .related-posts .media-list .media .media, .cat-horiz-divided .related-posts .media-list .media .media,  .cat-vertical .related-posts .media-list .media .media, .posts-in-thumbs .media-list .media .media,  .posts-in-scrolling-box .media-list .media .media {
	margin-top: 0;/*padding-right: 5px;*/
}
.cat-horiz .related-posts .media-list img, .cat-horiz-divided .related-posts .media-list img, .cat-vertical .related-posts .media-list img, .posts-in-thumbs .media-list img, .posts-in-scrolling-box .media-list img, .widget .widget-content .tabs-body-style .media-list img {
	margin-top: 0;
	padding-left: 0;
}
.cat-horiz-divided .related-posts .media-list img {
	width: 67px;
	max-width: 67px;
	height: 70px;
	max-height: 70px;
}
.cat-horiz .related-posts .media-list .media-body, .cat-horiz-divided .related-posts .media-list .media-body, .cat-vertical .related-posts .media-list .media-body, .widget .widget-content .tabs-body-style .media-list .media-body {
}
.posts-in-thumbs .media-list .media-body, .posts-in-scrolling-box .media-list .media-body {
	padding-right: 1px;
	font-size: 11px; /* was 10px */
	padding-top: 5px;
}
.cat-horiz .last-post .post-info .post-meta a, .cat-horiz .related-posts .media-list .post-meta a, .cat-horiz-divided .last-post .post-meta a, .cat-horiz-divided .related-posts .media-list .post-meta a, .cat-vertical .related-posts .media-list .post-meta a, .posts-in-thumbs .media-list .post-meta a, .posts-in-scrolling-box .media-list .post-meta a, .widget .widget-content .tabs-body-style .media-list .post-meta a, .cat-vertical .last-post .post-info .post-meta a, .cat-horiz .last-post .post-info .post-meta span, .cat-horiz .related-posts .media-list .post-meta span, .cat-horiz-divided .last-post .post-meta span, .cat-horiz-divided .related-posts .media-list .post-meta span, .cat-vertical .last-post .post-info .post-meta span, .cat-vertical .related-posts .media-list .post-meta span, .posts-in-thumbs .media-list .post-meta span, .posts-in-scrolling-box .media-list .post-meta span, .widget .widget-content .tabs-body-style .media-list span, .cat-review .review .post-meta span, .cat-review .review .post-meta a, .cat-horiz .related-posts .media-list .post-meta i, .cat-horiz-divided .last-post .post-meta i, .cat-horiz-divided .related-posts .media-list .post-meta i, .cat-vertical .related-posts .media-list .post-meta i, .posts-in-thumbs .media-list .post-meta i, .posts-in-scrolling-box .media-list .post-meta i, .article-content .post-info .post-meta i, .comments-box .cat-widget-content i, .widget .widget-content .tabs-body-style .media i, .modern-items-list .fold-item .description > .info > span, .modern-items-list .fold-item .description > .info i {
	font-size: 11px; /* was 10px */
	color: #A5A5A5;
}
/*.cat-horiz .related-posts .media-list .post-meta a,
.cat-horiz-divided .related-posts .media-list .post-meta a,
.cat-vertical .related-posts .media-list .post-meta a,*/
.posts-in-thumbs .media-list .post-meta a, .posts-in-scrolling-box .media-list .post-meta a, .widget .widget-content .tabs-body-style .media-list .post-meta a {
	margin-left: 10px;
}
.cat-horiz .last-post .post-info .post-meta a:hover,  .cat-horiz .related-posts .media-list .post-meta a:hover,  .cat-horiz-divided .last-post .post-meta a:hover,  .cat-horiz-divided .related-posts .media-list .post-meta a:hover,  .cat-vertical .last-post .post-info .post-meta a:hover,  .cat-vertical .related-posts .media-list .post-meta a:hover,  .posts-in-thumbs .media-list .post-meta a:hover,  .posts-in-scrolling-box .media-list .post-meta a:hover,  .widget .widget-content .tabs-body-style .media-list .post-meta a:hover {
}
/*Last Child (comment anchor)*/
.cat-horiz .last-post .post-info .post-meta a:last-child, .cat-vertical .last-post .post-info .post-meta a:last-child, .cat-horiz-divided .last-post .post-meta a:last-child {
}
/*.cat-horiz .related-posts .media-list .post-meta span,
.cat-horiz-divided .related-posts .media-list .post-meta span,
.cat-vertical .related-posts .media-list .post-meta span,*/
.posts-in-thumbs .media-list .post-meta span, .posts-in-scrolling-box .media-list .post-meta span, .widget .widget-content .tabs-body-style .media-list span {
	margin-left: 10px;
}
.cat-horiz .last-post .post-meta i, .cat-horiz-divided .last-post .post-meta i, .cat-vertical .last-post .post-info .post-meta i, .cat-horiz-divided .related-posts .media-list .post-meta i, .cat-review .review .post-meta i, .posts-in-widget i {
	margin-left: 3px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}
.cat-horiz .last-post .post-meta ul, .cat-horiz-divided .last-post .post-meta ul, .cat-vertical .last-post .post-info .post-meta ul, .cat-horiz .related-posts .media-list .post-meta ul, .cat-horiz-divided .related-posts .media-list .post-meta ul, .cat-vertical .related-posts .media-list .post-meta ul, .cat-review .review .post-meta ul {
	list-style: none;
}
.cat-horiz .last-post .post-meta ul li,  .cat-horiz-divided .last-post .post-meta ul li,  .cat-vertical .last-post .post-info .post-meta ul li,  .cat-horiz .related-posts .media-list .post-meta ul li,  .cat-horiz-divided .related-posts .media-list .post-meta ul li,  .cat-vertical .related-posts .media-list .post-meta ul li,  .cat-review .review .post-meta ul > li {
	float: right;
	margin-left: 10px;
}
.cat-horiz .last-post .post-meta ul li:last-child,  .cat-horiz-divided .last-post .post-meta ul li:last-child,  .cat-vertical .last-post .post-info .post-meta ul li:last-child,  .cat-horiz .related-posts .media-list .post-meta ul li:last-child,  .cat-horiz-divided .related-posts .media-list .post-meta ul li:last-child,  .cat-vertical .related-posts .media-list .post-meta ul li:last-child {
	margin-left: 0;
}
/*.cat-horiz .related-posts .media-list .post-meta i,
.cat-horiz-divided .related-posts .media-list .post-meta i,
.cat-vertical .related-posts .media-list .post-meta i,*/
.posts-in-thumbs .media-list .post-meta i, .posts-in-scrolling-box .media-list .post-meta i, .article-content .post-info .post-meta i, .widget .widget-content .tabs-body-style .media i {
	margin-left: 1px;
}
.comments-box .cat-widget-content i {
	margin-left: 5px;
}
.cat-horiz .related-posts .media-list a:hover, .cat-horiz-divided .related-posts .media-list a:hover, .cat-vertical .related-posts .media-list a:hover, .posts-in-thumbs .media-list a:hover, .posts-in-scrolling-box .media-list a:hover {
}
.cat-horiz .related-posts .media-list li:hover, .cat-horiz-divided .related-posts .media-list li:hover, .cat-vertical .related-posts .media-list li:hover, .posts-in-thumbs .media-list li:hover, .posts-in-scrolling-box .media-list li:hover, .widget .widget-content .tabs-body-style .media-list li:hover {
}
.article-content .social-share-footer, .posts-in-scrolling-box .paging-footer {
}
/* End Of Combining - Category Horizontal & Vertical -> Media Object Properties*/


/* Widgets */
.breaking-news-widget, .pic-slider, .widget, .widget-300, .cat-widget, .article-content, .author-bio {
/*border-style: solid;
    border-width: 1px;*/
    /*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    margin-bottom: 30px;*/
}
.widget:after,  .widget-300:after,  .cat-widget:after,  .article-content:after,  .author-bio:after {
}
.cat-widget-title:after, .widget-title:after, .widget-300-title:after, .f-widget-title:after {
	position: relative;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	margin-top: -11px;
}
.widget-title > h3:after, .cat-widget-title h3:after, .widget-title > h4:after, .f-widget-title > h4:after {
	display: block;
	position: relative;
	z-index: 2;
	width: 60px;
	height: 4px;
	bottom: 0;
	top: -3px;
	margin-top: 10px;
	content: '';
	right: 50%;
	margin-right: -30px;
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 12px 12px;
}
/* All Widgets Borders Color without Category Borders*/
.widget, .widget-300, .article-content, .author-bio, .article-tags {
/* #333745, #3F5765 */
}
.widget .widget-title,  .widget-300 .widget-300-title,  .cat-widget .cat-widget-title,  .modern-footer .f-widget > .f-widget-title {
	padding: 0;
}
.widget a, .widget-300 a, .cat-widget a {
/*color: #3F5765;*/
}
.widget span, .widget-300 span, .cat-widget span {
}
.widget .widget-content, .widget-300 .widget-300-content, .author-bio .cat-widget-content, .article-tags .widget-content {
}
.cat-widget-title a h3 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cat-widget-title a:hover h3 {
	color: #868686;
}
.widget .widget-title, .widget-300 .widget-300-title, .cat-widget .cat-widget-title, .author-bio .cat-widget-title, .article-tags .widget-title, .widget .widget-content .tabs-header, .twitter-ticker-widget .widget-inner > .title {
	position: relative;
	/*border-bottom: 1px solid #d5d5d5;*/
	text-transform: uppercase;/*margin-left: -1px;
            margin-right: -1px;*/
}
.navbar-main .navbar .nav li.dropdown.active > .dropdown-toggle:before,  .navbar-main .navbar .nav li.dropdown.open.active > .dropdown-toggle:before,  .widget .widget-title:before,  .widget-300 .widget-300-title:before,  .cat-widget .cat-widget-title:before,  .author-bio .cat-widget-title:before,  .article-tags .widget-title:before,  .widget .widget-content .tabs-header:before {
/*content: '';
                position: absolute;
                top: 0;
                left: 0;
                border-top: 15px solid rgba(0, 0, 0, 0.29);
                border-right: 15px solid transparent;
                width: 0;*/
}
.widget .widget-content .tabs-header {
	border-bottom: none;
}
.widget .widget-title h3, .widget-300 .widget-300-title h3, .cat-widget .cat-widget-title h3, .comments-box h3, .author-bio .cat-widget-title h3, .article-tags .widget-title h3 {
}
.widget .widget-title h3, .widget-300 .widget-300-title h3, .comments-box h3, .author-bio .cat-widget-title h3, .article-tags .widget-title h3 {
}
.breaking-news-widget > .row-fluid > .title > h3, .widget .widget-title > h4, .cat-widget .cat-widget-title h3, .author-bio .cat-widget-title h3, .widget .widget-content ul.tabs-header li.btn-theme, .modern-footer .f-widget > .f-widget-title h4, .twitter-ticker-widget .widget-inner > .title h4 {
}
/* ================== Widget less than 300 pixels ========================= */
.widget {
}
.widget.w-sponsors,  .widget.w-pictures,  .widget.w-audio,  .widget.w-video,  .widget.w-tags,  .widget.w-posts,  .widget.w-adv,  .widget.w-rss-feed,  .widget.w-social-counter,  .widget.w-search,  .widget.w-flickr,  .widget.w-about,  .widget.w-contact,  .widget.w-poll,  .widget.w-tabs,  .widget.w-weather,  .widget.w-tweet,  .widget.w-facebook,  .widget.w-gplus {
}
.widget.w-sponsors .widget-content,  .widget.w-adv .widget-content {
	text-align: center;
}
.widget.w-social-counter {
/* 30px - 12px */
        /*margin-bottom: 18px;*/
}
.widget .widget-title {
}
.cat-widget .cat-widget-title h3,  .author-bio .cat-widget-title h3,  .widget .widget-title h4,  .modern-footer .f-widget > .f-widget-title h4 {
	font-size: 17px;
	line-height: 27px;
	text-align: center;
}
.twitter-ticker-widget .widget-inner > .title > h4:after {
	background-image: url('images/smartvision-sprite.png');
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 0;
	line-height: 14px;
	vertical-align: middle;
	/*Default Position*/
	background-position: -504px -208px;
	background-repeat: no-repeat;
	float: left;
	content: '';
}
.widget-title > h3:after, .cat-widget-title h3:after, .widget-title > h4:after, .f-widget-title > h4:after, .cat-widget .cat-widget-title h3:after {
/*font-family: FontAwesome;
                -webkit-font-smoothing: antialiased;
                font-weight: normal;
                font-style: normal;
                font-size: 20px;
                float:right;
                right:0;
                display: inline-block;
                content: "\f039";
                color: #fff;
                margin: 0;*/
    /*
                background-image: url('images/smartvision-sprite.png');
                display: inline-block;
                width: 24px;
                height: 24px;
                margin-top: 0;
                line-height: 14px;
                vertical-align: middle;
                /*Default Position
                background-position: -504px -208px;
                background-repeat: no-repeat;
                float: right;
                content: '';
                */
}
.w-sponsors .widget-title h4:after, .w-sponsors .f-widget-title h4:after {
	/*content: "\f0a1";*/
	background-position: -672px -208px;
}
.w-adv .widget-title h4:after, .w-adv .f-widget-title h4:after {
	/*content: "\f0a1";*/
	background-position: -672px -208px;
}
.w-pictures .widget-title h4:after, .w-pictures .f-widget-title h4:after {
	/*content: "\f03e";*/
	background-position: -144px -208px;
}
.w-audio .widget-title h4:after, .w-audio .f-widget-title h4:after {
	/*content: "\f001";*/
	background-position: -120px -208px;
}
.w-video .widget-title h4:after, .w-video .f-widget-title h4:after {
	/*content: "\f008";*/
	background-position: -72px -208px;
}
.w-tags .widget-title h4:after, .w-tags .f-widget-title h4:after {
	/*content: "\f02c";*/
	background-position: -312px -208px;
}
.w-posts .widget-title h4:after, .w-posts .f-widget-title h4:after {
	/*content: "\f039";*/
	background-position: -504px -208px;
}
.w-rss-feed .widget-title h4:after, .w-rss-feed .f-widget-title h4:after {
	/*content: "\f09e";*/
	background-position: -744px -208px;
}
.w-social-counter .widget-title h4:after, .w-social-counter .f-widget-title h4:after {
	/*content: "\f0c0";*/
	background-position: -720px -208px;
}
.w-search .cat-widget-title h3:after, .w-search .widget-title h4:after, .w-search .f-widget-title h4:after {
	/*content: "\f002";*/
	background-position: -168px -208px;
}
.w-related .cat-widget-title h3:after, .w-related .widget-title h4:after, .w-related .f-widget-title h4:after {
	/*content: "\f002";*/
	background-position: 0 -232px;
}
.w-flickr .widget-title h4:after, .w-flickr .f-widget-title h4:after {
	/*content: "\f03e";*/
	background-position: -144px -208px;
}
.w-about .cat-widget-title h3:after, .w-about .widget-title h4:after, .w-about .f-widget-title h4:after {
	/*content: "\f129";*/
	background-position: -552px -208px;
}
.w-user .cat-widget-title h3:after, .w-user .widget-title h4:after, .w-user .f-widget-title h4:after {
	/*content: "\f129";*/
	background-position: -24px -208px;
}
.w-contact .cat-widget-title h3:after, .w-contact .widget-title h4:after, .w-contact .f-widget-title h4:after {
	/*content: "\f105";*/
	background-position: 0 -208px;
}
.w-poll .widget-title h4:after, .w-poll .f-widget-title h4:after {
	/*content: "\f128";*/
	background-position: -934px -208px;
}
.w-weather .widget-title h4:after, .w-weather .f-widget-title h4:after {
	background-position: -768px -208px;
}
.w-comments .cat-widget-title h3:after, .w-comments .widget-title h4:after, .w-comments .f-widget-title h4:after {
	background-position: -838px -208px;
}
.w-tweet .widget-inner > .title > h4:after, .w-tweet .widget-title h4:after, .w-tweet .f-widget-title h4:after {
	background-position: -862px -208px;
}
.w-facebook .widget-title h4:after, .w-facebook .f-widget-title h4:after {
	background-position: -886px -208px;
}
.w-gplus .widget-title h4:after, .w-gplus .f-widget-title h4:after {
	background-position: -910px -208px;
}
.cat-widget [class^="h-cat-"], .cat-widget [class^="v-cat-"], .cat-widget [class^="hd-cat-"] {
}
/*.cat-widget .cat-widget-title h3:after*/

[class^="h-cat-"] .cat-widget-title h3:after, [class*="h-cat-"] .cat-widget-title h3:after {
	background-position: -432px -208px;
}
[class^="v-cat-"] .cat-widget-title h3:after, [class*="v-cat-"] .cat-widget-title h3:after {
	background-position: -504px -208px;
}
[class^="hd-cat-"] .cat-widget-title h3:after, [class*="hd-cat-"] .cat-widget-title h3:after {
	background-position: -480px -208px;
}
[class^="review-cat-"] .cat-widget-title h3:after, [class*="review-cat-"] .cat-widget-title h3:after {
	background-position: -264px -208px;
}
.widget .widget-content.padding20 {
	padding: 0;
}
.widget .widget-content, .cat-widget .cat-widget-content, .cat-vertical-widget-content, .posts-in-widget, .widget .widget-content .posts-in-widget .tabs-special-style, .author-bio .cat-widget-content, .article-tags .widget-content, .modern-footer .f-widget > .f-widget-content {
	padding: 20px 0 0;
}
.widget form {
	margin: 0;
}
.widget.without-borders {
/*border: none !important;*/
}
.widget.without-borders > .widget-content {
/*padding: 10px 0;*/
}
/* Tabs Widget */
.w-tabs .widget-content {
	padding: 10px 0 0 0;
}
.widget .widget-content ul.tabs-header {
	margin: -10px 0 0 0;
	text-transform: uppercase;
}
.widget .widget-content ul.tabs-header {
	list-style: none;/*-webkit-box-shadow: 0px 2px -1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px -1px rgba(0,0,0,0.2);
        box-shadow: 0px 2px -1px rgba(0,0,0,0.2);*/
}
.widget .widget-content ul.tabs-header li {
	float: right;
	line-height: 20px;
}
.widget .widget-content ul.tabs-header li:first-child > a,  .widget .widget-content ul.tabs-header li:first-child > a:hover,  .widget .widget-content ul.tabs-header li:first-child > a:focus,  .widget .widget-content ul.tabs-header li.btn-theme.active:first-child > a,  .widget .widget-content ul.tabs-header li.btn-theme.active:first-child > a:hover {
/*-webkit-border-radius: 5px 0 0;
                -moz-border-radius: 5px 0 0;
                border-radius: 5px 0 0;*/
}
.widget .widget-content ul.tabs-header li.btn-theme {
	padding: 0;
	width: 33.333333333%;
	font-size: 13px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.widget .widget-content ul.tabs-header li.btn-theme a {
	display: block;
	padding: 10px 0;
}
.widget .widget-content ul.tabs-header li.btn-theme a:hover {
}
.widget .widget-content ul.tabs-header li:hover {
}
.widget .widget-content ul.tabs-header > li.btn-theme.active > a {
}
.widget .widget-content .tabs-header > .nav-tabs > li {
	font-weight: 400;
}
.widget .widget-content .tabs-body-style {
}
.widget .widget-content .posts-in-widget .tabs-special-style {
	margin: 0;
}
.widget .widget-content .posts-in-widget .tabs-special-style .media-heading {
	font-size: 14px;
	margin-bottom: 0;
}
.widget .widget-content .tags-cloud {
}
.widget .widget-content .feedburner-subscribe {
/*margin-top: -20px;
        background-color: #EBEBEB;
        padding: 10px;*/
}
.widget .widget-content .feedburner-subscribe .input-append,  .widget .widget-content .feedburner-subscribe .input-prepend {
	position: relative;
}
.widget .widget-content .feedburner-subscribe hr {
	margin: 10px 0;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #FAFAFA;
}
.widget .widget-content .feedburner-subscribe form,  .widget .widget-content .input-append,  .widget .widget-content .input-prepend {
	margin: 0;
}
.widget .widget-content .feedburner-subscribe form .btn,  .widget > .widget-content > .form-login-widget .btn {
	font-size: 12px !important;
}
.widget .widget-content .feedburner-subscribe form label {
	font-size: 12px;
}
.widget .widget-content .feedburner-subscribe form input[type="email"] {
	margin: 0;
	height: 40px;
	padding-right: 15px;
}
.widget .widget-content .feedburner-subscribe form button[type="submit"] {
	position: absolute;
	display: inline-block;
	border-right: none;
	font-size: 13px;
	height: 36px;
	left: 0;
	margin-top: 2px;
	margin-left: 2px;
	z-index: 10;
}
.widget .widget-content .poll-ques {
}
.widget .widget-content .poll-ques .vote {
	padding: 8px 12px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 15px;
	width: 30%;
}
.widget .widget-content .poll-ques .title {
}
.widget .widget-content .poll-ques .answers {
	margin-top: 15px;
}
.widget .widget-content .poll-ques .result {
	margin-top: 15px;
}
.widget .widget-content .poll-ques .result > span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.widget .widget-content .poll-ques .result > span.total {
	text-align: center;
	margin-top: 20px;
	font-weight: 400;
}
.widget .widget-content .widget-weather {
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.widget .widget-content .widget-weather > div {
}
.widget .widget-content .widget-weather > .state {
	text-align: center;
	padding: 10px;
}
.widget .widget-content .widget-weather > .state > span {
	display: inline-block;
}
.widget .widget-content .widget-weather > .state > .degree {
	font-size: 27px;
	margin-top: 38px;
	margin-right: 5px;
}
.widget .widget-content .widget-weather > .info,  .widget .widget-content .widget-weather > .date {
}
.widget .widget-content .widget-weather > .info {
	border-right-width: 1px;
	border-right-style: solid;
	padding: 10px 15px 5px 0;
	margin-right: 0;
}
.widget .widget-content .widget-weather > .info > span,  .widget .widget-content .widget-weather > .date > span {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: capitalize;
}
.widget .widget-content .widget-weather > .info > span {
	text-transform: none;
}
.widget .widget-content .widget-weather > .date > span {
	margin-bottom: 5px;
}
.widget .widget-content .widget-weather > .info > .degree {
	font-size: 30px;
	line-height: 30px;
}
.widget .widget-content .widget-weather > .info .country {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /*Opera Browser*/
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}
.widget .widget-content .widget-weather > .date {
/*border-left: 1px solid #569FEE;
        padding: 15px 0 15px 15px;
        margin-top: -15px;*/
}
.widget .widget-content .widget-weather > .date > span {
	text-align: center;
	text-transform: capitalize;
}
.widget .widget-content .widget-weather > .date .day {
	font-size: 28px;
	line-height: 30px;
}
.widget .widget-content .widget-weather > .date .country {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /*Opera Browser*/
	font-size: 15px;
	/*border-bottom: 1px solid #569FEE;
            margin: 0 -16px 10px -16px;*/
	padding-bottom: 15px;
}
/* ================== Widget 300 for 300px width Adv ========================= */
.widget-300 {
/*width: 300px;
    margin-left: -3px;*/
}
.widget-300 .widget-300-title {
}
.widget-300 .widget-300-content {
	/*margin-bottom: 30px;*/
	padding: 10px 0;
	border-right: none;
	border-left: none;
}
/* ================== End-Of Widget 300 for 300px width Adv ========================= */

/* Login Widget */
.widget > .widget-content > .form-login-widget {
	margin-bottom: -5px;
}
.widget > .widget-content > .form-login-widget > .row-fluid .btn-theme {
	padding: 8px 20px;
}
.widget > .widget-content > .form-login-widget input {
}
.widget > .widget-content > .form-login-widget .control-group {
}
.widget > .widget-content > .form-login-widget .control-group .input-append,  .widget > .widget-content > .form-login-widget .control-group .input-prepend {
	width: 90%;
}
.widget > .widget-content > .form-login-widget .remember-me {
	margin-top: 4px;
}
.widget > .widget-content > .form-login-widget .remember-me > .checkbox {
	font-size: 11px;
	padding-right: 0;
}
.widget > .widget-content > .form-login-widget .remember-me > .checkbox > input[type="checkbox"] {
	width: auto;
	margin-right: 0;
	padding-right: 0;
	margin-left: 5px;
}
.widget > .widget-content > .form-login-widget .lost-password {
	font-size: 11px;
	display: block;
	margin-top: 5px;
	margin-right: 3px;
}
/* ================== Posts in Widget with post title and post date ========================= */
.widget-content .media-object.thumb-effect, .widget-content .media-object.thumb-effect > img, .posts-in-widget .media-object.thumb-effect > img, .f-widget-content .media-object.thumb-effect > img {
	width: 65px;
	max-width: 65px;
	height: 65px;
	max-height: 65px;
}
.posts-in-widget {
	text-align: initial;
	padding: 0;
}
.posts-in-widget hr {
	margin: 10px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: none;
}
.posts-in-widget ul.media-list .thumbnail {
	padding: 1px;
	width: 80px;
	max-width: 80px;
	height: 72px;
	max-height: 72px;
}
.posts-in-widget img {
	margin-top: 0;
	padding-left: 0;
}
.posts-in-widget span,  .posts-in-widget i {
	font-size: 11px; /* was 10px */
}
.posts-in-widget i {
}
.posts-in-widget a:hover {
	text-decoration: none;
}
.posts-in-widget li:hover {
}
.posts-in-widget .thumbnails > li {
/*margin-bottom: 0;
        margin-left: 0;*/
}
.posts-in-widget .media-body {
	padding-right: 1px;
}
.posts-in-widget .media-heading {
}
.posts-in-widget ul.media-list li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}
.posts-in-widget ul.media-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.posts-in-widget .media {
	margin-top: 10px;/*margin-left: -1px;*/
}
.posts-in-widget .media .media {
	margin-right: -1px;
	margin-top: 0;
}
.posts-in-widget .media:first-child {
	margin-top: 0;
}
.posts-in-widget .comments {
}
.posts-in-widget .comments .summary {
	overflow: hidden;
}
.posts-in-widget .comments .leave-comment a:hover {
	text-decoration: underline;
}
.posts-in-widget .carousel {
	margin-bottom: 0;
}
.posts-in-widget .carousel-nav {
	margin: -10px 0 0;
	padding: 10px 0px 10px 0px;
}
.carousel-nav .arrow {
	float: left;
	margin-right: 10px;
}
.carousel-nav .arrow > i {
	color: #5F5F5F;
	font-size: 20px;
}
.carousel-nav .arrow:hover {
}
.carousel-nav .arrow:hover > i {
	color: #000;
}
.posts-in-widget .carousel-nav .carousel-indicators {
	position: relative;
	float: right;
	width: 80%;
	top: 5px;
	right: 10px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-nav .carousel-indicators li:first-child {
	margin-right: 0;
}
.carousel-nav .carousel-indicators li {
	margin-left: 5px;
}
.carousel-nav .carousel-indicators .active {
}
.posts-in-widget .carousel-nav .carousel-arrows {
	width: 16%;
	float: left;
	left: 10px;
	position: relative;
}
.modern-items-list {
}
.modern-items-list ul.items {
	list-style-type: none;
}
.modern-items-list ul.items.none {
}
.modern-items-list ul.items.none > li,  .modern-items-list ul.items.left > li,  .modern-items-list ul.items.right > li {
	margin-bottom: 15px;
}
.modern-items-list ul.items.none > li:last-child,  .modern-items-list ul.items.left > li:last-child,  .modern-items-list ul.items.right > li:last-child {
	margin-bottom: 0;
}
.modern-items-list ul.items.left {
}
.modern-items-list ul.items.left > li {
	float: right;
}
.modern-items-list ul.items.right {
}
.modern-items-list ul.items.right > li {
	float: left;
}
.modern-items-list ul.items > li.none {
	margin-bottom: 10px;
}
.modern-items-list ul.items > li.none:last-child {
	margin-bottom: 0;
}
.modern-items-list ul.items > li.left {
	float: right;
}
.modern-items-list .fold-item {
	direction: rtl;
	text-align: right;
	position: relative;
	overflow: hidden;
}
.modern-items-list .fold-item i {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
}
.modern-items-list .fold-item.mar-bottom {
	margin-bottom: 10px;
}
.modern-items-list .fold-item .post-sitemap {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.72);
	width: 100%;
}
.modern-items-list .fold-item .post-sitemap > span {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	margin: 0 8px;
}
.modern-items-list .fold-item .post-sitemap > span > a {
	color: #fff;
}
.modern-items-list .fold-item .post-sitemap > span > i {
	margin-left: 3px;
	margin-top: 0;
}
.modern-items-list .fold-item .description.visible-part {
	bottom: -40%;
}
.modern-items-list .fold-item .description {
	left: 5px;
	position: absolute;
	position: absolute;
	bottom: -100%;
	width: 96%;
	height: 60%;
	color: #fff;
	-moz-transition: bottom .4s linear;
	-webkit-transition: bottom .4s linear;
	-o-transition: bottom .4s linear;
	transition: bottom .4s linear;
}
.modern-items-list .fold-item .description > .title,  .modern-items-list .fold-item .description > .info > span,  .modern-items-list .fold-item .description > .text {
	color: #fff;
}
.modern-items-list .fold-item .description > .title {
	display: block;
	padding: 10px 10px 0;
}
.modern-items-list .fold-item .description > .info {
	background-color: rgba(0, 0, 0, 0.22);
	padding: 5px 10px;
	margin: 11px 0 10px 0;
}
.modern-items-list .fold-item .description > .info > span,  .modern-items-list .fold-item .description > .info i {
	color: #fff;
}
.modern-items-list .fold-item .description > .info > span {
	margin-left: 10px;
}
.modern-items-list .fold-item .description > .info > span.author {
	display: block;
	margin-top: 5px;
}
.modern-items-list .fold-item .description > .info > span > i {
	margin-left: 3px;
}
.modern-items-list .fold-item .description > .text {
	overflow: hidden;
	max-height: 95px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px;
}
.modern-items-list .fold-item:hover .description {
/*bottom: 0 !important;*/
}
.posts-in-widget .modern-items-list .fold-item:hover .description {
/*bottom: -30px !important;*/
}
.cat-related-news .post-img {
	width: 294px;
	height: 196px;
	max-width: 294px;
	max-height: 196px;
}
.span300 .posts-in-widget .modern-items-list .fold-item .post-img {
	width: 301px;
	height: 200px;
	max-width: 301px;
	max-height: 200px;
}
.span3 .posts-in-widget .modern-items-list .fold-item .post-img {
	width: 286px;
	max-width: 286px;
	height: 200px;
	max-height: 200px;
}
.span3 .w-sponsors .f-widget-content {
	margin-bottom: -7.7%;
}
.span3 ul.widget-sponsor {
	margin: auto auto -7.7% -12.6%;
}
.span3 ul.widget-sponsor > li {
	margin: auto auto 7.7% 12.6%;
}
.span3 .w-pictures .f-widget-content {
/*margin-bottom: -3.6%;*/
}
.span3 ul.posts-in-images {
	margin: -3.6% -3.6% 0;
}
.span3 ul.posts-in-images > li {
	margin: 3.6% 3.6% 0;
}
.span270 .posts-in-widget .modern-items-list .fold-item .post-img {
	width: 271px;
	height: 200px;
	max-width: 271px;
	max-height: 200px;
}
.span270 .social-counter-metro .facebook span, .span270 .social-counter-metro .twitter span, .span270 .social-counter-metro .rss span, .span270 .social-counter-metro .youtube span, .span270 .social-counter-metro .vimeo span, .span270 .social-counter-metro .dribbble span, .span270 .social-counter-metro .googleplus span {
	font-size: 13px;
}
.span270 .social-counter-metro span.fans {
	font-size: 11px !important;
}
.span270 .widget .widget-content .feedburner-subscribe form input[type="email"] {
/*width: 57.2%*/;
}
.span270 .w-sponsors .widget-content {
	margin-bottom: -7.7%;
}
.span270 .w-pictures .widget-content {
	margin-bottom: -2.6%;
}
/* ================== End-Of Posts in Widget with post title and post date ========================= */


/* ================== Posts in Pictures without post Title (Only Pictures) - Widget Item ========================= */
ul.posts-in-images {
	list-style-type: none;
	margin: -2.6% -2.6% 0;
}
ul.posts-in-images > li {
	float: right;
	display: inline-block;
	width: 80px;
	max-width: 80px;
	height: 80px;
	max-height: 80px;
	margin: 2.6% 2.6% 0;
	overflow: hidden;
}
ul.posts-in-images > li .thumbnail {
	padding: 1px;
}
.posts-in-images img {
	width: 80px;
	max-width: 80px;
	height: 75px;
	max-height: 75px;
}
/*.posts-in-images .media {
        margin-top: 0;
    }

        .posts-in-images .media .thumbnail {
            padding: 2px;
        }*/

/* ================== End-Of Posts in Pictures without post Title (Only Pictures) - Widget Item ========================= */

/* Widget Sponsors */
ul.widget-sponsor {
	list-style: none;
	margin-bottom: -7.7%;
}
ul.widget-sponsor > li {
	float: right;/*margin: auto 7.6% 7.6% auto;*/
}
ul.widget-sponsor li:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}
/* 125x125 */
ul.widget-sponsor.w-adv-125x125 > li {
	margin: auto auto 7.6% 7.6%;
}
ul.widget-sponsor.w-adv-125x125 > li img {
	max-width: 125px;
}
ul.widget-sponsor.w-adv-125x125 li:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}
/* w-adv-120x600 */
ul.widget-sponsor.w-adv-120x600 > li {
	margin: auto auto 7.6% 7.6%;
}
ul.widget-sponsor.w-adv-120x600 > li img {
	max-width: 120px;
}
ul.widget-sponsor.w-adv-120x600 li:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}
/* w-adv-120x240 */
ul.widget-sponsor.w-adv-120x240 > li {
	margin: auto auto 7.6% 7.6%;
}
ul.widget-sponsor.w-adv-120x240 > li img {
	max-width: 120px;
}
ul.widget-sponsor.w-adv-120x240 li:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}
/* w-adv-120x90 */
ul.widget-sponsor.w-adv-120x90 > li {
	margin: auto auto 7.6% 7.6%;
}
ul.widget-sponsor.w-adv-120x90 > li img {
	max-width: 120px;
}
ul.widget-sponsor.w-adv-120x90 li:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}
/* w-adv-120x60 */
ul.widget-sponsor.w-adv-120x60 > li {
	margin: auto auto 7.6% 7.6%;
}
ul.widget-sponsor.w-adv-120x60 > li img {
	max-width: 120px;
}
ul.widget-sponsor.w-adv-120x60 li:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}
/* ================== middle content ========================= */
.main-content {
}
.lsb, .rsb, .main-content {
}
.pic-slider {
}
.cat-widget {
/* #333745, #3F5765 */
}
.cat-widget .widget-icon {
	margin: -30px 0 0 10px;
	position: relative;
	float: left;
	text-align: center;
	height: 32px;
	width: 32px;
}
.cat-widget .widget-icon .span-icon {
/*margin: 8px 8px;
            max-height: 32px;
            max-width: 32px;*/
}
.cat-widget .cat-widget-title,  .modern-footer .f-widget > .f-widget-title {
}
.cat-widget .cat-widget-title h3,  .author-bio .cat-widget-title h3 {
}
.cat-widget .cat-widget-content,  .cat-vertical-widget-content {
/*text-align: center;*/
}
/* ================= Horizontal Categories Parts =================== */
.cat-horiz {
	margin: 0 0 20px 0;
}
.cat-horiz > .cat-horiz-divider {
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0;
}
.cat-horiz .last-post {
}
.cat-horiz .last-post .img-container img,  .cat-review .review .img-container img {
	width: 285px;
	max-width: 285px;
	height: 150px;
	max-height: 150px;
}
.cat-horiz .last-post .img-container,  .cat-vertical .last-post .img-container,  .cat-horiz-divided .last-post .img-container,  .cat-review .review .img-container {
	position: relative;
}
.cat-horiz .last-post .img-container .img-meta,  .cat-vertical .last-post .img-container .img-meta,  .cat-horiz-divided .last-post .img-container .img-meta {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
}
.cat-horiz .last-post .img-container .img-meta span,  .cat-vertical .last-post .img-container .img-meta span,  .cat-horiz-divided .last-post .img-container .img-meta span {
}
.cat-horiz .last-post .img-container .img-meta .post-date,  .cat-vertical .last-post .img-container .img-meta .post-date,  .cat-horiz-divided .last-post .img-container .img-meta .post-date {
	width: 60px;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
}
.cat-horiz .last-post .img-container .img-meta .post-date .date > .month,  .cat-horiz .last-post .img-container .img-meta .post-date .date > .day,  .cat-horiz .last-post .img-container .img-meta .post-date .date > .year,  .cat-horiz .last-post .img-container .img-meta .post-date .date > .time,  .cat-vertical .last-post .img-container .img-meta .post-date .date > .month,  .cat-vertical .last-post .img-container .img-meta .post-date .date > .day,  .cat-vertical .last-post .img-container .img-meta .post-date .date > .year,  .cat-vertical .last-post .img-container .img-meta .post-date .date > .time,  .cat-horiz-divided .last-post .img-container .img-meta .post-date .date > .month,  .cat-horiz-divided .last-post .img-container .img-meta .post-date .date > .day,  .cat-horiz-divided .last-post .img-container .img-meta .post-date .date > .year,  .cat-horiz-divided .last-post .img-container .img-meta .post-date .date > .time {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 16px;
	display: block;
	text-align: center;
	padding: 5px 0;
}
.cat-horiz .last-post > .img-container .img-meta .post-date .date > .day,  .cat-vertical .last-post .img-container .img-meta .post-date .date > .day,  .cat-horiz-divided .last-post .img-container .img-meta .post-date .date > .day {
	font-size: 24px;
	font-weight: 600;
}
.cat-horiz .last-post > .img-container .img-meta hr,  .cat-vertical .last-post .img-container .img-meta hr,  .cat-horiz-divided .last-post .img-container .img-meta hr {
	margin: 5px 0;
	border-top: 1px solid rgba(51, 51, 51, 0.22);
	border-bottom: 1px solid rgba(170, 170, 170, 0.29);
}
.cat-horiz .last-post .post-info {
/*margin-left: 10px;*/
}
.cat-horiz .last-post .post-info .post-title {
}
.cat-horiz .last-post .post-info > .post-title h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /*Opera Browser*/
	width: 100%;
	margin-bottom: 3px;
}
.cat-horiz .last-post .post-info > .post-title h4,  .cat-vertical .last-post > .post-info h4,  .cat-horiz-divided > .last-post h4,  .cat-review .review h4,  .cat-horiz h5,  .cat-vertical h5,  .cat-horiz-divided h5,  .posts-in-widget h4,  .posts-in-widget h5 {
	font-family: Kufi, Tahoma, Arial, sans-serif;
	font-weight: 400 !important;
}
.cat-horiz .last-post .post-info h5 {
}
.cat-horiz .last-post .post-info .post-desc {
	padding-top: 10px;
	text-overflow: ellipsis;
	max-height: 80px;
	overflow: hidden;
	-o-text-overflow: ellipsis; /*Opera Browser*/
}
.cat-horiz .last-post .post-info .post-desc p {
}
.cat-horiz .last-post .post-info .post-meta {
}
.cat-horiz .last-post .post-info .post-meta a {
}
.cat-horiz .last-post .post-info .post-meta a:last-child {
}
.cat-horiz .related-posts {
	margin-top: 20px;
}
.cat-horiz .related-posts .media-list .media,  .cat-horiz .related-posts .media-list .media .media {
	margin-right: 0;
}
.cat-horiz .related-posts > ul.media-list > li {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
}
.cat-horiz .related-posts > .left-ul {
/*border-left: 1px dotted #d5d5d5;
            margin-left: 1.564102564102564%;
            padding-left: 1%;*/
}
.cat-horiz .related-posts > ul.media-list > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.cat-horiz .related-posts .thumbnail,  .cat-vertical .related-posts .thumbnail,  .cat-horiz-divided .related-posts .thumbnail {
	padding: 2px;
}
.cat-horiz .related-posts .thumbnail {
	width: 95px;
	height: 62px;
	max-width: 95px;
	max-height: 62px;
}
/* Cat Horizontal Carousel*/
.cat-horiz .related-posts hr {
	margin: 0 0 5px 0;
	border-top: none;
	border-bottom: none;
}
.cat-horiz .related-posts .carousel {
	margin-bottom: 0;
}
.cat-horiz .related-posts .modern-items-list ul.items > li {
/*margin-right: 2.3%;*/
}
.cat-horiz .related-posts .modern-items-list ul.items > li:nth-child(odd) {
/*margin-right: 0;*/
                /*margin-left:0;*/
}
.cat-horiz .related-posts .modern-items-list ul.items > li .post-img,  .cat-horiz .related-posts .modern-items-list ul.items > li .post-img img,  .cat-vertical .related-posts .modern-items-list ul.items > li .post-img img {
	width: 338px;
	height: 190px;
	max-width: 345px;
	max-height: 190px;
}
.cat-vertical .related-posts .modern-items-list ul.items > li .post-img {
	width: 233px;
	height: 190px;
	max-width: 233px;
	max-height: 190px;
}
.cat-horiz .related-posts .modern-items-list .fold-item .description.visible-part,  .cat-related-news .modern-items-list .fold-item .description.visible-part {
	bottom: -18%;
}
.cat-horiz .related-posts .modern-items-list .fold-item .description > .info > span.author {
	margin-top: 0;
}
.cat-horiz .related-posts .carousel-nav {
	position: relative;
	padding: 10px 0;
	margin-top: -10px;
}
.cat-horiz .related-posts .carousel-nav .carousel-indicators {
	position: relative;
	float: right;
	width: 80%;
	top: 5px;
	right: 10px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.cat-horiz .related-posts .carousel-nav .carousel-arrows {
	width: 16%;
	float: left;
	left: 10px;
	position: relative;
}
/* End Of Cat Horiz Carousel */

.cat-vertical .related-posts .thumbnail {
	width: 91px;
	height: 58px;
	max-width: 91px;
	max-height: 58px;
}
.cat-horiz-divided .related-posts .thumbnail {
	width: 95px;
	height: 62px;
	max-width: 95px;
	max-height: 62px;
}
.comments-box .thumbnail, .author-bio .thumbnail {
	padding: 1px;
}
.authors-page ul.authors > .media > .thumbnail {
	padding: 2px;
}
/* End-Of Category Horizontal */


/* Divided Category Horizontal */
.cat-horiz-divided {
	margin: 0 0 10px 0;
}
.cat-horiz-divided .last-post {
}
.cat-horiz-divided .last-post .img-container img {
	width: 345px;
	max-width: 345px;
	height: 180px;
	max-height: 180px;
}
.cat-horiz-divided .last-post h4 {
	margin-top: 10px;
	margin-bottom: 3px;
}
.cat-horiz-divided .last-post .post-desc {
	padding-top: 10px;
	margin-bottom: 0;
	max-height: 65px;
	overflow: hidden;
}
.cat-horiz-divided .last-post .post-meta {
}
.cat-horiz-divided .last-post .post-meta .post-info {
}
.cat-horiz-divided .last-post .post-meta .post-author,  .cat-horiz-divided .last-post .post-meta .post-time {
}
.cat-horiz-divided .last-post .post-meta a,  .cat-horiz-divided .last-post .post-meta span {
}
.cat-horiz-divided .last-post .post-meta a:last-child {
}
.cat-horiz-divided .last-post .post-meta i {
}
.cat-horiz-divided .related-posts {
}
.cat-horiz-divided .related-posts > ul.media-list > li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}
.cat-horiz-divided .related-posts > ul.media-list > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.cat-horiz-divided .related-posts .media-list .media,  .cat-horiz-divided .related-posts .media-list .media .media {
	margin-right: 0;
}
.cat-horiz-divided .related-posts .media-list .media:first-child {
	margin-top: 0;
}
.cat-horiz-divided .related-posts .media-list .media-object {
	max-width: 68px;
	max-height: 70px;
}
/* End-Of Divided Category Horizontal */


/* =================== Vertical Categories Parts =================== */
.cat-vertical-widget-content {
}
.cat-vertical {
}
.cat-vertical > .last-post {
	margin-bottom: 15px;
}
.cat-vertical > .cat-vert-divider {
	border-top-width: 1px;
	border-top-style: solid;
	clear: both;
	margin: 0;
}
.cat-vertical .last-post .post-info {
}
.cat-vertical .last-post .post-info .post-title {
}
.cat-vertical .last-post .post-info a {
}
.cat-vertical .last-post .post-info img {
}
.cat-vertical .last-post .img-container img {
	width: 345px;
	max-width: 345px;
	height: 180px;
	max-height: 180px;
}
.cat-vertical .last-post .post-info h4 {
	margin-top: 10px;
	margin-bottom: 3px;
}
.cat-vertical .last-post .post-info .post-desc {
	padding-top: 10px;
	overflow: hidden;
}
.cat-vertical .last-post .post-info .post-desc p {
}
.cat-vertical .last-post .post-info .post-meta {
	padding-left: 1px;
}
.cat-vertical .last-post .post-info .post-meta a,  .cat-vertical .last-post .post-info .post-meta span {
}
.cat-vertical .last-post .post-info .post-meta a:last-child {
}
.cat-vertical .last-post .post-info .post-meta i {
}
.cat-vertical .last-post .post-info .separator {
	margin-top: 5px;
	border-bottom: 1px solid #C5C5C5;
}
.cat-vertical .related-posts {
	margin-right: 0;
	margin-top: 20px;
}
.cat-vertical > .related-posts > ul.media-list > li {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
}
.cat-vertical > .related-posts > ul.media-list > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
/* Cat Vertical Carousel*/
.cat-vertical .related-posts hr {
	margin: 0 0 5px 0;
	border-top: none;
	border-bottom: none;
}
.cat-vertical .related-posts .carousel {
	margin-bottom: 0;
}
.cat-vertical .related-posts .modern-items-list ul.items > li {
	margin-left: 0;
}
.cat-vertical .related-posts .modern-items-list .fold-item .description.visible-part {
	bottom: -40%;
}
.cat-vertical .related-posts .modern-items-list .fold-item .description > .info > span.author {
	margin-top: 0;
}
.cat-vertical .related-posts .carousel-nav {
	position: relative;
	padding: 10px 0;
	margin-top: -10px;
}
.cat-vertical .related-posts .carousel-nav .carousel-indicators {
	position: relative;
	float: right;
	width: 80%;
	top: 5px;
	right: 10px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.cat-vertical .related-posts .carousel-nav .carousel-arrows {
	width: 16%;
	float: left;
	left: 10px;
	position: relative;
}
/* End Of Vertical Category */


/* Start Of Review Category */


.cat-review {
}
.cat-review.modern-items-list ul.items.left > li {
	float: none;
}
.cat-review.modern-items-list ul.items.left > li:first-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
}
.cat-review .review {
	margin-bottom: 15px;
	direction: rtl;
}
.cat-review .review:last-child {
	margin-bottom: 0;
}
.cat-review .review > .content {
	direction: rtl;
	margin-right: 0;
	padding: 0 15px;
	height: 150px;
	width: 59.60505982905982%;
	/* width: 59.82905982905982%; */
	overflow-x: hidden;
	overflow-y: scroll;
}
.cat-review .review > .content .post-info .post-title h4 {
	margin-bottom: 3px;
	text-align: right;
}
.cat-review .review > .content .post-info .post-desc {
}
.cat-review .review > .content .post-info .post-desc ul.criteria {
	list-style: none;
	margin-top: 10px;
}
.cat-review .review > .content .post-info .post-desc ul.criteria > li {
	margin-bottom: 2px;
	border-width: 1px;
	border-style: solid;
}
.cat-review .review > .content .post-info .post-desc ul.criteria > li > .title {
	width: 83.0%;
	float: right;
	font-size: 12px;
	display: inline-block;
	padding: 5px 5px 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /*Opera Browser*/
	white-space: nowrap;
	text-align: right;
}
.cat-review .review > .content .post-info .post-desc ul.criteria > li > .title:before {
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	width: 10px;
	text-align: center;
	display: inline-block;
	content: "\f0d9";
	color: #333;
	margin: 0;
}
.cat-review .review > .content .post-info .post-desc ul.criteria > li > .grade {
	width: 12.53333333%;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	display: inline-block;
	padding: 5px 5px 5px 0;
	margin-right: -3px;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: right;
}
.cat-review .review .img-container .img-meta {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.cat-horiz .last-post .img-container .img-meta span,  .cat-vertical .last-post .img-container .img-meta span,  .cat-horiz-divided .last-post .img-container .img-meta span,  .cat-review .review .img-container .img-meta span {
}
.cat-review .review .img-container .img-meta .post-date {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: rgba(0, 0, 0, 0.75);
	top: 0;
}
.cat-review .review .img-container .img-meta .post-date .date > .month,  .cat-review .review .img-container .img-meta .post-date .date > .day,  .cat-review .review .img-container .img-meta .post-date .date > .year,  .cat-review .review .img-container .img-meta .post-date .date > .time {
	font-size: 12px;
	line-height: 16px;
	display: block;
	text-align: center;
	padding: 3px 0;
}
.cat-review .review .img-container .img-meta .post-date .date > .day {
	font-size: 20px;
}
.cat-review .review .img-container .img-meta .post-title,  .cat-review .review .img-container .img-meta .post-result {
	width: 100%;
	height: auto;
	position: absolute;
	display: block;
	background-color: rgba(0, 0, 0, 0.75);
	top: 0;
	line-height: 23px;
	padding: 5px 0px 5px 0px;
}
.cat-review .review .img-container .img-meta .post-title h4 {
	font-size: 14px;
}
.cat-review .review .img-container .img-meta .post-result {
	top: auto;
	bottom: 0;
	position: absolute;
	height: 30px;
}
.cat-review .review .img-container .img-meta .post-result .percent {
	position: absolute;
	right: 10px;
	font-size: 22px;
	text-align: center;
	bottom: 0;
	width: 70px;
	padding: 10px 0 5px;
}
.cat-review .review .img-container .img-meta .post-result .percent span {
	display: block;
}
.cat-review .review .img-container .img-meta .post-result .percent .grade {
	font-size: 12px;
}
.cat-review .review .img-container .img-meta .post-result .stars {
	position: absolute;
	right: 43%;
	padding-top: 4px;
}
.cat-review .review .img-container .img-meta hr {
	margin: 2px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.75);
	border-bottom: 1px solid rgba(73, 71, 71, 0.59);
}
/* End Of Review Category*/

/* Start Of (Read Here) */
.cat-horiz-large {
}
.cat-horiz-large .last-post {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.cat-horiz-large .related-posts {
}
/* End Of Read Here */

/* Flex Slider */
.flexslider.large {
	margin: 0 0 10px;
    width: 101.5%;
}
.flexslider.large .flex-control-nav {
	bottom: -42px;
	background-color: #505050;
}
.flexslider.large .flex-direction-nav {
/*height: 87px;
        background: rgba(0, 0, 0, 0.63);
        width: 40px;
        position: absolute;
        top: 71%;
        margin-top: 0;
        right: 0;*/
}
.flexslider.large .flex-direction-nav > li {
	position: absolute;
	height: 50px;
	background: rgba(0, 0, 0, 0.63);
	width: 30px;
	top: 50%;
	margin-top: -25px;
	margin-left: 15px;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.flexslider.large .flex-direction-nav > li:last-child {
	left: 0;
	right: initial;
}
.flexslider.large .flex-direction-nav > li a {
	top: 50%;
	margin-top: -12px;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.flexslider.large:hover .flex-direction-nav > li {
	right: 5px;
}
.flexslider.large:hover .flex-direction-nav > li:last-child {
	right: initial;
	left: 5px;
}
.flexslider.large .flex-direction-nav .flex-next,  .flexslider.large:hover .flex-next {
	right: 3px;
}
.flexslider.large .flex-direction-nav .flex-prev,  .flexslider.large:hover .flex-prev {
	left: 3px;
}
.flexslider.large .flex-direction-nav .flex-prev {
/*left: 8px;
            top: 20%;*/
}
.flexslider.large:hover .flex-direction-nav a {
/*opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;*/
}
.flexslider.large .flex-control-thumbs {
	position: static !important;
}
.flexslider.large .fold-item img {
	width: 100%;
	height: 345px;
	max-height: 345px;
}
.flexslider.large.carousel {
	margin-bottom: 0;
}
.flexslider.large.carousel .slides > li {
}
.flexslider.large.carousel .slides img {
	height: 65px;
	opacity: .5;
	cursor: pointer;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.flexslider.large.carousel .slides img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.flexslider.large.carousel .flex-active-slide img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	cursor: default;
}
.flexslider.large.carousel .flex-direction-nav {
	height: 0;
	background: transparent;
	width: auto;
	position: relative;
	top: 0;
	margin-top: 0;
	left: 0;
}
.flexslider.large.carousel .flex-direction-nav > li {
	height: 65px;
	background: rgba(0, 0, 0, 0.63);
	width: 30px;
	position: absolute;
	top: 0;
	margin-top: -65px;
	margin-left: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.flexslider.large.carousel .flex-direction-nav > li:last-child {
	left: 0;
	right: initial;
}
.flexslider.large.carousel:hover .flex-direction-nav > li {
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
}
.flexslider.large.carousel:hover .flex-direction-nav > li:last-child {
	left: 0;
	right: initial;
}
.flexslider.large.carousel .flex-direction-nav a {
	/*margin-top: -13px;*/
	top: 50%;
	margin-top: -12px;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.flexslider.large.carousel .flex-direction-nav .flex-prev {
	right: 3px;
}
.flexslider.large.carousel .flex-direction-nav .flex-next {
	right: 3px;
}
.flexslider.large.carousel .flex-direction-nav .flex-disabled {
	cursor: default;
}
.flexslider.large .fold-item .description.visible-part {
	bottom: -38%;
}
.flexslider.large .fold-item .description > .title {
	padding: 20px;
}
.flexslider.large .fold-item .description > .title h3 {
	text-align: right;
	font-size: 19px;
	font-weight: 400 !important;
	text-transform: capitalize;
	line-height: 30px;
	margin-right: 90px;
	margin-bottom: 5px;
	white-space: normal;
	color: #fff !important;
}
.flexslider.large .fold-item .description > .title .post-date {
	right: 20px;
	width: 70px;
	height: 100%;
	position: absolute;
	display: block;
	background-color: rgb(145, 118, 79);
	top: 0;
}
.flexslider.large .fold-item .description > .title .post-date .date > .month,  .flexslider.large .fold-item .description > .title .post-date .date > .day,  .flexslider.large .fold-item .description > .title .post-date .date > .year,  .flexslider.large .fold-item .description > .title .post-date .date > .time {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-family: 'DroidKufi';
}
.flexslider.large .fold-item .description > .title .post-date .date > .day {
	font-size: 25px;
	font-weight: 600;
}
.flexslider.large .fold-item .description > .title .post-date .info {
}
.flexslider.large .fold-item .description > .title .post-date .info > span {
	display: block;
}
.flexslider.large .fold-item .description > .title .post-date .info > span,  .flexslider.large .fold-item .description > .title .post-date .info > i {
	font-size: 12px;
}
.flexslider.large .fold-item .description > .title .post-date hr {
	border-bottom: 1px solid rgba(54, 54, 54, 0.69);
	border-top: 1px solid rgba(0, 0, 0, 0.53);
	margin: 5px 0;
}
.flexslider.large .fold-item .description > .title .post-meta {
	margin-right: 90px;
}
.flexslider.large .fold-item .description > .title .post-meta > span {
	float: right;
	margin-left: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.flexslider.large .fold-item .description > .title .post-meta > span > i {
	margin-left: 5px;
	margin-top: 4px;
	float: right;
}
.flexslider.large .fold-item .description > .info {
	padding: 8px 20px;
	margin: 0;
}
.flexslider.large .fold-item .description > .info > span,  .flexslider.large .fold-item .description > .info i {
	font-size: 12px;
}
.flexslider.large .fold-item .description > .text {
	line-height: 20px;
	margin-top: 0;
	max-height: 163px;
	overflow: hidden;
	font-family: 'DroidKufi';
}
.flex-control-nav {
	display: none;
	visibility: hidden;
	width: 100%;
	position: absolute;
	bottom: 100%;
	top: -35px;
	z-index: 2;
	text-align: right;
	border-width: 0;
	border-style: solid;
	padding: 0;
}
.flex-control-nav li {
	margin: 0 0 0 3px;
	display: inline-block;
	zoom: 1;
}
.flex-control-paging li a {
	width: 5px;
	height: 2px;
	display: block;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: none;
}
.flex-control-paging li a:hover {
}
.flex-control-paging li a.flex-active {
	cursor: default;
}
/* Flesx Slider Arrows */
.flexslider .flex-direction-nav > li {
	height: 17px;
	width: 17px;
	position: absolute;
	top: 0;
	margin-top: -19px;
	margin-left: 0;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
}
.cat-widget-content .cat-horiz .flex-control-nav {
	width: 100%;
	height: 20px;
	position: absolute;
	top: -30px;
	text-align: right;
	border-width: 0;
	border-style: solid;
	padding: 0;
	display: none;
	visibility: hidden;
}
.cat-widget-content .cat-horiz .flex-control-nav li {
	margin: 0 0 0 3px;
}
.cat-widget-content .cat-horiz .flexslider .flex-direction-nav > li {
	top: 0px;
}
/* Vertical Category */
.cat-vertical-widget-content .flex-control-nav {
	width: 100%;
	height: 17px;
	position: absolute;
	top: -30px;
	text-align: right;
	border-width: 0;
	border-style: solid;
	padding: 0;
	display: none;
	visibility: hidden;
}
.cat-vertical-widget-content .flex-control-nav li {
	margin: 0 0 0 3px;
}
.cat-vertical-widget-content .flexslider .flex-direction-nav > li {
	top: 0px;
}
.flexslider .flex-direction-nav > li:last-child {
	left: 0;
	right: initial;
	margin-top: -19px;
}
.flexslider .flex-direction-nav > li {
	left: 18px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
}
.flexslider:hover .flex-direction-nav > li:last-child {
	left: 0;
}
.flex-direction-nav a {
	/*top: 100%;
    margin: -3px 0 0;*/
	top: 50%;
	margin-top: -13px;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-next {
	right: -3px;
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-prev {
	left: -3px;
}
/* End Of Cat Vertical Carousel */

/* =================== Posts in Thumbnails ===================*/

.posts-in-thumbs {
	padding-bottom: 10px;
}
.posts-in-thumbs .cat-widget-content {
	padding-top: 0;
}
.posts-in-thumbs .media-list li {
}
/*.posts-in-thumbs span, .posts-in-scrolling-box span {
        margin-right: 1px;
        font-size: 9px;
        color: #838383;
    }

    .posts-in-thumbs .thumbnails > li {
        margin-bottom: 10px;
    }*/

    /*.posts-in-thumbs .thumbnails > li {

    }*/

.posts-in-thumbs .media-list .media, .posts-in-thumbs .media-list .media .media {
}
/* =================== Posts in Thumbnails with Horizontal Scroll ===================*/
.posts-in-scrolling-box {
}
.posts-in-scrolling-box .carousel {
	margin-bottom: 0;
}
.posts-in-scrolling-box .cat-widget-content {
	padding-top: 0;
}
.posts-in-scrolling-box .cat-widget-content .carousel-inner {
	margin-bottom: 10px;
}
.posts-in-scrolling-box .paging-footer {
	padding: 5px;
	text-align: center;
	margin: 0 -10px;
}
.posts-in-scrolling-box .paging-footer span {
	color: #fff;
}
.posts-in-scrolling-box .paging-footer a {
	background: #B4B4B4;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	margin: 2px 2px 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
}
.posts-in-scrolling-box .paging-footer a:hover {
}
/* Scrolling with Paination */
.posts-in-scrolling-box .paging-footer .pagination {
	margin: 0;
}
.posts-in-scrolling-box .paging-footer .pagination a {
	text-indent: 0;
	width: auto;
	height: auto;
}
.posts-in-scrolling-box .paging-footer .pagination ul {
/*-webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;*/
}
.posts-in-scrolling-box .paging-footer .pagination ul > .active > a,  .posts-in-scrolling-box .paging-footer .pagination ul > .active > span {
	background-color: #333;
}
.posts-in-scrolling-box .paging-footer .pagination ul > li > a,  .posts-in-scrolling-box .paging-footer .pagination ul > li > span {
	border-right-width: 1px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;/*-webkit-border-radius: 23px;
                    -moz-border-radius: 23px;
                    border-radius: 23px;*/
}
.posts-in-scrolling-box .paging-footer .pagination ul > .active > a:hover,  .posts-in-scrolling-box .paging-footer .pagination ul > .active > span:hover {
	background-color: #333;
}
.posts-in-scrolling-box .paging-footer .pagination ul > li > a:hover,  .posts-in-scrolling-box .paging-footer .pagination ul > li > a:focus {
	color: #fff;
	background-color: #333;
}
/* =================== Post With Image Page ===================*/
/* =================== Article Content ===================*/
.article-container {
}
.article-container .figure-container {
	position: relative;
}
.article-container .figure-container .span-share {
	position: absolute;
	top: 0;
	width: 100px;
	background-color: rgba(0, 0, 0, 0.42);
	height: 345px;
}
.article-container .figure-container .span-share .date {
}
.article-content {
/*margin-top: 20px;*/
    /* overflow: hidden; */
}
.featured-post-figure {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	/* ie & opera issues*/
	margin: 0;
	margin-bottom: 30px;
}
.featured-post-figure > img {
	width: 100% !important;
}
.featured-post-figure figcaption {
	margin-top: 5px;
	text-align: center;
}
.featured-post-figure img.lightbox {
	cursor: pointer;
}
.featured-post-figure > .modal {
	right: 45%;
	text-align: center;
	width: auto;
	max-width: 800px;
}
.featured-post-figure > .modal > .modal-body {
	max-height: 500px;
}
.featured-post-figure.quotation {
	background-color: #E7E7E7;
	padding: 15px;
	text-transform: uppercase;
}
.featured-post-figure.quotation h4 {
	margin-top: 15px;
}
.article-content h1 {
	margin-bottom: 5px;
}
.article-content .post-info {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.article-content .post-info ul.posted-in {
	list-style-type: none;
}
.article-content .post-info ul.posted-in > li {
	float: right;
	margin-left: 5px;
	color: #838383;
}
.article-content .post-info ul.posted-in > li a {
	color: #838383;
}
.article-content .post-info ul.posted-in > li a:hover {
	color: #000;
}
.article-content .post-info .post-meta a,  .article-content .post-info .post-meta {
	color: #838383;
}
.article-content .post-info .post-meta {
	font-size: 13px; /* was 10px */
	margin-bottom: 0;
}
.article-content .post-info .post-meta ul {
	display: inline-block;
	list-style: none;
}
.article-content .post-info .post-meta ul li {
	float: right;
	margin-left: 15px;
}
.article-content .post-info .post-meta ul [class^="icon-"] {
}
.article-content .post-info .post-meta ul [class^="bo-icon-"],  .article-content .post-info .post-meta ul [class*="bo-icon-"] {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	margin-top: 3px;
	margin-left: 3px;
}
.article-content .post-info .post-meta div {
}
.article-content .post-info .post-meta span {
}
.article-content .post-info .post-meta a {
}
.article-content > header .breadcrumb {
	padding: 10px 0;
	margin-bottom: 10px;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.article-content > header .breadcrumb > li {
	font-size: 13px;
}
.article-content > header .breadcrumb > li > a,  .article-content > header .breadcrumb [class^="icon-"] {
	text-shadow: none;
}
.article-content > header .breadcrumb > li:hover > a {
	text-decoration: underline !important;
}
.article-content > header .breadcrumb > li:hover [class^="icon-"] {
	text-decoration: none !important;
}
.article-content > header .breadcrumb [class^="icon-"]:first-child {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 2px;
}
.article-content > header .breadcrumb [class^="icon-"] {
}
.article-content > header .breadcrumb [class^="bo-icon-"]:first-child,  .article-content > header .breadcrumb [class*="bo-icon-"]:first-child {
	margin-top: 2px;
	margin-left: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.article-content .post-info .breadcrumb a {
	color: #838383;
	text-shadow: none;
}
.article-content .post-info .breadcrumb > li > .divider {
	padding: 0 2px;
}
.article-content .post-entry {
	line-height: 30px;
}
.article-content .post-entry .wp-caption, .article-content .post-entry img {
	max-width: 100%;
}
.article-content .post-entry .wp-caption-text {
	margin-top: 10px;
}
.drop-capital {
	display: block;
	float: right;
	margin: 0 0 0 8px;
	font-size: 50px;
	line-height: 50px;
}
ul.gallery-fancybox {
	list-style-type: none;
	float: right;
	margin-right: auto !important;
}
ul.gallery-fancybox > li {
	float: right;
	width: 25%;
	text-align: center;
	margin-top: 15px;
}
ul.gallery-fancybox > .gallery-thumb img {
	padding: 2px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	width: 88%;
	height: 110px;
}
ul.gallery-fancybox > .gallery-thumb img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.article-content .post-entry p {
	float: right;
	clear: both;
	padding-bottom: 15px;
}
/*.article-content .post-entry blockquote {*/
blockquote {
	display: inline-block;
	line-height: 50px;
	margin: 20px 0 15px 0;
}
/*.article-content .post-entry blockquote p {*/
blockquote p::before {
	display: block;
	content: '\201C';
	font-family: serif, Georgia;
	font-style: normal;
	font-weight: 700;
	font-size: 80px;
	padding-top: 30px;
	top: 0;
	right: 0;/*font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
        font-style: normal;
        font-size: 35px;
        line-height: 35px;
        color: #3A3A3A;
        width: 16px;
        text-align: left;
        vertical-align: baseline;
        content: "\f10d";*/
}
blockquote p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}
.article-content .post-entry ol, .article-content .post-entry ul {
	margin: 0 40px 15px 0;
}
/* Review System Post */
.article-content .post-review {
	float: right;
	border-width: 1px;
	border-style: solid;
	padding: 10px 10px 0 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.article-content .post-review .progress {
	height: 30px !important;
	margin-bottom: 0;
}
.article-content .post-review .progress-striped .bar {
	background-size: 15px 15px;
}
.article-content .post-review .progress-info.progress-striped .bar,  .article-content .post-review .progress-striped .bar-info {
	background-color: #1EAFDA;
}
.article-content .post-review .progress-warning.progress-striped .bar,  .article-content .post-review .progress-striped .bar-warning {
	background-color: #FF5C00;
}
.article-content .post-review .progress-success.progress-striped .bar,  .article-content .post-review .progress-striped .bar-success {
	background-color: #15B43B;
}
.article-content .post-review .progress-danger.progress-striped .bar,  .article-content .post-review .progress-striped .bar-danger {
	background-color: #EB201B;
}
.article-content .post-review .product-name h2 {
	line-height: 33px;
}
.article-content .post-review .product-desc {
}
.article-content .post-review .product-desc p {
	margin-bottom: 10px;
}
.article-content .post-review .criteria {
}
.article-content .post-review h3 {
	display: block;
	margin-bottom: 1px;
	font-size: 14px;
}
.article-content .post-review th,  .article-content .post-review td {
	vertical-align: middle;
}
.article-content .post-review .total-score {
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
}
.article-content .post-review .total-score th,  .article-content .post-review .total-score td,  .article-content .post-review .total-score .table th,  .article-content .post-review .total-score .table td {
	border-top: none !important;
}
.article-content .post-review .total-score h3 {
	font-size: 18px;
}
.article-content .post-review .total-score .summary {
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
}
.article-content .post-review .total-score .result {
	vertical-align: middle;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 8px;
}
.article-content .post-review .total-score .result h4 {
	font-size: 27px;
}
.article-content .post-review .total-score .result .rating {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
}
.article-content .post-review .total-score > span {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.article-content .authors-page {
}
.article-content .authors-page ul.authors {
	list-style: none;
	margin-top: 10px;
}
.article-content .authors-page > ul.authors > li {
	float: right;
}
.article-content .authors-page ul.authors li.media {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.article-content .authors-page .media .media {
	margin-top: 5px;
}
.article-content .authors-page ul.authors > li .media > ul.author-personal-info {
}
.article-content .authors-page ul.authors > li .media > ul.author-personal-info li {
}
/* Login Page */
.article-content .login-page {
}
.article-content .login-page form {
	margin-top: 20px;
}
.article-content .login-page .form-horizontal .login-inputs {
	border-left-width: 2px;
	border-left-style: solid;
	display: block;
	padding-left: 15px;
}
.article-content .login-page .form-horizontal .login-inputs > input[type="email"],  .article-content .login-page .form-horizontal .login-inputs > input[type="password"] {
	padding-right: 15px;
}
.article-content .login-page .form-horizontal .login-inputs > input[type="email"] {
	margin-bottom: 10px;
}
.article-content .login-page .form-horizontal .btn-theme {
	padding: 8px 18px;
}
.article-content .login-page .form-horizontal .controls {
	margin-right: 0;
}
.article-content .login-page .form-horizontal .control-label {
	text-align: initial;
	width: 80px;
	font-size: 13px;
}
.article-content .login-page .form-horizontal .remember-me > label {
	font-size: 13px !important;
	margin-bottom: 20px;
}
.article-content .login-page .form-horizontal .remember-me > .lost-password {
	float: left;
	padding-top: 10px;
}
/* Sitemap Page */
.article-content > .sitemap-page {
}
.article-content > .sitemap-page .sitemap-title {
	border-bottom: 1px solid #d5d5d5;
}
.article-content > .sitemap-page .sitemap-title > h2 {
	font-size: 19px;
}
.article-content > .sitemap-page ul.sitemap-content {
	margin-top: 20px;
	margin-right: 20px;
	list-style-type: none;
}
.article-content > .sitemap-page ul.sitemap-content ul.children {
	list-style-type: none;
	margin-top: 10px;
}
.article-content > .sitemap-page ul.sitemap-content li {
	margin-bottom: 10px;
}
/* Tags Page */
.article-content > .tags-page {
}
.article-content > .tags-page .tags-cloud li {
	padding-left: 0;
	padding-right: 0;
}
.article-content > .timeline-page {
}
.article-content > .timeline-page h2 {
	font-size: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.article-content > .timeline-page > .row-fluid > .dl-horizontal {
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 20px;
}
.article-content > .timeline-page > .row-fluid > .dl-horizontal dt {
	width: 110px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
	font-weight: 600;
}
.article-content > .timeline-page > .row-fluid > .dl-horizontal dt > .badge {
	margin-left: 5px;
}
.article-content > .timeline-page > .row-fluid > .dl-horizontal dd {
	margin-right: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
/* Columns Page */
.article-content > .columns-page {
	margin-top: 20px;
}
.article-content > .columns-page > .columns-title {
	margin-top: 20px;
}
 .article-content > .columns-page > [class^="columns-"],  .article-content > .columns-page > [class*="columns-"] {
 margin-bottom: 30px;
}
.columns-two {
}
.columns-three {
}
.columns-four {
}
.columns-six {
}
.columns-one-three {
}
/* Shortcodes Page*/
/* Boxes And Messages */
.article-content > .boxes-messages-page {
}
.article-content > .boxes-messages-page > .box-container {
	border-right: 1px solid #d5d5d5;
	padding-right: 20px;
	margin-bottom: 20px;
}
.article-content > .boxes-messages-page i {
	font-size: 30px;
}
.article-content > .boxes-messages-page .label {
	padding: 20px;
	white-space: normal;
	font-size: 13px;
	line-height: 18.5px;
}
/* Short Codes Page */
.article-content > .short-codes-page > #buttons-section, .article-content > .short-codes-page > #font-awesome-section, .article-content > .short-codes-page > #tooltips-section, .article-content > .short-codes-page > #tabs-section, .article-content > .short-codes-page > #accordion-section, .article-content > .short-codes-page > #toggle-accordion-section, .article-content > .short-codes-page > #lists-section, .article-content > .short-codes-page > #texts-section, .article-content > .short-codes-page > #typography-section {
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
}
.article-content > .short-codes-page {
}
.article-content > .short-codes-page h2 {
	margin-bottom: 5px;
}
/* Buttons */
.article-content > .short-codes-page > #buttons-section {
}
/* Font Awesome */
.article-content > .short-codes-page > #font-awesome-section {
}
.article-content > .short-codes-page > #font-awesome-section ul li {
	font-size: 25px;
}
/* Tooltips */
.article-content > .short-codes-page > #tooltips-section {
}
.article-content > .short-codes-page > #tooltips-section span {
}
.modern-tooltip {
	border-bottom: 1px dotted #333;
	cursor: pointer;
}
/* Tabs */
.article-content > .short-codes-page > #tabs-section {
}
.modern-tabs-container {
	border-width: 3px 1px 1px 1px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	padding: 10px;
	margin-bottom: 20px;
}
ul.modern-tabs {
	display: block;
	margin-bottom: 10px;
	margin: -10px -8px 15px -10px;
}
ul.modern-tabs li {
	cursor: pointer;
	margin-left: 0;
	margin-right: -2px;
}
ul.modern-tabs .btn-theme {
	color: #fff;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
ul.modern-tabs .btn-theme > span {
	padding: 15px;
	display: block;
}
/* Accordion */
.article-content > .short-codes-page > #accordion-section {
}
.modern-accordion-container {
	border-width: 3px 1px 1px 1px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.modern-accordion-container .btn-theme {
	color: #fff;
}
/* Toggle Accordion */
.article-content > .short-codes-page > #toggle-accordion-section {
}
.modern-toggle-container {
	border-width: 3px 1px 1px 1px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.modern-toggle-container .btn-theme {
	color: #fff;
}
/* Lists */
#lists-section {
}
#lists-section > .row-fluid {
	margin-bottom: 10px;
}
ul.modern-stars-blank-list, ul.modern-stars-list, ul.modern-ok-list, ul.modern-circle-blank-list, ul.modern-circle-list, ul.modern-angel-right-list, ul.modern-fighter-jet-list, ul.modern-done-list, ul.modern-plus-list, ul.modern-minus-list, ul.modern-film-list, ul.modern-music-list {
	list-style-type: none;
}
ul.modern-stars-blank-list li::before,  ul.modern-stars-list li::before,  ul.modern-ok-list li::before,  ul.modern-circle-blank-list li::before,  ul.modern-circle-list li::before,  ul.modern-angel-right-list li::before,  ul.modern-fighter-jet-list li::before,  ul.modern-done-list li::before,  ul.modern-plus-list li::before,  ul.modern-minus-list li::before,  ul.modern-film-list li::before,  ul.modern-music-list li::before {
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	width: 16px;
	text-align: right;
	display: inline-block;
	vertical-align: baseline;
}
ul.modern-stars-blank-list li::before {
	content: "\f006";
	color: #f00;
}
ul.modern-stars-list li::before {
	content: "\f005";
	color: #11B12A;
}
ul.modern-circle-blank-list li::before {
	content: "\f10c";
	color: #008FFF;
}
ul.modern-circle-list li::before {
	content: "\f111";
	color: #4E71DD;
}
ul.modern-angel-right-list li::before {
	content: "\f105";
	color: #f00;
}
ul.modern-fighter-jet-list li::before {
	content: "\f0fb";
	color: #9C3594;
}
ul.modern-ok-list li::before {
	content: "\f00c";
	color: #11B12A;
}
ul.modern-done-list li::before {
	content: "\f046";
	color: #11B12A;
}
ul.modern-plus-list li::before {
	content: "\f067";
	color: #008FFF;
}
ul.modern-minus-list li::before {
	content: "\f068";
	color: #9C3594;
}
ul.modern-film-list li::before {
	content: "\f008";
	color: #CE66FF;
}
ul.modern-music-list li::before {
	content: "\f001";
	color: #EB2E1E;
}
/* Texts Section */
.article-content > .short-codes-page > #texts-section {
}
.article-content > .short-codes-page > #texts-section > .row-fluid {
	margin-bottom: 30px;
}
.horiz-divider {
	display: block;
	border-bottom: 1px solid #d5d5d5;
	margin: 15px 0;
	clear: both;
}
/* Font-Awesome Page */
ul.the-icons {
	list-style-type: none;
	margin: 0;
}
ul.the-icons > li {
	line-height: 40px;
}
 ul.the-icons > li > [class^="icon-"],  ul.the-icons > li > [class*="icon-"] {
 margin-left: 10px;
}
/* Social Sharing Footer */
.article-content .social-share-footer {
	margin-top: 15px;
}
.article-content .social-share-footer .share-icon {
	vertical-align: middle;
	font-size: 24px;
	padding: 8px 0 8px 5px;
	width: 20px;
	float: right;
}
.article-content .social-share-footer .share-icons {
	width: 91%;
	float: right;
	padding: 10px 0 0 0;
}
.article-content .social-share-footer ul {
	list-style: none;
}
.article-content .social-share-footer ul li {
	float: right;
	margin-left: 10px;
}
.article-content .social-share-footer .figure {
	margin: -10px -20px -10px 10px;
	height: 50px;
	color: #fff;
	text-align: center;
	padding-top: 7px;
}
.article-content .social-share-footer .figure i:hover {
	color: #fff;
}
/* Article Tags */
.article-tags {
	margin-bottom: 30px;
}
.article-tags > h3 {
	font-size: 16px;
	line-height: 21px;
	color: #6B6B6B;
}
.article-tags ul.tags-cloud {
	list-style-type: none;
	float: right;
}
.article-tags ul.tags-cloud li {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
}
.article-tags > .widget-title {
}
.article-tags > .widget-content {
	padding-bottom: 0;
	padding: 20px 20px 10px;
}
/*.article-tags ul {
        list-style: none;
    }

        .article-tags ul li {
            float: left;
            margin-right: 5px;
            margin-bottom: 10px;
        }*/

.article-tags ul li.btn-theme {
	font-size: 11px;
	padding: 5px 10px;
	text-transform: uppercase;
}
/* Author Bio */
.author-bio {
}
.author-bio > .widget-content {
}
.author-bio > .widget-content .media > .thumbnail {
/*width: 76px;
            max-width: 76px;
            height: 74px;
            max-height: 74px;*/
}
.author-bio > .widget-content .media .thumb-effect,  .author-bio > .widget-content .media .thumb-effect > img {
	width: 88px;
	max-width: 88px;
	height: 85px;
	max-height: 85px;
}
.author-bio > .widget-content .media > .thumbnail,  .author-bio > .widget-content .media > .thumbnail > .thumb-effect > .mask,  .author-bio > .widget-content .media > .thumbnail > .thumb-effect > img,  .authors-page ul.authors > .media > .thumbnail,  .authors-page ul.authors > .media > .thumbnail > .thumb-effect > .mask,  .authors-page ul.authors > .media > .thumbnail > .media-object > img {
/*-webkit-border-radius: 500px;
                -moz-border-radius: 500px;
                border-radius: 500px;*/
}
.author-bio .media, .author-bio .media .media {
	margin-top: 0;
}
.author-bio p {
}
.author-bio i {
}
.author-bio .cat-widget-content .author-description {
	margin-bottom: 10px;
}
.author-personal-info {
	list-style: none;
	margin-top: 0;
}
.author-personal-info.social-networks > li,  .modern-footer .author-personal-info.social-networks > li {
	float: right;
	margin-left: 3px;
	background-color: transparent;
}
.author-personal-info.social-networks {
}
.author-personal-info.social-networks [class$="-metro-24px-but"] {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.author-personal-info.social-networks .fb-metro-24px-but {
	background-color: #3B5998;
}
.author-personal-info.social-networks .twitter-metro-24px-but {
	background-color: #00ACED;
}
.author-personal-info.social-networks .googleplus-metro-24px-but {
	background-color: #D14836;
}
.author-personal-info.social-networks .pinterest-metro-24px-but {
	background-color: #CB2027;
}
.author-personal-info.social-networks .youtube-metro-24px-but {
	background-color: #CD332D;
}
.author-personal-info.social-networks .linkedin-metro-24px-but {
	background-color: #007FB1;
}
.author-personal-info.social-networks .rss-metro-24px-but {
	background-color: #FF8300;
}
.author-personal-info.social-networks .email-metro-24px-but {
	background-color: #333;
}
.author-personal-info.social-networks .website-metro-24px-but {
	background-color: #F30;
}
.author-bio h1 {
	font-size: 24px;
	margin: -5px 0;
}
/* Post Navigation */
.post-navigation {
	margin-bottom: 30px;
}
/*Nav Header */
.post-navigation h3 {
	text-indent: -9999px;
}
.post-navigation .btn-theme {
	color: #fff;
	padding: 0;
	width: 240px;
	max-width: 240px;
	text-align: right;
}
.post-navigation .next-post .btn-theme {
	text-align: left;
}
.post-navigation .btn-theme:hover span {
	color: #fff;
}
.post-navigation .btn-theme .text-content {
	padding: 13px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /*Opera Browser*/
	white-space: nowrap;
}
.post-navigation .prev-post,  .post-navigation .next-post {
	overflow: hidden;
}
.post-navigation .next-post .text-content > span {
	float: right;
	line-height: 13px;
	margin-top: 1px;
	width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /*Opera Browser*/
}
.post-navigation a {
}
.post-navigation .prev-post span, .post-navigation .next-post span,  .post-navigation .prev-post i, .post-navigation .next-post i {
	vertical-align: middle;
}
.post-navigation div a:hover > span,  .post-navigation div a:hover > i {
}
.post-navigation .prev-post i,  .post-navigation .next-post i {
	border: 3px solid #F0F0F0;
	padding: 3px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.post-navigation .prev-post i {
	margin-left: 10px;
}
.post-navigation .next-post i {
	margin-right: 10px;
}
.post-navigation div {
}
/* Article Related News */
.cat-related-news {
}
.cat-related-news .posts-in-thumbs ul.media-list .thumbnail {
	height: 122px;
	width: 179px;
	max-width: 179px;
	max-height: 122px;
}
.cat-related-news .posts-in-thumbs ul.media-list .media-object.thumb-effect > img {
	height: 122px !important;
	max-height: 122px;
	width: 179px;
	max-width: 179px;
}
.cat-related-news > .cat-widget > .posts-in-thumbs > .cat-widget-content {
	padding: 10px 20px;
}
/* Comments Box */
.comments-box {
	margin-bottom: 30px;
}
/*.comments-box .media-heading {
        margin-bottom: 0;
    }

    .comments-box .media-heading h4 {
        font-size:10px;
    }

    .comments-box .media, .comments-box .media .media {
        margin-top: 5px;
    }

        .comments-box .media span, .comments-box .media .media span {
            color: #838383;
            font-size: 9px;
            margin-right: 5px;
        }

        .comments-box .media p, .comments-box .media .media-body p {
            margin-top:0;
            font-size: 10px;
        }

    .comments-box p {
        
    }*/

	
/* Comments Box */
.comments-box ol {
	list-style-type: none;
}
.comments-box .commentlist {
	margin-right: 0;
}
.comments-box .commentlist > .comment article.comment {
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
}
.comments-box .commentlist .vcard {
	overflow: hidden;
	padding-bottom: 10px;
}
.comments-box .commentlist .vcard > img {
	margin-left: 10px;
	vertical-align: top;
	float: right;
}
.comments-box .commentlist .vcard > .fn {
	display: block;
}
.comments-box .commentlist .vcard > a {
	font-size: 11px;
	font-weight: 400;
	color: #868686;
}
.comments-box .commentlist .vcard > a [class^="bo-icon"] {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	margin-left: 3px;
}
.comments-box .commentlist .vcard > .fn > a.url {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
}
.comments-box .commentlist > .comment > .comment > .comment-content, .comments-box .commentlist > .comment > .children .comment > .comment-content {
	padding: 0 0 10px 10px;
}
.comments-box .commentlist > .comment > .comment > .reply, .comments-box .commentlist > .comment > .children .comment > .reply {
	float: left;
	padding: 2px 5px;
	margin-top: -9px;
}
.comments-box .commentlist > .comment > .comment > .reply .comment-reply-link,  .comments-box .commentlist > .comment > .children .comment > .reply .comment-reply-link {
	color: #fff !important;
	font-size: 10px;
	float: left;
	margin-top: 2px;
}
.comments-box .commentlist .comment.depth-5 article.comment .reply {
	display: none;
	visibility: hidden;
}
.comments-box .commentlist .comment-content > .comment-text {
	white-space: pre-line;
}
.comments-box .commentlist .comment-content > .edit-link {
	font-weight: bold;
	margin-top: 10px;
}
#respond #reply-title:before {
	content: "\f0d9";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-left: 10px;
	font-size: 21px;
	vertical-align: top;
}
#respond #reply-title {
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 8px;
}
#respond #reply-title > small {
	float: left;
	margin-top: 7px;
}
#commentform .comment-notes {
	margin-bottom: 5px;
}
#commentform label {
	font-size: 12px;
}
#commentform label .required {
	color: #FF0000;
}
#commentform input[type="text"] {
	display: block;
	width: 250px;
	box-shadow: 0 0 1px 1px #d5d5d5;
	-moz-box-shadow: 0 0 3px 1px #d5d5d5;
	-webkit-box-shadow: 0 0 1px 1px #d5d5d5;
}
#commentform .comment-form-comment > label {
	margin-top: 10px;
}
#commentform textarea {
	width: 95%;
	max-width: 95%;
	box-shadow: 0 0 1px 1px #d5d5d5;
	-moz-box-shadow: 0 0 3px 1px #d5d5d5;
	-webkit-box-shadow: 0 0 1px 1px #d5d5d5;
}
#commentform .form-allowed-tags code {
	height: 42px;
	float: right;
	margin: 10px 0;
	white-space: normal;
}
.form-submit {
	margin-top: 15px;
}
/* End-Of Comments Box */


/* ================================== BLOG Style ======================================*/
.blog {
}
.blog-item {
	margin-top: 30px;
}
.blog-item:first-child {
	margin-top: 0;
}
.blog-item h3 {
	font-size: 16px;
	font-weight: 400;
}
.blog-item .img-container {
	position: relative;
	margin-bottom: 15px;
}
.blog-item .img-container img {
	width: 100%;
	max-width: 100%;
	max-height: 340px;
}
.blog-item .blog-date {
	position: relative;
	height: 187px;
}
.blog-item .blog-date .date-meta {
	position: absolute;
	top: 0;
	width: 90%;
	height: 187px;
}
.blog-item .blog-date .date-meta span {
	color: #fff;
}
.blog-item .blog-date .date-meta .post-date {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
}
.blog-item .blog-date .date-meta .post-date .date > .month,  .blog-item .blog-date .date-meta .post-date .date > .day,  .blog-item .blog-date .date-meta .post-date .date > .year,  .blog-item .blog-date .date-meta .post-date .date > .time {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	display: block;
	text-align: center;
	padding: 8px 0;
}
.blog-item .blog-date .date-meta .post-date .date > .day {
	font-size: 29px;
	font-weight: 600;
}
.blog-item .blog-date .date-meta hr {
	margin: 5px 0;
	border-top: 1px solid rgba(250, 250, 250, 0.06);
	border-bottom: 1px solid rgba(53, 53, 53, 0.08);
}
.blog-item .blog-date .date-meta .post-date .blog-comments-views {
}
.blog-item .blog-date .date-meta .post-date .views,  .blog-item .blog-date .date-meta .post-date .comments {
	display: inline-block;
	width: 45%;
	height: 30px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.blog-item .blog-date .date-meta .post-date .comments {
	margin-right: 2px;
}
.blog-item .blog-date .date-meta .post-date .views > .mask,  .blog-item .blog-date .date-meta .post-date .comments > .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.blog-item .blog-date .date-meta .post-date .views:hover > .mask,  .blog-item .blog-date .date-meta .post-date .comments:hover > .mask {
	top: -22px;
}
.blog-item .blog-date .date-meta .post-date .views:hover > .mask > .icon,  .blog-item .blog-date .date-meta .post-date .comments:hover > .mask > .icon {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.blog-item .blog-date .date-meta .post-date .views > .mask > .icon,  .blog-item .blog-date .date-meta .post-date .views > .mask > .number,  .blog-item .blog-date .date-meta .post-date .comments > .mask > .icon,  .blog-item .blog-date .date-meta .post-date .comments > .mask > .number {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item h4 {
	font-size: 19px;
	line-height: 33px;
}
.blog-item .media-body {
}
.blog-item .post-meta {
}
.blog-item .post-meta ul {
	list-style: none;
	display: block;
}
.blog-item .post-meta ul li {
	float: right;
	margin-left: 10px;
}
.blog-item .post-meta ul li a,  .blog-item .post-meta ul li span,  .blog-item .post-meta {
	font-size: 11px; /* was 10px */
}
.blog-item .post-meta ul li [class^="bo-icon"] {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	margin-left: 3px;
}
.blog-item .post-meta .post-author {
	display: block;
	margin-bottom: 2px;
	padding-left: 1px;
}
.blog-item .post-meta .post-author a {
}
.blog-item .post-meta .post-author a:hover {
}
.blog-item .post-meta .post-time {
	display: block;
	margin-bottom: 5px;
}
.blog-item .media,  .blog-item .media .media {
	margin-top: 10px;
}
.blog-item .media .blog-desc,  .blog-item .media .media .blog-desc {
	height: 95px;
	overflow: hidden;
}
.blog-item .media .btn-theme {
	padding: 4px 8px;
	margin-top: 10px;
}
.blog-item .footer {
	border-bottom: 1px solid #d5d5d5;
	background-color: transparent;
	margin-top: 10px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog-item .footer ul {
	list-style: none;
}
.blog-item .footer ul li {
	float: right;
	margin-left: 10px;
}
/*.article-content .blog .social-share-footer span {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
}

.article-content .blog .social-share-footer i {
    margin-right: 5px;
}*/

.article-content .blog .paging-footer {
	text-align: center;
	margin-top: 20px;
	border-width: 1px;
	border-style: solid;
	padding: 10px 0;
}
.article-content .blog .paging-footer .current-page {
	margin: 10px 0 5px 0;
}
.article-content .blog .paging-footer .current-page [class^="bo-icon-"] {
	margin-left: 3px;
}
.article-content .blog .paging-footer .pagination {
	margin: 10px 0;
}
.article-content .blog .paging-footer .pagination ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.article-content .blog .paging-footer .pagination ul > li > a,  .article-content .blog .paging-footer .pagination ul > li > span {
	margin-left: 3px;
	border-right-width: 1px;
}
.article-content .blog .paging-footer .pagination ul > li:first-child > a,  .article-content .blog .paging-footer .pagination ul > li:first-child > span,  .article-content .blog .paging-footer .pagination ul > li:last-child > a,  .article-content .blog .paging-footer .pagination ul > li:last-child > span,  .article-content .blog .paging-footer .pagination ul > li > a,  .article-content .blog .paging-footer .pagination ul > li > span {
	border-right-width: 1px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}
.article-content .blog .paging-footer .pagination ul > .active a,  .article-content .blog .paging-footer .pagination ul > .active > a:hover,  .article-content .blog .paging-footer .pagination ul > .active > span:hover {
	color: #fff;
}
.article-content .blog .paging-footer .pagination ul > li > a:hover,  .article-content .blog .paging-footer .pagination ul > li > a:focus {
}
/* Style Switcher */
#divStyleSwitcher {
	position: absolute;
	width: 300px;
	top: 60px;
	right: -321px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 10px;
	z-index: 999999999999;
}
#btnToggleStyleSwitcher {
	position: absolute;
	width: 36px;
	height: 40px;
	display: block;
	color: #fff;
	font-size: 25px;
	left: -36px;
	top: 30px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
}
#btnToggleStyleSwitcher [class^="icon-"] {
	display: inline-block;
	margin-top: 6px;
	margin-right: 8px;
}
#btnToggleStyleSwitcher:hover {
/*background-color: #0F86AC;*/
}
#btnToggleStyleSwitcher [class^="icon-"]:hover {
	color: #fff !important;
}
#divThemeColor, #divBackgroundColor, #divBackgroundPattern, #divStickyNav {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}
.color-picker {
	position: relative;
	margin-bottom: 5px;
	margin-left: 10px;
}
.color-picker > a,  #divStickyNav a {
	cursor: pointer;
}
.color-picker > .select-color-image {
	background: url('images/select-color.html') no-repeat center;
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 28px;
}
.color-picker > .select-pattern {
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #919191;
}
#divColorBlue, #divColorOrange, #divColorGreen, #divColorBlue2, #divColorMoov, #divColorFucia, #divColorFucia2 {
	display: none;
	visibility: hidden;
	backface-visibility: hidden;
}
#divColorRed > a {
	background-color: #00ADFF;
}
#divColorRed > a:after {
	content: 'The colors will not be applied in all page';
	position: absolute;
	right: 38px;
	width: 250px;
	color: red;
}
#divColorOrange > a {
	background-color: #FF1F00;
}
#divColorGreen > a {
	background-color: #4AB403;
}
#divColorBlue2 > a {
	background-color: #0E72F1;
}
#divColorMoov > a {
	background-color: #8E5AEC;
}
#divColorFucia > a {
	background-color: #F730FF;
}
#divColorFucia2 > a {
	background-color: #FF0F5B;
}
#divFluidStyle, #divFixedStyle {
	text-align: center;
	padding-top: 12px;
	height: 50px;
	cursor: pointer;
	width: 60px;
}
#divFixedStyle {
	padding-top: 0;
}
#divFixedStyle > .left-border {
	border-left: 1px solid #d5d5d5;
	padding-top: 48px;
}
#divFixedStyle > .span8 {
	margin-top: 12px;
}
#divFixedStyle > .right-border {
	border-right: 1px solid #d5d5d5;
	padding-top: 48px;
}
/* Self Hosted Audio */
div.jp-audio {
	width: auto !important;
}
div.jp-audio .jp-current-time {
	margin-right: 25px;
}
div.jp-audio .jp-duration {
	margin-left: 10px;
}
div.jp-video div.jp-current-time {
	margin-top: 10px;
}
div.jp-video div.jp-duration {
	margin-top: 10px;
}
.jp-progress {
/*width: 100% !important;
    margin-top: 10px !important;*/
}
.jp-title ul {
	font-size: 14px !important;
}
/* Self Hosted Video */
div.jp-video-360p {
	width: auto !important;
}
/*div.jp-jplayer, #jp_poster_0, #jp_video_0 {
    background-color:#eee !important;
    width: 640px !important;
}*/

#divGoToTop {
	position: fixed;
	bottom: -100px;
	left: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 31px;
	height: 31px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: auto;
}
#divGoToTop > i {
	vertical-align: middle;
	top: 2px;
	position: relative;
}
#divGoToTop > i:hover {
	color: #fff;
}
/* RTL Issues Fixing */
.ticker-wrapper.has-js {
	width: 98%;
}
.flexslider.large .flex-viewport {
	direction: ltr;
}
.flexslider.large.carousel .flex-viewport {
	direction: rtl;
}
.flexslider.large.carousel ul.slides {
	float: right;
	direction: rtl;
}
.flexslider.large.carousel .slides > li {
	float: right !important;
	direction: rtl;
	text-align: right;
}
.bgcolor {
    background: #f0ede6;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    margin-top: 1%;
}
.ads{margin-bottom: 1%}

