/*
* Author: Vasterad
* Template: Centum
* URL: http://themeforest.net/user/Vasterad/
*/

/* =================================================================== */
/* Import Section
====================================================================== */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("fancybox.css");			/* FancyBox Styles */ 
/* GLOBAL MOBILE & DESKTOP FIX */
/* =================================================================== */
/* Header
====================================================================== */

#header {min-height: 100px; postition: sticky;}

/* Logo / Tagline
====================================*/

#logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

#logo img {
    height: 60px;
    display: block;
	padding-top:10px;
}

#tagline {
    font-family: 'Felipa', cursive !important;
    border-left: 2px solid #c50000;
    padding-left: 15px;
}
/* THE ANIMATION: Gradually reveals the text from left to right */
@keyframes revealRight {
  0% {
    clip-path: inset(0 100% 0 0); /* Hidden (100% of the right side is "pushed" in) */
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0); /* Fully revealed */
  }
}

/* Mobile Adjustment */
/* --- Desktop Styles --- */
#bottom-tagline {
  position: absolute;
  bottom: 60px; 
  right: 60px;
  
  font-family: 'Felipa', cursive !important;
  font-size: 24px;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  word-spacing: 3px;
  
  /* Initial state: hidden */
  
  /* Animation: 1s delay, 3s duration */
  animation: revealRight 3s ease-out forwards;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}

/* --- Mobile Styles (The Fix) --- */
@media (max-width: 768px) {
  #bottom-tagline {
	bottom: 25px; 
	right: 10px;
    display: block !important;
    text-align: center !important;
    
    /* Space it out from the logo/tagline above it */
    
    /* Allow text to wrap if the screen is narrow */
    white-space: normal !important;
    width: 90% !important;
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  /* Target the section class */
  .hero {
    text-align: center;
  }

  /* Target the container class inside it */
  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Target the image class as you wanted */
  .logo {
    margin: 0 auto !important;
    display: block !important;
  }
}

/* Contact Details
====================================*/
#contact-details {
	float: right;
	margin-top: 70px;
	display: block;
}

#contact-details li {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #e9e9e9;
}

#contact-details li:first-child {
	border: none;
	margin-left: 0;
	padding:0
}

#contact-details i {margin-right: 4px;}
#contact-details a {color: #666;}
#contact-details a:hover {color: #888;}


/* Search Form
====================================*/
.search-form .search-text-box {
	position: absolute;
	right:10px;
	width: 54px;
	background-color: #303030;
	border: none;
	color: transparent;
	font-size: 12px;
	padding: 18px 0;
	cursor: pointer;
	background: url("../images/search-ico.png") 5% 50% no-repeat;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-box-shadow:  none;
	box-shadow:  none;
}

.search-form .search-text-box:focus {
	font-size: 12px;
	background-color: #303030;
	padding: 18px 18px 18px 58px;
	width: 150px;
	border: none;
	color: #fff;
	cursor: text;
}

/* Main Navigation
====================================*/
.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: 37px;
	float: left;
	font-size: 14px;
	margin: 15px 0;
}

#navigation {
	background: #f5d7b2; /* warm pink bar */
	border-bottom: 4px solid #6b3e2e; /* brown highlight */ 
	position: sticky;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-height: 52px;
	justify-content: center;
	z-index: 1000;
	height: auto;
    max-height: none;
}
@media (min-width: 769px) {
    .sixteen.columns {
        position: sticky;
        top: 90px;
        z-index: 2000;
        /*background: #f5d7b2;*/
    }

}

#navigation ul li a { 
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 17px 25px;
	background: url(../images/navigation-divider.png) no-repeat right 50%;
	font-family: 'Cinzel Decorative', serif; 
	font-size: 16px; 
	font-weight: 700; 
	letter-spacing: 1px; 
	text-transform: uppercase; 
	text-decoration: none;
	transition: color 0.3s ease; 
}

#navigation ul li a:hover {
    background: #4a2c1a; 
	color: #e6d2b5; 
	transition: all 0.1s ease-in-out; 
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}



#navigation ul ul {
	display: none;
	left: 0; 
	width: 100%;
	background: #303030;
	z-index: 999;
    background: linear-gradient(to bottom, #3a2a20, #2a1c14);
}

#navigation ul ul li a {
	background: #4a2c1a; 
}

#navigation ul ul li a:hover {
	color: #fff;
}

#navigation ul ul li a {
	display: block;
	width: 150px;
	margin: 0;
	padding: 9px 18px;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #404040;
	background: none;
}

#navigation ul ul ul { 
	position: absolute; 
	top:0px; 
	left:100%; 
	z-index: 999;
}

#navigation ul ul ul li a { 
	border-bottom: 1px solid #404040 !important;
	border-top: 1px solid transparent;
	background: none;
}

#navigation ul ul li:last-child a, 
#navigation ul ul li:last-child a:hover {
	border-bottom: 1px solid transparent
}

#navigation ul ul ul li:last-child a {
	border-bottom: 1px solid transparent !important
}

#navigation ul li:hover>ul {
	opacity: 1; 
	position:absolute; 
	top:99%; 
	left:0;
}

#navigation ul ul li:hover>ul {
	position:absolute; 
	top:0; 
	left:100%; 
	opacity: 1; 
	z-index:497;
}

#navigation ul li:hover > a {
	background:#4a2c1a;
}

#navigation ul ul li:hover > a {
	color: #fff;
}

#navigation {
  background: #f5d7b2;
  width: 100%;
}

#navigation ul {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  display: flex;
  list-style: none;
  position: relative;
}

#navigation ul li a {
  display: flex;
  align-items: center;    /* vertically center text */
  justify-content: center;
  padding: 17px 25px;
  color: #000;
  height: 100%;
  padding: 0 25px;        /* remove top/bottom padding */
  min-height: 52px;       /* consistent navbar height */
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#navigation ul li:hover > ul {
  display: block;
}
/* Fix header + navigation stacking */
@media (max-width: 768px) {

    #navigation {
        display: block !important;
        max-height: none !important;
        height: auto !important;
        position: relative !important;
    }

    #navigation ul {
        display: block !important;
    }

    #navigation ul li {
        display: block;
        width: 100%;
    }

    #navigation ul ul {
        display: block !important;
        position: static !important;
    }

}

/* =================================================================== */
/* LayerSlider
====================================================================== */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0px auto;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	line-height: normal;	
	margin: 0px;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}


/* Timers */
.ls-bar-timer {
	position: absolute;
	width: 0px;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0px;
}

.ls-circle-timer {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;								
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0px;
}	

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0px;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0px;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0px;												
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}
														
.ls-ct-center {
	width: 40%;
	height: 40%;
	left: 30%;
	top: 30%;
	position: absolute;								
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;								
}


/* Navigation */
.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	background: url(blank.gif);
}

/* Embedded videos */
.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}


/* Thumbnails */
.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0px !important;
	bottom: 0px !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}


/* LayerSlider Full Width Skin */
.ls-fullwidth .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.ls-fullwidth .ls-playvideo {
	background-image: url(../images/slider-play-video.png);	
	background-repeat: no-repeat;
}


/* Basic Navigation */
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #000;
	bottom: 20px;
	right: 20px;
	float: none;
	position: absolute;
	z-index: 10000;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.65);
	*bottom: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ls-fullwidth .ls-nav-prev {
	margin-right: 36px;
	background-image: url(../images/slider-control-left.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
}

.ls-fullwidth .ls-nav-next {
	background-image: url(../images/slider-control-right.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
}

.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover {
	background-color:#4a2c1a;
	opacity: 1;
}


.ls-fullwidth .ls-loading-container {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background-position: -450px -150px;	
}

.ls-fullwidth .ls-loading-indicator {
	width: 22px;
	height: 22px;
	margin-top: 9px;
	background-image: url(../images/loading.gif);	
}


.ls-fullwidth .ls-fullscreen {
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	background-position: -525px -150px;
}

.ls-fullwidth .ls-fullscreen:hover {
	background-position: -525px -190px;
}


/* 2D & 3D Layer Transitions */
.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	-moz-perspective: 500px;
	-webkit-perspective: 500px;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.ls-curtile {
	left: 0px;
	top: 0px;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}


/* Full screen */
.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}


/* Style of LayerSlider Debug Console */
.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;	
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;	
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0px 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;	
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}


/* LayerSlider Container */
.layerslider-container {
    display: none;
	width: 960px;
	margin: 0 auto;
}


/* LayerSlider Media Queries */
@media only screen and (min-width: 768px) and (max-width: 959px) { .layerslider-container { width: 748px; } }
@media only screen and (max-width: 767px) { .layerslider-container { width: 300px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) { .layerslider-container { width: 420px; } }


/* GPU Hardware Acceleration */
html * .ls-container .ls-shadow,
html * .ls-container .ls-layer > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-webkit-hack,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-layer > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-webkit-hack,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-layer > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

/* Firefox embedded video fix */
html * .ls-container .ls-video-layer,
body * .ls-container .ls-video-layer,
#ls-global * .ls-container .ls-video-layer,
html * .ls-container .ls-layer iframe,
body * .ls-container .ls-layer iframe,
#ls-global * .ls-container .ls-layer iframe {
	backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	transform: none !important;
	-moz-transform: none !important;
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

/* GPU */
@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}


/* =================================================================== */
/* Flexslider
====================================================================== */

/* Browser Resets
====================================*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


/* Necessary Styles
====================================*/
.flexslider {margin: 0; padding: 0;}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;height: auto; object-fit: contain; /* avoid aggressive cropping */ }
.flex-pauseplay span {text-transform: capitalize;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {position: relative;  zoom: 1; z-index: 50;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Default Styles
====================================*/
.layerslider-container,
.flexslider {
  width: 100%;       /* span full width */
  max-width: 100%;   /* prevent shrinking */
  margin: 0;         /* remove auto centering */
  padding: 0;
}

.flexslider .slides img,
.ls-layer .ls-bg,
.picture img {
  width: 100%;       /* force image to fill */
  height: auto;      /* keep aspect ratio */
  object-fit: cover; /* crop nicely if needed */
  display: block;
}

.flexslider {
	background: #fff;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav
====================================*/

.flex-direction-nav a {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #000;
	bottom: 20px;
	right: 20px;
	float: none;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.65);
	*bottom: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.flex-direction-nav .flex-next {
	background-image: url(../images/slider-control-right.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
}

.flex-direction-nav .flex-prev {
	margin-right: 36px;
	background-image: url(../images/slider-control-left.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	background-color:#4a2c1a;
	opacity: 1;
}

.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}


/* Control Nav
====================================*/
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
	
.flex-control-nav li {
	margin: 0 3px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #c8c8c8;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
	
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #505050;
}
	
.flex-control-paging li a.flex-active {
	cursor: default;
}


/* Caption
====================================*/
.slide-caption {
	width: 30%;
	padding: 22px;
	margin: 0 0 20px 20px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
}
	
.slide-caption h3 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0;
	line-height: 22px;
}
	
.slide-caption p {
	margin:0;
	line-height: 19px;
	font-size: 12px !important;
	color: #bbb;
}


/* LayerSlider Caption Styles */
.slide-caption.alt {
	padding: 25px;
}

.slide-caption.alt h3 {
	font-size: 20px;
	line-height: 28px;
}

#layerslider .slide-caption {
	margin: 0;
	position: relative;
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slide-caption.ls-s1     { top: 140px !important; }
	.slide-caption.alt.ls-s1 { top: 0 !important; }
}


/* =================================================================== */
/* Icon Boxes
====================================================================== */
.icon-box-container {margin: 35px 0 15px 0; float:left;}
.icon-boxes-container {margin: 10px 0 -5px 0; float:left;}
.icon-box p, .icon-box h3 {margin-left: 45px;}
.icon-box h3 {line-height: 34px;}

.icon-box i {
	float: left;
	margin: -2px 0 50px 0;
}

/* =================================================================== */
/* Miscellaneous Styles
====================================================================== */
.ie-dropdown-fix { position: relative; z-index: 55;}

/* About
====================================*/
.team-name {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;

}

.team-name h5 {
    font-family: 'Montserrat', sans-serif;
	line-height: 18px;
}

.team-name span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.team-about p {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

/* Images Overlay
====================================*/
.picture {position: relative;}
.picture img {width: 100%; height: auto;}

.image-overlay-link,
.image-overlay-zoom {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #222;
	background: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

.image-overlay-link {
	background-image: url(../images/overlay-icon-01.png);
}

.image-overlay-zoom {
	background-image: url(../images/overlay-icon-02.png);
}

/* Headline
====================================*/
.headline {
	background: url(../images/headline-bg.png) 0 50% repeat-x;
	display: block;
	margin: 30px 0 8px 0;
}

.no-margin {margin-top: 0;}
.low-margin {margin-top: 15px;}

.headline h3, .headline h4 {
	display: inline;
	padding: 0 10px 0 0;
}

/* Page Title
====================================*/
#page-title {
	border-bottom: 1px solid #e9e9e9;
	display: block;
	margin: 0 0 25px 0;
}

#page-title h2 {
	font-weight: normal;
	padding: 11px 0 26px 0;
}

#page-title span {
	color: #aaa;
}

#bolded-line {
	text-indent: -9999px;
	height: 3px;
	width: 100px;
	display: block;
	background: #4a2c1a;
	margin-bottom: -2px;
}


/* Client Logo List
====================================*/
.client-list li {
	border: 1px solid #e5e5e5;
	float: left;
	margin: -1px 0 0 -1px;
}


/* =================================================================== */
/* Portfolio
====================================================================== */
.portfolio-item {
	margin: 5px 0 25px 0;
}

/* Thumbnails
====================================*/
.item-description {margin-bottom: 30px;}
.item-description.alt {margin-bottom:0;}
.item-description.related {margin-bottom:0;}

.item-description h5 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e9e9e9;
	letter-spacing: 0;
}

.item-description h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.item-description a {color:#404040;}
.item-description a:hover {color:#666;}
.item-description p {color: #666; margin-bottom: 0;}


/* Filters
====================================*/
#filters {
	position: absolute;
	text-align: right;
	right: 0;
	display: block;
	margin: -55px 2px 0 0;
}

#filters ul li {
	display: inline;
}

#filters a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background-color: #fff;
	margin: 0 5px 10px 0;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#filters a:hover,
.selected {
	background-color: #4a2c1a !important;
	border: 1px solid #4a2c1a !important;
	color: #fff !important;
}


/* Portfolio Navigation
====================================*/
#portfolio-navi {
	position: absolute;
	right: 0;
	display: block;
	margin: -57px 10px 0 0;
}

#portfolio-navi ul li {
	display: inline;
}

#portfolio-navi a {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background-color: #fff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ie7 #portfolio-navi a {margin-left: 3px;}

#portfolio-navi a:hover {
	background-color: #4a2c1a !important;
	border: 1px solid #4a2c1a !important;
	color: #fff !important;
}

.next {
	background: url(../images/portfolio-nav-right.png) no-repeat 52% 50%; 
}

.next:hover {
	background: url(../images/slider-control-right.png) no-repeat 52% 50%;
}

.prev {
	background: url(../images/portfolio-nav-left.png) no-repeat 48% 50%;
}

.prev:hover {
	background: url(../images/slider-control-left.png) no-repeat 48% 50%;
}


/* Portfolio Info
====================================*/
.project-info {
	margin-bottom: 15px;
}

.project-info .button {
	margin-bottom: 30px !important;
}

.launch {
	margin-bottom: 30px;
}

.project-tags {
	margin-top: 15px;
}

.project-tags strong {
	float: left;
	margin: 5px 10px 20px 0;
}


/* Isotope Filtering
====================================*/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}




/* =================================================================== */
/* Footer
====================================================================== */
#footer, #footer p, #footer a{color: #aaa}
#footer a:hover {color: #fff;}

.footer-headline {
	background: url(../images/headline-footer-bg.png) 0 50% repeat-x !important ;
	display: block;
	margin: 15px 0 8px 0;
}

.no-margin {margin-top: 0;}

.footer-headline h4 {
	background-color: #303030;
	display: inline;
	font-size: 20px;
	padding: 0 10px 0 0;
	color: #fff;
}


/* Links List
====================================*/
.links-list li a {
	color: #a4a4a4;
	display: block;
	padding: 3px 0;
	padding-left: 12px;
	background: url(../images/links-list-arrow-01.png) no-repeat left 47%;
}

.links-list-alt li a {
	color: #666;
	display: block;
	padding: 3px 0;
	padding-left: 12px;
	background: url(../images/links-list-arrow-02.png) no-repeat left 47%;
}

.links-list li a:hover {color: #fff}
.links-list-alt li a:hover {color: #888}

.links-list li:first-child a,
.links-list-alt li:first-child a {
	margin: -3px 0 0 0;
}

/* Photo Stream
====================================*/
.flickr-widget {margin-right: -12px; margin-top: 15px;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #505050;}

.flickr-widget a {
	float: left;
	width: 58px;
	height: 58px;
	margin-right: 11px;
	margin-bottom: 11px;
	border: 4px solid #404040;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ie7 .flickr-widget a {width: 54px; height: 54px;}

/* Footer - Twitter Widget
====================================*/
#twitter {
	font-size: 12px;
	float: left;
	display: block;
	color: #aaa;
}

#twitter b a, #twitter b a:hover {color: #707070}
#twitter li {line-height: 18px; margin: 2px 0 12px 0;}
#twitter li:last-child {padding: 0; margin: 0;}
#twitter a {color: #fff;}
#twitter a:hover {color: #d4d4d4;}

/* Footer Bottom
====================================*/
#footer-bottom {
    background: #303030 ;
	border-top: 1px solid #3c3c3c;
	margin-top: 25px;
	padding: 22px 0;
}

#footer-bottom a {color: #fff}
#footer-bottom a:hover {color: #d4d4d4;}


/* Back To Top
====================================*/
#scroll-top-top {
	position: absolute;
	right: 0;
	bottom: 25px;
}

#scroll-top-top a {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #4a2c1a;
	background-image: url(../images/scroll-top-top.png);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#scroll-top-top a:hover {background-color: #aaa;}


/* =================================================================== */
/* Contact
====================================================================== */

/* Google Map
====================================*/
#google-map {
	position: relative;
	padding: 0px;
	padding-bottom: 110%;
	height: 0;
	overflow: hidden;
}


/* Contact Details
====================================*/
.contact-details li {
	margin: 0 0 15px 0;
}

.contact-details p {
	margin: -5px 0 0 20px;
	line-height: 18px;
}

.contact-details li i {
	float: left;
	margin: 2px 0 0 0;
}


/* Contact Form
====================================*/
.field textarea {
	max-width: 97%;
	min-width: 97%;
	height: 180px;
	margin: 5px 0 15px 0;
}

.field input {
	width: 240px;
	margin-bottom: 15px;
}

.field:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background:url(../images/loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	float: left;
	margin: 5px 0 0 10px;
	display: none;
}

.success-message .notification {margin-bottom: 20px;}
.success-message {display:none;}

.form-spacer {margin-top: 20px;}


/* =================================================================== */
/* Blog
====================================================================== */

/* Posts
====================================*/
.post {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 15px 0;
	margin: 5px 0 25px 0;
}

.post.post-page {border-bottom: none; margin-bottom: 0;}

.post-content {margin: 22px 0 0 55px;}

/* Icons */
.post-icon {
	float: left;
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: #72b626;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-top: 30px;
}

.post-icon.standard {background-image: url("../images/blog-ico-01.png");}
.post-icon.video {background-image: url("../images/blog-ico-02.png");}
.post-icon.gallery {background-image: url("../images/blog-ico-03.png");}


/* Tags */
.post-meta {
	color: #888;
	margin: 2px 0 15px 0;
}

.post-meta a {
	color: #888;
	text-decoration: none;
}

.post-meta a:hover {
	color: #666;
}

.post-meta i {
	opacity: 0.35;
	filter: alpha(opacity = 35);
	margin-right: 5px;
	zoom: 1;
}

.post-meta span {
	margin-right: 10px;
}


/* Title */
.post-title h2 a {
	font-size: 20px;
	font-weight: normal;
	color: #404040;
}

.post-title h2 a:hover {
	color: #666;
}


/* Entry */
a.post-entry {
	color: #5ca20d;
	margin: 3px 0 9px 0;
	display: inline-block;
	padding: 0 12px 0 0;
	background: url(../images/blog-post-entry-01.png) no-repeat right;
	background-position: 100% 50%;
}

a.post-entry:hover {
	color: #888; 
	background: url(../images/blog-post-entry-02.png) no-repeat right;
	background-position: 100% 50%;
}


/* Pagination
====================================*/
.pagination {
	margin-bottom: -10px;
}

.pagination li {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	*float: left;
	background: #fff;
	color: #888;
	margin-right: 1px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ie7 .pagination li {margin-right: 5px;}

li.current {
	background: #72b626;
	border: 1px solid #72b626;
	color: #fff;
}


/* Widgets
====================================*/
.widget {margin-top: 25px;}
.first.widget {margin-top: -5px;}
.first.widget {margin-top: -5px;}

.search input {
	width: 82%;
	padding-left: 30px;
	color: #888;
	background:url(../images/search-ico-alt.png) no-repeat 5% 54%
}

/* Tags */
.tags a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background: #fff;
	margin: 0 3px 6px 0;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 1px;
}

.tags a:last-child {margin-right:0;}

.tags a:hover {
	background: #72b626;
	border: 1px solid #72b626;
	color: #fff;
}

/* Popular Posts */
.latest-post-blog {
	margin-bottom: 18px;
}

.latest-post-blog p {
	margin: 0;
	color: #666;
	line-height: 19px;
	margin-left: 75px;
}

.latest-post-blog p a {color: #666; display: block;}
.latest-post-blog p a:hover {color: #888;}

.latest-post-blog p span {
	color: #888;
	margin: 5px 0 0 0;
	display: block;
}

.latest-post-blog img {
	float: left;
	width: 55px;
	height: 55px;
	border: 1px solid #ddd;
	padding: 4px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

/* Twitter */
#twitter-blog li {
	margin: 0 0 15px 1px;
	line-height: 20px;
}

#twitter-blog li:last-child {margin-bottom: 0;}

#twitter-blog b a {
	color: #888;
	font-weight: normal;
}

/* Flickr */
.flickr-widget-blog {margin-right: -15px;}
.flickr-widget-blog img {display: block; width: 100%;}

.flickr-widget-blog a {
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 4px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.ie7 .flickr-widget-blog a {width: 53px; height: 53px;}

/* Blog Post
====================================*/

/* Comments */
.comments-sec {
	float:left;
	width:100%;
	line-height: 20px;
	margin-top: -15px;
}

ol.commentlist {
	float:left; 
	width:100%;
	margin: 0;
}

ol.commentlist li {
	float:left;
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 20px 0;
}

ol.commentlist li:first-child {
	border:none;
	padding: 25px 0 0px 0;
}

ol.commentlist li {list-style: none;}

ol li ol.childlist{
	float:right;
	width:89%;
	margin:0px;
}

ol.commentlist li ol.childlist li:first-child {
	border-top: 1px solid #e9e9e9;
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ol.childlist li {
	border-top: 1px solid #e9e9e9;
	margin:25px 0 15px 0;
	font-size: 12px;
}

.comments {
	float:left;
	width:100%;
}

.comments-amount {color: #888;}

ol li ol.childlist .comment-des {
	float:right;
	width:89%;
}

.avatar {float:left}

.comment-des{
	float:right;
	width:90%;
}

.comment-des strong {
	float:left;
	padding-right:5px;
	font-size:12px;
}
.comment-des span {
	float:left;
	color:#888;
}

.comment-by {
	float:left;
	width:100%;
	padding-bottom:8px;
	padding-top:5px;
	color: #000;
}

.ie7 .comment-by span.reply span {display: none;}

.comment-by span.reply {
	color:#888; 
	float:right;	display: inline;
}

.comment-by span.reply a {
	float: right;
	height: 17px;
	margin-left: 5px;
	font-weight: normal;
	float:right;

}

.comment-by span.date {
	color:#888;
	padding-right: 7px; 
	float: right;
}

.ie7 .comment-by .date {display: none;}


/* =================================================================== */
/* Pricing Tables
====================================================================== */
.five-tables .pricing-table {
	width: 187px;
}
	
.four-tables .pricing-table {
	width: 234px;
}
	
.three-tables .pricing-table {
	width: 312px;
}

.two-tables .pricing-table {
	width: 469px;
}

.pricing-table {
	float: left;
	margin: 1px 0 0 1px;
}

.pricing-table h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 6px 0;
	margin: 0;
}

.pricing-table li {
	color: #888;
	background: #fdfdfd;
	text-align: center;
	padding: 11px 0;
	border-bottom: 1px solid #fff;
}

.pricing-table li:nth-child(2n) {
	background: #f4f4f4;
}
	
.pricing-table h4 {
	padding:0 0 10px
}

a.sign-up {
	text-align: center;
	display: block;
	color: #fff;
	padding: 12px 0;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a.sign-up:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Table
====================================*/
.pricing-table h3,
.pricing-table h4 {
	color: #fff;
	margin: 0;
}

.pricing-table h4 {
	padding: 15px 0;
}

.price,
.time {
	display: block;
	text-align: center;
	line-height: 24px;
}

.price {
	font-size: 24px;
	font-weight: normal;
}

.time {
	font-size: 12px;
	font-weight: normal;
}

/* Color Schemes
====================================*/

/* Color - 1 */
.pricing-table .color-1 h3, .color-1 .sign-up {background-color: #808080;}
.pricing-table .color-1 h4 {background-color: #909090;}

/* Color - 2 */
.pricing-table .color-2 h3, .color-2 .sign-up {background-color: #404040;}
.pricing-table .color-2 h4 {background-color: #4c4c4c;}

/* Color - 3 */
.pricing-table .color-3 h3, .color-3 .sign-up {background-color: #6eac28;}
.pricing-table .color-3 h4 {background-color: #81b942;}


/* =================================================================== */
/* Shortcodes
====================================================================== */

/* Buttons
====================================*/
.button,
input[type="button"] {
	padding: 9px 12px;
	display: inline-block;
	border: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[type="button"] {float: left;}

.button.medium {padding: 11px 17px; font-size: 14px;}

.button.gray {color: #fff;background: #444;}
.button.gray:hover {background:#72b626;}

.button.light {color:#fff; background:#aaa;}
.button.light:hover {background:#72b626;}

.button.color {color:#fff; background:#72b626;}
.button.color:hover {background:#aaa;}

/* Input Button */
input[type="button"] {color:#fff; background:#72b626;}
input[type="button"]:hover {background:#aaa}


/* Accordion
====================================*/
.acc-trigger {
	cursor: pointer;
	border: 1px solid #dedede;
	outline: none;
	font: 12px Arial, sans-serif;
	color: #888;
	margin: 10px 0;
	display: block;
	background: #fbfbfb;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.acc-trigger a {
	background: url(../images/accordion-plus.png) no-repeat right 55%;
	display: block;
	color: #888;
	outline: none;
	padding: 12px 15px;
	text-decoration: none;
	font-weight: bold;
}

.acc-trigger.active a {
	cursor: default;
	background: url(../images/accordion-minus.png) no-repeat right;
}

.acc-trigger a:hover,
.acc-trigger.active a {
	color: #404040;
}

.acc-container .content {padding: 2px 15px 5px 15px;}
.content p {margin-bottom: 0;}


/* Tabs
====================================*/
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}


.tabs-nav li a {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: 1px solid #ddd;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}

.tabs-nav li:first-child a {border-left: 1px solid #ddd;}
.tabs-nav li:last-child a {border-right: 1px solid #ddd;}

.tabs-nav li.active a {	color: #404040; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50);}
				
.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.tabs-container {
	border: 1px solid #ddd;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.tab-content {padding: 20px;}


/* Alert Boxes
====================================*/
.notification {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	padding: 14px 40px 14px 18px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.notification p {margin: 0;}
.notification span {font-weight: bold;}

.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
}

.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
}

.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
}

.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
	padding: 0px 14px;
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	height: 8px;
	weight: 8px;
}

.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}


/* Tooltip
====================================*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #444;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #444;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #444;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
	 -moz-transition: opacity 0.15s linear;
	  -ms-transition: opacity 0.15s linear;
	   -o-transition: opacity 0.15s linear;
		  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}


.headline h3 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .headline h3 {
    font-size: 26px;
    text-align: center;
  }
}
.twelve.columns > h3 {
  font-size: 28px;
  font-family: 'Cinzel', serif;
  font-size: 20px; 
}
@media (max-width: 768px) {
  .twelve.columns > h3 {
    font-size: 22px;
    text-align: center;
  }
}
.twelve.columns p {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .twelve.columns p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
  }
}

    

/* Container & Layout */
.kwizine-testimonials {
  padding-top: 60px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

.testimonial-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.side-images, .side-content { flex: 1; min-width: 0; }

/* The Window logic */
.slider-window { width: 100%; overflow: hidden; position: relative; }
.track { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); width: 100%; }
.track img, .slide-item { flex: 0 0 100%; width: 100%; box-sizing: border-box; }
.track img { height: 450px; object-fit: cover; border-radius: 12px; }

/* Typography */
.testimonial-title {
  font-family: 'Cinzel', serif;
  font-size: 32px;
  margin-top:10px;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-align: center;
}
.testimonial-title::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #c7a17a;
  display: block;
  margin-top: 20px;
}
.intro-text {
  font-size: 16px;
  font-family: 'Playfair Display', serif !important;
  margin: 30px 10px;
  color: #000;
  line-height: 1.6;
}

/* Google Card Styling */
.google-card {
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  box-shadow: none !important;
}

/* THE GOOGLE LOGO - INLINED SO IT NEVER BREAKS */
.google-logo-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24s.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3Cpath fill='none' d='M0 0h48v48H0z'/%3E%3C/svg%3E");
}

.card-header { display: flex; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.avatar.blue { background: #1a73e8; }
.avatar.pink { background: #e91e63; }
.avatar.green { background: #0f9d58; }

.user-name { font-size: 14px; font-weight: 500; color: #202124; }
.user-sub { font-size: 12px; color: #70757a; }
.stars { color: #fbbc04; font-size: 14px; }
.date { color: #70757a; font-size: 12px; margin-left: 5px; }
.review-body { font-size: 14px; color: #3c4043; line-height: 1.6; margin-top: 10px; }

/* Nav Dots */
.nav-controls {
    display: flex;
    align-items: center;
    justify-content: center; /* THIS CENTERS THE BUTTONS AND DOTS */
    gap: 20px;
    margin-top: 30px;
    width: 100%;             /* ENSURES IT SPANS THE FULL WIDTH OF THE TEXT AREA */
}
.nav-controls button {
  background: #f5d7b2;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  line-height: 1; /* important */
  padding: 0;     /* remove default button padding */
}
.dot-box { display: flex; gap: 8px; }
.dot { width: 8px; height: 8px; background: #ddd; border-radius: 50%; transition: 0.3s; }
.dot.active { background: #f5d7b2; width: 20px; border-radius: 10px; }

/* Mobile */
@media (max-width: 768px) {
  .testimonial-container { 
    flex-direction: column; 
    gap: 20px;
  }
  .side-images, .side-content { 
    width: 100%; 
  }
  .track img { 
    height: 280px; 
  }
  .kwizine-testimonials {
    padding: 40px 15px; /* Tighter padding for mobile screens */
  }
  .nav-controls {
        justify-content: center;
        margin-bottom: 20px;
  }
}
.chef-led {
  padding: 80px 0;
  background: #faf9f7;
}

/* Section Styling */
section {
  margin: 3rem 0;
}

.chef-title {
  font-size: 2.2rem;
  color: #b23a48;
  text-align: center;
  margin-bottom: 1rem;
}

.chef-intro {
  text-align: center;
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 2rem;
}

/* Chef Points */
.chef-points {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: auto;
}

.chef-points li {
  background: #fff;
  border-left: 4px solid #b23a48;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.chef-points li:hover {
  transform: translateX(5px);
}

/* Chef Caption */
.chef-caption {
  display: block;
  text-align: center;
  font-style: italic;
  margin-top: 0.5rem;
  color: #777;
}
/* Animations */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 0.3; }
  100% { transform: scale(1); opacity: 0.6; }
}

@media (max-width: 768px) {
  .chef-led {
    padding: 50px 20px;
  }

  .chef-title {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .chef-intro {
    font-size: 16px;
  }

  .chef-points li {
    font-size: 15px;
  }
}
.chef-image-wrap {
  position: relative;
  float: right;
  max-width: 45%;
  margin: 0 0 25px 30px;
}

.chef-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

/* caption overlay */
.chef-caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.45);
  padding: 8px 12px;
  border-radius: 3px;
}
.chef-image-wrap {
  animation: fadeSlide 1s ease forwards;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .chef-image-wrap {
    float: none;
    max-width: 100%;
    margin: 20px auto;
  }

  .chef-caption {
    font-size: 12px;
    text-align: center;
  }
}
/* ===== SECTION ===== */

/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next, 
.mr-rotato-prev {
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: 1px;
	height: 21px;
	width: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
	position: absolute;
	margin-top: -36px;
}

.mr-rotato-next {
	background: url(../images/testimonials-right-01.png) no-repeat 50%;
	background-color: #fff;
	right: -1px;
	z-index: 6;
}

.mr-rotato-prev {
	background: url(../images/testimonials-left-01.png) no-repeat 50%;
	background-color: #fff;
	right: 25px;
	-webkit-box-shadow:  3px 0px 0px 0px #fff;
	box-shadow:  3px 0px 0px 0px #fff;
	z-index: 5;
}

.mr-rotato-next:hover {
	background: url(../images/testimonials-right-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover {
	background: url(../images/testimonials-left-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover {
	background-color: #72b626;
	border-color: #72b626;
}


/* Blockquote
====================================*/
blockquote {
	border-left: 4px solid #e7e7e7;
	padding-left: 20px;
	color: #888;
	line-height: 20px;
	margin: 5px 0 20px 0;
}

/* Social Icons
====================================*/

/* Header Icons */
.social-icons {
	margin: 0;
}

.social-icons.about {
	float: left;
	margin: 0 0 0 -5px;
}

.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
		
/*.social-icons li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 28px;
	width: 28px;
}


/* Social Widget Icons */
#social a {
	width: 28px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 -38px;
}

#social a img{
	border: none;
}

/* Icon List */
.amazon {background: url(../images/icons/social/amazon.png) no-repeat;}
.behance {background: url(../images/icons/social/behance.png) no-repeat;}
.blogger {background: url(../images/icons/social/blogger.png) no-repeat;}
.deviantart{background: url(../images/icons/social/deviantart.png) no-repeat;}
.dribbble {background: url(../images/icons/social/dribbble.png) no-repeat;}
.dropbox {background: url(../images/icons/social/dropbox.png) no-repeat;}
.evernote {background: url(../images/icons/social/evernote.png) no-repeat;}
/*.facebook {background: url(../images/icons/social/facebook.png) no-repeat;}*/
.forrst {background: url(../images/icons/social/forrst.png) no-repeat;}
.github {background: url(../images/icons/social/github.png) no-repeat;}
.googleplus {background: url(../images/icons/social/googleplus.png) no-repeat;}
.jolicloud {background: url(../images/icons/social/jolicloud.png) no-repeat;}
.last-fm {background: url(../images/icons/social/last-fm.png) no-repeat;}
.linkedin {background: url(../images/icons/social/linkedin.png) no-repeat;}
.picasa {background: url(../images/icons/social/picasa.png) no-repeat;}
.pintrest {background: url(../images/icons/social/pintrest.png) no-repeat;}
.rss {background: url(../images/icons/social/rss.png) no-repeat;}
.skype {background: url(../images/icons/social/skype.png) no-repeat;}
.spotify {background: url(../images/icons/social/spotify.png) no-repeat;}
.stumbleupon {background: url(../images/icons/social/stumbleupon.png) no-repeat;}
.tumblr {background: url(../images/icons/social/tumblr.png) no-repeat;}
/*.twitter {background: url(../images/icons/social/twitter.png) no-repeat;}*/
.vimeo {background: url(../images/icons/social/vimeo.png) no-repeat;}
.wordpress {background: url(../images/icons/social/wordpress.png) no-repeat;}
.xing {background: url(../images/icons/social/xing.png) no-repeat;}
.yahoo {background: url(../images/icons/social/yahoo.png) no-repeat;}
.youtube {background: url(../images/icons/social/youtube.png) no-repeat;}
.instagram {background: url(../images/icons/social/instagram.png) no-repeat;}

    body {
      margin: 0;
      color: #333;
    }

    .social-links {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      margin-top: 1rem;
    }

    .social-links a {
      display: inline-block;
      font-size: 1.8rem;
      color: white;
      text-decoration: none;
      transition: transform 0.3s ease, color 0.3s ease;
    }

    /* Individual brand colors */
    .social-links a.facebook:hover {
      color: #1877f2; /* Facebook blue */
      transform: scale(1.2);
    }
    .social-links a.instagram:hover {
      color: #e1306c; /* Instagram pink */
      transform: scale(1.2);
    }
    .social-links a.twitter:hover {
      color: #1da1f2; /* Twitter blue */
      transform: scale(1.2);
    }

    footer p {
      margin: 0.5rem 0 0;
      font-size: 0.9rem;
      color: #ccc;
    }


/* Table
====================================*/
table.standard-table {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	margin-bottom: 15px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

table.standard-table th {
	border: 1px solid #dddddd;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 10px 15px;
	color: #404040;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

table.standard-table td:last-child {
	border-right: 1px solid #ddd;
}

table.standard-table th:last-child {
	border-right: 1px solid #ddd;
}

table.standard-table td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none;
}
	
table.standard-table tr:hover td {background-color: #fafafa;}


/* Notice
====================================*/
.large-notice {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 32px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.large-notice h2 {
	margin-bottom: 10px;
}

.large-notice p {
	font-size: 14px;
	color: #777;
}


/* List Styles
====================================*/
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
	list-style: none;
	margin: 5px 0;
}

.check_list li {background: url(../images/icons/list/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(../images/icons/list/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(../images/icons/list/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url(../images/icons/list/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list  li {background: url(../images/icons/list/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url(../images/icons/list/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url(../images/icons/list/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list  li {background: url(../images/icons/list/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}


/* Glyphicons
====================================*/
.the-icons li {
	margin: 0 0 -15px -20px;
	padding: 0;
	line-height: 0;
}

.the-icons b {
	margin-top: 24px;
	position: absolute;
}


[class^="ico-"],
[class*="ico-"] {
	display: inline-block;
	width: 48px;
	height: 48px;
	*margin-right: .3em;
	line-height: 48px;
	vertical-align: text-top;
	background-image: url("../images/icons/glyphicons.png");
	background-position: 48px 48px;
	background-repeat: no-repeat;
}

[class^="ico-"]:last-child,
[class*="ico-"]:last-child {
	*margin-left: 0;
}

.ico-white {
	background-image: url("../images/icons/glyphicons-white.png");
	opacity: 1;
}

.ico-glass {
	background-position: -0px -0px;
}

.ico-leaf {
	background-position: -48px -0px;
}

.ico-dog {
	background-position: -96px -0px;
}

.ico-user {
	background-position: -144px -0px;
}

.ico-girl {
	background-position: -192px -0px;
}

.ico-car {
	background-position: -240px -0px;
}

.ico-user-add {
	background-position: -288px -0px;
}

.ico-user-remove {
	background-position: -336px -0px;
}

.ico-film {
	background-position: -384px -0px;
}

.ico-magic {
	background-position: -432px -0px;
}

.ico-envelope {
	background-position: -0px -48px;
}

.ico-camera {
	background-position: -48px -48px;
}

.ico-heart {
	background-position: -96px -48px;
}

.ico-beach-umbrella {
	background-position: -144px -48px;
}

.ico-train {
	background-position: -192px -48px;
}

.ico-print {
	background-position: -240px -48px;
}

.ico-bin {
	background-position: -288px -48px;
}

.ico-music {
	background-position: -336px -48px;
}

.ico-note {
	background-position: -384px -48px;
}

.ico-cogwheel {
	background-position: -432px -48px;
}

.ico-home {
	background-position: -0px -96px;
}

.ico-snowflake {
	background-position: -48px -96px;
}

.ico-fire {
	background-position: -96px -96px;
}

.ico-cogwheels {
	background-position: -144px -96px;
}

.ico-parents {
	background-position: -192px -96px;
}

.ico-binoculars {
	background-position: -240px -96px;
}

.ico-road {
	background-position: -288px -96px;
}

.ico-search {
	background-position: -336px -96px;
}

.ico-cars {
	background-position: -384px -96px;
}

.ico-notes-2 {
	background-position: -432px -96px;
}

.ico-pencil {
	background-position: -0px -144px;
}

.ico-bus {
	background-position: -48px -144px;
}

.ico-wifi-alt {
	background-position: -96px -144px;
}

.ico-luggage {
	background-position: -144px -144px;
}

.ico-old-man {
	background-position: -192px -144px;
}

.ico-woman {
	background-position: -240px -144px;
}

.ico-file {
	background-position: -288px -144px;
}

.ico-credit {
	background-position: -336px -144px;
}

.ico-airplane {
	background-position: -384px -144px;
}

.ico-notes {
	background-position: -432px -144px;
}

.ico-stats {
	background-position: -0px -192px;
}

.ico-charts {
	background-position: -48px -192px;
}

.ico-pie-chart {
	background-position: -96px -192px;
}

.ico-group {
	background-position: -144px -192px;
}

.ico-keys {
	background-position: -192px -192px;
}

.ico-calendar {
	background-position: -240px -192px;
}

.ico-router {
	background-position: -288px -192px;
}

.ico-camera-small {
	background-position: -336px -192px;
}

.ico-dislikes {
	background-position: -384px -192px;
}

.ico-star {
	background-position: -432px -192px;
}

.ico-link {
	background-position: -0px -240px;
}

.ico-eye-open {
	background-position: -48px -240px;
}

.ico-eye-close {
	background-position: -96px -240px;
}

.ico-alarm {
	background-position: -144px -240px;
}

.ico-clock {
	background-position: -192px -240px;
}

.ico-stopwatch {
	background-position: -240px -240px;
}

.ico-projector {
	background-position: -288px -240px;
}

.ico-history {
	background-position: -336px -240px;
}

.ico-truck {
	background-position: -384px -240px;
}

.ico-cargo {
	background-position: -432px -240px;
}

.ico-compass {
	background-position: -0px -288px;
}

.ico-keynote {
	background-position: -48px -288px;
}

.ico-attach {
	background-position: -96px -288px;
}

.ico-power {
	background-position: -144px -288px;
}

.ico-lightbulb {
	background-position: -192px -288px;
}

.ico-tag {
	background-position: -240px -288px;
}

.ico-tags {
	background-position: -288px -288px;
}

.ico-cleaning {
	background-position: -336px -288px;
}

.ico-ruller {
	background-position: -384px -288px;
}

.ico-gift {
	background-position: -432px -288px;
}

.ico-umbrella {
	background-position: -0px -336px;
}

.ico-book {
	background-position: -48px -336px;
}

.ico-bookmark {
	background-position: -96px -336px;
}

.ico-signal-alt {
	background-position: -144px -336px;
}

.ico-cup {
	background-position: -192px -336px;
}

.ico-stroller {
	background-position: -240px -336px;
}

.ico-headphones {
	background-position: -288px -336px;
}

.ico-headset {
	background-position: -336px -336px;
}

.ico-warning-sign {
	background-position: -384px -336px;
}

.ico-signal {
	background-position: -432px -336px;
}

.ico-retweet {
	background-position: -0px -384px;
}

.ico-refresh {
	background-position: -48px -384px;
}

.ico-roundabout {
	background-position: -96px -384px;
}

.ico-random {
	background-position: -144px -384px;
}

.ico-heat {
	background-position: -192px -384px;
}

.ico-repeat {
	background-position: -240px -384px;
}

.ico-display {
	background-position: -288px -384px;
}

.ico-log-book {
	background-position: -336px -384px;
}

.ico-adress-book {
	background-position: -384px -384px;
}

.ico-magnet {
	background-position: -432px -384px;
}

.ico-table {
	background-position: -0px -432px;
}

.ico-adjust {
	background-position: -48px -432px;
}

.ico-tint {
	background-position: -96px -432px;
}

.ico-crop {
	background-position: -144px -432px;
}

.ico-vector-path-square {
	background-position: -192px -432px;
}

.ico-vector-path-circle {
	background-position: -240px -432px;
}

.ico-vector-path-polygon {
	background-position: -288px -432px;
}

.ico-vector-path-line {
	background-position: -336px -432px;
}

.ico-vector-path-curve {
	background-position: -384px -432px;
}

.ico-vector-path-all {
	background-position: -432px -432px;
}

.ico-font {
	background-position: -0px -480px;
}

.ico-italic {
	background-position: -48px -480px;
}

.ico-bold {
	background-position: -96px -480px;
}

.ico-text-underline {
	background-position: -144px -480px;
}

.ico-text-strike {
	background-position: -192px -480px;
}

.ico-text-height {
	background-position: -240px -480px;
}

.ico-text-width {
	background-position: -288px -480px;
}

.ico-text-resize {
	background-position: -336px -480px;
}

.ico-left-indent {
	background-position: -384px -480px;
}

.ico-right-indent {
	background-position: -432px -480px;
}

.ico-align-left {
	background-position: -0px -528px;
}

.ico-align-center {
	background-position: -48px -528px;
}

.ico-align-right {
	background-position: -96px -528px;
}

.ico-justify {
	background-position: -144px -528px;
}

.ico-list {
	background-position: -192px -528px;
}

.ico-text-smaller {
	background-position: -240px -528px;
}

.ico-text-bugger {
	background-position: -288px -528px;
}

.ico-embed {
	background-position: -336px -528px;
}

.ico-embed-close {
	background-position: -384px -528px;
}

.ico-adjust-alt {
	background-position: -432px -528px;
}

.ico-message-full {
	background-position: -0px -576px;
}

.ico-message-empty {
	background-position: -48px -576px;
}

.ico-message-in {
	background-position: -96px -576px;
}

.ico-message-out {
	background-position: -144px -576px;
}

.ico-message-plus {
	background-position: -192px -576px;
}

.ico-message-minus {
	background-position: -240px -576px;
}

.ico-message-ban {
	background-position: -288px -576px;
}

.ico-message-flag {
	background-position: -336px -576px;
}

.ico-message-lock {
	background-position: -384px -576px;
}

.ico-message-new {
	background-position: -432px -576px;
}

.ico-inbox {
	background-position: -0px -624px;
}

.ico-inbox-plus {
	background-position: -48px -624px;
}

.ico-inbox-minus {
	background-position: -96px -624px;
}

.ico-inbox-lock {
	background-position: -144px -624px;
}

.ico-inbox-in {
	background-position: -192px -624px;
}

.ico-inbox-out {
	background-position: -240px -624px;
}

.ico-computer-locked {
	background-position: -288px -624px;
}

.ico-computer-service {
	background-position: -336px -624px;
}

.ico-computer-process {
	background-position: -384px -624px;
}

.ico-phone {
	background-position: -432px -624px;
}

.ico-database-lock {
	background-position: -0px -672px;
}

.ico-database-plus {
	background-position: -48px -672px;
}

.ico-database-minus {
	background-position: -96px -672px;
}

.ico-database-ban {
	background-position: -144px -672px;
}

.ico-folder-open {
	background-position: -192px -672px;
}

.ico-folder-plus {
	background-position: -240px -672px;
}

.ico-folder-minus {
	background-position: -288px -672px;
}

.ico-folder-lock {
	background-position: -336px -672px;
}

.ico-folder-flag {
	background-position: -384px -672px;
}

.ico-folder-new {
	background-position: -432px -672px;
}

.ico-check {
	background-position: -0px -720px;
}

.ico-edit {
	background-position: -48px -720px;
}

.ico-new-window {
	background-position: -96px -720px;
}

.ico-more-windows {
	background-position: -144px -720px;
}

.ico-show-big-thumbnails {
	background-position: -192px -720px;
}

.ico-show-thumbnails {
	background-position: -240px -720px;
}

.ico-show-thumbnails-lines {
	background-position: -288px -720px;
}

.ico-show-lines {
	background-position: -336px -720px;
}

.ico-playlist {
	background-position: -384px -720px;
}

.ico-picture {
	background-position: -432px -720px;
}

.ico-imac {
	background-position: -0px -768px;
}

.ico-macbook {
	background-position: -48px -768px;
}

.ico-ipad {
	background-position: -96px -768px;
}

.ico-iphone {
	background-position: -144px -768px;
}

.ico-iphone-transfer {
	background-position: -192px -768px;
}

.ico-iphone-exchange {
	background-position: -240px -768px;
}

.ico-ipod {
	background-position: -288px -768px;
}

.ico-ipod-shuffle {
	background-position: -336px -768px;
}

.ico-ear-plugs {
	background-position: -384px -768px;
}

.ico-albums {
	background-position: -432px -768px;
}

.ico-step-backward {
	background-position: -0px -816px;
}

.ico-fast-backward {
	background-position: -48px -816px;
}

.ico-rewind {
	background-position: -96px -816px;
}

.ico-play {
	background-position: -144px -816px;
}

.ico-pause {
	background-position: -192px -816px;
}

.ico-stop {
	background-position: -240px -816px;
}

.ico-forward {
	background-position: -288px -816px;
}

.ico-fast-forward {
	background-position: -336px -816px;
}

.ico-step-forward {
	background-position: -384px -816px;
}

.ico-eject {
	background-position: -432px -816px;
}

.ico-facetime-video {
	background-position: -0px -864px;
}

.ico-download-alt {
	background-position: -48px -864px;
}

.ico-mute {
	background-position: -96px -864px;
}

.ico-volume-up {
	background-position: -144px -864px;
}

.ico-volume-down {
	background-position: -192px -864px;
}

.ico-screenshot {
	background-position: -240px -864px;
}

.ico-move {
	background-position: -288px -864px;
}

.ico-more {
	background-position: -336px -864px;
}

.ico-brightness-reduce {
	background-position: -384px -864px;
}

.ico-brightness-increase {
	background-position: -432px -864px;
}

.ico-circle-plus {
	background-position: -0px -912px;
}

.ico-circle-minus {
	background-position: -48px -912px;
}

.ico-circle-remove {
	background-position: -96px -912px;
}

.ico-circle-ok {
	background-position: -144px -912px;
}

.ico-circle-question-mark {
	background-position: -192px -912px;
}

.ico-circle-info {
	background-position: -240px -912px;
}

.ico-circle-exclamation-mark {
	background-position: -288px -912px;
}

.ico-remove {
	background-position: -336px -912px;
}

.ico-ok {
	background-position: -384px -912px;
}

.ico-ban {
	background-position: -432px -912px;
}

.ico-download {
	background-position: -0px -960px;
}

.ico-upload {
	background-position: -48px -960px;
}

.ico-shopping-cart {
	background-position: -96px -960px;
}

.ico-lock {
	background-position: -144px -960px;
}

.ico-unlock {
	background-position: -192px -960px;
}

.ico-electricity {
	background-position: -240px -960px;
}

.ico-ok-2 {
	background-position: -288px -960px;
}

.ico-remove-2 {
	background-position: -336px -960px;
}

.ico-cart-out {
	background-position: -384px -960px;
}

.ico-cart-in {
	background-position: -432px -960px;
}

.ico-left-arrow {
	background-position: -0px -1008px;
}

.ico-right-arrow {
	background-position: -48px -1008px;
}

.ico-down-arrow {
	background-position: -96px -1008px;
}

.ico-up-arrow {
	background-position: -144px -1008px;
}

.ico-resize-small {
	background-position: -192px -1008px;
}

.ico-resize-full {
	background-position: -240px -1008px;
}

.ico-circle-arrow-left {
	background-position: -288px -1008px;
}

.ico-circle-arrow-right {
	background-position: -336px -1008px;
}

.ico-circle-arrow-top {
	background-position: -384px -1008px;
}

.ico-circle-arrow-down {
	background-position: -432px -1008px;
}

.ico-play-button {
	background-position: -0px -1056px;
}

.ico-unshare {
	background-position: -48px -1056px;
}

.ico-share {
	background-position: -96px -1056px;
}

.ico-thin-right-arrow {
	background-position: -144px -1056px;
}

.ico-thin-left-arrow {
	background-position: -192px -1056px;
}

.ico-bluetooth {
	background-position: -240px -1056px;
}

.ico-euro {
	background-position: -288px -1056px;
}

.ico-usd {
	background-position: -336px -1056px;
}

.ico-bp {
	background-position: -384px -1056px;
}

.ico-retweet-2 {
	background-position: -432px -1056px;
}

.ico-moon {
	background-position: -0px -1104px;
}

.ico-sun {
	background-position: -48px -1104px;
}

.ico-cloud {
	background-position: -96px -1104px;
}

.ico-direction {
	background-position: -144px -1104px;
}

.ico-brush {
	background-position: -192px -1104px;
}

.ico-pen {
	background-position: -240px -1104px;
}

.ico-zoom-in {
	background-position: -288px -1104px;
}

.ico-zoom-out {
	background-position: -336px -1104px;
}

.ico-pin {
	background-position: -384px -1104px;
}

.ico-riflescope {
	background-position: -432px -1104px;
}

.ico-rotation-lock {
	background-position: -0px -1152px;
}

.ico-flash {
	background-position: -48px -1152px;
}

.ico-google-maps {
	background-position: -96px -1152px;
}

.ico-anchor {
	background-position: -144px -1152px;
}

.ico-conversation {
	background-position: -192px -1152px;
}

.ico-chat {
	background-position: -240px -1152px;
}

.ico-male {
	background-position: -288px -1152px;
}

.ico-female {
	background-position: -336px -1152px;
}

.ico-asterisk {
	background-position: -384px -1152px;
}

.ico-divide {
	background-position: -432px -1152px;
}

.ico-snorkel-diving {
	background-position: -0px -1200px;
}

.ico-scuba-diving {
	background-position: -96px -1200px;
}

.ico-oxygen-vottle {
	background-position: -48px -1200px;
}

.ico-fins {
	background-position: -144px -1200px;
}

.ico-fishes {
	background-position: -192px -1200px;
}

.ico-boat {
	background-position: -240px -1200px;
}

.ico-delete-point {
	background-position: -288px -1200px;
}

.ico-sheriffs-star {
	background-position: -336px -1200px;
}

.ico-qrcode {
	background-position: -384px -1200px;
}

.ico-barcode {
	background-position: -432px -1200px;
}

.ico-pool {
	background-position: -0px -1248px;
}

.ico-buoy {
	background-position: -48px -1248px;
}

.ico-spade {
	background-position: -96px -1248px;
}

.ico-bank {
	background-position: -144px -1248px;
}

.ico-vcard {
	background-position: -192px -1248px;
}

.ico-electircal-plug {
	background-position: -240px -1248px;
}

.ico-flag {
	background-position: -288px -1248px;
}

.ico-credit-card {
	background-position: -336px -1248px;
}

.ico-keyboard-wirelsss {
	background-position: -384px -1248px;
}

.ico-keyboard-wired {
	background-position: -432px -1248px;
}

.ico-shield {
	background-position: -0px -1296px;
}

.ico-ring {
	background-position: -48px -1296px;
}

.ico-cake {
	background-position: -96px -1296px;
}

.ico-drink {
	background-position: -144px -1296px;
}

.ico-beer {
	background-position: -192px -1296px;
}

.ico-fast-food {
	background-position: -240px -1296px;
}

.ico-cutlery {
	background-position: -288px -1296px;
}

.ico-pizza {
	background-position: -336px -1296px;
}

.ico-birthday-cake {
	background-position: -384px -1296px;
}

.ico-tablet {
	background-position: -432px -1296px;
}

.ico-settings {
	background-position: -0px -1344px;
}

.ico-bullets {
	background-position: -48px -1344px;
}

.ico-cardio {
	background-position: -96px -1344px;
}

.ico-t-shirt {
	background-position: -144px -1344px;
}

.ico-pants {
	background-position: -192px -1344px;
}

.ico-sweater {
	background-position: -240px -1344px;
}

.ico-fabric {
	background-position: -288px -1344px;
}

.ico-leather {
	background-position: -336px -1344px;
}

.ico-scissors {
	background-position: -384px -1344px;
}

.ico-podium {
	background-position: -432px -1344px;
}

.ico-skull {
	background-position: -0px -1392px;
}

.ico-celebration {
	background-position: -48px -1392px;
}

.ico-tea-kettle {
	background-position: -96px -1392px;
}

.ico-french-press {
	background-position: -144px -1392px;
}

.ico-coffe-cup {
	background-position: -192px -1392px;
}

.ico-pot {
	background-position: -240px -1392px;
}

.ico-grater {
	background-position: -288px -1392px;
}

.ico-kettle {
	background-position: -336px -1392px;
}

.ico-hospital {
	background-position: -384px -1392px;
}

.ico-hospital-h {
	background-position: -432px -1392px;
}

.ico-microphone {
	background-position: -0px -1440px;
}

.ico-webcam {
	background-position: -48px -1440px;
}

.ico-temple-church {
	background-position: -96px -1440px;
}

.ico-temple-islam {
	background-position: -144px -1440px;
}

.ico-temple-hindu {
	background-position: -192px -1440px;
}

.ico-temple-buddhist {
	background-position: -240px -1440px;
}

.ico-electrical-socket-eu {
	background-position: -288px -1440px;
}

.ico-electrical-socket-us {
	background-position: -336px -1440px;
}

.ico-bomb {
	background-position: -384px -1440px;
}

.ico-comments {
	background-position: -432px -1440px;
}

.ico-flower {
	background-position: -0px -1488px;
}

.ico-baseball {
	background-position: -48px -1488px;
}

.ico-rugby {
	background-position: -96px -1488px;
}

.ico-ax {
	background-position: -144px -1488px;
}

.ico-table-tennis {
	background-position: -192px -1488px;
}

.ico-bowling {
	background-position: -240px -1488px;
}

.ico-tree-conifer {
	background-position: -288px -1488px;
}

.ico-tree-deciduous {
	background-position: -336px -1488px;
}

.ico-more-items {
	background-position: -384px -1488px;
}

.ico-sort {
	background-position: -432px -1488px;
}

.ico-filter {
	background-position: -0px -1536px;
}

.ico-gamepad {
	background-position: -48px -1536px;
}

.ico-playing-dices {
	background-position: -96px -1536px;
}

.ico-calculator {
	background-position: -144px -1536px;
}

.ico-tie {
	background-position: -192px -1536px;
}

.ico-wallet {
	background-position: -240px -1536px;
}

.ico-share {
	background-position: -288px -1536px;
}

.ico-sampler {
	background-position: -336px -1536px;
}

.ico-piano {
	background-position: -384px -1536px;
}

.ico-web-browser {
	background-position: -432px -1536px;
}

.ico-blog {
	background-position: -0px -1584px;
}

.ico-dashboard {
	background-position: -48px -1584px;
}

.ico-certificate {
	background-position: -96px -1584px;
}

.ico-bell {
	background-position: -144px -1584px;
}

.ico-candle {
	background-position: -192px -1584px;
}

.ico-pin-classic {
	background-position: -240px -1584px;
}

.ico-iphone-shake {
	background-position: -288px -1584px;
}

.ico-pin-flag {
	background-position: -336px -1584px;
}

.ico-turtle {
	background-position: -384px -1584px;
}

.ico-rabbit {
	background-position: -432px -1584px;
}

.ico-globe {
	background-position: -0px -1632px;
}

.ico-briefcase {
	background-position: -48px -1632px;
}

.ico-hdd {
	background-position: -96px -1632px;
}

.ico-thumbs-up {
	background-position: -144px -1632px;
}

.ico-thumbs-down {
	background-position: -192px -1632px;
}

.ico-hand-right {
	background-position: -240px -1632px;
}

.ico-hand-left {
	background-position: -288px -1632px;
}

.ico-hand-up {
	background-position: -336px -1632px;
}

.ico-hand-down {
	background-position: -384px -1632px;
}

.ico-fullscreen {
	background-position: -432px -1632px;
}

.ico-shopping-bag {
	background-position: -0px -1680px;
}

.ico-book-open {
	background-position: -48px -1680px;
}

.ico-nameplate {
	background-position: -96px -1680px;
}

.ico-nameplate-alt {
	background-position: -144px -1680px;
}

.ico-vases {
	background-position: -192px -1680px;
}

.ico-announcement {
	background-position: -240px -1680px;
}

.ico-dumbbell {
	background-position: -288px -1680px;
}

.ico-suitcase {
	background-position: -336px -1680px;
}

.ico-file-import {
	background-position: -384px -1680px;
}

.ico-file-export {
	background-position: -432px -1680px;
}

/* Glyphicons Mini
====================================*/
[class^="mini-ico-"],
[class*=" mini-ico-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/icons/glyphicons-mini.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  opacity: 1;
}

[class^="mini-ico-"]:last-child,
[class*=" mini-ico-"]:last-child {
  *margin-left: 0;
}

.mini-white {
  background-image: url("../images/icons/glyphicons-mini-white.png");
  opacity: 1;
}

.mini-ico-glass {
  background-position: 0 0;
}

.mini-ico-music {
  background-position: -24px 0;
}

.mini-ico-search {
  background-position: -48px 0;
}

.mini-ico-envelope {
  background-position: -72px 0;
}

.mini-ico-heart {
  background-position: -96px 0;
}

.mini-ico-star {
  background-position: -120px 0;
}

.mini-ico-star-empty {
  background-position: -144px 0;
}

.mini-ico-user {
  background-position: -168px 0;
}

.mini-ico-film {
  background-position: -192px 0;
}

.mini-ico-th-large {
  background-position: -216px 0;
}

.mini-ico-th {
  background-position: -240px 0;
}

.mini-ico-th-list {
  background-position: -264px 0;
}

.mini-ico-ok {
  background-position: -288px 0;
}

.mini-ico-remove {
  background-position: -312px 0;
}

.mini-ico-zoom-in {
  background-position: -336px 0;
}

.mini-ico-zoom-out {
  background-position: -360px 0;
}

.mini-ico-off {
  background-position: -384px 0;
}

.mini-ico-signal {
  background-position: -408px 0;
}

.mini-ico-cog {
  background-position: -432px 0;
}

.mini-ico-trash {
  background-position: -456px 0;
}

.mini-ico-home {
  background-position: 0 -24px;
}

.mini-ico-file {
  background-position: -24px -24px;
}

.mini-ico-time {
  background-position: -48px -24px;
}

.mini-ico-road {
  background-position: -72px -24px;
}

.mini-ico-download-alt {
  background-position: -96px -24px;
}

.mini-ico-download {
  background-position: -120px -24px;
}

.mini-ico-upload {
  background-position: -144px -24px;
}

.mini-ico-inbox {
  background-position: -168px -24px;
}

.mini-ico-play-circle {
  background-position: -192px -24px;
}

.mini-ico-repeat {
  background-position: -216px -24px;
}

.mini-ico-refresh {
  background-position: -240px -24px;
}

.mini-ico-list-alt {
  background-position: -264px -24px;
}

.mini-ico-lock {
  background-position: -287px -24px;
}

.mini-ico-flag {
  background-position: -312px -24px;
}

.mini-ico-headphones {
  background-position: -336px -24px;
}

.mini-ico-volume-off {
  background-position: -360px -24px;
}

.mini-ico-volume-down {
  background-position: -384px -24px;
}

.mini-ico-volume-up {
  background-position: -408px -24px;
}

.mini-ico-qrcode {
  background-position: -432px -24px;
}

.mini-ico-barcode {
  background-position: -456px -24px;
}

.mini-ico-tag {
  background-position: 0 -48px;
}

.mini-ico-tags {
  background-position: -25px -48px;
}

.mini-ico-book {
  background-position: -48px -48px;
}

.mini-ico-bookmark {
  background-position: -72px -48px;
}

.mini-ico-print {
  background-position: -96px -48px;
}

.mini-ico-camera {
  background-position: -120px -48px;
}

.mini-ico-font {
  background-position: -144px -48px;
}

.mini-ico-bold {
  background-position: -167px -48px;
}

.mini-ico-italic {
  background-position: -192px -48px;
}

.mini-ico-text-height {
  background-position: -216px -48px;
}

.mini-ico-text-width {
  background-position: -240px -48px;
}

.mini-ico-align-left {
  background-position: -264px -48px;
}

.mini-ico-align-center {
  background-position: -288px -48px;
}

.mini-ico-align-right {
  background-position: -312px -48px;
}

.mini-ico-align-justify {
  background-position: -336px -48px;
}

.mini-ico-list {
  background-position: -360px -48px;
}

.mini-ico-indent-left {
  background-position: -384px -48px;
}

.mini-ico-indent-right {
  background-position: -408px -48px;
}

.mini-ico-facetime-video {
  background-position: -432px -48px;
}

.mini-ico-picture {
  background-position: -456px -48px;
}

.mini-ico-pencil {
  background-position: 0 -72px;
}

.mini-ico-map-marker {
  background-position: -24px -72px;
}

.mini-ico-adjust {
  background-position: -48px -72px;
}

.mini-ico-tint {
  background-position: -72px -72px;
}

.mini-ico-edit {
  background-position: -96px -72px;
}

.mini-ico-share {
  background-position: -120px -72px;
}

.mini-ico-check {
  background-position: -144px -72px;
}

.mini-ico-move {
  background-position: -168px -72px;
}

.mini-ico-step-backward {
  background-position: -192px -72px;
}

.mini-ico-fast-backward {
  background-position: -216px -72px;
}

.mini-ico-backward {
  background-position: -240px -72px;
}

.mini-ico-play {
  background-position: -264px -72px;
}

.mini-ico-pause {
  background-position: -288px -72px;
}

.mini-ico-stop {
  background-position: -312px -72px;
}

.mini-ico-forward {
  background-position: -336px -72px;
}

.mini-ico-fast-forward {
  background-position: -360px -72px;
}

.mini-ico-step-forward {
  background-position: -384px -72px;
}

.mini-ico-eject {
  background-position: -408px -72px;
}

.mini-ico-chevron-left {
  background-position: -432px -72px;
}

.mini-ico-chevron-right {
  background-position: -456px -72px;
}

.mini-ico-plus-sign {
  background-position: 0 -96px;
}

.mini-ico-minus-sign {
  background-position: -24px -96px;
}

.mini-ico-remove-sign {
  background-position: -48px -96px;
}

.mini-ico-ok-sign {
  background-position: -72px -96px;
}

.mini-ico-question-sign {
  background-position: -96px -96px;
}

.mini-ico-info-sign {
  background-position: -120px -96px;
}

.mini-ico-screenshot {
  background-position: -144px -96px;
}

.mini-ico-remove-circle {
  background-position: -168px -96px;
}

.mini-ico-ok-circle {
  background-position: -192px -96px;
}

.mini-ico-ban-circle {
  background-position: -216px -96px;
}

.mini-ico-arrow-left {
  background-position: -240px -96px;
}

.mini-ico-arrow-right {
  background-position: -264px -96px;
}

.mini-ico-arrow-up {
  background-position: -289px -96px;
}

.mini-ico-arrow-down {
  background-position: -312px -96px;
}

.mini-ico-share-alt {
  background-position: -336px -96px;
}

.mini-ico-resize-full {
  background-position: -360px -96px;
}

.mini-ico-resize-small {
  background-position: -384px -96px;
}

.mini-ico-plus {
  background-position: -408px -96px;
}

.mini-ico-minus {
  background-position: -433px -96px;
}

.mini-ico-asterisk {
  background-position: -456px -96px;
}

.mini-ico-exclamation-sign {
  background-position: 0 -120px;
}

.mini-ico-gift {
  background-position: -24px -120px;
}

.mini-ico-leaf {
  background-position: -48px -120px;
}

.mini-ico-fire {
  background-position: -72px -120px;
}

.mini-ico-eye-open {
  background-position: -96px -120px;
}

.mini-ico-eye-close {
  background-position: -120px -120px;
}

.mini-ico-warning-sign {
  background-position: -144px -120px;
}

.mini-ico-plane {
  background-position: -168px -120px;
}

.mini-ico-calendar {
  background-position: -192px -120px;
}

.mini-ico-random {
  background-position: -216px -120px;
}

.mini-ico-comment {
  background-position: -240px -120px;
}

.mini-ico-magnet {
  background-position: -264px -120px;
}

.mini-ico-chevron-up {
  background-position: -288px -120px;
}

.mini-ico-chevron-down {
  background-position: -313px -119px;
}

.mini-ico-retweet {
  background-position: -336px -120px;
}

.mini-ico-shopping-cart {
  background-position: -360px -120px;
}

.mini-ico-folder-close {
  background-position: -384px -120px;
}

.mini-ico-folder-open {
  background-position: -408px -120px;
}

.mini-ico-resize-vertical {
  background-position: -432px -119px;
}

.mini-ico-resize-horizontal {
  background-position: -456px -118px;
}

.mini-ico-hdd {
  background-position: 0 -144px;
}

.mini-ico-bullhorn {
  background-position: -24px -144px;
}

.mini-ico-bell {
  background-position: -48px -144px;
}

.mini-ico-certificate {
  background-position: -72px -144px;
}

.mini-ico-thumbs-up {
  background-position: -96px -144px;
}

.mini-ico-thumbs-down {
  background-position: -120px -144px;
}

.mini-ico-hand-right {
  background-position: -144px -144px;
}

.mini-ico-hand-left {
  background-position: -168px -144px;
}

.mini-ico-hand-up {
  background-position: -192px -144px;
}

.mini-ico-hand-down {
  background-position: -216px -144px;
}

.mini-ico-circle-arrow-right {
  background-position: -240px -144px;
}

.mini-ico-circle-arrow-left {
  background-position: -264px -144px;
}

.mini-ico-circle-arrow-up {
  background-position: -288px -144px;
}

.mini-ico-circle-arrow-down {
  background-position: -312px -144px;
}

.mini-ico-globe {
  background-position: -336px -144px;
}

.mini-ico-wrench {
  background-position: -360px -144px;
}

.mini-ico-tasks {
  background-position: -384px -144px;
}

.mini-ico-filter {
  background-position: -408px -144px;
}

.mini-ico-briefcase {
  background-position: -432px -144px;
}

.mini-ico-fullscreen {
  background-position: -456px -144px;
}


/* =================================================================== */
/* Media Queries
====================================================================== */

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) {

	.flexslider.home {
		min-height: 400px;
	}

}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.client-list img {
		width: 148px;
		height: auto;
	}
	
	.flickr-widget a,
	.flickr-widget-blog a {
		width: 70px;
		height: 70px
	}
	
	ol li ol.childlist .comment-des {
		width:86%;
	}
	
	.comment-des{
		width:87%;
	}
	
	.five-tables .pricing-table {
		width: 148px;
	}
	
	.four-tables .pricing-table {
		width: 186px;
	}
	
	.three-tables .pricing-table {
		width: 248px;
	}
	
	.two-tables .pricing-table {
		width: 373px;
	}
	
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

	#navigation {
		float: none;
	}
	
	.js .selectnav {
		display: block;
	}
	
	.js #nav,
	.slide-caption,
	.search-form,
	.social-icons,
	.widget,
	.widget-alt,

	.social-icons.about {
		display: block;
		margin-bottom: 30px;
	}

	#contact-details {
		text-align: center;
		float: left;
	}
	
	#scroll-top-top {
		display: none;
	}
	
	.icon-box i {
		margin-left: -10px !important;
	}
	
	.post-meta {
		display: none;
	}
	
	.post-title h2 {
		line-height: 26px;
		margin-bottom: 15px;
	}
	
	.post-icon {
		margin-top: 28px;
	}
	
	#filters,
	#portfolio-navi {
		position: relative;
		text-align: left;
		display: block;
		margin: 0 0 23px 0;
	}
	
	#portfolio-navi {
		margin: -5px 0 25px 0;
	}
	
	.portfolio-item {
		margin: 5px 0 25px 0 !important;
	}
	
	.item-description.related {
		margin-bottom: 30px;
	}
	
	#layerslider .slide-caption {
		display: none !important;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.client-list img {
		width: 139px;
		height: auto;
	}
	
	.flickr-widget a {
		width: 53px;
		height: 53px;
	}
	
	ol li ol.childlist .comment-des {
		width:82%;
	}
	
	.comment-des{
		width:83%;
	}
	
	#portfolio-wrapper img {
		min-height: 265px;
	}
	
	.five-tables .pricing-table,
	.four-tables .pricing-table,
	.three-tables .pricing-table,
	.two-tables .pricing-table {
		width: 209px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {

	.client-list img {
		width: 149px;
		height: auto;
	}
	
	ol li ol.childlist .comment-des {
		width:77%;
	}
	
	.comment-des{
		width:78%;
	}
	
	#portfolio-wrapper img {
		min-height: 189px;
	}
	
	.five-tables .pricing-table,
	.four-tables .pricing-table,
	.three-tables .pricing-table,
	.two-tables .pricing-table {
		width: 299px;
	}
	
}




/* ===============================================
   TASK 2 – HOMEPAGE HERO SECTION
=============================================== */

/* Full width hero */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url('../images/hero-3.jpeg') center / cover no-repeat;
  animation: fadeIn 2s ease-in-out forwards;
  opacity: 0;
  margin: 0;
}
/* Inner white frame */
.hero::after {
  content: "";
  position: absolute;
  inset: 50px;
  border: 3px solid #ffffff;
  pointer-events: none;
}


/* Content styling */
.hero-container {
  position: absolute;
  top: 80px;     /* 50px frame + 30px spacing */
  left: 80px;    /* 50px frame + 30px spacing */
  z-index: 2;
  max-width: 900px;
  text-align: left;
  animation: fadeInContent 2.5s ease-in-out forwards;
  opacity: 0;
}


.logo {
  max-width: 200px;
  display: block;
}

.tagline {
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-top: 10px;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
/* Hero fade animation */
@keyframes fadeInHero {
  to {
    opacity: 1;
  }
}
/* Content fade animation */
@keyframes fadeInContent {
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
    .hero::after {
    inset: 20px;
  }

  .hero-container {
    top: 40px;
	left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 90%;
  }

  .tagline {
    color: #fffff !important;
    font-size: 1.0rem !important;
    text-align: center;
    word-wrap: break-word;
    line-height: 1.9;
  }
}



/* LOGO EXTREME LEFT BELOW HERO */
/* =========================
   kwizine HEADER
   ========================= */

.main-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  min-height: 100px;
}
.main-header
.main-header .container,
.header-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  
}
.eight-columns {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.main-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #eee;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT LOGO */
/* HERO SECTION FIX */
.hero .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* LOGO AREA */

#logo {
    position: absolute;
    left: 25px;   /* ← adjust this number */
    top: 10px;
}
#logo img {
  max-height: 70px;
  display: block;
  margin-left: 10px !important;
  justify-content: flex-start;
}
#tagline {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
}
/* LEFT BIG SECTION HEADING */
.hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #2b2b2b;
  text-transform: uppercase;
}
.hero-text-left {
  max-width: 520px;
  padding: 80px 40px;
}
/* MAIN HEADING */
/* ====== TALKSORT EDITORIAL SECTION ====== */

body {
    background-color: #fff8dc !important; /* pink beige */
}
#header,
.flexslider,
.layerslider-container {
    background-color: #fff8dc !important;
}

#navigation ul li a:hover {
    background-color: #4a2c1a !important; /* deep brown highlight */
    color: #f6d7d2 !important;            /* pink beige text for contrast */
    transition: all 0.2s ease-in-out;
}
#current {
    background-color: #4a2c1a !important; /* brown */
    color: #f6d7d2 !important;            /* pink beige */
}
/* Active / current page link */
#navigation ul li a#current {
    background-color: #4a2c1a !important; /* deep brown highlight */
    color: #f6d7d2 !important;            /* pink beige text */
}



.kwizine-talk-main {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}

.kwizine-talk-inner {
  max-width: 1200px;
  margin: auto;
}

/* Micro heading above title */
.kwizine-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  font-weight: 600;
}

/* Big heading */
.kwizine-big-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  word-spacing: 12px;
  padding: 5px;
  margin: 10px 0 18px;
  color: #111;
  font-family: 'Playfair Display', serif;
  text-align: center;
}

/* Thin orange divider line like TOTT */
.kwizine-line {
  width: 70px;
  height: 3px;
  background: #e26a2c;
  margin: 0 auto 55px;
}

/* RESPONSIVE TABLET */
@media (max-width: 992px) {
  .kwizine-talk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* RESPONSIVE PHONE */
@media (max-width: 600px) {
  .kwizine-talk-grid {
    grid-template-columns: 1fr;
  }

  .kwizine-big-title {
    font-size: 38px;
  }
}
/*OUR STORY*/
.our-story {
  padding: 30px 20px;

}

.story-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap; /* allows stacking on smaller screens */
}

.story-text {
  flex: 1;
  font-family: 'Playfair Display', serif;
  
}

.story-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Playfair Display', serif !important;
  color: #3c2f2f;
}

.story-text h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #c7a17a;
  display: block;
  margin-top: 20px;
}

.story-text p {
  line-height: 1.7;
  color: #000;
  margin-bottom: 18px;
  font-size: 16px;
  padding-bottom: 10px;
}

.story-btn {
  background: #c7a17a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: 'Playfair Display', serif;
}

.story-btn:hover {
  background: #a67c52;
  transform: translateY(-3px);
}

.story-image {
  flex: 1;
  text-align: center;
}

.story-image img {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 4 / 3;   /* choose your shape */
  object-fit: cover;     /* crop nicely */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.story-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .story-content {
    flex-direction: column; /* stack text above image */
    gap: 30px;
  }

  .story-text h2 {
    font-size: 28px;
    text-align: center;
  }

  .story-text p {
    font-size: 15px;
    text-align: center;
  }

  .story-btn {
    display: inline-block;
    margin: 0 auto;
  }

  .story-image img {
    max-width: 100%;
    height: auto;
    
  }
}


.story-btn,
.flavour-btn,
.work-btn {
  display: inline-block;
  margin: 20px auto 0 auto; /* centers horizontally */
  text-align: center;
}

.story-text,
.flavour-text,
.work-text {
  margin-top:10px;
  text-align: center; /* ensures heading, paragraphs, and button align centrally */
}


/*FLAVOURS OF KWIZINE*/
.Flavours-of-kwizine {
  padding: 40px 20px;
}

.flavour-content {
  display: flex;
  align-items: flex-start;       /* aligns text and image at the top */
  justify-content: space-between;/* text left, image right */
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;               /* stacks on smaller screens */
}

.flavour-text {
  flex: 1;
  font-family: 'Playfair Display', serif;
}

.flavour-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Playfair Display', serif;
  color: #3c2f2f;
}

.flavour-text h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #c7a17a;
  display: block;
  margin-top: 20px;
}

.flavour-text p {
  line-height: 1.7;
  color: #000;
  margin-bottom: 18px;
  font-size: 16px;
}

.flavour-btn {
  background: #c7a17a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: 'Playfair Display', serif;
}

.flavour-btn:hover {
  background: #a67c52;
  transform: translateY(-3px);
}

.flavour-image {
  flex: 1;
  text-align: center;
}

.flavour-image img {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 4 / 3;   /* choose your shape */
  object-fit: cover;     /* crop nicely */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.flavour-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .flavour-content {
    flex-direction: column; /* stack text above image */
    gap: 30px;
  }

  .flavour-text h2 {
    font-size: 28px;
    text-align: center;
  }

  .flavour-text p {
    font-size: 15px;
    text-align: center;
  }

  .flavour-btn {
    display: inline-block;
    margin: 0 auto;
  }

  .flavour-image img {
    max-width: 100%;
    height: auto;
   
  }
}



/*KWIZINE AT WORK*/

.Kwizine-at-work {
  padding: 0px 20px;
}

.work-content {
  display: flex;
  align-items: flex-start;       /* aligns text and image at the top */
  justify-content: space-between;/* text left, image right */
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;               /* stacks on smaller screens */
}

.work-text {
  flex: 1;
  font-family: 'Playfair Display', serif;
}

.work-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Playfair Display', serif;
  color: #3c2f2f;
}

.work-text h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #c7a17a;
  display: block;
  margin-top: 20px;
}

.work-text p {
  line-height: 1.7;
  color: #000;
  margin-bottom: 18px;
  font-size: 16px;
}

.work-btn {
  background: #c7a17a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: 'Playfair Display', serif;
}

.work-btn:hover {
  background: #a67c52;
  transform: translateY(-3px);
}

.work-image {
  flex: 1;
  text-align: center;
}

.work-image img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.work-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .work-content {
    flex-direction: column;   /* stack text above image */
    flex-wrap: nowrap;        /* prevent wrapping conflicts */
    align-items: center;      /* center both text and image */
    gap: 30px;
  }

  .work-text {
    flex: unset;              /* remove flex growth */
    text-align: center;
    max-width: 100%;
  }

  .work-text h2 {
    font-size: 28px;
  }

  .work-text p {
    font-size: 15px;
  }

  .work-btn {
    display: inline-block;
    margin: 0 auto;
  }

  .work-image {
    width: 100%;
  }

  .work-image img {
    max-width: 100%;
    height: auto;
    
  }
}


.story-image img,
.flavour-image img,
.work-image img {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 4 / 3;   /* choose your shape */
  object-fit: cover;     /* crop nicely */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 768px) {

  .story-content,
  .flavour-content,
  .work-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .story-text,
  .flavour-text,
  .work-text {
    max-width: 100%;
  }

  .story-image,
  .flavour-image,
  .work-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .story-image img,
  .flavour-image img,
  .work-image img {
    width: 100%;
    max-width: 450px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

}
/* ===== SECTION ===== */
section.kwizine-testimonials {
  padding: 100px 8%;
  /*background: linear-gradient(135deg, #efe3d6, #dcc7b4) !important;*/
  color: #3e2a20;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* ===== TEXT SIDE ===== */
.testimonial-text {
  flex: 1;
}

.testimonial-text h2 {
  font-size: 2.7rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.testimonial-intro {
  color: #7a5a45;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* SLIDER */
.text-slider {
  overflow: hidden;
  width: 100%;
}

.text-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.text-slide {
  min-width: 100%;
  padding-right: 0px;
}

.quote {
    color: #5a3b2e;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ===== IMAGE SIDE ===== */
.testimonial-image {
  flex: 1;
}

.image-slider {
  overflow: hidden;
  border-radius: 20px;
}

.image-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.image-track img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  min-width: 100%;
  border-radius: 20px;
}

/* ===== CONTROLS ===== */
.controls {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.controls button {
  background: #6b3e2e;   /* main brown */
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s ease;
}

.controls button:hover {
  background: #a05c3b;   /* lighter hover brown */
}

.dots {
  display: flex;
  gap: 8px;
}

.dot {
  height: 10px;
  width: 10px;
  background: #cbb49c; /* soft beige brown */
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
   background: #6b3e2e; /* main brown */
}

/* ===== MOBILE ===== */
@media (max-width: 992px) {
  .testimonial-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .image-track img {
    height: 300px;
  }

  .testimonial-text h2 {
    font-size: 2rem;
  }

  .quote {
    font-size: 1rem;
  }

  .controls {
    justify-content: center;
  }
}
.story-btn,
.flavour-btn,
.work-btn {
    display: inline-block;
    background-color: #6b3e2e; /* default brown */
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
	font-size: 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
	margin-bottom: 10px;
}

/* Hover state */
.story-btn:hover,
.flavour-btn:hover,
.work-btn:hover {
    background-color: #a05c3b; /* slightly lighter/darker brown for hover */
    color: #fff;               /* keep text white */
}



body {
  font-family: 'Playfair Display', serif !important;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif !important;
}


/* Each column */
.four.columns {
  flex: 1;                    /* equal width */
  min-width: 250px;           /* prevents squishing */
  margin: 10px;               /* spacing between columns */
  box-sizing: border-box;     /* include padding/border in width */
}

/* Headline */
.headline h3 {
  font-family: 'Cinzel Decorative', serif; /* gourmet style */
  font-size: 2rem;
  color: #6b3e2e; /* warm brown */
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.headline h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f5d7b2; /* warm accent */
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Picture wrapper */
.picture {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Image animations */
.picture img {
  width: 100%; height: auto;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.picture:hover img {
  transform: scale(1.08);
  filter: brightness(1.1)
}


/* Abstract overlay */
.image-overlay-link {
  position: absolute;
  inset: 0;
  background: rgba(107,62,46,0.4); /* warm brown overlay */
  opacity: 0;
  transition: opacity 0.4s ease;
}
.picture:hover .image-overlay-link {
  opacity: 1;
}

/* Item description */
.item-description {
  text-align: center;
  margin-top: 15px;
}
.item-description h5 a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #6b3e2e;
  text-decoration: none;
  transition: color 0.3s ease;
}
.item-description h5 a:hover {
  color: #a00; /* accent red */
}
.item-description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: #000;
  line-height: 1.5;
}




.sixteen.columns {
  float: left !important;
  position: sticky !important;
  width: 100% !important;
  min-height: 60px !important;
  overflow: visible !important;
}
/*about us*/
body {
  background: #fdfdfd;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

/* Headline */
.headline h3 {
  font-size: 36px;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 700;
  color: #b23a48;
  margin-bottom: 0.5rem;
  position: relative;
}
.headline p {
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  .headline h3 {
    font-size: 26px;
    text-align: center;
  }
  .headline p {
    text-align: center;
  }
}

/* Section Titles */
.twelve.columns > h3 {
  font-size: 28px;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2c2c2c;
}
@media (max-width: 768px) {
  .twelve.columns > h3 {
    font-size: 22px;
    text-align: center;
  }
}

/* Paragraphs */
.twelve.columns p {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .twelve.columns p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
  }
}

/* About Images */
.about-image {
  width: 240px;
  height: auto;
  border-radius: 12px;
  border: 6px solid #b23a48;
  background-color: #fff5f5;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  margin: 1.5rem auto;
  display: block;
  animation: floatImage 6s ease-in-out infinite;
  transition: transform 0.4s ease;
}
.about-image:hover {
  transform: scale(1.05) rotate(-2deg);
}

/* Chef Image Wrap */
.chef-image-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0;
}
.chef-image-wrap img {
  width: 220px;
  border-radius: 10px;
  border: 5px solid #b23a48;
  background-color: #fff5f5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  animation: floatImage 6s ease-in-out infinite;
}
.chef-caption {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: #777;
}

/* Chef-Led Section */
.chef-led {
  background: linear-gradient(135deg, #fff5f5, #fdfdfd);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}
.chef-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2rem;
  color: #b23a48;
  text-align: center;
  margin-bottom: 1rem;
}
.chef-intro {
  text-align: center;
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 2rem;
}
.chef-points {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: auto;
}
.chef-points li {
  background: #fff;
  border-left: 4px solid #b23a48;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.chef-points li:hover {
  transform: translateX(5px);
}
.chef-footer {
  text-align: center;
  font-style: italic;
  margin-top: 2rem;
  color: #000;
}

/* Testimonials */

.testimonials {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1rem;
}
.testimonials-author {
  font-weight: 600;
  color: #b23a48;
}

/* Team Section */
.team-name h5 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.3rem;
  margin: 0.5rem 0;
  color: #2c2c2c;
}
.team-about p {
  font-size: 0.95rem;
  color: #000;
}

/* Animations */
@keyframes floatImage {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .chef-image-wrap {
    flex-direction: column;
    text-align: center;
  }
}
/* Container row for philosophy + testimonials */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width : 80%;
  font-size: 16px;
  gap: 2rem;
  margin-top: 2rem;
}

/* Philosophy column */
.twelve.columns {
  flex: 2; /* larger portion */
  min-width: 300px;
}

/* Testimonials column */
.four.columns.testimonial-container {
  flex: 1; /* smaller portion */
  min-width: 250px;
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Headline styling inside testimonials */
.testimonial-container .headline h3 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.6rem;
  color: #b23a48;
  margin-bottom: 1rem;
}

/* Testimonial text */
.testimonials {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.testimonials-author {
  font-weight: 600;
  color: #b23a48;
  font-size: 0.9rem;
}

/* Responsive stacking */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
	gap: 0.5rem;
  }
  .twelve.columns, .four.columns.testimonial-container {
    flex: 1 1 100%;
  }
}
/* Shared block layout */
.section-block {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 2.5rem 0;
}

/* Image styling */
.section-block img.about-image {
  width: 240px;
  height: auto;
  border-radius: 12px;
  border: 6px solid #b23a48;
  background-color: #fff5f5;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform 0.4s ease;
  animation: floatImage 6s ease-in-out infinite;
}

.section-block img.about-image:hover {
  transform: scale(1.05) rotate(-2deg);
}

/* Text beside image */
.section-text {
  flex: 1;
}

.section-text h3 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.6rem;
  color: #b23a48;
  margin-bottom: 0.6rem;
}

.section-text p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  max-width: 600px;
}

/* Alternate layout (image right, text left) */
.section-block.reverse {
  flex-direction: row-reverse;
}

/* Animation */
@keyframes floatImage {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* Responsive stacking */
@media (max-width: 768px) {
  .section-block,
  .section-block.reverse {
    flex-direction: column;
    text-align: center;
  }
}
/* Lift the main content slightly */
.twelve.columns {
  margin-top: -20px; /* moves content up */
}

/* Headline section */
.headline {
  margin-top: -10px; /* subtle lift */
}

/* Philosophy and Quality blocks */
.section-block,
.section-block.reverse {
  margin-top: -15px; /* lift alternating blocks */
}

/* Chef-led section */
.chef-led {
  margin-top: -10px;
}

/* Testimonials beside philosophy */
.four.columns.testimonial-container {
  margin-top: -15px;
}

/* Team section */
.sixteen.columns {
  margin-top: -10px;
}
/* Chef-Led + Image Side-by-Side */
.chef-led-wrap {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 3rem 0;
  flex-wrap: wrap;
}

/* Chef-Led Section */
.chef-led {
  flex: 2;
  background: linear-gradient(135deg, #fff5f5, #fdfdfd);
  padding: 2rem;
  border-radius: 12px;
}

/* Image Side */
.chef-image-side {
  flex: 1;
  text-align: center;
}

.chef-image-side img {
  width: 260px;
  border-radius: 12px;
  border: 5px solid #b23a48;
  background-color: #fff5f5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  animation: floatImage 6s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.chef-image-side img:hover {
  transform: scale(1.05) rotate(-2deg);
}

.chef-caption {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: #777;
  margin-top: 0.8rem;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .chef-led-wrap {
    flex-direction: column;
    align-items: center;
  }
}
/*mobile layout*/
.text-slider,
.image-slider {
    overflow: hidden;
    position: relative;
    width:100%;
}

.text-track,
.image-track {
    display: flex;
    transition: transform 0.5s ease;
}
/* Prevent overlap */
.text-slide {
    flex: 0 0 100%;
    max-width: 100%;
}

.image-track img {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Fix flex children overflow */
.testimonial-wrapper,
.story-content,
.flavour-content,
.work-content {
    min-width: 0;
}


.Occasions-Section {
	background-color: #fff8dc;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 80px; /* Space between the three vertical items */
}

/* Ensures the images match the responsive sizing of your other sections */
.Occasions-Section .story-image img, 
.Occasions-Section .flavour-image img, 
.Occasions-Section .work-image img {
    width: 100%;
    max-width: 550px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
/* Vertical Centering Rule */
.vertical-center {
  display: flex !important;
  align-items: center; /* This pulls the text down to the middle of the image height */
  justify-content: space-between;
  margin-bottom: 30px; /* Adds healthy space between sections */
}

/* Ensure paragraph spacing feels premium */
.story-text p, .flavour-text p, .work-text p {
  margin-bottom: 20px;
  line-height: 1.8; /* Improves readability for longer text */
  font-size: 16px;
  color: #000;
}

/* Heading margin fix */
.vertical-center h2 {
  margin-top: 0; /* Removes top gap so centering is mathematically perfect */
  margin-bottom: 25px;
}
.story-btn, .flavour-btn, .work-btn {
  background-color: #4a2c1a; /* Your theme brown */
  color: #fff !important;    /* Force text to white */
  padding: 10px 25px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}
.story-btn:hover {
  background-color: #6b3e2e; /* Slightly lighter on hover */
}
/* Responsive Fix for Mobile */
@media (max-width: 768px) {
  .vertical-center {
    flex-direction: column !important; /* Stacks vertically on phones */
    text-align: center;
  }
  
  .vertical-center .story-image, 
  .vertical-center .flavour-image, 
  .vertical-center .work-image {
    order: -1; /* Puts image above text on mobile */
    margin-bottom: 30px;
  }
}
/* 1. Ensure Vertical Centering on Desktop for all sections */
.story-content, 
.flavour-content, 
.work-content {
    display: flex !important;
    align-items: center; /* Vertically centers text against the image */
    justify-content: space-between;
    gap: 40px;
}

/* 2. Unified Mobile Behavior (Stacking & Image on Top) */
@media (max-width: 768px) {
    /* Target all content wrappers */
    .story-content, 
    .flavour-content, 
    .work-content {
        flex-direction: column !important; /* Stacks the items */
        text-align: center;
        padding: 0 20px;
    }

    /* Target all image containers to force them to the top */
    .story-image, 
    .flavour-image, 
    .work-image {
        order: -1; /* This moves the image above the text regardless of HTML order */
        width: 100%;
    }

    /* Ensure images scale nicely on small screens */
    .story-image img, 
    .flavour-image img, 
    .work-image img {
        max-width: 100%;
        height: auto;
    }
}

.discover-grid {
  padding: 60px 5%;
  background-color: #fdfdfd;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 Tabs across */
  gap: 20px;
}

.disc-card {
  text-decoration: none;
  background: white;
  border: 1px solid #eee;
  border-radius: 20px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.disc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: #4a2c1a;
}

/* Images made 25% smaller */
.disc-image {
  height: 185px; 
  border-radius: 20px;
  overflow: hidden;
}

.disc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.disc-card:hover .disc-image img {
  transform: scale(1.05);
}

.disc-content {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.disc-content h3 {
  color: #4a2c1a;
  margin-bottom: 10px;
  font-size: 18px;
}

.disc-content p {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin-bottom: 15px;
}

.disc-link {
  font-size: 15px;
  letter-spacing: 1px;
  color: #4a2c1a;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: auto;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2x2 on tablets */
  }
}

/* ===== MOBILE CAROUSEL ONLY ===== */

@media (max-width: 600px) {

  .discover-wrapper{
	position: relative;
    overflow:hidden;
  }
  .grid-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
	scroll-padding: 0 10%;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .disc-card {
    flex: 0 0 85%; /* Card width */
	min-width: 80%;
	margin: 0;
    scroll-snap-align: center;
  }
  .grid-container::-webkit-scrollbar{
    display:none;
  }
  .grid-container::before,
  .grid-container::after {
    content: '';
    flex: 0 0 10%; /* Matches the scroll-padding */
  }

  .disc-image{
    height:170px;
  }

  .carousel-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:10px;
  }

  .disc-dot {
    height: 6px;
    width: 6px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s ease;
    cursor: pointer;
}

  .disc-dot.active {
    width: 16px;
    border-radius: 10px;
    background: #4a2c1a;
}

}
footer {
  background: linear-gradient(180deg, #141418 0%, #0F0F12 100%) !important  ;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #EAEAEA; /* Soft white */
  border-top: 1px solid #C6A75E; /* Muted gold accent */
  letter-spacing: 0.5px;
}

/* Footer Headings */
footer h3,
footer h4 {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Footer Links */
footer a {
  color: #C6A75E; /* Muted gold */
  text-decoration: none;
  transition: all 0.3s ease;
}

footer a:hover {
  color: #FFFFFF;
}

/* Small text */
footer p {
  color: #B8B8B8;
  font-size: 0.95rem;
  line-height: 1.6;
}
/* Fix Skeleton grid overflow on very small screens */
@media (max-width: 360px) {

  .container {
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .columns,
  .column {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #footer .four.columns {
    width: 100% !important;
    float: none !important;
  }

}
/* --- THE ZIG-ZAG ARCHITECTURE --- */


.story-row {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}



.story-wrapper {
    display: flex;
    align-items: center;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    gap: 8%; /* Creates natural space between text and image */
}

/* This creates the Zig-Zag swap */
.story-wrapper.reverse {
    flex-direction: row-reverse;
}

.story-text {
    flex: 1;
}

.story-image {
    flex: 1;
    display: flex;
    justify-content: center; /* Ensures images stay centered in their half */
}

.story-pic {
    width: 100%;
    max-width: 460px; /* Prevents images from becoming too large */
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.chef-subtitle {
    font-family: 'Felipa', cursive;
    color: #c50000;
    font-size: 20px;
    display: block;
}

.story-title h3 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    margin: 5px 0 25px 0;
}

/* --- RESPONSIVE FIX --- */
@media (max-width: 800px) {
    .story-wrapper, .story-wrapper.reverse {
        flex-direction: column !important; /* Stack vertically on mobile */
        text-align: center;
        gap: 40px;
    }
    
    .story-image {
        order: -1; /* Image always on top for mobile stacks */
    }
}

.story-row {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}



.story-wrapper {
    display: flex;
    align-items: center;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    gap: 8%; /* Creates natural space between text and image */
}

/* This creates the Zig-Zag swap */
.story-wrapper.reverse {
    flex-direction: row-reverse;
}

.story-text {
    flex: 1;
}

.story-pic {
    width: 100%;
    max-width: 460px; /* Prevents images from becoming too large */
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.chef-subtitle {
    font-family: 'Felipa', cursive;
    color: #c50000;
    font-size: 20px;
    display: block;
}

.story-title h3 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    margin: 5px 0 25px 0;
}

/* --- RESPONSIVE FIX --- */
@media (max-width: 800px) {
    .story-wrapper, .story-wrapper.reverse {
        flex-direction: column !important; /* Stack vertically on mobile */
        text-align: center;
        gap: 40px;
    }
    
    .story-image {
        order: -1; /* Image always on top for mobile stacks */
    }
}

/* Container to keep images stacked on top of each other */
.sliding-container {
    position: relative;
    width: 100%;
    max-width: 460px; /* Matches your .story-pic max-width */
    height: 300px;    /* Adjust based on your image aspect ratio */
    overflow: hidden;
    border-radius: 4px;
}

/* Base style for the rotating images */
.rotating-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: imageSlider 12s infinite;
}

/* Staggered start times for each image */
.rotating-slide:nth-child(1) { animation-delay: 0s; }
.rotating-slide:nth-child(2) { animation-delay: 3s; }
.rotating-slide:nth-child(3) { animation-delay: 6s; }
.rotating-slide:nth-child(4) { animation-delay: 9s; }

/* Animation Keyframes: 0-25% (3s) visible, then fade out */
@keyframes imageSlider {
    0% { opacity: 0; }
    5% { opacity: 1; }
    25% { opacity: 1; }
    30% { opacity: 0; }
    100% { opacity: 0; }
}

/* Ensure mobile layout remains intact */
@media (max-width: 768px) {
    .sliding-container {
        margin: 0 auto;
    }
}

FORM 

/* Section */
.booking-section{
    padding:80px 20px;
    text-align:center;
}

/* Heading */
.booking-section h2{
    font-size:40px;
    letter-spacing:2px;
    margin-bottom:10px;
    color:#222;
    text-align:center;
}

.booking-section p {
    font-family: 'Playfair Display', serif !important;
    max-width: 600px;
    margin: 0 auto 40px;   /* centers horizontally */
    color: #666;
    font-size: 20px;
    text-align: center;    /* centers the text inside */
}

/* Form Box */
.booking-box{
    max-width:750px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* Form Grid */
.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.form-grid input,
.form-grid select,
textarea{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:14px;
    font-family:inherit;
}

textarea{
    margin-top:20px;
    resize:none;
}

/* Button */
button{
    margin:25px auto 0;
    padding:14px 30px;
    border:none;
    background:#c8a96a;
    color:white;
    font-size:15px;
    letter-spacing:1px;
    border-radius:4px;
    cursor:pointer;
    transition:0.3s;
    display:block;
}

button:hover{
    background:#a8894f;
}

@media(max-width:700px){
    .form-grid{
        grid-template-columns:1fr;
    }
}

ADDRESS

.contact-section {
  padding: 60px 20px;
  background-color: #fef8f5; /* soft gourmet vibe */
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
}

.contact-section .container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Address Info */
.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-info h2 {
  font-size: 2rem;
  color: #b85c38; /* elegant accent */
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Map */
.contact-map {
  flex: 1;
  min-width: 300px;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .contact-section .container {
    flex-direction: column;
  }

  .contact-map iframe {
    height: 300px;
  }
}
.story-image {
  width: 100%;
  aspect-ratio: 16 / 9; /* 🔥 forces horizontal layout */
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.story-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 crops vertical video into horizontal */
  display: block;
}

.contact-map {
  width: 100%;
  max-width: 100%;
  overflow: hidden; /* safety */
}

.contact-map iframe {
  width: 100%;
  height: 400px; /* or whatever you want */
  display: block;
  border: 0;
}
.video-container {
  position: relative;
}

.video-toggle {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%); /* centers it */
  
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

.video-toggle:hover {
  background: rgba(0, 0, 0, 0.8);
}
.contact-details {
  margin-top: 20px;
}

.contact-item {
  margin-bottom: 18px;
}

.contact-item .label {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a67c52; /* matches luxury theme */
  margin-bottom: 6px;
}

.contact-item p {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

.contact-item a {
  color: inherit;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}
#imageTrack {
  transform: none !important;
  transition: none !important;
  display: block !important;
  width: 100% !important;
}

/* Ensure only one image is visible */
#imageTrack img {
  width: 100%;
  display: block;
}

/* Disable overflow sliding effect */
.slider-window {
  overflow: hidden;
}