/*   
Theme Name:   exit news
Version: 1.0
Theme URI: https://www.101digit.al/
Description: Custom designed template for Exit News // Revamped By Ray Dhimitriadhi 19 November 2019
Author: 101DIGIT.AL  / Ray Dhimitriadhi
Author URI: https://www.101digit.al
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:gabfire
	License:GNU General Public License v2.0
	License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: "Roboto-Regular";
	src: url('fonts/Roboto-Regular.woff2') format('woff2'), url(fonts/Roboto-Regular.eot) format('eot');
}

@font-face {
	font-family: "Roboto-Medium";
	src: url('fonts/Roboto-Medium.woff2') format('woff2'), url(fonts/Roboto-Medium.eot) format('eot');
}

@font-face {
	font-family: "RobotoSlab";
	src: url('fonts/RobotoSlab-Bold.eot') format('eot'), url(fonts/RobotoSlab-Bold.woff2) format('woff2');
}

.logo-v2 {cursor: pointer; position: absolute;border-right: 4px solid #fff;width: 140px;height: 75px;left: 0;background: url(https://exit.al/wp-content/themes/exit/images/logo-white.png);background-repeat: no-repeat;background-position: 56% 52%;background-size: 110px;}
@media screen and (max-width: 999px) {
	.logo-v2 {
		border-right: 0px;
		background-position: 15% 52%;
	}

}
.modal-lang {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    background: #fff;
    height: 250px;
    box-shadow: 0 3px 6px #00000030;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    padding: 0;
    padding-top: 0;
}

.modal-lang h3 {
    background: #0a0a0a;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.modal-lang .available-languages {

}

.modal-lang .available-languages li {
	border-bottom: 1px solid #e2e2e2;
}

.modal-lang .available-languages li img {
	width: 25px;
	float: right;
}

.modal-lang .available-languages li a {
    padding: 15px 20px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 600;
    text-decoration: none;
}
.modal-lang .available-languages li:hover a {
	color: #222;
}
.overlay-modal {
	position: fixed;
    width: 100%;
    height: calc(100%);
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.modal-lang .close-m {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 19px;
    top: 9px;
    cursor: pointer;
}

.modal-lang .close-m::before, .modal-lang .close-m::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    transition: all ease-in 300ms;
}

.modal-lang .close-m:hover::before, .modal-lang .close-m:hover::after {
	background: #d63031;
}
.modal-lang .close-m::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-lang .close-m::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-lang .close-m.rounded::before, .modal-lang .close-m.rounded::after {
    border-radius: 5px;
}

.modal-body {
    padding: 0;
    padding-bottom: 20px;
}

.modal-body .buttons {

}

.modal-body .buttons button {

}


html {height:100%;position:relative}
body {
	background: #ffffff;
	color:#414141;
	position:relative;
	font-size:14px;
	line-height:20px;
	font-family:'Georgia', serif;
	font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	padding:0px 0;
}
body .container {background:#ffffff;max-width:1445px;margin: 0 auto;margin-top: 75px;margin-bottom: 0px; /*40*/}

	
body .container-video {background: #1a1a1a;width: 100%; padding-top:10px;}
body .container-header {width: 100%; min-height: 70px;}
body .customwide {max-width:1245px;margin: 0 auto;}
body .customwide-all {max-width:1248px;margin: 0 auto;}
body .home-header {padding-top: 15px;}
iframe,.video-js {border:0;padding:0;max-width:100%}
img {width:inherit;height:auto}
.separatorline {border:none;border-bottom:1px solid #efefef;margin-bottom:20px;height:1px;}
/*	----------------------------------------------
::TYPOGRAHPY
/*----- ={ Headings} -----*/
a {text-decoration:none;outline:0;color:inherit;}
a:focus {outline:none}
a:hover {text-decoration:none;color:#1d1c58}

h1 a, h2 a ,h3 a, h4 a, h5 a, h6 a { text-decoration:none}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration:none}

h1, h2, h3, h4, h5, h6 {margin:0;line-height:1;font-family:'RobotoSlab',Georgia,serif;margin-bottom:.3em;color: #242642;}

h2 {
	font-size: 34px;
}

p {
	font-family: Georgia; 
	font-size: 18px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom:15px;
}

/*	----------------------------------------------
::GENERIC
/*	---------------------------------------------- */
ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
}
hr {
	margin: 0;
	padding: 0;
	border-color: #e2e2e2;
}

article{
    word-break: break-word!important;
}

.me-shume-lajme {
float: right;
    padding-right: 15px;
    background: #d2d2d2;
    color: #222;
    text-align: center;
    padding: 0px 20px;
    margin-right: 15px;
    line-height: 30px;
    height: 30px;
}

.me-shume-lajme i  {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    line-height: 1;
    padding-bottom: 4px;
    font-size: 16px;
}
.lang-choser {
    position: absolute;
    right: 0;
    text-align: right;
    line-height: 1;
    height: 60px;
    top: 0;
    line-height: 80px;
}

.lang-choser>a {
    /*    color: #fff;
    line-height: 60px;*/
    color: #fff;
    line-height: 60px;
    background-color: #242541;
    border: 1px solid #7a222a;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    color: #f7f7f7;
    padding: 9px 12px;
    cursor: pointer;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    background-image: none;
    }

.lang-choser span {

}
.lang-choser:hover a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-color:transparent;
}

.lang-choser ul {
    /*    opacity: 0;
    visibility: hidden;
    transition: all ease-in .4s;
    position: absolute;
    top: 100%;
    left: -20px;
    margin-top: 14px;
    background: rgba(22,22,22,.5);
    padding: 5px;
    width: 80px;
    text-align: left;
    border-radius: 5px;*/
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .4s;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 14px;
    background: rgb(35, 37, 65);
    padding: 5px;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    padding-left: 13px;
    margin-top: -13px;
    border-top-left-radius: 0px;
    border: 1px solid #7a222a;
    border-top-right-radius: 0px;
    border-top: 0;
    }

/*.lang-choser ul:after {
    content: "";
    position: absolute;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid rgba(22,22,22,0.5);
}*/

.lang-choser ul li {
	display: block;
	line-height: 1;
	float: none !important;
}

.lang-choser ul li a {
    line-height: 1;
    height: auto;
    padding: 0;
    color: #fff;
    padding: 7px 0 !important;
    text-decoration: none;
    line-height: 1 !important;
    height: auto !important;
}

.lang-choser:hover ul {
	opacity: 1;
	visibility: visible;
}

.lang-choser ul li.active a {
	font-weight: bold;
}

.lang-choser img {
	width: 20px;
	height: 15px;
}

.lang-choser.mobile {
	display: none;
}
@media screen and (max-width: 768px)  {
	.lang-choser {
		display: none;
	}
}

@media screen and (max-width: 850px)  {
	body.logged-in .lang-choser {
	    right: 91px;
	    top: 48px;
	    line-height: 1;
	    z-index: 9999;
	    height: 35px;
	}
}

@media screen and (max-width: 768px)  {
	.lang-choser.mobile {
		display: inherit;
	}
	.lang-choser>a {
    color: #fff;
    line-height: 60px;
    background-color: #242540;
    border: 1px solid #7a222a;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
    height: 36px;
    color: #f7f7f7;
    padding: 9px 6px;
    cursor: pointer;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    background-image: none;
}
.lang-choser {
	right: 91px;
	top: 18px;
}
.lang-choser ul {
    padding-left: 6px;
}
.lang-choser ul li a {
    line-height: 1;
    height: auto;
    padding: 0;
    color: #fff;
    padding: 7px 0 !important;
    text-decoration: none;
    padding-left: 0 !important;
}
}

/*----- [[ Theme Table ]] -----*/
.theme-table {width: 100%;margin-bottom:20px}
	.theme-table caption {	color: #222;padding-bottom: 4px;text-align: left}
	.theme-table thead {}
	.theme-table thead th {text-align:center;background:#ddd;border: 1px solid #fff;padding: 3px 0 2px}
	.theme-table tbody {color: #888}
	.theme-table tbody td {background: #f5f5f5;border: 1px solid #fff;padding: 3px 0 2px;text-align: center}
	.theme-table tbody .pad {background: none}

.entry-title {font:17px/20px 'RobotoSlab',Georgia,Times,serif;margin:0 0 6px;letter-spacing:0px}
.entry-title a {color:#2a2a2a;text-decoration:none;outline:0}
.entry-title a:focus {outline:none}
.entry-title a:hover {
    text-decoration: none;
    color: #1d1c58;
}
.entry-title.liststyle {color:#2a2a2a;line-height:18px;padding:0 0 7px 2px;display:block;font-size:17px;margin:0 0 10px;border-bottom:1px solid #efefef;letter-spacing:0}

.format-video .entry-title:before {
	content: "\f1c8";
	font-family: FontAwesome;
	font-size:.75em;
	padding:0 5px 0 0;
}
.format-gallery .entry-title:before {
	content: "\f083";
	font-family: FontAwesome;
	font-size:.75em;
	padding:0 5px 0 0;
}
.format-audio .entry-title:before {
	content: "\f1c7";
	font-family: FontAwesome;
	font-size:.75em;
	padding:0 5px 0 0;
}
.inner-cycle .format-video .entry-title:before,
.inner-cycle .format-gallery .entry-title:before,
.inner-cycle .format-  .entry-title:before {
	color:#fff;
}
/*----- [[ Postmeta ]] -----*/
p.postmeta {font-size:11px;font-style:italic;padding:5px 0 0;clear:both;display:block;color:#999;text-align:right;line-height:16px}
p.postmeta a {text-decoration:none}
p.postmeta a:hover {text-decoration:underline}
p.postmeta span.gabfire_meta {display:inline}
p.postmeta span.gabfire_meta:after {
	content: "\b7";
	margin:0 5px;
}
p.postmeta span.gabfire_meta:last-child:after {
	content: "";
	margin:0;
}
.archive .postmeta {margin:7px 0 15px}
.readmore {font: bold 11px 'open sans',sans-serif}
.readmore a {color:#e44554}
.widgettitle a {color:#444}
.sidebar .widgettitle {text-align:left}
.widget{margin-bottom:0;display:block}
.widget:last-child {margin-bottom:0}
.widget p {margin-bottom:4px;display:block}
.widget p:last-child {margin-bottom:0}
.widget a {color:#222}
.widget a:hover{color:#1d1c58;transition:color 0.2s ease;}

.cf_gab_video {line-height:0}
.sticky {}

/*----- [[ Widget class name ]] ----- */
.widgetmapname {display:block;padding:5px 10px;background:#2a2a2a;color:#fff;text-transform:uppercase;margin:10px 0;text-align:center;}

/*----- [[ Responsive Menu - TinyNav + SelectBox ]] ----- */
.tinynav {display: none}
.sb-holder {background-color: #3d3d3d;  display: none;height: 30px;margin: 0 auto;position: relative;width: 100%;z-index:999}
.main-navigation .sb-holder {z-index:990}
.sb-holder:focus .sb-selector {}
.sb-selector {display: block;height: 30px;left: 0;line-height: 30px;outline: none;overflow: hidden;position: absolute;text-indent: 10px;top: 0;width: 100%}
.sb-selector:link,
.sb-selector:visited,
.sb-selector:hover {color: #fff;font-size: 12px;outline: none;text-decoration: none;text-shadow: 0 -1px 0 #000}
.sb-toggle {background: url(framework/images/tinyjs/select-icons.png) 0 6px no-repeat;display: block;height: 30px;outline: none;position: absolute;right: 0;top: 0;width: 30px}
.sb-toggle-open {background: url(framework/images/tinyjs/select-icons.png) 0 -45px no-repeat}
.sb-holder-disabled {background-color: #3c3c3c;border: 1px solid #515151}
.sb-holder-disabled .sb-holder {}
.sb-holder-disabled .sb-toggle {}
.sb-options {background-color: #fff;list-style: none;left: 0;margin: 0;padding: 0;position: absolute;top: 30px;width: 100%;z-index: 1;overflow-y: auto}
.sb-options li {padding: 0}
.sb-options a {border-bottom: 1px solid #e5e5e5;display: block;font:13px arial, sans-serif;outline: none;padding: 6px 4px;text-indent: 4px}
.sb-options a:link,
.sb-options a:visited {color: #444;text-decoration: none}
.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {background-color: #f5f5f5;color: #444}
.sb-options li.last a {border-bottom: none}
.sb-options .sb-disabled {border-bottom: dotted 1px #515151;color: #999;display: block;padding: 7px 0 7px 3px}
.sb-options .sb-group {border-bottom: dotted 1px #515151;color: #ebb52d;display: block;padding: 7px 0 7px 3px}
.sb-options .sb-sub {padding-left: 17px}

/*----- [[ universal image classes ]] -----*/
.alignleft {display:inline;float:left;margin-right:10px;margin-top:2px;margin-bottom:3px}
.alignright {display:inline;float:right;margin-left:20px;margin-top:2px;margin-bottom:10px}
.aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:10px}
.entry .aligncenter,.entry .alignnone {margin-bottom:15px}

.wp-caption {background:#f1f1f1;text-align:center;overflow:hidden;max-width:98% !important}
.wp-caption p.wp-caption-text {font:1.3em/1.3em georgia, sans-serif;color:#777;margin:7px 0 0}
.wp-smiley {margin:0}
.gallery {margin:0 auto 18px}
.gallery .gallery-item {float:left;margin-top:15px !important;text-align:center;width:33%}
.gallery .gallery-caption {color:#888;font-size:1.2em;margin:0 0 12px}
.gallery dl {margin:0}
.gallery br+br {display:none}
.attachment-gallery {margin-bottom:35px;overflow:hidden}
.attachment-full {display:block;margin-bottom:1.5em}
/* ********************************************************************************* */

/*front page generic post classes */
.featuredpost {margin:0;border-bottom:1px solid #ccc;padding:0 0 10px 0;overflow:hidden}
.featuredpost p{margin:0 0 5px}
.featuredpost:last-child {border-bottom:none;margin-bottom:0;padding-bottom:0}
.featuredpost:last-child p.postmeta {margin:0}


/* If enabled on theme control panel, 728px top ad */
.ad728 {display:block;width:728px;margin:7px auto;text-align:center}
.gabfire_simplead_widget {text-align: center;}

/*	----------------------------------------------
::HEADER
-------------------------------------------------- */
		#searchModal .modal-body {padding:20px}
		.arrow-right {
			width: 0; 
			height: 0; 
			display:block;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 7px solid #1d1c58;
			margin:-3px 0 -4px
		}	
		.social_header {padding-left:12px !important}
		.social_header span {display:none}
		.social_header .fa {text-align:center;font-size:13px;min-width:22px;color:#fff;background:#bbb;display:block;padding:4px 0;-webkit-border-radius:3px !important;-moz-border-radius:3px !important;border-radius:3px !important}
		.social_header .fa-tumblr  {margin-right:4px}
		.social_header .fa-facebook:hover  {background:#3b5998}
		.social_header .fa-twitter:hover  {background:#00aced}
		.social_header .fa-google-plus:hover  {background:#dd4b39}
		.social_header .fa-linkedin:hover  {background:#007bb6}
		.social_header .fa-pinterest:hover  {background:#cb2027}
		
		.social_header .fa-tumblr:hover  {background:#32506d}
		.social_header .fa-vimeo-square:hover  {background:#aad450}
		.social_header .fa-youtube:hover  {background:#bb0000}
		.social_header .fa-envelope-o:hover,i.fa-rss:hover {background:#ff9900}
		.social_header a {color:#fff;float:left;display:block;padding:1px !important;opacity:0.8;transition: opacity .50s ease-in-out;-moz-transition: opacity .50s ease-in-out;-webkit-transition: opacity .50s ease-in-out}
		.social_header a:hover {color:#fff;text-decoration:none;opacity: 1}
	
/*header*/
		#header{display:block;border-bottom:3px solid #444;position:relative;overflow:hidden}
		#header_banner {width:100%;display:block} /* If single-banner header is activated on theme control panel */
		
		#header .logo {width:360px;display:block;text-align:center;margin:10px auto 0 auto;}
		#header .logo-banner.logo {width:310px;margin: 0 auto !important;}

		#exit-header-ads {padding-bottom: 20px;}
		.top-header {text-align: center; padding: 10px 5px;border-bottom: 1px solid #d5d5d5;}
		#header .logo-banner.header-ad,.beforeheader_728 {width:728px;max-width:728px;margin: 15px auto 20px !important;}
		#header .logo img{display:block;margin:0 auto;}
		#header .name {font-size:26px;display:block;line-height:22px;display:block;}
		#header .name a,#header .name a:hover{color:#222;}
		#header .slogan a {font-size:40px;display:block;color:#1d1c58;padding-top:5px;}
		
		#header .banner {width:auto;padding-top:18px;width:728px;}

		#header .themequote {width:300px;font-size:17px;line-height:19px;}
		#header .themequote .quotecaption{color:#1d1c58;display:block;margin-bottom:5px;}
		#header .themequote .quote{color:#aaa;letter-spacing:-1px;display:block;background:none !important; padding:0 !important; border:none !important;}
		#header .themequote .quotecaption a, #header .themequote .quotecaption a:hover {color:#1d1c58;text-decoration:none;}
		#header .themequote .quote a,#header .themequote .quote a:hover{color:#aaa;text-decoration:none;}

		#header .quoteleft {position:relative;}
		#header .quoteleft-time {position: absolute; left: 0; vertical-align: bottom; -webkit-transform: translate(0,250%);-moz-transform: translate(0,250%);transform: translate(0,250%);}
		#header .quoteright-social {position: absolute; right: 0; vertical-align: bottom; -webkit-transform: translate(0,-140%);-moz-transform: translate(0,-140%);transform: translate(0,-140%);}
		.banner-slogan {font-size: 16px;padding: 16px 0 0 0;font-family: "RobotoSlab",Georgia,Times,serif;font-style:italic;}
		.kryesoret-social {float:right;padding-right:10px;}
		.facebookheader, .twitterheader {padding-left:20px;}
		.facebookheader::before, .twitterheader::before {display: inline-block;font-family: 'FontAwesome';font-size: 16px;font-size: 1.000em;border:1px solid;border-radius:80%;}
	   .facebookheader::before {content: "\f09a";color:#3b5998;padding: 1px 6px 0 7px;}
		.twitterheader::before {content: "\f099";color:#0084b4;padding: 1px 3px 1px 5px;}
		.facebookheader:hover::before {transition:background-color 0.5s ease;background-color:#3b5998;color:#fff;border:1px solid #3b5998;}
		.twitterheader:hover::before {transition:background-color 0.5s ease;background-color:#0084b4;color:#fff;border:1px solid #0084b4;}
		#header .ad-banner-left {position: absolute; width: 185px; background-color: #1a1a1a;padding: 18px 22px; text-align: center;}
		#header .ad-banner-right {position: absolute; width: 185px; background-color: #1a1a1a;padding: 12px 10px; text-align: center;right:0; -webkit-transform: translate(0,-150%);-moz-transform: translate(0,-150%);transform: translate(0,-150%);}
		.ad-banner-left span {font-size: 16px; color: #fff;margin:0;line-height:1.25;}
		.ad-banner-left a {font-size: 18px; color: #c9deff; margin:0; text-transform:uppercase;line-height:1.25;}
		.ad-banner-right p {font-size: 14px; color: #fff;margin:0;line-height:1.4;}
		.ad-banner-right a {background-image: linear-gradient(-100deg, rgba(255, 255, 255, 0), rgba(205,23,11,0.85),rgba(255, 255, 255, 0));color: #fff;font-style: normal;font-size: 14px;}
		#header .quoteleft .quoteimg {position:absolute;width:80px;left:220px;bottom:0;line-height:0;}
		#header .quoteleft .quotetext {position:absolute;width:210px;bottom:5px;text-align:right;}

		#header .quoteright {position:relative; float: right;}
		#header .quoteright .quoteimg {position:absolute;width:80px;right:220px;bottom:0;line-height:0;}
		#header .quoteright .quotetext {position:absolute;width:210px;bottom:5px;right:0}
		.header-send {font-size: 14px; color: #1a1a1a;}
		.site-nav {display:block} /*wrapper of both, main and secondary navigations */


.header-wrapper {/* min-height:60px; */}
.top-nav {background: #242541;padding: 0px 30px 0 150px;overflow: hidden;height: 75px;overflow:inherit;}
.top-nav ul li {float:left;}
.top-nav ul li>a {font-family: "Roboto-Medium",Arial,sans-serif;font-size: 14px;text-transform: none;color: #d5d5d5;display: block;padding-left: 18px;}	
.top-nav ul li>a:hover {color:#fff;}
.top-nav ul li>a.et-button:hover {background-color: #fff;border-color: #f9f9f9;color: #1c1b58;}
.top-nav ul li>a.et-button:hover:after {
	color: #1e1c58;
}
.fixed {width: 100%;position: fixed;left: 0;top: 0;right: 0;margin-top: -20px;padding-top: 20px;z-index:10; }
li.kerko2 {float: left;padding-top: 17px;}
#search-btn {font-size: 21px;padding: 10px;border-radius: 4px;cursor: pointer;-webkit-transition: 200ms all linear;-moz-transition: 200ms all linear;-o-transition: 200ms all linear;transition: 200ms all linear;}
#input_search.closed {width:0;padding:0;}
#input_search.opened {width:200px;}
#search-btn.closed {background-color: transparent;border: 0px;color: #f0f0f0;padding: 9px 10px;}
#search-btn.closed:hover { background-color: #000;border-color: #f9f9f9;}
.sideitems {font-family: "Source Sans Pro",Arial, sans-serif;padding-top: 0;height: 75px;overflow:hidden;}
#search-btn.opened { background-color: transparent;color: #1f1f1f;font-size: 16px; margin-right: -36px; padding: 0 10px; position: relative; right: 40px;	}	
.fluid-search {width: 25px;height: 24px;background: transparent;border: none;margin-right: -19px;transform:translate(-19px,3px);}
.seksione {margin-left: 10px;}
.top-nav ul li>a.et-button {background-color: transparent;border: 0px;border-radius: 0px;font-size: 14px;line-height: 20px;height: 36px;color: #fff;padding: 7px 12px;cursor: pointer;-webkit-transition: 200ms all linear;-moz-transition: 200ms all linear;-o-transition: 200ms all linear;transition: 200ms all linear;background-image: none;border: 1px solid #7a222a;}
#section-menu-btn .fa-bars {padding-left: 6px; padding-right: 0; font-size:16px}
#section-menu-btn:hover {background-color: #fff;border-color: #f9f9f9;color: #1c1b58;}
#sections-menu-wide {-webkit-transform: translateZ(0);-webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 400ms ease-in;-o-transition: opacity 400ms ease-in;transition: opacity 400ms ease-in;opacity: 0;filter: alpha(opacity=0);visibility: hidden;}
#sections-menu-wide.nav-display-show {opacity: 1;filter: alpha(opacity=100);visibility: visible;}
#sections-menu-wide li:first-child {padding-left: 10px;}
.mobile-settings-button .homePage {
	padding-top: 0;
}
.mobile-settings-button {
	float: right;
	height: 75px;
	position: relative;
	width: 25px;
	display: none;
}
.mobile-settings-button #settings-nav-btn {
	height: 30px;
	width: 25px;
	display: block;
	line-height: 70px;
}
.mobile-settings-button #settings-nav-btn:before {
	font-family: FontAwesome;
	font-size: 24px;
	content: "\f007";
	color: #fff;
}
.mobile-hamburger-ic {
	border-radius: 4px;
	font-size: 25px;
	line-height: 25px;
	color: #f7f7f7;
	padding: 6px 8px;
	cursor: pointer;
	transition: 200ms all linear;
	vertical-align: middle;
}
.sign-up-buttons {
	float: right;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.565,1,0.765,0.88);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-moz-transition: -moz-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-o-transition: -o-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	transition: transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-webkit-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	-moz-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	-o-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	height: 100%;
	padding-top: 3px;
}
body.account-menu .sign-up-buttons.nav-user-show {
	-webkit-transform: translate3d(-330px,0,0);
	-moz-transform: translate3d(-330px,0,0);
	-ms-transform: translate(-330px,0);
	transform: translate3d(-330px,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
body.account-menu #et-full {
	-webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-ms-transform: translate(-320px,0);
	transform: translate3d(-320px,0,0);
}
#nav-search-mobile {
	padding: 20px 0 0 60px;
	width: 325px;
	height: 94px;
	background-color: #2a2a2a;
}
#nav-search-mobile input {
	border: 0;
	padding: 2px 0 0 10px;
	outline: none;
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 14px;
	height: 32px;
	line-height: 20px;
	text-indent: 0;
	border-radius: 4px;
	background-color: #f0f0f0;
	width: 230px;
	color: #000;
}
.button-group hr {
	display: none;
}
hr.nav-search-mobile-hr {
  border: none;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px solid #4f4f4f;
	display: block;
	width: 234px;
	margin: 24px 0;
	clear: both;
}
#sign-in-link {
	background-image: 86% 42%;
}
#logged-in-status li {
	float: right;
}
li.signup {position: relative;left: 12px;}
li.signup a:after, li.login a:after {
	font-family: FontAwesome;
	font-size: 16px;
	color: #ffffff;
	padding-left: 6px;
}
li.signup a:after {
	content: "\f234";
}
li.login a:after {
	content: "\f090";
}
img.avatar-22 {
	width: 22px;
	height: auto;
}
#logo-in-nav {
	position: absolute;
	top: 24px; width: 210px;
	margin-left: -111px;
	left: 50%;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity 800ms ease-in;
	-moz-transition: opacity 800ms ease-in;
	-o-transition: opacity 800ms ease-in;
	transition: opacity 800ms ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-align: center;
	margin-top: 6px;
}
.nonhome-logo {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
		visibility: visible !important;
	}
#logo-in-nav.nav-display-hide {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
#logo-in-nav.nav-display-show {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
#logo-in-nav.home-logo img {
	width: 60px;
	height: auto;
}
#logo-in-nav.nav-display-hide-tagline {
	width: 220px;
	top: 23px;
}
#logo-in-nav .tagline-wrapper {
	line-height: 13px;
	margin-top: 4px;
}
#logo-in-nav.nav-display-hide-tagline .header-tagline {
	display: none;
}
#logo-in-nav .header-tagline {
	color: #ccc;
	font-family: Georgia,serif;
	font-size: 12px;
	font-style: normal;
}
.et-logo-link {
	line-height: 11px;
	font-size: initial;
	display: block;
}
.home-logo {text-align:center;padding-bottom: 6px;}
.home-logo-slogan {font-size:12px;color: #f1f1f1;padding-top: 6px;}
#temat-kryesore {
    background: #e7e7e8;
}
.et-feature-full {width: 100%; }
.mastnav { }
.et-left { float: left !important; }
.announcement-div {width: 200px;min-height: 80px;}
#edition-time.toggle-right { padding-top: 5px;width: 294px;	}
#edition-time.logo-subnav span { font-size: 12px; font-family: Georgia,serif;font-weight:900; }
#et-masthead-logo { float: left; width: calc(100% - 583px);	}
.et-masthead { margin-top: -7px; border-bottom: 0 none; padding: 0;	 }
.et-masthead>a.et-logo { display: block;width: auto;height: auto;margin: 0 auto;padding-top: 3px;text-align: center; }
.et-masthead>a.et-logo>img { width: 125px; height: auto; border: 0; outline: 0; padding-top: 33px; }
.masthead-slogan { text-align: center; font-size: 14px; font-style: italic; font-family: Georgia,serif; padding-top: 11px;		}
.masthead-slogan a {text-decoration: none; color: #222;}
.masthead-slogan a:hover { color: #1d1c58; }
.masthead-slogan.toggle-right { padding-top: 16px; padding-bottom: 16px;}
.et-right { float: right !important; }
.a-right { float: right; }
#edition-language.logo-subnav { font-size: 12px; padding-top: 5px;float: right }
#edition-language li {position: relative; display: inline-block;}

/* Off-canvas menu */
#main-sections-nav {
	right: -350px;
	width: 350px;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.565,1,0.765,0.88);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-moz-transition: -moz-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-o-transition: -o-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	transition: transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-webkit-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	-moz-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	-o-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	overflow: hidden;
	z-index: 909;
	display: block;
	-ms-overflow-style: none;
	top: 75px;
	background: #242741;
}
.sections-nav {
	position: fixed;
	min-width: 300px;
	min-height: 480px;
	height: 100%;
	overflow-y: hidden;	
}
body.left-menu #main-sections-nav {
	-webkit-transform: translate3d(-325px,0,0);
	-moz-transform: translate3d(-325px,0,0);
	-ms-transform: translate(-325px,0);
	transform: translate3d(-300px,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
body.left-menu #main-sections-nav-inner {
	-webkit-transform: translate3d(325px,0,0);
	-moz-transform: translate3d(325px,0,0);
	transform: translate3d(325px,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	width: 365px;
}
body.left-menu #et-full {
	-webkit-transform: translate3d(-60px,0,0);
	-moz-transform: translate3d(-60px,0,0);
	-ms-transform: translate(-60px,0);
	transform: translate3d(-60px,0,0);
}
#et-full {
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.565,1,0.765,0.88);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-moz-transition: -moz-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-o-transition: -o-transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	transition: transform 500ms cubic-bezier(0.565,1.65,0.765,0.88);
	-webkit-transition-timing-function: cubic-bezier(0.565,1,0.765,0.88);
	-webkit-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	-moz-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	-o-transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
	transition-timing-function: cubic-bezier(0.565,1.65,0.765,0.88);
}
#et-full .clear .clear {
	clear: both;
}
#main-sections-nav-inner {
	top: 0;
	width: 350px;
	left: -350px;
	overflow: auto;
}
#sections-menu-off-canvas-alt>ul, #sections-menu-off-canvas>ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 4px 0 0 40px;
	width: 300px/*325px*/;
	background-color: #242641;
	z-index: 597;
}
.side-nav {
	font-size: 14px;
	font-family: "Roboto-Regular",Arial,sans-serif;
	list-style: none;
}
#sections-menu-off-canvas ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
.sections-nav .side-nav li a {
	width: auto;
	display: inline-block;
	color: #f7f7f7;
	line-height: 14px;
	font-size: 14px;
	padding: 6px;
}
.sections-nav .side-nav:not(.site-attribution) li a:hover {
	/* background: rgba(0,0,0,0.96); */
}
.sections-nav .side-nav:not(.site-attribution) li:hover {
	background: rgb(30, 31, 53);
	color: #fff;
}
#subscribe-left-nav {
	width: 325px;
	background-color: #242641;
	padding: 20px 0 0 60px;
	overflow: hidden;
}
#subscribe-left-nav .subscribe {
	background-color: #7a232b;
	width: 234px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	text-transform: none;
	color: #f7f7f7;
	border-radius: 4px;
	text-decoration: none;
	padding: 8px 80px;
	font-family: "RobotoSlab",Georgia,serif;
}
#subscribe-left-nav .subscribe:hover {
	background-color: #1b1d36;
}
#subscribe-left-nav hr {
	width: 234px;
	margin: 24px 0 0 0;
	border-top: 1px solid #4f4f4f;
}
#nav-search-mobile {
	padding: 20px 0 0 60px;
	width: 325px;
	background-color: #242641;
}
#sections-menu-off-canvas ul.side-nav {
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 8px;
}
#sections-menu-off-canvas ul {
	position: relative;
	z-index: 597;
	/*float: left;*/
    float: right;
}
#sections-menu-off-canvas>ul>li, #sections-menu-off-canvas-alt>ul>li {
	padding: 2px 0 6px 20px;
}
#sections-menu-off-canvas>ul>li:first-child, #sections-menu-off-canvas-alt>ul>li:first-child {
	padding: 5px 12px 5px;
	text-align: center;
}
#sections-menu-off-canvas li.side-lang {
	display: block;
	padding: 5px;
}
#sections-menu-off-canvas ul li, #sections-menu-off-canvas-alt ul li {
	float: none;
	text-align: left;
	cursor: pointer;
}
#sections-menu-off-canvas a {
	font-size: 14px;
	line-height: 28px;
	text-transform: none;
	color: #f7f7f7;
	text-decoration: none;
	width: auto;
	border-radius: 4px;
	font-family: "Roboto-Medium",Arial,sans-serif;
}
#sections-menu-off-canvas a {
	-webkit-transition: padding 150ms ease-in;
	-moz-transition: padding 150ms ease-in;
	-ms-transition: padding 150ms ease-in;
	-o-transition: padding 150ms ease-in;
	transition: padding 150ms ease-in;
	padding: 6px;
}
#sections-menu-off-canvas li:hover a {
	/* padding: 6px 12px; */
}
#sections-menu-off-canvas li:first-child:hover a {
	/* padding: 0; */
}
#sections-menu-off-canvas .additional-info-line {
	display: inline-block;
	padding-left: 0;
}
#sections-menu-off-canvas .additional-info-line a:hover {
	/* padding-left: 0 !important; */
	/* padding-right: 0 !important; */
} 
#sections-menu-off-canvas a.side-lang {
	font-size: 12px;
	line-height: 28px;
	text-transform: none;
	color: #f7f7f7;
	text-decoration: none;
	padding: 0 4px;
	width: auto;
	font-family: Georgia, serif;
}
#sections-menu-off-canvas a.side-lang.active {
	color: #cbd4de;
}
#sections-menu-off-canvas span.sep {
	color: #4f4f4f;
	size: 16px;
}
#site-attribution-off-canvas-menu {
	background-color: #242741;
	width: 325px;
	padding-left: 35px;
	padding-top: 20px;
	margin: 0;
	float: left;
	height: 32%;
}
#site-attribution-off-canvas-menu li {
	padding-left: 26px;
} 

.border-bottom-thick-tight.mastnav-separator { margin: 0 0 10px 0; }
.border-bottom-thick-tight:after { width: 100%; background-color: #000; content: ""; display: block; height: 3px; margin-top: 0.5625rem; margin-bottom: 0.5rem;	 }
.in-the-news {padding-bottom: 5px;padding-top: 7px;}
.in-the-news .in-the-news-wrapper {display: flex; padding-bottom: 5px;}
.in-the-news .in-category {display: flex; padding: 15px 0;}
.in-the-news ul { overflow: hidden; padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; word-wrap: break-word; height: 24px; }
.in-the-news .custom-label { font: normal 16px "Roboto-Regular",Arial,sans-serif;line-height: 24px; color: #B03436; }
.in-the-news ul.inline-list>li { padding: 0 7.5px; list-style: none; display: inline-block; font-size: 15px; }
.in-the-news a { color: #2a2a2a; font-size: 14px; }
.in-the-news a:hover { color: #1d1c58; }
.in-the-news ul.inline-list>li:first-child { padding: 0; } 
.border-bottom-hairline-tight::after { width: 100%; background-color: #D5D5D5; content: ""; display: block; height: 1px; margin-top: 0.5625rem; margin-bottom: 1.25em; }
.border-bottom-hairline-ad::after { width: 100%; background-color: #D5D5D5; content: ""; display: block; height: 1px; margin-top: 1.250em; margin-bottom: 1.250em; }

/* Front-page styling */

.mobile-show {
		display: none;
}
.news-kryesor-top {
	position:relative;
	display:block;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.lastpost {
	border: none !important;
}
.news-kryesor {
	padding-bottom: 15px;
}
.news-kryesor-tp {
	padding: 15px 0;
}
.news-kryesor-top h2 {
	font-family: 'RobotoSlab', serif;
	font-size:30px;
	line-height:1.1;
	word-spacing: -0.02em;
}
.news-kryesor-top h3 {
	font-family: "RobotoSlab",Georgia,Times, serif;
	font-size:18px;
	line-height:1.1;
	word-spacing: -0.02em;
}
p.p-summary {
	font-family: "Roboto-Regular", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #2a2a2a;
	margin-bottom: 5px;
	white-space: normal;
}
h3.othernews {
	padding-top: 15px;
}
.news-kryesor-top span, .kryesor-time-sp, .kryesor-time {
	font-size:12px;
	color:#686868;
}
.kryesor-time-author {
	font-size: 17px;
	color: #383838;
	padding-right: 4px;
    font-weight: bold;
    color: #2a55a5;
}
.kryesor-time-author:hover {
	color:#1d1c58;
}
.kryesor-time::before {
	font-family: "FontAwesome";
	content: "\f017";
	font-size:14px;
	padding-right:6px;
}
.middle-dot {
	font-size:22px;
	padding:0 4px;
}
.kryesor-time-shkurt {
	position:relative;
	display:block;
	font-size:12px;
	color:#1d1c58;
	padding-bottom:8px;
}
#noslider-center .guttertitle {
	padding-right: 30px;
}
#noslider-center .kryesore-tjera-single {
	margin-right:15px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #ddd;
}
#noslider-center .large-posttitle {
	font-size: 20px;
	line-height: 1.15;
	padding: 0;
	word-spacing:-0.02em;
}
img.right-first {
		width: 100%;
	}
.noslider-right-custom .reportsafe {
	display: inline-block;
	margin: 45px 0 30px;
}
.report-text {
	padding: 0 15px;
}
h3.report-title {
	font-size: 18px;
	line-height: 1.25;
	color: #2a2a2a;
}
h3.report-title:hover {
	color: #1d1c58;
}
.report-text a {
}

#noslider-top {
	border-right: 1px solid #d5d5d5;
	margin-bottom: 1.875em;
}

.registration {
	border-right: 0 !important;
	margin-top: 2.25em !important;
	background: #ffffff;
	padding-top: 30px;
}

.et-chain-full {
	float: left;
	width: 100%;
}
.et-chain.full {
	float: left;
	width: 100%;
}
#noslider-mid {
	padding:0 15px;
	padding-top: 10px;
	border-left: 1px solid #d5d5d5;
}
.kryesore-tjera-image {
	padding-right: 10px;
}
.kryesore-tjera-text {
	padding-left: 10px;
}
img.kryesore-tjera {
	width: 100%;
	height: auto;
}
img.pikepamje-image {
	width: 86%;
	height: 86%;
}
img.me-te-lexuarat {
	width: 60px;
}
.top-table.border-bottom-thick::after, .top-table.border-bottom-hairline::after, .top-table.border-bottom-hairline-top-table::after, .top-table.border-bottom-hairline-kinda-tight::after, .top-table.border-bottom-hairline-tight::after, .top-table>.layout.border-bottom-thick::after, .top-table>.layout.border-bottom-hairline::after, .top-table>.layout.border-bottom-hairline-top-table::after, .top-table>.layout.border-bottom-hairline-kinda-tight::after, .top-table>.layout.border-bottom-hairline-tight::after {
	width: calc(100% - 15px);
}
.in-chain.border-bottom-thick::after, .in-chain.border-bottom-hairline::after, .in-chain.border-bottom-hairline-top-table::after, .in-chain.border-bottom-hairline-kinda-tight::after, .in-chain.border-bottom-hairline-tight::after, .in-chain.border-bottom-airy::after, .in-chain.border-bottom-none::after, .in-chain.border-bottom-kinda-tight::after, .in-chain.border-bottom-tight::after {
	width: calc(100% - 15px);
}
.border-bottom-hairline::after { width: 100%; background-color: #D5D5D5; content: ""; display: block; height: 1px; margin-top: 1.1250rem; margin-bottom: 1.0625em; }
.border-bottom-hairline-top-table::after {
	width: 100%;
	background-color: #D5D5D5;
	content: "";
	display: block;
	height: 1px;
	margin-top: 1.1250em;
	margin-bottom: 1.0625em;
}
.et-f-homepage-card {
	border-bottom: none !important;
	padding: 0 10px 20px 10px !important;
}
.et-f-homepage-card .section-card {
	overflow: hidden;
	min-height: 1px;
	height: 630px;
}
.section {
	color: #1d1c58;
	font-family: "RobotoSlab", Georgia,serif;
}
.et-f-homepage-card .panel.shadow {
	border-color: #e9e9e9;
	border-bottom-color: #d5d5d5;
	border-bottom-width: 2px;
}
.et-f-homepage-card .panel .radius {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}
.et-f-homepage-card .panel {
	border-style: solid;
	border-width: 1px;
	border-color: #e9e9e9;
	padding: 24px 20px 20px;
	background: #fff;
	color: #333;
	display: block;
}
.et-f-homepage-card .section-card .et-label {
	padding: 0 10px 16px;
	line-height: 1.125em;
}
.et-label {
	font-family: "RobotoSlab", Georgia,serif;
	font-size: 1.125em;
	color: #2a2a2a;
}
.et-row {
	margin-right: -10px;
	margin-left: -10px;
}
.et-f-homepage-card .story-list {
	padding-left: 10px !important;
}
.et-f-homepage-card ul {
	margin-bottom: 1em;
}
.et-f-homepage-card .section-card ul li {
	display: inline-block;
	width: 100%;
	font-family: "Roboto-Medium", Arial, sans-serif;
	font-size: 1.125em;
	line-height: 1.45;
}
.section-story-photo {
	padding-bottom: 10px;
}
img.section-story {
	width:100%;
	border: none;
	vertical-align: middle;
	display: inline-block;
}
.et-f-homepage-card .section-card ul li.border-bottom-hairline-top-table:last-child:after {
	height: 0;
	margin: 0;
	margin-bottom:0;
}
.noshow, .noshow-shpjegon {
	display: none;
}

.pikepamje {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 10px;
}

.pikepamje-single {
	height: 145px;
	padding-left: 0;
	padding-right: 15px;
}
.pikepamje-single:nth-child(1) , .pikepamje-single:nth-child(2)  {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.pikepamje-single:nth-child(1), .pikepamje-single:nth-child(2) {
		margin-top: 0px;
	}
}
.pikepamje-skin {
	height: 136px;
	padding:12px;
	border:1px solid #e0e0e6;
	border-bottom-width: 2px;
	border-bottom-color: #d5d5d5;
	background-color: #fff;
}
h2.pikepamje-title {
	font-size: 1.25em;
	padding-right: 25px;
	line-height: 1.15;
}

/* right-side column */

.noslider-right-custom {
	padding-left: 15px;
}

/* ads front page */
.ad-header {
	padding:0 0 10px 0;
}
.ad-midheader {
	float: left;
	padding: 18px 8% 0;
}
.ad-right300x250 {
	padding: 0 0 18px 0;
}
.ad-midright300x250 {
	padding-top: 18px;
}



/* Category archive */

.all-article-wrap-category {
	margin: 0 15px;
}
.et-category-header {
	height: 100%;
	width: 100%;
	min-height: 80px;
	padding: 10px 0 20px;
	vertical-align: top;
	box-sizing: border-box;
}

.cat-group-header {
	position: relative;
	display: block;
	padding: 0 15px 20px 15px;
	border-bottom: 1px solid #D5D5D5;
}

.cat-title {
	position: relative;
	display: inline-block;
}

.article-each-category p.p-summary, .article-each-category-first p.p-summary {
	color: #5a5a5a;
	font: normal 18px "Roboto-Regular", Arial, sans-serif;
	line-height: 24px;
}

.cat-title span {
	font-family: "RobotoSlab", Georgia, serif;
	font-size: 52px;
	color: #2a2a2a;
	line-height: 50px;
}

.tool-cat {
	font-size: 1.18em !important;
}

.article-each-category {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 32px;
	margin-left: 0px;
}

.article-each-category-first {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 32px;
}

.article-each-category h2.et-feed-headline {
	font-size: 30px;
	line-height: 32px;
}

img.featured-cat {
	width: 100%;
}

img.cat-image-list {
	max-width: 220px;
	margin: 0 0 40px 30px;
	float:right;
}

.mobile-post-thumbnail {
	width: 80px;
    height: 80px;
}
/* Single page - News */

/*body.single-post {
	background: none;
}*/
.customwide-article {
	max-width: 1440px !important;
	margin: 0 auto;
}

.customwide-article #top-content {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 40px;
	padding-top: 0 !important;
	padding-left: 30px;
}

.article-topper {
	margin: 0 auto;
	max-width: 1440px;
}

.headline-cat {
	font-family: "RobotoSlab", Georgia, serif;
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 15px;
	color: #1d1c58;
}

#topper-headline h1 {
	font-size: 56px;
	line-height: 60px;
	word-spacing: -0.02em;
	margin-bottom: 12px;
}

.customwide-article #main-content {
	border-right: 1px solid #d5d5d5;
	margin-bottom: 1.875em;
	padding-right: 48px;
	padding-left: 30px;
}

.et-f-theme-normal {
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	position: relative;
}

.article-body {
	margin: 0 auto;
	max-width: 1440px;
}

.article-body>.inline-content:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.article-body .inline-content {
	padding: 0;
}

.inline-content {
	margin: 0 0 10px;
	position: relative;
}

.inline-content.inline-photo img {
	width: 100%;
	margin-bottom: 8px;
}

.et-caption {
	display: block;
	font-family: "Roboto-Regular", Arial, sans-serif;
	font-size: 16px;
	color: #6e6e6e;
	line-height: 1.25em;
	margin-top: 4px;
}

.et-sig-line {
	padding-bottom: 25px;
}

.et-sig-line span.nga {
	/*font-family: "RobotoSlab",Georgia,serif;*/
	display: inline-block;
	color: #2a2a2a;
}

.et-sig-line a.a_author {
	font-family: "RobotoSlab", Georgia,serif;
	display: inline-block;
	color: #1d1c58;
}

.et-sig-line a.a_author:hover {
	color: #5a5a5a;
}

.et-sig-line .published {
	font-family: "Roboto-Regular", Arial, sans-serif;
	font-size: 14px;
	display: inline-block;
	color: #aaaaaa;
	padding-left: 5px;
}

.customwide-article .et-f-theme-normal.full article>p {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #111;
}

.customwide-article .et-f-theme-normal.full article>p a {
	color: #7a222a;
	text-decoration: underline;
}
.customwide-article article>p.posttags {
    font-size: 16px !important;
    margin-top: 0;
    padding: 10px 20px;
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
}
.customwide-article article>p.posttags i.fa-tags {
	color: #000 !important;
}
.customwide-article article>p.posttags a {
	color: #757474 !important;
}
.customwide-article article>p.posttags a:hover {
	color: #000 !important;
}
img.size-full {
	width: 100%;
}

/* Social share on single page - nonmobile */

.socialshare-items {
	position: fixed;
	left: -1px;
	top: 40%;
	border: 1px solid #d5d5d5;
	background-color: #f9f9f9;
	padding: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 2px solid #d2d2d2;
	border-bottom: 3px solid #a1adb7;
	font-size: 14px;
	line-height: 1.250em;
	padding: 10px 15px;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
.left-menu .socialshare-items {
	visibility: hidden;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.socialshare-items a {
	display: block;
	margin-bottom: 20px;
}

.socialshare-items a.social-facebook {
	background-color: #3b5998;
	margin-top: 15px;
	color: #fff;
	padding: 2px 0px 0px 6px;
	font-size: 13px;
}

.socialshare-items a.social-twitter {
	color: #00aced;
	font-size: 18px;
}

.socialshare-items a.social-google {
	color: #DD4B39;
	font-size: 15px;
}

.socialshare-items a.social-linkedin {
	color: #0077b5;
	font-size: 16px;
}

/*	----------------------------------------------
= COMMENT FORM
-------------------------------------------------- */
.commentswrapper {padding-bottom:7px}
#et-comments {
    margin-top: 0;
    padding: 30px 20px;
    /* border-top: 1px solid #eaeaea; */
}
.comments-title {
	color:#2a2a2a;
	margin:0 0 20px 0;
	font-size: 18px;
}

span.comments-title-attribute {
	display: block;
	margin-top: 6px;
	padding-top: 10px;
	border-top: 2px solid #d5d5d5;
	color:#1a1a1a;
	font-size: 16px;
}

p.comments-rl, .comment_container a.comment-reply-login {
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-top: 25px;
	padding: 8px;
	color: #196fa5;
	background-color: #f9f9f9;
}

p.comments-rl {
	font-size: 16px;
}

.comment_container a.comment-reply-login {
	font-size: 14px;
}

h3.all-comments {
	margin-top: 40px;
	padding: 8px 0;
	border-bottom: 1px solid #d5d5d5;
	font-size: 21px;
}

ol.commentlist {
	margin-top: 22px;
}

.et-comments li {
	list-style-type:none !important;
}

.et-comments li.depth-1 {
	padding-bottom: 36px;
	border-bottom: 1px solid #d5d5d5;
}

.et-comments li.depth-2,.et-comments li.depth-3,.et-comments li.depth-4,.et-comments li.depth-5 {
	padding-top: 5px;
    border-top: 1px solid #ebebeb;
}


.et-comments li > div {
	position: relative;
	margin-bottom:25px;
	margin-top: 15px;
}

.et-comments li:last-child {
	border-bottom: 0px;
}
.comment-avatar {
	position: relative;
	float: left;
	padding: 0 15px 0 0;
	margin-right: 0px;
	box-sizing: content-box;
}

.name-time {
	height: 36px;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
}

.et-comments .avatar {
    position: relative;
    box-shadow: 0 0 0 2px #ccc;
    border-radius: 50%;
}

.comment-author {
	display: block;
	vertical-align: middle;
	max-width: 100%;
	margin-bottom: 0px;
	padding-left: 2px;
	color:#2a2a2a;
}
.comment-author cite {
	font-style:normal;
}

span.comment-date-link {
	font-size: 13px;
	position: relative;
	display: block;
	color:#919191;
	padding-left: 10px;
}

.comment_container p {
	font-size: 15px;
	margin-top: 20px;
	line-height: 22px;
	padding-left: 52px;
	padding-bottom: 0;
}

.comment-top {
	display: inline-block;
}

/*.comment-reply {
	float: right;
}*/

.comment_container p:first-of-type {
    padding-top: 0;
    margin-top: 15px;
}

.comment-reply-link {
    position: relative;
    font-size: 14px;
    color: #676767;
    text-transform: capitalize;
    padding: 8px 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 38px;
}

/* Comment Form */
#respond {
	margin-bottom: 0;
	margin-left: 60px;
	padding:15px 20px 0;
	overflow:hidden;
	clear:both; 
}
#respond a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
}	
#respond h3 {
	display: none;
} 
#respond p { 
	margin:0 0 4px;
	font-size:12px;
	line-height: 18px;
}
#respond a {
	color: #196fa5;
}

#respond p textarea{
	font-size: 14px;
	color:#444;
	border:1px solid #d5d5d5;
	width:100%;
	padding:10px;
	outline: none;
}

#respond form {
	padding-bottom: 30px;
}

#respond .form-submit #submit {
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #d1d3d4;
    background-color: #e0dede;
    color: #797979;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
    box-shadow: none;	
}

#respond .form-submit #submit:hover {
    background: #e0dede;
    color: #6d6d6d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#respond .form-field-wrapper{display:block;margin:0 0 15px;float:left;width:207px}
#respond .form-field-wrapper.mid-input-item{margin:0 12px}
#respond .comment-form-author input,
#respond .comment-form-email input, 
#respond .comment-form-url input {width:165px}
#respond .form-allowed-tags { clear:both;display:block; margin-top:0;font-size:11px;font-style:italic;color:#888}
#respond .form-allowed-tags code { margin-top:5px;font-size:11px;line-height:16px}
#respond .comment-form-comment label{ padding-top:7px;font-size:13px}
#respond #cancel-comment-reply-link {display:block;font-size:13px;line-height:24px}
#respond #comment-msg { font-size:1em; font-style:italic}
#respond .form-submit { display:block;margin: -2px 0 0;}





#et-comments .navigation {
	overflow:hidden;
	margin-bottom:2em;
}
#et-comments .navigation .nav-next {
	width:auto;
	float:right;
}
#et-comments .navigation .nav-previous {
	width:auto;
	float:left;
}
#et-comments blockquote { 
	background:url(../framework/images/blockquote_gray.gif) no-repeat 0 20px; 
	font:italic 14px/1.45 Georgia, serif;
	margin:5px 0;
	padding: 10px 20px 10px 50px;
	color: #555;
	font-style:italic;
	margin-bottom:15px
}
#et-comments blockquote p {
	font-style:italic;
	margin:5px 0
} 
#et-comments .comment_container ul {margin: 0 0 15px 10px; padding-left: 20px}
#et-comments .comment_container ul ul { margin: 0}
#et-comments .comment_container ul li { list-style-type: disc !important}
#et-comments .comment_container ul ul li { list-style-type: circle}
#et-comments .comment_container ol {margin: 0 0 15px 10px; padding-left: 20px}
#et-comments .comment_container ol ol { margin: 0}
#et-comments .comment_container ol li { list-style-type: disc !important}
#et-comments .comment_container ol li ol li { list-style-type: lower-alpha}
.et-comments .children {padding-left: 55px;}
.etcomments .children .avatar {width:35px;height:35px}
.et-comments li.bypostauthor > div {
	background:#f5f5f5;
}
.et-comments li.bypostauthor > div:before {
	content:url(images/commentarrow-bypostauthor.png);
}
.comment-author .fa-user {color:#666}
.comment-author a {color:#222}

li li li .comment-date-link {position:static}
li li li .comment-top{margin-bottom:10px}
li li li .comment-author {margin-bottom:0}
.fullwidth li li li .comment-date-link {position:absolute}
.comment-edit-link {}
.comment-delete-link {}
.comment-spam-link {}
.comment-text {}
.comment-pagination {
	padding-left:20px;
	margin-top:10px;
}
.comment-pagination a, 
.comment-pagination .current {
	border:1px solid #ddd;
	padding:3px 12px;
	display:inline-block;
	text-decoration:none;
}
.comment-pagination a {
	background:#fcfcfc;
}
.comment-pagination a:hover {
	background:#0090d3;
	border:1px solid #0090d3;
	color:#fff;
}
#comment-pagination-1 {
	border-bottom:1px solid #ddd;
}
#comment-pagination-1 a, #comment-pagination-1 .current {
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	margin-bottom:-1px;
}
#comment-pagination-1 .current {
	border-bottom:1px solid #fff;
}
#comment-pagination-2 {
	border-top:1px solid #ddd;
}

#comment-pagination-2 a, #comment-pagination-2 .current {
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	margin-top:-1px;
}
#comment-pagination-2 .current {
	border-top:1px solid #fff;
}

/* Author page */

.et-page-header {
	height: 100%;
	width: 100%;
	min-height: 80px;
	padding: 20px 40px;
	vertical-align: top;
	box-sizing: border-box;
}

.auth-avatar {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.auth-avatar img {
	margin-right: 20px;
	width: 90px;
	padding-bottom: 0;
	display: inline-block;
	border: 1px solid #D5D5D5;
}

.auth-name {
	position: relative;
	display: inline-block;
}

.auth-name h1 {
	font-family: "RobotoSlab",Georgia,Times,serif;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
}

.auth-name p {
	line-height: 1.65;
}

.social-tools-wrapper {
	height: 60px;
	overflow: hidden;
}

.social-tools-wrapper ul.inline {
	display: inline-block;
}

ul.social-tools .tool:first-child {
	border-left: 1px solid #D5D5D5;
	margin: 0;
}

ul.social-tools .tool {
	display: inline-block;
	margin: 0 0 30px -4px;
	cursor: pointer;
	border: 1px solid #D5D5D5;
	border-left: 0;
	padding: 0.8em 1.3em;
	font-size: 1.58em;
	line-height: 1em;
}

.fa-facebook:hover {
	color: #3b5998;
}

.fa-twitter:hover {
	color: #00aced;
}

.fa-linkedin:hover {
	color: #0077b5;
}

.main-content {
	margin-top: 30px;
	margin-bottom: 50px;
	border-right: 1px solid #d5d5d5;
}

.layout-nonhome {
	margin-top: 45px;
}

.all-article-wrap {
	margin-right: 50px;
	margin-left: 15px;
}

.article-list {
	padding: 0 1.25em;
}

.article-each-author {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 32px;
}

h3.article-list-title {
	border-top: 3px solid #333;
	padding: 10px 0 10px;
	margin: 16px 0 30px 0;
	font: bold 25px "RobotoSlab",Georgia,serif;
	color: #2a2a2a;
	border-bottom: 1px solid #d5d5d5;
}

img.author-image-list {
	max-width: 220px;
	margin: 0 30px 0px 0px;
	float:left;
}


.article-title {
	display: table;
	margin-bottom: 15px;
	word-break: break-word;
}

.author-pub-time {
	margin-bottom: 40px;
}

h2.et-feed-headline {
	font-family: 'RobotoSlab',Georgia,Times, serif;
	font-style: normal;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	margin: 0;
}

.article-wrapper h2.et-feed-headline {
	font-size: 24px;
	line-height: 28px;
}

.article-each-author p.p-summary {
	color: #5a5a5a;
	font: normal 16px "Roboto-Regular", Arial, sans-serif;
	line-height: 24px;
}

.sidebar-wrapper {
	margin-top: 2.863em;
	padding: 0 3.25em;
}


/* footer simple */
.et-f-homepage-footer .homepage-footer-top {
	position: relative;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0 10px 25px;
}
.et-f-homepage-footer .homepage-footer-share-buttons {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.et-f-homepage-footer .homepage-footer-share-buttons p.adress {
	text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}
.et-f-homepage-footer .homepage-footer-button.first {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-right: none;
}
.et-f-homepage-footer .homepage-footer-top a {
	color: #2a2a2a;
	font-size: 14px;
	text-decoration: none;
}
.et-f-homepage-footer .homepage-footer-button {
	display: block;
	float: left;
	border: 1px solid #d5d5d5;
	font-family: "Roboto-Regular",Arial,sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 8px 10px 6px;
	line-height: normal;
}
.et-f-homepage-footer .homepage-footer-button.middle {
	border-right: none;
}
.et-f-homepage-footer .homepage-footer-button.last {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.et-f-homepage-footer .homepage-footer-buttons {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fa-vimeo:before {
	font-family: FontAwesome;
	content: "\f27d";
}
	/* user login signup */

	.user-loggedin {
		margin-top: 17px;
		float: right;
		color: #f9f9f9;
	}

	span.user-avatar {
		padding-left: 0.836em;
	}

	span.user-name {
		vertical-align: bottom;
	}

	span.user-name-white {
		color: #f9f9f9;
	}

	.social-share-mobile {
		display: none;
	}

	/* Registration - Login Pages */

	.rl-container {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.rl-options {
		margin-top: 2em;
	}

	.rl-header {
		text-align: center;
		margin: 0 auto;
	}
	.r-header {
		text-align: center;
	}

	.rl-header h1, .r-header h1 {
		font-family: Georgia, serif;
		font-size: 32px;
	}

	h2.rl-header-help {
		font-size: 16px;
		text-align: center;
		line-height: 1.25;
		max-width: 60%;
		margin: 0 auto;
		padding-bottom: 2.525em;	
	}

	h2.pass-header-help {
		font-size: 16px;
		text-align: center;
		line-height: 1.25;
		max-width: 60%;
		margin: 0 auto;
		padding: 0 1em 1em;	
	}

	.login-errors {
		max-width: 449px;
		border: 1px solid #1d1c58;
		background-color: #fbefef;
		text-align: center;
		margin: 0 auto 2.25em auto;
		padding: 1em 0.525em 0 0.525em;
	}

	.msg-success {
		max-width: 449px;
		border: 2px solid #1d7e39;
		background-color: #e7f6ef;
		text-align: center;
		margin: 0 auto 2.25em auto;
		padding: 1em 0.525em 0 0.525em;
	}

	.fb-login-wrapper {
		display: block;
		text-align: center;
		width: 100%;
	}

	.fb-login-btn {
		margin: auto;
	}

	.fb-login-btn a {
		font-family: 'Arial', sans-serif;
		font-size: 12px;
		color: #fff;
	}

	span.fb-login-button {
		vertical-align: top;
		padding: 1.25em 3.125em;
		border-radius: 4px;
		text-decoration: none;
		text-transform: uppercase;
		border: 1px solid #3b5998;
		background-color: #3b5998;
	}

	span.fb-login-button:before {
		font-family: FontAwesome;
		content: "\f09a";
		font-size: 26px;
		color: #fff;
		padding-right: 0.525em;
		vertical-align: middle;
	}

	.email-login {
		display: block;
		width: 100%;
	}

	.email-login-wrapper {
		margin: 2em auto;
		padding-top: 0.525em;
	}

	p.email-login-or {
		text-align: center;
		font-size: 16px;
		line-height: 0;
	}

	p.email-login-how {
		text-align: center;
		font-size: 14px;
		line-height: 1.25;
	}

	p.pass-reset-txt {
		padding: 0;
		text-align: left;
		font-size: 12px;
		line-height: 1.15;
	}

	.name-lastname {
		z-index: 1;
	}

	.password-reset {
		text-align: center;
		padding-bottom: 0.75em;
	}

	#loginform {
	    max-width: 350px;
	    margin: .75em auto;
	    padding: 2.25em 1.75em;
	    border: 1px solid #ececec;
	    background: #fff;
    }

    #loginform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}

	#signupform {
	    max-width: 310px;
	    margin: .75em auto;
	    padding: 1.25em;
	    border: 1px solid #f1f1f1;
	    background: #fff;
	}

	.email-form {
		margin: 1.125em 0;
	}

	input.registration-label {
		position: relative;
		display: block;
		width: 95%;
	}

	input.registration-email {
		position: relative;
		display: block;
		width: 97%;
	}

	p.form-row {
		font-size: 13px;
		line-height: 1.25;
		padding-bottom: 1em;
	}

	.g-recaptcha {
		transform:scale(0.85);
		-webkit-transform:scale(0.85);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

	.signup-submit {
		margin: 1.5em 1.836em 0.5em 1.836em;
	}

	/*#user_login, #user_pass {
		display: block;
		max-width: 170px;
	}*/

	#user_login, #user_pass {
    display: block;
    max-width: 100%;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #d1d3d4;
    outline: none;
    box-shadow: none;
}

	.button.button-primary {
		width: 100%;
		border: 1px solid #cac5c4;
		border-radius: 4px;
		color: #fff;
		text-transform: uppercase;
		background-color: #1d1c58;
	}

	.alignleft {
			margin-bottom: 10px;
	}

	footer .footer-firstrow {
			padding-bottom: 0px;
	}

	p.subtitle{
			font-style: normal;
	}

	.wp-caption {
			 background: none;
			 text-align: right;
	}

	blockquote p{
			font-size: 19px;
			line-height: 1.4em !important; 
			font-style: normal;
	}

	blockquote{
			border-right: none;
	}

	a.a_prespectives {
			font-size: 16px;
			color: #222;
	}

	#input_search, .input_search {
		transition: width 0.25s cubic-bezier(0.49,0.37,0.445,0.715);
		border: 0;
		outline: none;
		-webkit-appearance: none;
		box-shadow: none !important;
		font-size: 14px;
		height: 34px;
		line-height: 20px;
		text-indent: 0;
		border-radius: 4px;
		background-color: #f0f0f0;
		display: initial;
	}

	figcaption.wp-caption-text{
			font-size: 12px !important;
			line-height: 20px;
			margin: 0 30px;
			text-align: right !important;
	}

	/* No Slider Homepage Template Primary Cols */
	#noslider-left {padding-right: 15px;padding-top: 10px;}
	#noslider-right {padding-left: 15px;}
	#noslider-mid .entry-title {font-size:20px;line-height:1.15;padding:15px 0 6px 0;word-spacing: -0.02em;}
	#noslider-mid .large-posttitle {font-size:24px;line-height:1.1;padding: 0 0 6px 0;word-spacing: -0.02em;}
	#noslider-right .catname,#noslider-left .widgettitle {margin:0;padding:4px 7px;display:block;background:#1d1c58;text-shadow:none;color:#fff;font:18px/22px 'RobotoSlab',Georgia,Times, serif;overflow:hidden;text-align:center}
	#noslider-right .catname span {float:none;}
	#noslider-right .catname a {color:#fff;text-align:center;display:block;}
	#noslider-right .widget .noborderli li {border:none}
	#secondary-right .widget .widgetinner  li {padding:8px 6px} /*If its an actual widget, add padding bottom*/
	#secondary-right .widget li .postmeta {border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:3px 0;margin:8px 0 0} /* If its not a widget, and only a category, use postmeta class for spacing */ 
	#noslider-left-and-mid-wrapper .homepage728body .widget{width:728px;margin:25px auto 0}
	#noslider-center {float: left; width: 100%;}
	/* No Slider Homepage Template Primary Cols */
	
	#secondarycontent {display:block;margin-bottom:20px;}	
	#secondary-left.col-lg-2 {overflow:hidden;}

	#secondary-left .catname,#secondary-left .widgettitle {margin:0;padding:3px 7px;display:block;background:#1d1c58;text-shadow:none;color:#fff;font: bold 16px/22px 'Droid Sans', sans-serif;overflow:hidden;text-align:center}
	#secondary-left .catname span {float:none;}
	#secondary-left .catname a {color:#fff;text-align:center;display:block;}
	#secondary-left .widget .noborderli li {border:none}
	#secondary-left .widget li {background:#f5f5f5;padding:10px 6px 0;text-align:center;margin:0}
	#secondary-left .widget .widgetinner  li {padding:8px 6px} /*If its an actual widget, add padding bottom*/
	#secondary-left .widget li .postmeta {border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:3px 0;margin:8px 0 0} /* If its not a widget, and only a category, use postmeta class for spacing */ 
	#secondary-left .widget li a.entry-title {font:bold 17px/20px "palatino linotype",palatino,"times new roman",times,serif;letter-spacing:0}
	#secondary-left .widget li:hover {background:#efefef}		
		
	#secondary-mid.col-lg-6{}
	#secondary-right.col-lg-4{}	
	#secondary-right .featuredpost img {width:95px}
	
/*----- ={ MID SLIDER - TABBED BAR } -----*/
#mid-slider {margin-bottom:30px}
	
	/* Navigation of featured slider */
	.mid-slider-nav{
		border:1px solid #efefef;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		width:100%;
	}
	
	.mid-slider-mid-slider-nav {float:left;padding:0}
	.mid-slider-pagination ul {width:90%}
	.mid-slider-pagination li{display:inline;color:#434343;position:relative;float:left;position:relative;color:#555;display: inline-block;outline: none;background:#efefef;font-size:13px;line-height:13px;padding:12px 15px 10px;border-right:1px solid #ddd;text-decoration:none;cursor:pointer}
	.mid-slider-pagination li.cycle-pager-active,.mid-slider-pagination li:hover{background:#fff}
	
	.pagination-arrows {width:10%;text-align:right;margin:8px 8px 0 0;font-size:16px}
	.pagination-arrows a {color:#888;opacity:0.6;transition: opacity 1s ease-in-out;-moz-transition: opacity 1s ease-in-out;-webkit-transition: opacity 1s ease-in-out}
	.pagination-arrows a:hover {color:#2a2a2a;opacity:1;transition: opacity 1s ease-in-out;-moz-transition: opacity 1s ease-in-out;-webkit-transition: opacity 1s ease-in-out}
	
	#mid-slider .cycle-slideshow {border:1px solid #efefef;border-top:0}
	#mid-slider .cycle-slideshow > div {padding:20px 20px 0}
	#mid-slider .cycle-slideshow > div .featured-media {display:block;float:left;margin:0 20px 20px 0}
	#mid-slider .cycle-slideshow > div .aligncenter {display:block;margin:0 0 10px;line-height:0}
	#mid-slider .cycle-slideshow > div .featured-media.every_fourth {margin-right:0}
	#mid-slider .cycle-slideshow > div p {margin:0 0 10px}
	#mid-slider .cycle-slideshow > div .postmeta {margin:0;padding:0}
		
		#mid-slider .postinfo {margin-top:5px}
		
		#mid-slider .entry-title {font-size:18px}
		#mid-slider .entry-title a {}
		#mid-slider .entry-title a:hover {}
		
#secondary-bottom {margin-bottom:30px}
	.home_468x60 {width:468px;max-width:100%;margin:10px auto}	
	.liststyle.lastpost {margin:0;padding:0;border:none}
		
.bottomads {display:block;;margin:0 auto 30px;background:#f5f5f5;padding:7px;text-align:center;overflow:hidden;border:1px solid #efefef}	
.bottomads img {display:inline}
		
#subnews {padding-bottom:30px}
.subnews_row.subnews_first .subnews_posts_wrapper .featuredpost {margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #efefef}
.subnews_row .entry-title {font-size:19px;line-height:21px}
.subnews_row > div p {margin-bottom:5px}
.subnews_posts_wrapper .liststyle:last-child {margin:0;padding:0}
	
.gabfire-videos-widget {padding:9px;border:1px solid #efefef;width:100%;overflow:hidden}
.gabfire-videos-widget iframe,.gabfire-videos-widget .video-js {height:190px !important}
.gabfire-videos-widget .aligncenter {margin:0;display:block;line-height:0}
.widget.gabfire-videos-widget a {color:#555}
.widget.gabfire-videos-widget a:hover {color:#000}
	
		
/* FOOTER */
footer {}

	footer .footer-firstrow {
		background:#fafafa url(images/footer_top_shadow.png) repeat-x top;
		padding-top:25px;
		padding-bottom:25px;
	}

	footer .footer-firstrow .contacts td {
		padding: 3px;
	}

	footer .footer-firstrow .socials li {
		display: inline;
		padding-right: 5px;
	}

	footer .footer-firstrow .widget {
		margin-bottom: 15px;
	}

	footer .footer-firstrow .socials li a{
		color: #2a2a2a;
	}

	footer .footer-firstrow .fa-facebook:hover {
		color: #3A5795;
	}

	footer .footer-firstrow .fa-twitter:hover {
		color: #55ACEE;
	}

	footer .footer-firstrow .fa-google-plus:hover {
		color: #DD4B39;
	}

	footer .footer-meta-wrapper {background:#ddd url(framework/images/patterns/subtle-2.jpg);border-top:1px solid #ddd;}
	footer .footer-meta {font-size:12px;color:#666;overflow:hidden;border-bottom:1px solid #e8e8e8;padding:6px 0}	
	footer .footer-meta a {color:#444}
	footer .footer-meta a:hover {color:#000}
	footer .footer-metaleft{width:auto;margin:0}
	footer .footer-metaright {width:auto;text-align:right;margin:0}		
		
/*	----------------------------------------------
= SINGLE POST PAGE
-------------------------------------------------- */
	/* Added by ESh to change color bckg of each icon of csbwfs plugin
	.csbwfs-fb a, .csbwfs-tw a, .csbwfs-gp a, .csbwfs-li a {background: none repeat scroll 0 0 #fff;} */

	.gabfire_breadcrumb {
		position: relative;
		overflow:hidden;
		padding: 0 0 3px;
		border-bottom: 1px solid #efefef;
		text-shadow: 0 1px 0 #fff;
		box-shadow: inset 1px 1px 0 #fff;
		-webkit-box-shadow: inset 1px 1px 0 #fff;
		-moz-box-shadow: inset 1px 1px 0 #fff;
		color: #999;
		font-size:15px;
		margin:0 0 15px;
	}
	.gabfire_breadcrumb a, .gabfire_breadcrumb span {
		float: left;
		display: block;
		color: #2a2a2a;
		margin-right:10px
	}
	.gabfire_breadcrumb span {
		color: #999;
	}
	.gabfire_breadcrumb .gabfire_bc_separator {
		float: left;
		display: block;
		width:10px;
		margin-right:10px
	}		

	.fullwidth .post-wrapper {width:100% !important}
	.post-wrapper {padding-bottom:15px}	
	
	.innerslider-wrapper {position:relative;color:#fff;margin:0 0 20px}
	.carousel-gallery {list-style:none} 
	.carousel-gallery iframe {width:100%;min-height: 480px}
	.carousel-gallery img {width:100%}
	.carousel-gallery p.innerslide_text {padding:10px;margin:0;font-style:italic;position:absolute;left:30px;bottom:30px;width:300px;background:rgba(0,0,0,0.6);line-height:18px}
	.carousel-gallery .owl-pagination {
		position:absolute;
		right:10px;
		bottom:4px;
		opacity:0.5;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out		
	}
	.carousel-gallery.owl-theme .owl-controls .owl-page span {width:10px;height:10px;background:#fff;margin:0 3px}
	.carousel-gallery-controls {
		position:absolute;
		width:100%;
		z-index:1;
		right:0;
		top:50%;
		margin-top:-11px;
		height:22px;
		opacity:0.8;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out
	}
	.carousel-gallery-controls span i {font-size:24px;line-height:24px}
	.carousel-gallery-controls span {color:#fff;cursor:pointer;background:rgba(0,0,0,0.4);padding:2px 12px}
	.owl-controls.clickable {margin:0}
	.innerslider-wrapper:hover .carousel-gallery-controls,
	.innerslider-wrapper:hover .carousel-gallery .owl-pagination{
		display:block;
		opacity:1;
		-webkit-animation: fadeIn 1s; /* Safari, Chrome and Opera > 12.1 */
		 -moz-animation: fadeIn 1s; /* Firefox < 16 */
			-ms-animation: fadeIn 1s; /* Internet Explorer */
			 -o-animation: fadeIn 1s; /* Opera < 12.1 */
				animation: fadeIn 1s;	
	}

	.article-wrapper {font-size:16px;line-height:24px}

	.gallery figcaption.gallery-caption {
		 display:none
	}

	.gallery figcaption br {
		 display: none;
	}

	/* Previous image, next image and back to post links on attachment page */
	.attachment-nav {background:#eee;margin: 0 auto 7px;text-align: center;width: auto;padding: 7px;display: block;overflow: hidden;border: 1px solid #efefef;}
	.attachment-nav a {padding: 4px;margin: 3px;color:#434343;}
	.attachment-nav a:hover { color:#444; background: #f2f2f2;text-decoration:underline}	
	
	/* Post-Page Typograhpy */
	blockquote {
		clear: both;
		margin: 30px;
		padding: 15px 50px;
		border-left: 5px solid #555;
		border-right: 5px solid #555;
		background-color: #f7f7f7;
	    border: none;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	blockquote p em {
		line-height: 1.4;
		display: block;
	}
	blockquote p {
		font-style:italic;
		font-size:15px;
		line-height:21px;
		color:#666;
	    padding: 15px 0px;
        font-size: 19px;
	    line-height: 1.8em!important;
	    text-align: left;
	}

	article ul, article ol li, article ul li {
	    list-style: initial;
	    font-size: 19px;
	    line-height: 1.8em;
	    color: #111111;
	}

	article ol li {
	    list-style: decimal;
	    line-height: 1.3;
	    margin-bottom: 14px;
	}

	.kryesor-time-author.main-page{
		font-size: 11px;
		color: #20417e;
	}

	article ul, article ol{
		padding-left: 40px!important;
	}

	article ul {

	}



	
	.page-template-page-author .archive-pagination{
		display: none;
	}


	.article-body .inline-content{
	    overflow-x: hidden;
	}

	.article-body .inline-content img{
	    width: 100%!important;
	    max-width: 100%!important;
	}

	.entry ul { margin-bottom: 15px; padding-left: 30px}
	.entry ul ul{ margin: 0}
	.entry ul li {list-style-type: disc}
	.entry ul ul li{list-style-type: circle}

	.entry ol { margin-bottom: 15px; padding-left: 30px}
	.entry ol ol { margin: 0}
	.entry ol li { list-style-type: decimal}
	.entry ol ol li { list-style-type: lower-alpha}
	
	/* Author details below single post pages */
	.single_postmeta {padding:15px 0;margin-bottom:15px;border-top:1px solid #efefef;border-bottom:1px solid #efefef;width:100%;overflow:hidden}
	.single_postmeta p, .single_postmeta .entry-title {font:italic 13px/19px Georgia,Times,serif;color:#999;letter-spacing:0;margin:0}
	.single_postmeta a {font-family:Helvetica,Arial,sans-serif;color:#999;font-style:normal;text-decoration:none}
	.single_postmeta a:hover {color:#2a2a2a}
	.single_postmeta .avatar  { float: left;clear: left;display:block;margin-right: 10px}		

	.post-pagination {font-size:12px;line-height:19px;font-family:arial,sans-serif;display:block;float:left;width:100%;padding-bottom:10px}
	.post-pagination strong{float:left;margin:5px}
	.post-pagination span {background:#efefef;border:1px solid #efefef;display:block;padding:0px 5px;float:left;margin:4px 8px 0 0}
	.post-pagination a span {background:#fff;color:#2a2a2a;border:1px solid #efefef}
	.post-pagination a:hover span {background:#F76C3A;color:#fff}	

	.wp-caption {text-align: center;margin-bottom:0}
	.wp-caption img {border: 0px none;display: block;line-height:0;margin:0 auto;padding:0}
	.wp-caption .wp-caption-text {font-size: 12px;line-height: 20px;margin: 0;padding: 0 4px}		

	/*big picture post template*/
	.bigpicture_wrapper {
		margin:0 0 20px;
		padding:10px 10px 30px;
		border-bottom:1px solid #efefef;
	}
	.bigpicture .gabfire_breadcrumb {
		margin:0;
		background-image:none;
	}
	/* Big picture image wrapping */
	.bigpicture_item {
		overflow:hidden;
		background:#2a2a2a;
		padding:7px;
		margin-bottom:30px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
	}
	.bigpicture_item img{
		width:100%;
		height:auto;
	}
	.bigpicture_item:last-child {
		margin-bottom:0;
	}	
	/* caption text with in big picture */
	.bigpicture_item p {
		margin:0;
		color:#fff;
		padding:4px 10px 0;
	}
	.bigpicture .content {
		border-top:1px solid #e1e1e1;
		padding-top:40px
	}	
	.bigpicture .sidebar .widget:first-child .widgettitle {
		border-top:1px solid #e1e1e1 !important;
	}
	
	/*big slider post template*/
	.bigslider_wrapper {
		margin:0 0 20px;
		padding:5px 0 5px;
		border-bottom:1px solid #efefef;
	}	
	
	/* Left Sidebar */
	.leftsidebar .post-wrapper {float:right}
	.leftsidebar .sidebar-wrapper {float:left}
	
	/* Left Sidebar */
	.fullwidth .post-wrapper {float:right}
	
#wp-calendar { width: 100%; font-size: 13px}
#wp-calendar thead th { background: #f1f1f1; border: 1px solid #ddd; border-top: none; font-size: 13px}
#wp-calendar tbody td { background: #f1f1f1;text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease}
#wp-calendar tbody td:hover { background: #fff; color: #2a2a2a}
#wp-calendar tbody td a { display: block; text-decoration: none; background: #fff; color: #2a2a2a}
#wp-calendar tbody td:hover a { background: #4d4d4d; color: #fff}
#wp-calendar tfoot td { padding-top: 1px; padding: 4px}
#wp-calendar caption { cursor: pointer; font-size: 16px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #3b86b0; color: #fff}
#wp-calendar tbody a { display: block; text-decoration: underline}
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7}

/* =Pagination (Page 1 of x .. archive pages)
-------------------------------------------------------------- */
.numbered-pagination {text-shadow:none;font-size:12px;color:#666;margin-bottom:5px}
.numbered-pagination a{border:1px solid #ccc;display:block;float:left;padding:1px 7px;color:#666;margin-right:5px}
.numbered-pagination span {border:1px solid #ccc;display:block;float:left;padding:1px 7px;margin-right:5px}
.numbered-pagination a.pagi-next,
.numbered-pagination a.pagi-prev,
.numbered-pagination a.pagi-first,
.numbered-pagination a.pagi-last{border:1px solid #ccc;color:#666} 
.numbered-pagination .current{color:#444;background:#ddd;display:block;float:left;padding:1px 7px}
.numbered-pagination a:hover{border:1px solid #777;text-decoration:none}
	
/* Posts and Comments navigation */
.navigation {color: #777;font-size: 12px;line-height: 18px;overflow: hidden;clear:both;padding-bottom:10px}
	.navigation a:link,.navigation a:visited {text-decoration: none}
	.navigation a:active,.navigation a:hover {text-decoration: underline}
	.nav-previous {float: left;width: 50%}
	.nav-next {float: right;text-align: right;width: 50%}
	
/* Archive page pagination */
.archive-pagination {float:left;display:block;width:100%;margin-bottom: 5px;overflow:hidden;font:12px arial,sans-serif;margin:15px 0 20px}
	.archive-pagination .page-numbers {background:#fff;color:#2a2a2a;border:1px solid #efefef;display:block;padding:5px 8px 3px;float:left;margin:4px 6px 0 0}
	.archive-pagination .page-numbers:hover {background:#1d1c58;color:#fff;text-decoration:none}
	.archive-pagination .page-numbers.dots:hover {background:#fff;color:#2a2a2a}
	.archive-pagination .page-numbers.current,.archive-pagination .page-numbers.current:hover {background:#efefef;color:#2a2a2a}		

/* Archive Category and Tag page title */
.archive_cat_tag {padding:20px;background: #f5f5f5;border-bottom:1px solid #efefef;margin-bottom:20px;text-align:center}
.archive_cat_tag h1 {margin-bottom:10px;font:bold 36px 'Open Sans',arial, sans-serif;letter-spacing:-1px}
.archive_cat_tag p {font:19px georgia, serif;text-shadow:0 0 1px #eee;margin:10px 0 0}	
	
.archive .postmeta {text-align:left;font-size:13px;margin:7px 0 10px}	
.archive .mag-archive .postmeta {text-align:right;font-size:12px}
.archive .mag-archive #secondarycontent {margin-bottom:30px;}
.archive .mag-archive .mag-subnews .postmeta {text-align:left}
.archive .mag-archive .archive-4col article:nth-child(1) {margin-top:0;padding-top:0;border-top:none}
.archive .mag-archive .archive-4col article .entry-title {margin:0 0 10px;}
.archive .mag-archive .archive-4col article .postmeta {margin:0 0 15px}
.archive .mag-firstrow {margin-bottom:30px}
.archive-default .entry-title {font-size:32px;line-height:35px;margin:0}
.archive-default article {margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #efefef}
.archive-default article.last_archivepost {margin-bottom:0;padding-bottom:0;border-bottom:none}

@media print {
  header, nav, #masthead, .site-nav ,#comments,footer, .sidebar{
     display:none
    }
	main {display:block;width:100%;margin:0 auto}

	.socialshare-items{
		display: none;
	}
}

/** my custom style **/

/** Exit Shpjegon Sidebar **/

.side-widgets .posttitle {
	font-size: 15px;
	font-family: 'Roboto-Regular',Georgia,Times, serif;
}

.side-widgets .posttitle-bold {
	font-size: 15px;
	font-family: 'RobotoSlab',Georgia,Times, serif;
}

.side-widgets .posttitle:hover a, .side-widgets .posttitle-bold:hover a {
	color: #1d1c58;
}

.side-widgets .widgetinner {
	counter-reset: div;
	padding-right: 30px;
}

.chevron-right:before {
	content: '\f101';
	color: #1d1c58;
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 10px;
}

.side-widgets .with-numbers div {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 1px 0;
	padding-top: 1px;
	list-style-type: none;
	border-top: none;
}

.side-widgets .featuredpost .posttitle, .side-widgets .featuredpost .posttitle-bold {
	display: block;
	letter-spacing: 0;
}

.side-widgets .featuredpost .posttitle-bold {
	padding: 10px 0 0 4px;
	line-height: 1.15;
}

.side-widgets .featuredpost .posttitle {
	padding: 10px 0 0 28px;
}

.side-widgets .posttitle a {
	color: #222;
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
}

span.et_comments {
	padding-left: 30px;
	color: #1d1c58;	
}

span.gabfire-views {
	float: right;
	margin-right: 10px;
	padding: 3px 4px 2px 4px;
	background: #949492;
	color: #ffffff;
	border-radius: 6px;
	border-bottom: 4px solid #716e6e;
}

/** ultimate post **/

.sidebar .upw-posts .entry-image img {
	float: right;
	width: 110px;
	height: 72px !important;
	padding-left: 4px;
}

.sidebar .upw-posts .entry-title {
	font:400 15px 'Georgia', serif;
}

.sidebar .upw-posts {
	counter-reset: h4;
}

.sidebar .upw-posts h4:before {
	font-size: 30px;
	color: #ccc;
	content: counter(h4) ".";
	counter-increment: h4;
	position: absolute;
	left: 0;
	padding-top: 9px;
}

.sidebar .upw-posts a:hover {
	color: #000;
}

.sidebar .upw-posts article {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 1px 0;
	padding-top: 1px;
	list-style-type: none;
	border-top: none;
	border:0;
}

.sidebar .upw-posts .entry-title {
	display: table;
	min-height: 62px;
	border-top: 1px solid #ccc;
	padding: 0 0 0 30px;
	line-height: 19px;
	letter-spacing: 0;
	margin: 0;
}

.sidebar .upw-posts .entry-title a {
	color: #000;
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
}

.sidebar .upw-posts article {
	padding-top: 4px;
	padding-bottom: 4px; 
}

.sidebar .upw-posts header {
	margin-bottom: 0px; 
}

.sidebar .upw-posts .entry-image {
	margin-bottom: 0px;
}

/** header menu button for video **/

.btn-default-white {background-color: #1a1a1a; color: #f1f1f1;font-size:15px;}
.btn-default-white:hover, .btn-default-white:active {color:#868686;}
.v-bars {font-size: 16px;}

.v-kerko a {color: #f1f1f1;}

.videobody {position:relative; display: block; width: 100%; margin: 0; background-color: #292929;}

/** single post page**/

.postData time {
	color: #888;
}

.postData .nga {
	color:#888;
}

#et-full.et-category-header{
	display: none;
}

@media (min-width: 992px) {
	.widgetinner {
		padding-left:0;/*25px;*/
	}
}

.widgettitle {
	display: block;
	font-family:'Roboto-Medium',Arial,sans-serif;
	font-size: 1.125em;
	line-height: 1.15;
	color: #222;
	margin-bottom: 12px;
}

.widgettitle:before {
	display: block;
	content: "";
	width: 2.125em;
	height: 0.25em;
	background-color: #222;
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
	.widgettitle:before {
		display: block;
		content: "";
		width: 2.125em;
		height: .25em;
		background-color: #222;
		margin-bottom: 5px;
		margin-top: 20px;
	}
}

/** footer **/

.top a {
	background-color: #bbb;
	padding:3px 15px;
	color: #fff
}

.top a:hover {
	color: #444
}

footer .footer-firstrow .redaktor {
	display: table;
	margin: 17px auto 0;
}

footer .footer-firstrow .redaktor td {
	padding: 3px;
}

.in-the-news li.custom-label{
	color: #1d1c58;	
}

.single-post article{
    margin-top: 10px;
}

.single-post article a {
	text-decoration: underline;
    color: #242641;
}

.single-post article img {
	max-width: 100%;
}
@media only screen and (max-width: 108em) {
	.customwide-all {
		max-width: 91.4%;
	}
	.customwide-article {
		max-width: 80% !important;
	}
	.customwide-video {
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 90em) {
	.customwide-all {
		max-width: 91.4% !important;
	}
	.customwide-article {
		max-width: 80% !important;
	}
	.customwide-video {
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 1440px) {
	.customwide-article .et-f-theme-normal.full article>p {
		font-size: 19px;
		line-height: 1.5em;
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 1440px) {
	.customwide-article .et-f-theme-normal.full article>p {
		font-size: 18px;
		line-height: 1.5em;
		margin-bottom: 18px;
	}

	#topper-headline h1 {
		font-size: 48px;
		line-height: 1.1em;
	}
}

@media (max-width: 83.188em) and (min-width: 74.938em) {
	.pikepamje-skin {
		height: 152px;
	}
	.pikepamje-single {
		height: 168px;
	}
}

@media only screen and (max-width: 75em) {
	.customwide-all {
		max-width: 91.6% !important;

	}
}

@media only screen and (max-width: 61.9375em) {

	#noslider-top {
		border: 0;
	}
}


@media only screen and (max-width: 48em) {
	#noslider-left {
		border-right: 1px solid #D5D5D5;
		position: relative;
		left: 1px;
		padding-right: 15px;
	}

	#noslider-mid {
		border-left: 1px solid #d5d5d5;
	  padding-left: 15px;
	}
}

@media only screen and (min-width: 1220px) {
	.customwide-article, .et-sig-line, .article-body {
		font-size: 16px;
		line-height: 1.1em;
	}
}

@media only screen and (max-width: 992px) {

	#noslider-center .kryesore-tjera-single {
		margin-right:0;
	}
	#noslider-right {
		padding: 0;
	}
	#noslider-top {
		margin-bottom: 0;
	}
	#logo-in-nav {
		display: block !important;
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
		visibility: visible !important;
	}
	#sections-menu-wide {
		display: none;
	}	

	.top-table.border-bottom-thick::after, .top-table.border-bottom-hairline::after, .top-table.border-bottom-hairline-top-table::after, .top-table.border-bottom-hairline-kinda-tight::after, .top-table.border-bottom-hairline-tight::after, .top-table>.layout.border-bottom-thick::after, .top-table>.layout.border-bottom-hairline::after, .top-table>.layout.border-bottom-hairline-top-table::after, .top-table>.layout.border-bottom-hairline-kinda-tight::after, .top-table>.layout.border-bottom-hairline-tight::after {
	width: 100%;
	}

	.in-chain.border-bottom-thick::after, .in-chain.border-bottom-hairline::after, .in-chain.border-bottom-hairline-top-table::after, .in-chain.border-bottom-hairline-kinda-tight::after, .in-chain.border-bottom-hairline-tight::after, .in-chain.border-bottom-airy::after, .in-chain.border-bottom-none::after, .in-chain.border-bottom-kinda-tight::after, .in-chain.border-bottom-tight::after {
		width: 100%;
	}

	.side-widgets .featuredpost .posttitle {
		display: table-cell !important;
		width: 700px;
		left: 0;
		right: 120px;
	}

	/* Single page - news */
	.customwide-article {
		max-width: 100% !important;
	}

	.customwide-article #top-content {
		width: 100%;
		border-bottom: 0;
		margin-bottom: 10px;
		margin-left: 0;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.customwide-article #main-content {
		border: none;
		margin: 0;
		padding: 0;
	}

	#topper-headline h1 {
		font-size: 44px;
		line-height: 1.1em;
		word-spacing: -.02em;
		margin-bottom: 8px;
	}

	.customwide-article #main-content .inline-photo>span, .et-sig-line, .customwide-article .et-f-theme-normal.full article>p {
		margin-left: 14%;
		margin-right: 13%;
		width: auto;
	}

	/* Author Page */
	
	.et-page-header {
		padding: 20px;
	}

	#main-content {
		border-right: none;
	}

	.all-article-wrap {
		margin: 0;
	}

	/* Single page - social buttons */

	.socialshare-items {
		display: none;
	}

}

@media (max-width: 991px) and (min-width: 767px) {
	
	#noslider-mid {
		padding:10px 0 0 15px;
	}
	.mastnav {
		text-align: center !important;
		padding: 0 0 30px;
		margin-left: 38%;
		margin-top: 18px;
	}
	#edition-time.toggle-right {
		width: auto;
	}
	.mastnav .et-right {
		float: left !important;
		padding-left: 4%;
	}

	.topper-headline {
		width: calc(100% - 220px);
	}

	/* 404 Page */

	.error404 {
		padding: 0 2.25em;
	}
	.post-lead-404 {
		margin: 4.5em auto;
	}
	.post-lead-404 h1 {
		font-size: 36px;
	}
	.input-prepend label {
		padding-bottom: 2.25em;
		font-weight: unset;
		font-size: 18px;
	}
	.input-prepend input {
		max-width: 364px;
	}

}

@media only screen and (min-width:767px) {
	.top-nav ul li>a {
		line-height: 75px;
		height: 75px;
	}
	.top-nav ul li>a.et-button {
		margin: 19px 0;
	}
	.sections-nav {
		top: 60px;
	}
	#wpadminbar {
		top: 60px !important;
	}
	.mobile-front-featured {
		display: none;
	}
	#most-read ul.large li .number {
		margin-top: -4px;
	}
	#most-read ul.large li .number:before {
		position: relative;
		font-family: 'RobotoSlab',Georgia,Times, serif;
		font-size: 22px;
		color: #222;
		content: counter(div) "";
		counter-increment: div;
	}
	.skin.skin-card {
		padding: 15px;
		border: 1px solid #e9e9e9;
		border-bottom-color: #d5d5d5;
		border-bottom-width: 2px;
		border-radius: 4px;
		background-color: #fff;
		color: #333;
	}
	ul.large {
		font: normal 16px "RobotoSlab", Georgia, serif;
	}
	#most-read ul.large li {
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #d2d2d2;
	}
	#most-read ul.large li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	#most-read ul.large li>a {
		display: block;
	}
	#most-read ul.large li img.photo {
		margin-left: 10px;
	}
	#most-read ul.large li .headline {
		font-family: Georgia, serif;
		font-size: 15px !important;
		line-height: 18px !important;
		padding-left: 15px;
		padding-top: 2px;
		overflow: hidden;
		min-height: 65px;
	}
	.post-lead-404 {
		margin: 4.5em auto;
	}
	.post-lead-404 h1 {
		font-size: 46px;
	}
	.input-prepend label {
		padding-bottom: 2.25em;
		font-weight: unset;
		font-size: 18px;
	}
	.input-prepend input {
		max-width: 364px;
	}

}

@media only screen and (max-width:849px) {
	/*body .container {
		margin-top: 29px;
	}*/
	html #wpadminbar.mobile {
		z-index: 9 !important;
	}
	html body.logged-in #wpadminbar.mobile {
		top: -53px;
	}
	body.logged-in .user-loggedin {
		display: none;
	}
	.pikepamje-skin .col-xs-9 {
		padding-left: 15px;
	}
}
@media only screen and (min-width:850px) {
	#wpadminbar { 
		z-index: 9 !important; top: 75px !important; 
	}

}

@media only screen and (max-width:767px) {

	/* Home page display */
	.noshow, .mobile-front-featured {
		display: block;
		width: 100%;
	}

	blockquote p {
    	line-height: 1.3em!important;
	}

	#noslider-left, #noslider-right, #noslider-mid {
		border: 0;
		padding: 0;
	}

	#exit-header-ads {
		display: none;
	}

	.pikepamje-single {
		padding: 0;
	}

	.news-kryesor-top h2 {
		padding: 10px 0;
	}

	h2.pikepamje-title {
		font-size: 1.125em;
		padding: 0;
	}

	img.pikepamje-image {
		width: 64%;
		height: 64%;
	}

	.social-tools-wrapper {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	.auth-avatar, .auth-name {
		text-align: left;
	}

	.auth-name h1 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 0;
	}

	/* Header and navigation */
	.et-main-navigation {
		margin: 0 -20px;
	}

	#main-sections-nav-inner {
		width: 325px !important;
	}

	.mobile-settings-button {
		display: block !important;
	}
	
	.mobile-nav-button .section-menu-btn {
		padding-left: 0 !important;
		line-height: 70px !important;
		height: 60px !important;
		font-size: 20px !important;
	}

	.sign-up-buttons {
		right: -330px;
		width: 300px;
		top: 75px;
		position: fixed;
		background-color: #F0F0F0;
		height: 1000px;
		overflow: scroll;
	}

	.top-nav #nav-subscribe {
		left: 0;
	}
	.sideitems {
		padding-left: 10px;
	}
	.button-group hr {
		display: block;
		margin: 20px 0;
		border-top: 1px solid #d5d5d5;
	}
	#logged-in-status {
		min-width: 102px;
		border-radius: 4px;
		padding: 10px;
	}

	#logged-in-status #nav-subscribe a {
		background-color: #242641;
		color: #fff;
	}
	#logged-in-status #nav-subscribe a:hover {
		background-color: #3d73d5;
	}
	#logged-in-status #nav-sign-in a {
		color: #2a2a2a;
	}
	#logged-in-status #nav-sign-in a:hover {
		background-color: #f9f9f9;
	}
	li.login a:after {
		font-size: 16px;
		color: #2a2a2a;
	}
	#logged-in-status li>a.et-button {
		font-family: "Roboto-Regular", Arial, sans-serif;
		text-transform: none;
		color: #5a5a5a;
		text-decoration: none;
		background-color: #fff;
		border: 0;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 0;
		text-align: center;
	}
	#logged-in-status li {
		height: auto;
		min-width: 100px;
		float: none;
		background-color: #F0F0F0;
	}
	#logged-in-status li.nav-sign-in {
		margin-top: 20px;
	}
	#logged-in-status ul.site-info li {
		float: none;
		padding: 6px 0;
	}
	.visible-xs {
		display: block !important;
	}
	ul.site-info li a {
		font-family: Arial, sans-serif;
		font-size: 12px;
		line-height: 28px;
		color: #2a2a2a;
	}
	ul.site-info li a:hover {
		color: #1d1c58;
	}
	#most-read {
		display: none;
	}
	.rl-header h1, .r-header h1 {
		font-size: 24px;
	}

	/* 404 Page */

	.error404 {
		padding: 0 2.25em;
	}
	.post-lead-404 {
		margin: 25% auto;
	}
	.post-lead-404 h1 {
		font-size: 36px;
	}
	.input-prepend label {
		padding-bottom: 2.25em;
		font-weight: unset;
		font-size: 18px;
	}
	.input-prepend input {
		max-width: 364px;
	}

	/* Author page */
	#main-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Footer simple */
	.homepage-footer-share-buttons {
		display: none;
	}
	.homepage-footer-buttons {
		display: none;
	}
	
	blockquote p{
		font-size: 17px;
	}

}

@media only screen and (max-width: 500px) {

	/* Author page */
	.et-page-header {
		padding: 2px 15px;
	}
	.auth-name, .auth-avatar {
		display: block;
		text-align: center;
	}
	.auth-name h1 {
		font-size: 48px;
		line-height: 48px;
	}
	ul.social-tools .tool {
		font-size: 1.2em;
	}

	/* Author page */
	img.author-image-list {
		display: none;
	}

}

@media only screen and (max-width:480px) {

	/* Home page display */
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	.news-kryesor h2.entry-title {
		font-size: 26px;
		line-height: 28px;	
	}
	.lastpost {
		border-bottom: 1px solid #d5d5d5;
		margin-bottom: 15px;
	}
	img.left-second {
		display: none;
	}
	img.center-first {
		max-height: 220px;
	}
	img.noshow, img.center-second {
		display: inline;
		float: right;
		margin: 10px 0 10px 20px;
		max-width: 145px;
	}
	#noslider-mid .large-posttitle {
		font-size: 20px;
		line-height: 1.15;
	}
	.noslider-right-custom {
		padding-left: 0;
	}
	.pikepamje-single {
		height: 112px;
	}
	.pikepamje-skin {
		height: 106px;
	}
	img.pikepamje-image {
		width: 82%;
		height: 82%;
	}
	.et-f-homepage-card {
		padding: 0 0 20px 0 !important;
	}
	.g-recaptcha {
	  transform: scale(0.70);
		-webkit-transform: scale(0.70);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.registration {
		margin-top: 0.250em !important;
	}
	.rl-options {
		margin-top: 1.863em;
	}
	.rl-header h1, .r-header h1 {
		font-size: 13px;
	}

	/* Header and navigation */

	/* Single page - news */
	#topper-headline h1 {
		font-size: 28px;
		line-height: 1.15em;
		word-spacing: -.02em;
		margin-bottom: 3px;
	}
	.headline-cat {
		font-size: 14px;
	}
	.customwide-article #main-content .inline-photo>span, .et-sig-line, .customwide-article .et-f-theme-normal.full article>p {
		margin-left: 6%;
		margin-right: 5%;
		width: auto;
	}

	.et-caption {
		font-size: 12px;
		line-height: 1.4em;
		color: #787878;
	}
	.customwide-article .et-f-theme-normal.full article>p {
		font-size: 17px;
		line-height: 1.5em;
	}

	.et-sig-line {
		padding-bottom: 12px;
	}

	.et-sig-line .published {
		font-size: 12px;
		display: block;
		padding-left: 0px;
	}

	#et-comments {
		margin: 15px 20px
	}

	.noslider-right-custom .reportsafe {
		margin: 50px 0;
		padding: 0 20px;
	}

	.report-text {
		padding-left: 35px;
	}

	.report-text p {
		font-size: 14px;
		line-height: 18px;
	}

	/* Category */

	.cat-group-header {
		padding: 20px 5px 25px 5px;
	}
	.cat-title span {
		font-size: 24px;
		line-height: 28px;
	}
	.nosocial {
		display: none;
	}
	
	#main-content {
		margin-top: 5px;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.all-article-wrap-category {
		margin: 0 auto;
	}
	
	h2 { font-size: 22px; }

	.article-each-category h2.et-feed-headline {
		font-size: 18px;
		line-height: 20px;
	}

	.article-each-category {
		margin-left: 0;
		margin-bottom: 14px;
	}

	img.cat-image-list {
		max-width: 115px;
		margin: 0 0 10px 15px;
	}

	.article-each-category p.p-summary, .article-each-category-first p.p-summary {
		font-size: 15px;
		line-height: 20px;
	}

	.author-pub-time {
		margin-bottom: 15px;
	}
	
	/* Footer simple */

	.social-share-mobile {
		position: fixed;
		display: block;
		bottom: 0;
		width: 100%;
		height: 55px;
		background-color: #f1f1f1;
		border-top: 3px solid #a0a0a0;
	}

	.social-sharethis-post {
		position: relative;
		display: block;
		margin: 7px auto;
		text-align: center;
	}

	.social-sharethis-post a {
		display: inline-block;
		border-left: 1px solid #d5d5d5;
	}

	.social-sharethis-post .fa {
		text-align:center;
		font-size:22px;
		line-height:0.75em;
		min-width:50px;
		color:#2a2a2a;
		display:block;
		padding:10px 5px;
		background-color: #f7f7f7;
	}
	.social-sharethis-post a:first-child {
		border: 0;
	}

}

.related-posts-single.pikepamje {
	margin-top: 30px;
	padding-bottom: 20px;
}

.related-posts-single.pikepamje .widget-title {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.related-posts-single article {
	margin-top: 0px;
}

h4.mvp-widget-home-title {
    float: left;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

h4.mvp-widget-home-title:before {
    content: '';
    background: #d2d1d2;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
}
span.mvp-widget-home-title {
    color: #4a4a4a;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 8px 13px;
    position: relative;
    text-transform: uppercase;
    /* transform: skewX(-15deg); */
    z-index: 1;
    text-transform: uppercase;
    font-style: normal;
}

ul.mvp-feat1-list-buts li.active span.mvp-feat1-list-but, span.mvp-widget-home-title, span.mvp-post-cat, span.mvp-feat1-pop-head {
    background: #ffffff;
}

.post_related, .post_trending
{
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
}

.post_trending
{
	margin-bottom: 30px;
}

.post_related .one_third
{
	margin-bottom: 0;
}

.post_related .one_third .status-publish {
	padding: 0 15px;
	display: block;
	float: left;
	width: 100%;
}
.post_related .post_img
{
	margin-top: 0;
}

.post_img.one_third
{
	margin-top: 0;
}


.blog_grid_content
{
	width: 100%;
	clear: both;
	box-sizing: border-box;
	float: left;
}

.post_header.grid {
    margin-bottom: 15px;
    width: 100%;
    float: none;
}
.post_related .post_header {
    text-align: left;
}


.post_related strong {
    font-size: 16px;
    margin-bottom: 5px;
}
.post_related strong a {
    color: #222;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    text-decoration: none !important;
}

.post_attribute, .comment_date, .post-date {
    padding: 0;
    margin-top: 10px;
    color: #999;
    letter-spacing: 0;
    font-size: 12px;
}

.media-item.parenthetical .media-item__summary .headline a {
	text-decoration: none !important;
}
.post_thumb {
    background-image: url(https://exit.al/wp-content/uploads/2019/02/donika-prela.jpg);
    height: 170px;
    background-size: cover;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
	.post_thumb { 
		height: 250px;
	}
}


article.articleBody .square ul , article.articleBody .square ul  li {
	list-style: square;
}

article.articleBody .circular ul , article.articleBody .circular ul li {
	list-style: disc;
}

article.articleBody .line ul , article.articleBody .line ul li {
	list-style: square inside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
}

.mkdf-author-description {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
    background: transparent;
/*    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;*/
    border-radius: 3px;
    padding: 0 20px;
}

.mkdf-author-description .mkdf-author-description-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0 22px 0px;
}

.mkdf-author-description .mkdf-author-description-image {
    float: left;
    width: 145px;
}

.mkdf-author-description .mkdf-author-description-image a {
    position: relative;
    z-index: 2;
}

.mkdf-author-description .mkdf-author-description-image a, .mkdf-author-description .mkdf-author-description-image img {
    display: block;

}

.mkdf-author-description .mkdf-author-description-image a, .mkdf-author-description .mkdf-author-description-image img {
    display: block;
    border-radius: 50%;
}

.mkdf-author-description .mkdf-author-description-text-holder {
    position: relative;
    padding-left: 168px;
}

.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name {
    display: block;
    margin: 4px 0 0;
}

.single-post .mkdf-author-description .mkdf-author-description-text-holder h6.mkdf-author-name {
    font-weight: 600;
}

.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name a, .mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name span {
    color: #333;
}

.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name a, .mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name span {
    color: #333;
}

.mkdf-author-description .mkdf-author-text {
    display: block;
    margin: 12px 0 0;
}

.mkdf-author-description .mkdf-author-text p {
    margin: 0;
}

article ul {
    padding-bottom: 20px;
    padding-top: 10px;
}

article ul li {
    list-style: initial;
    font-size: 19px;
    line-height: 1.3em;
    color: #111;
    margin-bottom: 15px;
}

.original-source {
	padding: 5px; 
	display: block; 
	text-align: left; 
	padding-top: 20px;
}
.pswp__preloader__icn {
    opacity: 1;
    width: 14px;
    height: 14px;
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
    margin: 0 auto;
}

#post-preloader {
    text-align: center;
    padding: 0px 0px 18px 0px;
}

.post-listing {
	float: left;
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}

div.load-more {
    text-align: center;
    padding: 10px 20px;
    width: 150px;
    background: #242641;
    border-radius: 5px;
    color: white;
    margin-bottom: 20px;
    height: auto;
    position: absolute;
    bottom: 19px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

div.load-more.loading:after {
	content: "";
    position: absolute;
    background: #242641;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #242641 url(images/exitloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: not-allowed;
    pointer-events: none;
}

/* The idea of animating inner circle is based on Polymer loading indicator by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */
.pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
  
    position: absolute;
  top: 0;
  left: 0;
}

.pswp__preloader__donut--fake {
   box-sizing: border-box;

  width: 14px;
	height: 14px;
	
  
  border: 2px solid red;
   border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  
	background: none;
	margin:0;
}

.pswp__preloader__donut {
  box-sizing: border-box;

  width: 14px;
	height: 14px;
	
  
  border: 2px solid #000;
   border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  
    position: absolute;
  top: 0;
  left: 0;
 
  
  
	position: absolute;
  top: 0;
  left: 0;
  
	background: none;
	margin:0;
  
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;

}


@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg) }
  100% { -webkit-transform: rotate(360deg) }
}
@keyframes clockwise {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
@-webkit-keyframes donut-rotate {
  0% { -webkit-transform: rotate(0) }
  50% { -webkit-transform: rotate(-140deg) }
  100% { -webkit-transform: rotate(0) }
}
@keyframes donut-rotate {
  0% { transform: rotate(0) }
  50% { transform: rotate(-140deg) }
  100% { transform: rotate(0) }
}


