/*
	Theme Name: Atomcorp
	Theme URI: http://atomlabs.me/atomkiosk
	Description: Atomcorp is all in one wordpress theme solution, bbpress, buddypress, and portfolio support style with page builder create easily your online bussines and portfolio website.
	Author: Atomcorp
	Author URI: http://atomlabs.me
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.4
    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;
}
body{
	margin: auto auto;
	line-height:1.7;
}
a {
	color:#333;
	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;
}
blockquote {
	font-size:14px;
	font-family: Georgia, serif;
	font-style: italic;
	color:#999;
}
/*
* 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 {
	background-color:#fff;
}
.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;
	opacity:0.9;
	right: 0;
	left: 0;
	z-index: 99999;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	box-shadow: 0 1px 10px 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:#fff;
}

/*
* Header
*/
ul.ktz-headertext {
	line-height:35px;
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}
ul.ktz-headertext li{
	margin-right:30px;
	display:inline-block;
}
ul.ktz-headertext li:last-child {
	margin-right:0;
}
ul.ktz-headertext li span {
	margin-right:5px;
	font-size:10px;
}

/* 
* Blog style 1
*/
.box-post.ktz-archive{
	margin-bottom:40px;
}
.box-post.ktz-portfolio{
	margin-bottom:30px;
}
.ktz-archive-wrap {
	margin:0;
	padding:0;
	border-top:5px solid #333;
}
.ktz-archive-body {
	padding:20px;
	margin:0;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
/* 
* Portfolio style masonry
*/
.ktz-archive-body.ktz-archive-port-body{
	padding:10px 10px 15px 10px;
	text-align:center;
	margin:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.1);
	box-shadow: 0 2px 1px -1px rgba(0,0,0,0.1);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ktz-archive-body.ktz-archive-port-body h2{
	font-size:14px;
	font-weight:500;
	line-height:18px;
	padding:0;
	margin:0;
}

/* 
* Blog style 2
*/
.box-post.ktz-archive2 {
	padding-bottom:20px;
	margin-bottom:20px;
}
/* 
* Fixed container visual composer
*/
.kentooz .vc_row {
	margin-bottom:0px;
}

/* 
* Blog style 6 / Timeline layout
*/
.ktz-timeline {
	list-style: none;
	padding: 0;
	position: relative;
}
.ktz-timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #e9e9e9;
	left: 0%;
	margin-left: -1.5px;
}
.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: right;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	padding: 20px;
	position: relative;
}
.ktz-timeline > li > .ktz-timeline-panel:before {
	position: absolute;
	top: 99px;
	left: -15px;
	right: auto;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #ccc;
	border-left: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.ktz-timeline > li > .ktz-timeline-panel:after {
	position: absolute;
	top: 100px;
	left: -14px;
	right: auto;
	display: inline-block;
	border-top: 14px solid transparent;
	border-right: 14px solid #fff;
	border-left: 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: 89px;
	left: 0%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

/*
* 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 
*/
ul.ktz-socialicon {
	padding:0;
	margin:0;
	position: relative;
}
ul.ktz-socialicon li{
	display: inline-block;
	margin-left:20px;
	list-style:none;
}
ul.ktz-socialicon li:first-child {
	margin-left:0;
}
ul.ktz-socialicon li span{
	font-size:14px;
	line-height:35px;
	text-align:center;
}
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:1px solid #e9e9e9;
	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:#e9e9e9;
	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:20px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	border:1px solid #e9e9e9;
}

/*
* Main menu 
*/
.ktz-mainmenu {
	z-index:9999;
	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;
	line-height:90px;
	text-decoration: none !important;
}

.ktz-mainheader.ktz-menuicontop .container .ktz-mainmenu ul > li > a > span.ktz-firstlevel {
	display: block;
	position:absolute;
	font-size:18px;
	left:0;
	top:15px;
	width:100%;
	text-align:center;
}
.ktz-mainmenu ul > 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;
}
.ktz-mainmenu ul ul ul{
	margin-top:0;
	left: 180px !important;
	top: -3px !important;
}
.ktz-mainmenu ul ul a{
	color: #333;
	line-height:18px;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	padding: 8px 15px;
	text-align: left;
	text-transform: none;
}
.ktz-mainmenu ul ul .hover > a,
.ktz-mainmenu ul ul{
	color: #333;
	border-width:3px 0 0 0;
	border-style:solid;
	border-color:#444;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	display: none;
	left:0;
	padding: 0;
	margin-top:0;
	position: absolute;
	top: 100%;
	width: 180px;
	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;
}
.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: #f8f8f8;
}
.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: 99999;
}
.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: 1px solid #e9e9e9 !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: 600 !important;
	background-color:#f8f8f8 !important;
	text-transform:uppercase !important;
}
/* 
* Header transparent
*/
body.admin-bar .ktz-mainheader.transparent{
	top:21px;
}
.ktz-mainheader.transparent.affix a {
	color:#333;
}
.ktz-mainheader.transparent {
	position: absolute;
	color:#fff;
	background:none;
	top:0;
	left:0;
	right:0;
	margin: auto;
}
.ktz-mainheader.transparent.affix {
	position: fixed;
	background:rgba(255,255,255,0.9);
	color:#333;
}
.ktz-mainheader.transparent a {
	color:#fff;
}
.ktz-mainheader.transparent .ktz-mainmenu ul ul .hover > a,
.ktz-mainheader.transparent .ktz-mainmenu ul ul,
.ktz-mainheader.transparent .ktz-mainmenu ul ul a{
	color:#333;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-style: normal;
	margin-left:10px;
	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: "";
}

/*
 * Header Cart & wishlist
 */
.ktz-cart-wrap {
	display: inline-block;
	position:relative;
}
.ktz-cart-head,
.ktz-wishlist-head{
	line-height:90px;
	position:relative;
}
.ktz-wishlist-titlehead {
	padding:10px 0;
	display:block;
	border-bottom:3px dotted #e9e9e9;
}
.ktz-mainheader-style3 .ktz-cart-wrap {
	float:right;
}
.ktz-mainheader-style3 .ktz-mainmenu .ktz-cart-head,
.ktz-mainheader-style5 .ktz-mainmenu .ktz-cart-head,
.ktz-mainheader-style3 .ktz-mainmenu .ktz-wishlist-head,
.ktz-mainheader-style5 .ktz-mainmenu .ktz-wishlist-head{
	line-height:45px;
}
.ktz-cart-head .ktz-cart-button,
.ktz-wishlist-head .ktz-cart-button{
	margin-left:20px;
}
.ktz-mainheader-style3 .ktz-mainmenu .ktz-cart-head .ktz-cart-button,
.ktz-mainheader-style5 .ktz-mainmenu .ktz-cart-head .ktz-cart-button,
.ktz-mainheader-style3 .ktz-mainmenu .ktz-wishlist-head .ktz-cart-button,
.ktz-mainheader-style5 .ktz-mainmenu .ktz-wishlist-head .ktz-cart-button{
	margin-left:0;
}
.ktz-cart-head #top_item_count,
.ktz-wishlist-head #wishlist_item_count {
	background:#b01e00;
	line-height:25px;
	color:#fff;
	text-shadow:none;
	padding:2px 4px;
	text-align:center;
	border:3px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0  1px 3px rgba(0,0,0,0.4);
}
.cart_wrapper,
.ktz-wishlist-wrapper {
    display: none;
    position: absolute;
    z-index: 9999;
	border-width:3px 0 0 0;
	border-style:solid;
	border-color:#444;
	background: #fff;
	color:#333;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	padding:0 10px 10px 10px;
    width: 250px;
    top: 91px;
    right: 0;
}
.ktz-mainheader-style3 .ktz-mainmenu .cart_wrapper,
.ktz-mainheader-style5 .ktz-mainmenu .cart_wrapper,
.ktz-mainheader-style3 .ktz-mainmenu .ktz-wishlist-wrapper,
.ktz-mainheader-style5 .ktz-mainmenu .ktz-wishlist-wrapper {
	top: 46px;
}
.cart_wrapper img,
.ktz-wishlist-wrapper img {
	width:40px;
	padding:3px;
	border:1px solid #e9e9e9;
	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 #e9e9e9;
}
.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;
}
.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: #e9e9e9;
	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-style3 .ktz-mainheader {
	border-color:rgba(0,0,0,0.05);
}
.ktz-mainheader-style3 .ktz-mainheader .ktz-headerwrap-style3 {
	padding-top:20px;
	padding-bottom:20px;
}
.ktz-mainheader-style3 .ktz-mainmenu {
	background-color:rgba(0,0,0,0.05);
	display:block;
}
.ktz-mainheader-style3 .ktz-mainmenu ul > li > a{
	line-height:45px;
}
.ktz-mainheader-style3 .ktz-mainmenu ul ul a{
	line-height:18px;
}
.ktz-mainheader-style3 .ktz-mainmenu ul ul{
	top: 100%;
}
.ktz-mainheader-style3 .ktz-mainmenu ul > li.ktz-search {
	float:right;
}
.ktz-mainheader-style3 .ktz-mainmenu ul > li.ktz-search > a{
	padding-left:15px;
	padding-right:15px;
}
.ktz-mainheader-style3 #ktz-search {
	z-index: 888;
} 

/*
* Header Style 5 
*/
.ktz-mainheader-style5 .ktz-mainheader .ktz-headerwrap-style5 {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.ktz-mainheader-style5 .ktz-mainmenu {
	background-color:rgba(0,0,0,0.05);
	text-align:center;
	display:block;
}
.ktz-mainheader-style5 .ktz-mainmenu ul > li > a{
	line-height:45px;
}
.ktz-mainheader-style5 .ktz-mainmenu ul ul a{
	line-height:18px;
}
.ktz-mainheader-style5 .ktz-mainmenu ul ul{
	top: 100%;
}
.ktz-mainheader-style5 .ktz-mainmenu ul > li.ktz-search > a{
	padding-left:15px;
	padding-right:15px;
}
.ktz-mainheader-style5 .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: 62px; 
	z-index: 888; 
}
#ktz-search form input{
	margin: 0;
	border-top:none;
	width: 100%;
	height: 60px; 
	font-size: 18px;
	line-height: 19px;
	padding-left: 15px;
	background: #f8f8f8;
}

#ktz-search form input[type="submit"] {
	visibility: hidden;
	height: 0;
	padding: 0;
}
#ktz-search form:after{
	content: "\1F50E";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 18px;
	padding-right: 15px;
	position: absolute;
	float: right;
	top: 16px;
	right: 0;
	color: #999;
}

/*
 * Mobile View
 */
.ktz-mobileview {
	display:none;
}
.ktz-mobileview ul {
	list-style:none;
	padding-left:0;
	margin:0;
}
.ktz-mobileview ul li{
	display:inline;
	height: 40px; 
	padding:5px 0;
}
.ktz-mobileview .ktz-cart-head,
.ktz-mobileview .ktz-wishlist-head{
	width:15%;
	line-height:30px;
	position:relative;
}
.ktz-mobileview .ktz-cart-wrap {
	float:right;
}
.ktz-mobileview .cart_wrapper,
.ktz-mobileview .ktz-wishlist-wrapper {
	top:40px;
}
.ktz-mobileview form {
	float:left;
	position:relative;
	height: 30px; 
	width:55%;
	padding:5px 0;
}
.ktz-mobileview form input{
	margin: 0;
	border:1px 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: #999;
}

/* 
 * 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 #444;
}
.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.transparent .slicknav_btn,
.ktz-mainheader-style3 .slicknav_btn,
.ktz-mainheader-style5 .slicknav_btn{
	padding: 15px 0 15px 0;
}
.slicknav_menu .ktz-cart-wrap,
.slicknav_menu .ktz-search{
	display:none;
}
.ktz-mainheader.transparent  .slicknav_menu,
.ktz-mainheader-style3 .slicknav_menu,
.ktz-mainheader-style5 .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 #e9e9e9;
}
.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;
	display:inline-block;
}

/*
* Carousel with owl carousel
*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons .owl-prev span,
.owl-theme .owl-controls .owl-buttons .owl-next span {
	height: 50px;
	width: 40px;
	display:block;
	margin:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-size: 38px;
	padding:6px 0;
	text-align:center;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: 5px;
	top: 50%;
	margin-top:-25px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: 5px;
	top: 50%;
	margin-top:-25px;
}
/* preloading images */
.owl-item.loading{
	background: url(includes/assets/img/AjaxLoader.gif) no-repeat center center;
}

/* Own carousel in kentooz */
.widget_carousel {
	padding:0;
	margin:0;
}
.list_carousel {
	position:relative;
	padding:0;
	padding:0;
}
.list_carousel .item {
	position:relative;
	padding:0 1px;
}
.list_carousel .item a{
	text-decoration:none;
}
.list_carousel .owl-little .item {
	position:relative;
	display: block;
	padding:0;
	color: #FFF;
}
.list_carousel .item img {
	display: block;
	width: 100%;
}
.ktz-slidesingle {
	margin-bottom:40px;
}

/*
* Breadcrumbs 
*/
.breadcrumb {
	padding:8px 0px 8px 15px;
	font-size: 12px;
	margin: 0 auto 0;
	background:transparent;
	position: relative;
}

/*
* Looping
*/
.ktz-single-box,
.ktz-single-box .ktz-portfolio-featured{
	margin-bottom:40px;
}
.ktz-portfolio-featured.ktz-img-fullwidth img{
	width:100%!important;
    display: block;
    margin: 0 auto;
}
.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 p{
	margin-left:0;
	line-height:22px;
}
.ktz-readmore {
	margin-top:15px;
	padding:5px 10px;
	border:1px solid #e9e9e9;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

/*
 * 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: #999;
	font-size: 14px;
	font-weight:300;
}
.entry-categories,
.entry-tag,
.entry-author,
.entry-comment,
.entry-view,
.entry-date,
.entry-edit{
	margin-right:10px;
}
.entry-categories a,
.entry-tag a,
.entry-author a,
.entry-comment a,
.entry-date a,
.rss-date,
.entry-edit a{
	color: #999;
}

/* Meta layout in single and other page */
.metasingle-aftertitle{
	margin:10px 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px solid #e9e9e9;
}
.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;
	border-right:1px solid #e9e9e9;
}
.ktz-metaportfolio {
	padding:0;
	line-height:14px;
	color: #999;
	font-size: 14px;
	font-weight:300;
}
.ktz-metaportfolio ul{
	list-style:none;
	padding-left:0;
}
.ktz-metaportfolio ul li{
	list-style:none;
	padding:10px 0;
	border-top:1px solid #e9e9e9;
}
.ktz-metaportfolio ul li:first-child{
	border-top:0;
}
.ktz-metaportfolio span.entry-author,
.ktz-metaportfolio span.entry-date{
	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 {
	padding:20px;
	margin-top:40px;
	border:1px solid #e9e9e9;
}
.ktz-authorbox h3 {
	margin:0 0 5px 0;
	padding:0;
}

/* 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;
}
.pager li a{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

/* Thumbnail layout */
.thumbnail{display:block;padding:0px;margin-bottom:0px;border:none;border-radius:0px;}
.ktz-thumbnail {
	overflow: hidden;
}
.ktz-thumbnail,
.ktz-thumbnail img {
	display: block;
	position: relative;
	height:auto
}
.ktz-thumbnail div {
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	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
 */
.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 #e9e9e9;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.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;
}
.video-js {
	padding-top: 56.25%;
	margin-bottom:20px;
	position:relative;
}
.ktz-videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	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:16px;
	word-wrap:break-word;
	border-bottom:3px solid #e9e9e9;
}
.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;
	margin-bottom:-3px;
	border-bottom:3px solid #444;
}
.widget ul{
	padding-left: 0;
	margin: 0;
}
.widget ul li{
	position: relative;
	display: block;
	padding:5px 0;
}

/*
* Tag cloud Widget
*/
.widget .tagcloud:before,
.widget .tagcloud:after,
.widget .tagcloud:after{
	clear:both
}
.widget .tagcloud a {
	padding:5px 10px;
	margin-right:5px;
	margin-bottom:10px;
	display:inline-block;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px!important;
	background-size: 100% 100%;
	background-position: center center;
	background-color:#e9e9e9;
}
.widget .tagcloud a:hover {
	background-color:#eee;
}
.widget .tagcloud a span {
	margin-left:5px;
}
.entry-content {
	float: none;
	position:relative;
	max-width:100%;
	margin:0;	
	padding:0;
}

/*
* Responsive Facebook
*/
#fb-root {
	display: none;
}
.ktz_facebook .fb_iframe_widget, 
.ktz_facebook .fb_iframe_widget span, 
.ktz_facebook .fb_iframe_widget span iframe[style],
.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;
}

/*
 * Tab widget
 */
.widget .nav-tabs {
	border-width:0 0 1px 0;
	padding:0 0 1px 0;
	margin:0 0 20px 0;
	border-color:#e9e9e9;
}
.widget .nav-tabs li{
	list-style-type: none;
	display: block;
	width:33,33%;
	border:none;
	padding:0;
	position: relative;
	display: block;
	background: transparent;
}
.widget .nav-tabs li a{
	margin:0;
	padding:10px 15px;
	border-width:0 0 1px 0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background:transparent;
}
.widget .nav-tabs li a:hover {
	border-color:#e9e9e9;
}
.widget .nav-tabs li.active a {
	border-width:0 0 1px 0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background:transparent;
	border-color:#e9e9e9;
}
.widget .nav-tabs li > a{
	margin-bottom: -1px;
}
.ktz-widget-form {
	margin-top:15px;
	padding:20px;
	border:3px solid #e9e9e9;
}
.ktz-widget-form .ktz-widget-formtext{
	margin-bottom:10px;
}
.ktz-widget-form .ktz-widget-formbox form label {
	text-align:left;width:100%;
}
.ktz-widget-form .ktz-widget-formbox form input[type="submit"]{
	width:100%;
}

/*
 * Box grid widget, this layout use in flickr widget and box style KTZ recent post
 */
.ktz-boxgrid {
	display:block;
	position: relative;
}
.ktz-boxgrid ul {
	position:relative;
	padding:0;
	margin:0 -5px;
	font-size:0;
}
.ktz-boxgrid ul li{
	display:inline-block;
	width:25%;
	margin:0;
	padding:0;
}
.ktz-boxgrid ul li a{
	display:block;
	padding:3px;
	margin:5px;
	border:1px solid #e9e9e9;
}
.ktz-boxgrid ul li img{
	width:100%;
}

/*
 * KTZ recent list
 */
.widget .ktz-recent-list li {
	border:none;
}
.widget .ktz-recent-list li .ktz-thumbnail {
	width:65px;
	float:left;
	margin-right:15px;
}
.widget .ktz-recent-list li img{
	width:65px;
	max-width:65px;
	padding:4px;
	border:1px solid #e9e9e9;
}
.widget .ktz-recent-list li .meta-post {
	margin:5px 0 0 0;
	padding:0;
}

/* ======
* COMMENT CSS
===== */
/*
* Comment form
*/
.wrapcomment {
	padding:15px;
}
.tab-comment-wrap {
	margin-top:20px;
}
.tab-comment-wrap .nav-tabs {
	border-color:#e9e9e9;
	margin-bottom:-1px;
}
.tab-comment-wrap .nav-tabs>li.active>a,
.tab-comment-wrap .nav-tabs>li.active>a:focus {
	background:#fff;
	border-color:#e9e9e9 #e9e9e9 #fff #e9e9e9;
}
.tab-comment-wrap .nav-tabs>li.active>a:hover{
	border-color:#e9e9e9;
}
.tab-comment-wrap .nav-tabs>li>a:hover {
	border-color:#e9e9e9;
}
.tab-comment-wrap .tab-content {
	background:#fff;
	border:1px solid #e9e9e9;
	margin:0 0 40px 0;
	padding:0;
}
.form-control-feedback{
	height:40px;
	line-height:40px;
}
.comment-form input, 
.comment-form textarea,
.entry-content input[type=password], /*Password protect input*/
.entry-content input[type=password]{
	border: 1px solid #e9e9e9;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.comment-form input:focus, 
.comment-form textarea:focus{
	border: 1px solid #aaa;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.comment-form .textarea-form {
	margin-bottom:20px;
}

/*
* Comment list
*/
.alt {
	margin: 0;	
	padding: 10px;
}
.comment-respond {
	margin-top:20px;
}
.commentlist {
	list-style:none; 
	margin:-20px 0 0 -40px;
}
.commentlist ul, 
.commentlist ul ul {
	list-style:none;
}
.commentlist ul.children {
	margin:0 0 0 20px;
}
.commentlist li,
.commentlist li li {
	padding:20px 0 0 0;
}
.commentwrapper {
	position:relative;
}
.author-card {
	position:relative;
	display:block;
	float:left;
	margin-bottom:20px;
	text-align:center;
}
.comment_meta {
	margin-bottom:9px;
	font-size:12px;	
}
.comment_author_link {
	font-size:12px;
	margin-right:6px;
}
.comment-date {
	font-size:12px;
	color:#888;
	padding:0 6px;
}
.author_comment {
	padding:2px 5px;
	font-size:12px;
	font-weight:500;
	font-style:italic;
	color:#999;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}
.edit_comment, 
.comment-reply {
	position:absolute;
	right:0;
	bottom:0;
	font-size:12px;
	line-height:12px;
	padding:4px 8px;
	color:#888;
}
.edit_comment {
	left:0;
	right:auto;
}
.edit_comment a, 
.comment-reply a {
	color:#888;
}
.comment_data {
	position:relative;
	margin:0 0 0 62px;
	padding:15px;
	background:#f8f8f8;
}
.comment_data .fa-caret-left {
	font-size:24px;
	color:#f8f8f8;
	position:absolute;
	top:10px;
	left:-8px;
}
.cancel-comment-reply {
	font-size:0.95em;
	margin:0;
}
#comment-title {
	font-weight:500;
}
.comment-reply-title {
	margin-bottom:20px;
}
a#cancel-comment-reply-link {
	color:#999;
}
a#cancel-comment-reply-link:hover {
	color:#333;
}
.ktz-nav-comments {
	padding: 5px 1px 5px;
	text-align: right;
}  
.ktz-nav-comments a {
	padding: 3px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
	background-color: #fff;
}
.ktz-nav-comments a:hover {
	color: #444;
	background-color: #fff;
}
.ktz-nav-comments .current {
	padding: 3px 6px 4px 6px;
	margin: 3px;
	font-weight:bold;
	color: #444;
	background-color: #fff;
}

/*
* 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;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
#infscr-loading > img {	
	width:42px;
	height:42px;
}
#infscr-loading > div {
	opacity:0;
	font-size:18px;
}

/*
* Rate ajax style
*/
.ktz-star-single {
	display: inline-block;
	padding:0;
	margin:0;
}
.ktz-stars-wrapper {
	font-size: 14px;
	display: inline-block;
	position: relative;
	height:14px;
	line-height:14px;
	padding: 0;
	margin:0;
}
.ktz-star-widget .ktz-stars-wrapper {
	margin-top:0;
	margin-bottom:0;
}
.ktz-stars-wrapper[data-tooltip]:hover:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 90%;
	left: 50%;
	z-index:9999;
	text-align: center;
	max-width: 100px;
	margin-left: -40px;
	background: rgba(0,0,0,.7);
	color: #fff;
	height:60px;
	line-height:16px;
	font-size: 10px;
	padding: 3px;
}
.ktz-stars-wrapper.ktz-star-single[data-tooltip]:hover:before {
	height:18px;
	line-height:18px;
}
.ktz-stars-wrapper a,
.footer .ktz-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	color:#ffcc00;
}
.ktz-star-widget .ktz-stars-wrapper a,
.ktz-star-single .ktz-stars-wrapper a {
	font-size: 14px;
}
.ktz-stars-wrapper:hover a,
.ktz-stars-wrapper.is-voted a,
.footer .ktz-stars-wrapper:hover a,
.footer .ktz-stars-wrapper.is-voted a {
	color: #ffcc00;
}
.ktz-stars-wrapper > a:hover ~ a,
.footer .ktz-stars-wrapper > a:hover ~ a {
	color: #888;
}
.ktz-stars-wrapper a:active,
.footer .ktz-stars-wrapper a:active {
	color: #1869c0;
}
.ktz-stars-overlay {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color: transparent;
	background-color: rgba(255,255,255,.8);
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
}
.footer .ktz-stars-overlay {
	background-color: rgba(34, 34, 34, 0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC222222,endColorstr=#CC222222)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC222222,endColorstr=#CC222222);
}
.ktz-stars-wrapper:hover .ktz-stars-overlay {
	display: none;
}
.ktz-stars-value {
	display: none;	
}

/* Like locker */
.ktz_like_to_download_message_container {
	position:relative;
	background:#fff;
	padding:20px;
	border:1px solid #e9e9e9;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.ktz_like_to_download_message_container .socialwrap {
	padding-right:10px;
}

.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;
}
#ktz-filter-button li.all button{
	margin-right:0;
}
#ktz-filter-button li button:hover,
#ktz-filter-button li.selected button {  
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	box-shadow:         inset 0 0 10px rgba(0,0,0,0.2);
}
/*
* Back to top
*/
#ktz-backtotop {
	bottom: 0;
	display: none;
	position: fixed;
	right: 15px;
	bottom:10px;
	z-index: 999;
}
#ktz-backtotop a {
	color: #666;
	display: block;
	padding: 9px 12px;
	font-size:20px;
	line-height:20px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);	
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
#ktz-backtotop a:hover {color: #444;text-decoration: none;}

/*
 * Widget cat, archive, recent and list
 */
.widget_pages ul > li a:before,
.widget_categories ul > li a:before, 
.widget_archive ul > li a:before, 
.widget_nav_menu ul > li a:before, 
.widget_meta ul > li a:before, 
.widget_recent_entries ul > li a:before, 
.widget_product_categories ul > li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: right;
	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: 1px solid #e9e9e9;
	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: #999;
}

/*
 * Widget Contact Info
 */
ul.ktz-contact-info li span {
	margin-right:10px;
}

/*
 * 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
 */
.widget_calendar #calendar_wrap {
	border: 1px solid #e9e9e9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
}
.widget_calendar #calendar_wrap caption {
	border-bottom: 1px solid #e9e9e9;	
	padding: 7px 0;
}
.widget_calendar table {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	position: relative;
	margin-bottom: -2px;
}
.widget_calendar th {
	text-align: center;
	width: 26px;
	height: 35px;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	border-top: 0;
	vertical-align: middle;
	padding-right: 0!important;
}
.widget_calendar th:first-child {
	border-left: 0;
}
.widget_calendar th:last-child {
	border-right: 0;
}
.widget_calendar tbody tr {
	height: 35px;
}
.widget_calendar tbody tr > td {
	text-align: center;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
	padding: 0;
}
.widget_calendar tbody tr > td:first-child {
	border-left: 0;
}
.widget_calendar tbody tr > td:last-child {
	border-right: 0;
}
.widget_calendar tbody tr > td a {
	padding: 6px 0;
	display: block;
}
.widget_calendar tbody tr > td a:hover {
	text-decoration: none;
	color:#fff;
}
.widget_calendar tbody tr > td.pad {
	border: 0;
	border-top: 1px solid #e9e9e9;
}
.widget_calendar tfoot {
	position: absolute;
	top: 2px;
	width: 100%;
	display: block;
}
.widget_calendar tfoot tr {
	width: 100%;
	display: block
}
.widget_calendar tfoot td {
	padding: 5px 0;
	border-color: transparent;
	float: left;
}
.widget_calendar tfoot td#prev {
	padding-left: 10px;
	width: 80px;
	text-align: left;
}
.widget_calendar tfoot td#next {
	padding-right: 10px;
	width: 80px;
	text-align: right;
	float: right;
}
.widget_calendar tfoot a {
	white-space: nowrap;
}
.widget_calendar tfoot td a:hover {
	text-decoration: none;
	color:#fff;
}

/*
 * 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 {
	background:#222;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
	position:relative;
	display:none
}
.ktz-countdown .ktz-countdown-button a {
	color:#ffffff;
	font-weight:500;
	padding:5px 10px;
	line-height:18px;
	background:transparent url(includes/assets/img/black-opacity.png) repeat top left;
}
.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-size:24px;
	font-weight:700;
	background:transparent url(includes/assets/img/black-opacity.png) repeat top left;
}
.ktz-section-countdown .countdown-label {
	display:block;
	font-size:11px;
}
.ktz-countdown-announ {
	font-size:24px;
	margin-right:10px;
}
.ktz-countdown-message,
.ktz-countdown-button{
	font-size:24px;
}
.ktz-countdown-button:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.ktz-countdown-announ del,
.ktz-countdown-message del{
	font-size:20px;
	color:red;
	font-style:italic;
}
.ktz-close {
	position:absolute;
	right:0px;
	top:0px;
	background:transparent url(includes/assets/img/black-opacity.png) repeat top left;
	border:none;
}

/*
* Plugin contact Form compatible
*/
.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: 1px solid #e9e9e9;
	font-size: 14px;
	line-height: 19px;
	padding-left: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
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 #e9e9e9;
	padding: 3px 0 4px;
	margin: 6px 10px 0 0;
}
.wpcf7 input.wpcf7-captchar {
	float: left;
	width: 45%;
}
a.ktz-button-portfolio,
input[type="submit"], 
.wpcf7 input.wpcf7-submit[type="submit"], 
.gform_wrapper input[type="submit"], 
.mymail-form input[type="submit"],
#ktz-filter-button button {	
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	height: auto;
	padding: 14px 22px;
	margin: 0 10px 20px 0;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 0;
	position: relative;
	overflow: hidden;
	outline: none;
	text-shadow: none;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #e9e9e9;
	vertical-align: middle;
	max-width: 100%;
}

a.ktz-button-portfolio {	
	display: block;
	font-size: 12px;
	line-height: 18px;
	height: auto;
	padding: 14px 22px;
	margin:0px;
	font-weight: bold;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #e9e9e9;
	vertical-align: middle;
	text-align:center;
}

/*
* Footer
*/
.footer {
	background:#222;
	color:#999;
}
.footer a {
	color:#fff;
}
.footer .copyright{
	position:relative;
	background:#333;
	padding:20px 0px;
}
.footer .widget-title{
	border-color:#444;
	color:#fff;
}
.footer .widget-area {
	margin-bottom:20px;
}

/*
 * Footer Widget
 */
.footer .widget .tagcloud a {
	background-color:rgba(255,255,255,0.1);
}
.widget .nav-tabs li.active a {
	color:#999;
}
.footer .widget_calendar #calendar_wrap,
.footer .widget_calendar #calendar_wrap caption,
.footer .widget_calendar th,
.footer .widget_calendar tbody tr > td,
.footer .widget_calendar tbody tr > td.pad,
.footer .widget input,
.footer .ktz-widget-form, /* Form subscriber Widget Footer */
.footer .ktz-boxgrid ul li a, /* Box style Widget Footer */
.footer .widget .ktz-recent-list li img, /* List style Widget Footer */
.footer .widget .nav-tabs { /* Tab Widget Footer */ 
	border-color: #444;
} 
.footer .widget input,
.footer .widget .tagcloud a:hover {
	background-color:rgba(255,255,255,0.05);
}

/* 
* 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{}

.gallery img{max-width:100%;width:100%;height:auto;margin:0;padding:2px;border:2px solid transparent!important}
.gallery .gallery-item{margin:0!important}
.gallery .gallery-caption{padding:5px 0;font-size:12px;font-style:italic}
@media (max-width:767px){.gallery .gallery-item{width:50%!important}}

/* 
* Responsive Media
*/
@media only screen and (max-width: 992px){
	body.admin-bar .ktz-mainheader.transparent{
		top:0;
	}
	.ktz-mainheader.transparent.affix,
	.ktz-mainheader.transparent{
		background:#fff;
		position: relative;
	}
	.ktz-mainheader.transparent.affix a,
	.ktz-mainheader.transparent a{
		color:#333;
	}
	.ktz-allwrap {
		margin:0 auto;
	}
	.ktz-mobileview {
		display:block;
		padding:0;
		margin:0;
	}
	.ktz-mainheader .pull-left{
		margin-bottom:20px;
	}
	.ktz-topnav .pull-left,
	.ktz-topnav .pull-right,
	.ktz-mainheader.transparent .pull-left,
	.ktz-headerwrap-style3 .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;
	}
	.box-banner img{
		width:auto;
	}
	.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) {
	ul.ktz-headertext li{
		margin-right:0;
		display:block;
	}
	.ktz-masonry-item {
		width:50%;
	}
	.ktz-thumbnail-masonry img{
		width:100%;
	}
	ul.ktz-timeline:before {
		left: 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{
		left: -5px;
		margin-left: 0;
	}
	#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-mobileview form {
		width:50%;
	}
}
@media only screen and (max-width: 480px) {
	.ktz-boxgrid ul li{
		width:50%;
	}
	.ktz-masonry-item {
		width:100%;
	}
	.author-thumb {
		margin-bottom:10px;
	}
}
