/*
	Theme Name: Ktzunyporto
	Theme URI: http://www.kentooz.com
	Description: Ktzunyporto is all in one wordpress theme solution.
	Author: Gian MR
	Author URI: http://www.kentooz.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1.7
    Tags: light, two-columns, right-sidebar, responsive-layout, theme-options, translation-ready, featured-images, custom-menu, editor-style, custom-background
*/
/*
* General
*/
html, html a {
    -webkit-font-smoothing: antialiased !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	-moz-osx-font-smoothing: grayscale !important;
}
body{
	margin: auto auto;
	line-height:1.7;
}
a {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
a:hover, 
a:focus, 
a:active {
	text-decoration: none;
}
a:focus {
	outline:none;
}
img {
	max-width:100%;
	height:auto;
}
/*
* Bloackquote
*/
p.blockquote,
blockquote {
	font-size:14px;
	font-family: Georgia, serif;
	font-style: italic;
	color:#bdc3c7;
}
.ktz-metablockquote {
	text-align:right;
}
/*
* All title CSS
*/
.ktz-titleheader h1 {
	font-size:24px;
	line-height:32px;
	margin:0;
	padding:0;
}
h1.entry-title,
h2.entry-title{
	font-size:22px;
	line-height:32px;
	margin:0 0 10px 0;
}
/* 
* Main layout
*/
.ktz-allwrap {
	margin:0 auto;
}
.ktz-topnav {
	box-shadow: inset 0 -15px 15px -15px rgba(0,0,0,0.1);	
	-webkit-box-shadow: inset 0 -15px 15px -15px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -15px 15px -15px rgba(0,0,0,0.1);
}
.ktz-mainheader,
.ktz-miniheader { /* Scroll header */
	margin:0 auto;
	opacity:1;
	position:relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ktz-mainheader {
	z-index: 999;
	width: 100%;
	border: none;
	background: transparent;
}
.ktz-mainheader .container{
	position:relative;
}
.ktz-miniheader {
	position: fixed;
	top: -300px;
}
.ktz-miniheader.ktz-miniheader-shrink {
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0 8px 8px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 8px 8px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 8px 8px -2px rgba(0,0,0,0.1);
}
.ktz-miniheader.ktz-miniheader-shrink .container {
	position:relative;
}
body.admin-bar .ktz-miniheader.ktz-miniheader-shrink {
	top: 29px !important;
}
.ktz-titlebar {
	padding-top:30px;
	padding-bottom:30px;
}
.ktz-contentwrap {
	background-color:#f8f8f8;
}

/*
* Header
*/
ul.ktz-headertext {
	list-style:none;
	padding:0;
	margin:0;
	line-height:45px;
	position:relative;
}
.ktz-headerwrap-2 ul.ktz-headertext,
.ktz-headerwrap-2 .ktz-cart-head,
.ktz-headerwrap-2 .ktz-wishlist-head{
	line-height:30px;
	display:block;
}
ul.ktz-headertext li{
	margin-left:5px;
	padding:0px;
	display:inline-block;
	font-size:12px;
}
ul.ktz-headertext li.ktz-woomenu span{
	margin-right:5px;
}
/* 
* Blog style 1
*/
.box-post.ktz-archive{
	margin-bottom:40px;
}
.ktz-archive-wrap {
	margin:0;
	padding:0;
}
.ktz-archive-body {
	padding:20px;
	margin:0;	
	background:#fff;
}
.ktz-archive-bodylink .ktz-iconpf {
	float:left;
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	font-size:20px;
	line-height:50px;
	border-right:2px solid #2c3e50;
}
.ktz-wrapbodylink {
	margin-left:70px;
}


/* 
* Blog style 2
*/
.box-post.ktz-archive2 {
	padding-bottom:20px;
	margin-bottom:20px;
}

/* 
* Timeline layout
*/
.ktz-timeline {
	list-style: none;
	padding: 0;
	position: relative;
}
.ktz-timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	border-right:2px dashed #ecf0f1;
	width:2px;
	right: 15px;
	margin-right: -1px;
}
.ktz-timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.ktz-timeline > li:before,
.ktz-timeline > li:after {
	content: " ";
	display: table;
}
.ktz-timeline > li:after {
	clear: both;
}
.ktz-timeline > li:before,
.ktz-timeline > li:after {
	content: " ";
	display: table;
}
.ktz-timeline > li:after {
	clear: both;
}
.ktz-timeline > li > .ktz-timeline-panel {
	width: 92%;
	float: left;
	background:#fff;
	padding: 20px 20px 15px 20px;
	position: relative;
}
.ktz-timeline > li > .ktz-timeline-panel:before {
	position: absolute;
	top: 30px;
	right: -15px;
	left: auto;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 15px solid transparent;
	content: " ";
}
.ktz-timeline > li > .ktz-timeline-panel:after {
	position: absolute;
	top: 31px;
	right: -14px;
	left: auto;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.ktz-timeline > li > .ktz-timeline-panel .ktz-thumbnail {
	margin-bottom:20px;
	}
.ktz-timeline > li > .ktz-timeline-badge img{
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 15px;
	margin-right: -25px;
	z-index: 100;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/*
* Banner
*/
.ktz-bannersingletop {
	margin-top:0;
	margin-bottom:20px;
	text-align:center;
}
.bannersinglehead{
	margin-bottom:20px;
	text-align:center;
}
.bannersinglefot{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.ktz-aftermenubanner{
	padding:0;
	text-align:right;
}
.ktzsingle-bannerright {
	width: 160px;
	height: 600px;
}

/*
* Icon 
*/
/* Element icon */
.ktz-icon {
	display: inline-block;
}
ul.ktz-socialicon {
	padding:0;
	margin:0;
	position: relative;
}
ul.ktz-socialicon-author {
	display: inline-block;
	padding:0;
	margin:0;
	text-align:right;
}
ul.ktz-socialicon li.ktz-li-icon{
	display: inline-block;
	margin-right:5px;
	line-height:45px;
	list-style:none;
}
ul.ktz-socialicon li.ktz-li-icon span,
ul.ktz-headertext li.ktz-li-headtext span,
ul.ktz-headertext li span.ktz-ico-woohead{
	font-size:14px;
	font-weight:300;  
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width:26px;
	line-height:24px;
	text-align:center;
}
ul.ktz-socialicon li.ktz-li-icon span,
ul.ktz-headertext li.ktz-li-headtext span,
ul.ktz-headertext li span.ktz-ico-woohead{
    border: 1px solid rgba(0, 0, 0, 0.1);  
}
ul.ktz-socialicon-author li{
	display: inline-block;
	list-style:none;
	padding:0 10px;
}
ul.ktz-socialicon-author li span{
	font-size:14px;
	text-align:center;
}

/*
* Related post 
*/
.ktz-related-post .ktz-wrap-relpost{
	padding:10px 0;
}
.ktz-related-post img,
.ktz-random-attachment img{
	width:100%;
}

/*
* Prev & next button in single
*/
#ktz-postnav {
	margin-top:40px;
}
#ktz-postnav .ktz-img-prev {
	margin-right:10px
}
#ktz-postnav .ktz-img-next {
	margin-left:10px
}
#ktz-postnav .panel-default {
	border:none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
}
#ktz-postnav .panel-heading {
	background:#ecf0f1;
	border-color:#fff;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
}
#ktz-postnav .ktz-link-prevnext {
	font-size:14px;
}

/*
* Share button in single
*/
.ktz-sharedpost {
	margin:0;
	padding:20px 20px 15px;
	background:#ecf0f1;
}

/*
* Main menu 
*/
.ktz-mainmenu {
	z-index:999;
	margin:0 auto;
	padding:0;
	display:inline-block;
}
.ktz-mainmenu ul{
	margin:0 auto;
	padding:0;
}
.ktz-mainmenu ul > li{
	display: block;
	float: left;
	position: relative;
}
.ktz-mainmenu ul > li span {
	width:18px;
}
.ktz-mainmenu ul > li > a {
	position: relative;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-weight:700;
	line-height:90px;
	text-decoration: none !important;
}
.ktz-mainmenu ul > li:hover {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.ktz-mainmenu ul > li > a sup {
	margin-left:5px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-transform:none !important;
	padding:0 4px;
	background:#333;
	font-size:9px;
	line-height:9px;
	color:#fff;
	font-weight:500;
}
.ktz-mainmenu ul ul ul{
	margin-top:0;
	left: 200px !important;
	top: -5px !important;
}
.ktz-mainmenu ul ul a{
	color: #333;
	line-height:18px;
	display: block;
	font-size: 12px;
	font-weight:300;
	text-transform:none;
	letter-spacing: 0;
	padding: 8px 10px;
	text-align: left;
}
.ktz-mainmenu ul ul .hover > a,
.ktz-mainmenu ul ul{
	color: #333;
	border-width:5px 0 0 0;
	border-style:solid;
	border-color:#34495e;
	background: #ecf0f1;
	display: none;
	left:0;
	padding: 0;
	margin-top:0;
	position: absolute;
	top: 100%;
	width: 200px;
	z-index: 99;
}	
.ktz-mainmenu ul > li:hover,
.ktz-mainmenu li.current-menu-item > a,
.ktz-mainmenu li.current-page-ancestor > a,
.ktz-mainmenu li.current-menu-ancestor > a,
.ktz-mainmenu li.current-menu-parent > a{
	color:#333;
	background:rgba(0,0,0,0.01);
}
.ktz-mainmenu ul ul li:hover,
.ktz-mainmenu ul ul li.current-menu-item > a,
.ktz-mainmenu ul ul li.current-page-ancestor > a,
.ktz-mainmenu ul ul li.current-menu-ancestor > a,
.ktz-mainmenu ul ul li.current-menu-parent > a{
	margin:0;
	background:rgba(0,0,0,0.05);
}
.ktz-mainmenu ul ul .current_page_item:after, 
.ktz-mainmenu ul ul li{
	float: none;
}
.ktz-mainmenu ul li:hover > ul{
	display: block;
}
.ktz-mainmenu ul > li.ktz-search {
	margin-left:15px;
	padding:0;
}
.ktz-mainmenu ul > li.ktz-search > a{
	padding-left:0;
	padding-right:0;
	margin:0;
}
.not-ie .ktz-mainmenu ul ul .current_page_parent:after{
	display: none;
}

/* 
 * Megamenu 
 */
.ktz-mainmenu > ul > li.ktz-megamenu{
	position: inherit !important;  
	margin: 0;
	z-index: 9998;
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul.sub-menu{ 
	width: auto;
	position:absolute;
	top:auto;
	left:0;
	right:0;
	padding:20px 0;
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li{
	float: left !important;
	padding: 0 20px;
	width: 25%;
	margin: 0 0;
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li:last-child{
	border-right: none !important;
}
.ktz-mainmenu > ul > li.ktz-megamenu.ktz-columns-2 > ul.sub-menu{
	left:auto!important;
	right:auto!important;
}
.ktz-mainmenu > ul > li.ktz-megamenu.ktz-columns-2 > ul.sub-menu > li a{
	width:200px;
	max-width:100%;
}
.ktz-mainmenu ul > li.ktz-megamenu.ktz-columns-2 > ul > li {
	width: 50%;
}
.ktz-mainmenu ul > li.ktz-megamenu.ktz-columns-3 > ul > li { 
	width: 33.33%;
}
.ktz-mainmenu ul > li.ktz-megamenu.ktz-columns-4 > ul > li { 
	width: 25%;
}
.ktz-mainmenu ul > li.ktz-megamenu.ktz-columns-5 > ul > li { 
	width: 20%;
}
.ktz-mainmenu ul > li.ktz-megamenu.ktz-columns-6 > ul > li { 
	width: 16.66%;
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li ul{
	display: block !important;
	top: 0 !important;
	width: 100%;
	opacity: 1 !important;
	left: 0 !important;
	position: relative !important;
	border: none;
	-webkit-border-radius: none;
	border-radius: none; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li{
	border-right: 3px dotted #fff !important;
}
.ktz-mainmenu > ul > li.ktz-megamenu ul li a{
	border-bottom: none!important;
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li > a,
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li > a:hover{
	margin-bottom: 5px;
    }

.ktz-mainmenu > ul > li.ktz-megamenu > ul ul li a:hover, 
.ktz-mainmenu > ul > li.ktz-megamenu > ul ul li.current-menu-item a{
	border: none !important;
    }
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li:hover,
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li.current-menu-item > a,
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li.current-page-ancestor > a,
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li.current-menu-ancestor > a,
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li.current-menu-parent > a{
	background: transparent !important;
}
.ktz-mainmenu ul li.ktz-megamenu ul li ul li{
	margin: 0;
    padding: 0;
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li > a,
.ktz-mainmenu > ul > li.ktz-megamenu > ul > li > a:hover{
    font-weight: 700 !important;
	background-color:none !important;
	text-transform:uppercase !important;
}
/*** Hover **/
.sf-menu > li:hover, 
.sf-menu > li.sfHover,
.sf-menu > li a:focus, 
.sf-menu > li a:hover, 
.sf-menu > li a:active{
	background:rgba(0,0,0,0.01);
}
.sf-menu > li.ktz-search:hover, 
.sf-menu > li.sfHover.ktz-search,
.sf-menu > li.ktz-search a:focus, 
.sf-menu > li.ktz-search a:hover, 
.sf-menu > li.ktz-search a:active{
	background:none !important;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-style: normal;
	margin-left:5px;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	content: "\f106";
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
	font-family: 'FontAwesome';
	float:right;
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	content: "\f104";
}
.ktz-mainmenu > ul > li.ktz-megamenu > ul.sub-menu .sf-with-ul:after{
	content: "";
}
.ktz-woomenu a{
	padding:4px 8px 2px 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*
 * Header Cart & wishlist
 */
.ktz-cart-wrap {
	line-height:16px;
	padding:0 !important;
	position:relative;
}
.ktz-cart-head,
.ktz-wishlist-head{
	line-height:45px;
	position:relative;
}
.ktz-wishlist-titlehead {
	padding:10px 0;
	display:block;
	border-bottom:3px dotted #fff;
}
.ktz-cart-head #top_item_count,
.ktz-wishlist-head #wishlist_item_count {
	text-shadow:none;
	text-align:center;
	vertical-align: super;
	position: relative; 
	top: -0.5em; 
	font-size: 80%;
}
.cart_wrapper,
.ktz-wishlist-wrapper {
    display: none;
    position: absolute;
    z-index: 9999;
	margin:0;
	border-width:5px 0 0 0;
	border-style:solid;
	border-color:#34495e;
	background: #ecf0f1;
	color:#333;
	padding:0 10px 10px 10px;
    width: 250px;
    top: 100%;
    right: 0;
}
.cart_wrapper img,
.ktz-wishlist-wrapper img {
	width:40px;
	padding:3px;
	border:1px solid #fff;
	float:left;
}
.cart_wrapper .empty,
.ktz-wishlist-wrapper .empty {
	padding-top:10px;
}
.cart_wrapper .total,
.cart_wrapper .ktz_cart_boxcontent .quantity {
	text-align:right;
}
.cart_wrapper .total {
	display:block;
	border-top:3px dotted #fff;
}
.cart_wrapper .ktz_cart_boxcontent,
.ktz-wishlist-wrapper .ktz_cart_boxcontent{
	color:#333;
	margin-left:55px;
}
.cart_wrapper .ktz_cart_boxcontent a,
.ktz-wishlist-wrapper .ktz_cart_boxcontent a {
	color:#333;
	display:block;
	padding:0;
}
.cart_wrapper .ktz_cart_box,
.ktz-wishlist-wrapper .ktz_cart_box{
	padding:10px 0;
}
.cart_wrapper .cart-buttons a,
.ktz-wishlist-wrapper .cart-buttons a,
.yith-wcwl-add-to-wishlist a{
	display: block;
	font-size: 12px;
	line-height: 18px;
	height: auto;
	padding: 8px 10px;
	margin: 0;
	font-weight: bold;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 0;
	overflow: hidden;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	max-width: 100%;
	text-align:center;
}
.yith-wcwl-add-button {
	position:relative;
}
.yith-wcwl-add-button img#add-items-ajax-loading {
	position:absolute;
	right:10px;
	top:10px;
}
/*
* Header Style 3 
*/
.ktz-mainheader-2 .ktz-mainheader .ktz-headerwrap-2 {
	padding-top:20px;
	padding-bottom:20px;
}
.ktz-mainheader-2 .ktz-mainmenuwrap {
	background-color:#34495e;
}
.ktz-mainheader-2 .ktz-mainmenu {
	display:block;
}
.ktz-mainheader-2 .ktz-mainmenu ul > li > a{
	line-height:45px;
	color:#fff;
	position: relative;
}
.ktz-mainheader-2 .ktz-mainmenu ul ul a{
	color:#2c3e50;
	line-height:18px;
}
.ktz-mainheader-2 .ktz-mainmenu ul ul{
	top: 100%;
}
.ktz-mainheader-2 .ktz-mainmenu ul > li.ktz-search {
	float:right;
}
.ktz-mainheader-2 .ktz-mainmenu ul > li.ktz-search > a{
	padding-left:15px;
	padding-right:15px;
}
.ktz-mainheader-2 #ktz-search {
	z-index: 888;
} 

/*
* Header Style 5 
*/
.ktz-mainheader-3 .ktz-mainheader .ktz-headerwrap-3 {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.ktz-mainheader-3 .ktz-mainmenuwrap {
	background-color:#34495e;
}
.ktz-mainheader-3 .ktz-mainmenu {
	text-align:center;
	display:block;
}
.ktz-mainheader-3 .ktz-mainmenu ul > li > a{
	line-height:45px;
	color:#fff;
	position:relative;
}
.ktz-mainheader-3 .ktz-mainmenu ul ul a{
	color:#2c3e50;
	line-height:18px;
}
.ktz-mainheader-3 .ktz-mainmenu ul ul{
	top: 100%;
}
.ktz-mainheader-3 .ktz-mainmenu ul > li.ktz-search > a{
	padding-left:15px;
	padding-right:15px;
}
.ktz-mainheader-3 .sf-menu {
	display:table;
	margin: 0 auto;
}

/*
* Search 
*/
/* dropdown search */
.ktz-wrapsearchbar,
.ktz-wrapsearchbar-shrink{
	position:relative;
}
#ktz-search { 
	display: none; 
	position:absolute;
	width: 100%;
	height: 100px; 
	z-index: 888; 
	color:#ecf0f1;
	background: #2c3e50;
}
#ktz-search form input{
	margin: 0;
	border:none;
	width: 100%;
	height: 100px; 
	font-size: 18px;
	line-height: 19px;
	padding-left: 15px;
	background: none !important;
}

#ktz-search form input[type="submit"] {
	visibility: hidden;
	height: 0;
	padding: 0;
}

/*
 * Mobile View
 */
.ktz-mobileview {
	display:none;
	background:#ecf0f1;
	height: 40px; 
}
.ktz-mobileview form {
	position:relative;
	height: 30px; 
	width:100%;
	padding:5px 0;
}
.ktz-mobileview form input{
	margin: 0;
	border:2px solid rgba(0,0,0,0.1);
	width: 100%;
	height: 30px; 
	font-size: 12px;
	padding-left: 10px;
	background: #f8f8f8;
}

.ktz-mobileview form input[type="submit"] {
	visibility: hidden;
	height: 0;
	padding: 0;
}
.ktz-mobileview form:after{
	content: "\1F50E";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 12px;
	padding-right: 10px;
	position: absolute;
	float: right;
	top: 10px;
	right: 0;
	color: #bdc3c7;
}

/* 
 * Footer Menu 
 */
.ktz-footermenu {
	display:block;
	position: relative;
}
.ktz-footermenu ul {
	padding:0px;
	margin:0px -5px;
	position: relative;
}
.ktz-footermenu ul > li {
	display: inline;
	margin:0;
	padding: 0;
	text-align:center;
	position: relative;
	border-right:1px solid rgba(0,0,0,0.1);
}
.ktz-footermenu ul > li > a {
	line-height:9px;
	margin:0;
	padding: 0 10px 0 5px;
	text-decoration: none !important;
}
.ktz-footermenu ul > li:last-child{
	border-right:none;
}

/*
    Mobile Menu Core Style
*/
.slicknav_menu {
	display:none;
}
.slicknav_btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding: 35px 0 35px 0; 
	cursor: pointer; 
}
.ktz-mainheader-2 .slicknav_btn,
.ktz-mainheader-3 .slicknav_btn{
	padding: 15px 0 15px 0;
}
.slicknav_menu .ktz-cart-wrap,
.slicknav_menu .ktz-search{
	display:none;
}
.ktz-mainheader-2 .slicknav_menu,
.ktz-mainheader-3 .slicknav_menu{
	background: rgba(0,0,0,0.05);
	padding:0 15px;
}
.slicknav_menu .slicknav_menutxt {
	color: #333;
	display: block; 
	line-height: 14px; 
	float: left; 
}
.slicknav_menu .slicknav_icon { 
	float: left; 
	margin: 0 0 0 10px; 
}
.slicknav_menu .slicknav_no-text { 
	margin: 0
}
.slicknav_menu .slicknav_icon-bar { 
	background: rgba(0,0,0,0.2);
	display: block; 
	width: 16px; 
	height: 2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 4px 
}
.slicknav_nav { 
	clear: both 
}
.slicknav_nav ul,
.slicknav_nav li { 
	display: block 
}
.slicknav_nav li > a sup {
	margin-left:5px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	padding:0 4px;
	background:#333;
	font-size:9px;
	color:#fff;
	font-weight:500;
}
.slicknav_nav .slicknav_arrow { 
	margin: 0 0 0 5px; 
}
.slicknav_nav .slicknav_item { 
	display: block; 
	cursor: pointer; 
}
.slicknav_nav a { 
	display: block 
}
.slicknav_nav .slicknav_item a { 
	display: inline 
}
.slicknav_menu:before,
.slicknav_menu:after { 
	content: " "; 
	display: table; 
}
.slicknav_menu:after { 
	clear: both 
}
.slicknav_menu { 
	font-size:14px;
	*zoom: 1 
}
.slicknav_btn {
	margin: 0;
	text-decoration:none;
}
.slicknav_menu {
	padding:5px 0;
}
.slicknav_nav {
	margin:0;
	padding:0;
}
.slicknav_nav, 
.slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav li {
	border-top:3px dotted #ecf0f1;
}
.slicknav_nav li:first-child {
	border-top:0px;
}
.slicknav_nav .slicknav_item {
	padding:5px 0;
	margin:0;
}
.slicknav_nav a{
	padding:5px 0;
	margin:0;
	text-decoration:none;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}

/*
* LOGO 
*/
.ktz-logo {
	margin:0;
	padding:0;
}
.ktz-logo-icon{
	font-size:20px;
	width:30px;
}
.ktz-logo .ktz-logotext {
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	display:inline-block;
}

/*
* Carousel with owl carousel
*/
.ktzcarousel-page{
	margin:0;
	padding:0;
	background:#f8f8f8;
}
#ktzpageslidebar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #7fc242;
	bottom:0;
	position:absolute;
	z-index:5;
}
#ktzpageslideprogressBar{	
	width: 100%;
	background: #EDEDED;
	bottom:0;
	position:absolute;
	z-index:4;
}
/* Styling Next and Prev buttons */
.owl-controls .owl-prev span,
.owl-controls .owl-next span {
	height: 50px;
	width: 40px;
	display:none;
	margin:0;
	color:#fff;
	font-size: 38px;
	padding:6px 0;
	text-align:center;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
.owl-controls .owl-prev{
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top:-25px;
}
.owl-controls .owl-next{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-25px;
}
.owl-theme:hover .owl-controls .owl-prev span,
.owl-theme:hover .owl-controls .owl-next span{
	display:block;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{filter: Alpha(Opacity=100);opacity: 1;}
.owl-theme .owl-controls .owl-page span{display: block;width: 30px;height: 5px;margin: 5px 2px;filter: Alpha(Opacity=80);opacity: 0.8;background: #fff;}
.ktz-slidepage .owl-theme .owl-controls .owl-pagination {position:absolute;top:25%;left:30px;}

/* preloading images */
.owl-item.loading{
	background: url(includes/assets/img/AjaxLoader.gif) no-repeat center center;
}

/* Own carousel in kentooz */
.list_carousel {
	position:relative;
	padding:0;
	margin:0;
}
.list_carousel .item {
	position:relative;
	display: block;
	padding:0;
	color: #FFF;
}
.list_carousel .item a{
	text-decoration:none;
}
.list_carousel .item img {
	display: block;
	position:relative;
	width: 100%;
	height:auto !important;
}

.ktz-slidesingle {
	padding:0;
	margin:0 0 20px 0;
}
.ktz-blogstyle1 .ktz-slidesingle,
.ktz-blogstyle1 .ktz-videowrapper,
.ktz-blogstyle1 .ktz-thumbnail-masonry .ktz-videoshortcode,
.ktz-thumbnail-masonry .ktz-slidesingle,
.ktz-thumbnail-masonry .ktz-videowrapper,
.ktz-thumbnail-masonry .ktz-videoshortcode {
	margin-bottom:0px !important;
}
#ktz-filter .ktz-masonry-item {
	margin-bottom:30px !important;
}
.ktz-slidepage h4{
	position:absolute;
	top:30%;
	left:30px;
	max-width:40%;
	font-size:40px;
	color:#fff;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	z-index:5;
}
.ktz-slidepage p {
	position:absolute;
	max-width:40%;
	background:transparent url(includes/assets/img/black-opacity.png) repeat top left;
	padding:20px;
	top:30%;
	right:30px;
	font-size:18px;
	z-index:5;
}

/*
* Breadcrumbs 
*/
.breadcrumb {
	padding:8px 0px 8px 15px;
	font-size: 12px;
	margin: 0 auto 0;
	background:transparent;
	position: relative;
}

/*
* Looping
*/
.ktz-single-box{
	margin-bottom:40px;
}
.ktz-page{
	margin-bottom:20px;
}
.box-post.relpost {
	border-right:none;
	border-bottom:none;	
}
.ktz-titlepage {
	margin-bottom:20px;
}
.ktz-titlepage p {
	position:relative;
	color:#666;
	background:#fff;
	font-weight:500;
	text-transform:none;
	padding:25px;
}
.ktz-content-single {
	padding-right:170px;
}
.ktz-content-single a {
	color:#009eda;
}
.ktz-wrap-content-single {
	padding:20px 20px 20px 20px;
	background:#fff;
}
.ktz-wrap-content-single .fw-map{
	margin-bottom:20px;
}
.ktz-wrap-content-single p{
	margin-left:0;
	line-height:26px;
}
.ktz-readmore {
	margin:-15px -20px;
	padding:15px 20px;
	line-height:18px;
	color:#fff;
	background:#2c3e50;
}
.ktz-readmore:hover{
	background:#c0392b;
	color:#fff;
}

/*
 * Loading progress bar
 */
#ktz-progress {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: -6px;
	width: 1%;
	height: 2px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: width 500ms ease-out,opacity 400ms linear;
	-ms-transition: width 500ms ease-out,opacity 400ms linear;
	-o-transition: width 500ms ease-out,opacity 400ms linear;
	-webkit-transition: width 500ms ease-out,opacity 400ms linear;
	transition: width 500ms ease-out,opacity 400ms linear;
}
#ktz-progress dd, 
#ktz-progress dt {
	position: absolute;
	top: 0;
	height: 2px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#ktz-progress dt {
	width: 180px;
	right: -80px;
	clip: rect(-6px,90px,14px,-6px);
	opacity: .6;
}
#ktz-progress dd {
	width: 20px;
	right: 0;
	clip: rect(-6px,22px,14px,10px);
	opacity: .6;
} 

/* Page link in single */
.page-link {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:700;
	display:block;
	padding:10px 0;
}
.page-link span{
	font-size:14px;
}
.page-link a {
	padding:5px 10px;
	color:#fefefe;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.page-link a:hover {
	background:#333;
	color:#fefefe;
}
/* Main layout add margin 25px */
.new-content {
	margin-top:45px;
	margin-bottom:45px;
}

/* 
 * Meta archive
 */
.meta-post,
.metasingle-aftertitle,
.rss-date{
	padding:0;
	margin-bottom:20px;
	line-height:14px;
	color: #bdc3c7;
	font-size: 14px;
	font-weight:300;
}
.meta-post-inarchive {
	margin:20px -20px -20px;
	padding:15px 20px;
	line-height:18px;
	background:#ecf0f1;
}
.ktz-inner-metasingle {
	padding:15px 20px;
	background:#ecf0f1;
}
.entry-categories,
.entry-tag,
.entry-author,
.entry-comment,
.entry-view,
.entry-date{
	margin-right:20px;
}
.entry-edit {
	margin-left:20px;
}
.entry-categories a,
.entry-tag a,
.entry-author a,
.entry-comment a,
.entry-date a,
.rss-date,
.entry-edit a{
	color: #bdc3c7;
}
.ktz-item-date{
	background: #2c3e50;
	color:#fff;
	text-align: center;
	font-size:16px;
	line-height: 16px;
	padding:10px 0 0 0;
	width:100%;
	}
.ktz-item-date span{
	display: block;
	margin:10px 0 0 0;
	padding:10px;
	background: #ecf0f1;
	color:#333333;
	text-transform: uppercase;
	}

/* Meta layout in single and other page */
.metasingle-aftertitle{
	margin:0;
}
.metasingle-aftertitle span.entry-author,
.metasingle-aftertitle span.entry-date,
.metasingle-aftertitle span.entry-view,
.metasingle-aftertitle span.entry-comment{
	padding:0 10px 0 0;
}


/* Attachment layout */
.main-attachment {
	margin-bottom:20px;
}

/* Post and page layout */
.entry-body ul,
.entry-page ul {
	list-style-type:disc;
}

/* ktz-authorbox layout */
.ktz-authorbox {
	margin-top:40px;
}
.ktz-author-desc {
	margin-left:80px;
	padding:20px;
	background:#fff;
	position: relative;
}
.ktz-author-desc:before {
	position: absolute;
	top: 10px;
	left: -15px;
	right: auto;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #ecf0f1;
	border-left: 0 solid #ecf0f1;
	border-bottom: 15px solid transparent;
	content: " ";
}
.ktz-meta-authorbox {
	color: #bdc3c7;
	background:#ecf0f1;
	margin:-20px -20px 20px;
	padding:15px 20px;
}
.ktz-meta-authorbox a {
	color: #bdc3c7;
}
/* Errorpage layout */
.not-found {
	margin-bottom:20px;
}
.ktz-404page {
	text-align:center;
}
.ktz-404page .glyphicon-ban-circle{
	font-size:50px;
}

/* Pagination layout */
#nav-index {
	text-align:center;
}
#nav-index ul{
	margin-top:0;
}
.pagination {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination > li > a, 
.pagination > li > span {
	border:none !important;
}
.pagination-lg > li > a,
.pagination-lg> li > span {
	font-size:14px !important;
}
.pager li > a,
.pager li > span{	
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none !important;
}

/* Thumbnail layout */
.ktz-thumbnail {
	overflow: hidden;
}
.ktz-thumbnail,
.ktz-thumbnail img {
	display: block;
	position: relative;
	height:auto
}
.ktz-thumbnail div {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 100%;
	height: 100%;
}
.ktz-thumbnail div span {
	display: block;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top:-15px;
	left: 50%;
	font-size:30px;
	margin-left:-15px;
	color: #fff;
	
}

.ktz-thumbnail div h2 {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	text-align:center;
	font-size:16px;
	line-height:18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

/*
 * Video JS CSS
 */
.jwplayer {
	padding-bottom:20px !important;
}
.ktz-all-videowrapper {
	position:relative;
}
.ktz-all-videowrapper .ktz_like_to_download_message_container {
	color:#fff;
	position:absolute;
	z-index:999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.9);
	padding:20px;
	border:1px solid #ecf0f1;
}
.ktz-all-videowrapper .ktz_like_to_download_message {
	margin-left:30%;
	margin-top:20%;
}
.ktz-all-videowrapper .ktz_like_to_download_message_container .socialwrap {
	padding-right:10px;
	width: 60px !important;
	max-width:60px;
	text-align:center;
}
.ktz-videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.ktz-videoshortcode {
	margin-bottom:20px;
}
.ktz-videowrapper iframe,
.ktz-videowrapper object,
.ktz-videowrapper embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
* WIDGET
*/
.widget-area {
	margin-top:45px;
}
.widget {
	display:block;
	position:relative;
	margin-bottom:40px;
}
.widget-title,
h3#reply-title,
h2.related-title{
	padding:0;
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:700;
	word-wrap:break-word;
}
.widget-title span.ktz-blocktitle,
h3#reply-title span.ktz-blocktitle,
h2.related-title span.ktz-blocktitle{
	padding:0 0 10px 0;
	display:inline-block;
	border-bottom:2px solid #34495e;
}
.widget ul{
	padding-left: 0;
	margin: 0;
}
.widget ul li{
	position: relative;
	display: block;
	padding:7px 0;
}

.entry-content {
	float: none;
	position:relative;
	max-width:100%;
	margin:0;	
	padding:0;
}

/*
* Responsive Facebook
*/
.wrapcomment .fb-comments,
.wrapcomment .fb-comments span, 
.wrapcomment .fb-comments span iframe[style],
.ktz-fbcomment-attachment .fb-comments,
.ktz-fbcomment-attachment .fb-comments span, 
.ktz-fbcomment-attachment .fb-comments span iframe[style]{
	width: 100% !important;
}

/*
* Twitter Widget
*/
.ktz-twitter-widget ul {
	margin-bottom:20px;
}


/* ======
* COMMENT CSS
===== */
/*
* Comment form
*/
.wrapcomment {
	padding:20px;
}
.woocommerce .wrapcomment { /* Woocommerce */
	padding:0;
} 

.tab-comment-wrap {
	margin-top:20px;
}
.tab-comment-wrap .nav-tabs {
	border: none !important;
	margin-bottom:-1px;
}
.tab-comment-wrap .nav-tabs>li a{
	border: none !important;
	padding:20px;
}
.tab-comment-wrap .nav-tabs>li.active>a,
.tab-comment-wrap .nav-tabs>li.active>a:focus {
	background:#fff;
}
.tab-comment-wrap .tab-content {
	background:#fff;
	border: none !important;
	margin:0 0 40px 0;
	padding:0;
}
.form-control-feedback{
	height:40px;
	line-height:40px;
}
.comment-notes {
	color:#bdc3c7;
}
.form-allowed-tags {
	color:#bdc3c7;
}
.form-allowed-tags code {
	background:transparent;
	color:#bdc3c7;
	font-weight:700;
}
.comment-form-comment label {
	display:none;
}
.comment-form input, 
.comment-form textarea,
.entry-content input[type=password], /*Password protect input*/
.entry-content input[type=password]{
	border: 2px solid #ecf0f1; /* fallback */
	border: 2px solid rgba(0,0,0,0.1);
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.comment-form input:focus, 
.comment-form textarea:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.comment-form input#submit {
	width:100%;
	display:block;
}

/*
* Comment list
*/
.alt {
	margin: 0;	
	padding: 10px;
}
.commentlist {
	list-style:none; 
	margin:-20px 0 40px -40px;
}
.commentlist ul, 
.commentlist ul ul {
	list-style:none;
}
.commentlist ul.children {
	margin:0 0 0 20px;
}
.commentlist li,
.commentlist li li {
	padding:40px 0 0 0;
}
.commentlist li .comment-respond {
	margin-top:40px;
}
.commentwrapper {
	position:relative;
}
.author-card {
	position:relative;
	display:block;
}
.comment_meta {
	margin-bottom:9px;
	font-size:12px;	
}
.comment_author_link {
	font-size:12px;
	margin-right:6px;
	text-transform:uppercase;
	color:#bdc3c7;
}
.comment_author_link a {
	color:#bdc3c7;
	text-decoration:underline;
}
.comment-date {
	text-transform:uppercase;
	font-size:12px;
	color:#bdc3c7;
	padding:0 6px;
}
.author_comment {
	margin:0;
	font-size:12px;
	color:#fff;
	position:absolute;
	bottom:-25px;
	width:52px;
	line-height:20px;
	background:#34495e;
	text-align:center;
	right:0;
	left:0;
	z-index:0;
}
.comment-reply {
	position:absolute;
	right:0;
	bottom:0;
	font-size: 12px;
	line-height:16px;
	font-weight:bold;
	padding:8px 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #ecf0f1;
}
.edit_comment a {
	text-decoration:underline;
}
.comment_data {
	position:relative;
	margin:0 0 0 72px;
	padding:0 20px;
	border-left:2px solid #ecf0f1;
}
.comment_data:after {
	position: absolute;
	top: 10px;
	left: -15px;
	right: auto;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #ecf0f1;
	border-left: 0 solid #ecf0f1;
	border-bottom: 15px solid transparent;
	content: " ";
}
.cancel-comment-reply {
	font-size:0.95em;
	margin:0;
}
#comment-title {
	font-weight:500;
}
a#cancel-comment-reply-link {
	color:#bdc3c7;
}
a#cancel-comment-reply-link:hover {
	color:#333;
}
.ktz-nav-comments {
	border-width: 2px 0 2px 0; 
	border-style:solid; 
	border-color:#ecf0f1; /* fallback */
	border-color:rgba(0,0,0,0.05);
	margin-top:40px;
	padding: 5px 1px 5px;
	text-align: center;
}  
.ktz-nav-comments a {
	padding: 3px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
}
.ktz-nav-comments a:hover {
	color: #34495e;
}
.ktz-nav-comments .current {
	padding: 3px 6px 4px 6px;
	margin: 3px;
	font-weight:bold;
	color: #34495e;
}
/*
* Infinite scroll loading
*/
#infscr-loading {
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	margin-top: -60px;
}
#infscr-loading img,
#infscr-loading > div{
	display: inline-block;
	padding: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#infscr-loading > img {	
	width:42px;
	height:42px;
}
#infscr-loading > div {
	opacity:0;
	font-size:18px;
}
/*
 * Isotop
 */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/*
 * Button filter
 */
#ktz-filter-button {
	list-style:none;
	padding-left:0;
}
#ktz-filter-button li {
	display:inline-block;
	margin-right:20px;
}
#ktz-filter-button li.all{
	margin-right:0 !important;
}
#ktz-filter-button li button:hover,
#ktz-filter-button li.selected button {  
	color:#aaa;
}
/*
* Back to top
*/
#ktz-backtotop {
	bottom: 0;
	display: none;
	position: fixed;
	right: 15px;
	bottom:10px;
	z-index: 999;
}
#ktz-backtotop a {
	color: #95a5a6;
	display: block;
	width:42px;
	font-size:20px;
	vertical-align:middle;
	height:42px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #95a5a6;
}
#ktz-backtotop a:hover {color: #c0392b;border-color: #c0392b;text-decoration: none;}

.mfp-bg{z-index: 10002 !important;}
.mfp-wrap{ z-index: 10003 !important;}

/*
 * Widget cat, archive, recent and list
 */
.widget_recent_comments ul > li:before, 
.widget_pages ul > li:before,
.widget_categories ul > li:before, 
.widget_archive ul > li:before, 
.widget_nav_menu ul > li:before, 
.widget_meta ul > li:before, 
.widget_recent_entries ul > li:before, 
.widget_product_categories ul > li:before {
	content: "\f101";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: left;
	margin-right:10px;
	text-decoration: inherit;
	font-size: 14px;
}

/*
 * Widget Search
 */
.widget_search form {	
	position: relative;
	margin-bottom: 0;
}
.widget_search .screen-reader-text {
	display: none;
}
.widget_search form input {
	margin: 0;
	border: 2px solid #ecf0f1; /* fallback */
	border: 2px solid rgba(0,0,0,0.05);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 19px;
	padding-left: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.widget_search form input[type="submit"] {
	visibility: hidden;
	height: 0;	
	padding: 0;
}
.widget_search form:after {
	content: "\1F50E";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: 15px;
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	height: 42px;
	line-height:42px;
	color: #bdc3c7;
}

/*
 * Widget Menu
 */
.widget_nav_menu ul.sub-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; 
	border-left: 0;
	border-right: 0;	
	border-bottom: 0;
}
.widget_nav_menu ul.sub-menu li {
	padding-left: 15px;
}

/*
 * Calendar widget
 */
#wp-calendar {
	width:100%;
	border-collapse:separate;
	border-spacing:8px;
	margin-left:-2px;
}
#wp-calendar caption {
	display:none;
}

#wp-calendar tbody td {
	margin-bottom:10px;
	text-align:center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:1px solid rgba(0,0,0,0.1);
	padding:6px;
}
#wp-calendar tbody td.pad {
	border:0;
}
#wp-calendar tbody td#today {
	font-weight:700;
}
#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
	position:relative;
	text-transform:uppercase;
	bottom:-9px;
	margin-bottom:1px;
}
#wp-calendar tfoot td#prev {
	text-align:left;
}
#wp-calendar tfoot td#next {
	text-align:right;
}
#wp-calendar thead th {
	font-style:italic;
	text-align:center;
	padding-bottom:10px;
}

/*
 * RSS Widget
 */
.widget_rss .rsswidget img{
	padding-bottom:4px;
}
.widget_rss li .rsswidget{
	display:block;
	font-size:18px;
}
.widget_rss li cite {
	margin-right:10px;
	line-height:12px;
	color: #bababa;
	font-size: 10px;
}
img.wp-smiley {
	max-width:15px;
}

/*
* Top bar count
*/
.ktz-countdown {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	display:none
}
.ktz-countdown .ktz-countdown-button a {
	font-weight:500;
	line-height:18px;
	text-decoration:underline;
}
.ktz-countdown .countdown {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.ktz-section-countdown {	
	width:50px;
	display: inline-block;
	text-align: center;
	margin-right:10px;
	vertical-align:middle;
}
.ktz-section-countdown .num{
	display:block;
	font-weight:700;
	background:transparent url(includes/assets/img/black-opacity.png) repeat top left;
}
.ktz-section-countdown .countdown-label {
	display:block;
	font-size:12px;
}
.ktz-countdown-announ {
	margin-right:10px;
}
.ktz-countdown-announ del,
.ktz-countdown-message del{
	color:red;
	font-style:italic;
}
.ktz-close {
	font-size:12px;
	position:absolute;
	right:0px;
	top:0px;
	background:transparent url(includes/assets/img/black-opacity.png) repeat top left;
	border:none;
}

/*
* Plugin contact Form compatible
*/
.ktz-form-shortcode input[type="submit"] {
	width:100%;
}
.ktz-form-shortcode .form-builder-item p{
	margin-top:-10px;
	margin-bottom:20px;
	font-style:normal;
	font-weight:300;
	color: #bdc3c7;
}
.ktz-form-shortcode .form-builder-item p em {
	font-style:normal;
}
.wpcf7 p {
	clear: both;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
} 
span.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7 span.wpcf7-not-valid-tip {
	top: 3px;
	left: 5px;
	background: transparent;
	color: #b01e00;
	border: 0;
}
.wpcf7 .wpcf7-captchar + span.wpcf7-not-valid-tip {
	top: 10px;
	left: 78px;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
select, 
textarea,
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea, 
.wpcf7 select, 
.ginput_container input[type="text"], 
.ginput_container input[type="email"], 
.ginput_container select, 
.ginput_container textarea,
.mymail-form input[type="text"], 
.mymail-form input[type="email"], 
.mymail-form select,
.mymail-form textarea {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 20px;
	height: 42px;
	border: 2px solid #ecf0f1; /* fallback */
	border: 2px solid rgba(0,0,0,0.1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 19px;
	padding-left: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:transparent;
	background-color:rgba(256,256,256,0.1);
}
textarea,
.ginput_container textarea,
.mymail-form textarea,
.wpcf7 textarea {
	padding:15px;
	height: 150px;
}
.ginput_container select {
	height: 36px;
}
.widget-area .wpcf7 input[type="text"], 
.widget-area .wpcf7 input[type="email"], 
.widget-area .wpcf7 textarea, 
.widget-area .wpcf7 select {
	width: 88%;
}
.wpcf7 textarea {	
	max-width: 100%;
	outline: 0!important;
}
.wpcf7 .wpcf7-captchac {
	float: left;
	border: 1px solid #ecf0f1;
	padding: 3px 0 4px;
	margin: 6px 10px 0 0;
}
.wpcf7 input.wpcf7-captchar {
	float: left;
	width: 45%;
}
input[type="submit"], 
.wpcf7 input.wpcf7-submit[type="submit"], 
.gform_wrapper input[type="submit"], 
.mymail-form input[type="submit"],
#ktz-filter-button button,
a.ktz-button-course {	
	display: inline-block;
	height: auto;
	font-weight: bold;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
	outline: none;
	position:relative;
	max-width: 100%;
	color:#FFF;
	text-decoration:none;
	margin: 0 0 20px 0;
	border-radius:5px;
	border:solid 1px #D94E3B;
	background:#cb3b27;
	text-align:center;
	padding:6px 15px;
	vertical-align: middle;
	-webkit-box-shadow: 0px 3px 0px #84261a;
        -moz-box-shadow: 0px 3px 0px #84261a;
        box-shadow: 0px 3px 0px #84261a;
}

/*
* Footer
*/
.footer .copyright{
	position:relative;
	padding:20px 0px;
}
.footer .widget-area {
	margin-bottom:20px;
}

/* 
* WordPress Core Must have !!!
* Without kentooz class
*/
.alignnone {
	margin: 0 10px 10px 0;	
}
.aligncenter,
div.aligncenter {
	display: block;	
	margin: 0 auto 5px auto;
}
.alignright {
	float:right; 
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
a img.alignnone {
	margin: 0 10px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 0 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%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 0 10px 10px 0;
}
.wp-caption.alignleft {
	margin: 0 10px 10px 0;
}
.wp-caption.alignright {
	margin: 0 0 10px 10px;
}
.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{}

/* 
* Responsive Media
*/
@media only screen and (max-width: 992px){
	.ktz-allwrap {
		margin:0 auto;
	}
	.ktz-mobileview {
		display:block;
		padding:0;
		margin:0;
	}
	.ktz-video-mobile,
	.ktz-mainheader .pull-left{
		margin-bottom:20px;
	}
	.ktz-topnav .pull-left,
	.ktz-topnav .pull-right,
	.ktz-headerwrap-2 .pull-left{
		float:none;
		width:100%;
		text-align:center;
	}
	.ktz-thumbnail-archive img {
		width:100%;
		margin-bottom:20px;
	}
	.js ul#topmenu,
	.ktzsingle-bannerright,
	li.ktz-search {
		display:none;
	}
	.js .slicknav_menu{
		display:block;
	}
	.ktz-content-single {
		padding-right:0;
	}
	.ktz-masonry-item {
		width:33.333%;
	}
	.ktz-miniheader.ktz-miniheader-shrink{
		display:none;
	}
}
@media only screen and (max-width: 850px){
	.container {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.ktz-slidepage h4{
		font-size:80%;
		z-index:5;
	}
	.ktz-slidepage p {
		font-size:80%;
		padding:5px;
	}
	.ktz-masonry-item {
		width:50%;
	}
	.ktz-thumbnail-masonry img{
		width:100%;
	}
	ul.ktz-timeline:before {
		right: 20px;
	}
	ul.ktz-timeline > li > .ktz-timeline-panel {
		width: calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
	}
	ul.ktz-timeline > li > .ktz-timeline-badge img{
		right: -5px;
		margin-right: 0;
	}
	.commentlist ul.children {
		margin:0 0 0 -40px !important;
	}
	#search,
	#search input[type="text"],
	#search input[type="submit"]{
		float:none;
		width:100%;
	}
	.js ul#topmenu,
	#ktz-backtotop{
		display:none;
	}
	.js .slicknav_menu {
		display:block;
	}
	.ktz-content-single {
		padding-right:0;
	}
	.ktz-countdown-announ,
	.ktz-countdown-message,
	.countdown{
		display:block;
	}
}
@media only screen and (max-width: 480px) {
	.ktz-masonry-item {
		width:100%;
	}
	.ktz-logo img {
		text-align:center;
		width:100%;
	}
}