/*
	Theme Name: kreview
	Theme URI: http://kentooz.com
	Description: kreview is powerfull and clean magazine theme. Suitable for any blog and news. Made with bootstrap framework.
	Author: kentooz - Gian MR
	Author URI: http://www.gianmr.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.2
    Tags: light, two-columns, right-sidebar, fixed-width, theme-options, translation-ready, featured-images, custom-menu, editor-style, custom-background
*/

/* ======== STRUCTURED CSS KENTOOZ PORTOFOLIO =======
## 1. GENERAL
## 2. HEADER
## 3. TOPMENU
## 4. LOOP
## 5. WIDGET
## 6. COMMENT
## 7. FOOTER
## 8. PRETTIFY
## 9. OTHER
================================================== */

/* =================================================== 
######################  1. Start GENERAL #############
 ================================================== */
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,a img,:link img,:visited img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
b {	
	font-weight:bold;
	color:#989898;
	font-style: italic;
}
body {
	background: #efefef url(img/pattern-3.png);
	color: #000;font: 12px/17px Helvetica,Arial,"DejaVu Sans Condensed",sans-serif;	
	margin: 0px auto 0px;
}
a {
	color:#333333;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color:#333333;
	text-decoration: underline;
}
a:focus {
	outline:none;
}
.allwrap{
	background: none repeat scroll 0 0 #FFFFFF; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);   
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); 
	max-width:960px;
	margin:0px auto 40px auto;
}
blockquote {
	background: #f8f8f8 url(img/quote.png) no-repeat 12px 21px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	padding: 20px 20px 20px 55px;
}
blockquote p{
	font-size:12px;
}

/* =================================================== 
#####################  2. Start HEADER ###############
 ================================================== */
.mainheader-wrapper {
	background: #fdfff5;
}
.tinynav { 
	display: none; 
}
.mainheader {
	padding-top:10px;
	padding-bottom:10px;
}
.headbanner img,.headbanner iframe {
	max-width:728px;
	width:100%;
}
.xdate {
	float: left;
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	color:#e51400;
	padding:0px 10px;
	font-weight:bold;
}
#search {
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	color:#333333;
	float: right;
	position: relative;
}
#search input[type="text"], #search select {
	border-radius: 0px 0 0 0px;
	-moz-border-radius: 0px 0 0 0px;
	-webkit-border-radius: 0px 0 0 0px;
	background-color: rgba(0,0,0,0.1);
	margin-right:-10px;
}
#search input[type="text"] {
	border: none;
	padding: 5px 40px 5px 6px;
	width: 200px;	
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	color:#333333;
}
#search input[type="text"]:focus {
	border: none;
}
#search input[type="submit"] {
	background: url("img/search.png") no-repeat scroll center center transparent; 
	border: 0 none; box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	cursor: pointer;
	height: 20px;
	opacity: 0.75;
	overflow: hidden;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 5px;
	width: 20px;
}
#search input[type="submit"]:hover, 
#search input[type="submit"]:focus {
	opacity: 1;
}
#search input#s{
	border: none;
	padding: 5px 40px 5px 6px;
	width: 200px;		
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	color:#333333;
}
/*** Menu **/
#mainmenu {
	background: #0050ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #0050ef 0%, #003fed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0050ef), color-stop(100%,#003fed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0050ef 0%,#003fed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0050ef 0%,#003fed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0050ef 0%,#003fed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0050ef 0%,#003fed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050ef', endColorstr='#003fed',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid rgba(225,225,225,0.7); 
	font-size: 14px;
	line-height: 20px;
	position: relative;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	margin:auto -10px;
}
#secondmenu {
	text-align:center;
	background: #f0f0f0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(255,255,255,0.8);
	font-size: 11px;
	line-height: 30px;
	height:30px;
	text-shadow: 1px 1px rgba(255,255,255,0.1);
	position: relative;
}
#teaser-wrap {
	margin-top:-10px;
}
.teaserl-menu {
	display:block;
	width:10px;
	margin-left:-20px;
	height:10px;
	background:url(img/element.png) no-repeat 0px 0px;
}

.teaserr-menu {
	display:block;
	margin-right:-20px;
	width:10px;
	height:10px;
	background:url(img/element.png) no-repeat -10px 0px;
}
#mainmenu ul {
	padding: 0;
	margin:0px 0px 0px -1px;
	position: relative;
}
#secondmenu ul {
	padding: 0;
	margin: 0;
	position: relative;
}
#mainmenu ul li.home span {
	display: block;
	height: 20px; 
	width:23px;
	border: 0 none !important;
	background: transparent url("img/home.png") no-repeat;
	position: relative;
	text-align: center;
	z-index: 1;
}
#mainmenu ul > li,
#secondmenu ul > li {
	display: block;
	float: left;
	position: relative;
}
#mainmenu ul > li > a {
	border-right:solid 1px rgba(0, 0, 0, 0.2);
	box-shadow:1px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 0 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 0 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: block;
	padding: 9px 14px;
	text-decoration: none !important;
}
#mainmenu ul > li a:hover, #hot-cat ul > li a:focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
#mainmenu ul.categories > li > a {
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	position: relative;
}
#mainmenu li:hover > ul {
	display: block;
	top: 38px;
}
#mainmenu ul ul {
	background: #0050ef;	
	-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);  
	-moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	width: 200px;
	z-index: 99;
}
#mainmenu ul ul li {
	float: none; 
}
#mainmenu ul ul a {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 500;
	padding:7px 12px !important;
	text-align: left;
	text-transform: none;
}
#mainmenu ul ul a:hover, 
#mainmenu ul ul .hover > a,	
#mainmenu ul ul .current_page_item > a, 
#mainmenu ul ul .current_page_item > a:hover,
#mainmenu ul ul .current_page_parent > a, 
#mainmenu ul ul .current_page_parent > a:hover {
	background: #003fed;
	color: #fff;
}
#mainmenu ul ul .current_page_item:after, 
.not-ie #mainmenu ul ul .current_page_parent:after { 
	display: none; 
}
#mainmenu ul ul ul {
	left: 200px !important;
	top: 0 !important;
}
#secondmenu ul > li > a {
	border-right:solid 1px rgba(30, 30, 30, 0.125);
	box-shadow:1px 0 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:1px 0 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:1px 0 0 rgba(255, 255, 255, 0.1);
	color: #333333;
	display: block;
	padding: 5px 12px;
	text-decoration: none !important;
}
#secondmenu ul > li a:hover, #hot-cat ul > li a:focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
#secondmenu ul.categories > li > a {
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3);
	position: relative;
}
#secondmenu li:hover > ul {
	display: block;
	top: 30px;
}
#secondmenu ul ul {
	background: #f0f0f0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(255,255,255,0.8);
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	width: 200px;
	z-index: 99;
}
#secondmenu ul ul li {
	float: none; 
}
#secondmenu ul ul a {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 500;
	padding:7px 12px !important;
	text-align: left;
	text-transform: none;
}
#secondmenu ul ul a:hover, 
#secondmenu ul ul .hover > a,	
#secondmenu ul ul .current_page_item > a, 
#secondmenu ul ul .current_page_item > a:hover,
#secondmenu ul ul .current_page_parent > a, 
#secondmenu ul ul .current_page_parent > a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
#secondmenu  ul ul .current_page_item:after, 
.not-ie #secondmenu  ul ul .current_page_parent:after { 
	display: none; 
}
#secondmenu  ul ul ul {
	left: 200px !important;
	top: 0 !important;
}
/* =================================================== 
#####################  2. Start CAROUSEL ###############
 ================================================== */
.title-carousel {
	margin-top:15px;
}
.list_carousel {
	position:relative;
	background: #eeffdd;
	width: auto;
	overflow:hidden;
}
.list_carousel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
.list_carousel li {
	padding: 0px;
	width:250px;
	margin: 10px 6px;
	display: block;
	float: left;
	max-height:200px;
	overflow:hidden;
}
.list_carousel li img{
	margin-right:10px;
	border:1px solid #DDDDDD;
}
.list_carousel li .entry-author a,
.list_carousel li .entry-date a,
.list_carousel li .description {
	font-size:11px;
}
.list_carousel a.prev, 
.list_carousel a.next {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
	display: block;	
	height:20px;
	width:20px;
	padding:5px;
	position: absolute;
	top:35%;
	z-index: 10;
}
.list_carousel a.prev {
	left:10px;
}
.list_carousel a.next {
	right:10px;
}
.list_carousel #prev-1 span{
	display:block;
	margin-right:5px;
	margin-top:2px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:10px solid #222222; 
}
.list_carousel #next-1 span{
	margin-left:5px;
	display:block;
	margin-top:2px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-left:10px solid #222222; 
}

/* =================================================== 
#####################  2. Start FEATURED ###############
 ================================================== */
#breadcrumbs-wrap {
	background: none repeat scroll 0 0 #F4F4F4; 
	border: 1px solid #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	margin: 10px auto 0px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
}
#breadcrumbs-wrap .breadcrumbs a:first-child span {
	display: none;
}
#breadcrumbs-wrap a, #breadcrumbs-wrap > span {
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	color: #333333;
	display: inline-block; 
	height: 12px;
	line-height: 12px;
	margin-right: 5px;
	padding: 6px 20px 6px 0;
	position: relative;
	text-decoration: none !important;
}
#breadcrumbs-wrap a {
	background: url("img/crumb-arrow.png") no-repeat scroll right center transparent;
}
#breadcrumbs-wrap a:hover, #breadcrumbs-wrap a:focus {
	color: #0976BC;
	text-decoration: underline;
}
#breadcrumbs:after {
	background-image: -moz-linear-gradient(left center , rgba(255, 255, 255, 0) 0%, #FFFFFF 25%, #FFFFFF 100%); 
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
#logo {max-width:200px;}
#logo h1.homeblogtit,#logo h2.singleblogtit {
	font-size:24px;
	text-align:left;
	line-height:15px;
	text-transform:uppercase;
}
#logo h1.homeblogtit a, #logo h1.homeblogtit a:visited,#logo h2.singleblogtit a,#logo h2.singleblogtit a:visited{
	margin:0px;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
#logo h2.desc,#logo h3.desc {
	font-size: 12px;
	font-style: italic;
	text-align:left;
	line-height:18px;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
#logo {
	height:auto;
}

/* =================================================== 
#####################  2. Start LOOP ###############
 ================================================== */
.page-link {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:700;
	display:block;
	padding:15px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.page-link span{
	font-style:italic;
	font-size:14px;
	font-weight:500;
}
.page-link a{
	padding:5px 8px;
	background:#0050ef;
	color:#ffffff;
}
.thumbnail {
	background:#FFFFFF;
}
.new-content{
	margin-top:15px;
}
.entry-firstbody img{
	margin-right:10px;
}
.entry-firstbody .entry-content h1.entry-title,
.entry-firstbody .entry-content h2.entry-title{
	font-size:18px;
}
.entry-body h1.entry-title,.entry-search h1,.entry-body h2.entry-title,.entry-search h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.description,.entry-body .tags a,.entry-body .entry-date a,.entry-body .entry-author a,
.entry-search .tags a,.entry-search .entry-date a,.entry-search .entry-author a{
	color: #999999;
	font-size: 12px;
	line-height: 1.25;
}

.meta-content{
	display:block;
	padding:10px 0px;
	margin:10px 0px;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}
.contentsingle-enqueue .entry-head {
	margin:15px 0px;
	font-size:16px;
	line-height:16px;
	padding:10px;
	background: #ffc61a;
	background: -moz-linear-gradient(top,  #ffc61a 0%, #ffc61a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc61a), color-stop(100%,#ffc61a));
	background: -webkit-linear-gradient(top,  #ffc61a 0%,#ffc61a 100%);
	background: -o-linear-gradient(top,  #ffc61a 0%,#ffc61a 100%);
	background: -ms-linear-gradient(top,  #ffc61a 0%,#ffc61a 100%);
	background: linear-gradient(to bottom,  #ffc61a 0%,#ffc61a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc61a', endColorstr='#ffc61a',GradientType=0 );
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
.contentsingle-enqueue .entry-head a {
	color:#474747;
}
.contentcomment-enqueue .entry-head {
	font-size:16px;
	line-height:16px;
	padding:10px;
	background: #efefef;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
.contentcomment-enqueue .entry-head a{
	color:#474747;
}
.thumbnail {
	margin-bottom:0px;
}
.entry-content .single-thumb {
	margin-bottom:10px;	
}
.entry-meta {
	text-align:right;
	margin:5px 0px;
}
.entry-author, .tags, .entry-categories, .entry-author a,.tags a, .entry-categories a {
	margin-right:5px;
	line-height:25px;
}
h1.single-title, h2.single-title {
	font-size:20px;
	line-height:20px;
}
.entry-date{
	margin-right:10px;
}
.entry-embbed {
	display:block;
	margin-bottom:20px;
}
.entry-body ul {
	list-style-type:disc;
}
.entry-body,.entry-search {
	position:relative;
}
.page-title h3 {	
	display: block; 
	line-height: 20px;
}
.error-img {	
	text-align:center;
	margin-top:30px;
	display:block;
}
a#ktztooltips {
	color:#666666;
}
a#ktztooltips:hover {
	color:#114660;
}
input#comment-submit {
	background:#0050ef;
	border:0px;
	padding:6px 12px;
	font-weight:bold;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	color:#ffffff;
}
.btn-box{
	-webkit-border-radius:0px;	
	-moz-border-radius:0px;	
	border-radius:0px;
}
.navbar-inner {
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));	
	background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); /* IE FIXED */
	border:1px solid #DDDDDD;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
	*zoom:1;
}
.archivebanner {
	margin-bottom:10px;
	text-align:center;
}
.bannersinglefot{
	text-align:center
}
.bannersinglefot h2,.bannersinglefot h1 {
	text-align:left;
}
.relatedpost {
	display:block;
	margin:10px 0px;
	padding:0px 10px 10px 10px;
	background:#d3ffa7;
}
.relatedpost h3.related-title {
	font-size:13px;
	color:#FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding:0px 10px;
	margin:10px -10px 10px -10px;
	background:#60a917;
}
.relatedpost h1,.relatedpost h2, .relatedpost h3.entry-title {
	font-size:12px;
	font-weight:500;
	line-height:14px;
}
.relatedpost ul {
	list-style:none;
	margin:0px 0px 0px 0px;
}
.relatedpost ul li {
	margin-top:10px;

}
.sharedpost {
	display:block;
	padding:10px 0px;
	margin:10px 0px 10px 0px;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	width:100%;
}
.sharenav {
	margin-top:0px;
}
.rating-box .rating-title, 
.rating-box .rating-desc,
.rating-box .rating-author, 
.rating-box .rating-date,
.rating-box .rating-summery {
	display:none;
}
.rating {
	display: block; 
	width: 65px; 
	height: 13px; 
	background: url(img/star-rating-sprite.png) 0 0;
	margin-bottom:10px;
}
.rating0,.rating05,.rating1,.rating15,.rating2,.rating25,.rating3,.rating35,.rating4,.rating45,.rating5{
	display: block; 
	height: 13px; 
	background: url(img/star-rating-sprite.png) 0 -13px;
}
.rating0 {
	width: 0%; 
}
.rating05 {
	width: 10%; 
}
.rating1 {
	width: 20%; 
}
.rating15 {
	width: 30%; 
}
.rating2 {
	width: 40%; 
}
.rating25 {
	width: 50%; 
}
.rating3 {
	width: 60%; 
}
.rating35 {
	width: 70%; 
}
.rating4 {
	width: 80%; 
}
.rating45 {
	width: 90%; 
}
.rating5 {
	width: 100%; 
}
/* =================================================== 
#####################  2. Start LOOP MAGAZINE ########
 ================================================== */
span.feed-cat a{
	width: 16px;
	height: 16px;
	background: url(img/feed.png) no-repeat center;
	display:block;
	margin:10px;
	text-decoration:none;
}
.view {
	font-size:11px;
	color:#999999;
	padding-left:8px;
}
.borderview {
	font-size:11px;
	color:#999999;
}
.wrapmodule-2 .borderview, .wrapmodule-2 .view {color:#FFFFFF;}
.bubble-left {
	background: #f0a30a;
	padding:10px;
	position:relative;
	-moz-border;
	-radius:4px; /*add some nice CSS3 round corners*/
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-left:15px;
	float:right;
}
.bubble-left a {
	color:#333333;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
}

.bubble-left:after{ /*arrow added to uparrowdiv DIV*/
	content:'';
	display:block;
	position:absolute;
	top:10px; /*should be set to -border-width x 2 */
	left:-10px;
	width:0;
	height:0;
	border-color: transparent #f0a30a transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width:10px 10px 0 0;
}
.bubblebig-left {
	background: #f0a30a;
	padding:5px 10px;
	position:relative;
	margin-left:15px;
	margin-top:-15px;
	float:right;
}
.bubblebig-left a {
	color:#333333;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
}

.bubblebig-left:after{ /*arrow added to uparrowdiv DIV*/
	content:'';
	display:block;
	position:absolute;
	top:20px; /*should be set to -border-width x 2 */
	left:-10px;
	width:0;
	height:0;
	border-color: transparent #a8a8a8 transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width:0px 10px 10px 0px;
}
.bubble-left.bubble-blue,.bubblebig-left.bubble-blue {
	background: #1ba1e2;
}
ul.listmodule-3 li:nth-child(2) .bubblebig-left.bubble-blue,ul.listmodule-5 li:nth-child(2) .bubblebig-left.bubble-blue{
	background: #a4c400;
}
ul.listmodule-3 li:nth-child(3) .bubblebig-left.bubble-blue,ul.listmodule-5 li:nth-child(3) .bubblebig-left.bubble-blue{
	background: #f0a30a;
}
ul.listmodule-3 li:nth-child(4) .bubblebig-left.bubble-blue,ul.listmodule-5 li:nth-child(4) .bubblebig-left.bubble-blue{
	background: #e3c800;
}
ul.listmodule-3 li:nth-child(5) .bubblebig-left.bubble-blue,ul.listmodule-5 li:nth-child(5) .bubblebig-left.bubble-blue{
	background: #fa6800;
}
.bubble-left.bubble-blue a {
	color:#ffffff;
}
.bubble-left.bubble-blue:after {
	border-color: transparent #1ba1e2 transparent transparent; /*border color should be same as div div background color*/
}

.featured-module .row {
	padding:10px 0px 0px 0px;
}
.module-1 img {
	margin-right:10px;
	width:290px;
}
.featured-module h2.entry-title {
	font-size:20px;
	line-height:24px;
}
.featured-related h2{
	padding:0px;
	margin:0px;
	font-size:14px;
	
	line-height:14px;
}
.featured-related div {
	border-bottom:1px solid #DDDDDD;
	margin-bottom:5px;
	padding-bottom:5px;
}
.featured-related img {
	margin-right:10px;
}
.centermodule {
	margin-top:15px;
}
.wrapmodule-2 h2{
	font-size:19px;
	font-weight:600;
	line-height:21px;
	padding:0px;
	margin:0px;
}
.wrapmodule-2 a{
	color:#ffffff
}
.leftmodule {
	margin-top:15px;
}
.listmodule-3 li {
	padding:5px 0px; 
	list-style-type: none;
	margin-left: 0px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #999999;
	margin-left: -25px;
}
.module-5 {
	background:#a4c400;
	padding:0px 5px 5px 5px;
	margin-bottom:15px;
}
.listmodule-5 li{
	background:#eeffdd;
	padding:5px 10px;
	list-style-type: none;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDDDDD;
}
.listmodule-5 {
	margin: 0px;
}
.listmodule-5 li img{
	margin: 5px 10px 10px 0px;
} 
ul.listsubmodule-1,
.wrapmodule-2 {
	margin-bottom:10px;
	background:#1ba1e2;
	padding:10px;
	position:relative;
	color:#ffffff;
}

.moduletitle-4 h1,.moduletitle-foot h1,
.moduletitle-2 h2,.moduletitle-4 h2,.moduletitle-foot h2, .titlebox h2{
	float:left;
	font-size:14px;
	padding:0px 10px;
	line-height:16px;
	text-transform:uppercase;
	text-shadow: 1px 1px rgba(255,255,255,0.7);
}
.moduletitle-2 h1 {
	font-size:40px;
	margin:0px;
	color:#f0a30a;
	padding:0px 0px 14px 0px;
	line-height:25px;
	text-transform:uppercase;
}
.ktz-archivepage h1{
	font-size:30px;
	margin:0px;
	color:#f0a30a;
	padding:0px 0px 14px 0px;
	line-height:25px;
	text-transform:uppercase;
}
.mostview-single h3 {
	margin:0px;
	font-size:14px;
	line-height:16px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}
.module_feedburner h2 ,.module_feedburner h1 {
	font-size:14px;
	line-height:16px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}
.feed_title{
	border-style: solid; 
	border-width: 3px 0 3px 0;
	border-color:#222222;
	color:#333333;
	background:#ffffde;
	text-transform:uppercase;
	line-height:16px;
}
.feed_title span {
	font-size:22px;
	margin:0px;
	line-height:36px;
}
.module_feedburner p{
	background:rgba(0,0,0,0.1);
	border:1px solid #BBBBBB;
	padding:5px;
}
.module_feedburner {
	background:#fff07d;
	padding:10px;
	margin:10px 0px 0px 0px;
}
.module_feedburner_home {
	background:#fff07d;
	margin:0px;
	padding:10px;
} 
.module_feedburner .input-append input, .module_feedburner_home .input-append input {
	width:60%;
	background:#f0a30a;
	border:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	color:#ffffff;
}
.module_feedburner .input-append button,.module_feedburner_home .input-append button {
	background:#9b4000;
	border:0px;
	padding:4px 8px;
	font-weight:bold;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	color:#ffffff;
}
.module_feedburner .pull-left{
	width:70%;
}
.module_feedburner .pull-right{
	width:28%;
}
.module_feedburner .feed-tweet,
.module_feedburner .feed-fb,
.module_feedburner .feed-gplus{
	margin-bottom:10px;
}
.module_feedburner .feed-tweet a,
.module_feedburner .feed-fb a,
.module_feedburner .feed-gplus a {
	color:#FFFFFF;
	font-size:16px;
	font-weight:700;
	padding:10px;
	display:block;
	text-decoration:none;
}
.module_feedburner_home .feed-tweet a,
.module_feedburner_home .feed-fb a,
.module_feedburner_home .feed-gplus a  {
	color:#FFFFFF;
	font-size:14px;
	font-weight:600;
	padding:5px;
	display:block;
	text-decoration:none;
}
.module_feedburner .feed-tweet:hover,
.module_feedburner .feed-fb:hover,
.module_feedburner .feed-gplus:hover,
.module_feedburner .input-append button:hover,
.module_feedburner_home .feed-tweet:hover,
.module_feedburner_home .feed-fb:hover,
.module_feedburner_home .feed-gplus:hover,
.module_feedburner_home .input-append button:hover,
input#comment-submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.module_feedburner .feed-tweet,
.module_feedburner_home .feed-tweet  {
	background:#1ba1e2;
}
.module_feedburner .feed-fb,
.module_feedburner_home .feed-fb  {
	background:#0050ef;
}
.module_feedburner .feed-gplus,
.module_feedburner_home .feed-gplus {
	background:#e51400;
}
.social-text {
	padding:10px 0px;
	position:relative
}
.social-text span {
	border-bottom:2px dashed #333333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#333333;
	text-shadow:0 1px 1px rgba(255,255,255,0.4);
	display:block;
}
.moduletitle-foot h1,
.moduletitle-foot h2, .titlebox h2 {
	color:#0050ef;
}
.moduletitle-5 h1,
.moduletitle-5 h2 {
	float:left;
	font-size:14px;
	padding:10px;
	margin-top:5px;
	margin-bottom:-2px;
	line-height:14px;
	text-transform:uppercase;
	background:#eeffdd;
}
.moduletitle-4,.moduletitle-foot, .titlebox {
	background: rgba(0,0,0,0.1) url(img/pattern-1.png) repeat scroll 0 0;
}
.moduletitle-5 {
	margin:0px 0px 0px 0px;
}
.caroufredsel_wrapper .entry-author a,.caroufredsel_wrapper .entry-date a,.caroufredsel_wrapper .description,
.module-5 .entry-author a,.module-5 .entry-date a,.module-5 .description,
.listmodule-1 .entry-author a,.listmodule-1 .entry-date a,.listmodule-1 .description,
.listmodule-popular .entry-author a,.listmodule-popular .entry-date a,.listmodule-popular .description,
#listmodule-ticker .entry-author a,#listmodule-ticker .entry-date a,#listmodule-ticker .description,
.module-1 .entry-author a,.module-1 .entry-date a,.module-1 .description,
.module-2 .entry-author a,.module-2 .entry-date a,.module-2 .description,
.listmodule-2 .entry-author a,.listmodule-2 .entry-date a,.listmodule-2 .description,
.listmodule-3 .entry-author a,.listmodule-3 .entry-date a,.listmodule-3 .description,
.featured-related .description,.featured-related .entry-date a{
	color:#999999;
	font-size:11px;
}
.module-2first .entry-author a,.module-2first .entry-date a,.module-2first .description, .module-2first .borderview,.module-2first .view{
	color:#333333;
	font-size:11px;
	font-weight:600;
}
.wrapmodule-2 .entry-author a,.wrapmodule-2 .entry-date a,.wrapmodule-2 .description{
	color:#efefef;
	font-size:11px;
	font-weight:600;
}
.listmodule-2 {
	border-bottom:1px solid #dddddd;
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
}
.listmodule-2 img{
	margin-right:10px;
}
.module-2 img{ margin-right:10px;}
#listmodule-ticker {
	padding:10px;
	height: 275px;
	overflow: hidden;
	margin:0px 0px 0px 0px;
	background: #d3ffa7;
}
#top-ticker {
	padding:5px;
	height: 20px;
	overflow: hidden;	
	position: relative;
}
#top-ticker li {
	height: 20px;
	overflow: hidden;	
	margin-bottom: 5px;
	margin-top: 0px;
}
#top-ticker li h3 {
	font-size:13px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height:20px;
}
#top-ticker li h3 a{
	background: none repeat scroll 0 0 rgba(0,0,0,0.05);
	padding:2px 4px;
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	color:#575757;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#listmodule-ticker li {
	height: 60px;
	overflow: hidden;
	padding-bottom:5px;
	padding-top:5px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
#listmodule-ticker li:hover {
	background: #cadcff;
}
#listmodule-ticker li:nth-child(2):hover{
	background: #eeffdd;
}
#listmodule-ticker li:nth-child(3):hover{
	background: #f1ffab;
}
#listmodule-ticker li:nth-child(4):hover{
	background: #fff39d;
}
#listmodule-ticker li img{
	float:left;
	margin-right:10px;
}
.wrap-banner {
	margin-top:15px;
}
.modulebanner-1 {
	margin-bottom:15px;
}
.module-2 {
	padding:5px 10px;
	border-style: solid; 
	border-width: 0 0 1px 0;
	border-color:#DDD;
}
.moduletitle-3 {
	margin-top:15px;
}
.module-1 h1, .module-2 h1, .module-3 h1,.listmodule-1 h1, .listmodule-3 h1, 
#listmodule-ticker h1, .listmodule-popular h1, .listmodule-5 h1,
.module-1 h2, .module-2 h2, .module-3 h2,.listmodule-1 h2, .listmodule-3 h2, 
#listmodule-ticker h2, .listmodule-popular h2, .listmodule-5 h2, .module-2 h3, .listmodule-2 h2{
	font-size:13px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height:15px;
}
.listmodule-view h3{
	font-size:12px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height:14px;
	font-weight:600;
}
.listsubmodule-1 h1,
.listsubmodule-1 h2 {
	font-size:13px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height:13px;
}
.module-1 h1, .module-3 h1,
.module-1 h2, .module-3 h2{
	margin-bottom: 5px;
	margin-top: 5px;
}
.moduletitle-1 h1, 
.moduletitle-popular h1,
.entry-head h1,
.moduletitle-banner h1,
.moduletitle-1 h2, 
.moduletitle-popular h2,
.entry-head h2,
.moduletitle-banner h2{
	float:left;
	font-size:14px;
	line-height:16px;
}
.moduletitle-1, 
.moduletitle-banner  {
	margin:0px 0px 5px 0px;
	border-style: double; 
	border-width: 0 0 3px 0;
	border-color:#DDD;
}
.module-2first {
	background:#f0a30a;
	color:#222222;
	font-weight:700;
}
div.module-1 div.thumbnail {
	margin-top:15px;
	margin-bottom:10px;
}
.modulesubtitle-1{
	border-width:1px 0px;
	border-style:solid;
	border-color: #DDD;
	margin:5px 0px 5px 0px; 
	padding:0px 0px;
}
.modulesubtitle-1 h1,
.modulesubtitle-1 h2{
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:600;
}
.listmodule-1 li{
	background: url(img/listarticle.gif) no-repeat 0 6px;
	padding-left:16px; 
	list-style-type: none;
	margin-left: -25px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.listsubmodule-1 li{
	background: url(img/listarticle.gif) no-repeat 0 2px;
	padding-left:16px; 
	list-style-type: none;
	margin-left: -25px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.listmodule-popular li{ 
	background: url(img/listarticle.gif) no-repeat 0 6px;
	padding-left:16px; 
	list-style-type: none;
	margin-left: -25px;
	margin-right: 10px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.listmodule-view li{ 
	background: url(img/listarticle.gif) no-repeat 0 2px;
	padding-left:16px; 
	margin-left:-25px;
	list-style-type: none;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.wrapper-botmodule{
	background: none repeat scroll 0 0 #FFFFFF; 
	border: 1px solid #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); 
	margin: 10px -1px 0;
	padding: 10px;
}

/* =================================================== 
#####################  5. Start WIDGET ###############
 ================================================== */
.widget ul{
	list-style:none;
}
.widget {
	margin-top:15px;
	display:block;
	position:relative;
}
.ktz_banner {
	margin-top:15px;
	position:relative;
	padding:0px 0px;
	border:none;
}
.ktz_facebook{
	margin-top:15px;
	position:relative;
	padding:0px 0px;
	border:none;
}
.widget-title{
	margin:0px;
	border-style: solid; 
	border-width: 3px 0 3px 0;
	border-color:#222222;
	color:#333333;
	background:#ffffde;
	text-transform:uppercase;
	line-height:16px;
}
.widget-title span {
	font-size:22px;
	margin:0px;
	padding:0px 0px 12px 0px;
	line-height:16px;
}
.widget-area ul,
.widget-area .widget-title {
	padding:10px 0px;
}
.widget-area .widget{
	padding:0px -1px;
	position: relative;
}
.sbar .widget li {
	background: url(img/listarticle.gif) no-repeat 0 6px;
	padding-left:16px;
	font-size:12px; 
	list-style-type: none;
	margin-left: -25px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.ktz_social ul.icon24px, 
.widget_ktz-tags ul.wp-tag-cloud{
	padding:10px 10px 0px 10px;
}
.widget-area .ktz_recent_post,
.widget-area .widget_text {
	margin-bottom:15px;
}
.sbar .widget li a {font-size:12px;}
.sbar-left .widget {border:none;padding:0px 0px;}
.sbar .widget li small {font-size:11px;}
.entry-firstbody .thumbnail{margin-bottom:10px;}
.widget_search{padding:20px 20px 10px 20px;}
ul.icon24pxshare {position:relative;overflow: visible;margin:1px 0px 2px;padding:0px;list-style:none; }
ul.icon24px {position:relative;overflow: visible;margin:0px 0px 5px;padding:0px;list-style:none; }
ul.icon24pxshare li{float:left;margin:0px 3px 0px 0px;padding:0px;width:24px;height:24px;display:block;}
ul.icon24pxshare li a  {width:24px;height:24px;display:block;padding:0px;background:url(img/icon24share.png) 0px 0px no-repeat;}
ul.icon24pxshare li a:hover {width:24px;height:24px;display:block;padding:0px;background:url(img/icon24share.png) 0px 0px no-repeat;opacity: 0.7;filter: alpha(opacity=70);}
ul.icon24px li { float:left;margin:0px 3px 3px 0px; padding:0px; width:24px; height:24px; display:block;}
ul.icon24px li a { width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;}
.copyright ul.icon24px li a { width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;}
ul.icon24px li a:hover { width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;}
.copyright ul.icon24px li a:hover {width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;opacity: 0.7;filter: alpha(opacity=70);}
.copyright ul.icon24px li a.twitter,ul.icon24px li a.twitter,ul.icon24px li a.twitter,ul.icon24pxshare li a.twitter { background-position: 0px 0px;}
.copyright ul.icon24px li a.facebook, ul.icon24px li a.facebook ,ul.icon24pxshare li a.facebook{ background-position: -30px 0px; }
.copyright ul.icon24px li a.in, ul.icon24px li a.in,ul.icon24pxshare li a.stumbleupon { background-position: -60px 0px;}
.copyright ul.icon24px li a.gplus, ul.icon24px li a.gplus,ul.icon24pxshare li a.reddit { background-position: -89px 0px; }
.copyright ul.icon24px li a.dribble, ul.icon24px li a.dribble,ul.icon24pxshare li a.linkedin { background-position: -118px 0px; }
.copyright ul.icon24px li a.flickr, ul.icon24px li a.flickr,ul.icon24pxshare li a.digg { background-position: -148px 0px;}
.copyright ul.icon24px li a.deviant, ul.icon24px li a.deviant,ul.icon24pxshare li a.delicious {background-position: -178px 0px; }
.copyright ul.icon24px li a.blogger, ul.icon24px li a.blogger { background-position: -208px 0px;}
.copyright ul.icon24px li a.vimeo, ul.icon24px li a.vimeo { background-position: -238px 0px; }
.copyright ul.icon24px li a.youtube, ul.icon24px li a.youtube { background-position: -267px 0px; }
.copyright ul.icon24px li a.rss,ul.icon24px li a.rss { background-position: -296px 0px; }
.widget-area ul.wp-tag-cloud { position:relative; overflow:hidden; margin:0px 0px 5px; padding:0px; list-style:none; }
.widget-area ul.wp-tag-cloud li  { float:left; margin:0px 3px 3px 0px; padding:0px;  }
.widget-area ul.wp-tag-cloud li a{background-color: #222;}
.widget-area ul.wp-tag-cloud li a {display:block;font-weight:bold;padding:4px 8px;color:#ffffff;-webkit-transition: background-color 1s;-moz-transition: background-color 1s;-o-transition: background-color 1s;-ms-transition: background-color 1s;transition: background-color 1s;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.widget-area ul.wp-tag-cloud li a:hover {color:#FFFFFF;background:#0050ef;text-decoration:none;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.ktz_twitter ul, .ktz_tabber ul {
	list-style:none;
}
.widget-area .ktz_tabber {
	padding-top:0px;
}
.widget-area .ktz_twitter li a{
	display:inline;
	line-height: 18px;
	padding:0px;
	text-decoration: none;
}
.widget-area .ktz_tabber li a:before, .widget-area .ktz_twitter li a:before {
	content: "";
}
.widget-area .ktz_tabber li a:hover, .widget-area .widget li a:focus,
.widget-area .ktz_twitter li a:hover, .widget-area .ktz_twitter li a:focus {
	background-color: transparent;
	background-image:none;
}
.widget-area .ktz_tabber li a:hover:before,.widget-area .ktz_tabber li a:focus:before, 
.widget-area .ktz_twitter li a:hover:before,.widget-area .ktz_twitter li a:focus:before {
	content: "";
}
.sbar .ktz_twitter li {
	padding:5px 0px;
	background:none;
}
span.tweet-content {	
	background:transparent url(img/twitter-16.png) no-repeat;
	padding-left:20px;
	padding-right:5px;
}
.sbar #post-tabs ul li, 
.sbar #comments-tabs ul li, 
.sbar #tags-tabs ul li {
	padding:5px 0px;
	background:none;
}
.sbar #tags-tabs {
	padding-left:0px;
}
.sbar #tags-tabs ul li{
	border-bottom:none
}
.sbar #ktzsbtab{
	padding:0px;
	margin:0px;
	border:none;
	border-bottom:3px solid #222222;
}
.sbar #ktzsbtab li {
	background:none;
	margin:0px;
	padding:0px;
	border-bottom:none;
}
.sbar #ktzsbtab li a h5, 
.sbar #ktzsbtab li.active a h5 {
	line-height: 12px;
}
.sbar #ktzsbtab li a:active,
.sbar #ktzsbtab li a:link {
	color:#333333;
	background:#EEEEEE;
}
.sbar #ktzsbtab li.active a,
.sbar #ktzsbtab li a:hover,
.sbar #ktzsbtab li a:focus{
	background:#222222;
	text-decoration: none;
}
.sbar #ktzsbtab li a:hover,
.sbar #ktzsbtab li a:focus{
	color:#ffffff;
	background:#222222;
	text-transform:uppercase;
}
.sbar #ktzsbtab li a,
.sbar #ktzsbtab li.active a{
	color:#ffffff;
	text-shadow:none;
	text-transform:uppercase;
	padding:1px 15px;
	border:none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
#post-tabs ul li:nth-child(odd),
#comments-tabs ul li:nth-child(odd) {
	background:#ffffde;
}
#post-tabs ul li img, 
#comments-tabs ul li img, 
#tags-tabs ul li img {
	float:left;
	margin-right:10px;
}
#fb-root {
	display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.author_comment,ul.wp-tag-cloud li a:hover  {
	background-color:#0050ef;
}

.ktz-titlecust-big a{
	font-size:18px !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	line-height:24px !important;
	font-weight:600 !important;
}
.ktz-titlecust a,
a.ktz-titlecust-a{
	font-size:14px !important;
	margin-bottom: -2px !important;
	margin-top: 5px !important;
	line-height:14px !important;
	font-weight:600 !important;
}

/* =================================================== 
#####################  7. Start COMMENT ##############
 ================================================== */
.alt {
	margin: 0;	
	padding: 10px;
}
.commentlist { 
	list-style:none; 	
	margin:0px 0px 20px 0px;
}
#respond { 
	margin-top:0px;
}
.commentlist li { 
	margin-bottom:18px; 
	border-bottom:1px solid #ddd; 
}
.commentlist li li { 
	padding:18px 0px 0px 0px; 
	margin-bottom:0px; 
	border-bottom:none; 	
	border-top:1px solid #ddd; 
}
.commentwrapper { 
	position:relative  
}
.author-card { 
	float:left; 
	margin-bottom:10px;
	margin-right:5px;
	text-align:center; 
}
.commentlist ul.children { 
	margin:0px 0px 0px 15px; 
}
.commentlist ul, 
.commentlist ul ul { 
	list-style:none; 
}
h3#reply-title {
	line-height:20px;
	font-size:17.5px;
	margin-bottom:10px;
}
.comment_meta { 
	margin-bottom:9px; 
}
.comment_author_link { 
	font-size:1em; 
	font-weight:bold; 
	margin-right:6px; 
}
.comment-date, 
.edit_comment, 
.comment-reply { 
	font-size:0.9em; 
	color:#888; 
	padding:0px 6px; 
	border-left:1px solid #ddd; 
	text-transform:uppercase;
}
.edit_comment a, 
.comment-reply a { 
	border-bottom:1px solid #ccc; 
	text-transform:uppercase;
}
.edit_comment a:hover, 
.comment-reply a:hover  { 
	border-bottom-color:#999; 
	text-decoration:none;
}
.author_comment { 
	font-size:0.9em; 
	color:#fff; 
	margin:0px; 
	text-transform:uppercase; 
	padding:2px 5px;
}
.cancel-comment-reply { 
	font-size:0.95em; 
	margin:0px;
}
a#cancel-comment-reply-link { 
	color:#999;
}
a#cancel-comment-reply-link:hover { 
	color:#333;
}
.contentcomment-enqueue {
	background:#ffffde;
}
.contentcomment-enqueue .new-content{
	padding:10px;
}
#commentform p.input-prepend{float:left;margin-right:10px;}
#commentform textarea {margin-top:15px;}
#commentform input, #commentform textarea,#commentform .add-on{
	-webkit-box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.05);	
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

/* =================================================== 
#####################  8. Start FOOTER ###############
 ================================================== */
.footer {
	margin-top:15px;
}
.footer-widget {
	background: #0050ef;
	border-top: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.3);
	font-size: 12px; 
	margin-top: 0px;
	padding: 5px 0 0;
	position: relative;
	width: 100%;
} 
.footer-widget ul{
	margin: 0px; 
	padding: 5px 0;
}
.footer-widget .widget-title{
	padding:0px;
	line-height:16px;
}
.footer-widget .widget-title {
	color: #efefef;
	border:none;
	background: none;
	display:block;
	font-weight:bold;
	-webkit-box-shadow: none;   
	-moz-box-shadow: none; 
	box-shadow: none;
}
.footer-widget .widget-title span {
	border:none;
}
.footer-widget .widget{
	padding:10px;
	background:none;
	background-image:none;
	border:none;
	margin-left:-10px;
	margin-right:-10px; 
	-webkit-box-shadow: none;   
	-moz-box-shadow: none; 
	box-shadow: none;
}
.footer-widget .widget .textwidget{
	padding-top:5px;
	font-size:12px;
}
.footer-widget {
	color: #efefef;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
} 
.copyright a,
.footer-widget a {
	color: #efefef;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.footer-widget .widget-title {
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
	font-weight: 600;
	padding-bottom: 5px;
	position: relative;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
.footer-widget .widget-title:before{ 
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);  
	bottom: 0; 
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
}
.footer-widget .widget li a:hover, 
.footer-widget li a:focus,
.footer-widget .widget li a:active,
.footer-widget .widget li a:visited,
.footer-widget .widget li a:link {
	color: #efefef;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	font-weight:500;
}
.footer-widget .widget li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.footer-widget .widget li:before{ 
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);  
	bottom: 0; 
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
}
.copyright ul.icon24px {
	margin:8px 0px 0px 0px;
}
.copyright ul.icon24px li {
	margin:0px 0px 3px 3px;
}
#footermenu, 
#footermenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
#footermenu ul {	
	margin: 0px;
	padding: 0px;
}
#footermenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footermenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footermenu li a, 
#footermenu li a:link {
	border-bottom:1px solid #fff;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px;
	text-decoration: none;
}
#footermenu li a:hover, 
#footermenu li a:active, 
#footermenu  li.current_page_item a {
	display: block;
	text-decoration: none;
}
#footermenu li:hover, 
#footermenu li.sfhover { 
	position: static;
}
.ktz-credits {
	font-size:10px;
	text-align:center;
}
.copyright{
	width: 100%;
	background: #111111 url(img/pattern-5.png);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	color: #efefef;
	font-size: 12px;
	padding: 10px 0px;
}
.footercredits {
	float:left;
	color:#AAAAAA;
	display:block;
}

/* =================================================== 
#####################  14. Start DISABLE 1200PX ######
# Comment: Disable 1200px bootstrap responsive #######
 ================================================== */
@media (min-width: 1200px) {.row{margin-left:-20px;	*zoom:1;}
	.row:before,.row:after{	display:table;	content:"";line-height:0;}
	.row:after{	clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:20px;}
	.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
	.span12{width:940px;}.span11{width:860px;}.span10{width:780px;}.span9{width:700px;}.span8{width:620px;}.span7{width:540px;}.span6{width:460px;}.span5{width:380px;}
	.span4{width:300px;}.span3{width:220px;}.span2{width:140px;}.span1{width:60px;}.offset12{margin-left:980px;}.offset11{margin-left:900px;}.offset10{margin-left:820px;}.offset9{margin-left:740px;}.offset8{margin-left:660px;}.offset7{margin-left:580px;}.offset6{margin-left:500px;}.offset5{margin-left:420px;}.offset4{margin-left:340px;}.offset3{margin-left:260px;}.offset2{margin-left:180px;}
	.offset1{margin-left:100px;}.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;}
	.row-fluid [class*="span"]:first-child{margin-left:0;}
	.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%;}
	.row-fluid .span12{width:100%;*width:99.94680851063829%;}
	.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;}
	.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;}
	.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;}
	.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;}
	.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;}
	.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;}
	.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;}
	.row-fluid .span3{width:23.404255319148934%;	*width:23.351063829787233%;}
	.row-fluid .span2{width:14.893617021276595%;	*width:14.840425531914894%;	}
	.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;}
	.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%;}
	.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%;}
	.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%;}
	.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%;}
	.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%;}
	.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%;}
	.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%;}
	.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%;}
	.row-fluid .offset8{	margin-left:70.2127659574468%;*margin-left:70.10638297872339%;}
	.row-fluid .offset8:first-child{	margin-left:68.08510638297872%;*margin-left:67.9787234042553%;}
	.row-fluid .offset7{	margin-left:61.70212765957446%;	*margin-left:61.59574468085106%;}
	.row-fluid .offset7:first-child{	margin-left:59.574468085106375%;*margin-left:59.46808510638297%;}
	.row-fluid .offset6{	margin-left:53.191489361702125%;*margin-left:53.085106382978715%;}
	.row-fluid .offset6:first-child{	margin-left:51.063829787234035%;*margin-left:50.95744680851063%;}
	.row-fluid .offset5{	margin-left:44.68085106382979%;*margin-left:44.57446808510638%;}
	.row-fluid .offset5:first-child{margin-left:42.5531914893617%;	*margin-left:42.4468085106383%;}
	.row-fluid .offset4{	margin-left:36.170212765957444%;*margin-left:36.06382978723405%;}
	.row-fluid .offset4:first-child{	margin-left:34.04255319148936%;*margin-left:33.93617021276596%;}
	.row-fluid .offset3{	margin-left:27.659574468085104%;*margin-left:27.5531914893617%;}
	.row-fluid .offset3:first-child{	margin-left:25.53191489361702%;*margin-left:25.425531914893618%;}
	.row-fluid .offset2{	margin-left:19.148936170212764%;*margin-left:19.04255319148936%;}
	.row-fluid .offset2:first-child{	margin-left:17.02127659574468%;*margin-left:16.914893617021278%;}
	.row-fluid .offset1{	margin-left:10.638297872340425%;*margin-left:10.53191489361702%;}
	.row-fluid .offset1:first-child{	margin-left:8.51063829787234%;*margin-left:8.404255319148938%;}
	input,textarea,.uneditable-input{margin-left:0;}
	.controls-row [class*="span"]+[class*="span"]{margin-left:20px;}
	input.span12, textarea.span12, .uneditable-input.span12{width:926px;}
	input.span11, textarea.span11, .uneditable-input.span11{width:846px;}
	input.span10, textarea.span10, .uneditable-input.span10{width:766px;}
	input.span9, textarea.span9, .uneditable-input.span9{width:686px;}
	input.span8, textarea.span8, .uneditable-input.span8{width:606px;}
	input.span7, textarea.span7, .uneditable-input.span7{width:526px;}
	input.span6, textarea.span6, .uneditable-input.span6{width:446px;}
	input.span5, textarea.span5, .uneditable-input.span5{width:366px;}
	input.span4, textarea.span4, .uneditable-input.span4{width:286px;}
	input.span3, textarea.span3, .uneditable-input.span3{width:206px;}
	input.span2, textarea.span2, .uneditable-input.span2{width:126px;}
	input.span1, textarea.span1, .uneditable-input.span1{width:46px;}
	.thumbnails {margin-left: -20px;}
	thumbnails > li {margin-left: 20px;}
	.row-fluid .thumbnails {	margin-left: 0;}
}

/* =WordPress Core Must have !!!
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right; 
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0; 
	max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}

/*** BOOTSTRAP LAYOUT ***/
#respond textarea.span8{width: 96%;}

/* KENTOOZ THEME */
@media (min-width:768px) and (max-width:979px){
	.allwrap{max-width:744px;width:100%;}
	#top-ticker,.xdate {display:none}
	.headbanner {
		padding:10px;
	}
	#logo {
		margin:0px auto 0px auto;
		text-align:center;
		float:none;
		max-width:100%;
	}
}
@media (max-width: 767px) {
	#commentform p.input-prepend{float:none;margin-right:0px;}
	#commentform textarea {margin-top:5px;}
	.teaserl-menu {
		margin-left:-10px;
	}
	.teaserr-menu {
		margin-right:-10px;
	}
	.module-1 img {
		width:100%;
		padding:0px;
		border:none;
	}
	.wrapmodule-2 img{
		width:100%;
	}
	#top-ticker{
		display:none
	}
	.inner-responsive {padding:0px 10px;}
	embed {display:none}
	.js #topmenu,
	.js #secondmenu-ul{ 
		display: none; 
	}
	.js .tinynav {
		color:#fff;
		text-shadow: 1px 1px rgba(0,0,0,0.4); 
		display: block;
		width:100%;
		margin:0px;
		border-radius: 0px 0 0 0px;
		-moz-border-radius: 0px 0 0 0px;
		-webkit-border-radius: 0px 0 0 0px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		background:transparent; 
	}
	.js #secondmenu .tinynav {
		color:#333;
		text-shadow: 1px 1px rgba(256,256,256,0.4); 
	}
	.js .tinynav option {
		padding:2px 10px;
		color:#474747;
		text-shadow: 1px 1px rgba(255,255,255,0.4);
	}
	.main-content h2 {
		margin:10px 0px 10px 0px;
		padding:8px 0px 8px 10px;
	}
	.listmodule-popular {
		padding:10px;
	}
	.allwrap{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px;
	}
	#search {
		display:none;
	}
	.xdate{
		display:none;
	}
	#breadcrumbs-wrap {
		overflow: visible;
	}
	.image-date .thumbnail {
		float:left;
		margin-right:10px;
	}
	.modulebanner-1 img,
	.featuredpost-top img,
	.entry-firstbody img{
		width:100%;
	}
	.moduletitle-foot{
		padding-right:0px;
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
	}
	.featuredpost-top .span2 {
		margin-left: -10px;
		margin-right:-10px;
		padding-left: 0px;
		padding-right:0px;
		margin-bottom: 5px;
	}
	.wrapper-kas .span12 {
		background-image:none;
	}
	.headbanner {
		padding:10px;
	}
	#logo {
		margin:0px auto 0px auto;
		text-align:center;
		float:none;
		max-width:100%;
	}
	.xdate{
		margin-left:20px;
	}
	.wrapper-botmodule{
		margin: 10px 0px 0px;
	}
	.wrapper-botmodule .sbar-left,
	.wrapper-kas .sbar-left {
		display:none;
	}
	.footer-widget .widget-area,
	.copyright .span6{
		padding:0px 10px;
	}
	.sharedpost {
		width:100%;
		clear:both;
		position:relative
	}
	.relatedpost {
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px
	}
	.relatedpost ul {
		padding:0px 10px 10px 10px
	}
	.relatedpost h3.related-title {
		padding:0px 10px;
		margin:0px 0px 10px 0px;
		background:#CCCCCC;
	}
}
@media (max-width: 480px) {
	#respond .span3 {
		width:60%;
	}
	#secondmenu ul,.xdate{
		display:none
	}
	.entry-body img{
		width:100%;
	}
	.module_feedburner .pull-left,
	.module_feedburner .pull-right{
		width:100%;
		float:none;
	}
	.module_feedburner .input-append input{
		width:40%;
	}
}

@media (max-width: 320px) {
	.image-date img {
		width:60px;
	}
}

@media (max-width: 240px) {
	body {
		min-width:200px;
		max-width:200px;
		width:200px;
		overflow:visible;
		margin:0px 0px;
	}
}