/* TABLE OF CONTENT
======================================
01. Main Styles
	01.1 White Text
	01.2 Titles
02. Bootstrap
	02.1 Align Center
	02.2 Tabs
	02.3.Buttons
	02.4 Labels
	02.5 Alerts
	02.6 Lightbox
	02.7 Pagination
	02.8 Progress Bars
03. Sidebars
	03.1 Content
	03.2 Main Sidebar
	03.3 Section
04. Header
	04.1 Logo Animation
	04.2 Logo Img
	04.3 Tranparency Menu
	04.4 Full Width Submenu
	04.5 Horizontal Menu
	04.6 Language Menu
	04.7 Mobile Menu
	04.8 Header Animation
	04.9 Passpartu
05. Slider
	05.1 Slider Text
	05.2 Slider Aligns
	05.3 Scroll Down
	05.4 Slider Form
06. Shortcodes
	06.1 Icon Boxes
	06.2 Animation Blocks
		06.2.01 Iphone Animations
		06.2.02 Macbook Animation
	06.3 Browsers Images
	06.4 Team
	06.5 Sliders
	06.6 News Block
	06.7 Around Block
	06.8 Price
	06.9 Services Block
07. Footer
	07.1 To Top
	07.2 Map
08. Inside Pages
	08.1 Portfolio
	08.2 Pages Title
	08.3 Breadcrumbs
	08.4 Demos
	08.5 One Page Nav
	08.6 Blog
	08.7 Widgets
	08.8 Comments
	08.9 Masonry
	08.10 Projects
	08.11 Shop
	08.12 Tags
	08.13 Related Products
	08.14 Checkout
	08.15 Cart
	08.16 Single Products
	08.17 Restaurant
09. Mobile, Tablet
	09.1 Mobile
	09.2 Tablet
======================================
*/


/*===============================================*/
/* 01. Main Styles                               */
/*===============================================*/
/*Plugins*/
/*Opal Booking*/
.opalhotel-wrapper .opalhotel-main-wrapper{
	padding: 300px!important;
}
/*Booking Calendar*/
.booking_calendar_container, .wpdevart-booking-form-container {
	max-width: 100%!important;
}
.wpdevart-submit {
margin-bottom: 20px;
}
.container .kette_team_simple .kette_bordered_block {
	    border-top: 0px solid #e5e5e5;
}
body {
  color: #333;
	margin:0;
	padding:0;
	min-height:100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	font:300 16px/26px Montserrat;
}
.kette_noheader {
	height: 5px;
}
.body_no_height {
	height: auto;
}
.tablet .kette_fixed,
.mobile .kette_fixed {
	background-attachment:scroll!important;
}
.body_no_height .kette_slider {
	height: 700px;
	height: 100vh;
}
ol, ul {
	margin-bottom: 30px;
}
ol.children {
	list-style: none;
}
a, a:hover, a:focus, a:active {
	color: #6f6f6f
}
html {
	min-height:100%;
	height:100%
}
.clear {
	clear: both;
}
.kette_page {
	min-height:100%;
	position:relative;
	height:100%;	
	left: 0;
}
.kette_large_text {
	font-weight: 900;
	font-size: 18px;	
	line-height: 30px;
}
.kette_over {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1
}
.kette_image_bck {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.kette_top_menu_mobile_link {
	display: none;
}

/*01.1 White Text*/
.kette_wht_txt {
	color: #fff;
}
	h3.widget-title {
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 0;
		line-height: 24px;
	}
	.kette_wht_txt h2,
	.kette_wht_txt h3 {
		color: #fff;
	}
	.text-center .kette_wht_txt h3 {
		max-width: 40%;
		margin-left: auto;
		margin-right: auto;
	}

	footer.kette_wht_txt h3 {
		max-width: 100% ;
	}
	.kette_wht_txt .kette_icon_box_content {
		color: #fff;
	}
	.kette_wht_txt .kette_icon_box h4 {
		color: #fff;
	}
	.kette_wht_txt a, .kette_wht_txt a i {
		color: #fff;
	}

/*Borders*/
.kette_grey_border:before {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;

	content: '';
	display: block;
	z-index: 2;
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	
.kette_grey_border:hover:before {
	opacity: 0.8;
}
.kette_border .container-fluid > .row,
.kette_border .container-fluid > .fw-row {
	margin: 0 20px 0 5px;
}
.container-fluid .fw-row > .fw-col-xs-12:not('.fw-col-sm-6')  {
	margin: 0;
	padding: 0!important;
	border-left: 0;
}
.fw-col-xs-12:not('.fw-col-sm-6').kette_grey_border:before {
	display: none!important;
}
.kette_section.kette_grey_border:before {
	right: 23px;
	left: 23px;
}



.kette_border {
}




/*01.2 Titles*/
h1.kette_h1_title {
	line-height: 1.125;
	margin-top: 0;
	font-weight: 500;
	font-size: 50px;
}
h2 {
	line-height: 1.125;
	margin-top: 0;
	font-size: 24px;
	font-weight: 400;
}
.kette_great_titles h2 {
	font-size: 80px;
	font-weight: 900;
}
.kette_middle_titles h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 42px;
}
.kette_middle_titles h2 b,
.kette_middle_titles h2 strong {
	font-weight: 700;
}


.kette_middle_titles .kette_wht_txt h2:after {
    border-bottom: 1px solid #fff;
}
.text-center .kette_middle_titles h2:after  {
	left: 50%;
	transform:translateX(-50%);
}
.kette_middle_titles h2 em {
	letter-spacing: 0;
	font-size: 41px;
	font-weight: 400;
	line-height: 41px;
	font-style: italic;
}
.kette_thin_titles h2 {
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 300;
}
.kette_sml_abs_title {
	position: absolute;
	z-index: 3;
	background: #e5e5e5;
	color: #333;
	padding: 10px 20px;
	font:400 20px/20px Dosis, Arial;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	transform:rotate(90deg);
	top: 20px;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	left: -30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.kette_sml_abs_title.kette_wht_txt {
		color: #fff;
	}
.kette_section:hover .kette_sml_abs_title {
	left: 15px;
}

h2:after {

}
	.text-center h2:after, h2.text-center:after {
		margin-left: auto;
		margin-right: auto;
	}
	.text-right h2:after, h2.text-right:after {
		margin-left: auto;
		margin-right: 0;
	}
	h2.noactive:after,
	h2.kette_slide_title:after {
		background-size: 0px 9px;
	}
	h2.active:after,
	.active .kette_slide_title:after {
		width: 100px;
		background-size: 100px 9px;
	}
h3 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}


.kette_content .text-center h3 {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto	
}
.kette_content img {
	max-width: 100%;
	border-radius: 5px;
	height: auto;
}
	.comments-content img {
		-webkit-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
	  -moz-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
	  box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
	  -webkit-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
	}
	.answer:hover img,
	.reply:hover img {
		-webkit-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    margin-top: -10px;
	}
h4 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
}
.kette_main_sidebar .container {
	width:100%!important;
	padding-top: 0!important;
}
.updated {
	display: inline-block;
	margin-left: 5px;
}
.starrtheme_section .comments-area input {
	display: block!important;
	width: 100%!important;
}
.starrtheme_section .comments-area .submit {
	width: auto!important;
	margin-top: 30px;
}

/*===============================================*/
/* 02. Bootstrap                                 */
/*===============================================*/
/*TestUnit*/
.sticky  {
	background: #eee!important;
	padding: 40px;
	border-radius: 5px;
}
.sticky h2 {
	margin-top: 0!important;
}
.kette_middle_titles h2.comments-title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 40px;
}
.comment-body .edit-link {
	display: block;
	font-size: 12px;
}
.comment-metadata {
	margin-bottom: 20px;
}
.comment-body .reply {
	margin: 0;
	padding: 10px 0;
}
.comment-body {
	margin-bottom: 20px!important;
}
.comment-list, 
.comments-area ol.comment-list {
	list-style:none;
}
ol.comment-list {
	padding-left: 0;
}
.avatar {
	margin-right: 10px;
	margin-bottom: 10px;
}
article h1 {
	margin-bottom: 10px;
	font-weight: 400!important;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}
article h2 {
	margin-top: 30px!important;
	margin-bottom: 20px!important;
}
article h3 {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
	article h2:first-child {
		margin-top: 0;
	}
article p {
	margin-bottom: 25px;
}
article {
	font-size: 16px;
	font-weight: 300;
}

/*Tables*/
td {
	padding: 5px;
}
tr {
	border-bottom: 1px solid #eee;
}
table {
	margin-bottom: 30px;
	width: 100%;
}
 table td, table th {
 	padding: 5px;
 }
 table th {
 	padding: 10px 5px;
 }
article {
	margin-bottom: 40px;
}
.comment-respond {
	margin-top: 60px;
}
.entry-content .post-thumb {
	margin-bottom: 40px;
}
.entry-content {
	margin-top: 0!important;
}
.entry-content:after {
	display: block;
	content: '';
	clear: both;
}
.wp-caption-text {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 5px 0;
}
/*02.1 Align Center*/
.kette_text_center {
	text-align: center;
}
	.text-center .kette_icon_box .ti {
		float: none;
		position: relative;
	}
	.text-center .kette_icon_box .kette_icon_box_content {
		padding-left: 10px;	
	}
	.text-center h4:after {
		margin-left: auto;
		margin-right: auto;
	}
blockquote footer {
	padding: 40px 0 0;
}
.checkbox, .radio {
	display: inline-block;
}
.method {
	display: inline-block;
}
.checkout .box, .cart .box {
	background: #eee;
	padding: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
	.checkout .box:hover, .cart .box:hover {
		-webkit-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    transform:translateY(-10px);
}
.cart-total-item .price {
	float: right;
}
.cart-total-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.method p {
	margin: 0;
}
.container-full {
	width: 100%;
}
.panel-default > .panel-heading {
	background:#f2f2f2;
	padding: 20px;
}
.panel-title a:before {
	display: inline-block;
	content: "\e622";
	font-family: themify;
	font-size: 12px;
	margin-right: 10px;
}
	.panel-title a.collapsed:before {
		content: "\e61a";
	}
.panel-group .panel {
}
.kette_simple_block {
	padding: 100px;
	position: relative;
	z-index: 2;
}
.kette_simple_block h2:after{
	margin-bottom: 30px;
}
.kette_simple_block .form-control,
.kette_simple_block input[type="text"],
.kette_simple_block input[type="search"],
.kette_simple_block input[type="password"],
.kette_simple_block input[type="email"] {
	width: 100%;
}
.kette_wht_txt .form-control,
.kette_wht_txt input[type="text"],
.kette_wht_txt input[type="search"],
.kette_wht_txt input[type="password"],
.kette_wht_txt input[type="email"],
.kette_wht_txt textarea {
	background: rgba(255,255,255,0.1);
	color: #fff;
}
.kette_wht_txt input[type="text"]::-webkit-input-placeholder,
.kette_wht_txt input[type="search"]::-webkit-input-placeholder,
.kette_wht_txt input[type="password"]::-webkit-input-placeholder,
.kette_wht_txt input[type="email"]::-webkit-input-placeholder,
.kette_wht_txt textarea::-webkit-input-placeholder {color:#fff!important;}
.kette_wht_txt input[type="text"]::-moz-placeholder,
.kette_wht_txt input[type="search"]::-moz-placeholder,
.kette_wht_txt input[type="password"]::-moz-placeholder,
.kette_wht_txt input[type="email"]::-moz-placeholder,
.kette_wht_txt textarea::-moz-placeholder           {color:#fff!important;}
.kette_wht_txt input[type="text"]:-moz-placeholder,
.kette_wht_txt input[type="search"]:-moz-placeholder,
.kette_wht_txt input[type="password"]:-moz-placeholder,
.kette_wht_txt input[type="email"]:-moz-placeholder,
.kette_wht_txt textarea:-moz-placeholder           {color:#fff!important;}
.kette_wht_txt input[type="text"]:-ms-input-placeholder,
.kette_wht_txt input[type="search"]:-ms-input-placeholder,
.kette_wht_txt input[type="password"]:-ms-input-placeholder,
.kette_wht_txt input[type="email"]:-ms-input-placeholder,
.kette_wht_txt textarea:-ms-input-placeholder      {color:#fff!important;}


.kette_search_block .form-control {
	background: rgba(255,255,255,0.1);
	color: #333;
}
.kette_search_block input[type="text"]::-webkit-input-placeholder {color:#333!important;}
.kette_search_block input[type="text"]::-moz-placeholder          {color:#333!important;}
.kette_search_block input[type="text"]:-moz-placeholder           {color:#333!important;}
.kette_search_block input[type="text"]:-ms-input-placeholder      {color:#333!important;}

.container-fluid .kette_simple_block h2 {
	margin-top: 0;
}
.kette_simple_block_mini {
	padding: 50px;
	position: relative;
	z-index: 3;
}
	.kette_simple_block_mini h3 {
		margin-bottom: 10px;
	}

/*AbsBlocks */
.kette_block_middle_center {
	position: absolute;
	transform:translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	z-index: 1;
}

.mobile .kette_block_middle_top,
.mobile .kette_block_left_bottom,
.mobile .kette_block_middle_bottom,
.mobile .kette_block_right_center,
.mobile .kette_block_right_top,
.mobile .kette_block_right_bottom,
.mobile .kette_block_left_center,
.mobile .kette_block_left_top,
.tablet .kette_block_middle_top,
.tablet .kette_block_left_bottom,
.tablet .kette_block_middle_bottom,
.tablet .kette_block_right_center,
.tablet .kette_block_right_top,
.tablet .kette_block_right_bottom,
.tablet .kette_block_left_center,
.tablet .kette_block_left_top {
	position: absolute;
	transform:translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	z-index: 1;
}



	.mobile .kette_block_middle_center img,
	.mobile .kette_block_middle_top img,
	.mobile .kette_block_left_bottom img,
	.mobile .kette_block_middle_bottom img,
	.mobile .kette_block_right_center img,
	.mobile .kette_block_right_top img,
	.mobile .kette_block_right_bottom img,
	.mobile .kette_block_left_center img,
	.mobile .kette_block_left_top img {
		height: 200px;
		max-width: 100%;
	}
	.tablet .kette_block_middle_center img,
	.tablet .kette_block_middle_top img,
	.tablet .kette_block_left_bottom img,
	.tablet .kette_block_middle_bottom img,
	.tablet .kette_block_right_center img,
	.tablet .kette_block_right_top img,
	.tablet .kette_block_right_bottom img,
	.tablet .kette_block_left_center img,
	.tablet .kette_block_left_top img {
		height: 200px;
		max-width: 100%;
	}
.kette_block_middle_top {
	position: absolute;
	transform:translateX(-50%);
	top: 10%;
	left: 50%;
}
.kette_block_middle_bottom {
	position: absolute;
	transform:translateX(-50%);
	bottom: 10%;
	left: 50%;
}
.kette_block_right_center {
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
	right: 10%;
}
.kette_block_right_top {
	position: absolute;
	top: 10%;
	right: 10%;
}
.kette_block_right_bottom {
	position: absolute;
	bottom: 10%;
	right: 10%;
}

.kette_block_left_center {
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
	left: 10%;
}
.kette_block_left_top {
	position: absolute;
	top: 10%;
	left: 10%;
}
.kette_block_left_bottom {
	position: absolute;
	bottom: 10%;
	left: 10%;
}


.kette_simple_block_great {
	padding: 180px 100px;
	position: relative;
	z-index: 1;
}
.kette_simple_block_mini {
	padding: 40px 50px;
	position: relative;
	z-index: 3;
}
.kette_bordered_block_mini {
	min-height: auto!important;
}
.background-position {
	background-position: 50% 0;
}
.container-mini {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.text-center p {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.kette_page .form-control, 
.kette_page input[type="text"],
.kette_page input[type="tel"],
.kette_page input[type="search"],
.kette_page input[type="password"],
.kette_page input[type="email"],
.kette_page input[type="number"],
.kette_page input[type="url"],
.kette_page select,
.button,
.post-edit-link {
	height: 50px!important;
	padding: 10px 20px!important;
	box-shadow:none;
	border: 1px solid #C4C4C4;
	width: auto!important;
	display: inline-block;
	border-radius: 25px!important;
	max-width: 100%;
	margin-bottom: 10px;
	line-height: 26px!important;
	font-size: 14px!important;
}
#bmi_calc_results {
	padding: 30px!important;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 40px;
	font-size: 16px!important;
}
.form-control {
	margin-bottom: 20px;
}
div[data-animation="animation_blocks"] {
	min-height: 150px;
}
.form-control:active, 
input[type="text"]:active,
input[type="search"]:active,
input[type="password"]:active,
input[type="email"]:active {
	border-radius: 25px;
}
.form-control-full {
	width: 100%;
}
select {
	border-radius: 0!important;
}
.form-control.error {
	border: 1px solid red;
}
label.error {
	position: absolute;
	width: 100%;
	left: 0;
	top: 81px;
	font-size: 11px;
}
p {
	margin-bottom: 30px;
}
textarea.form-control,
textarea {
	height: 100px!important;
	padding: 20px!important;
	width: 100%!important;
	box-shadow:none;
	border: 1px solid #C4C4C4;
	width: auto;
	display: inline-block;
	border-radius: 25px;
}
.kette_no_label label {
	display: none!important;
}
.kette_form_tip {
	margin-top: 10px;
	font-size: 12px;
}
.btn, input[type=submit],
.kette_page #bmi_calc_button,
input[type=button],
.button {
	border: 0!important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(0,0,0,0.2)!important;
	padding: 12px 15px!important;
	line-height: inherit;
	vertical-align: top;	
}
.btn, input[type=submit],
.kette_page #bmi_calc_button,
input[type=button],
.button {
	border-radius: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
.btn-green {
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid #fff;
}
.kette_wht_txt .btn-green {
	background: transparent!important;
}
.btn.btn-green {
	border-radius: 25px;
}
	.btn-green:hover {
		color: #333!important;
		background: #fff!important;
		border: 1px solid rgba(138,224,135,1);
	}
	.kette_wht_txt .btn-green:hover {
		background: rgba(255,255,255,0.8)!important;
	}
	.btn-green:hover i {
		color: #333!important;
	}
	.btn-green:after {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		background: linear-gradient(45deg,  rgba(138,224,135,1) 0%,rgba(195,247,114,1) 100%);
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 1;
		z-index: -1;
	}
	.btn.btn-green:after {
		border-radius: 25px;
	}

.btn .ti,
input[type=submit] .ti {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	opacity: 0;
	color: #fff;
	vertical-align: middle;
}
.ti_giant:before {
	font-size: 40px;
}
.btn-def {
	color: #fff;
	border-width: 1px;
	border-style: solid;
	position: relative;
	border: 0;
}
.btn span {
	position: relative;
	z-index: 1;
}
.btn-def:after {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: #fff;
	border-radius: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 0;
	opacity: 0;
}
.btn-def:hover:after {
	opacity: 1;
}
.btn-def:hover {
	color: #292929!important;
	border: 0;
}


.spa_icons i {
	display: inline-block;
	margin: 0 5px;
}
.spa_icons {
	display: block;
	margin: 30px 0;
}
.kette_slide_txt i[class^="flaticon"]:before {
	font-size: 50px;
}
	.kette_slide_txt i[class^="flaticon"] {
		margin: 0 15px;
	}
	.kette_slide_txt .spa_icons {
		margin: 40px 0;
	}
	.btn:hover .ti,
	input[type=submit]:hover .ti {
		opacity: 1;
		margin-left: 15px;
	}
	.btn-icon:hover {
		padding-right: 40px!important;
	}
	.btn-icon.btn:hover {
		padding-right: 50px!important;
	} 
	.btn:hover,
	input[type=submit]:hover,
	.kette_page #bmi_calc_button:hover {
		color: #fff;
		background: rgba(0,0,0,0.6)!important;
		text-decoration: none;
	}
.kette_wht_txt .btn,
.kette_wht_txt input[type=submit] {
	background: rgba(0,0,0,0.6);
	color: #fff;
}
	.kette_wht_txt .btn:hover,
	.kette_wht_txt input[type=submit]:hover {
		background: rgba(0,0,0,0.9);
	}
.col-md-12 .twitter-feed {
	margin: 50px auto 0;
	max-width: 600px;	
}
.twitter-feed ul {
	list-style:none;
	padding: 0;
}
.twitter-feed ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 20px;
}
.twitter-feed .interact {
	display: none;
}
.twitter-feed ul li:last-child {
	border-bottom: 0;
}
.twitter-feed .user,
.twitter-feed .timePosted {
	display: none;
}
.eng_big_icon i {
	font-size: 40px;
}

.row_no_pd .col-lg-1, 
.row_no_pd .col-lg-10, 
.row_no_pd .col-lg-11, 
.row_no_pd .col-lg-12, 
.row_no_pd .col-lg-2, 
.row_no_pd .col-lg-3, 
.row_no_pd .col-lg-4, 
.row_no_pd .col-lg-5, 
.row_no_pd .col-lg-6, 
.row_no_pd .col-lg-7, 
.row_no_pd .col-lg-8, 
.row_no_pd .col-lg-9, 
.row_no_pd .col-md-1, 
.row_no_pd .col-md-10, 
.row_no_pd .col-md-11, 
.row_no_pd .col-md-12, 
.row_no_pd .col-md-2, 
.row_no_pd .col-md-3, 
.row_no_pd .col-md-4, 
.row_no_pd .col-md-5, 
.row_no_pd .col-md-6, 
.row_no_pd .col-md-7, 
.row_no_pd .col-md-8, 
.row_no_pd .col-md-9, 
.row_no_pd .col-sm-1, 
.row_no_pd .col-sm-10, 
.row_no_pd .col-sm-11, 
.row_no_pd .col-sm-12, 
.row_no_pd .col-sm-2, 
.row_no_pd .col-sm-3, 
.row_no_pd .col-sm-4, 
.row_no_pd .col-sm-5, 
.row_no_pd .col-sm-6, 
.row_no_pd .col-sm-7, 
.row_no_pd .col-sm-8, 
.row_no_pd .col-sm-9, 
.row_no_pd .col-xs-1, 
.row_no_pd .col-xs-10, 
.row_no_pd .col-xs-11, 
.row_no_pd .col-xs-12, 
.row_no_pd .col-xs-2, 
.row_no_pd .col-xs-3, 
.row_no_pd .col-xs-4, 
.row_no_pd .col-xs-5, 
.row_no_pd .col-xs-6, 
.row_no_pd .col-xs-7, 
.row_no_pd .col-xs-8, 
.row_no_pd .col-xs-9{
	padding: 0;
}

/*02.2 Tabs*/
.tab-pane {
	padding: 25px 0;
}
.great-tabs li a,
.great-tabs li a:hover, 
.great-tabs li.active a,
.great-tabs li.active a:hover, 
.great-tabs {

}
.great-tabs li a {
	text-align: center;
	margin: 0 10px;
	width: 160px;
	height: 110px;
	border: 1px solid #ccc;
	padding: 20px;
}

.great-tabs li a i {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 40px;
	margin-bottom: 10px;
}
.nav-tabs > li > a {	
	border: 0;
}
.nav-tabs > li > a:hover {
	background: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: 0;
	border-bottom: 1px solid #6f6f6f;
	background: none;
}
.nav-tabs {
	border: 0;
}

/*02.3.Buttons*/
.btn.large, .btn-lg {
	padding: 20px;
	font-weight: bold;
}
.btn.medium, .btn-sm {
	padding: 15px;
	font-weight: 500;
}
.btn.small, .btn-xs {
	padding:10px;
	font-size: 10px;
}
.btn.yellow {
	background: yellow;
}
.btn.gray {
	background: #333;
	color: #fff;
}
.btn.gray-light {
	background: #eee;
}
.btn.cyan {
	background: cyan;
	color: #fff;
}
.btn.blue {
	background: blue;
	color: #fff;
}
.btn.teal {
	background: teal;
	color: #fff;
}
.btn.green {
	background: green;
	color: #fff;
}
.btn.lime {
	background: lime;
	color: #fff;
}
.btn.deeporange {
	background: orange;
	color: #fff;
}
	.btn.yellow:hover, 
	.btn.gray:hover, 
	.btn.gray-light:hover,
	.btn.cyan:hover,
	.btn.blue:hover,
	.btn.teal:hover,
	.btn.green:hover,
	.btn.lime:hover,
	.btn.deeporange:hover {
		background: #292929;
	}
.btn span {
	display: inline-block;
	margin:0 0 0 5px;
}
.btn span.ti-left {
	margin-right: 5px;
	margin-left: 0;
}
.btn {
	text-shadow: none;
}
.btn-primary {
	background: #337ab7;
	color: #fff;
}
.btn-success {
	background: #5cb85c;
	color: #fff;
}
.btn-info {
	background: #5bc0de;
	color: #fff;
}
.btn-warning {
	background: #eea236;
	color: #fff;
}
.btn-danger {
	background: #d9534f;
	color: #fff;
}
.btn-link {
	background: none;
	padding: 0 10px;
}
	.btn-link:hover {
		background: none;
		color: #333;
	}
.btn.btn_border {
	border: 1px solid #ccc;
	background: none;
	color: #333;
}
.btn_more {
	margin-top: 20px;
}

.kette_wht_txt .btn.btn_border {
	border: 1px solid rgba(255,255,255,0.3);
	background: none;
	color: #fff;
}
.kette_wht_txt .btn.btn_border:hover {
	border: 1px solid rgba(255,255,255,1);
	color: #fff;
}

.btn.btn_border.yellow {
	border: 1px solid yellow;
}
.btn.btn_border.gray {
	border: 1px solid gray;
}
.btn.btn_border.gray-light {
	border: 1px solid #eee;
}
.btn.btn_border.cyan {
	border: 1px solid cyan;
}
.btn.btn_border.blue {
	border: 1px solid blue;
}
.btn.btn_border.teal {
	border: 1px solid teal;
}
.btn.btn_border.green {
	border: 1px solid green;
}
.btn.btn_border.lime {
	border: 1px solid lime;
}
.btn.btn_border.deeporange {
	border: 1px solid orange;
}
.btn.btn_border:hover {
		color: #000;
		background: none;
		border: 1px solid #333;
	}




/*02.4 Labels*/
.label {
	padding:10px 10px;
	border-radius: 20px;
}
h5 .label, h6 .label {
	padding: 5px;
}
/*02.5 Alerts*/
.alert  {
	border-radius: 20px;
	border: 0;
	box-shadow:none;
}
	.alert-success {
		background: #dff0d8;
		border: 1px solid #d6e9c6;
	}
	.alert-info {
		background: #d9edf7;
		border: 1px solid #bce8f1;
	}
	.alert-warning {
		background: #fcf8e3;
		border: 1px solid #faebcc;
	}
	.alert-danger {
		background: #f2dede;
		border: 1px solid #ebccd1;
	}
/*02.6 Lightbox*/
.kette_port_titles_lg_icons .kette_port_icons {
	margin-top: 0;
}
.kette_port_titles_lg_icons, .kette_port_titles_lg_icons .kette_port_icons, .kette_port_titles_lg_icons .kette_port_icons a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/*02.7 Pagination*/
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color: transparent;
}
.pagination li a, 
.pagination-lg li a, 
.pagination > li:first-child > a, 
.pagination > li:last-child > a,
.pager li > a, 
.pager li > span {
}
.kette_blog_pag .pagination li a {
	border: 0;
	color: #292929;
	margin: 0 3px;
	padding: 10px 15px;
	border-radius: 50%;
}
.kette_blog_pag .pagination li.active a {
	border: 0;
	background: #292929;
	color: #fff;
}
.pager a span {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.pager .previous a:hover span {
		margin-right: 10px
	}
	.pager .next a:hover span {
		margin-left: 10px
	}

/*02.8 Progress Bars*/
.skill-bar {
	background: #f2f2f2;
	height: 20px;
	margin-bottom: 40px;
	position: relative;
	border-radius: 25px;
	margin-top: 40px;
}
.skill-bar-thin {
	height: 20px;
	padding-top: 25px;
	background: none;
}
	.skill-bar-thin:after {
		position: absolute;
		display: block;
		content: '';
		height: 5px;
		background: #f2f2f2;
		width: 100%;
		z-index: 0;
		margin-top: -5px;
	}
	.skill-bar-thin .skill-bar-content {
		height: 5px;
		position: relative;
		z-index: 1;
	}
		.skill-bar-content i {
			position: absolute;
			right: 0;
			bottom: -33px;
			display: block;
			font-style: normal;
			font-size: 12px;
		}
			.skill-bar-content i:before {
				display: block;
				height: 5px;
				width: 1px;
				background: #333;
				position: absolute;
				content: '';
				margin: -2px 0 0 7px;
			}
	.skill-bar-thin .skill-perc {
		position: absolute;
		color: #333;
		right: 0;
		margin-top: -30px;
	}
	.skill-bar-thin .skill-title {
		position: absolute;
		color: #333;
		margin-top: -30px;
		padding: 0;
	}
	.skill-bar-content {
		position: absolute;
		height: 20px;
		background: #292929;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		border-radius: 25px;
	}
	.noactive .skill-bar-content {
		width: 0!important;
		opacity: 0;
	}
		.active .skill-bar-content {
			opacity: 1;
		}

	.skill-title {
		position: absolute;
		padding: 0 10px;
		margin-top: -25px;
	}
	.kette_wht_txt .skill-title, .kette_wht_txt .skill-perc {
		color: #fff;
	}

/*02.9 Preloader*/
.kette_page_loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;	
	background-color: #282828;
}

.kette_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100001;
  text-align: center;
  transform:translateX(-50%) translateY(-50%);
  text-align: center;
}
@media (max-width:500px){
	.kette_loader img {
		max-width: 100%;
		height: auto;
	}
	.kette_slider img {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width:800px){
	.kette_loader img {
		max-width: 200px;
		height: auto;
	}
	.kette_slider img {
		max-width: 200px!important;
		height: auto;
	}
}



/*Calendar*/
label.error{
	display: none!important;
}
.ui-datepicker {
	background: #fff;
}
.ui-datepicker td a, 
.ui-datepicker th {
	padding: 3px 10px;
}
.kette_wht_txt .wrap-forms .field-table table, 
.kette_wht_txt th, 
.kette_wht_txt td {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ui-datepicker td a {
	display: block;
	text-align: center;
}
	.ui-datepicker td a:hover {
		text-decoration: none;
		background: #ccc;
	}
.ui-datepicker table {
	margin: 10px 5px;
}
.ui-datepicker-title {
	font-size: 18px;
}
.ui-datepicker-next {
	float: right;
}
.ui-datepicker-next,
.ui-datepicker-prev {
	cursor: pointer;
}
.ui-datepicker-header {
	padding: 15px;
}


/*===============================================*/
/* 03. Sidebars                                  */
/*===============================================*/

/*03.1 Content*/
.kette_content {
	position: relative;
}
.container {
	position: relative;
	z-index: 2;
}

/*03.2 Main Sidebar*/
.kette_main_sidebar h2:after {
	display: none;
}
.kette_main_sidebar h2 {
	margin-bottom: 20px;
}


/*03.3 Section*/

.kette_f1 {
	background-image: url(../images/f1_bl.png);
	width: 600px;
	height: 628px;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0.1;
	left: -251px;
	position: absolute;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	transition-timing-function: linear;
	z-index: 2;
	pointer-events: none;
}
.kette_wht_txt .kette_f1 {
	background-image: url(../images/f1.png);
	opacity: 0.4;
}
.kette_f2 {
	background-image: url(../images/f2_bl.png);
	width: 600px;
	height: 611px;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0.1;
	right: -251px;
	position: absolute;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	transition-timing-function: linear;
	z-index: 2;
	pointer-events: none;
}
.kette_wht_txt .kette_f2 {
	background-image: url(../images/f2.png);
	opacity: 0.4;
}
.kette_section {
	overflow: hidden;
	position: relative;
}
.kette_section .container {
	padding-top: 132px;
	padding-bottom: 128px;
}
.kette_section .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
	position: relative;
	z-index: 2;
}
.kette_section_sml_padding .container {
	padding-top: 50px;
	padding-bottom: 46px;
}
.container.text-center h2 {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.kette_section_sml_padding .kette_icon_box, 
.kette_section_sml_padding .kette_anim_box {
	margin-bottom: 0;
}
	.kette_section_sml_padding h2:after {
		display: none;
	}
	.kette_section_sml_padding h2 {
		margin-bottom: 30px;
	}
.kette_section_extra_sml .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.container {
	position: relative;
}



/*===============================================*/
/* 04. Header                                    */
/*===============================================*/


.kette_header {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	z-index: 10;
}
.admin-bar .kette_header {
  top: 12px;
}
@media screen and (max-width: 1024px) {
  .admin-bar .kette_header {
    top: 32px;
  }
  .admin-bar .kette_main_menu_content_menu.active {
  	transform:translateY(120px);
  }
  .kette_logo_und {
			margin-bottom: 15px;
	}

}
@media screen and (max-width: 782px) {
  .admin-bar .kette_header {
    top: 46px;
  }
  .admin-bar .kette_main_menu_content_menu.active {
  	transform:translateY(120px);
  }
  .breadcrumbs {
		text-align: left!important;
	}
}
@media screen and (max-width: 600px) {
  .admin-bar.kette_mobile_first .kette_header {
	    top: 0;
	}
}



/*Default Menu*/
.kette_default_menu {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
	.kette_default_menu ul {
		margin: 0;
		padding: 0;
		list-style:none;
	}
	.kette_default_menu > ul > li,
	.kette_default_menu > div > ul > li {
		float: left;
		position: relative;
	}
	.kette_default_menu ul ul {
		position: absolute;
		display: block;
		padding: 20px 30px;
		min-width: 250px;
		-webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
		margin-top: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		pointer-events: none;
		transform:translateY(-10px);
		background: #fff;
	}

		.kette_default_menu .kette_parent:last-child ul,
		.kette_default_menu .menu-item-has-children:last-child ul,
		.kette_default_menu .page_item_has_children:last-child ul {
			right: 0;
		}

		.kette_default_menu .kette_parent:last-child ul ul,
		.kette_default_menu .menu-item-has-children:last-child ul ul,
		.kette_default_menu .page_item_has_children:last-child ul ul {
			margin-left: -200px;
		}

		.kette_default_menu ul ul.active {
			opacity: 1;
			pointer-events: auto;
			transform:translateY(0);
		}
		.kette_second_step .kette_default_menu ul ul {
			margin-top: -1px;
		}
		.kette_default_menu ul ul li {
			
		}
		nav .kette_default_menu ul ul a {
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			position: relative;
			display: block;
			color: #333!important;
			padding: 10px 0;			
			-webkit-font-smoothing:auto!important;
			font-size: 18px!important;
			font-weight: 400!important;
		}
			.kette_default_menu ul ul a:before {
				position: absolute;
				display: block;
				content: '';
				width: 0;
				height: 1px;
				background: #333;
				margin: 9px 0 0 -20px;
				-webkit-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
			}
				nav .kette_default_menu.kette_wht_txt ul ul a {
					color: #fff;
				}
				.kette_default_menu.kette_wht_txt ul ul a:before {
					background: #fff;
				}
				.kette_default_menu ul ul a:hover:before {
					width: 10px;
				}
		.kette_default_menu ul ul a:hover {
			transform:translateX(15px);
		}
	.kette_default_menu a:hover {
		text-decoration: none;
	}
	.kette_default_menu > div > ul > li > a {
		display: block;
		padding: 32px 12px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		height: 84px;
	}
	.kette_second_step .kette_default_menu > div > ul > li > a {
		padding: 17px 12px;
		height: 52px;
	}

	.kette_parent > a:after,
	.menu-item-has-children > a:after,
	.page_item_has_children > a:after {
		display: inline-block;
		content: "\e64b";
		font-family: themify;
		font-size: 12px;
		margin-left: 10px;
	}

/*Search Block*/
.kette_search_block {
	float: right;
}
.no-results .search-form {
	margin-bottom: 50px;
}
.page-content .search-form {
	margin-bottom: 50px;
}
.kette_search_block > div {
	height: 84px;
	padding: 32px 20px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.kette_search_block > div.kette_search_block_link {
	padding-right: 10px!important;
}
.kette_second_step .kette_search_block > div {
	height: 52px;
	padding: 17px 20px;
}
.kette_search_block ul {
		position: absolute;
		display: block;
		padding: 20px 30px;
		min-width: 250px;
		-webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
		margin-top: 27px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		pointer-events: none;
		transform:translateY(-10px);
		right: 0;
		background: #fff;
		color: #333;
		list-style:none;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.kette_second_step .kette_search_block ul {
		margin-top: 11px;
	}
	.bask_block_item {
		display: block;
		margin-bottom: 20px;
	}
	.bask_block_item img {
		height: 50px;
		width: auto;
		float: left;
		margin-right: 10px;
	}
	.kette_bask_btns .total {
		padding: 10px 0;
		display: block;
	}
		.kette_bask_menu a {
			color: #333!important;
			font-size: 12px;
		}
		.kette_search_block ul.active {
			opacity: 1;
			pointer-events: auto;
			transform:translateY(0);
		}
		.kette_search_block_link ul {
			list-style:none;
		}
		.kette_search_block_link .btn {
			position: absolute;
			background: none;
			padding: 0;
			right: 44px;
			top: 33px;
		}
		.kette_search_block_link .form-control {
			padding-right: 40px;
			color: #000!important;
		}
		.kette_search_block_link .btn i {
			opacity: 1;
			position: relative;
			color: #333;
			margin: 0;
		}

/*Mega Menu*/
.kette_default_menu li i {
	font-size: 16px;
	margin-right: 10px;
}
.kette_default_menu ul ul ul {
	margin-left: 200px;
	top: 20px;
	right: auto!important;
}
.mega-menu {
	left: 40px;
	right: 40px!important;
	position: fixed!important;
	/*top: 104px;*/
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	pointer-events: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_main_menu_content_menu.active .mega-menu {
	pointer-events: auto;
}
.mega-menu.active {
	opacity: 1;
	pointer-events: auto;
	transform:translateY(0);
}
	.mega-menu.active  ul {
		opacity: 1;
		pointer-events: auto;
	}
	.mega-menu  ul {
		margin-left: 0!important;
		top: auto!important;
	}
.mega-menu-row {
	width: 100%;
	float: left;
	padding: 40px 60px!important;
}
.mega-menu ul {
	position: relative!important;
}
.mega-menu-col ul {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.kette_second_step .mega-menu {
	/*top: 72px;*/
}
.mega-menu:after,
.mega-menu-row:after {
	display: block;
	clear: both;
	content: '';
}
	.mega-menu ul,
	.mega-menu {
		position: relative;
		background: none;
		-webkit-box-shadow: 0 0 0 0;
		box-shadow: 0 0 0 0;
	}
	.mega-menu-col ul {
		float: left;
		width: 25%;
		padding: 0!important;
		position: relative;
		z-index: 1;
		background: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	.tablet .mega-menu-col,
	.mobile .mega-menu-col {
		width: 100%;
	}
	.tablet .mega-menu-row,
	.mobile .mega-menu-row,
	.tablet .mega-menu,
	.mobile .mega-menu{
		padding: 0!important;
	} 
	.tablet .sub-menu, .
	.mobile .sub-menu {
		padding: 30px;
	}
	.tablet .mega-menu-col > a,
	.mobile .mega-menu-col > a {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 24px;
	}
	.mega-menu-col-header,
	.mega-menu-col > a {
		font-size: 24px;
		margin-bottom: 30px;
		color: #333;
	}
	.mega-menu-col > a:hover {
		margin-right: 0!important;
		transform:translateX(0)!important;
	}
	.mega-menu-col > a:after,
	.mega-menu-col > a:before {
		display: none!important;
	}
	.mega-menu-col {
		width: 25%;
		float: left;
	}

/*Main Menu*/
.kette_main_menu {
	position: absolute;
	right: 15px;
	color: #333;
	top: 32px;
	height: 50px;
	width: 82px;
	cursor: pointer;
	z-index: 7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_transp_nav .kette_main_menu {
	color: #fff;
}
.kette_main_menu.active {
	top: 17px!important;
}
.kette_main_menu_mobile {
	display: none;
}

	.kette_second_step .kette_main_menu {
		top: 17px;
	}
	.kette_main_menu_icon {
		
	}
	.kette_main_menu_icon i {
		display: block;
		width: 30px;
		height: 4px;
		border-radius: 3px;
		background: #333;
		position: absolute;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
	}	
	.kette_transp_nav .kette_main_menu_icon i {
		background: #fff;
	}
		.kette_main_menu.active .kette_main_menu_icon i,
		.kette_main_menu.active .kette_main_menu_icon b span {
			transform: translateY(-20px);
			opacity: 0;
		}
		.kette_main_menu_icon i:nth-child(1) {
			margin-top: 0;
			-webkit-transition-delay: 50ms;
			-o-transition-delay: 50ms;
			transition-delay: 50ms;
		}
		.kette_main_menu_icon i:nth-child(2) {
			margin-top: 8px;
			-webkit-transition-delay: 100ms;
			-o-transition-delay: 100ms;
			transition-delay: 100ms;
		}

		.kette_main_menu_icon i:nth-child(3) {
			margin-top: 16px;
			-webkit-transition-delay: 150ms;
			-o-transition-delay: 150ms;
			transition-delay: 150ms;
		}
		.kette_main_menu_icon i:nth-child(4) {
			margin-top: 16px;
			-webkit-transition-delay: 250ms;
			-o-transition-delay: 250ms;
			transition-delay: 250ms;
			background: #fff;
			opacity: 0;
		}
		.kette_main_menu.active i:nth-child(4) {
			transform: translateY(-8px);
			opacity: 1;
		}
	.kette_main_menu_icon b {
		position: absolute;
		margin-top: -2px;
		right: 0;
		font-size: 16px;
		font-weight: normal;
	}
	.kette_main_menu_icon b span {
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		display: inline-block;
	}
	.kette_main_menu_icon_b span {
		transform: translateY(20px);
		opacity: 0;
		color: #fff;		
	}
	.kette_main_menu.active b.kette_main_menu_icon_b span {
			transform: translateY(0);
			opacity: 1;
	}
	/*Main Menu Content*/
	.kette_main_menu_content {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
		z-index: 6;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
		.kette_main_menu_content.active {
			opacity: 1;
		}

	
	.kette_main_menu_content.active {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: auto;
	}
	.kette_main_menu_content_menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 6;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		overflow: hidden;
		-webkit-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
		pointer-events: none;
		transform:translateY(130px);
		padding-bottom: 100px;
	}
	.kette_main_menu_content_menu_copy {
		margin-top: 30px;
	}
		.kette_main_menu_content_menu.text-left .kette_footer_social {
			margin-left: -10px;
		}
		.kette_main_menu_content_menu.text-right .kette_footer_social {
			margin-right: -10px;
		}
	.kette_main_menu_content_logo {
		position: absolute;
		left: 15px;
		top: 80px;
		z-index: 5;
	}

		.kette_main_menu_content_menu.active {		
			opacity: 1;
			-webkit-transition-delay: 0.4s;
			-o-transition-delay: 0.4s;
			transition-delay: 0.4s;
			transform:translateY(80px);
			overflow-y: auto;
			pointer-events: auto;
		}
		.desktop .kette_main_menu_content_menu.active {
			transform:translateY(90px);
		}
		.kette_main_menu_content_menu ul {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		.kette_main_menu_content_menu ul ul {
			display: none;
		}
			.kette_main_menu_content_menu ul ul a {
				font-size: 14px;
				-webkit-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				margin-right: 13px;
			}
			.kette_main_menu_content_menu.text-right ul ul a:hover {
				margin-right: 20px;
			} 


		.kette_main_menu_content_menu a {
			display: block;
			text-decoration: none;
			font-size: 30px;
			font-weight: 400;
			line-height: 38px;
		}
		.kette_main_menu_content_menu.active a {
		}
		.kette_main_menu_content_menu.kette_wht_txt a {
			color: #fff!important;
		}
	
		.kette_logo {
			color:#333;
			text-transform: uppercase;
			position: relative;
			margin-top: 23px;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			font-size: 24px;
			font-weight: 900;
			line-height: 18px;
			display: inline-block;
		}
		.kette_logo_container {
			float: left;
		}
			.kette_logo_container img {
				height: 40px;
				width: auto;
				display: inline-block;
				margin-top: 18px;
				position: relative;
				float: left;
				margin-right: 10px;
				-webkit-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
			}
			.kette_first_step .kette_logo_rev {
				filter:invert(100%);
			}
			.kette_first_step nav.kette_wht_txt .kette_logo_rev {
				filter:invert(0);
			}
				.kette_second_step .kette_logo_container img {
					height: 19px;
					/*top: 18px;*/
				}
			.kette_logo_txt {
				float: left;
			}
			.kette_logo:hover {
				text-decoration: none;
			}
		.kette_logo b {
			display: block;
			position: relative;
			-webkit-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			opacity: 1;
			left: 0;
			font-size: 12px;
			font-weight: 500;
			line-height: 18px;
		}
		.enhance_logo .char2 {
			background: url(../images/enhance_logo_n.png) no-repeat 0 1px;
			height: 18px;
			width: 7px;
			display: inline-block;
			text-indent: -10000px;
			-webkit-background-size: cover;
			background-size: cover;
			margin: 0 4px;
		}
		
	
		
		/*04.1 Logo Animation*/
		.kette_logo span {
			position: relative;
			display: inline-block;
			transition:1s all;
			min-width: 5px;
		}
	
			.kette_logo_rotate_y {
				transform:rotateY(0);
			}
				.kette_logo_rotate_y:hover span, .active.kette_logo_rotate_y span {
					transform:rotateY(360deg)
				}
			.kette_logo_rotate_x {
				transform:rotateX(0);
			}
				.kette_logo_rotate_x:hover span, .active.kette_logo_rotate_x span {
					transform:rotateX(360deg)
				}
			.kette_logo_rotate_z {
				transform:rotateZ(0);
			}
				.kette_logo_rotate_z:hover span, .active.kette_logo_rotate_z span {
					transform:rotateZ(360deg)
				}
		.kette_logo span:nth-child(0) {
			background: #333;
			color:#fff;
			display: inline-block;
			padding: 0 7px;
			margin: 0 2px;
		}


		/*04.2 Logo Img*/


		
		.kette_header nav {
			/*height: 83px;*/
			background-color: rgba(255,255,255,0.3);
			position: relative;
			border-bottom: 1px solid rgba(0,0,0,0.1);
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			top: 0;
			right: 0;
			left: 0;
		}
		.admin-bar .kette_header nav {
			top: 20px;
		}
			.kette_header nav.kette_light_nav {
				background-color: rgba(255,255,255,0.8);
			}
		.kette_header .container {
			margin-top: 0;
			margin-bottom: 0;
		}
		.kette_light_nav.kette_wht_txt .kette_logo,
		.kette_light_nav.kette_wht_txt .kette_logo_und {
			color: #fff!important;
		}
		.kette_light_nav.kette_image_bck {
			-webkit-transition: all 0.1s!important;
			-o-transition: all 0.1s!important;
			transition: all 0.1s!important;
		}
		

		/*04.3 Tranparency Menu*/
		.kette_header nav.kette_transp_nav {
			background-color: rgba(255,255,255,0);
			color: #fff;
			border-bottom: 1px solid rgba(255,255,255,0.05);
		}
			.kette_header nav.kette_transp_nav a {
				color: #fff;
			}
			.kette_header nav.kette_wht_txt #primary-menu > li > a,
			.kette_header nav.kette_wht_txt .ti {
				color: #fff!important;
			}
			.kette_first_step .kette_header nav.kette_transp_nav {
				background-color: rgba(255,255,255,0.9);
				-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
				box-shadow: 0 0 7px rgba(0,0,0,0.1);
				color: #333;
			}
			.kette_first_step .kette_header nav.kette_transp_nav a {
				color: #333;
			}
			.kette_first_step .kette_header nav.kette_transp_nav.kette_wht_txt .menu > li > a {
				color: #fff;
			}


		
			/*04.6 Language Menu*/
			.kette_header_lang ul {
				list-style:none;
				padding: 0;
			}
			.kette_header_lang .kette_parent ul {
				position: absolute;
				z-index: 20;
				list-style:none;
				padding: 7px 0 0 0;
				width: 100px;
				right: 0;
				display: none;
			}
			.kette_header_lang span:after {
				content: "\e64b";
				display: inline-block;
				font-size: 12px;
				font-family: themify;
				margin-left: 10px;
			}
				.kette_header_lang .kette_parent ul li {
					background: rgba(0,0,0,0.7);
				}
				.kette_header_lang .kette_parent ul a {
					padding: 5px 10px;
					display: block;
					color: #fff;
					-webkit-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;
					text-align: right;
				}
					.kette_header_lang .kette_parent ul a:hover {
						padding-right: 15px;
						text-decoration: none;
					}
			.kette_header_lang {
				position: absolute;
				right: 0;
			}
			.kette_header_lang .kette_parent span {
				cursor: pointer;
			}

			/*04.7 Mobile Menu*/
			.kette_mobile_menu {
				position: absolute;
				font-size: 24px;
				color: #fff;
				cursor: pointer;
				left: 44px;
				top: 44px;
				background: #e5e5e5;
				height: 52px;
				width: 46px;
				text-align: center;
				padding-top: 13px;
				color: #6f6f6f;
				z-index: 3;
			}
				.kette_mobile_menu_content {
					background: rgba(196,196,196,.85);
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
					position: fixed;
				}
				.kette_mobile_menu_content ul {
					margin: 0;
					padding: 0;
					list-style: none;
					position: absolute;
					top: 120px;
					width: 200px;
					padding-left: 50px;	
				}
				.kette_mobile_menu_content ul li {
					position: relative;
				}
				.kette_mobile_menu_content ul ul {
					position: relative;
					transform:translateY(0);
					padding: 20px 0 20px 20px;
					top: 0;
					display: none;
				}
				.kette_mobile_menu_content ul a {
					font-size: 20px;
				}

			/*04.8 Header Animation*/
			.kette_first_step .kette_header nav {
				background-color: rgba(255,255,255,0.9);
			}
			.kette_second_step .kette_header nav {
				height: 52px;
				background-color: rgba(255,255,255,0.7);
			}
				.kette_second_step .kette_top_menu > li > a {
					height: 52px;
					padding: 13px 20px;
				}
			.kette_second_step .kette_logo {
				margin-top: 18px;
				
			}
			.kette_logo_und {
				position: relative;
				-webkit-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				opacity: 1;
				text-transform: none;
				font-weight:bold;
				font-size: 14px;
				font-weight: 400;
				line-height: 16px;
			}
			.kette_second_step .kette_logo_und {
				display: none;
			}

	.kette_header_tech {
		width: 100%;
		position: relative;
		height: 40px;
		background: rgba(0,0,0,0.7);
		padding: 7px 0;
		color: rgba(255,255,255,0.3);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 3;
	}
	.kette_header_tech.kette_wht_txt {
		color: #fff;
	}
		.kette_first_step .kette_header_tech {
			height: 0;
			padding: 0;
			z-index: 0;
			overflow: hidden;
		}
.kette_header_address {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -5px;
}
	.kette_phone:before {
		display: inline-block;
		content: "\e621";
		margin-right: 10px;
		font-family: themify;
	}
	.kette_phone {
		margin: 0 20px;
	}
	.kette_location:before {
		display: inline-block;
		content: "\e693";
		margin-right: 10px;
		font-family: themify;
	}

@media (min-width:1201px){	
 /*Centered menu*/
    
    .kette_header.align_center .kette_light_nav .container {
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    .kette_header.align_center .kette_logo_container img{
		float: none;
		margin: 0 0 10px 0;
	}
    .kette_header.align_center .kette_light_nav {
        height: auto;
    }   
    .kette_second_step  .kette_header.align_center .kette_light_nav {
        height: 107px;
    }
    .kette_second_step .kette_header.align_center .kette_light_nav .kette_logo_container {
     padding-bottom: 13px;
    }
    .kette_header.align_center .kette_light_nav .kette_logo_container {
        float: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 14px;
    }
    .kette_second_step .align_center .kette_default_menu > div > ul > li > a {
        padding: 0px 20px;
    height: 24px;
    }
    .kette_header.align_center .kette_light_nav .kette_logo_txt {
        float: none;
    }
    .kette_header.align_center .kette_light_nav .kette_default_menu{
        float: none;
        margin: 0 auto;
    }
    
    .kette_header.align_center .kette_light_nav .mega-menu {
        top: 147px;
    }
    
    /*Left Open Menu + Right Open Menu*/
    
    .kette_header.align_left_open{
        width: 250px;
        height: 100%;
    }
    .kette_header.align_left_open .kette_light_nav, .kette_header.align_right_open .kette_light_nav {
        height: 100%;
    }
    .kette_header.align_left_open .mega-menu {
        display: none;
    }   
    .kette_header.align_left_open .kette_light_nav .kette_logo_container, .kette_header.align_right_open .kette_light_nav .kette_logo_container {
        float: none;
        padding-left: 20px;
        padding-bottom: 50px;
    }
    .kette_header.align_left_open .kette_light_nav .kette_logo_txt, .kette_header.align_right_open .kette_light_nav .kette_logo_txt {
        float: none;
    }
    .kette_header.align_left_open .kette_light_nav .kette_default_menu, .kette_header.align_right_open .kette_light_nav .kette_default_menu{
        float: none;
    }
    .content-wrap_align-right{
        padding-left: 250px;
        width: 100%;
    }
    .content-wrap_align-right .container, .content-wrap_align-left .container  {
        width: 100%;
        padding-right: 35px;
    }
    .kette_header.align_left_open .kette_default_menu > ul > li, .kette_header.align_left_open .kette_default_menu > div > ul > li, .kette_header.align_right_open .kette_default_menu > ul > li, .kette_header.align_right_open .kette_default_menu > div > ul > li {
        float: none;
        position: relative;
        width: 235px;
    }
    .kette_header.align_left_open .kette_default_menu > div > ul > li > a, .kette_header.align_right_open .kette_default_menu > div > ul > li > a {
        padding: 30px 20px 0px;
        height: 50px;
    }
    .kette_header.align_left_open .kette_default_menu ul ul, .kette_header.align_right_open .kette_default_menu ul ul {
        display: none;
    }
    .kette_header.align_left_open .kette_parent > a:after, .kette_header.align_left_open .menu-item-has-children > a:after, .kette_header.align_left_open .page_item_has_children > a:after, .kette_header.align_right_open .kette_parent > a:after, .kette_header.align_right_open .menu-item-has-children > a:after, .kette_header.align_right_open .page_item_has_children > a:after {
        content: “”;
    }
    .kette_header.align_left_open .kette_default_menu > div > ul > li > a:before, .kette_header.align_right_open .kette_default_menu > div > ul > li > a:before{
        display: none;;
    }
    
    /*Right Open Menu Only*/
    .content-wrap_align-left {
        padding-right: 250px;
        width: 100%;
        padding-left: 20px;
    }
    .kette_header.align_right_open{
        width: 250px;
        height: 100%;
        right: 0;
    }
    
    /*Bottom Menu*/
    
    .kette_header.align_bottom {
        height: 90px;
        bottom: 0;
        top: auto;
    }
    .kette_second_step .kette_header.align_bottom .kette_light_nav   {
        height: 90px!important;
        bottom: 0;
        top: auto;
    }
    .kette_header.align_bottom .kette_default_menu ul ul {
        bottom: 85px;
    }
    .kette_second_step .kette_header.align_bottom .kette_default_menu ul ul {
        bottom: 52px;
        background: rgba(255,255,255,.7);
    }
    .kette_header.align_bottom .kette_light_nav{
        top: auto;
    }
    .kette_header.align_bottom .kette_parent > a:after, .kette_header.align_bottom .menu-item-has-children > a:after, .kette_header.align_bottom .page_item_has_children > a:after, .kette_header.align_bottom .kette_parent > a:after, .kette_header.align_bottom .menu-item-has-children > a:after, .kette_header.align_bottom .page_item_has_children > a:after {
        content: “”;
    }
	
	/*Left Closed & Right Closed Menu*/
	
	.kette_header.align_left_closed, .kette_header.align_right_closed{
		width: 110px;
		/*height: 100%;*/
		overflow: hidden;
	}
	.kette_header.align_left_closed.active, .kette_header.align_right_closed.active{
		width: 335px;
		height: 100%;
		background-color: #fff;
	}
	.kette_header.align_left_closed .kette_main_menu{
		top: 40px;
		right: 0;
	}
	.kette_header.align_left_closed .kette_main_menu.active{	
		right: 15px;
	}
	.kette_main_menu_desktop.active {
		top: 40px!important;
	}
	.kette_header.align_left_closed .kette_light_nav, .kette_header.align_right_closed .kette_light_nav {
		/*height: 100%;*/
		width: 0;
		/*overflow: hidden;*/
	}
	.kette_header.align_left_closed nav.kette_light_nav, .kette_header.align_right_closed nav.kette_light_nav {
		background: none;
		border: none;
	}
	.kette_header.align_left_closed .kette_light_nav .container, .kette_header.align_right_closed .kette_light_nav .container{
		opacity: 0;
	}
	.kette_header.align_left_closed.active .kette_light_nav, .kette_header.align_right_closed.active .kette_light_nav {
		width: 335px;
		height: 100%;
	}
	.kette_header.align_left_closed.active .kette_light_nav .container, .kette_header.align_right_closed.active .kette_light_nav .container{
		opacity: 1;
	}
	.kette_header.align_left_closed .mega-menu {
		display: none;
	}	
	.kette_header.align_left_closed .kette_light_nav .kette_logo_container, .kette_header.align_right_closed .kette_light_nav .kette_logo_container {
		float: none;
		padding-left: 20px;
		padding-bottom: 50px;
	}
	.kette_header.align_left_closed .kette_light_nav .kette_logo_txt, .kette_header.align_right_closed .kette_light_nav .kette_logo_txt {
		float: none;
	}
	.kette_header.align_left_closed .kette_light_nav .kette_default_menu, .kette_header.align_right_closed .kette_light_nav .kette_default_menu{
		float: none;
	}
	.content-wrap_align-right_closed{
		/*padding-left: 110px;
		width: 100%;*/
	}
	.content-wrap_align-right .container, .content-wrap_align-left .container  {
		width: 100%;
		padding-right: 35px;
	}
	.kette_header.align_left_closed .kette_default_menu > ul > li, .kette_header.align_left_closed .kette_default_menu > div > ul > li{
		float: none;
		position: relative;
		width: 235px;
	}
	.kette_header.align_left_closed .kette_default_menu > div > ul > li > a, .kette_header.align_right_closed .kette_default_menu > div > ul > li > a {
		padding: 30px 20px 0px;
		height: 50px;
	}
	.kette_header.align_left_closed .kette_default_menu ul ul, .kette_header.align_right_closed .kette_default_menu ul ul {
		display: none;
	}
	.kette_header.align_left_closed .kette_parent > a:after, .kette_header.align_left_closed .menu-item-has-children > a:after, .kette_header.align_left_closed .page_item_has_children > a:after, .kette_header.align_right_closed .kette_parent > a:after, .kette_header.align_right_closed .menu-item-has-children > a:after, .kette_header.align_right_closed .page_item_has_children > a:after {
		content: "";
	}
	.kette_main_menu.kette_main_menu_desktop.active .kette_main_menu_icon i, .kette_main_menu.kette_main_menu_desktop.active .kette_main_menu_icon b span {
		color: #333;
	}
	.kette_main_menu_desktop.active .kette_main_menu_icon i:nth-child(4) {
		background: #333;
	}
	.kette_header.align_left_closed .kette_default_menu > div > ul > li > a:before, .kette_header.align_right_closed .kette_default_menu > div > ul > li > a:before{
		display: none;
	}
	
	/*Right Closed Menu Only*/
	.content-wrap_align-left_closed{
		/*padding-right: 110px;
		width: 100%;
		padding-left: 20px;*/
	}
	.kette_header.align_right_closed{
		right: 0;
	}
	.kette_header.align_right_closed .kette_main_menu{
		left: 0;
		right: auto;
	}
	.kette_header.align_right_closed .kette_main_menu.active{
		left: 15px;
	}
	.kette_second_step .kette_main_menu_desktop{
		top: 32px;
	}
	.kette_header.align_right_closed .kette_light_nav .kette_logo_container {
		padding-left: 100px;
	}
	.kette_header.align_right_closed .kette_default_menu > ul > li, .kette_header.align_right_closed .kette_default_menu > div > ul > li {
		float: none;
		position: relative;
		width: 100%;
		padding-left: 80px;
	}
	
	/*Popup Menu*/
	
	 .kette_header.popup_menu .kette_main_menu_content_menu.text-right ul ul a:hover {
        margin-right: 0;
    } 
    .kette_first_step .kette_header.popup_menu .kette_main_menu_icon i {
        background: #333;
    }
    .kette_header.popup_menu .kette_main_menu.active .kette_main_menu_icon i,
    .kette_header.popup_menu .kette_first_step .kette_wht_txt .kette_main_menu_icon i,
    .kette_header.popup_menu .kette_light_nav.kette_image_bck .kette_main_menu_icon i {
        background: #fff;
    }
    .kette_first_step .kette_header.popup_menu .kette_main_menu_icon b {
        color: #333;
    }
    .kette_header.popup_menu .kette_main_menu.active .kette_main_menu_icon b,
    .kette_first_step .kette_wht_txt .kette_header.popup_menu .kette_main_menu_icon b,
    .kette_light_nav.kette_image_bck .kette_header.popup_menu .kette_main_menu_icon b {
        color: #fff;
    }    
    .kette_header.popup_menu .kette_default_menu {
        display: none;
    }
    .kette_header.popup_menu nav {
        top: 0;
    }        
    .kette_header.popup_menu .kette_main_menu_mobile {
        display: block;
    }
    .kette_header.popup_menu .mega-menu {
        position: relative!important;
        top: 0!important;
        left: auto;
        right: 0!important;
        padding: 0;
    }
    .kette_header.popup_menu .mega-menu-col ul {
        width: 100%;
        float: none;
    }
    .kette_header.popup_menu  .mega-menu-col {
        width: 100%;
    }
    .kette_header.popup_menu .kette_main_menu_content_menu ul ul a {
        margin-right: 0;
    }
    .kette_header.popup_menu .mega-menu-col-header {
        color: #fff;
        margin: 20px 0;
    }
    .kette_header.popup_menu .kette_main_menu_content_menu ul {
        position: relative;
    }
    .kette_header.popup_menu .menu-topmenu-container{
        text-align: center;
    }
    .kette_header.popup_menu .kette_main_menu.active {
        top: 40px!important;
    }
	.kette_header.popup_menu li {
		padding: 20px;
	}
	
	/*Two Rows Menu*/
	
	.two_rows_menu .kette_logo_container {
		float: none;
	}
	.two_rows_menu .kette_default_menu{
		float: none;
	}
	.kette_default_menu > div > ul > li:first-child > a{
		padding-left: 0;
	}
	.kette_second_step .kette_header.two_rows_menu nav{
		height: auto;
	}
	.kette_second_step .two_rows_menu .mega-menu{
		top: auto;
	}
}

@media (max-width:1200px){ 
		.kette_section .container {
			padding-top: 56px;
			padding-bottom: 46px;
		}  
		.kette_no_header {
			height: 50px;
		}
    .kette_main_menu_desktop{
        display: none;
    }
    .kette_logo_und {
			display: none;
		}
		.kette_main_menu {
			top: 17px;
			position: relative;
			float: right;
			right: 5px;
		}
}

/*04.9 Passpartu*/
.kette_border_top {
	background: #e5e5e5;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.kette_border_bottom {
	background: #e5e5e5;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.kette_border_left {
	background: #e5e5e5;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 20px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.kette_border_right {
	background: #e5e5e5;
  position: fixed;
  z-index: 20;
  right: 0;
  top: 0;
  width: 20px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*.kette_first_step .kette_border_right,
.kette_first_step .kette_border_left {
	width: 10px;
}
.kette_first_step .kette_border_bottom,
.kette_first_step .kette_border_top {
	height: 10px;
}*/

.tablet .kette_border_top {
	left: 0;
  right: 0;
  top: 0;
  height: 24px;
}
.tablet .kette_border_bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
}
.tablet .kette_border_left {
    left: 0;
    top: 0;
    width: 24px;
    bottom: 0;
}
.tablet .kette_border_right {
    right: 0;
    top: 0;
    width: 24px;
    bottom: 0;
}
.passpartu_off .kette_border{
	border: none;
}

/*04.10 Search*/
.kette_header_search {
	float: right;
}

/*Header Login Form*/
.kette_header_login {
	float: right;
	position: relative;
	padding: 16px 0;
	margin-left: 40px;
}
.kette_second_step .kette_header_login {
	padding: 12px 0;
}
.kette_second_step .kette_header_login .btn {
	padding: 5px 15px;
}
	.kette_second_step .kette_header_search span {
		padding: 16px 0 16px 60px;
	}
	.kette_header_search span {
		display: block;
		padding: 30px 0 30px 60px;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.kette_header_search a:hover {
		text-decoration: none;
	}
	.kette_header_search_cont {
		position: absolute;
		right: 0;
		background: rgba(0,0,0,0.8);
		padding: 20px;
		width: 300px;
		display: none;
	}
	.kette_second_step .kette_header_search_cont {
		margin-top: -3px;
	}
	.kette_mobile_menu_hor .kette_header_search span {
		padding: 16px 0 16px 60px;
	}
	.kette_mobile_menu_hor .kette_header_search_cont {
		margin-top: -5px;
	}
	.kette_header_search_cont .btn {
		position: absolute;
		top: 20px;
		right: 20px;
		background: none;
		text-indent: -10000px;
		z-index: 2;
	}
	.kette_header_search_cont:after {
		display: block;
		position: absolute;
		content: "\e610";
		font-family: themify;
		color: #292929;
		top: 33px;
		right: 36px;
	}
	.kette_header_search_cont input {
		margin-bottom: 0;
	}

/*===============================================*/
/* 05. Slider                                    */
/*===============================================*/
.kette_slider_carousel {
	height: 100%;
	z-index: 0;
	position: relative;
}
.kette_slider_carousel .owl-controls {
	color: #fff;
}
.kette_slider_carousel .owl-buttons div .ti:after {
	background: #fff!important;
}
.kette_slider_zoom {
	animation:30s ease 0s normal none infinite slider-zoom;
	-webkit-animation:30s ease 0s normal none infinite slider-zoom;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@keyframes slider-zoom {
			0% {
				transform:scale(1);
			}
			50% {
				transform:scale(1.1);
			}
			100% {
				transform:scale(1);
			}
		}
.kette_slider_carousel.kette_wht_txt .owl-buttons i {
	color: #fff;
}
.kette_slider_carousel .owl-buttons {
	position: absolute;
	width: 100%;
	top: 50%;
	transform:translateY(-50%);
}
.kette_slider_carousel.owl-theme .owl-controls .owl-buttons div {
	transform:scale(1);
	position: absolute;
	opacity: 1;
}
.kette_slider_carousel.owl-theme .owl-controls .owl-buttons div:hover {
	transform:scale(1);
}
.kette_slider_carousel .owl-prev {
	left: 40px;
}
.kette_slider_carousel .owl-next {
	right: 40px;
}
.kette_slider_carousel .owl-pagination {
	position: absolute;
	width: 40px;
	bottom: 0px;

}


.kette_slider_carousel .kette_slide_txt {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.kette_slider {
	/*height: 100%;*/
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.kette_slider.kette_slider_half, .kette_slider_half .kette_slider{
	height: 50vh;
}	

.kette_slider_bottom {
	position: absolute;
	bottom: 100px;
	width: 100%;
}
	.kette_slider_bottom h3 {
		margin: 0;
	}
	.kette_slider_bottom .breadcrumbs {
		padding-top: 30px;
	}
.kette_slider_copyright {
	position: absolute;
	left: -5px;
	bottom: 100px;
	transform:rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.kette_auto_height .kette_slider_copyright {
	bottom: 100px;
	left: 100px;
}

.kette_slider_copyright_right {
	right: 0;
	left: auto;
	transform:rotate(90deg);
	-webkit-transform-origin: 100% 0 0;
	-moz-transform-origin: 100% 0 0;
	-ms-transform-origin: 100% 0 0;
	-o-transform-origin: 100% 0 0;
	transform-origin: 100% 0 0;
}


	/*05.1 Slider Text*/
	.kette_slide_txt {
		position: absolute;
		width: 40%;
	}

	.kette_slide_txt.kette_slide_center_middle, .kette_slide_txt.kette_slide_center_top, .kette_slide_txt.kette_slide_center_bottom {
		width: 70%;
	}
	.kette_slide_txt img {
		max-width: 100%;
	}
	
	/*05.2 Slider Aligns*/
	.kette_slide_left_bottom {
		left: 15px;
		bottom: 120px;
	}
	.kette_slide_left_middle {
		left: 15px;
		top: 50%;
		transform:translateY(-50%);
	}
	.kette_slide_left_top {
		left: 15px;
		top: 140px;
	}

	.kette_slide_right_bottom {
		right: 15px;
		bottom: 120px;
	}
	.kette_slide_right_middle {
		right: 15px;
		top: 50%;
		transform:translateY(-50%);
	}
	.kette_slide_right_top {
		right: 15px;
		top: 140px;
	}

	.kette_slide_center_bottom {
		left: 50%;
		bottom: 120px;
		transform:translateX(-50%);
	}
	.kette_slide_center_middle {
		left: 50%;
		top: 50%;
		transform:translateY(-50%) translateX(-50%);
	}
	.kette_slide_center_top {
		left: 50%;
		top: 140px;
		transform:translateX(-50%);
	}

	.kette_slider .container {
		position: relative;
		height: 100%;
	}
	.kette_slider.kette_wht_txt {
		color: #fff;
	}
		.kette_slider > .container {
			z-index: 2;
		}
		.kette_slider .kette_over {
			height: 100%;
		}
		.kette_slide_title,
		h2.kette_slide_title {
			margin-bottom: 30px;
			font-size: 80px;
			font-weight: 900;
			line-height: 80px;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
		}
		.kette_slide_title b, 
		h2.kette_slide_title b,
		.kette_slide_midtitle b {
			font-weight: 900;
		}
		h2.kette_slide_title:after {
			margin-bottom: 20px;
		}
			.kette_slide_midtitle {
				margin-bottom: 30px;
				font-size: 50px;
				font-weight: 900;
				line-height: 50px;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
			}

			
		.kette_slide_title_great {
			line-height: 1.0625;
			font-size: 86px;
			font-weight: 900;
		}
		.kette_slide_title_middle {
			line-height: 1.0625;
			text-transform: uppercase;
			margin-bottom: 25px;
			font-size: 56px;
			font-weight: 900;
		}
		.kette_slide_title em {
			font-size: 80px!important;
			font-weight: 400!important;
			line-height: 80px!important;
			font-style: italic!important;
		}
		.kette_slide_midtitle em {
			font-size: 50px!important;
			font-weight: 400!important;
			line-height: 50px!important;
			font-style: italic!important;
		}
		
		.kette_slide_subtitle {
			text-transform: none;
			line-height: 1.125;
			margin-bottom: 20px;
			margin: 20px 0;
			font-size: 20px;
			font-weight: 700;
		}
		.kette_slide_subtitle em {
			font-size: 20px!important;
			font-weight: 400!important;
			line-height: 20px!important;
			font-style: italic!important;
		}

		.kette_slide_desq {
			line-height: 1.35417;
			margin: 30px 0;
			font-size: 24px;
			font-weight: 400;
		}
		.kette_slide_desq_great {
			text-transform: uppercase;
			font-size: 24px;
			font-weight: 500;
		}
			.kette_slide_title_great:after {
				display: block;
				content: '';
				height: 1px;
				background: rgba(0,0,0,0.4);
				width: 112px;
				margin: 30px 0;
			}
			.text-center .kette_slide_title_great:after {
				margin: 30px auto;
			}
			.text-right .kette_slide_title_great:after {
				margin: 30px 0 30px auto;
			}
			.kette_wht_txt .kette_slide_title_great:after {
				background: rgba(255,255,255,0.4);
			}
		.kette_slide_desq_btns {
			margin-top: 20px;
		}
	/*05.3 Scroll Down*/
	.kette_scroll_down {
		position: absolute;
		bottom: 40px;
		text-decoration: none;
		color: #333;
		width: 40px;
		left: 50%;
		margin-left: -20px;
		text-align: center;
		z-index: 3;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
	}
	.kette_scroll_down:focus, .kette_scroll_down:active {
		text-decoration: none;
	}
		.kette_wht_txt .kette_scroll_down b {
			border:2px solid #fff;
		}
		.kette_wht_txt .kette_scroll_down,
		.kette_wht_txt .kette_scroll_down:hover {
			color: #fff;
		}
			.kette_wht_txt .kette_scroll_down b:before {
				background: #fff;
			}
		.kette_scroll_down:hover {
			color: #333;
			text-decoration: none;
		}
		.kette_scroll_down b {
			width: 25px;
			height: 40px;
			border:2px solid #333;
			border-radius: 15px;
			display: inline-block;
			position: relative;
		}
		.kette_scroll_down b:before {
			display: block;
			content: '';
			height: 4px;
			width: 2px;
			background: #333;
			left: 10px;
			top: 8px;
			position: absolute;
			animation:2s ease 0s normal none infinite mouse-down;
			-webkit-animation:2s ease 0s normal none infinite mouse-down;
		}
		.kette_slider_half .kette_scroll_down{
			display: none;
		}
		.kette_scroll_down.has_form_bottom{
			bottom: 140px;
		}
		
		@keyframes mouse-down {
			0% {
				height: 4px;
			}
			50% {
				height: 12px;	
			}
			100% {
				height: 4px;
			}
		}

/*05.4 Slider Form*/

.slider_form{
	position: absolute;		
    height: 100px;    
	width: 100%;
	z-index: 3;
}
.slider_form .container{
	background-color: #fff;
}
.slider_form_bottom{
	bottom: 0;
}
.slider_form_center{
	bottom: 43%;	
}
.slider_form_title{
	margin-top: 30px;
	text-align: center;
}

.btn, input[type=submit], input[type=button]{
	cursor: pointer;

}
.wpcf7-form-control{
	margin-top: 23px;
}
.slider_form_close{
	display: none;
}
.open_form {
	display: none;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    position: absolute;
    top: -35px;
    margin: 0;
    padding: 2px 10px;
    left: 30px;
    background: #333;
    color: #fff;
}
span.wpcf7-not-valid-tip {
    font-size: 10px;
}



@media (max-width:1023px){
	.slider_form{
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: auto;
		padding-top: 60px;
		bottom: auto;
		z-index: 10;
		background: #292929;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		overflow: scroll;
	}	
	.slider_form_open{
		left: 0;
	}
	.slider_form_close{
		display: inline-block;
		width: 57px;
		height: 36px;
		display: inline-block;
		position: relative;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slider_form_close span {
		width: 50px;
		height: 1px;
		background: #333;
		display: block;
		position: absolute;
		margin-top: 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slider_form_close span:nth-child(1) {
		transform: rotate(45deg);
	}
	.slider_form_close span:nth-child(2) {
		transform: rotate(-45deg);
	}
	.open_form {
		position: fixed;
		background: none;
		width: 40px;
		height: 26px;
		top: 60px;
		right: 94px;
		font-size: 27px;
		padding: 0;
		display: block;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
		z-index: 2;
		color: #fff;
	}
	div.wpcf7-validation-errors {
		position: initial;
		margin: 0 auto;
		width: 96%;
	}
	input[type="text"].wpcf7-form-control, input[type="search"].wpcf7-form-control, input[type="password"].wpcf7-form-control, input[type="email"].wpcf7-form-control {
		margin-bottom: 0;
		margin-top: 15px;
	}
}

/*About Images*/
.kette_image_bottom {
	position: absolute;
	bottom: 0;
}
.kette_working_hours i{
	font-style: normal;
	width: 100px;
	display: inline-block;
}

/*===============================================*/
/* 06. Shortcodes                                */
/*===============================================*/
.timeslot-link {
	font-size: 18px;
	margin: 40px 0 -10px;
	display: block;
}

/*MailChimp*/
.mc4wp-form-fields label {
	display: block;
}
.mc4wp-form-fields input[type="text"], 
.mc4wp-form-fields input[type="search"], 
.mc4wp-form-fields input[type="password"], 
.mc4wp-form-fields input[type="email"] {
	width: 100%;
}
/*Timetable*/
.mptt-navigation-select {
	min-width: 300px;
	max-width: 100%;
	margin-bottom: 40px;
}
.kette_wht_txt .mptt-navigation-select {
	background: none;
	color: #fff;
}
.mptt-shortcode-table th{
	padding: 20px!important;
}
.kette_wht_txt .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
	background: rgba(255,255,255,0.05);
	color: #fff;
	border: 1px solid #282828;
}
.kette_wht_txt  .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
	border: 1px solid #282828;
	color: #fff;
}
.kette_wht_txt .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2),
.kette_wht_txt .mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
	background: rgba(255,255,255,0.05);
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
	background: rgba(255,255,255,0.6);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
	background: rgba(220,220,220,1);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
	position: relative;
	outline: 0;
	overflow: visible;
}
.event-subtitle {
	margin-top: 5px!important;
	font-size: 12px!important;
	font-weight: bold;
}
.mptt-inner-event-content {
	padding: 20px;
	position: relative;
}
.event-description {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 90%;
	background: #000;
	border-radius: 10px;
	padding: 10px;
	margin: 0!important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
	.event-description:before {
		width: 10px;
		height: 10px;
		content: '';
		display: block;
		background: #000;
		position: absolute;
		transform:rotate(-45deg) translateX(-50%);
		top: -8px;
		left: 50%;
	}
	.mptt-shortcode-event:hover .event-description {
		opacity: 1;
		top: 100%;
	}
.event-title {
	font-size: 24px!important;
	font-weight: bold;
	margin: 0 0 10px 0!important;
}

/*Slider*/
.kette_slider_over_i {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/slider_conc_i.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.kette_slider_over_ii {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/slider_conc_ii.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.kette_slider_over_iii {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/slider_conc_iii.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.kette_slider_over_iv {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/slider_conc_iv.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
	.kette_slider_over_i_li {
		position: absolute;
		display: block;
		content: '';
		width: 100px;
		height: 3000px;
		transform:rotate(-46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		left: -33%;
		mix-blend-mode: darken;
		z-index: 0;
	}
	.kette_slider_over_i_lii {
		position: absolute;
		display: block;
		content: '';
		width: 15px;
		height: 3000px;
		transform:rotate(-46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		left: -35%;
		mix-blend-mode: soft-light;
		z-index: 0;
	}


	.kette_slider_over_ii_li {
		position: absolute;
		display: block;
		content: '';
		width: 100px;
		height: 3000px;
		transform:rotate(46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		right: -33%;
		mix-blend-mode: darken;
		z-index: 0;
	}
	.kette_slider_over_ii_lii {
		position: absolute;
		display: block;
		content: '';
		width: 15px;
		height: 3000px;
		transform:rotate(46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		right: -35%;
		mix-blend-mode: soft-light;
		z-index: 0;
	}

	.kette_slider_over_iii_li {
		position: absolute;
		display: block;
		content: '';
		width: 100px;
		height: 3000px;
		transform:rotate(-46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		right: 23%;
		mix-blend-mode: darken;
		z-index: 0;
	}
	.kette_slider_over_iii_lii {
		position: absolute;
		display: block;
		content: '';
		width: 150px;
		height: 3000px;
		transform:rotate(-46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		right: 65%;
		mix-blend-mode: soft-light;
		z-index: 0;
	}

	.kette_slider_over_iv_li {
		position: absolute;
		display: block;
		content: '';
		width: 100px;
		height: 3000px;
		transform:rotate(46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		right: -33%;
		mix-blend-mode: darken;
		z-index: 0;
	}
	.kette_slider_over_iv_lii {
		position: absolute;
		display: block;
		content: '';
		width: 150px;
		height: 3000px;
		transform:rotate(46deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		right: -35%;
		mix-blend-mode: soft-light;
		z-index: 0;
	}

/*Loader*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #eee;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.scala_text_block {

}
.kette_spinner {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
[class^="travel-"]:before, [class*=" travel-"]:before, [class^="travel-"]:after, [class*=" travel-"]:after {
	font-size: 40px;
}
[class^="sport-"]:before, [class*=" sport-"]:before, [class^="sport-"]:after, [class*=" sport-"]:after {
	font-size: 40px;
}
.kette_wht_txt .kette_spinner > div {
	background: rgba(255,255,255,0.7);
}
.kette_spinner > div {
  background-color: rgba(0,0,0,0.1);
  height: 100%;
  width: 6px;
  display: inline-block;
  float: left;
  margin: 0 2px;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.kette_spinner .kette_rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.kette_spinner .kette_rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.kette_spinner .kette_rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.kette_spinner .kette_rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*Video*/
.embed-video-container {
	width: 100%;
	height: 450px;
}
video#video_background,  video.video_background {
	position: absolute; 
	top: 0; 
	left: 0px; 
	bottom: 0px; 
	right: 0px; 
	z-index: 1; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
}

/*Social Btns*/
.kette_social_btns a {
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	opacity: 0.8;
}
	.text-left .kette_social_btns a {
		margin: 0 10px 0 0;
	}
	.text-left .kette_icon_box, .text-left .kette_anim_box {
		padding: 0 20px 0 0;
	}
	.kette_social_btns a:hover {
		text-decoration: none;
		color: #000;
		opacity: 1;
	}

/*Twitter*/
.text-center .kette_twitter {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/*Icon Over*/
.kette_icon_over {
	position: absolute;	
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.kette_icon_over i {
	font-size: 400px;
	opacity: 0.4;
	position: absolute;
	bottom: -70px;
	right: -70px;
	color: #fff;
}
.kette_wht_txt .kette_icon_over i  {
	opacity: 0.1;
}

/*Menu*/
.kette_menu_item {
	border-bottom: 1px dotted #eee;
	display: block;
	padding: 20px;
	text-align: left;
	margin: 0 10px;
}
	.kette_menu_item_img {
		width: 150px;
		height: 150px;
		overflow: hidden;
		border-radius: 50%;
		display: block;
		float: left;
		margin-right: 20px;
	}
	.kette_menu_item_img img {
		height: 100%;
		width: auto;
		max-width: none;
	}
.kette_menu_item:nth-child(2n) {
	background: rgba(0,0,0,0.02);
}
.kette_wht_txt .kette_menu_item:nth-child(2n) {
	background: rgba(255,255,255,0.05);
}
.kette_wht_txt .kette_menu_item {
	border-bottom: 1px dotted rgba(255,255,255,0.2);
}
	.kette_menu_item:hover {
		text-decoration: none;
	}
	.kette_menu_item {
		min-height: 100px;
	}
	.kette_menu_item b {
		float: right;
		font-size: 24px;
		font-weight: 400;
		line-height: 24px;
		font-style: italic;
	}
	.kette_menu_item span {
		font-size: 30px;
		font-weight: 700;
		line-height: 30px;
	}

.kette_menu_item p {
	margin-bottom: 0;
}
.kette_team_menu .owl-buttons {
	position: relative;
	margin-top: 30px;
}
.kette_team_menu {
	margin-left: -10px;
	margin-right: -10px;
}

/*Countdown*/
.countdown-section {
	display: inline-block;
	margin: 0 30px 0 0;
}
.text-center .countdown-section {
	margin: 0 30px;
}
.countdown-amount {
	display: block;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
}
.countdown-period {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	font-style: italic;
}


/*Prices*/
.kette_pricing_table {
	padding: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
}
.kette_pricing_table.kette_wht_txt,
.kette_wht_txt .kette_pricing_table {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}
	.kette_pricing_table:hover {
		-webkit-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    margin-top: -10px;
	}
	.kette_pricing_table h5 {
		margin-bottom: 30px;
		font-size: 40px;
		font-weight: 700;
		line-height: 40px;
	}
	.kette_pricing_price {
		font-size: 30px;
		font-weight: 400;
		line-height: 30px;
		margin: 20px 0;
		display: block;
	}
	.kette_pricing_table .btn {
		margin: 30px 0;
	}
	.kette_pricing_lead {
		margin: 0;
	}

/*Contact Form*/
.spa_contacts_form .ti {
	float: left;
	width: 30px;
	display: inline-block;
	margin-top: 4px;
}
.spa_contacts_form p {
	display: inline-block;
	margin-bottom: 0;
}
.spa_contacts_form {
	margin-bottom: 30px;
	list-style: none;
	padding: 0;
	display: block;
}	
	.spa_contacts_form li {
		display: block;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
/*Round Image*/
.kette_round_im {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.kette_round_block {
	margin-top: 70px;
}
.kette_round_block h2 {
	font-size: 20px;
}
.kette_round_block h2 em {
	margin-left: 10px;
	font-size: 30px;
}
.kette_round_block h2:after {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*Timetable*/
.kette_simple_stat {

}
.kette_stat_item {
	display: inline-block;
	margin:0 15px;
	vertical-align: top;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.kette_stat_item b {
	float: left;
	margin-right: 10px;
	font-size: 48px;
	font-weight: 600;
	line-height: 48px;
}
.kette_stat_item span {
	display: inline-block;
}

/*Bordered Block*/
.kette_bordered_block {
	position: relative;
	overflow: hidden;
	min-height: 55vh;
}

	.container .kette_col.kette_bordered_block:before {
		display: none;
	}


.kette_box_content {
	position: relative;
	z-index: 1;
}
.kette_bordered_zoom a {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.kette_reviews_item {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 60px 40px;
	position: relative;
}
.kette_wht_txt .kette_reviews_item {
	color: #fff;
}
.kette_box_content p.kette_review_txt {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
	.kette_box_content p.kette_review_txt:before {
		content: "\e67f";
		font-family: themify;
		position: absolute;
		font-size: 40px;
		opacity: 0.2;
		margin: -35px 0 0 -10px;
	}
	.kette_box_content p.kette_review_txt:after {
		content: "\e67e";
		font-family: themify;
		position: absolute;
		font-size: 40px;
		opacity: 0.2;
		right: 20px;
		margin: 10px 0 0 0;
	}

.kette_box_content i:before {
	font-size: 80px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_bordered_block:hover .kette_box_content i:before  {
	font-size: 150px;
}
.kette_box_content i {
	display: inline-block;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.kette_bordered_block:hover .kette_box_content i {
		margin-bottom: 0;
	}

.kette_team {
	position: relative;
}
.kette_team_simple {
	position: relative;
	margin-top: -15px;
}
	.kette_team_simple .kette_bordered_block {
		border-top: 15px solid #e5e5e5;
	}

/*Zoom Animation*/
.kette_bordered_zoom:before {
	border: 30px solid rgba(255,255,255,0.3);
	content: "";
	display: block;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	position: absolute;
	z-index: 2;
	transition:1s all;
	opacity: 1;
}

	.kette_bordered_zoom:hover:before {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid rgba(255,255,255,0.18);
	}

.kette_bordered_zoom:after {
	position: absolute;
	display: block;
	content: "";
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 35px;
	z-index: 1;
	opacity: 1;
	transition:0.3s all;
	border: 10px solid #fff;
}

	.kette_bordered_zoom:hover:after {
		opacity: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.kette_bordered_zoom:hover .box_content {
		opacity: 1;
	}



.kette_bordered_zoom {
	color: #fff;
	padding: 0!important
}
	.kette_bordered_zoom:hover h4 {
		opacity: 0;
		transform:translateY(100px)
	}
	.kette_bordered_zoom h4 {
		position: absolute;
		margin: auto;
		text-align: center;
		width: 100%;
		height: 100%;
		display: flex;
		transition:0.4s all;
		z-index: 2;
		display: none
	}
		.kette_bordered_zoom h4 span {
			margin: auto;
			display: inline-block;
			background: rgba(255,255,255,0.6);
			padding: 2px 10px;
			position: relative;	
			color: #000
		}
			.kette_bordered_zoom h4 span:before {
				content: "";
				display: block;
				position: absolute;
				border: 1px solid rgba(255,255,255,0.18);
				top: -5px;
				bottom: -5px;
				left: -5px;
				right: -5px;
				z-index: 0
			}
.kette_bordered_zoom .kette_box_content {
	position: absolute;
	left: 45px;
	right: 45px;
	top: 45px;
	bottom: 45px;
	z-index: 2;
	opacity: 1;
	transition:0.3s all;
	padding: 20px;
	text-align: center;
	color: #fff;

}
	
	.kette_bordered_zoom .box_content p {
		position: absolute;
		bottom: 0px;
		width: 100%;
		left: 0;
		opacity: 0.7;
		transition:0.3s all;
	}	

	.kette_hidden_title {
		opacity: 0;
		transition:0.3s all;
	}
	.kette_bordered_zoom:hover .kette_hidden_title {
		opacity: 1
	}
		.kette_bottom_title p {
			position: relative!important;
			text-transform: none;
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 20px;
			padding-right: 20px;
			font-size: 18px;
			font-weight: 400;
			font-style: italic;
		}
		.kette_image_over:before {
			display: block;
			position: absolute;
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
			height: 150px;
			width: 100%;
			content: '';
			bottom: 0;
			opacity: 0;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
			.kette_bordered_block:hover .kette_image_over:before {
				opacity: 1;
			}
		.kette_bottom_title h3 {
			position: relative;
			margin-bottom: 0;
			font-size: 24px;
			font-weight: 700;
		}
		.kette_bottom_title h2 {
			position: relative;
			margin-bottom: 30px;
			font-size: 34px;
			font-weight: 700;
		}
			.kette_bottom_title h2:after {
				display: none;
			}

		.kette_bottom_title {
			position: absolute;
			bottom: 0;
			width: 100%;
			left: 0;
		}
		.bordered_zoom .kette_box_content .btn {
			position: relative;
			z-index: 3
		}
		.kette_bordered_zoom:hover .kette_box_content p {
			opacity: 1
		}



	.kette_bordered_zoom:hover .kette_box_content {
		left: 6px;
		right: 6px;
		top: 6px;
		bottom: 6px

	}
.kette_bordered_zoom .kette_image_over {
	width: 100%;
	height: 100%;
	position: absolute;
	transform:scale(1.1);
	transition:1s all;
}
	.kette_bordered_zoom:hover .kette_image_over {
		transform:scale(1);
	}








/*06.1 Icon Boxes*/
.grid-item a {
	cursor: url(../images/cursor.png),auto;
}
.kette_demos a {
	cursor: pointer;
}
.kette_icon_boxes {

}
	.kette_simple_block .kette_icon_boxes {
		margin-top: 0;
	}
.kette_icon_box, .kette_anim_box {
	margin-bottom: 40px;
	color: #666;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	padding: 0 10px;
}
	
	.kette_icon_box h4 {
		text-transform: uppercase;
		line-height: 1.225;
		color: #333;
		margin-bottom: 25px;
		font-size: 16px;
		font-weight: 500;
	}
		.kette_icon_box h4:after {
			display: block;
			content: '';
			height: 1px;
			width: 100px;
			background: #C9C9C9;
			margin-top: 15px;
			-webkit-transition: all 1s;
			-o-transition: all 1s;
			transition: all 1s;
		}
		.kette_wht_txt .kette_icon_box h4:after {
			background: #fff;
			opacity: 0.5;
		}
		.text-right .kette_icon_box h4:after {
			margin-right: 0;
		}
		.text-left .kette_icon_box h4:after {
			margin-left: 0;
		}
		.kette_icon_box:hover h4:after {
			width: 150px;
		}
		.kette_icon_box h4 b {
			display: block;
			font-size: 20px;
			margin: 0 0 4px;
		}
		.kette_icon_box h4 b:after {
			display: block;
		}
		.kette_icon_box h4 strong {
			display: block;
			margin-bottom: 20px;
			font-size: 60px;
			font-weight: 700;
			line-height: 60px;
		}
	.kette_icon_box i {
		font-size: 40px;
		margin: 10px 0 0 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: relative;
	}
	.kette_column_map {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
		.kette_column_map iframe {
			position: absolute;
			width: 100%;
			height: 100%;
			border: 0;
			z-index: 2;
			left: 0;
		}
		iframe {
			width: 100%;
			border: 0;
			min-height: 100%;
		}
	.kette_giant_icon i:before,
	.kette_giant_icon i {
		font-size: 60px!important;
		line-height: 80px;
	}
	.text-center .kette_icon_box i {
		position: absolute;
	}
		.kette_wht_txt .kette_icon_box.kette_icon_box_yellow i {
			color: #FAB702;
		}
		.kette_wht_txt .kette_simple_block   {
			color: #fff;
		}
		.kette_simple_block h2,
		.kette_simple_block h3 {
			margin-top: 0;
		}
		.kette_icon_box i[class^=flaticon] {
			position: relative;
			font-size: 40px;
			height: 40px;
			display: block;
		}
			.kette_icon_box i[class^=flaticon]:before {
				font-size: 40px;
				height: 40px;
			}

	.kette_icon_box:hover i {
		color: #000;
	}
	.kette_wht_txt .kette_icon_box i {
		color: #fff;
	}
	.kette_icon_box {
		margin-bottom: 20px!important;
	}

	.kette_icon_box_content {
		overflow: hidden;
		position: relative;
	}
		.kette_icon_box_content b span {
			font-size: 60px!important;
			margin-bottom: 20px;
			display: block;
		}
	.kette_testimonials {
		position: absolute;
		width: 90%;
		z-index: 2;
		background: rgba(255,255,255,1);
		padding: 55px 40px;
		opacity: 0;
		-webkit-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
		box-shadow:0 10px 20px rgba(0,0,0,0.1);
		left:50%;
		margin: 0 0 0 -45%;
		top: 120px;
	}
	.kette_icon_box:hover .kette_testimonials {
		opacity: 1;
		top: 100px;
	}
		.kette_testimonials:before {
			display: block;
			content: "\e67f";
			font-size: 30px;
			position: absolute;
			font-family:themify;
			top: 20px;
			left: 20px;
		}
		.kette_testimonials:after {
			display: block;
			content: "\e67e";
			font-size: 30px;
			position: absolute;
			font-family:themify;
			bottom: 20px;
			right: 20px;
		}
		.kette_testimonials b {
			display: block;
			margin-bottom: 10px;
			font-size: 20px;
			font-weight: 500;
			line-height: 30px;
		}


/*06.2 Animation Blocks*/
.noactive .kette_icon_box, .noactive .kette_anim_box {
	opacity: 0;
	top: 30px;
	-webkit-transition-delay: 0s!important;
	-o-transition-delay: 0s!important;
	transition-delay: 0s!important;
}
.active .kette_icon_box, .active .kette_anim_box {
	opacity: 1;
	top:0;
}
	/*06.2.01 Iphone Animations*/
	.kette_iphone {
		width: 200px;
		height: 567px;
		position: absolute;
	}
	
	.kette_iphone_gold {
		z-index: 1;
		-webkit-transition: top 5s;
		-o-transition: top 5s;
		transition: top 4s;
		right: 0;
		top: -40px;
	}
	.text-center .kette_iphone_gold {
		left: 50%;
		transform:translateX(-50%);
		margin-left: 80px;
	}
	.text-center .kette_iphone_pink {
		left: 50%;
		transform:translateX(-50%);
		margin-left: -80px;
		height: 567px;
		width: 200px;
	}
	.text-center .active .kette_iphone_pink {
		top:-40px;
	}
	.text-center .active .kette_iphone_gold {
		top:0px;
	}
		.kette_iphone_gold_front {
			z-index: 2;
			right: 200px;
		}
	.kette_iphone_pink {
		top: 0;
		z-index: 2;
		right: 180px;
		width: 250px;
		height: 708px;
		-webkit-transition: top 1s;
		-o-transition: top 1s;
		transition: top 2s;
	}
		.kette_iphone_pink_back {
			z-index: 1;
			right: 0;
		}
	.active .kette_iphone_pink {
		top:-80px;
	}
	.active .kette_iphone_gold {
		top:20px;
	}
	/*06.2.02 Macbook Animation*/
	.kette_macbook {
		background: url(../images/macbook2.png);
		-webkit-background-size: cover;
		background-size: cover;
		width: 600px;
		height: 403px;
		position: absolute;
		top: 50px;
		-webkit-transition: top 1s;
		-o-transition: top 1s;
		transition: top 2s;
	}
	.active .kette_macbook {
		top: -50px;
	}

/*06.3 Browsers Images*/
.kette_browser_img {
	width: 770px;
	position: absolute;
	height: 400px;
	bottom: 0;
	-webkit-transition: bottom 1s;
	-o-transition: bottom 1s;
	transition: bottom 1s;
}
.kette_browser_mobile {
	left: 0;
	bottom: -141px;
	z-index: 4;
	width: 250px;
}
.kette_browser_tablet {
	right: 0;
	bottom: -121px;
	width: 500px;
	z-index: 4;
}	
.kette_browser_desktop {
	z-index: 5;
	left: 50%;
	margin-left: -425px;
	bottom: -82px;
}
	.kette_browser_desktop:before {
		position: absolute;
		display: block;
		content: '';
		background:url(../images/kette_desktop.png);
		width: 100%;
		height: 32px;
		z-index: 2;
		background-size: cover;
		border-radius: 5px 5px 0 0;
		margin-top: -32px;
	}
	.kette_browser_mobile:before {
		position: absolute;
		display: block;
		content: '';
		background:url(../images/kette_mobile_header.png);
		width: 100%;
		height: 42px;
		z-index: 2;
		background-size: cover;
		margin-top: -42px;
		border-radius: 5px 5px 0 0;
	}
	.kette_browser_tablet:before {
		position: absolute;
		display: block;
		content: '';
		background:url(../images/kette_tablet_header.png);
		width: 100%;
		height: 41px;
		z-index: 2;
		background-size: cover;
		border-radius: 5px 5px 0 0;
		margin-top: -41px;
	}
.kette_browsers {
	height: 300px;
	position: relative;
	bottom: -128px;
}
.kette_browsers .active .kette_browser_desktop {
	bottom: -32px;
}
.kette_browsers .active .kette_browser_mobile {
	bottom: -202px;
}
.kette_browsers .active .kette_browser_tablet {
	bottom: -141px;
}

/*06.4 Team*/
.kette_icon_box_photo {
	overflow: hidden;	
	height: 400px;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 1s;
}
.kette_team_box h4 b {
	display: inline-block;
	margin: 8px 0;
	font-size: 26px;
	font-weight: 900;
	line-height: 38px;
}
.kette_team_box {
	margin-bottom: 0;
}

	
	.kette_icon_box_photo:after {
		display: block;
		content: '';
		height: 1px;
		width: 100%;
		background: #c9c9c9;
		position: absolute;
		bottom: 0;
	}
.kette_icon_box_photo img {
	width: auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.3s ease;
	height: 200%;
}
	.kette_icon_box:hover .kette_icon_box_photo img {
		height: 100%;
	}



/*06.5 Sliders*/
.owl-theme .owl-controls .owl-page span {
	width: 20px;
	height: 2px;
	border: 1px solid rgba(0,0,0,0.5);
}
.kette_wht_txt .owl-theme .owl-controls .owl-page span {
	width: 20px;
	height: 2px;
	border: 1px solid rgba(255,255,255,0.5);
}
	.owl-theme .owl-controls .owl-page.active span {
		border: 1px solid rgba(0,0,0,0.5);
	} 
	.kette_wht_txt .owl-theme .owl-controls .owl-page.active span {
		border: 1px solid rgba(255,255,255,0.5);
	} 
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	padding: 2px 0;
}
.owl-pagination {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	padding: 10px 0;
	bottom: -40px;
}
.kette_reviews_item_img {
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: 50px auto 30px;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	transform:scale(0.4);
}
.active .kette_reviews_item_img {
	transform:scale(1);
}
	.kette_reviews_item_img img {

	}
	.kette_reviews_item_txt:before {
		display: block;
		content: '"';
		position: absolute;
		color: #333;
		font-size: 80px;
		opacity: 0.1;
		top: 50%;
		left: -60px;
		font-style: italic;
		transform:translateY(-50%);
	}
	.kette_reviews_item_txt:after {
		display: block;
		content: '"';
		position: absolute;
		color: #333;
		font-style: italic;
		font-size: 80px;
		opacity: 0.1;
		top: 50%;
		right: -50px;
		transform:translateY(-50%);
	}
	.kette_reviews_item_txt {
		display: block;
		position: relative;
	}
		.kette_wht_txt .kette_reviews_item_txt:before,
		.kette_wht_txt .kette_reviews_item_txt:after {
			color: #fff;
		}
	.kette_reviews_item_img img {
		height: 100%!important;
		width: auto;
		max-width: none;
		transform: translateX(-50%);
    position: relative;
    left: 50%;
	}
.owl-buttons {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 35px;
}

.kette_team_slider:before {
  width: 100px;
  height: 100%;
  position: absolute;
  display: block;
  content: ''; /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
  top: 0;
}
.kette_team_slider_sepia .kette_team_box img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-filter: sepia(100%);
	-o-filter: sepia(100%);
	filter: sepia(100%);
}
	.kette_team_slider_sepia .kette_team_box:hover img {
		-webkit-filter: sepia(0%);
		-o-filter: sepia(0%);
		filter: sepia(0%);
	}


.kette_team_slider:after {
  width: 100px;
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  content: ''; /* FF3.6-15 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
  top: 0;
}
.kette_team_slider .owl-prev {
	left: 0;
	opacity: 0.5;
	z-index: 2;
}
.kette_team_slider .owl-next {
	right: 0;
	opacity: 0.5;
	z-index: 2;
}
.kette_team_slider .owl-buttons {
	bottom: 50%;
	position: absolute;
	width: 100%;
}

/*06.6 News Block*/

.kette_title_animation {
	position: absolute;
	width: 700px;
	height: 324px!important;
	transform:translateY(-132px) translateX(-360px);
	z-index: -1;
}
h2[data-animation="noactive"] {
	opacity: 0;
}
h2[data-animation="active"] {
	animation:1s ease 0s normal none title-fade;
	-webkit-animation:1s ease 0s normal none title-fade;
} 
h3[data-animation="noactive"] {
	opacity: 0;
}
h3[data-animation="active"] {
	animation:1s ease 0s normal none title-fade2;
	-webkit-animation:1s ease 0s normal none title-fade2;
} 
@keyframes title-fade {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
}
@keyframes title-fade2 {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	81% {
		opacity: 1;
	}
}

.kette_shop {
	margin-top: 70px;
}
.kette_shop {
	min-height: 375px;
}
.kette_news_block,
.kette_shop_item,
.products .product {
	text-align: left;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1.5px 9px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 10px 50px!important;
}

.kette_news_cont {
	padding: 30px 30px;
}
.kette_news_cont p {
	margin-bottom: 0;
}
.kette_wht_txt .kette_news_cont p {
	color: #fff;
}
	.kette_news_cont .kette_social_btns {
		display: block;
		position: relative;
		z-index: 2;
		margin-top: 15px;
	}
		.kette_news_cont .kette_social_btns .kette_icon_box {
			padding: 0;
		}
		.kette_news_cont .kette_social_btns a {
			margin: 0 10px 0 0;
			font-size: 14px;
			opacity: 0.6;
		}
		.kette_news_cont .kette_social_btns a:hover {
			opacity: 1;
		}

.kette_counter_0:before,
.kette_counter_3:before,
.kette_counter_6:before,
.kette_counter_9:before {
	position: absolute;
	display: block;
	content: '';
	background: url(../images/bd_i.png);
	width: 300px;
	height: 299px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	bottom: -301px;
	left: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_counter_0:hover:before,
.kette_counter_3:hover:before,
.kette_counter_6:hover:before,
.kette_counter_9:hover:before {
	bottom: -201px;
	left: -70px;
}
.kette_counter_0:after,
.kette_counter_3:after,
.kette_counter_6:after,
.kette_counter_9:after {
	position: absolute;
	display: block;
	content: '';
	background: url(../images/bd_ii.png);
	width: 300px;
	height: 337px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	top: -337px;
	right: 80px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_counter_0:hover:after,
.kette_counter_3:hover:after,
.kette_counter_6:hover:after,
.kette_counter_9:hover:after {
	top: -99px;
	right: -160px;
}


.kette_counter_1:before,
.kette_counter_4:before,
.kette_counter_7:before,
.kette_counter_10:before {
	position: absolute;
	display: block;
	content: '';
	background: url(../images/bd_ii.png);
	width: 300px;
	height: 337px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	bottom: -337px;
	left: 130px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_counter_1:hover:before,
.kette_counter_4:hover:before,
.kette_counter_7:hover:before,
.kette_counter_10:hover:before {
	bottom: -91px;
	left: -120px;
}
.kette_counter_1:after,
.kette_counter_4:after,
.kette_counter_7:after,
.kette_counter_10:after {
	position: absolute;
	display: block;
	content: '';
	background: url(../images/bd_ii.png);
	width: 300px;
	height: 337px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	top: -337px;
	right: 90px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_counter_1:hover:after,
.kette_counter_4:hover:after,
.kette_counter_7:hover:after,
.kette_counter_10:hover:after {
	top: -149px;
	right: -110px;
}


.kette_counter_2:before,
.kette_counter_5:before,
.kette_counter_8:before,
.kette_counter_11:before {
	position: absolute;
	display: block;
	content: '';
	background: url(../images/bd_i.png);
	width: 300px;
	height: 299px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	bottom: -299px;
	left: 120px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_counter_2:hover:before,
.kette_counter_5:hover:before,
.kette_counter_8:hover:before,
.kette_counter_11:hover:before {
	bottom: -191px;
	left: 0px;
}
.kette_counter_2:after,
.kette_counter_5:after,
.kette_counter_8:after,
.kette_counter_11:after {
	position: absolute;
	display: block;
	content: '';
	background: url(../images/bd_i.png);
	width: 300px;
	height: 299px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	top: -299px;
	right: 100px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_counter_2:hover:after,
.kette_counter_5:hover:after,
.kette_counter_8:hover:after,
.kette_counter_11:hover:after {
	top: -67px;
	right: -150px;
}



.products .product {
	text-align: center;
	padding-bottom: 30px!important;
	margin: 0 1% 2.992em 1%!important;
}

.products .product h3 {
	margin: 0!important;
	padding: 10px 20px 0!important;
	font-size: 16px!important;
	line-height: 26px!important;
	font-style: normal!important;
}
.woocommerce .products ul, 
.woocommerce ul.products {
	padding: 0 5px;
}
	.products .product a:hover {
		color: #333!important;
	}
	.products .product .price del, 
	.products .product .price ins {
		display: inline-block!important;
	}
	.woocommerce ul.products li.product .price {
		color: #333;
	}
	.wpmenucart-contents:after {
		display: none!important;
	}
	.woocommerce-LoopProduct-link h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.woocommerce-LoopProduct-link:before {
		display: none!important;
	}
	.woocommerce-loop-product__title {
		width: 100%;
		max-width: 100%!important;
		font-size: 20px;
		font-weight: 700;
		line-height: 20px;
	}
	.woocommerce-loop-product__title:after {
		display: none!important;
	}
	.kette_wht_txt .woocommerce ul.products li.product .price {
		color: #fff;
	}
.products .product .woocommerce-Price-amount {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.products .product .add_to_cart_button:before {
	content: '\e60d';
	font-family: themify;
	margin-right: 10px;
}
.products .product .add_to_cart_button {
	background: none!important;
	margin-top: 0!important;
}
.kette_wht_txt .products .product .woocommerce-Price-amount {
	color: #fff;
}
.products {
	margin: 80px -10px 40px!important;
}
.kette_wht_txt .kette_news_block:hover,
.kette_wht_txt .kette_shop_item:hover,
.kette_wht_txt .products .product:hover {
	-webkit-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.5);
}
	.kette_news_block:hover,
	.kette_shop_item:hover,
	.products .product:hover {
		text-decoration: none;
		transform: translateY(-10px);
		-webkit-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
	}
.kette_wht_txt .kette_news_block,
.kette_wht_txt .kette_shop_item,
.kette_wht_txt .products .product {
	background: rgba(255,255,255,0.1);
}
.kette_wht_txt .kette_shop_item .kette_shop_item_sale {
	color: #333;
}
.kette_wht_txt .kette_shop_item,
.kette_wht_txt .kette_shop_item a,
.kette_wht_txt .kette_shop_item b,
.kette_wht_txt .products .product a {
	color: #fff;
}
.kette_news_block.text-center {
	text-align: center;
}
.kette_news_block {
	position: relative;
	
}
.kette_news_block .kette_news_img {
	position: relative;
}
	.kette_over_img {
		z-index: 2;
	}
	.kette_news_block .kette_over {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		transform:scale(1);
		-webkit-background-size: cover;
		background-size: cover;
		width: auto;
		height: auto;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.kette_news_block .kette_over_zre {
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		-ms-transform-origin: center;
		-o-transform-origin: center;
		transform-origin: center;
		border-radius: 10px;
	}
	.kette_news_block:hover .kette_over {
		transform:scale(1);
	}
	.kette_news_block:hover .kette_over_zre {
		transform:scale(1);
		top: 25px;
		right: 25px;
		left: 25px;
		bottom: 25px;
		
	}
	.kette_news_block img {
		width: 100%;
		height: auto;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
		.kette_news_block:hover img {
			transform:scale(1);	
		}
	.kette_news_img {
		width: 100%;
		height: 260px;
		overflow: hidden;
		display: block;
		border-radius: 10px 10px 0 0;
	}
	.kette_news_img .kette_over {
		border-radius: 10px 10px 0 0;
	}
	.kette_news_img_revzoom {
		position: absolute;
	}
	.kette_news_img_lh {
		height: 400px;
	}
	.kette_news_block:hover .kette_news_img_lh img {
			transform:scale(1);	
		}

	.kette_news_title {
		display: block;
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
	}
	.kette_news_author {
		display: block;
		margin: 5px 0 20px;
		opacity: 0.6;
		padding: 0 30px;
	}
	.kette_team_slider_single .kette_news_block {
		width: 340px;
		margin-right: auto;
		margin-left: auto;
	}
	.kette_team_slider_single .kette_news_block.text-left {
		width: auto;
	}
	.kette_team_slider_single {
		margin-top: 70px;
	}
	
/*Accordion*/
.kette_panel {
	margin-bottom: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
	.kette_panel_body {
		padding: 15px;
		border: 1px solid #ddd;
		margin-top: -1px;
		display: none;
	}
	.kette_panel_heading {
		padding: 20px;
		border: 1px solid #ddd;
		background: transparent;
		cursor: pointer;
		text-align: left;
	}
		.kette_panel_heading h4 {
			margin: 0;
		}
			.kette_panel_heading h4:before {
				display: inline-block;
		    content: "\e61a";
		    font-family: themify;
		    font-size: 12px;
		    margin-right: 10px;
			}
			.kette_panel_heading.active h4:before {
		    content: "\e622";
			}

/* Tabs */
.kette_tab_heading .kette_tab_title {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	font-size: 14px;
}
	.kette_tab_heading {
		height: 70px;
	}
	.kette_tab_heading .kette_tab_title.active {
		border-bottom: 1px solid #333;
	}
.kette_tab_body {
	display: none;
}
	.kette_tab .kette_tab_body:first-child {
		display: block;
	}
	.kette_tab_group {
		margin-bottom: 40px;
	}
	.kette_great_tabs h4 {
		display: inline-block;
		min-width: 160px;
		text-align: center;	
		padding-bottom: 20px;
	}	
		.kette_great_tabs h4 i {
			display: block;
			text-align: center;
			margin-bottom: 15px;
		}
			.kette_great_tabs h4 i:before {
				display: inline-block;
				font-size: 35px;
			}
	.kette_great_tabs {
		height: 150px;
	}
/*06.7 Around Block*/
.kette_around_bl {
	margin-bottom: 50px;
	position: relative;
}
	.kette_around_bl b {
		display: block;
		font-size: 20px;
		line-height: 1.8;
		margin: 10px 0;
	}
	.kette_around_bl i {
		font-style: normal;
		font-size: 18px;
		line-height: 1.8;
		display: block;
		position: relative;
		margin: 0;
	}

/*06.8 Price*/
.kette_price_bl {
	border: 1px solid #ccc;
	padding: 50px 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kette_price_bl:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
	.kette_price_bl h4 {
		font-size: 30px;
	}
	.kette_price_bl ul {
		padding: 0;
		margin: 0;
		list-style:none;
	}
	.kette_price_bl li {
		margin-bottom: 10px;
	}
	.kette_price_pr {
		color: #000;
		margin: 30px 0;
	}
		.kette_wht_txt .kette_price_pr, .kette_wht_txt .kette_price_pr span, .kette_wht_txt .kette_price_bl {
			color: #fff;
		}
			.kette_wht_txt .kette_price_bl:hover {
				box-shadow: none;
				background: rgba(255,255,255,0.1);
			}
			.kette_wht_txt .kette_price_bl {
				border: 1px solid rgba(255,255,255,0.2);
			}
		.kette_price_pr i {
			position: relative;
			font-size: 20px;
			font-style: normal;
			display: block;
			margin: 0;
		}
		.kette_price_pr span {
			position: relative;
			font-size: 8px;
			font-style: normal;
			color: #333;
			display: inline-block;
			text-align: left;
			line-height: 14px;
		}
		.kette_price_pr b {
			display: inline-block;
			vertical-align: top;
			margin-right: 5px;
			font-size: 35px;
			font-weight: normal;
		}

/*06.9 Services Block*/
.kette_service_block {
	height: 300px;
	display: block;
}
	.kette_service_block i {
		font-size: 40px;
	}
	.kette_service_block h4 {
		margin: 15px 0 0;
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 900;
		line-height: 30px;
	}
	.kette_service_block .kette_simple_block {
		padding: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		left: 50%;
		top: 50%;
		transform:translateX(-50%) translateY(-50%) scale(1);
	}
	.kette_service_block:hover .kette_simple_block {
		opacity: 0;
		transform:translateX(-50%) translateY(-50%) scale(1.2);
	}
	.kette_service_block .kette_over {
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.kette_service_block:hover .kette_over {
		opacity: 0!important;
	}
	.kette_service_block:hover {
		text-decoration: none;
		color: #fff;
	}


/*===============================================*/
/* 07. Footer                                    */
/*===============================================*/

.kette_footer {
}
.kette_footer_social {
	height: 50px;
}
.kette_footer_social a {
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	vertical-align: top;
	width: 40px;
	text-align: center;
	font-size: 18px;
}
.kette_footer_social a:hover {
	font-size: 24px;
	color: #292929;
}
	.kette_footer_social a i {
		position: relative;
	}
.kette_footer ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
	.kette_footer ul li a:before {
		display: inline-block;
		content: '-';
		margin-right: 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.kette_footer ul li a:hover:before {
		margin-right: 15px;
	}
.kette_footer h4:after {
	display: block;
	content: '';
	position: relative;
	width: 70px;
	height: 1px;
	background: #333;
	margin: 10px 0 20px;
	opacity: 0.5;
}
.kette_footer.kette_wht_txt h4:after {
	background: #fff;
}

.kette_block {
	margin: 20px 0;
}
/*07.1 To Top*/
.kette_top {
	position: fixed;
	bottom: 0;
	right: 40px;
	z-index: 100000;
	padding: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	color: #eee;
	font-size: 30px;
	transform:scale(0.8);
	mix-blend-mode:exclusion;
}
	.kette_top:after {
		width: 2px;
		height: 25px;
		background: #eee;
		display: block;
		position: absolute;
		content: '';
		margin: -21px 0 0 14px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
.body_no_height .kette_top {
	background: #e5e5e5;
}
	.body_no_height .kette_top:hover {
	}
	.kette_top:hover {
		text-decoration: none;
		color: #eee;
	}
		.kette_top:hover:after {
			height: 40px;
		}
	.kette_top:focus, .kette_top:active {
		text-decoration: none;
		color: #eee;
	}
	.kette_second_step .kette_top {
		opacity: 1;
		bottom: 40px;
	}

/*07.2 Map*/
.kette_map_over {
	background: rgba(255,255,255,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
	.kette_map_over i {
		font-size: 40px;
		display: block;
		margin-bottom: 20px;
	}
	.kette_map_txt {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.active_map .kette_map_over {
		height: 0;
	}
		.active_map .kette_map_over .kette_icon_box_content {
			opacity: 0;
		}
	.kette_map {
		width:100%;
		height: 450px;
	}
	.kette_section.active .kette_map  {

	}


/*===============================================*/
/* 08. Inside Pages                              */
/*===============================================*/

/*08.1 Portfolio*/
.container-fluid .kette_portfolio_item {
}
.kette_portfolio {
	margin-top: 70px;
}
.grid-sizer {
	width: 33.3333%;
}
.kette_portfolio_item {
	padding:0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	display: block;
	position: relative;
	padding:15px;
}
.kette_portfolio_item_cont {
	position:relative;
	overflow: hidden;
	display: block;
}
.kette_portfolio_padding {
	margin: 15px -15px;	
}
.kette_portfolio_no_padding {
	margin: 0
}
.kette_portfolio_no_padding .kette_portfolio_item {
	padding: 0
}
.kette_portfolio_item img {
	width:100%;
	height:auto;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
	.kette_portfolio_item:hover img {
		transform:scale(1.1);
	}
	.kette_port_titles {
		position: absolute;
		text-decoration: none;
		color: #fff;
		transform:translateY(0%);
		top: 50%;
		padding: 20px;
		z-index: 2;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;	
		left: 0;
		width: 100%;
	}
		.kette_portfolio_item:hover .kette_port_titles {
			opacity: 1;
			transform:translateY(-50%);	
		}
	.kette_portfolio_item_cont:after {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		content: '';
		display: block;
		top: 0;
		opacity: 0;
	}
	.kette_demo_page .kette_portfolio_item_cont:after {
		background: rgba(0,0,0,0.65);
	}
	.kette_demo_page {
		margin: 15px 10px;
	}
	.kette_portfolio_white .kette_portfolio_item_cont:after {
		background: rgba(255,255,255,0.8);
	}
	.kette_portfolio_white .kette_port_icons a, .kette_portfolio_white .kette_port_titles {
		color:#333;
	}
	.kette_port_title {
		display: block;
		width: 100%;
		font-size: 24px;
		font-weight: 400;
		line-height: 28px;
	}
	.kette_port_subtitle {
		display: block;
		width: 100%;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
	}
	.kette_port_icons {
		display: block;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		margin-top: 40px;
		position: absolute;
		opacity: 0;
		width: 100%;
		left: 0;
		padding: 0 20px;
	}
		.kette_port_icons a {
			color: #fff;
			display: inline-block;
			font-size: 20px;
		}
			.kette_port_icons a:first-child:after {
				display: inline-block;
				content: '';
				margin:0 10px;
				font-weight: 100
			}
		.kette_port_icons a:hover {
			text-decoration: none;
		}
		.kette_portfolio_item:hover .kette_port_icons {
			margin-top: 20px;
			opacity: 1;
		}
.kette_portfolio_item_cont:hover:after {
	opacity: 1;
}
.kette_portfolio_item:hover {
	background-position: 0 -36px;
}
.kette_port_img {
	height: 120%;
	width: 120%;
	position: absolute;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	top: 0;
	left: 0;
}
	.kette_portfolio_item:hover .kette_port_img {
		top: -20%;
	}
.filter-button-group a {
	margin-right: 20px;
	cursor: pointer;
}
.container-fluid .filter-button-group {
	margin: 50px 0 40px;
}
.container-fluid h2 {
	margin-top: 90px;
}
.filter-button-group  {
	margin-bottom: 40px;
}


/*08.2 Pages Title*/
.kette_page_title {
	padding-bottom: 65px;
  padding-top: 147px;
  position: relative;
  background-color: #eee;
  margin-bottom: -60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.kette_page_title_sm {
	padding-bottom: 58px;
    padding-top: 147px;
}
.kette_page_title_white {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.kette_page_title_dark {
	background: #292929;
	color: #fff;
}
	.kette_page_title_dark a {
		color: #f2f2f2;
	}
	.kette_page_title_dark .breadcrumbs a:hover {
		color: #fff;
	}
.kette_page_title h3 {
	margin: 0;
}

.kette_page_title_great {
	padding-bottom: 65px;
    padding-top: 157px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: -60px;

}

/*08.3 Breadcrumbs*/
.breadcrumbs {
	text-transform: uppercase;
	font-size: 13px;
	text-align: right;
}
.kette_page_title .breadcrumbs {
	padding-top: 30px;
}
.kette_page_title_sm .breadcrumbs {
	padding-top: 12px;
}
.breadcrumbs a {
	display: inline-block;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
	.breadcrumbs a:hover {
		color: #000;
		text-decoration: none;
	}
.breadcrumbs a:after {
	display: inline-block;
	content: '/';
	margin:0 10px;
}

/*08.4 Demos*/
.end_demo_grid {
	background: #eee;
	padding: 5px 20px;
	display: block;
	text-align: center;
}

/*08.5 One Page Nav*/
.kette_nav_sidebar {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sticky_block .kette_nav_sidebar {
	position: fixed;
	top: 80px;
}
.hide_sticky_block .kette_nav_sidebar {
	position: fixed;
	top: 80px;
	opacity: 0;
	pointer-events: none;
}
.kette_nav_sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.kette_nav_sidebar ul a {
	display: block;
	margin-bottom: 10px;
}
	.kette_nav_sidebar ul a:before {
		content: "\e649";
		display: inline-block;
		font-size: 10px;
		font-family: themify;
		margin-right: 10px;
		-webkit-transition: margin 0.3s;
		-o-transition: margin 0.3s;
		transition: margin 0.3s;
	}
.kette_nav_sidebar ul a:hover, .kette_nav_sidebar ul a:focus, .kette_nav_sidebar ul a:active {
	text-decoration: none;
}
	.kette_nav_sidebar ul a:hover:before, 
	.kette_nav_sidebar .current a:before {
		margin-right: 15px;
	}
.kette_nav_sidebar .current a {
	font-weight: bold;
}

/*Post More*/
	.kette_post_more span {
		margin: 0 25px 0 0;
	}
	.kette_post_more span:before, 
	.entry-footer span:before {
		display: inline-block;
		position: relative;
		font-family: themify;
	}
	.entry-footer, {
		margin-top: 30px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.kette_footer {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	article .entry-header {
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.entry-footer .post-edit-link {
		background: #333;
		display: block;
		padding: 5px 10px;
		color: #fff;
	}
	.entry-footer span {
		display: block!important;
		margin: 10px 0;
	}
	.entry-footer:after {
		display: block;
		content: '';
		clear: both;
	}
	.entry-footer .edit-link {
		margin-right: 0;
		display: inline-block!important;
	}
	.pingback {
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.entry-footer span {
		display: inline-block;
		margin-right: 10px;
	}
	.posted-on {
		font-style: normal;
	}
	.posted-on:before {
		content: "\e6c6";
		margin-right: 10px;
		display: inline-block;
		position: relative;
		font-family: themify;
	}
		.posted-on a {
			color: #333;
			font-weight: bold;
		}
		.byline {
			display: block!important;
			font-size: 12px;
		}
	.comments-link:before {
		content: '\e643';
		margin-right: 10px;
		display: inline-block;
		position: relative;
		font-family: themify;
	}
	.comment-metadata time {
		font-size: 12px;
	}
	.cat-links:before {
		content: '\e639';
		margin-right: 10px;
		display: inline-block;
		position: relative;
		font-family: themify;
	}
	.tags-links:before {
		content: '\e608';
		margin-right: 5px;
		display: inline-block;
		position: relative;
		font-family: themify;
		transform:translateY(2px);
	}
	.reply:before {
		content: '\e6bc';
		margin-right: 10px;
		display: inline-block;
		position: relative;
		font-family: themify;
	}

/*Nav*/
.nav-links:after {
	display: block;
	content: '';
	clear: both;
}
.nav-next, 
.nav-previous {
	position: relative;
}
.nav-next {
	padding-right: 20px;
	float: right;
}
.nav-previous {
	padding-left: 20px;
	float: left;
}
.nav-previous:before {
	display: inline-block;
	position: absolute;
	font-family: themify;
	content: '\e64a';
	margin-right: 10px;
	transform:translateY(1px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	top: 0;
}
.nav-next:after {
	display: inline-block;
	position: absolute;
	font-family: themify;
	content: '\e649';
	margin-left: 10px;
	transform:translateY(1px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;
	right: 0;
}
.nav-next a:hover,
.nav-previous a:hover {
	text-decoration: none;
}
	.nav-next:hover:after {
		margin-left: 15px;
	}
	.nav-previous:hover:before {
		margin-right: 15px;
	}



.kette_post_more_social_menu li {
	display: inline-block;
}
.dropdown-menu.kette_post_more_social_menu {
	border-radius: 0;
	padding: 15px;
	margin-top: -10px;
}
	.dropdown-menu > li > a:hover {
		background: none;
		background-color: none;
		color: #000;
	}

/*08.7 Widgets*/
.widget .sub-menu a {
	color: #333;
}

	.kette_page .widget .search-field{
		width: 180px!important;
		font-weight: normal;
		font-size: 14px;
	}
	.kette_page .widget .search-submit {
		font-size: 14px;
	}

	.mc4wp-form-fields input[type="email"] {
		width: 166px!important;
		padding: 10px 15px!important;
	}'
	.widget .sub-menu {
		padding-left: 10px;
	}
.widget-area .widget {
	margin-bottom: 40px;
}
.widget .form-control,
.widget .wpcf7-form-control {
	margin-bottom: 20px;
}
	.widget h6 {
		text-transform: uppercase;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
	}
		.widget ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			
			.widget_rss li {
				margin-bottom: 20px;
			}
.list-unstyled li {
}
	.list-unstyled .date {
		display: block;
		margin-bottom: 20px;
	}

/*08.8 Comments*/
.comment-reply-title {
	margin: 0 0 10px;
}
.img-comments {
	width: 90px;
	height: auto;
	margin-right: 30px;
	float: left;
}
.name-cmt {
	display: block;
	font-size: 20px;
}
.date-cmt {
	display: block;
	margin-bottom: 20px;
}
.content-cmt {
	overflow: hidden;
}
.answer, .reply {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
	.reply {
		padding-left: 110px;
	}
	
.form-comment,
.comments-area {

}
.content-reply {
	margin: 0;
	padding: 0;
}
.navigation {
	min-height: 40px;
	margin-bottom: 40px;
}

/*08.6 Blog*/
.entry-title a:hover {
	text-decoration: none;
}
.page-header {
	margin: 0 0 60px;
	padding: 0;
}
	.page-header h3 {
		padding: 0;
		margin: 0;
	}
.kette_post_item {
	margin-bottom: 80px;
}
	.kette_post_item .kette_team_slider_single {
		margin-top: 0;
	}
.kette_post_item a {
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.kette_post_item .kette_post_title a:hover, 
.kette_post_item .kette_post_info a:hover,
.kette_post_item .kette_post_more_link:hover, .kette_post_item .kette_post_more_link:focus {
	text-decoration: none;
	color: #000;
}
.kette_post_item p {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
article {
	margin-bottom: 80px!important;
}
.hentry {
	background: #f9f9f9;
	padding: 50px;
	border-radius: 5px;
}

article h2 {
	margin: 50px 0;
}
	article h2:first-child {
		margin-top: 0;
	}
.kette_subtitle {
	margin-bottom: 120px!important;
	margin-top: -100px;
}
.kette_title {
	margin-bottom: 120px;
}
.kette_post_img .owl-controls {
	position: absolute;
	width: 100%;
	top: -40px;
}
.kette_post_img img {
	max-width: 100%;
	height: auto;
}
.kette_post_title h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}
.kette_post_img img {
	margin-bottom: 30px;
}
	.kette_post_img a {
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		display: block;
		position: relative;
	}
	.kette_post_img a:hover {
		opacity: 0.5;
	}
	.kette_post_info, .kette_post_info a {
		color: #999;
	}
	.kette_post_info {
		margin-bottom: 20px;
		text-transform: uppercase;
	}
.kette_post_more_link:hover {
	text-decoration: none;
}
.kette_post_more {
	position: relative;
}
.kette_post_more_link span {
	margin:0 15px 0 5px;
}
.kette_post_more_social_menu li {
	display: inline-block;
}
.dropdown-menu.kette_post_more_social_menu {

	padding: 15px;
	margin-top: -10px;
}
	.dropdown-menu > li > a:hover {
		background: none;
		background-color: none;
		color: #000;
	}

/*08.7 Widgets*/
.widget {
	margin-bottom: 40px;
}
h2.widget-title {
	font-size: 20px;
	line-height: 20px;
}
	h2.widget-title:after {
		display: none;
	}
.widget ul ul {
	padding: 0 0 0 10px;
}
.widget > ul > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 5px 0;
	margin: 5px 0;
}
.widget ul ul li {
	padding: 5px 0;
	margin: 5px 0;
}
.widget .form-control {
	margin-bottom: 20px;
}
.col-md-3 .form-control {
	min-width: 100%;
	width: 100%;
}
	.widget h6 {
		text-transform: uppercase;
		margin-bottom: 20px;
	}
.list-unstyled li {
}
	.list-unstyled .date {
		display: block;
		margin-bottom: 20px;
	}

/*08.8 Comments*/
.img-comments {
	width: 90px;
	height: auto;
	margin-right: 30px;
	float: left;
}
.name-cmt {
	display: block;
	font-size: 20px;
}
.date-cmt {
	display: block;
	margin-bottom: 20px;
}
.content-cmt {
	overflow: hidden;
}
.answer, .reply {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
	.reply {
		padding-left: 110px;
	}
	
.form-comment {
	background: #eee;
	padding: 40px;
	border-radius: 10px;
}
	.form-comment .form-control {
		width: 100%;
	}
.content-reply {
	margin: 0;
	padding: 0;
}

/*08.9 Masonry*/
.masonry:after, .kette_portfolio_footer_white:after {
	display: block;
	content: '';
	background:rgba(0, 0, 0, 0) linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
	width: 100%;
	height: 200px;
	bottom: 0;
	position: absolute;
	pointer-events:none;
}
.kette_portfolio_footer_grey:after {
	display: block;
	content: '';
	background:rgba(0, 0, 0, 0) linear-gradient(to top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 100%) repeat scroll 0 0;
	width: 100%;
	height: 200px;
	bottom: 0;
	position: absolute;
	pointer-events:none;
}
.masonry {
	margin-bottom: -50px;
}

/*08.10 Projects*/
.kette_project_attribute {
	margin: 0 0 5px
}
.kette_project_label {
	display: inline-block;
	width: 90px;
	font-weight: bold
}
.kette_project_soc a {
	margin: 0 10px 0 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.kette_project_soc a:hover {
		text-decoration: none;
		color: #000
	}
.kette_project_slider {
	margin: 80px 0
}

/*08.11 Shop*/
.kette_shop_item {
	width:100%;
	display: block;
	position: relative;
}
	.kette_shop_item img,
	.products .product img {
		width:100%;
		border-radius: 10px 10px 0 0;
	}
	.kette_shop_item_slider .owl-item img {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.kette_shop_item_slider a {
		display: block;
	}
	.kette_shop_item_slider .owl-pagination {
		position: absolute;
		width:100%;
		z-index: 2;
		bottom: -40px
	}
	.kette_shop_item_slider .owl-controls {
		z-index: 3;
		position: absolute;
		width:100%;
		height: 100%;
		top: 0;
	}
	.kette_shop_item_slider .owl-buttons {
		position: absolute;
		top: 50%;
		transform:translateY(-50%);
		width:100%;
	}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	border: 0;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform:scale(0.7);
}
	.owl-theme .owl-controls .owl-buttons div .ti {
		margin: 0;
		font-size: 22px;
		position: relative;
		font-weight: bold;
	}
	.owl-theme .owl-controls .owl-buttons div .ti:after {
		display: block;
		position: absolute;
		content: '';
		width: 20px;
		height: 2px;
		background: #333;
		top: 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.kette_wht_txt .owl-theme .owl-controls .owl-buttons div .ti:after {
		background: #fff;
	}
	.kette_wht_txt .owl-theme .owl-controls .owl-buttons div .ti {
		color: #fff;
	}
	.owl-theme .owl-controls .owl-buttons div:hover .ti:after {
		width: 80px;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next .ti:after {
		right: 6px;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-prev .ti:after {
		left: 6px;
	}
.owl-next {
	right: 20px;
}
.owl-prev {
	left: 20px;
}
.owl-controls {
	bottom: 0;
	z-index: 10;
}
	.kette_shop_item_slider:hover .owl-controls .owl-buttons .owl-next {
		right: 10px;
		opacity: 1;
		transform:scale(1);
	}
	.kette_shop_item_slider:hover .owl-controls .owl-buttons .owl-prev {
		left: 10px;
		opacity: 1;
		transform:scale(1);
	}
.kette_shop_item_title {
	display: block;
	position: relative;
	z-index: 3;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 20px;
	text-align: center;
}
	
	.kette_wht_txt .kette_shop_item_title:before,
	.kette_wht_txt .kette_news_title:before,
	.kette_wht_txt .products .product h3:before {
		background: #fff;

	}
	.kette_shop_item:hover .kette_shop_item_title:before,
	.kette_news_block:hover .kette_news_title:before,
	.products .product:hover h3:before {
		height: 30px;
	}
.kette_shop_item_title:hover {
	color: #000
}
.kette_wht_txt .kette_shop_item_title:hover {
	color: #fff
}
	.kette_shop_item_title b {
		display: block;
		color: #000
	}
	.kette_shop_item_title s {
		color: #999
	}
.kette_shop_item_title:hover {
	text-decoration: none
}
.kette_shop_item_links {
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 0 0 20px;
}
	.kette_shop_item_links a {
		font-size: 20px;
		display: inline-block;
		padding: 0;
		width: 50px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.kette_shop_item_links i {
		margin: 0;
		position: relative;
		font-size: 20px
	}
	.kette_icon_box:hover .kette_shop_item_links i {
		color:#6f6f6f;
	}
	.kette_shop_item_links a:hover {
		text-decoration: none;
		color: #000;
	}
.kette_shop_item_sale,
.woocommerce ul.products li.product .onsale {
	position: absolute;
	top: 20px;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	padding: 5px 20px;
	border-radius: 0 5px 5px 0;
	left: 0;
	width: auto;
	right: auto;
	line-height: 24px!important;
	min-height: auto!important;
	color: #333;
	font-weight: normal;
}

.kette_shop_header {
	margin: 0 0 80px 0
}

.rating-box {
	margin-bottom: 20px;
}

/*WooCommerce*/
.woocommerce ul.products li.product .button {
	white-space: normal;
	line-height: normal;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
	background: #292929;
	padding: 5px 20px;
	color: #fff;
	border-radius: 0;
	line-height: normal;
	min-height: auto;
	min-width: auto;
	right: auto;
	margin: 0;
}
.woocommerce div.product .product_title {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}
.woocommerce-Price-amount {
	font-size: 20px;
	font-weight: normal;
	color: #333;
	border-bottom: 0;
	text-decoration: none;
}    
.woocommerce-message {
	line-height: 42px;
}
del .woocommerce-Price-amount {
	font-size: 16px;
}
.woocommerce ul.products li.product h3 {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #333;
	text-decoration: none;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
	display: inline-block;
}
.woocommerce-LoopProduct-link .star-rating {
	display: none!important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce div.product span.price del  {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.product_meta > span {
	display: block;
}
.woocommerce .quantity .qty {
	width: 80px;
	padding: 5px 10px;
	height: 44px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	border: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0,0,0,0.2);
  padding: 15px;
  color: #333;
  font-weight: normal;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.woocommerce-tabs h2 {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}
	.woocommerce-tabs h2:after {
		display: none;
	}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border: 0;
	border-radius:0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(0,0,0,0.2);
	padding: 15px;
	width: auto;
	border-radius: 0;
	font-weight: normal;
}
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
		color: #fff;
		background: rgba(0,0,0,0.6);
	}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: none;
	padding: 0;
	margin: 0 10px 0 0;
	font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: normal;
	padding: 10px 15px;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		border-bottom: 1px solid #000;
		color: #000;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding: 0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 80px;
	height: 80px;
	margin-left: 20px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: -28px;
}
.woocommerce table.shop_table,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 0;
}
#coupon_code {
	width: 200px;
	height: 45px;
}
.woocommerce a.added_to_cart {
	display: block;
}
.product_list_widget .star-rating {
	margin: 5px 0;
}

/*08.12 Tags*/
.kette_tags a{
	display: inline-block;
	border:1px solid #ccc;
	padding: 5px 10px;
	margin: 5px 10px 5px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 20px;
}
	.kette_tags a:hover {
		background: #292929;
		color: #fff;
		text-decoration: none;
	}

/*08.13 Related Products*/
.kette_product_thumbnail img{
	width: 80px;
	float: right;
	margin: 0 0 0 20px
}
.kette_products_recent li {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0
}
.kette_products_recent li:last-child {
	margin: 0 0 20px 0;
	border-bottom: 0;
	padding: 0
}
.kette_product_price {
	display: block;
}
	.kette_product_price s {
		color: #999
	}
.kette_product_close {
	padding: 3px;
	font-size: 5px;
	background: #292929;
	color: #fff;
	margin: 0 5px 0 0;
	height: 15px;
	padding: 5px;
	line-height: 8px;
	display: inline-block;
}
	.kette_product_close a:hover {
		text-decoration: none;
	}

/*08.14 Checkout*/
.checkout-row {
	margin-bottom: 40px;
}

/*08.15 Cart*/
.table_head {
	margin:10px 0 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.cart-table .row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.product-info a {
	font-size: 18px;
}
.product_item_line .kette_product_thumbnail img {
	float: left;
	margin: 0 20px 0 0;
}
.cart-price {
	font-size: 18px;
}
.increase-qty {
	cursor: pointer;
    font-size: 16px;
    height: 15px;
    margin: 3px 0 0;
    overflow: hidden;
    position: absolute;
    right: 8px;
    z-index: 3;
    top: 2px;
}
.decrease-qty {
	cursor: pointer;
    font-size: 16px;
    margin: 7px 0 0;
    position: absolute;
    right: 8px;
    bottom: 2px;
}
.add-to-cart {
	position: relative;
	max-width: 100px;
}
.add-to-box {
	margin-bottom: 20px;
}

/*08.16 Single Products*/
.product_inside {
	margin-bottom: 40px;
}
.special-price {
	font-size: 40px;
}
.price-box {
	margin-bottom: 40px;
}
.product_inside .kette_shop_item_slider img {
	max-width: 100%;
}
.product_inside .kette_shop_item_slider {
	position: relative;
}

/*08.13 Related Products*/
.kette_product_thumbnail img{
	width: 80px;
	float: right;
	margin: 0 0 0 20px
}
.kette_products_recent li {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0
}
.kette_products_recent li:last-child {
	margin: 0 0 20px 0;
	border-bottom: 0;
	padding: 0
}
.kette_product_price {
	display: block;
}
	.kette_product_price s {
		color: #999
	}
.kette_product_close {
	padding: 3px;
	font-size: 5px;
	background: #292929;
	color: #fff;
	margin: 0 5px 0 0;
	height: 15px;
	padding: 5px;
	line-height: 8px;
	display: inline-block;
}
	.kette_product_close a:hover {
		text-decoration: none;
	}

/*08.14 Checkout*/
.checkout-row {
	margin-bottom: 40px;
}

/*08.15 Cart*/
.cart .form-control,
.checkout .form-control {
	width: 100%;
}
.table_head {
	margin:10px 0 20px;
	text-transform: uppercase;
}
.cart-table .row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.product-info a {
	font-size: 18px;
}
.product_item_line .kette_product_thumbnail img {
	float: left;
	margin: 0 20px 0 0;
}
.cart-price {
	font-size: 18px;
}
.increase-qty {
	cursor: pointer;
    font-size: 16px;
    height: 15px;
    margin: 3px 0 0;
    overflow: hidden;
    position: absolute;
    right: 15px;
    z-index: 3;
    top: 0;
}
.decrease-qty {
	cursor: pointer;
    font-size: 16px;
    margin: 7px 0 0;
    position: absolute;
    right: 15px;
    bottom: 21px;
}
.mobile .decrease-qty,
.tablet .decrease-qty {
	bottom: 12px;
}
.add-to-cart {
	position: relative;
	max-width: 100px;
}
.add-to-cart .form-control {
	max-width: 100px;
}
.add-to-box {
	margin-bottom: 20px;
}

/*08.16 Single Products*/
.product_inside {
	margin-bottom: 40px;
}
.special-price {
	font-size: 40px;
}
.price-box {
	margin-bottom: 40px;
}
.product_inside .kette_shop_item_slider img {
	max-width: 100%;
}
.product_inside .kette_shop_item_slider {
	position: relative;
}

/*08.17 Restaurant*/
.kette_rest_menu_item {
	margin: 0 0 15px;
	font-size: 24px;
	position: relative;
	padding: 0 90px 15px 0;
	border-bottom: 1px dotted #ccc;
}
.kette_rest_menu_item:last-child {
	border-bottom: 0;
}
.kette_rest_menu_item:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	
}
.kette_rest_menu_item b {
	position: absolute;
	right: 0;
	top: 0;
}
.kette_rest_menu_item i {
	display: block;
	font-style: normal;
	font-size: 16px;
}



/*===============================================*/
/* 09. Mobile, Tablet                            */
/*===============================================*/

/*Responsive*/

@media (max-width:1200px){

	.kette_main_menu_content_menu.text-right ul ul a:hover {
		margin-right: 0;
	} 
	.kette_image_bck.kette_col {
		min-height: 50vh;
	}
	html.js {
		margin-top: 0!important;
	}
	.container-fluid {
		padding: 0!important;
	}
	.kette_news_block, .kette_shop_item, .products .product {
		margin: 0 0 20px!important;
	}
	.kette_icon_box.text-left,
	.kette_icon_box.text-right {
	}
	.text-left,
	.text-right {

	}

	.kette_page {
		padding: 0;
	}
	.kette_section {
	}
	.kette_first_step .kette_main_menu_icon i {
		background: #333;
	}

	.kette_main_menu.active .kette_main_menu_icon i,
	.kette_first_step .kette_wht_txt .kette_main_menu_icon i,
	.kette_light_nav.kette_image_bck .kette_main_menu_icon i {
		background: #fff;
	}
	.kette_first_step .kette_main_menu_icon b {
		color: #333;
	}
	.kette_main_menu.active .kette_main_menu_icon b,
	.kette_first_step .kette_wht_txt .kette_main_menu_icon b,
	.kette_light_nav.kette_image_bck .kette_main_menu_icon b {
		color: #fff;
	}
	.kette_border_top,
	.kette_border_bottom,
	.kette_border_right,
	.kette_border_left {
		display: none;
	}
	.kette_simple_block {
		padding: 56px 45px 46px;
	}
	.kette_border {
		border: 0;
		margin: 0;
	}
	.kette_default_menu {
		display: none;
	}
	.kette_header nav {
		top: 0!important;
	}
	
	
	.kette_team {
		padding: 0;
	}
	.kette_bordered_block {
		border: 0;
	}
	.kette_border .container-fluid > .row,
	.kette_border .container-fluid > .fw-row  {
		margin: 0;
	}
	.kette_sml_abs_title {
		left: 0!important;
	}
	.kette_hidden_title {
		opacity: 1;
	}
	.kette_bordered_block .kette_box_content i:before {
		font-size: 100px!important;
	}
	.kette_box_content,
	.kette_bordered_zoom .kette_box_content {
		left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
	}
	.kette_middle_titles h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.kette_middle_titles h2 em {
		font-size: 30px;
		line-height: 30px;
	}
	.kette_section.kette_grey_border:before {
		right: 5px;
		left: 5px;
		top: 5px;
		bottom: 5px;
	}


	.kette_bordered_zoom:after {
		opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	}
	.kette_bordered_zoom:before {
		top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(255,255,255,0.18);
	}
	.kette_bordered_zoom .kette_image_over {
		    transform: scale(1);
	}
	.kette_bordered_block .kette_image_over:before {
		opacity: 1;
	}
	.kette_content img {
		
	}
	.kette_team_simple {
		padding: 0;
		margin: 0;
	}
	.kette_team_simple .kette_bordered_block {
		border: 0;
	}
	.mobile.landscape .kette_bordered_block {
	}
	.tablet.portrait .kette_bordered_block {

	}
	.tablet.landscape .kette_bordered_block {

	}
	.kette_search_block {
		display: none;
	}
	.kette_main_menu_mobile {
		display: block;
	}
	.mega-menu {
		position: relative!important;
		top: 0!important;
		left: auto;
		right: 0!important;
		padding: 20px 30px;
	}
	.mega-menu-col ul {
		width: 100%;
		float: none;
	}
	.kette_main_menu_content_menu ul ul a {
		margin-right: 0;
	}
	.mega-menu-col-header {
		color: #fff;
		margin: 20px 0;
	}
	.kette_main_menu_content_menu ul {
		position: relative;
	}
	
}




@media (max-width:1023px){
.kette_subtitle {
	margin-bottom: 40px!important;
}
.row {
	margin-left: 0;
	margin-right: 0;
}

.kette_search_block ul {
		margin-top: 11px;
	}
.kette_search_block > div {
		padding: 17px 20px;
		height: 52px;
	}
.kette_logo_container img {
	height: 19px;
	top: 0;
}
/*09.2 Tablet*/
.tablet.portrait .kette_logo_und {
	display: none;
}
.kette_slide_txt {
	width: 80%;
}
.kette_header_lang {
	right: 15px;
}
.tablet.portrait .kette_browsers {
	display: none;
}

.tablet .kette_great_titles h2 {
	font-size: 56px;
	font-weight: 900;
}


.tablet.portrait .kette_second_step .kette_logo,
.tablet.portrait .kette_logo {
	top: 0;
}
.tablet.portrait .kette_header nav {
	height: 52px;
}
.tablet.portrait .form-control {
	margin-bottom: 10px;
}
.text-center .kette_iphone_pink, 
.text-center .kette_iphone_gold {
	height: 540px;
	width: 185px;
}

.kette_simple_block {
	padding: 56px 45px 46px;
}


}



@media (max-width:1000px){
h3 {
	font-size: 24px;
	line-height: 28px;
}

ol, ul {
	padding-left: 10px;
} 
.mobile .kette_menu_item span {
	font-size: 20px;
	line-height: 20px;
}
	
.mobile .kette_menu_item b {
	float: none;
}
.mobile .kette_team_menu,
.mobile .kette_menu_item {
	margin: 0;
}
.mobile .kette_iphone,
.kette_top_menu, 
.kette_header_address,
.kette_browsers,
.kette_logo_und,
.mobile.landscape .kette_slide_desq,
.mobile.landscape .kette_scroll_down,
.kette_first_step .kette_header_lang ul  {
	display: none;
}

.kette_fixed, 
.tablet .kette_fixed {
	background-attachment:scroll!important;
	margin-bottom: 0;
}
.kette_h1_title {
	font-size: 30px!important;
}
.kette_icon_box i {
	position: relative;
	margin-left: 0;
}
.kette_icon_box_content {
	padding: 0;
}
	.kette_icon_box h4:after {
		margin-left: auto;
		margin-right: auto;
	}
.kette_header_lang {
	right: 15px;
}
.kette_slide_title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.kette_slide_title em {
	font-size: 40px!important;
	line-height: 40px!important;
}
.kette_slide_midtitle {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
	

	.kette_slide_title:after {
		margin: 20px auto;
	}
.kette_slide_desq {
	text-align: center;
	font-size: 18px;
}
.kette_slide_txt,
.kette_slide_txt.kette_slide_center_middle, 
.kette_slide_txt.kette_slide_center_top, 
.kette_slide_txt.kette_slide_center_bottom {
	width: 100%;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	padding: 0 10px;
}

.mobile.landscape .kette_slide_txt {
	padding: 0 25px;
}
.kette_great_titles h2 {
	text-align: center;
	font-size: 36px;
}
	.kette_great_titles h2:after {
		margin: 20px auto;
	}

.kette_section .container {
	padding-top: 56px;
	padding-bottom: 46px;
}


.kette_header nav {
	height: 52px;
	background: rgba(255,255,255,0.7);
}

.kette_around_bl,
.kette_around_bl:last-child,
.kette_icon_box:last-child,
.kette_icon_box {
	margin-bottom: 30px;
}
.text-center .kette_icon_box .kette_icon_box_content {
	padding-left: 0;
}
.kette_header nav.kette_transp_nav {
	background: none;
}
.kette_first_step .kette_header nav.kette_transp_nav {
	background-color: rgba(255,255,255,0.9);
}
.kette_logo,
.tablet.portrait .kette_logo {
	top: -4px;
	z-index: 3;
}
.kette_second_step .kette_logo {
	margin-top: 23px;
	
}

.kette_header_tech {
	height: 26px;
	padding: 0;
}
	.kette_first_step .kette_header_tech {
		height: 0;
	}
.kette_header_lang .kette_parent ul {
	padding: 1px 0 0 0;
}
.kette_portfolio_item,
.container-fluid .kette_portfolio_item  {
	width: 100%;
}

.kette_port_titles {
	text-align: left;
}
.kette_slider_copyright {
	left: 10px;
	bottom: 20px;
}
.kette_top {
	width: 40px;
	height: 40px;
	padding: 14px;
	right: 20px;
	bottom: 20px;

}


.kette_portfolio_footer_grey:after,
.kette_portfolio_footer_white:after {
	display: none;
}
.kette_team_slider .owl-prev {
	left: 20px;
}
.kette_team_slider .owl-next {
	right: 20px;
}
.kette_auto_height .kette_image_bck[data-image] {
	min-height: 400px;
}
.kette_simple_block {
	padding: 56px 15px 46px;
}
.kette_simple_block h2:after, 
h2:after {
	margin-left: auto;
	margin-right: auto;
}
.kette_news_block {
	margin-bottom: 40px;
	text-align: center;
}
.kette_news_img {
	height: 200px;
}
.kette_page .form-control,
.kette_page input[type="text"],
.kette_page input[type="search"],
.kette_page input[type="password"],
.kette_page input[type="email"] {
	margin-bottom: 10px;
}
form {
	margin-bottom: 20px;
}
.kette_icon_boxes {
	margin-top: 0;
}
.kette_icon_box:last-child, .kette_anim_box:last-child {
	margin-bottom: 0;
}

/*Inside Pages*/
.mobile .breadcrumbs {
	text-align: left;
}
.kette_page_title_great {
	padding-top: 95px;

}

/*Mobile Top Menu*/
.kette_top_menu {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-top: 50px;
}
.kette_top_menu_cont:after {
	display: block;
	content: '';
	width: 100%;
	height: 52px;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
}
.kette_top_menu_cont {
	background: rgba(0,0,0,0.95);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	display: none;
}
.kette_header_search_cont input {
	margin-bottom: 0;
}
.kette_header_search_cont form {
	margin-bottom: 0;
}
.kette_header_search_cont {
	width: 100%;
}
.kette_first_step .kette_transp_nav .kette_top_menu a:hover,
.kette_first_step .kette_header nav.kette_transp_nav ul a {
	color: #fff;
}
.kette_top_menu > li > a {
	padding: 13px 25px;
	height: 52px;
	color: #fff!important;
}
.kette_top_menu > li > a:before {
	display: none!important;
}
.tablet.portrait .kette_top_menu > li > a {
	padding: 13px 25px;
	height: 52px;
	color: #fff;
}

.kette_transp_nav .kette_top_menu li:hover > a:before {
	display: none;
}

.kette_header nav ul.kette_top_menu li {
	float: none;
	height: auto;
}
/*Mobile Menu*/
.kette_top_menu_mobile_link {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	padding: 15px;
	display: none;
	cursor: pointer;
	z-index: 3;
}

.kette_top_menu_mobile_link,
.active .kette_top_menu_mobile_link {
	display: block;
	right: 0;
}
.kette_header_search {
	display: none;
}
.kette_header_search span {
	padding: 15px;
	color: #fff;
	font-size: 18px;
}

.kette_header nav.active .kette_top_menu_mobile_link, 
.kette_header nav.active .kette_logo {
	color: #fff;
}
/*Portfolio*/
.kette_port_title {
	font-size: 18px;
	line-height: 24px;
}
.kette_port_subtitle {
	font-size: 14px;
	line-height: 22px;
}
/*Text Align*/
.mobile-text-left {
	text-align: left;
}
.mobile-text-right {
	text-align: right;
}

.kette_mobile_menu {
	display: none;
}
.kette_mobile_menu_hor_padding,
.kette_mobile_menu_hor_padding.active,
.kette_first_step header nav.kette_mobile_menu_hor_padding {
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	pointer-events:auto;
}
.tablet .kette_auto_height .kette_slider_copyright {
	left: 20px;
}
.kette_auto_height .kette_slider_copyright {
	left: 20px;
}
.kette_slider_copyright.kette_slider_copyright_right,
.kette_slider_copyright_right {
	left: auto;
	right: 20px;
}
.kette_slide_txt {
	text-align: center;
	bottom: auto;
	top: 50%;
	transform:translateY(-50%);
	left: 0;
}
.kette_team_slider_single .kette_news_block {
	width: 100%;
}

.reply {
	padding-left: 20px;
	text-align: left;
}
.add-to-box {
	text-align: center;
}
.add-to-cart {
	margin-right: auto;
	margin-left: auto;
}
/*Header Login Form*/
.kette_header_login .btn {
	padding: 5px 15px;
}
.kette_header_login {
	padding: 12px 0;
	margin-right: 40px;
	position: relative;
	z-index: 3;
}


}
@media (max-width:782px){

	html {
		margin-top: 0!important;
	}
}


@media (max-width:568px){

	.kette_top_menu > li > a {
		padding: 13px 16px;
	}
}

@media (max-width:480px){
	.kette_iphone {
		display: none;
	}
	.kette_top_menu > li > a {
		padding: 13px 16px;
	}
}
/*Responsive end*/



