@font-face {
    font-family: 'klinic_slabbook';
    src: url('../fonts/klinicslabbook-webfont.eot');
    src: url('../fonts/klinicslabbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klinicslabbook-webfont.woff2') format('woff2'),
         url('../fonts/klinicslabbook-webfont.woff') format('woff'),
         url('../fonts/klinicslabbook-webfont.ttf') format('truetype'),
         url('../fonts/klinicslabbook-webfont.svg#klinic_slabbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'klinic_slabbook_italic';
    src: url('../fonts/klinicslabbookit-webfont.eot');
    src: url('../fonts/klinicslabbookit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klinicslabbookit-webfont.woff2') format('woff2'),
         url('../fonts/klinicslabbookit-webfont.woff') format('woff'),
         url('../fonts/klinicslabbookit-webfont.ttf') format('truetype'),
         url('../fonts/klinicslabbookit-webfont.svg#klinic_slabbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
	Template Name: Urip Landing Page
	Template URI: http://worksofwisnu.com/theme-preview/urip
	Description: Modern and Professional HTML Landing Page Template
	Author: xWisnux (Works of Wisnu)
	Author URI: http://worksofwisnu.com
	Version: 1.1

*/

/**
 * Table of Contents:
 *
 * 1.0 - BASIC STRUCTURE
 *	 1.1 - Typography
 *	 1.2 - Custom Column
 *	 1.3 - Custom Margin
 *	 1.4 - Vertical Center Content
 *
 * 2.0 - COMPONENTS
 *	 2.1 - Buttons
 *	 2.2 - Lists
 *	 2.3 - Content Tab
 *	 2.4 - Section Tab
 *	 2.5 - Toggle
 *	 2.6 - Pricing Table
 *	 2.7 - Contact Modal
 *	 2.8 - Alert Notification
 *	 2.9 - Lightbox Modal
 *	 2.10 - Attention Box
 *	 2.11 - Progress Bar
 *	 2.12 - To Top Button
 *
 * 3.0 - HEADER & HERO SECTION
 *	 3.1 - Menu Toggle
 *	 3.2 - Navigation
 *	 3.3 - Hero Background
 *	 3.4 - Hero Subscribe Form
 *	 3.5 - Hero Form
 *	 3.6 - Creative Layouts Hero CTA Content
 *	 3.7 - Hero App Layout
 *	 3.8 - Animated Headline
 *
 * 4.0 - TOP CLIENT LOGO
 *
 * 5.0 - WHAT WE DO SECTION
 *	 5.1 - What We Do on Form Layout
 *	 5.2 - Introduction on App Layout
 *
 * 6.0 - HOW IT WORKS SECTION
 *	 6.1 - How It Works info hover transitions/animations
 * 	 6.2 - How It Works hover background
 *
 * 7.0 - OUR FEATURES SECTI0N
 * 	 7.1 - Feature Icon on Hero Form Layout
 * 	 7.2 - The Feature on App Layout
 *
 * 8.0 - FEATURETTES SECTION
 *	 8.1 - Featurettes Quote
 *
 * 9.0 - COUNTER
 *
 * 10.0 - PRICING & SECTION TABS
 * 	 10.1 - Why Us Section on App Layout
 *
 * 11.0 - BREAKOUT
 *	 11.1 - App Layout Breakout
 *
 * 12.0 - OUR TEAM SECTION
 *	 12.1 - App Layout Carousel
 *
 * 13.0 - CUSTOMER STORIES/LOGOS SECTION
 *	 13.1 - App Layout Customer Quote
 *
 * 14.0 - PORTFOLIO SECTION
 *	 14.1 - Portfolio External Link
 *
 * 15.0 - FOOTER SUBSCRIBE
 *
 * 16.0 - MAIN FOOTER SECTION
 * 	 16.1 - App Layout Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 BASIC STRUCTURE
 * -----------------------------------------------------------------------------
 */
body {
	background: #fff;
	color: #777;
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
	margin: 0;
	padding: 80px 0;
}

main#main-content {
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(39, 36, 36, 0.42);
}

hr {
	border-top: 1px solid #ccc;
}

.gray-bg {
	background: url(../images/bg-services.jpg) repeat;
}

ul {
	padding-left: 0;
}

li {
	list-style: none;
}

img {
	 max-width: 100%;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
	box-shadow: none !important;
}

.popover {
	z-index: 999999 !important;
}

[data-sr] {
	visibility: hidden;
}

.opacity-one {
	opacity: 1 !important;
}

/* 1.1 Typography */

.dark {
	color: #222;
}

p {
	margin-bottom: 25px;
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
	line-height: 24px;
}

p.lead {
	font-size: 24px;
}

p.sub-lead {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	line-height: 1.5em;
}

h1,
h5 {
	font-family: "Montserrat", sans-serif;
}

h2,
h4 {
	font-family: 'klinic_slabbook_italic';
	color: #dc9115;
}

h3 {
	font-family: 'klinic_slabbook_italic';
}

h1 {
	 font-size: 48px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 36px;
}

h5 {
	/*text-transform: uppercase;*/
	font-size: 16px;
}

h6 {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

p.section-title {
	color: #777;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: .9em;
}

p.section-title:after {
	display: block;
	margin: 0 auto;
	margin-top: 17px;
	width: 70px;
	height: 1px;
	background: #dc9115;
	content: "";
}

.section-heading {
	margin-top: 42px;
	margin-bottom: 35px;
	color: #222;
}

small {
	font-family: "Droid Serif", serif;
}

b, strong {
	color: #222;
	-webkit-font-smoothing: auto;
}

a {
	color: #19a9e5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	color: #dc9115;
	text-decoration: none;
}

a:focus {
  	outline: none;
  	text-decoration: none;
}

p a,
a.more {
	position: relative;
	-webkit-transition: none;
	transition: none;
}

p a:after,
a.more:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin: 0;
	width: 0%;
	height: 1px;
	background: #dc9115;
	color: transparent;
	content: ".";
	text-align: left;
	opacity: 0;
}

p a:hover:after,
a.more:hover:after {
	z-index: -10px;
	width: 100%;
	opacity: 1;
	-webkit-animation: underline 1s forwards;
	animation: underline 1s forwards;
}

@-webkit-keyframes underline {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 1px;
    background: #dc9115;
  }
}

.centered {
	text-align: center;
}

.all-caps {
	text-transform: uppercase;
}

.breaking {
	position: relative;
	background-attachment: fixed !important;
	color: #fff;
}

section.breaking {
	position: static;
	padding: 0;
}

.breaking-content {
	padding: 80px 0;
}

.breaking h1,
.breaking h2,
.breaking h3,
.breaking h4,
.breaking h5,
.breaking p {
	color: #fff;
}

.urip-blue-color {
	color: #19a9e5;
}

.urip-orange-color {
	color: #f6a006;
}

.text-shadow-xsmall {
	text-shadow: 1px 1px 0 rgba(125,116,107,.75);
}

.text-shadow-small {
	text-shadow: 1px 2px 0 rgba(125,116,107,.75);
}

.text-shadow-medium {
	text-shadow: 0 2px 0 rgba(125,116,107,.75);
}

.text-shadow-large {
	text-shadow: 2px 3px 0 rgba(125,116,107,.75);
}

/* -- */

/* 1.2 Custom Column */
.container-full {
	overflow: hidden;
	width: 100%;
}

.container-full .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

.two-blocks-col {
	padding: 68px 80px 0;
}

.no-padding {
	padding: 0 !important;
}

.overflow-hidden,
.overlay-on {
	overflow: hidden;
}

body.overflow-hidden:before {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(71, 71, 71, 0.48);
	content: "";
}
/* -- */

/* 1.3 Custom Margin */
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-32 {
	margin-top: 32px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-min-5 {
	margin-top: -5px !important;
}

.margin-top-min-10 {
	margin-top: -10px !important;
}

.margin-top-min-13 {
	margin-top: -13px !important;
}

.margin-top-min-18 {
	margin-top: -18px !important;
}

.margin-top-min-20 {
	margin-top: -20px !important;
}

.margin-bot-5 {
	margin-bottom: 5px !important;
}

.margin-bot-8 {
	margin-bottom: 8px !important;
}

.margin-bot-10 {
	margin-bottom: 10px !important;
}

.margin-bot-15 {
	margin-bottom: 15px !important;
}

.margin-bot-20 {
	margin-bottom: 20px !important;
}

.margin-bot-25 {
	margin-bottom: 25px !important;
}

.margin-bot-30 {
	margin-bottom: 30px !important;
}

.margin-bot-32 {
	margin-bottom: 32px !important;
}

.margin-bot-35 {
	margin-bottom: 35px !important;
}

.margin-bot-40 {
	margin-bottom: 40px !important;
}

.margin-bot-60 {
	margin-bottom: 60px !important;
}

.margin-bot-min-10 {
	margin-bottom: -10px !important;
}

.margin-bot-min-13 {
	margin-bottom: -13px !important;
}

.margin-bot-min-18 {
	margin-bottom: -18px !important;
}

.margin-bot-min-20 {
	margin-bottom: -20px !important;
}

.zero-top {
	margin-top: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
}
/* -- */

/* 1.4 Vertical Center Content */
.vertical-center-wrapper {
	height: 100%;
}

.vertical-center-table {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-center-content {
	display: table-cell;
	vertical-align: middle;
}


/**
 * 2.0 COMPONENTS
 * -----------------------------------------------------------------------------
 */

/* 2.1 Buttons */
button {
	border: 0;
	box-shadow: none;
}

button:focus, button:hover, button:active {
	border: 0;
	box-shadow: none;
	text-decoration: none;
}

.cta {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 22px;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.cta:hover, .cta:active, .cta:focus {
	color: #fff;
	text-decoration: none;
}

.cta-default {
	background: #dc9115;
}

.cta-stroke {
	margin-top: 22px;
	border: 2px solid #19a9e5;
	background-clip: padding-box;
	color: #19a9e5;
}

.cta-stroke:hover, .cta-stroke:focus {
	color: #19a9e5;
}

.cta-default:after,
.cta-stroke:after {
	position: relative;
	top: 0;
	display: inline;
	margin-left: 0;
	content: '\e62a';
	font-weight: normal;
	font-size: 0;
	font-family: "Icomoon";
	line-height: 1;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cta-default:hover:after,
.cta-stroke:hover:after {
	margin-left: 8px;
	font-size: 14px;
	opacity: 1;
}

.cta-transparent {
	border: 2px solid rgba(255, 255, 255, 0);
	background-color: rgba(34,34,34,.14);
	background-clip: padding-box;
}

.cta-transparent:hover {
	border: 2px solid #fff;
	background-color: rgba(34,34,34,.05);
}

.play-btn {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(90, 85, 85, 0.7);
	box-shadow: 0 0 20px #5D5B56;
	color: #fff;
	font-size: 74px;
}

.play-btn:hover, .play-btn:focus {
	color: #fff;
}

.play-btn:hover {
	box-shadow: 0 0 28px #3f3e3b;
}

.inline-cta {
	margin: 0;
	padding: 20px 0;
}

.inline-cta li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
/* -- */



/* 2.5 Toggle */
.panel {
	margin-bottom: 10px !important;
	border: 0;
	background: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-heading a {
	position: relative;
	display: block;
	padding: 13px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eaebeb;
	color: #777;
	text-decoration: none;
}

.panel-heading a:hover {
	background: #dfe0e0;
}

.panel-heading a:focus {
	outline: none;
	box-shadow: none;
}

.panel-heading a:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: #dfe0e0;
	color: #777;
	content: "\e114";
	font-family: "Icomoon";
	line-height: 1em;
}

.panel-heading.panel-active a {
	background: #19a9e5;
	color: #fff;
}

.panel-heading.panel-active a:hover {
	background: #13a0db;
}

.panel-heading.panel-active a:after {
	background: #13a0db;
	color: #fff;
	content: "\e115";
}

.panel-default > .panel-heading+.panel-collapse > .panel-body {
	border: none;
}
/* -- */

/* 2.7 Contact Modal */
.contact-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(66,2,0,1);
  -webkit-overflow-scrolling: touch;
}

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.overlay-scale.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

a.contact-trigger {
	cursor: pointer;
}

a.overlay-close {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 48px;
	height: 48px;
	background: url("../images/cd-icon-close.svg") no-repeat center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
	cursor: pointer;
}

a.overlay-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.contact-marker {
	margin-bottom: 10px;
}

.contact-content {
	margin-top: 108px;
	margin-bottom: 120px;
}

.contact-content,
.contact-content h1,
.contact-content h2 {
	color: #fff;
}

.contact-content p {
	color: #fff;
	opacity: 0.75;
}

.contact-content h2 {
	margin-bottom: 36px;
	margin-top: 80px;
}

.contact-content a {
	color: #fff;
	text-decoration: none;
}

.contact-form {
	margin: 50px 0;
}

.contact-form .contact-input,
.contact-form textarea,
.contact-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus,
.contact-form .submit-btn:focus {
	outline: none;
	border: none;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus {
	background: #515459;
}

.contact-form .contact-input {
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: #42454a;
}

.contact-form textarea {
	margin-bottom: 24px;
	padding: 20px;
	width: 100%;
	background: #42454a;
}

.contact-form .submit-btn {
	min-width: 170px;
	height: 50px;
	background: #19a9e5;
	text-transform: uppercase;
	font-size: 20px;
}

.contact-form .submit-btn:hover {
	background: #11a1dd;
}

.contact-form .submit-btn:before {
	position: absolute;
	top: 7%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .submit-btn:hover:before {
	left: 75%;
}

.required-field {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.required-field:after {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: #19a9e5;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required-field.field-error:after {
	background: #cc3530;
	/*
	box-shadow: inset 0 0 0 2px #cc3530;
	*/
	color: #cc3530;
}

.submit-btn.disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	filter: alpha(opacity=65);
	cursor: not-allowed;
	pointer-events: none;
}
/* -- */

/* 2.8 Alert Notification */
.notif-box {
	position: fixed;
	top: 0;
	z-index: 99999;
	padding: 22px;
	width: 100%;
	font-size: 90%;
	line-height: 1.4;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.notif-box.show-up {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.notif-box p {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 3.2em;
	font-size: 1.2em;
}

.notif-box span.notif-icon{
	position: absolute;
	top: 50%;
	left: .6em;
	display: block;
	font-size: 28px;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.notif-box.show-up span.notif-icon {
	opacity: 1;
}

.notif-box a.notification-close {
	position: absolute;
	top: 15%;
	right: 1em;
	width: 48px;
	height: 48px;
	background: url("../images/cd-icon-close.svg") no-repeat center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
	cursor: pointer;
}

.notif-box a.notification-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#error-notification,
#subscribe-error-notification,
#hero-error-notification {
	background: #cc3530;
	color: rgba(250, 251, 255, 0.95);
}

#error-notification.notif-box,
#subscribe-error-notification.notif-box,
#hero-error-notification.notif-box {
	box-shadow: inset 4.5em 0 #b80d07;
}

#success-notification,
#subscribe-success-notification,
#hero-success-notification {
	background: #19a9e5;
	color: rgba(250, 251, 255, 0.95);
}

#success-notification.notif-box
#subscribe-success-notification.notif-box,
#hero-success-notification.notif-box {
	box-shadow: inset 4.5em 0 #13a0db;
}
/* -- */

/* 2.9 Lightbox Modal */
#swipebox-overlay {
 	background: #292c33;
}

#swipebox-title {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	text-shadow: none;
	background: rgba(41, 44, 51, 0.85);
	opacity: 1;
}

#swipebox-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 48px;
	height: 48px;
	background: url("../images/cd-icon-close.svg") no-repeat center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
	cursor: pointer;
}

#swipebox-prev,
#swipebox-next {
	background: none !important;
}

#swipebox-prev:before,
#swipebox-next:before {
	font-family: "Icomoon";
	font-size: 26px;
	color: #fff;
	line-height: 2em;
}

#swipebox-prev:before {
	content: "\e629";
}

#swipebox-next:before {
	content: "\e62a";
}

#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* 2.10 Attention Box */
.attention-box {
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	background-color: #f7f7f9;
	text-align: center;
	padding: 13px 0;
}

.attention-box h5,
.attention-box p,
.attention-box a {
	display: inline-block;
	margin: 0;
}

.attention-box p {
	margin: 0 14px;
}

/* 2.11 Progress Bar */
.progress-title {
	margin-bottom: 3px;
}

.progress {
	height: 8px;
	margin-bottom: 24px;
	background-clip: padding-box;
	background: #d8dce0;
	box-shadow: none;
}

.progress-bar {
	box-shadow: none;
}

.blue-progress-bar {
	background-color: #19a9e5;
}

.orange-progress-bar {
	background-color: #f6a006;
}

.red-progress-bar {
	background-color: #ff5b5b;
}

.teal-progress-bar {
	background-color: #008989;
}

.grey-progress-bar {
	background-color: #757679;
}

/* 2.12 To Top Button */
#to-top {
	background: rgba(34, 34, 34, 0.8);
	padding: 9px;
	position: fixed;
	bottom: -100px;
	right: 30px;
	z-index: 1;
	color: #fff;
	font-size: 30px;
	line-height: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}

#to-top:hover {
	background: #dc9115;
}

/**
 * 3.0 HEADER & HERO SECTION
 * -----------------------------------------------------------------------------
 */
header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 500;
	padding: 37px 0;
	height: 60px;
}

.the-origin-header a.logo {
	display: inline-block;
	margin-top: -10px;
}

.header-clone {
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-stick {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.header-clone .ww img,
 .header-clone img{
	display: none;
}


.header-clone .logo {
	position: absolute;
	top: 14px;
	width: 105px;
	height: 30px;
	margin-top: -9px;
	background: url(../images/logo-sm.png) no-repeat center;
}

.header-clone a.menu-toggle {
	padding: 3px 0px;
}

/* 3.1 Menu Toggle */
a.menu-toggle {
	padding: 14px 0;
	color: #fff;
	font-size: 18px;
}

a.menu-toggle:hover {
	color: #eee;
	text-decoration: none;
}

a.menu-toggle span {
	padding-left: 10px;
	vertical-align: text-top;
	font-size: 30px;
}
/* -- */

/* 3.2 Navigation */
#nav-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	visibility: hidden;
	padding: 45px 40px;
	width: 260px;
	height: 100%;
	background-color: #420200;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

#nav-wrapper.nav-wrapper-opened {
	z-index: 999;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
}

.nav-close {
	display: none;
	color: #fff;
	font-size: 24px;
}

.nav-close:hover,
.nav-close:focus {
	color: #fff;
}

.touch .nav-close {
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 5px;
	background: #CC3530;
}

.main-nav {
	margin-bottom: 55px;
}

.main-nav li {
	margin-bottom: 18px;
}

.main-nav li a {
	font-weight: 100;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.main-nav li a,
.secondary-nav li a {
	color: #fff;
}

.main-nav li a:hover,
.secondary-nav li a:hover {
	color: #dc9115;
}

.secondary-nav li {
	margin-bottom: 10px;
}

.main-nav .dropdown:before {
	content: "\e621";
	position: absolute;
	font-family: "Icomoon";
	color: #fff;
	left: -25px;
	top: 4px;
	font-size: 18px;
	line-height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-nav .dropdown.active:before {
	content: "\e62c";
}

.main-nav .dropdown-menu {
	background: #222;
	margin-left: -40px;
	padding: 15px 20px;
	position: relative;
	top: 0;
	width: 100%;
	float: none;
	min-width: 260px;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: none;
	border: none;
}

.main-nav .dropdown-menu li {
	color: #777;
	margin-bottom: 10px;
}

.main-nav .dropdown-menu li:last-child {
	margin-bottom: 0;
}

.main-nav .dropdown-menu li a {
	font-size: 14px;
	text-transform: none !important;
	color: #eee;
}

.main-nav .dropdown-menu li a:hover {
	background: none;
	color: #fff;
}
/* -- */

#hero {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 100vh;
	color: #fff;
}

.color-overlay {
	background: rgba(34, 34, 34, 0.5);
}

.hero-split-left,
.hero-split-right {
	width: 50%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 34, 0.7);
}

.hero-split-left {
	left: 0;
}

.hero-split-right {
	right: 0;
}

/* 3.3 Hero Background */
.hero-subscribe-layout #hero,
.creative-layout #hero {
	background: url(../images/bg-header-delsole-bread-rack.jpg) center / cover no-repeat;
}

.hero-form-layout #hero {
	background: url(../images/stocks/stock3.jpg) no-repeat center center fixed;
}

.app-layout #hero {
	background: url(../images/stocks/stock5.jpg) no-repeat center center fixed;
}

.hero-subscribe-layout #hero,
.hero-form-layout #hero,
.app-layout #hero {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
/* -- */

/*  Pages Header Background */
#pages-header {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 350px;
	color: #fff;
}

.cakesandpastries {
	background: url(../images/bg-cakesandpastries.jpg) center / cover no-repeat;
}

.breadandpizza {
	background: url(../images/bg-breadandpizza.jpg) center / cover no-repeat;
}

.catering {
	background: url(../images/bg-catering.jpg) center / cover no-repeat;
}

/* -- */

#hero .container {
	height: 100vh;
}

.hero-content p.lead {
	margin-bottom: 13px;
}

.hero-content h2 {
 	margin-top: 170px;
 	font-family: 'klinic_slabbook_italic';
 	font-size: 82px;
	color: #dc9115;
}

.hero-form-layout .hero-content h2 {
	line-height: 1.2em;
	margin-top: 5px;
}

/* 3.4 Hero Subscribe Form */
.hero-subscribe-wrapper {
	margin-top: 16px;
	margin-bottom: 27px;
}

.hero-subscribe-wrapper form .input-group input {
	padding: 25px;
	max-width: 500px;
	height: 70px;
	border: none;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	background-color: rgba(255,255,255,.25);
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	font-size: 24px;
}

.hero-subscribe-wrapper form .input-group input::-webkit-input-placeholder {
   color: #777;
}

.hero-subscribe-wrapper form .input-group input:-moz-placeholder { /* Firefox 18- */
   color: #777;
}

.hero-subscribe-wrapper form .input-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}

.hero-subscribe-wrapper form .input-group input:-ms-input-placeholder {
   color: #777;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe {
	position: relative;
	overflow: hidden;
	margin-left: 0;
	width: 270px;
	height: 70px;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	background-color: #f59f06;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:hover,
.hero-subscribe-wrapper form .input-group .btn-subscribe:focus,
.hero-subscribe-wrapper form .input-group .btn-subscribe:active {
	outline: none;
	background-color: #ed9903;
	box-shadow: none;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:before {
	position: absolute;
	top: 11%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:hover:before {
	left: 81%;
}

.hero-subscribe-wrapper .helper-text {
	display: block;
	margin-top: 11px;
	color: #342f27;
}
/* -- */

/* 3.5 Hero Form */
.register-form .hero-input,
.register-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.register-form .hero-input:focus,
.register-form .submit-btn:focus {
	outline: none;
	border: none;
}

.register-form .hero-input {
	padding: 0 20px;
	margin-bottom: 30px;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
}

.register-form .hero-input::-webkit-input-placeholder {
	color:#fff;
}

.register-form .hero-input::-moz-placeholder {
	color:#fff;
}

.register-form .hero-input:-ms-input-placeholder {
	color:#fff;
}

.register-form .hero-input:-moz-placeholder {
	color:#fff;
}

.register-form .submit-btn {
	width: 100%;
	height: 50px;
	background: #f6a006;
	text-transform: uppercase;
	font-size: 20px;
}
/* -- */

.hero-content a.cta {
	display: inline-block;
	margin-top: 88px;
}

.hero-content a.cta span {
	padding-left: 5px;
	vertical-align: text-bottom;
	font-size: 1.2em;
}

/* 3.6 Creative Layouts Hero CTA Content */
.creative-layout .inline-cta a.cta {
	margin-top: 0;
}

#hero .slogan-header {
	padding-top: 100px;
}

#hero a.cta-stroke {
	border-color: #fff;
	color: #fff;
}

#hero .scroll-link {
	color: #fff;
	font-size: 30px;
	display: block;
	margin-top: 88px;
}

a.scroll-link:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*--*/

/* 3.7 Hero App Layout */
.hero-mockup {
	max-width: 275px;
	margin: 0 auto;
}

.hero-mockup img  {
	width: 100%;
}

.app-layout .hero-content {
	margin-top: 93px;
}

.hero-app-content-right {
	padding: 55px 25px;
}

/* 3.8 Animated Headline */
.animated-headline {
	margin-top: -28px;
}

.animated-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
	width: 100% !important;
}

.animated-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	opacity: 0;
	top: .2em;
}

.animated-headline.slide b {
	color: #fff;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

.animated-words-wrapper b.is-visible {
	position: relative;
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in 0.6s;
	-moz-animation: slide-in 0.6s;
	animation: slide-in 0.6s;
}

.animated-words-wrapper b.is-hidden {
	-webkit-animation: slide-out 0.6s;
	-moz-animation: slide-out 0.6s;
	animation: slide-out 0.6s;
}

.no-js .animated-words-wrapper b {
	opacity: 0;
}

.no-js .animated-words-wrapper b.is-visible {
	opacity: 1;
}

/* animated slide keyframes */
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/**
 * 4.0 TOP CLIENT LOGO
 * -----------------------------------------------------------------------------
 */
#top-client {
	padding: 55px 0;
	background: #eee;
}

.client-logo h5 {
	padding-top: 25px;
}


/**
 * 5.0 WHAT WE DO SECTION
 * -----------------------------------------------------------------------------
 */
#what-we-do {
	position: relative;
	overflow: hidden;
}

/* 5.1 What We Do on Form Layout */
.hero-form-layout #what-we-do {
	padding-top: 30px;
}
/* -- */

/*#what-we-do:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 279px;
	height: 693px;
	background: url(../images/mockup/ipad-cover.png) no-repeat;
	content: "";
}

#what-we-do:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 306px;
	height: 665px;
	background: url(../images/mockup/paper-mockup.png) no-repeat;
	content: "";
}*/

.hero-form-layout #what-we-do:before,
.hero-form-layout #what-we-do:after {
	bottom: -11em;
	top: auto;
}

.hero-form-layout .attention-box {
	  margin-bottom: 55px;
}


/* 5.2 Introduction on App Layout */
#introduction {
	position: relative;
	overflow: hidden;
	padding-bottom: 662px;
}
#introduction:after {
	position: absolute;
	left: 0;
	bottom: -56px;
	width: 100%;
	height: 665px;
	background: url(../images/mockup/apps-perspectives-mockup-wide.png) top center no-repeat;
	content: "";
}


/**
 * 6.0 our-services SECTION
 * -----------------------------------------------------------------------------
 */
#our-services{
	padding: 0;
}

ul.how-it-works-col li {
	float: left;
	padding: 120px 0 100px;
}

.how-it-works-title img {
	margin-bottom: 30px;
}

.how-it-works-title h4 {
	margin-bottom: 10px;
}

.how-it-works-info {
	position: absolute;
	top: 0;
	visibility: hidden;
	padding: 113px 8%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
}

.how-it-works-info,
.how-it-works-info h4,
.how-it-works-info p,
.how-it-works-info p strong {
	color: #fff;
}

.how-it-works-info h4 {
	margin-bottom: 26px;
}

ul.how-it-works-col li:first-child .how-it-works-info:after,
ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
	display: block;
	margin-top: 32px;
	width: 100%;
	height: 50px;
	/*background: url(../images/arrow.png) no-repeat right;*/
	content: "";
}

.how-it-works-info .cta {
	margin-top: 7px;
	-webkit-transition: none;
	transition: none;
}

ul.how-it-works-col li:hover .how-it-works-title {
	opacity: 0;
}

ul.how-it-works-col li:hover .how-it-works-info {
	visibility: visible;
}

/* 6.1 How It Works info hover transitions/animations */
.how-it-works-info p,
.how-it-works-info p strong {
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
}

.how-it-works-info h4,
.how-it-works-info .cta,
ul.how-it-works-col li:first-child .how-it-works-info:after,
ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
	-webkit-transform: translateY(60%);
	-ms-transform: translateY(60%);
	transform: translateY(60%);
}

ul.how-it-works-col li:hover .how-it-works-info h4,
ul.how-it-works-col li:hover .how-it-works-info p,
ul.how-it-works-col li:hover .how-it-works-info p strong {
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

ul.how-it-works-col li:hover .how-it-works-info .cta,
ul.how-it-works-col li:hover:first-child .how-it-works-info:after,
ul.how-it-works-col li:hover:nth-child(2) .how-it-works-info:after {
	-webkit-transition: all 0.32s ease-in-out;
	transition: all 0.32s ease-in-out;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
/* -- */

/* 6.2 How It Works hover background */
ul.how-it-works-col li:first-child:hover {
	background: url(../images/hover-breadandpizza-services.jpg) no-repeat center center;
}

ul.how-it-works-col li:nth-child(2):hover {
	background: url(../images/hover-cakesandpastries-services.jpg) no-repeat center center;
}

ul.how-it-works-col li:last-child:hover {
	background: url(../images/hover-catering-services.jpg) no-repeat center center;
}

/**
 * 7.0 OUR FEATURES SECTI0N
 * -----------------------------------------------------------------------------
 */
.the-feature {
	margin-top: -10px;
	margin-bottom: 53px;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.the-feature:hover {
	background: #f7f8f9;
}

.feature-icon {
	color: #777;
	font-size: 30px;
}

.feature-title {
	margin-top: 17px;
	margin-bottom: 15px;
}

/* 7.1 Feature Icon on Hero Form Layout */
.hero-form-layout .the-feature {
	margin-bottom: 15px;
}

.hero-form-layout .feature-icon {
	font-size: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 125px;
}

.hero-form-layout .feature-title {
	margin-top: 0;
}
/* -- */

.the-feature,
.feature-icon,
.feature-title {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.the-feature a {
	display: inline-block;
}

.the-feature a p {
	margin-bottom: 0;
	color: #777;
}

.the-feature:hover .feature-icon {
	color: #222;
}

.the-feature:hover .feature-title {
	color: #19a9e5;
}

.side-feature-icon span[class^="icon-"] {
	display: block;
	margin-top: 28px;
	font-size: 65px;
}

.side-feature-info h4 {
	margin-bottom: 5px;
}
/* -- */

/* 7.2 The Feature on App Layout */
.app-layout .the-feature {
	margin-top: -15px;
	margin-bottom: 32px;
}
.left-features .the-feature {
	text-align: right;
}

/**
  * 8.0 FEATURETTES SECTION
  * -----------------------------------------------------------------------------
  */

/* 8.1 Featurettes Quote */
.featurettes-quote-wrapper {
	background: url(../images/stocks/stock2.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
}

.featurettes-quote-wrapper .vertical-center-content {
	background: rgba(26, 169, 230, 0.85);
}

.featurettes-quote {
	padding: 0 75px;
	color: #fff;
	font-style: italic;
	font-size: 24px;
	font-family: "Droid Serif", serif;
	line-height: 36px;
}

.featurettes-quote-author {
	margin-top: 45px;
	margin-bottom: 0;
	color: #fff;
	font-style: normal;
	font-family: "Montserrat", sans-serif;
}

/**
  * 9.0 COUNTER
  * -----------------------------------------------------------------------------
  */

  .locations {
  	display: inline-block;
  	margin: 0 50px;
  }

#counter {
	background: url(../images/bg-locations.jpg) no-repeat bottom center;
	background-size: cover;
	background-position: center center;
}

#counter .breaking-content {
	padding-bottom: 70px;
}

.counter-icon {
	margin-bottom: 26px;
}

.counter {
	display: block;
	margin-bottom: 13px;
	letter-spacing: 1px;
	font-size: 36px;
	font-family: "Montserrat", sans-serif;
}

.counter-title {
	display: block;
	font-size: 24px;
}

/**
  * 10.0 BREAKOUT
  * -----------------------------------------------------------------------------
  */

#breakout {
	background: url(../images/stocks/stock3.jpg) no-repeat center center;
	background-size: cover !important;
}

#breakout .breaking-content {
	padding: 74px 0;
}

/* 10.1 App Layout Breakout */
.app-layout #breakout {
	background: url(../images/stocks/stock2.jpg) no-repeat center center;
}

.app-layout #breakout .breaking-content {
	padding-top: 71px;
}
/* -- */

#breakout p.sub-lead {
	margin-top: 25px;
	margin-bottom: 30px;
}

#breakout small {
	display: block;
	margin-top: 18px;
	font-size: 12px;
}



/* 12.1 App Layout Carousel */
#screenshots {
	padding-bottom: 68px;
}

.app-carousel {
	margin-top: 115px;
	margin-bottom: 164px;
}

.slick-slide {
	width: 295px;
}

.slick-dots {
	position: absolute;
	z-index: 4;
	bottom: -175px;
}

.slick-dots li button:before {
	content: "";
	background: #777;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	width: 8px;
	height: 8px;
	left: auto;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;

}

.slick-dots li button:hover:before {
	background: #222;
	box-shadow: 0 0 0 2px #222;
}

.slick-dots li.slick-active button:before {
	background: #19a9e5;
	box-shadow: 0 0 0 4px #19a9e5;
}

.phone-frame {
	position: absolute;
	top: 6px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.phone-frame img {
	max-width: 350px;
	position: relative;
	margin: 0 auto;
	display: block;
}

.app-carousel:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 59%;
	width: 500%;
	height: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.86);
}

.app-carousel:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 59%;
	width: 500%;
	height: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.86);
}

/**
  * 15.0 FOOTER SUBSCRIBE
  * -----------------------------------------------------------------------------
  */

#burst-social {
	background: url(../images/bg-burst-social.jpg) no-repeat left center;
	background-size: cover;

}

#burst-social ul.social-burst li {
	display: inline;
	margin: 0px 5px;

}

#burst-social ul.social-burst li a{
	color: #dc9115;
	font-size: 60px;
	display: inline;

}

.subscribe-icon {
	margin-top: 27px;
}

.subscribe-section-content h4{
	margin-top: -8px;
	margin-bottom: 26px;
}

.subscribe-section-content p {
	margin-bottom: 33px;
}

#footer-subscribe input[type="email"] {
	padding: 20px;
	max-width: 300px;
	height: 50px;
	border: none;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	background-color: rgba(255, 255, 255, 0.25);
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
}

#footer-subscribe .btn-subscribe {
	position: relative;
	overflow: hidden;
	margin-left: 0;
	width: 170px;
	height: 50px;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	background-color: #f59f06;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#footer-subscribe .btn-subscribe:hover,
#footer-subscribe .btn-subscribe:focus,
#footer-subscribe .btn-subscribe:active {
	outline: none;
	background-color: #ed9903;
	box-shadow: none;
}

#footer-subscribe .btn-subscribe:before {
	position: absolute;
	top: 11%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#footer-subscribe .btn-subscribe:hover:before {
	left: 81%;
}


/**
  * 16.0 MAIN FOOTER SECTION
  * -----------------------------------------------------------------------------
  */

#main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 0;
	padding: 49px 0;
	width: 100%;
	background: #222;
	-webkit-transition: all linear 300ms;
	-webkit-transition: 300ms;
	-moz-transition: all linear 300ms;
	-moz-transition: 300ms;
	-ms-transition: all linear 300ms;
	-ms-transition: 300ms;
	-o-transition: all linear 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

/* 16.1 App Layout Footer */
.footer-content {
	margin-bottom: 54px;
}
/* -- */

ul.footer-nav,
ul.footer-social,
.copyright {
	text-align: center;
}

ul.footer-nav,
ul.footer-social {
	margin-bottom: 30px;
}

ul.footer-nav li {
	display: inline-block;
	padding: 0 17px;
	font-size: 14px;
}

ul.footer-nav li a{
	color: #777;
}

ul.footer-social li {
	display: inline-block;
	padding: 0 7px;
}

ul.footer-social li a {
	color: #777;
	font-size: 20px;
}

.copyright p,
.copyright .language {
	display: inline-block;
	font-size: 11px;
}

.copyright p {
	margin-bottom: 0;
}

.copyright .language:before {
	display: inline;
	margin-top: 2px;
	margin-right: 11px;
	margin-left: 9px;
	width: 1px;
	height: 10px;
	color: #777;
	content: "|";
	font-size: 18px;
	font-family: monospace;
}

.copyright .language span[class^="icon-"] {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 18px;
}

.copyright .language a {
	color: #777;
	cursor: pointer;
}

ul.language-selection {
	margin-bottom: 0;
}

#main-footer .popover {
	top: 25px;
	font-size: 12px;
}




/**
  * ADDED PAGES STYLES
  * -----------------------------------------------------------------------------
  */

#Pages {
	position: relative;
	overflow: hidden;
	height: auto;
}

.info-padding {
	padding: 80px 5%; 
}

.h600{
	height: 600px;
}

.h500{
	height: 500px;
}

.h400{
	height: 400px;
}

.h300{
	height: 300px;
}

.hover-box{
	width: 100%;
	overflow: hidden;
}

.hover-box h3 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0;
}
.box-overlay-500 {
	background:rgba(0,0,0,.75);
   	text-align: center;
   	position: absolute;
   	bottom: 0;
   	width: 100%;
   	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	padding: 15px 0;
}

.box-overlay-600 {
	background:rgba(0,0,0,.75);
   	text-align: center;
   	position: absolute;
   	bottom: 0;
   	width: 100%;
   	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	padding: 15px 0;
}

ul.social-box {
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}

ul.social-box li {
	display: inline;
	margin: 0;
}

ul.social-box li a {
	color: #dc9115;
	font-size: 30px;
	margin: 0 5px;
}

.bg-ourcakes {
	background: url(../images/ourcakes.jpg) no-repeat center center;
	background-size: cover;
}

.bg-specialtycakes {
	background: url(../images/specialtycakes.jpg) no-repeat center center;
	background-size: cover;
}

.bg-weddingcakes{
	background: url(../images/weddingcakes.jpg) no-repeat center center;
	background-size: cover;
}

.bg-bread{
	background: url(../images/bread.jpg) no-repeat center center;
	background-size: cover;
}

.bg-pizza{
	background: url(../images/pizza.jpg) no-repeat center center;
	background-size: cover;
}

.bg-catering{
	background: url(../images/catering.jpg) no-repeat center center;
	background-size: cover;
}

/**
  * OWL Slider
  * -----------------------------------------------------------------------------
  */

#owl-demo .item{
  margin: 3px;
  text-align: center;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

#owl-demo .item span{
	font-family: 'klinic_slabbook_italic';
	color: #777;
  text-align: center;
  font-size: 18px;
}