@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');
@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
/* Nadpisové písmo "Anton" (Google Fonts) — vyzerá ako Instagram POSTER štýl:
   tučné kondenzované sans-serif, ideálne pre headlines. Loadnuté v header.php. */


/*** 

====================================================================
		Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

.icon-bar {
    position: fixed;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
	width: 50px;
    height: 55px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #1877f2;
    color: #FFFFFF;
  }
  a.facebook:hover {background:#074ea9;opacity:0.8;}
  a.facebook:visited {color:#FFFFFF;}
  
  .instagram {
	color: #FFFFFF;  
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  a.instagram:hover {opacity:0.8;}
  a.instagram:visited {color:#FFFFFF;}
  
/*** 

====================================================================
	Global Settings
====================================================================



====================================================================
	INSTAGRAM
====================================================================

 ***/
.container_ig{
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 500px;
}
}

.ImageIG{
    height: auto;
    position: absolute;
}


 /*** 

====================================================================
	INSTAGRAM
====================================================================

 ***/

  img {
    height: auto;
    max-width: 100%;
  }
  
  h1 {
    line-height: 1.2;
    margin-bottom: 35px;
    text-align: center;
  }
  



.page-text {
    margin-top: 60px;
    font-size: 70px;
    text-align: center;
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
    color: white;
    position: relative;
}



@media only screen and (max-width: 1024px) {
    .page-text {
        margin: 0;
        font-size: 0;
        font-family: none;
    }
}

.width-text-ahoj {
    width: 90%;
    padding-left: 10%;
    margin-top: 120px;       /* aby nezasahovalo logo z menu */
}
/* AHOJ! nadpis — rovnaké písmo a štýl ako ostatné kategorie (TORTY, KOLÁČE...) */
.width-text-ahoj .ahoj-nadpis {
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif !important;
    font-size: 64px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    text-align: left !important;
    color: #5a5a5a !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 0 !important;
    margin: 0 0 32px 0;
}
/* AHOJ — hlavný justify text (Volám sa Kejtlyn ... + KEJTLYN SRDCOM odstavec) */
.width-text-ahoj .ahoj-text,
.width-text-ahoj .ahoj-text p {
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #4b4342;
    text-transform: none;
    letter-spacing: 0;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
}
.width-text-ahoj .ahoj-text p {
    margin: 0 0 18px 0;
}
/* AHOJ záver — centered + podpis */
.width-text-ahoj .ahoj-zaver {
    text-align: center;
    margin: 28px 0 0;
}
.width-text-ahoj .ahoj-zaver p {
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #4b4342;
    margin: 0 0 14px;
    text-align: center !important;
}
.width-text-ahoj .ahoj-podpis {
    font-style: italic;
    color: #9d7fc7;
    font-size: 18px !important;
    margin-top: 8px !important;
}
.container-torty{
    float: left;
    width: 90%;
    padding-left: 10%;
    padding-top: 100px;
}

.pozdrav_ahoj {
    float: left;
    width: 100%;
    margin-top: -90px;
}
.pozdrav_ahoj h1 {
    position: relative;
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
    font-size: 50px;
    line-height: 26px;
    text-align: center;
	float: left;
}
.torty-header{
    float: left;
    width: 90%;
    margin-bottom: 20px;
}
.torty-header span {
    position: relative;
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.1;
    text-align: center;
    color: #5a5a5a;            /* svetlejšia tmavo sivá */
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* SRDCOM stránka */
.srdcom-section {
    text-align: left !important;
    max-width: 900px;
    margin: 24px auto !important;
    padding: 0 24px !important;
    width: auto !important;
    float: none !important;
}
.srdcom-section .srdcom-podnadpis {
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif !important;
    color: #5a5a5a !important;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 22px 0 8px !important;
    padding: 0 !important;
}
.srdcom-section h3.srdcom-podnadpis { font-size: 28px !important; }
.srdcom-section h4.srdcom-podnadpis { font-size: 20px !important; }
.srdcom-section h5 {
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #5a5a5a !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
}
.srdcom-section p { line-height: 1.6; margin: 8px 0; }
.srdcom-section .srdcom-list {
    list-style: none;
    padding-left: 4px;
    margin: 10px 0 18px;
}
.srdcom-section .srdcom-list li {
    position: relative;
    padding: 4px 0 4px 26px;
    line-height: 1.55;
}
.srdcom-section .srdcom-list li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9d7fc7;
    box-shadow: 0 0 0 3px rgba(157, 127, 199, 0.15);
}
.srdcom-podpora { margin-top: 28px; }
.srdcom-qr-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin: 22px 0 8px;
}
.srdcom-qr-img {
    /* QR kód bez zmeny rozmerov — ponechá originálnu veľkosť */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(157, 127, 199, 0.18);
    border: 1px solid #e8dcf4;
    background: #fff;
    padding: 6px;
}
.srdcom-logo-img {
    max-width: 220px;
    height: auto;
}
.srdcom-udaje {
    background: #fbf9ff;
    border-left: 3px solid #d6c6f0;
    padding: 14px 18px;
    margin: 24px 0;
    line-height: 1.6;
}
.srdcom-udaje a { color: #9d7fc7; }
.srdcom-letak {
    margin: 36px 0 12px;
    text-align: center;
}
.srdcom-letak img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(157, 127, 199, 0.20);
    border: 1px solid #e8dcf4;
}

/* Svadby — fade carousel s prelínaním */
.svadby-carousel {
    clear: both;
    max-width: 900px;
    margin: 30px auto;
    padding: 0 20px;
}
.svadby-slides {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #d6c6f0;
}
.svadby-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    pointer-events: none;
    display: block;
}
.svadby-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.svadby-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.svadby-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.svadby-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ecdcf0;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .2s, transform .2s;
}
.svadby-dot.is-active {
    background: #9d7fc7;
    transform: scale(1.3);
}
.svadby-dot:hover { background: #b8a4dd; }

/* Svadby — kalkulačka doručenia (vyhľadanie cez mapu) */
.svadby-kalkulacka {
    max-width: 560px;
    margin: 18px auto 14px;
    padding: 18px 22px;
    background: #fff;
    border: 2px solid #d6c6f0;
    border-radius: 12px;
    text-align: center;
}
.svadby-kalkulacka label {
    display: block;
    color: #5a5a5a;
    font-size: 14px;
    margin-bottom: 10px;
}
.svadby-kalkulacka form {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.svadby-kalkulacka input[type="text"] {
    flex: 1 1 240px;
    min-width: 0;
    padding: 11px 14px;
    font-family: inherit;
    font-size: 15px;
    color: #4b4342;
    background: #fbf9ff;
    border: 2px solid #d6c6f0;
    border-radius: 8px;
    transition: border-color .15s, box-shadow .15s;
}
.svadby-kalkulacka input[type="text"]:focus {
    outline: none;
    border-color: #9d7fc7;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(157, 127, 199, 0.18);
}
.svadby-kalkulacka input[type="text"]::placeholder {
    color: #b7a8a4;
}
.svadby-kalkulacka button {
    padding: 11px 22px;
    background: #9d7fc7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}
.svadby-kalkulacka button:hover { background: #7d5fb0; }
.svadby-kalkulacka button:disabled { background: #b8a4dd; cursor: wait; }

.svadby-kalk-vysledok {
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.55;
}
.svadby-kalk-vysledok.ok {
    background: #f6f0fb;
    border: 1px dashed #b8a4dd;
    color: #5a5a5a;
}
.svadby-kalk-vysledok.ok b.suma {
    color: #7d5fb0;
    font-size: 19px;
}
.svadby-kalk-vysledok.err {
    background: #fde8e8;
    border-left: 3px solid #d33;
    color: #a02020;
    text-align: left;
}
.svadby-kalk-vysledok.err a { color: #a02020; text-decoration: underline; }
.svadby-kalk-vysledok.loading {
    background: #fbf9ff;
    color: #8a7d7c;
    font-style: italic;
}
.svadby-loader::before {
    content: "⏳ ";
}

/* Pôvodná tabuľka miest — skrytá (kalkulačka ju nahrádza) */
.svadby-mesta { display: none; }

/* ─────────────────────────────────────────────────────────────
   Online kalkulácia svadobnej objednávky
   ───────────────────────────────────────────────────────────── */
.kalk-svadba {
    max-width: 880px;
    margin: 30px auto 60px;
    padding: 24px;
    background: #fbf9ff;
    border: 2px solid #d6c6f0;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(157, 127, 199, 0.12);
    font-family: 'Nunito', sans-serif;
    color: #4b4342;
}
.kalk-header {
    text-align: center;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px dashed #e8dcf4;
}
.kalk-header h3 {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5a5a5a;
    margin: 0 0 8px;
    padding: 0;
}
.kalk-header p {
    margin: 0;
    color: #6e6363;
    font-size: 14px;
    line-height: 1.55;
}

/* Sekcie (Koláčiky / Torty) */
.kalk-sekcia {
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #e8dcf4;
    border-radius: 12px;
    overflow: hidden;
}
.kalk-sekcia summary {
    cursor: pointer;
    padding: 14px 18px;
    background: #f6f0fb;
    color: #5a5a5a;
    font-weight: 700;
    font-size: 16px;
    list-style: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kalk-sekcia summary::-webkit-details-marker { display: none; }
.kalk-sekcia summary::after {
    content: "▾";
    color: #9d7fc7;
    transition: transform .2s;
}
.kalk-sekcia[open] summary::after { transform: rotate(180deg); }
.kalk-sekcia summary:hover { background: #efe6f8; }

.kalk-tabulka {
    padding: 8px 16px 14px;
}

/* Riadok produktu */
.kalk-row {
    display: grid;
    grid-template-columns: 56px 1fr auto auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0e6f8;
    transition: background .2s;
}
.kalk-row:last-child { border-bottom: none; }
.kalk-row.kalk-row-pod-min {
    background: #fff5e0;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
}
.kalk-row.kalk-row-pod-min::after {
    content: "Pod minimálny odber";
    grid-column: 2 / 5;
    grid-row: 2;
    font-size: 11px;
    color: #d3a64f;
    margin-top: -4px;
}

.kalk-row-foto {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #faf6f4;
}
.kalk-row-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.kalk-row-info { min-width: 0; }
.kalk-row-nazov {
    font-weight: 600;
    font-size: 14px;
    color: #4b4342;
    line-height: 1.3;
}
.kalk-row-meta {
    color: #8a7d7c;
    font-size: 12px;
    margin-top: 3px;
}

/* Výber veľkosti pri tortách s variantami (1-poschodová, 2-poschodová) */
.kalk-row-variant {
    margin-top: 5px;
    width: 100%;
    max-width: 360px;
    padding: 6px 10px;
    font-family: inherit;
    font-size: 13px;
    color: #4b4342;
    background: #fff;
    border: 1.5px solid #d6c6f0;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
}
.kalk-row-variant:focus {
    outline: none;
    border-color: #9d7fc7;
    box-shadow: 0 0 0 2px rgba(157, 127, 199, 0.2);
}

.kalk-row-pocet {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    border: 2px solid #d6c6f0;
    border-radius: 999px;
    padding: 3px;
}
.kalk-minus,
.kalk-plus {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: transparent;
    border: none;
    color: #7d5fb0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background .15s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kalk-minus:hover,
.kalk-plus:hover { background: #f6f0fb; }
.kalk-input {
    width: 50px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    color: #4b4342;
    font-weight: 700;
    -moz-appearance: textfield;
}
.kalk-input::-webkit-outer-spin-button,
.kalk-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.kalk-input:focus { outline: none; }

.kalk-row-suma {
    min-width: 70px;
    text-align: right;
    font-weight: 700;
    color: #7d5fb0;
    font-size: 14px;
}

/* Doručenie */
.kalk-dorucenie {
    margin-top: 18px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e8dcf4;
    border-radius: 12px;
}
.kalk-dorucenie h4 {
    margin: 0 0 12px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
    padding-top: 0;
}
.kalk-doruc-prepin {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kalk-doruc-prepin label {
    cursor: pointer;
    color: #4b4342;
    font-size: 14px;
}
.kalk-doruc-prepin input[type="radio"] {
    accent-color: #9d7fc7;
    margin-right: 6px;
}
.kalk-doruc-mesto {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e8dcf4;
}
.kalk-doruc-mesto label {
    display: block;
    color: #5a5a5a;
    font-size: 13px;
    margin-bottom: 6px;
}
.kalk-doruc-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.kalk-doruc-row input[type="text"] {
    flex: 1 1 200px;
    min-width: 0;
    padding: 9px 12px;
    font-family: inherit;
    font-size: 14px;
    color: #4b4342;
    background: #fbf9ff;
    border: 2px solid #d6c6f0;
    border-radius: 8px;
}
.kalk-doruc-row input[type="text"]:focus {
    outline: none;
    border-color: #9d7fc7;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(157, 127, 199, 0.18);
}
.kalk-doruc-row button {
    padding: 9px 18px;
    background: #9d7fc7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}
.kalk-doruc-row button:hover { background: #7d5fb0; }
.kalk-doruc-row button:disabled { background: #b8a4dd; cursor: wait; }

.kalk-doruc-vysledok {
    margin-top: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 14px;
}
.kalk-doruc-vysledok.ok {
    background: #f6f0fb;
    border: 1px dashed #b8a4dd;
    color: #5a5a5a;
}
.kalk-doruc-vysledok.ok b.suma { color: #7d5fb0; font-size: 16px; }
.kalk-doruc-vysledok.err {
    background: #fde8e8;
    border-left: 3px solid #d33;
    color: #a02020;
}
.kalk-doruc-vysledok.err a { color: #a02020; text-decoration: underline; }
.kalk-doruc-vysledok.loading {
    background: #fbf9ff;
    color: #8a7d7c;
    font-style: italic;
}

/* Súhrn */
.kalk-suhrn {
    margin-top: 22px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #f6f0fb 0%, #efe6f8 100%);
    border: 2px solid #b8a4dd;
    border-radius: 12px;
}
.kalk-suhrn-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 0;
    color: #5a5a5a;
    font-size: 15px;
}
.kalk-suhrn-row b { color: #5a5a5a; font-size: 15px; }
.kalk-suhrn-spolu {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 2px solid #b8a4dd;
}
.kalk-suhrn-spolu span,
.kalk-suhrn-spolu b {
    font-size: 22px;
    color: #5a3a8c;
    font-weight: 800;
}
.kalk-poznamka {
    margin: 14px 0 16px;
    color: #6e6363;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}
.kalk-btn-odoslat {
    width: 100%;
    padding: 14px 22px;
    background: #9d7fc7;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s, transform .1s, box-shadow .2s;
    letter-spacing: 0.3px;
}
.kalk-btn-odoslat:hover:not(:disabled) {
    background: #7d5fb0;
    box-shadow: 0 6px 18px rgba(157, 127, 199, 0.4);
    transform: translateY(-1px);
}
.kalk-btn-odoslat:disabled {
    background: #d6c6f0;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Mobile */
@media (max-width: 600px) {
    .kalk-svadba { padding: 16px; margin: 20px 10px; }
    .kalk-header h3 { font-size: 24px; }
    .kalk-row {
        grid-template-columns: 48px 1fr;
        grid-template-rows: auto auto;
        row-gap: 8px;
    }
    .kalk-row-foto { width: 48px; height: 48px; }
    .kalk-row-pocet {
        grid-column: 1 / 3;
        grid-row: 2;
        justify-self: start;
    }
    .kalk-row-suma {
        grid-column: 1 / 3;
        grid-row: 3;
        text-align: left;
        padding-left: 60px;
    }
    .kalk-row.kalk-row-pod-min::after {
        grid-column: 1 / 3;
        grid-row: 4;
        padding-left: 60px;
    }
}

/* Svadby — kompaktná tabuľka miest s cenami */
.svadby-mesta {
    max-width: 720px;
    margin: 16px auto 8px;
}
.svadby-mesta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    column-gap: 16px;
    row-gap: 2px;
    background: #fbf9ff;
    border: 1px solid #d6c6f0;
    border-radius: 8px;
    padding: 12px 18px;
}
.svadby-mesta li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 3px 0;
    font-size: 13px;
    line-height: 1.4;
}
.svadby-mesta li b { font-weight: 600; color: #4b4342; font-size: 13px; }
.svadby-mesta li span { color: #9d7fc7; font-weight: 600; font-size: 13px; }

.svadby-zahranicie {
    background: #fbf9ff;
    border: 2px solid #d6c6f0;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 18px 0 12px;
    text-align: center;
    font-size: 15px;
    color: #5a5a5a;
}

/* Sub-sekcie na podstránke Torty (Mini tortičky, Guľaté torty atď.) — názvy sekcie zarovnať vľavo */
.text-torty-next .torty-header,
.text-torty-next .torty-header span {
    text-align: left;
    width: auto;
    float: none;
    display: block;
}
.text-torty-next .torty-header span {
    font-size: 38px;
    letter-spacing: 1.5px;
}
.text-torty-next > p[align="left"] {
    margin-left: 0 !important;
}

/* ─────────────────────────────────────────────────────────────
   Elegantná karta produktu (CUPCAKES) – zjednotený pill/chip štýl
   ───────────────────────────────────────────────────────────── */
.kolac-card {
    margin: 18px 0 22px;
    padding: 22px 24px 20px;
    background: linear-gradient(180deg, #fdfbff 0%, #ffffff 100%);
    border: 1px solid #e8dcf4;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(157, 127, 199, 0.08);
    position: relative;
    overflow: hidden;
}
.kolac-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d6c6f0 0%, #9d7fc7 50%, #b8a4dd 100%);
}
.kolac-card-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 18px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e8dcf4;
}
.kolac-card-titul {
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #5a5a5a;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 10px;
}
.kolac-card-podtitul {
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
    text-transform: lowercase;
    color: #9d7fc7;
    font-style: italic;
}
.kolac-card-ceny {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.kolac-cena-pill {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1.5px solid #d6c6f0;
    border-radius: 999px;
    color: #4b4342;
    box-shadow: 0 2px 6px rgba(157, 127, 199, 0.08);
    transition: transform .15s, box-shadow .15s, border-color .15s, background .15s;
}
.kolac-cena-pill:hover {
    transform: translateY(-1px);
    border-color: #9d7fc7;
    box-shadow: 0 4px 12px rgba(157, 127, 199, 0.18);
    background: #fbf7ff;
}
.kolac-cena-suma {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #5a3a8c;
}
.kolac-cena-popis {
    font-size: 13px;
    color: #7a6f78;
    letter-spacing: 0.3px;
}
.kolac-cena-pill-alt {
    background: linear-gradient(135deg, #f6f0fb 0%, #fff 100%);
    border-color: #b8a4dd;
}
.kolac-cena-pill-alt .kolac-cena-suma {
    color: #7d5fb0;
}
.kolac-card-info {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.kolac-info-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 32px;
    background: #fbf9ff;
    border: 1px dashed #d6c6f0;
    border-radius: 999px;
    font-size: 13.5px;
    color: #6b5e7a;
    position: relative;
}
.kolac-info-pill::before {
    content: "i";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #9d7fc7;
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
/* Variant info pillu pre priemer — namiesto „i" má kruh (priemer) */
.kolac-info-pill-priemer::before {
    content: "";
    background: transparent;
    border: 2px solid #9d7fc7;
    width: 14px;
    height: 14px;
}
/* Trvanlivosť pill — jemný modro-fialový s ikonou termometra */
.kolac-info-pill-trvanlivost {
    background: linear-gradient(135deg, #e8f0ff 0%, #f3edff 100%);
    border-color: #c4d4f0;
    color: #3a4a7a;
}
.kolac-info-pill-trvanlivost::before {
    content: "";
    background: transparent;
    border: none;
    width: 0;
    height: 0;
    margin: 0;
}

/* Alergény pill — ružová farebná schéma s "!" markerom */
.kolac-info-pill-alergeny {
    background: linear-gradient(135deg, #fef3d6 0%, #fde0ec 100%);
    border-color: #f8c8d8;
    color: #993556;
    transition: transform .15s ease, box-shadow .15s ease;
}
.kolac-info-pill-alergeny:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(153, 53, 86, .18);
}
.kolac-info-pill-alergeny::before {
    content: "!";
    background: #993556;
    color: #fff;
    font-weight: 900;
    border: none;
    font-size: 11px;
}
@media (max-width: 600px) {
    .kolac-card { padding: 18px 16px 16px; border-radius: 14px; }
    .kolac-card-titul { font-size: 26px; }
    .kolac-cena-suma { font-size: 16px; }
    .kolac-cena-popis { font-size: 12px; }
}

/* ─────────────────────────────────────────────────────────────
   Elegantné príchute v pill/chip tvare (CUPCAKES atď.)
   ───────────────────────────────────────────────────────────── */
.prichute-pills {
    margin: 8px 0 4px;
    padding: 14px 18px;
    background: linear-gradient(180deg, #fbf9ff 0%, #fff 100%);
    border: 1px solid #e8dcf4;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(157, 127, 199, 0.06);
}
.prichute-pills-titul {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #9d7fc7;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e8dcf4;
    text-align: center;
}
.prichute-pills-zoznam {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.prichute-pills-zoznam li {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    border: 1.5px solid #d6c6f0;
    border-radius: 999px;
    font-size: 14px;
    color: #4b4342;
    transition: background .15s, border-color .15s, transform .12s, box-shadow .15s;
    cursor: default;
}
.prichute-pills-zoznam li:hover {
    background: #f6f0fb;
    border-color: #9d7fc7;
    color: #5a3a8c;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(157, 127, 199, 0.15);
}
/* Keď je zoznam príchutí vnorený v karte produktu, odstránime duplicitné pozadie */
.kolac-card .prichute-pills {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.kolac-card .prichute-pills-titul {
    margin-top: 0;
}
/* Medzera medzi po sebe nasledujúcimi pill blokmi (KOŠÍČEK + PRÍCHUTE) */
.kolac-card .prichute-pills + .prichute-pills {
    margin-top: 18px;
}

/* ─────────────────────────────────────────────────────────────
   Galéria integrovaná v karte produktu (CUPCAKES)
   ───────────────────────────────────────────────────────────── */
.kolac-galeria {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #e8dcf4;
}
.kolac-galeria-titul {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e8dcf4;
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #9d7fc7;
    text-transform: uppercase;
}
.kolac-galeria-hint {
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: none;
    color: #a89bb8;
    font-style: italic;
}
.kolac-galeria-hint::before {
    content: "🔍 ";
    margin-right: 2px;
    font-style: normal;
}
.kolac-galeria-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.kolac-galeria-item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background: #faf6f4;
    box-shadow: 0 2px 8px rgba(157, 127, 199, 0.10);
    border: 1.5px solid #ece1f6;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    text-decoration: none;
}
.kolac-galeria-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.kolac-galeria-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(157, 127, 199, 0.18) 100%);
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}
.kolac-galeria-zoom {
    position: absolute;
    top: 50%; left: 50%;
    width: 42px; height: 42px;
    transform: translate(-50%, -50%) scale(0.7);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(157, 127, 199, 0.30);
    opacity: 0;
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}
.kolac-galeria-zoom::before,
.kolac-galeria-zoom::after {
    content: "";
    position: absolute;
}
.kolac-galeria-zoom::before {
    top: 50%; left: 50%;
    width: 16px; height: 16px;
    border: 2.5px solid #7d5fb0;
    border-radius: 50%;
    transform: translate(-60%, -60%);
}
.kolac-galeria-zoom::after {
    top: 58%; left: 58%;
    width: 8px; height: 2.5px;
    background: #7d5fb0;
    border-radius: 2px;
    transform: rotate(45deg);
}
.kolac-galeria-item:hover {
    transform: translateY(-3px);
    border-color: #b8a4dd;
    box-shadow: 0 8px 20px rgba(157, 127, 199, 0.25);
}
.kolac-galeria-item:hover img { transform: scale(1.06); }
.kolac-galeria-item:hover::after { opacity: 1; }
.kolac-galeria-item:hover .kolac-galeria-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px) {
    .kolac-galeria-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .kolac-galeria-item { border-radius: 12px; }
}

/* Názvy koláčov v <b> — rovnaké písmo ako názvy kategórie tort (Anton)
   Cieli na produktové <p align="left"> v oboch wrapperoch (.text-torty + .text-torty-next).
   Intro <p align="justify"> ostáva nedotknutý (MIX KRABIČKA, TU odkaz). */
.text-torty-next p[align="left"] b,
.text-torty p[align="left"] b {
    display: block;
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.15;
    color: #5a5a5a;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 4px;
}
.text-torty-next p[align="left"] b:first-child,
.text-torty p[align="left"] b:first-child {
    margin-top: 0;
}
/* Tučné prvky v rámci popisu (PRÍCHUTE, TU odkaz, atď.) ostávajú normálne tučné */
.text-torty-next p b:not(:first-child)[class],
.text-torty-next p b a {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    font-weight: 700;
}
.text-torty{
width: 90%;
padding-left: 10%;
position: relative;
padding-top: 35px; /* bolo 200px */
font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
font-size: 20px;
line-height: 26px;
text-align: center;
margin-top: -30px;
}
.text-torty h3 {
	text-align: left;
}
.text-torty ul.list-unstyled > li i {
	height: 10px;
	width: 10px;
}
.text-torty ul.list-unstyled > li span.text {
	margin-left: 15px;
    margin-top: -3px;
    line-height: 30px;
}
.photo_contact img {
	height: auto;
	width: auto;
	border-radius: 3%;
}
.photo_contact p {
	text-align: left;
    margin-top: 30px;  
}
.photo_contact i#kolacik {
	 
}

.text-torty-next{
    width: 90%;
    padding-left: 10%;
    position: relative;
    padding-top: 18px;     /* prázdny riadok nad názvom kategórie (napr. Mini tortičky) */
    margin-bottom: 6px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.55;
    text-align: left;
    margin-bottom: 4px;
}
.text-torty-next .torty-header {
    margin-bottom: 6px !important;
}
.text-torty-next > p[align="left"] {
    margin: 0 0 8px !important;
}
/* ─────────────────────────────────────────────────────────────
   Tabuľka tortových kombinácií (Torty stránka)
   ───────────────────────────────────────────────────────────── */
.torty-tabulka-titul {
    width: 90%;
    margin: 6px auto;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #5a3a8c;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.torty-prichute {
    width: 100% !important;
    margin: 14px 0 18px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    background: #fff;
    border: 1px solid #d6c6f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(157, 127, 199, 0.08);
}
.torty-prichute thead {
    background: linear-gradient(135deg, #d6c6f0 0%, #b8a4dd 100%);
}
.torty-prichute th {
    padding: 6px 12px !important;
    color: #fff !important;
    font-family: 'Anton', 'Bebas Neue', sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: left;
    font-weight: 400;
    line-height: 1.1 !important;
}
.torty-prichute td {
    padding: 3px 12px !important;
    border-top: 1px solid #f0e6f8;
    color: #4b4342;
    vertical-align: middle;
    line-height: 1.2 !important;
    height: auto !important;
}
.torty-prichute tr {
    height: auto !important;
}
.torty-prichute tbody tr:nth-child(even) td {
    background: #fbf9ff;
}
.torty-prichute tbody tr:hover td {
    background: #f6f0fb;
}
.torty-prichute tr.top td {
    background: linear-gradient(90deg, #fff8e5 0%, #fff 100%) !important;
    font-weight: 600;
}
.torty-prichute .badge-top {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    background: #f1b500;
    color: #fff;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    border-radius: 999px;
    vertical-align: middle;
    line-height: 1.4;
}

.torty-platnost {
    width: 90%;
    margin: 8px auto 16px;
    color: #8a7d7c;
    font-size: 13.5px;
    font-style: italic;
    text-align: left;
}

@media (max-width: 720px) {
    .torty-prichute { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; font-size: 12.5px !important; }
    .torty-prichute th { padding: 5px 8px !important; font-size: 12px !important; letter-spacing: 0.5px; }
    .torty-prichute td { padding: 3px 8px !important; }
}

/* ─────────────────────────────────────────────────────────────
   Moderná galéria koláčikov / tort (.photo-torty)
   Všetky 4 fotky v jednom riadku, štvorcový náhľad.
   ───────────────────────────────────────────────────────────── */
.photo-torty {
    width: 90%;
    padding-left: 10%;
    padding-top: 0;
    margin-bottom: 18px;     /* menšia medzera medzi fotkami a ďalším produktom */
    margin-top: 6px;          /* malá medzera nad fotkami pod textom */
}
.photo-torty .row {
    row-gap: 14px;
    column-gap: 0;
    flex-wrap: nowrap;          /* desktop: nikdy nezalomiť — 4 fotky v jednom riadku */
}
/* Desktop a tablet: 4 stĺpce v jednom riadku */
@media (min-width: 768px) {
    .photo-torty .portfolio-block.col-lg-3,
    .photo-torty .portfolio-block.col-md-6,
    .photo-torty .portfolio-block {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/* Mobil: 2 stĺpce, dva riadky */
@media (max-width: 767px) {
    .photo-torty .row { flex-wrap: wrap; }
    .photo-torty .portfolio-block { flex: 0 0 50%; max-width: 50%; }
}
.photo-torty .portfolio-block { padding: 0 7px; min-width: 0; }
.photo-torty .inner-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #faf6f4;
    box-shadow: 0 2px 10px rgba(157, 127, 199, 0.10);
    transition: box-shadow .25s ease, transform .25s ease;
    aspect-ratio: 1 / 1;
}
.photo-torty .inner-box:hover {
    box-shadow: 0 10px 28px rgba(157, 127, 199, 0.28);
    transform: translateY(-3px);
}
.photo-torty .image-box {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.photo-torty .image,
.photo-torty .image-box figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.photo-torty .portfolio-block .image-box img,
.photo-torty .portfolio-block .image img,
.photo-torty .image-box img,
.photo-torty .image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: transform .55s cubic-bezier(.2, .8, .2, 1), filter .35s ease;
}
.photo-torty .inner-box:hover .image-box img,
.photo-torty .inner-box:hover .image img {
    transform: scale(1.08);
    filter: brightness(1.04);
}

/* Klikateľný overlay s ikonou lupy (nahrádza pôvodný .lightbox-image neviditeľný link) */
.photo-torty .lightbox-image.link {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, rgba(157,127,199,0) 0%, rgba(125,95,176,0) 100%);
    opacity: 0;
    transition: opacity .25s ease, background .35s ease;
    z-index: 2;
    cursor: zoom-in;
}
.photo-torty .lightbox-image.link::before {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237d5fb0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/><line x1='11' y1='8' x2='11' y2='14'/><line x1='8' y1='11' x2='14' y2='11'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    transform: scale(0.7);
    transition: transform .25s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}
.photo-torty .inner-box:hover .lightbox-image.link {
    opacity: 1;
    background: linear-gradient(135deg, rgba(157,127,199,0.55) 0%, rgba(125,95,176,0.45) 100%);
}
.photo-torty .inner-box:hover .lightbox-image.link::before {
    transform: scale(1);
}
.photo-torty .lightbox-image.link:focus-visible {
    outline: 3px solid #9d7fc7;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .photo-torty {
        width: 100%;
        padding-left: 0;
    }
    .photo-torty .portfolio-block { padding: 0 5px; }
    .photo-torty .row { row-gap: 10px; }
}
/* Info riadok pod úvodnym textom — menší font, decentne */
.text-torty .text-torty-info {
    font-size: 13px;
    color: #888;
    margin: 6px 0 0;
    text-align: left;
}
.paddingTop{
    padding-top: 1%;
}
/* Odstránené: nešpecifické pravidlá `.torty span` a `.skuska, ul li, a { color: pink }`
   ktoré prebíjali nadpisy na podstránke Torty a nelogicky prefarbovali zoznamy/odkazy. */

.disabled a{
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
  }
  
.tu{
    text-decoration: none;
    cursor: pointer;
    color: red;
}

body {
    font-size: 14px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    color: #4b4342;
    line-height: 28px;
    font-weight: 400;
	/*                    
    background: linear-gradient(-45deg, #77d0d2, #9de6e7, #52b1b2, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;	*/
    background: #abe6ed; 
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    position: relative;
}

/* Špecialitka od ujcamata */

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

/* / Špecialitka od ujcamata */


a {
    text-decoration: none;
    cursor: pointer;
    color: #5fcac7;
}

nav ul li a.current {
    color: blue;
}x

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #5fcac7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    padding-top: 0;            /* zrušený starý 200px hack */
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
    color: #5a5a5a;            /* svetlejšia tmavo sivá */
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h2.popis {
    font-size: 17px;
    line-height: 29px;
    color: rgb(75, 67, 66);
    font-weight: 400;
    text-align: justify;
    margin: 0px;
}

h2.popis span.poznamka {
	display: table;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    h6 {
        padding: 0px;
    }
}

section {
    position: relative;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    min-width: auto;
}

p,
.text {
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
    font-weight: 400;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 80%;
    padding: 0px 30px;
    margin: 0 auto;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    z-index: 1;
    position: relative;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 100px;
    width: 68%;       /* bolo 80% — zúžené o 15 % */
    min-width: 300px;
    overflow: hidden;
    background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .page-wrapper {
        margin: 0;
        width: 100%;
    }
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fancybox-can-drag .fancybox-image-wrap {
    border: 10px solid #ffffff;
}


/******************
** \reset select 2
******************/

.select2-container--open,
.select2-dropdown--below,
.select2-drop {
    z-index: 99;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-container .select2-choice {
    position: relative;
    z-index: 2;
}

.select2-container {
    max-width: 100%;
    z-index: 99;
}

.select2-container li:before {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 10px;
    border: 0;
}

.select2-dropdown,
.select2-search--dropdown {
    border-color: #e0e6ea;
}

.select2-container--default .select2-results__option {
    position: relative;
    color: #4b4342;
    font-weight: 500;
    font-size: 17px;
    padding: 13px 10px;
    line-height: 20px;
    border-top: 1px solid #f1f1f1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-search--dropdown,
.select2-results .select2-result-label {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #5fcac7;
}

.select2-container--default .select2-selection--single {
    border-color: #e0e6ea;
    position: relative;
    color: #4b4342;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0px;
    line-height: 28px;
    border-top: 1px solid #f1f1f1;
    height: 48px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    height: 100%;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    left: 0;
    top: -1px;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent !important;
    background: none;
    background-color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "\f107";
    opacity: .25;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    line-height: 20px;
    font-size: 17px;
    color: inherit;
    font-weight: 900;
}


/*** 

====================================================================
	List Styles
====================================================================

***/

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-one li {
    position: relative;
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
    font-weight: 400;
    padding-left: 22px;
    margin-bottom: 13px;
}

.list-style-one li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    content: "\f111";
    color: #ff91a4;
}


/*** 

====================================================================
	Social Icons
====================================================================

***/

.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 2;
    margin-top: -10px;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #4b4342;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li svg {
    position: absolute;
    left: 0;
    top: 0;
    stroke-width: 35px;
    fill: white;
    stroke: white;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li a:hover {
    color: #ffffff;
}

.social-icon-one li a:hover svg {
    fill: brown;
    stroke: brown;
}


/* Social Icon Two */

.social-icon-two {
    position: relative;
    display: block;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    z-index: 2;
}

.social-icon-two li:last-child {
    margin-right: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 56px;
    width: 60px;
    height: 60px;
    color: #d0cece;
    border: 2px solid #d0cece;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-two li a:hover {
    color: #493e3c;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}


/* Social Icon Three */

.social-icon-three {
    position: relative;
    display: block;
}

.social-icon-three li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 2;
}

.social-icon-three li:last-child {
    margin-right: 0;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #4b4342;
    background-color: #82d5af;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-three li a:hover {
    background-color: #ffffff;
}


/*** 

====================================================================
	Content Elements
====================================================================

***/

#page {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 40px;
}

.content-elements {
    position: relative;
}

.content-elements .sec-title .divider {
    margin-bottom: 0;
}

.content-elements .deviders p {
    margin-bottom: 30px;
    margin-top: 30px;
}

.content-elements .buttons {
    position: relative;
    text-align: center;
    margin: 0 -15px;
}

.buttons .upper-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 15px 0;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.buttons .upper-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(95, 202, 199, 0.8);
}

.buttons .lower-box {
    position: relative;
    padding: 30px 15px 0;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-item {
    position: relative;
}

.gallery-item .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery-item .image img {
    width: 100%;
    display: block;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

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

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

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-50 {
    margin-top: 50px;
}

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

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

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

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


/*==========================
	Owl Carousel Dots
===========================*/

.default-dots .owl-dots {
    position: relative;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.default-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.default-dots .owl-dot:hover,
.default-dots .owl-dot.active {
    opacity: 1;
}


/*==========================
	Owl Carousel Arrows
===========================*/

.owl-carousel.no-arrows .owl-nav {
    display: none;
}

.default-arrows .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    margin-top: -70px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows:hover .owl-nav {
    opacity: .7;
}

.default-arrows .owl-next,
.default-arrows .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows .owl-next {
    left: auto;
    right: -50px;
}

.default-arrows:hover .owl-next {
    right: 10px;
}

.default-arrows:hover .owl-prev {
    left: 10px;
}


/*==========================
	Message Box
===========================*/

.message-box {
    position: relative;
    padding: 10px 10px;
    min-height: 75px;
    border-width: 3px;
    border-style: solid;
    border-color: #46cf93;
    border-radius: 40px;
    margin-bottom: 30px;
}

.message-box p {
    font-size: 17px;
    line-height: 20px;
}

.message-box h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2px;
}

.message-box a {
    color: #46cf93;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.message-box .close-btn {
    display: block;
    position: absolute;
    z-index: 1;
    top: 21px;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    background: #d2d0d0;
    color: #ffffff;
}

.message-box.with-icon {
    padding-left: 80px;
    padding-right: 65px;
}

.message-box .icon-box {
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 1px;
    width: 70px;
    height: 70px;
    border-color: inherit;
}

.message-box .icon-box:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid;
    border-color: inherit;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-box .icon-box .icon {
    font-size: 30px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
    color: #46cf93;
}


/* Message Info */

.message-box.info {
    border-color: #41b6e2;
}

.message-box.info h4,
.message-box.info .icon-box .icon,
.message-box.info a {
    color: #41b6e2;
}


/* Message Success */

.message-box.sucess {
    border-color: #46cf93;
}

.message-box.sucess h4,
.message-box.sucess .icon-box .icon,
.message-box.sucess a {
    color: #46cf93;
}


/* Message Warning */

.message-box.warning {
    border-color: #ffc000;
}

.message-box.warning h4,
.message-box.warning .icon-box .icon,
.message-box.warning a {
    color: #ffc000;
}


/* Message Error */

.message-box.error {
    border-color: #ff5555;
}

.message-box.error h4,
.message-box.error .icon-box .icon,
.message-box.error a {
    color: #ff5555;
}


/*==========================
		Default Tabs
===========================*/

.default-tabs {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.default-tabs .tab-buttons {
    position: relative;
    background-color: #f6f5f5;
    margin-bottom: -30px;
}

.default-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    margin-right: -3px;
    font-size: 23px;
    line-height: 36px;
    padding: 12px 33px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    color: #4b4342;
    cursor: pointer;
    padding-bottom: 42px;
    border-radius: 30px 30px 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-buttons li.active-btn {
    background-color: #5fcac7;
    color: #ffffff;
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%;
    border: 3px solid #edecec;
    border-radius: 24px !important;
    padding: 20px 35px 10px;
    background: #ffffff;
}

.default-tabs .tabs-content p {
    margin-bottom: 18px;
}


/*==========================
	Accordian Box
===========================*/

.accordion-box {
    position: relative;
    border-radius: 24px;
    padding: 10px;
    border: 3px solid #edecec;
    background: #ffffff;
}

.accordion-box .block {
    position: relative;
    border-radius: 24px;
    padding: 9px 5px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 100%;
    background: #edecec;
    bottom: -10px;
    left: 0;
}

.accordion-box .block.active-block {
    background-color: #5fcac7;
    margin-bottom: 10px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block:last-child:before,
.accordion-box .block.active-block:before {
    display: none;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 23px;
    padding: 5px 20px;
    padding-left: 55px;
    line-height: 1em;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 20px;
    line-height: 25px;
    color: #5fcac7;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block .icon-outer {
    color: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-box .block.active-block .icon-outer .icon:before {
    content: "\f068";
    font-weight: 900;
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
}

.accordion-box .block .acc-btn.active .icon-outer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-left: 55px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
}

.accordion-box .block .content .text {
    position: relative;
    font-size: 16px;
    padding-top: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block .acc-btn,
.accordion-box .block.active-block .text {
    color: #ffffff;
}


/*==========================
			CWS Divider
===========================*/

.cws_divider {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
}

.cws_divider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

.cws_divider img {
    display: block;
    margin: auto;
    max-width: 113px;
    padding: 0 20px;
    background: #ffffff;
}


/*** 

====================================================================
	Buttons Styles
====================================================================

***/

.theme-btn {
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Btn Style One */

.btn-style-one {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 22px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    min-width: 160px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    margin: 20px 0;
    border: 0;
}

.btn-style-one:before,
.btn-style-one:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid;
    border-color: inherit;
}

.btn-style-one:before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent !important;
}

.btn-style-one:after {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: transparent !important;
}

.btn-style-one span {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-color: inherit;
}

.btn-style-one span:first-child {
    top: -15px;
}

.btn-style-one span:last-child {
    bottom: -15px;
}

.btn-style-one span:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 50%;
    border-color: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-one span:first-child:before {
    top: 3px;
}

.btn-style-one span:last-child:before {
    bottom: 3px;
}

.btn-style-one:hover span:before,
.btn-style-one:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #5fcac7;
}

.btn-style-one.alt span:before {}

.btn-style-one.alt:hover span:before {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-one.alt:hover span:before,
.btn-style-one.alt:hover {
    background-color: transparent;
    border-color: #4b4342;
    color: #4b4342;
}


/* Btn Style two */

.btn-style-two {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 22px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    min-width: 160px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #fff;
    margin: 20px 0;
    border: 0;
}

.btn-style-two:before,
.btn-style-two:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid;
    border-color: inherit;
}

.btn-style-two:before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent !important;
}

.btn-style-two:after {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: transparent !important;
}

.btn-style-two span {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-color: inherit;
}

.btn-style-two span:first-child {
    top: -15px;
}

.btn-style-two span:last-child {
    bottom: -15px;
}

.btn-style-two span:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 50%;
    border-color: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-two span:first-child:before {
    top: 3px;
}

.btn-style-two span:last-child:before {
    bottom: 3px;
}

.btn-style-two,
.btn-style-two span:before {
    box-shadow: 0px 0px 0px 3px #fff;
    color: #4b4342;
    background-color: #ffffff;
    border-color: #4b4342;
}

.btn-style-two:hover,
.btn-style-two:hover span:before {
    color: #ffffff;
    background-color: #4b4342;
}

.btn-style-two.alt span:before,
.btn-style-two.alt {
    box-shadow: none;
    background-color: transparent;
}

.btn-style-two.alt:hover span:before,
.btn-style-two.alt:hover {
    color: #ffffff;
    background-color: #4b4342;
}

.btn-style-two.with-bg span:before,
.btn-style-two.with-bg {
    box-shadow: none;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-style-two.with-bg:hover span:before,
.btn-style-two.with-bg:hover {
    color: #ffffff;
    background-color: #4b4342;
    border-color: #4b4342;
}


/* Theme btn bg-sky */

.theme-btn.bg-sky,
.theme-btn.bg-sky span:before {
    color: #ffffff;
    background-color: #5fcac7;
    border-color: #5fcac7;
}

.theme-btn.bg-sky:hover,
.theme-btn.bg-sky:hover span:before {
    color: #5fcac7;
    background-color: #ffffff;
}


/* Theme btn border-sky */

.theme-btn.border-sky,
.theme-btn.border-sky span:before {
    color: #5fcac7;
    background-color: #ffffff;
    border-color: #5fcac7;
}

.theme-btn.border-sky:hover,
.theme-btn.border-sky:hover span:before {
    color: #ffffff;
    background-color: #5fcac7;
}


/* Theme btn bg-pink */

.theme-btn.bg-pink,
.theme-btn.bg-pink span:before {
    color: #ffffff;
    background-color: #ff91a4;
    border-color: #ff91a4;
}

.theme-btn.bg-pink:hover,
.theme-btn.bg-pink:hover span:before {
    color: #ff91a4;
    background-color: #ffffff;
}


/* Theme btn border-pink */

.theme-btn.border-pink,
.theme-btn.border-pink span:before {
    border-color: #ff91a4;
    color: #ff91a4;
}

.theme-btn.border-pink:hover,
.theme-btn.border-pink:hover span:before {
    background-color: #ff91a4;
    color: #ffffff;
}


/* Theme btn bg-parrot */

.theme-btn.bg-parrot,
.theme-btn.bg-parrot span:before {
    color: #4b4342;
    background-color: #d1f16a;
    border-color: #d1f16a;
}

.theme-btn.bg-parrot:hover,
.theme-btn.bg-parrot:hover span:before {
    color: #d1f16a;
    background-color: #4b4342;
}

.theme-btn.bg-parrot.alt:hover,
.theme-btn.bg-parrot.alt:hover span:before {
    color: #d1f16a;
    background-color: #ffffff;
    border-color: #ffffff;
}

.theme-btn:hover i {
    color: #fff;
}

.theme-btn.small {
    width: 160px;
    font-size: 20px;
    line-height: 36px;
}

.theme-btn.regular {
    font-size: 22px;
    width: 200px;
    line-height: 40px;
}

.theme-btn.large {
    width: 270px;
    font-size: 26px;
    line-height: 50px;
}

.theme-btn.small span {
    height: 13px;
}

.theme-btn.small span:first-child {
    top: -13px;
}

.theme-btn.small span:last-child {
    bottom: -13px;
}

.theme-btn.small span:before {
    margin-left: -25px;
    height: 50px;
    width: 50px;
}

.theme-btn.large span {
    height: 18px;
}

.theme-btn.large span:first-child {
    top: -18px;
}

.theme-btn.large span:last-child {
    bottom: -18px;
}

.theme-btn.large span:before {
    margin-left: -40px;
    height: 80px;
    width: 80px;
}


/*==========================
	Progress Bars
============================*/

.bar-item {
    position: relative;
    margin-bottom: 30px;
}

.bar-item .skill-bar {
    position: relative;
    width: 100%;
    height: 5px;
}

.bar-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #e3e3e3;
}

.bar-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 0px;
    border-bottom: 5px solid #ff91a4;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.bar-item .skill-bar .bar-inner .bar:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -5px;
    right: -12px;
    width: 17px;
    height: 17px;
    border: 5px solid;
    box-sizing: border-box;
    border-radius: 50%;
    border-color: #ff91a4;
    background: #ffffff;
}

.bar-item .skill-header {
    position: relative;
    line-height: 29px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    color: #4b4342;
    margin-bottom: 10px;
}

.bar-item .skill-header .skill-title {
    position: relative;
    float: left;
}

.bar-item .skill-percentage {
    position: absolute;
    right: -25px;
    top: -37px;
    font-size: 19px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    color: #4b4342;
}

.bar-item.style-two .skill-bar .bar-inner .bar:after {
    border-color: #5fcac7;
}

.bar-item.style-two .skill-bar .bar-inner .bar {
    border-color: #5fcac7;
    background-color: #5fcac7;
}


/*==========================
	Pie Graph
===========================*/

.pie-graph {
    position: relative;
    margin-bottom: 40px;
}

.pie-graph .graph-outer {
    position: relative;
    text-align: center;
    height: 216px;
    width: 216px;
    margin: 0 auto;
}

.pie-graph .graph-outer .dial {
    position: relative;
    display: block;
}

.pie-graph .inner-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 48px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
    font-weight: 500;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.pie-graph h4 {
    position: relative;
    font-size: 25px;
    color: #4b4342;
    margin-top: 10px;
    text-align: center;
}


/*==========================
	Banner Box
===========================*/

.banner-box {
    position: relative;
    margin-bottom: 50px;
}

.banner-box .inner-box {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 40px 20px;
    min-height: 190px;
}

.banner-box .theme-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -18px;
}

.banner-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    white-space: pre;
    padding: 6px 0;
}

.banner-box h2 {
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
}

.theme_color {
    color: #25262c;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


/*==========================
		Preloader
===========================*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    z-index: 9999;
}

.cws_loader_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    display: none;
}

.cws_loader_holder.active {
    display: block;
}

.cws_loader_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    z-index: 1030;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.cws_loader {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    animation: fadeIn 2s 1;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}

body .loader_overlay {
    width: 150px;
    height: 150px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
    box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
    border-radius: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs {
    z-index: -2;
    width: 100px;
    height: 100px;
    top: -120px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs__top {
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
}

body .loader_cogs__top div:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

body .loader_cogs__top div:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

body .loader_cogs__top div:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .loader_cogs__top div.top_part {
    width: 100px;
    border-radius: 10px;
    position: absolute;
    height: 100px;
    background: #f98db9;
}

body .loader_cogs__top div.top_hole {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: white;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs__left {
    position: relative;
    width: 80px;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
    top: 28px;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    animation: rotate_left 10s .1s infinite reverse linear;
    left: -24px;
    height: 80px;
}

body .loader_cogs__left div:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

body .loader_cogs__left div:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

body .loader_cogs__left div:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .loader_cogs__left div.left_part {
    width: 80px;
    border-radius: 6px;
    position: absolute;
    height: 80px;
    background: #97ddff;
}

body .loader_cogs__left div.left_hole {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: white;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs__bottom {
    position: relative;
    width: 60px;
    top: -65px;
    -webkit-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
    -webkit-animation: rotate_left 10.2s .4s infinite linear;
    animation: rotate_left 10.2s .4s infinite linear;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    left: 79px;
    height: 60px;
}

body .loader_cogs__bottom div:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

body .loader_cogs__bottom div:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

body .loader_cogs__bottom div:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .loader_cogs__bottom div.bottom_part {
    width: 60px;
    border-radius: 5px;
    position: absolute;
    height: 60px;
    background: #ffcd66;
}

body .loader_cogs__bottom div.bottom_hole {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: white;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Animations */

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate_left {
    from {
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg);
    }
    to {
        -webkit-transform: rotate(376deg);
        transform: rotate(376deg);
    }
}

@keyframes rotate_left {
    from {
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg);
    }
    to {
        -webkit-transform: rotate(376deg);
        transform: rotate(376deg);
    }
}

@-webkit-keyframes rotate_right {
    from {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    to {
        -webkit-transform: rotate(364deg);
        transform: rotate(364deg);
    }
}

@keyframes rotate_right {
    from {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    to {
        -webkit-transform: rotate(364deg);
        transform: rotate(364deg);
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 1px solid #9a9a9a;
    margin-top: .6em;
    margin-bottom: .6em;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99;
    width: 48px;
    height: 48px;
    display: none;            /* jQuery fadeIn → display:block */
    text-align: center;
    line-height: 48px;
    background: linear-gradient(180deg, #fbf9ff 0%, #ffffff 100%);
    color: #7d5fb0;
    border: 1.5px solid #d6c6f0;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(157, 127, 199, 0.25);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.scroll-to-top:hover {
    background: linear-gradient(180deg, #9d7fc7 0%, #7d5fb0 100%);
    border-color: #9d7fc7;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(157, 127, 199, 0.35);
}
.scroll-to-top svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-top: -3px;
    transition: transform .25s ease;
}
.scroll-to-top:hover svg {
    transform: translateY(-2px);
}
@media (max-width: 600px) {
    .scroll-to-top {
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .scroll-to-top svg { width: 19px; height: 19px; }
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    z-index: 1;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.main-header .main-box {
    position: relative;
    display: block;
    width: calc(100% - 80px);
    margin: 0 40px;
    min-height: 100px;
}

.main-header .menu_wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.menu_wave {
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom !important;
}

.main-header .nav-outer {
    position: relative;
    padding: 12px 0;
}

.main-header .logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9;
    width: 168px;            /* 140 × 1.2 = 168 (20% väčšie) */
    margin-left: -84px;      /* polovica šírky pre presné vystredenie */
}
.main-header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    width: 50%;
    margin: 0px;
    white-space: nowrap;
}

.main-menu .menu-left {
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 95px;      /* 84 polomer loga + 11 medzera */
}

/* Samostatná ikona košíka — pravý horný roh hlavičky, mimo hlavných sekcií */
.kosik-icon-link {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #fbf9ff;
    border: 2px solid #d6c6f0;
    border-radius: 999px;
    color: #5a5a5a;
    text-decoration: none;
    transition: background .15s, color .15s, transform .15s;
    line-height: 1;
}
.kosik-icon-link:hover {
    background: #9d7fc7;
    color: #fff;
    border-color: #9d7fc7;
    transform: translateY(-1px);
}
.kosik-icon-link.is-active {
    background: #9d7fc7;
    color: #fff;
    border-color: #9d7fc7;
}
.kosik-icon-link svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.kosik-icon-badge {
    background: #9d7fc7;
    color: #fff;
    border-radius: 999px;
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    line-height: 1.4;
}
.kosik-icon-link.is-active .kosik-icon-badge,
.kosik-icon-link:hover .kosik-icon-badge {
    background: #fff;
    color: #9d7fc7;
}
.kosik-icon-suma {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
}
@media (max-width: 600px) {
    .kosik-icon-link {
        top: 10px;
        right: 10px;
        padding: 6px 10px;
    }
    .kosik-icon-link svg { width: 18px; height: 18px; }
    .kosik-icon-suma { display: none; }
}

/* Hide decorative wave so the pastel stripe sits clean under the menu */
.main-header .menu_wave {
    display: none;
}

/* Reduce empty space between menu links and pastel stripe */
.main-header .main-box {
    min-height: 0;
}
.main-header .nav-outer {
    padding: 4px 0 0;     /* bolo 12px 0 */
}
.main-menu .navigation > li > a {
    padding-bottom: 6px !important;  /* bolo 20px */
}

/* ─────────────────────────────────────────────────────────────
   Moderná foto-galéria koláčikov (masonry + lightbox)
   ───────────────────────────────────────────────────────────── */
.kj-galeria {
    clear: both;
    max-width: 1100px;
    margin: 50px auto 70px;
    padding: 0 24px;
}
.kj-galeria-hlavicka {
    text-align: center;
    margin-bottom: 26px;
}
.kj-galeria-hlavicka h3 {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 36px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5a5a5a;
    margin: 0 0 8px;
    padding: 0;
}
.kj-galeria-hlavicka p {
    color: #8a7d7c;
    font-size: 15px;
    margin: 0;
}

.kj-galeria-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 10px;
}
.kj-tile {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #faf6f4;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .55s ease, transform .55s ease, box-shadow .25s ease;
    box-shadow: 0 2px 8px rgba(157, 127, 199, 0.08);
}
.kj-tile.kj-tile-in {
    opacity: 1;
    transform: translateY(0);
}
.kj-tile:hover {
    box-shadow: 0 8px 24px rgba(157, 127, 199, 0.25);
}
.kj-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease, filter .3s;
}
.kj-tile:hover img {
    transform: scale(1.07);
    filter: brightness(1.03);
}

/* Veľkostné varianty pre masonry efekt */
.kj-tile-tile { grid-column: span 1; grid-row: span 1; }
.kj-tile-tall { grid-column: span 1; grid-row: span 2; }
.kj-tile-wide { grid-column: span 2; grid-row: span 1; }
.kj-tile-large { grid-column: span 2; grid-row: span 2; }

/* Hover overlay s ikonou lupy */
.kj-tile-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(157, 127, 199, 0.0) 0%, rgba(125, 95, 176, 0.0) 100%);
    color: #fff;
    opacity: 0;
    transition: opacity .25s, background .35s;
    pointer-events: none;
}
.kj-tile:hover .kj-tile-overlay,
.kj-tile:focus-visible .kj-tile-overlay {
    opacity: 1;
    background: linear-gradient(135deg, rgba(157, 127, 199, 0.55) 0%, rgba(125, 95, 176, 0.45) 100%);
}
.kj-tile-overlay svg {
    width: 44px;
    height: 44px;
    transform: scale(0.8);
    transition: transform .25s ease;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}
.kj-tile:hover .kj-tile-overlay svg {
    transform: scale(1);
}
.kj-tile:focus-visible {
    outline: 3px solid #9d7fc7;
    outline-offset: 2px;
}

/* CTA pod galériou */
.kj-galeria-cta {
    text-align: center;
    margin-top: 28px;
}
.kj-galeria-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: #fff;
    border: 2px solid #d6c6f0;
    border-radius: 999px;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.kj-galeria-link:hover {
    background: #9d7fc7;
    border-color: #9d7fc7;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(157, 127, 199, 0.35);
}
.kj-galeria-link svg {
    width: 20px;
    height: 20px;
}

/* Responzívne — tablet */
@media (max-width: 900px) {
    .kj-galeria-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px;
    }
    .kj-tile-large { grid-column: span 2; grid-row: span 2; }
    .kj-tile-wide { grid-column: span 2; }
}
/* Responzívne — mobil */
@media (max-width: 600px) {
    .kj-galeria-hlavicka h3 { font-size: 28px; }
    .kj-galeria-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
        gap: 8px;
    }
    .kj-tile-tall { grid-row: span 2; }
    .kj-tile-wide,
    .kj-tile-large {
        grid-column: span 2;
        grid-row: span 1;
    }
}

/* ──── Lightbox ──── */
.kj-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(20, 14, 28, 0.0);
    backdrop-filter: blur(0px);
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease, background .25s ease, backdrop-filter .25s ease;
    padding: 32px;
}
.kj-lightbox.kj-lb-open {
    opacity: 1;
    background: rgba(20, 14, 28, 0.88);
    backdrop-filter: blur(8px);
}
.kj-lb-stage {
    max-width: 92vw;
    max-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kj-lb-img {
    max-width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    opacity: 0;
    transform: scale(0.97);
    transition: opacity .25s ease, transform .25s ease;
}
.kj-lb-img.kj-lb-img-show {
    opacity: 1;
    transform: scale(1);
}

.kj-lb-zavri,
.kj-lb-prev,
.kj-lb-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: background .2s, transform .15s, border-color .2s;
    user-select: none;
}
.kj-lb-zavri:hover,
.kj-lb-prev:hover,
.kj-lb-next:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}
.kj-lb-zavri { top: 24px; right: 24px; font-size: 30px; padding-bottom: 4px; }
.kj-lb-prev  { left: 24px;  top: 50%; transform: translateY(-50%); padding-right: 4px; }
.kj-lb-next  { right: 24px; top: 50%; transform: translateY(-50%); padding-left: 4px; }
.kj-lb-prev:hover { transform: translateY(-50%) scale(1.05); }
.kj-lb-next:hover { transform: translateY(-50%) scale(1.05); }

.kj-lb-counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

@media (max-width: 600px) {
    .kj-lb-zavri { top: 12px; right: 12px; width: 40px; height: 40px; font-size: 24px; }
    .kj-lb-prev,
    .kj-lb-next { width: 40px; height: 40px; font-size: 22px; }
    .kj-lb-prev { left: 8px; }
    .kj-lb-next { right: 8px; }
    .kj-lightbox { padding: 16px; }
}

/* TÁBOR pop-up modal — zobrazí sa pri prvej návšteve v relácii */
.tabor-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.tabor-popup[hidden] { display: none; }
.tabor-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(75, 67, 66, 0.6);
    backdrop-filter: blur(4px);
    cursor: pointer;
}
.tabor-popup-box {
    position: relative;
    max-width: 560px;
    width: 100%;
    max-height: 90vh;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,0.25);
    border: 3px solid #d6c6f0;
    animation: taborFadeIn .4s ease-out;
}
@keyframes taborFadeIn {
    from { opacity: 0; transform: translateY(20px) scale(.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.tabor-popup-content {
    padding: 44px 32px 36px;
    text-align: center;
    color: #4b4342;
    background: linear-gradient(180deg, #fbf9ff 0%, #ffffff 100%);
}
.tabor-popup-content h3 {
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif !important;
    font-size: 38px !important;
    letter-spacing: 2px;
    color: #5a5a5a;
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-transform: uppercase;
    line-height: 1.1 !important;
}
.tabor-popup-content .tabor-tagline {
    font-style: italic;
    color: #9d7fc7;
    font-size: 16px;
    margin: 0 0 18px;
}
.tabor-popup-content p {
    margin: 8px 0;
    line-height: 1.5;
    font-size: 14px;
}
.tabor-popup-content .tabor-terminy,
.tabor-popup-content .tabor-cena {
    background: #fff;
    border: 2px solid #d6c6f0;
    border-radius: 10px;
    padding: 10px 14px;
    margin: 12px 0;
}
.tabor-popup-content .tabor-cena {
    font-size: 16px;
    color: #5a5a5a;
}
.tabor-popup-content .tabor-info a { color: #9d7fc7; font-weight: 600; }
.tabor-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #5a5a5a;
    border: 2px solid #d6c6f0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background .15s, color .15s;
}
.tabor-popup-close:hover { background: #9d7fc7; color: #fff; border-color: #9d7fc7; }
body.tabor-open { overflow: hidden; }

/* Cookie consent banner — GDPR/ePrivacy compliance */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 22px;
    padding: 18px 24px;
    background: #fbf9ff;
    border-top: 2px solid #d6c6f0;
    box-shadow: 0 -6px 20px rgba(157, 127, 199, 0.18);
    font-size: 14px;
    color: #4b4342;
    line-height: 1.5;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p {
    margin: 0;
    max-width: 720px;
    text-align: left;
}
.cookie-banner a {
    color: #9d7fc7;
    text-decoration: underline;
}
.cookie-banner-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.cookie-banner button {
    padding: 10px 22px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #d6c6f0;
    transition: background .15s, color .15s, border-color .15s;
}
.cookie-btn-primary {
    background: #9d7fc7;
    color: #fff;
    border-color: #9d7fc7;
}
.cookie-btn-primary:hover { background: #7d5fb0; border-color: #7d5fb0; }
.cookie-btn-secondary {
    background: #fff;
    color: #5a5a5a;
}
.cookie-btn-secondary:hover { background: #f0eaff; }

@media (max-width: 600px) {
    .cookie-banner { padding: 14px; }
    .cookie-banner p { text-align: center; font-size: 13px; }
    .cookie-banner-actions { width: 100%; justify-content: center; }
}

/* Legálne odkazy v pätke — povinné pre eshop podľa SK legislatívy */
.main-footer .footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 14px;
    padding: 14px 16px 6px;
    font-size: 11px;
    color: #8a7d7c;
    text-align: center;
}
.main-footer .footer-legal a {
    color: #8a7d7c;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    transition: color .15s, border-color .15s;
}
.main-footer .footer-legal a:hover {
    color: #9d7fc7;
    border-bottom-color: #9d7fc7;
}
.main-footer .footer-copyright {
    text-align: center;
    font-size: 11px;
    color: #b7a8a4;
    padding: 4px 16px 18px;
}

/* Loga akceptovaných platobných metód v pätke (CardPay požiadavka banky) */
.main-footer .footer-payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 8px 0 24px;
    opacity: 0.85;
}
.main-footer .footer-payments img {
    height: 22px;
    width: auto;
    object-fit: contain;
}

/* Footer social icons (Instagram + Facebook) */
.main-footer .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 30px 0;
}
.main-footer .footer-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #f5c4cf;
    background: #fff;
    color: #b7857c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s, transform .15s;
}
.main-footer .footer-social-btn:hover {
    background: #b7857c;
    color: #fff;
    transform: translateY(-2px);
}
.main-footer .footer-social-btn svg {
    width: 22px;
    height: 22px;
}

/* Pastel stripe under main menu — must NOT cover the centered logo */
.pastel-pasik {
    display: block !important;
    position: relative;
    z-index: 0;          /* pod logom (logo má z-index: 9 v .main-header s z-index: 1) */
    clear: both;
    width: 100%;
    height: 22px;        /* hrubsi pasik */
    margin: 0;
    padding: 0;
    border: 0;
    background: linear-gradient(90deg,
        #ffd1dc 0%,
        #ffe0b3 20%,
        #fff6b3 40%,
        #c8e6c9 60%,
        #b3e0ff 80%,
        #d6c6f0 100%);
}

.main-menu .menu-right {
    position: relative;
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 95px;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #4b4342;
    font-weight: 500;
    margin-right: 6px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #5a5a5a;
    padding-top: 20px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.alternate .main-menu .navigation>li>a {
    color: #1c3545;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a,
.main-menu .navigation>li>ul>li.current>a,
.main-menu .navigation>li.current>a {
    color: #5fcac7;
}

.main-menu .navigation>li>a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 3px solid #ff91a4;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    min-width: 200px;
    z-index: 9s;
    text-align: center;
    padding: 15px 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 10% top;
    -moz-transform-origin: 10% top;
    -ms-transform-origin: 10% top;
    -o-transform-origin: 10% top;
    transform-origin: 10% top;
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
}

.main-menu .menu-right>li>ul {
    left: auto;
    right: 0;
    -webkit-transform-origin: 90% top;
    -moz-transform-origin: 90% top;
    -ms-transform-origin: 90% top;
    -o-transform-origin: 90% top;
    transform-origin: 90% top;
}

.main-menu .navigation>li>ul:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-menu ul.menu-right>li>ul>li>ul,
.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 100%;
    margin-right: 2px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 2px 40px 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    padding-bottom: 0;
}

.main-menu .navigation>li>ul>li:last-child>a:before {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #5fcac7;
}

.main-menu .navigation>li>ul>li>a:before {
    background-color: #5fcac7;
    content: "";
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    width: 30px;
    margin-left: -15px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 5px;
    height: 25px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .menu-right>li>ul>li.dropdown>a:after {
    content: "\f104";
    right: auto;
    left: 200px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    min-width: 200px;
    z-index: 9;
    text-align: center;
    padding: 15px 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 10% top;
    -moz-transform-origin: 10% top;
    -ms-transform-origin: 10% top;
    -o-transform-origin: 10% top;
    transform-origin: 10% top;
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 2px 40px 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    z-index: 2;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    padding-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #5fcac7;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child>a:before {
    display: none;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s !important;
    transition-duration: 0s, 0.2s, 0.2s !important;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: -10px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 0;
}

.main-header .search-box {
    position: relative;
    float: left;
}

.main-header .search-box .search-btn {
    position: relative;
    background-color: transparent;
    z-index: 1;
    color: #1c3545;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 40px;
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}

.main-header.header-style-two .cart-btn a,
.header-style-two .search-box .search-btn,
.header-style-two .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation>li:hover>a,
.header-style-two .main-menu .navigation>li.current>a {
    color: #5fcac7;
}


/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}

.header-style-three .logo {
    padding-top: 12px;
    left: 0;
    right: auto;
    transform: none;
    margin: 0;
}

.header-style-three .main-menu .navigation {
    width: 100%;
    text-align: right;
}

.header-style-three .nav-outer {
    position: relative;
    padding-right: 65px;
}

.main-header.header-style-three .cart-btn a,
.header-style-three .search-box .search-btn,
.header-style-three .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-three .main-menu .navigation>li:hover>a,
.header-style-three .main-menu .navigation>li.current>a {
    color: #5fcac7;
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(35, 35, 35, 0.96);
}

.search-active .search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup .close-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #e0e6ea;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 50%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.search-popup .form-group form {
    position: relative;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #e0e6ea;
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #ff91a4;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    text-align: center;
    font-size: 18px;
    color: #e0e6ea;
    padding: 0;
    display: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #e0e6ea;
}


/*search box btn*/

.main-header .cart-btn {
    position: relative;
    float: left;
}

.main-header .cart-btn>a {
    position: relative;
    display: block;
    z-index: 1;
    color: #1c3545;
    font-size: 21px;
    line-height: 40px;
}

.main-header .cart-btn .count {
    position: absolute;
    right: -10px;
    top: 5px;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #ffffff;
    background-color: #5fcac7;
    border-radius: 50%;
}


/*=== Shopping Cart ===*/

.main-header .shopping-cart {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    margin-right: 100%;
    background-color: #fff;
    padding: 30px;
    margin: 0;
    margin-top: 23px;
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-end;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-end;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.main-header .shopping-cart:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    margin-top: -40px;
}

.main-header .shopping-cart:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-header .cart-btn:hover .shopping-cart {
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-start;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-start;
    visibility: visible;
    opacity: 1;
}

.shopping-cart .shopping-cart-items {
    position: relative;
}

.main-header .shopping-cart .cart-item {
    width: 270px;
}

.shopping-cart .cart-item {
    position: relative;
    width: 100%;
    padding-left: 80px;
    min-height: 65px;
    margin-bottom: 30px;
}

.shopping-cart .cart-item:last-child {
    margin-bottom: 0;
}

.shopping-cart .cart-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb {
    opacity: 0.7;
}

.shopping-cart .item-name {
    display: block;
    font-size: 16px;
    color: #4b4342;
    line-height: 2em;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name {
    color: #5fcac7;
}

.shopping-cart .item-quantity {
    position: relative;
    display: block;
    line-height: 1em;
    font-weight: 500;
    color: #5fcac7;
    font-size: 16px;
}

.shopping-cart .product-detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopping-cart .remove-item {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    z-index: 2;
    color: #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item .remove-item:hover {
    color: #5fcac7;
}

.copyright-text p {
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.shopping-cart .cart-footer {
    position: relative;
    margin-top: 16px;
}

.shopping-cart .cart-footer:after {
    clear: both;
    content: "";
    display: table;
}

.shopping-cart .shopping-cart-total {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 6px 0;
    font-size: 17px;
    color: #4b4342;
    text-align: center;
    border-radius: 30px;
}

.shopping-cart .theme-btn {
    position: relative;
    padding: 5px 10px;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #5fcac7;
    text-transform: capitalize;
    border: 3px solid #5fcac7;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
}

.shopping-cart .theme-btn:hover {
    background-color: #ffffff;
    color: #5fcac7;
}

.shopping-cart .cart-footer .theme-btn {
    position: relative;
    width: calc(50% - 8px);
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.shopping-cart .cart-footer .theme-btn:last-child {
    margin-right: 0;
}


/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    z-index: 9;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 0.952941);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.sticky-header .logo {
    top: 25px;
}

.header-style-two .sticky-header .main-menu .navigation>li>a,
.header-style-three .sticky-header .main-menu .navigation>li>a {
    color: #4b4342;
}

.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-three .sticky-header .main-menu .navigation>li:hover>a,
.header-style-three .sticky-header .main-menu .navigation>li.current>a {
    color: #5fcac7;
}

.header-style-three .sticky-header .nav-outer {
    padding-right: 0;
}

.header-style-three .sticky-header .logo {
    padding-top: 0;
    padding-left: 25px;
}


/*** 

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header {
    position: relative;
    margin: 0 20px;
    padding: 25px 0;
    display: none;
}

.mobile-header:after {
    display: table;
    clear: both;
    content: "";
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    padding: 5px 0 0;
}

.mobile-header .outer-box {
    position: relative;
    float: right;
    padding: 8px 0 0;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: #1c3545;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    height: 50px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #5fcac7;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 0 20px;
}

.mobile-menu .navigation>li {
    position: relative;
    display: block;
}

.mobile-menu .navigation>li li {
    margin-left: 10px;
}

.mobile-menu .navigation>li>a {
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #4b4342;
    padding: 10px 10px;
}

.mobile-menu .navigation li.current>a {
    color: #5fcac7;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-left: 1px solid #dddddd;
    color: #222222;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
    display: inline-block;
    position: relative;
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .icon {
    position: relative;
    display: block;
    color: #4b4342;
    line-height: 1em;
    font-size: 80px;
    margin-bottom: 20px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 500;
}

.sec-title .text {
    position: relative;
    margin-top: 24px;
}

.sec-title .divider {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-title.light .text,
.sec-title.light .icon,
.sec-title.light h2 {
    color: #ffffff;
}


/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(39, 43, 49, 0.1);
}

.page-title .auto-container {
    position: relative;
}

.page-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 51px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 300;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "/";
    right: -2px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    opacity: .9;
}

.shape_inner,
.shape_wrapper {
    position: absolute;
    background-color: hsla(0, 48%, 8%, 0.966);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.wave_up {
    -webkit-mask-image: url(../images/icons/wave_up.svg);
}

.shape_one {
    -webkit-mask-image: url(../images/icons/shape_one.svg);
}

.shape_two {
    -webkit-mask-image: url(../images/icons/shape_two.svg);
    -webkit-mask-position: bottom;
}

.shape_three {
    -webkit-mask-image: url(../images/icons/shape_three.svg);
}

.shape_four_up {
    -webkit-mask-image: url(../images/icons/shape_four_up.svg);
}

.shape_four_down {
    -webkit-mask-image: url(../images/icons/shape_four_down.svg);
    -webkit-mask-position: bottom;
}

.shape_five {
    -webkit-mask-image: url(../images/icons/shape_five.svg);
}

.shape_six_up {
    -webkit-mask-image: url(../images/icons/shape_six_up.svg);
}

.shape_six_down {
    -webkit-mask-image: url(../images/icons/shape_six_down.svg);
    -webkit-mask-position: bottom;
}

.shape_seven_up {
    -webkit-mask-image: url(../images/icons/shape_seven_up.svg);
}

.shape_seven_down {
    -webkit-mask-image: url(../images/icons/shape_seven_down.svg);
    -webkit-mask-position: bottom;
}

.footer_shape {
    -webkit-mask-image: url(../images/icons/footer_shape.svg);
}

.shape_wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 48%, 8%, 0.966);
    content: "";
}


/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
    position: relative;
    display: block;
    background-color: transparent;
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: -40px;
    z-index: 8;
}

.main-slider h2 {
    position: relative;
    white-space: normal;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    z-index: 99;
}

.main-slider .text {
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    z-index: 99;
}

.disable-tparrows .tparrows {
    display: none !important;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 100px;
}

.devider_icon_one {
    display: inline-block;
    height: 39px;
    width: 82px;
    background-image: url(../images/icons/icon-devider.png);
    background-size: 100%;
}

.about-section .sec-title {
    margin-bottom: 13px;
}

.about-section .content-box {
    position: relative;
    text-align: center;
}

.about-section .content-box h1 {
    position: relative;
    font-size: 120px;
    line-height: 1em;
    color: #f784b9;
    font-weight: 500;
    margin-bottom: 40px;
}

.about-section .devider_icon_one {
    margin-bottom: 10px;
}

.about-section .content-box p {
    position: relative;
    margin-bottom: 35px;
}

.about-section .feature-list {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.about-section .feature-list li {
    position: relative;
    float: left;
    width: 25%;
    font-size: 30px;
    color: #4b4342;
    margin-bottom: 20px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}


/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 120px;
}

.about-section-two .sec-title {
    margin-bottom: 20px;
}

.about-section-two .content-box {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.about-section-two .content-box p {
    position: relative;
    margin-bottom: 30px;
}

.about-section-two .designation {
    font-size: 18px;
    color: #4b4342;
    font-weight: 500;
}

.about-section-two .devider_icon_one {
    margin-bottom: 20px;
}

.about-section-two.alternate {
    padding: 110px 0 40px;
}

.about-section-two.alternate .sec-title {
    margin-bottom: 10px;
}

.about-section-two.alternate .sec-title .divider {
    margin-bottom: 0;
}

.about-section-two.alternate .devider_icon_one {
    margin-bottom: 0px;
}


/*** 

====================================================================
		Chef Section
====================================================================

***/

.chef-section {
    position: relative;
    padding: 180px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -85px;
}

.chef-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
}

.chef-section .content-column {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.chef-section .content-column .inner-column {
    position: relative;
    padding-top: 80px;
}

.chef-section .sec-title {
    margin-bottom: 0;
}

.chef-section .sec-title .divider {
    margin-bottom: 0;
}

.chef-section h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #ff91a4;
    font-weight: 500;
    margin-bottom: 10px;
}

.chef-section .divider {
    position: relative;
    margin-bottom: 10px;
}

.chef-section .divider img {
    height: 41px;
    display: inline-block;
}

.chef-section p {
    position: relative;
    margin-bottom: 30px;
}


/*** 

====================================================================
		Chef Section Two
====================================================================

***/

.chef-section-two {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    z-index: 1;
}

.chef-section-two .overlay {
    background-color: rgba(242, 136, 154, 0.9);
}

.chef-section-two .content-column {
    position: relative;
    text-align: center;
}

.chef-section-two .content-column .inner-column {
    position: relative;
}

.chef-section-two .sec-title {
    margin-bottom: 25px;
}

.chef-section-two .sec-title .divider {
    margin-bottom: 0;
}

.chef-section-two h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #4b4342;
    font-weight: 500;
    margin-bottom: 20px;
}

.chef-section-two .divider {
    position: relative;
    margin-bottom: 10px;
}

.chef-section-two .divider img {
    height: 41px;
    display: inline-block;
}

.chef-section-two p {
    position: relative;
    margin-bottom: 30px;
}


/*** 

====================================================================
		Our Standards
====================================================================

***/

.our-standards {
    position: relative;
    padding: 135px 0 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -100px;
}

.our-standards .content-column {
    position: relative;
    text-align: center;
}

.our-standards .sec-title {
    margin-bottom: 0;
}

.our-standards .sec-title .divider {
    margin-bottom: 0;
}

.our-standards h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #ff91a4;
    font-weight: 500;
    margin-bottom: 10px;
}

.our-standards .divider {
    position: relative;
    margin-bottom: 10px;
}

.our-standards .divider img {
    height: 41px;
    display: inline-block;
}

.our-standards p {
    position: relative;
    margin-bottom: 2px;
}

.our-standards .content .icon {
    position: relative;
    display: block;
    color: #ff91a4;
    font-size: 16px;
    margin-bottom: 2px;
}


/*** 

====================================================================
	Servoces Section
====================================================================

***/

.services-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 167px;
}

.services-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
}

.services-carousel {
    position: relative;
}

.service-block {
    position: relative;
}

.service-block .inner-box {
    position: relative;
    padding: 0 15px;
    text-align: center;
}

.service-block .image-box {
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 auto 20px;
}

.service-block .services_frame svg {
    position: relative;
    stroke-width: 12px;
    fill: transparent;
    stroke: #5fcac7;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .services_frame svg {
    fill: #5fcac7;
}

.service-block .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 27px;
    height: 126px;
    width: 126px;
    margin: 0 auto;
}

.service-block .image img {
    display: block;
    width: 100%;
}

.service-block h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 15px;
}

.service-block p {
    position: relative;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.services-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active {
    opacity: 1;
}


/*** 

====================================================================
	Servoces Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 60px 0 85px;
}

.services-section-two .auto-container {
    max-width: 1320px;
}

.services-section-two .sec-title {
    margin-bottom: 95px;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    text-align: center;
}

.service-block-two .image-box {
    position: relative;
    height: 300px;
    width: 300px;
    margin: 0 auto 45px;
}

.service-block-two .service-frame svg {
    position: relative;
    fill: #e4e3e3;
}

.service-block-two .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 210px;
    width: 210px;
    margin: -105px auto 0;
}

.service-block-two .image img {
    display: block;
    width: 100%;
}

.service-block-two h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 10px;
}

.service-block-two p {
    position: relative;
}


/*** 

====================================================================
	Servoces Section Three
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 110px 0 0;
    margin-top: -35px;
    z-index: 3;
    background-color: transparent;
}

.services-section-three .outer-box {
    position: relative;
    padding: 0 15px;
}

.services-section-three .overlay {
    background-color: rgba(123, 181, 206, 0.8);
}

.services-section-three .sec-title {
    margin-bottom: 30px;
}

.service-block-three {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-block-three .inner-box {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-block-three .image-box {
    position: relative;
}

.service-block-three .image {
    position: relative;
    margin-bottom: 30px;
}

.service-block-three .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-three h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Servoces Section Four
====================================================================

***/

.services-section-four {
    position: relative;
}

.service-block-four {
    position: relative;
}

.service-block-four .inner-box {
    position: relative;
    padding: 20% 15px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-block-four .icon {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: #ffffff;
    line-height: 90px;
    margin-bottom: 20px;
}

.service-block-four h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Servoces Section Five
====================================================================

***/

.services-section-five {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0 80px;
}

.service-block-five {
    position: relative;
    margin-bottom: 30px;
}

.service-block-five .inner-box {
    position: relative;
    text-align: center;
}

.service-block-five .image-box {
    position: relative;
}

.service-block-five .image {
    position: relative;
    margin-bottom: 20px;
}

.service-block-five .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-five h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 15px;
}

.service-block-five p {
    position: relative;
}


/*** 

====================================================================
	Servoces Section Six
====================================================================

***/

.services-section-six {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 50px;
}

.services-section-six .sec-title {
    margin-bottom: 45px;
}

.service-block-six {
    position: relative;
    margin-bottom: 30px;
}

.service-block-six .inner-box {
    position: relative;
    text-align: center;
}

.service-block-six .image-box {
    position: relative;
}

.service-block-six .image {
    position: relative;
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
    height: 300px;
    width: 300px;
}

.service-block-six .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-six h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 10px;
}

.service-block-six p {
    position: relative;
    margin-bottom: 30px;
}


/*** 

====================================================================
	Servoces Section Seven
====================================================================

***/

.services-section-seven {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 210px;
    z-index: 2;
}

.services-section-seven .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.service-block-seven {
    position: relative;
    margin-bottom: 30px;
}

.service-block-seven .inner-box {
    position: relative;
    text-align: center;
}

.service-block-seven .icon-box {
    position: relative;
    margin-bottom: 20px;
}

.service-block-seven .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 1em;
    color: #ffffff;
}

.service-block-seven h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.service-block-seven p {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}


/*** 

====================================================================
	Servoces Section Eight
====================================================================

***/

.services-section-eight {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 115px;
}

.service-block-eight {
    position: relative;
    margin-bottom: 30px;
}

.service-block-eight .inner-box {
    position: relative;
    text-align: center;
}

.service-block-eight .image-box {
    position: relative;
}

.service-block-eight .image {
    position: relative;
    margin-bottom: 20px;
}

.service-block-eight .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-eight .divider {
    margin-bottom: 5px;
}

.service-block-eight .divider img {
    height: 15px;
    display: block;
    margin: 0 auto;
}

.service-block-eight h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 10px;
}

.service-block-eight p {
    position: relative;
}


/*** 

====================================================================
	Fluid Section one
====================================================================

***/

.fluid-section-one {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}

.fluid-section-one .outer-box {
    position: relative;
}

.fluid-section-one .content-column,
.fluid-section-one .image-column {
    position: relative;
    float: left;
    width: 33.333333%;
}

.fluid-section-one .content-column {
    position: relative;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 660px;
    padding: 125px 15px 0;
    text-align: center;
    margin: 0 auto;
}

.fluid-section-one .content-column h2 {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.devider_icon_light {
    display: inline-block;
    height: 39px;
    width: 82px;
    background-image: url(../images/icons/icon-devider-light.png);
    background-size: 100%;
}

.fluid-section-one .content-column .devider_icon_one_light {
    margin-bottom: 10px;
}

.fluid-section-one .content-column p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.fluid-section-one .image-column {
    position: relative;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    text-align: center;
}

.fluid-section-one .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.fluid-section-one .image-column .image img {
    display: inline-block;
    max-width: 100%;
}


/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 55px;
}

.fluid-section-two .outer-box {
    position: relative;
}

.fluid-section-two .image-column {
    position: relative;
    margin-bottom: 30px;
}

.fluid-section-two .content-column {
    position: relative;
    display: flex;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fluid-section-two .content-column {
    position: relative;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    max-width: 500px;
    text-align: center;
}

.fluid-section-two h4 {
    font-size: 28px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 20px;
}

.fluid-section-two p {
    position: relative;
    margin-bottom: 20px;
}

.fluid-section-two .icon-box {
    position: relative;
    margin-bottom: 20px;
}

.fluid-section-two .icon-box .icon {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    font-size: 40px;
    line-height: 56px;
    color: #4b4342;
    border: 2px solid #4b4342;
    border-radius: 50%;
}

.fluid-section-two h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 30px;
}


/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
    position: relative;
    min-height: 585px;
    overflow: hidden;
    margin-top: -100px;
    margin-bottom: -70px;
    z-index: 3;
}

.video-section .shape_wrapper {
    position: absolute !important;
}

.video-section .overlay {
    background-color: rgba(40, 151, 179, 0.5);
}

.video-section .content-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-section .content-box h2 {
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
}


/*** 

====================================================================
	Call to Action
====================================================================

***/

.call-to-action {
    position: relative;
    padding: 100px 0 190px;
    margin-top: -100px;
    background-color: transparent;
    z-index: 2;
}

.call-to-action .shape_wrapper .overlay {
    background-color: rgba(67, 183, 156, 0.8);
}

.call-to-action .content-box {
    position: relative;
    text-align: center;
    z-index: 9;
}

.call-to-action .icon-box {
    position: relative;
    display: inline-block;
    height: 125px;
    width: 125px;
    margin-bottom: 30px;
}

.call-to-action .icon-box svg {
    stroke-width: 12px;
    fill: transparent;
    stroke: #ffffff;
}

.call-to-action .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.call-to-action .icon_heart {
    width: 88px;
    height: 83px;
    background-image: url(../images/icons/icon_heart.png);
}

.call-to-action h1 {
    position: relative;
    font-size: 65px;
    line-height: 0.8em;
    color: #ffffff;
    margin-bottom: 0.67em;
}

.call-to-action p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.call-to-action .btn-box {
    position: relative;
}

.call-to-action.style-two {
    padding: 100px 0 230px;
}

.call-to-action.style-two h1 {
    line-height: 1.5em;
}

.call-to-action.style-two .overlay {
    background-color: rgba(95, 202, 199, 0.8);
}

.call-to-action.style-two .icon-box {
    height: 180px;
    width: 180px;
    margin-bottom: 10px;
}

.call-to-action.style-two .icon_heart {
    height: 126px;
    width: 119px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*** 

====================================================================
		Call to Action Two
====================================================================

***/

.call-to-action-two {
    position: relative;
    padding: 200px 0 180px;
}

.call-to-action-two .overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.call-to-action-two .content-box {
    position: relative;
    text-align: center;
}

.call-to-action-two .icon-box {
    position: relative;
    margin-bottom: 30px;
}

.call-to-action-two .icon-box .icon {
    position: relative;
    display: inline-block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    font-size: 84px;
    color: #ffffff;
}

.call-to-action-two h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 24px;
}

.call-to-action-two p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}


/* Call to Action Style Two */

.call-to-action-two.style-two {
    padding: 100px 0;
}

.call-to-action-two.style-two .shape_inner {
    background-position: left top;
}

.call-to-action-two.style-two .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.call-to-action-two.style-two .btn-box a:hover {
    color: #4b4342;
}


/* Call to Action Style Three */

.call-to-action-two.style-three {
    padding: 60px 0 205px;
}

.call-to-action-two.style-three .icon-box {
    margin-bottom: 35px;
}

.call-to-action-two.style-three h2 {
    margin-bottom: 10px;
}

.call-to-action-two.style-three .overlay {
    background-color: rgba(92, 209, 156, 0.8);
}

.call-to-action-two.style-three .content-box .devider img {
    position: relative;
    height: 40px;
    margin: 0 auto 10px;
}


/*** 

====================================================================
		Call to Action Three
====================================================================

***/

.call-to-action-three {
    position: relative;
    padding: 100px 0 75px;
    margin-top: -60px;
    z-index: 2;
}

.call-to-action-three .overlay {
    display: none;
}

.call-to-action-three .content-column {
    position: relative;
    display: flex;
}

.call-to-action-three .content-column .inner-column {
    position: relative;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.call-to-action-three .divider {
    position: relative;
    margin-bottom: 10px;
}

.call-to-action-three .divider img {
    display: block;
    height: 40px;
    margin: 0 auto;
}

.call-to-action-three h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.call-to-action-three p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.call-to-action-three .btn-box {
    position: relative;
}

.call-to-action-three .btn-box .btn-style-one:hover span:before,
.call-to-action-three .btn-box .btn-style-one:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #da9abe;
}

.call-to-action-three .image-column .inner-column {
    position: relative;
    padding: 30px 0 0;
}

.call-to-action-three .image-column .image {
    margin-bottom: 30px;
}


/*** 

====================================================================
		Portfolio Section
====================================================================

***/

.portfolio-section {
    position: relative;
    padding: 30px 0 85px;
}

.portfolio-section .auto-container {
    max-width: 1230px;
}

.portfolio-section .sec-title {
    margin-bottom: 40px;
}

.portfolio-section .row {
    margin: 0 -10px;
}

.portfolio-section .row.masonry-items-container {
    margin: 0;
}

.portfolio-block {
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
}

.portfolio-block .inner-box {
    position: relative;
}

.portfolio-block .image-box {
    position: relative;
}

.portfolio-block .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block .image img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.portfolio-block .link,
.portfolio-block .hover-effect,
.portfolio-block .portfolio-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-block .portfolio-hover {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block .inner-box:hover .portfolio-hover {
    opacity: 1;
    visibility: visible;
}

.portfolio-block .hover-effect svg {
    fill: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.portfolio-block .portfolio-hover h3 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #4b4342;
    padding: 0 15%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block .inner-box:hover .portfolio-hover h3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.portfolio-block .portfolio-hover h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block .portfolio-hover h3 a:hover {
    opacity: 0.7;
}

.portfolio-section.pull-up {
    margin-top: -40px;
}

.portfolio-section.alternate {
    margin-top: -60px;
    padding: 110px 0 90px;
}

.portfolio-section.alternate2 {
    padding: 90px 0 40px;
}


/*** 

====================================================================
		Portfolio Section Two
====================================================================

***/

.portfolio-section-two {
    position: relative;
    padding: 65px 0 80px;
}

.portfolio-section-two .sec-title {
    margin-bottom: 40px;
}

.portfolio-tabs {
    position: relative;
    padding: 0 15px;
}

.portfolio-tabs .btns-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.portfolio-tabs .tab-buttons {
    position: relative;
    display: inline-block;
    border: 3px solid #edecec;
    border-radius: 30px;
    padding: 5px 30px;
}

.portfolio-tabs .tab-buttons:before,
.portfolio-tabs .tab-buttons:after {
    position: absolute;
    left: calc(100% + 13px);
    top: 50%;
    margin-top: -1.5px;
    width: 107px;
    background-color: #edecec;
    height: 3px;
    content: "";
}

.portfolio-tabs .tab-buttons:after {
    left: auto;
    right: calc(100% + 13px);
}

.portfolio-tabs .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 9px;
    z-index: 3;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-tabs .tab-btn:hover,
.portfolio-tabs .tab-btn.active-btn {
    color: #ff91a4;
}

.portfolio-tabs .tabs-content {
    position: relative;
}

.portfolio-tabs .tabs-content .tab {
    position: relative;
}

.portfolio-block-two {
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
}

.portfolio-block-two .inner-box {
    position: relative;
}

.portfolio-block-two .image-box {
    position: relative;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-tabs .active-tab .portfolio-block-two .image-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-block-two .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block-two .image img {
    display: block;
    width: 100%;
}

.portfolio-block-two .link,
.portfolio-block-two .hover-effect,
.portfolio-block-two .portfolio-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.portfolio-block-two .portfolio-hover {
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .portfolio-hover {
    opacity: 1;
    visibility: visible;
}

.portfolio-block-two .hover-effect svg {
    fill: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.portfolio-block-two .portfolio-hover h3 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #4b4342;
    padding: 0 20%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .portfolio-hover h3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.portfolio-block-two .portfolio-hover h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-two .portfolio-hover h3 a:hover {
    opacity: 0.7;
}


/*** 

====================================================================
		Portfolio Section Three
====================================================================

***/

.portfolio-section-three {
    position: relative;
    padding: 80px 0 50px;
}

.portfolio-section-three .outer-box {
    position: relative;
    margin: 0 -15px;
}

.portfolio-carousel {
    position: relative;
}

.portfolio-block-thre {
    position: relative;
    padding: 0 15px;
}

.portfolio-block-thre .image-box {
    position: relative;
}

.portfolio-block-thre .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block-thre .image img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-carousel .owl-dots {
    position: relative;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.portfolio-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.portfolio-carousel .owl-dot:hover,
.portfolio-carousel .owl-dot.active {
    opacity: 1;
}


/*** 

====================================================================
		Portfolio Page Sections
====================================================================

***/

.portfolio-masonry .portfolio-block .hover-effect svg {
    fill: rgba(247, 173, 180, 0.7);
}

.portfolio-masonry .portfolio-block .portfolio-hover h3 a {
    color: #ffffff;
}

.portfolio-masonry-wide .portfolio-block .hover-effect svg {
    fill: rgba(146, 205, 219, 0.7);
}

.portfolio-masonry-wide .portfolio-block .portfolio-hover h3 a {
    color: #ffffff;
}

.portfolio-with-filter .portfolio-block-four .hover-effect svg {
    fill: rgba(131, 234, 115, 0.6);
}

.portfolio-two-column .portfolio-block-four .hover-effect svg {
    fill: rgba(255, 255, 255, 0.7);
}

.portfolio-with-sidebar .portfolio-block-four {
    padding: 0;
}

.portfolio-with-sidebar .portfolio-block-four .lower-content {
    text-align: left;
}

.portfolio-with-sidebar .portfolio-block-four .hover-effect svg {
    fill: rgba(255, 255, 255, 0.7);
}

.portfolio-square .portfolio-block-four {
    margin-bottom: 20px;
}

.portfolio-wide .row {
    margin: 0;
}

.portfolio-section .portfolio-block-four.mix {
    display: none;
}

.mixitup-gallery .filters {
    position: relative;
    margin-top: -10px;
    margin-bottom: 35px;
    text-align: center;
}

.mixitup-gallery .filter {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #4b4342;
    cursor: pointer;
    padding: 0 51px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mixitup-gallery .filter:before {
    position: absolute;
    right: -12px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/filter_before.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.mixitup-gallery .filter:last-child:before {
    display: none;
}

.mixitup-gallery .filter .filter_shape {
    position: relative;
    width: 47px;
    margin: 0 auto;
    display: block;
    fill: #ff91a4;
    bottom: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mixitup-gallery .filter.active {
    color: #ff91a4;
}

.mixitup-gallery .filter.active .filter_shape {
    opacity: 1;
    visibility: visible;
}


/*=== Portfolio Block Four ===*/

.portfolio-block-four {
    position: relative;
    padding: 0 10px;
    margin-bottom: 40px;
}

.portfolio-block-four .inner-box {
    position: relative;
}

.portfolio-block-four .image-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-block-four .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.portfolio-block-four .image img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-block-four .link,
.portfolio-block-four .hover-effect {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-four .inner-box:hover .link,
.portfolio-block-four .inner-box:hover .hover-effect {
    opacity: 1;
    visibility: visible;
}

.portfolio-block-four .hover-effect svg {
    fill: rgba(244, 149, 193, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.portfolio-block-four .lower-content {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.portfolio-block-four .title-box {
    position: relative;
}

.portfolio-block-four .title-box h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 500;
    margin-bottom: 15px;
}

.portfolio-block-four .title-box h3 svg {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 13px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-four .title-box h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-four .title-box h3 a:hover svg {
    fill: #ff91a4;
}

.portfolio-block-four .title-box h3 a:hover {
    color: #ff91a4;
}

.portfolio-block-four .title-box h3 .div_left {
    margin-right: 10px;
}

.portfolio-block-four .title-box h3 .div_right {
    margin-left: 10px;
}


/*** 

====================================================================
		Portfolio Single
====================================================================

***/

.portfolio-single {
    position: relative;
    padding: 80px 0 30px;
}

.portfolio-single .content-box {
    position: relative;
}

.portfolio-single .image-box {
    position: relative;
}

.portfolio-single .image {
    position: relative;
    margin-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-single .image img {
    display: block;
    width: 100%;
}

.portfolio-single .lower-content {
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

.portfolio-single .two-column {
    position: relative;
}

.portfolio-single .title-box {
    position: relative;
    margin-bottom: 5px;
}

.portfolio-single h3 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
    color: #4b4342;
    margin-bottom: 7px;
}

.portfolio-single h4 {
    font-size: 28px;
    line-height: 39px;
    color: #4b4342;
    margin-bottom: 20px;
}

.portfolio-single .term {
    color: #5fcac7;
    font-size: 15px;
}

.portfolio-single p {
    position: relative;
    margin-bottom: 30px;
}

blockquote {
    display: block;
    position: relative;
    text-align: center;
    color: #4b4342;
    border: 4px solid #edecec;
    padding: 25px 10%;
    border-radius: 30px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 1em;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

blockquote:before,
blockquote:after {
    content: '“';
    color: #ff91a4;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -22px;
    line-height: 0.9;
    height: 20px;
    width: 44px;
    background: #fff;
}

blockquote:after {
    content: '”';
    bottom: -13px;
    top: initial;
}


/* Post control Option */

.post-control-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.post-control-option li {
    overflow: hidden;
}

.post-control-option li.prev a,
.post-control-option li.next a {
    position: relative;
    display: block;
    padding: 8px 10px;
    border: 1px solid transparent;
    line-height: 24px;
    font-size: 17px;
    color: #4b4342;
    font-weight: 600;
    min-width: 50px;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.post-control-option li.next .fa,
.post-control-option li.prev .fa {
    position: absolute;
    left: 0;
    top: 1px;
    height: 38px;
    line-height: 38px;
    width: 36px;
    text-align: center;
    background-color: #ffffff;
    z-index: 1;
}

.post-control-option li.next .fa {
    right: 0;
    left: auto;
}

.post-control-option li .wrap {
    position: relative;
    display: inline-block;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.post-control-option li.next .wrap {
    margin-left: 0;
    margin-right: -60px;
}

.post-control-option li.next a {
    padding-left: 15px;
    padding-right: 15px;
}

.post-control-option li.prev a:hover {
    border: 1px solid #cccccc;
    padding-left: 36px;
}

.post-control-option li.next a:hover {
    border: 1px solid #cccccc;
    padding-right: 36px;
}

.post-control-option li a:hover .wrap {
    opacity: 1;
    margin: 0;
}

.post-control-option .load-more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: auto;
}

.post-control-option .load-more a {
    width: 22px;
    height: 22px;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-control-option .load-more .back_link span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #cfd0d0;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.post-control-option .load-more .back_link span:nth-child(1) {
    top: 0;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(2) {
    top: 0;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(3) {
    top: 0;
    left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(4) {
    top: 8px;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(5) {
    top: 8px;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(6) {
    top: 8px;
    left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(7) {
    top: 16px;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(8) {
    top: 16px;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(9) {
    top: 16px;
    left: 16px;
}

.post-control-option .load-more .back_link:hover span:nth-child(1) {
    top: -2px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(2) {
    top: -2px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(3) {
    top: -2px;
    left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(4) {
    top: 8px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(5) {
    top: 8px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(6) {
    top: 8px;
    left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(7) {
    top: 18px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(8) {
    top: 18px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(9) {
    top: 18px;
    left: 18px;
}


/* Related Products */

.related-products {
    position: relative;
}

.related-products .shop-item {
    margin-bottom: 30px;
}


/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 150px;
    z-index: 2;
}

.feature-block {
    position: relative;
    margin-bottom: 40px;
}

.feature-block .inner-box {
    position: relative;
    text-align: center;
}

.feature-block h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.feature-block p {
    position: relative;
    color: #ffffff;
}

.feature-block .icon-box {
    position: relative;
    display: inline-block;
    height: 125px;
    width: 125px;
    margin-bottom: 25px;
}

.feature-block .icon-box svg {
    stroke-width: 12px;
    fill: transparent;
    stroke: #ffffff;
}

.feature-block .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 62px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-section .btn-box {
    position: relative;
    text-align: center;
}

.features-section.style-two {
    padding: 130px 0 95px;
    margin-bottom: -100px;
}

.features-section.style-two .overlay {
    background-color: rgba(249, 129, 147, 0.8);
}

.features-section.style-two .sec-title {
    margin-bottom: 70px;
}


/*** 

====================================================================
		Features Section Two
====================================================================

***/

.features-section-two {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 2;
}

.features-section-two .overlay {
    background-color: rgba(94, 94, 94, 0.5);
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-two h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.feature-block-two p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.feature-block-two .icon-box {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}

.feature-block-two .icon-box svg {
    fill: #ffffff;
    stroke: #ffffff;
}

.feature-block-two .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-section-two .btn-box {
    position: relative;
    text-align: center;
}

.features-section-two .btn-box a:hover span:before,
.features-section-two .btn-box a:hover {
    background-color: #ffffff;
    color: #4b4342;
}


/***

====================================================================
		Features Section Three
====================================================================

***/

.features-section-three {
    position: relative;
    padding: 75px 0 90px;
    background-color: #f8f5f1;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.features-section-three .image-column {
    position: relative;
}

.feature-block-three {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-three .inner-box {
    position: relative;
    padding-right: 100px;
    text-align: right;
}

.feature-block-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.feature-block-three .icon-box .icon {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 74px;
    color: #4b4342;
    border: 3px solid #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon-box .icon {
    background-color: #4b4342;
    color: #ffffff;
}

.feature-block-three h3 {
    position: relative;
    font-size: 30px;
    color: #4b4342;
    margin-bottom: 10px;
}

.feature-block-three p {
    position: relative;
}

.features-section-three .left-column {
    position: relative;
}

.features-section-three .right-column {
    position: relative;
    order: 12;
}

.features-section-three .right-column .feature-block-three .inner-box {
    text-align: left;
    padding-left: 100px;
    padding-right: 0;
}

.features-section-three .right-column .feature-block-three .icon-box {
    left: 0;
    right: auto;
}


/***

====================================================================
		Features Section Four
====================================================================

***/

.features-section-four {
    position: relative;
    padding: 100px 0 105px;
    margin-top: -55px;
}

.features-section-four .overlay {
    background-color: #ff91a4 !important;
}

.feature-block-four {
    position: relative;
    margin-bottom: 70px;
}

.feature-block-four .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-four .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 56px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-bottom: 35px;
}

.feature-block-four h4 {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.feature-block-four p {
    position: relative;
    color: #ffffff;
}


/***

====================================================================
		Recipes Section
====================================================================

***/

.recipes-section {
    position: relative;
    margin-top: -100px;
    padding: 120px 0 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recipes-section .recipes-carousel {
    position: relative;
}

.recipe-block {
    position: relative;
}

.recipe-block .recipe-image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.recipe-block .recipe-image img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

.recipes-carousel .owl-nav {
    display: none;
}

.recipes-carousel .owl-dots {
    position: relative;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.recipes-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.recipes-carousel .owl-dot:hover,
.recipes-carousel .owl-dot.active {
    opacity: 1;
}

.recipes-section.style-two {
    padding: 70px 0 110px;
    margin-top: -1px;
}

.recipes-section.style-two .recipe-block .recipe-image {
    text-align: left;
}

.recipes-section.style-two .recipe-block .recipe-image img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.recipes-section.style-two .recipes-carousel .owl-dot {
    background-color: #4b4342;
}


/*** 

====================================================================
		Recipes Section Two
====================================================================

***/

.recipes-section-two {
    position: relative;
    padding: 80px 0 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recipes-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
}


/* Cooked Recipe Search */

.cooked-recipe-search {
    position: relative;
    margin-bottom: 20px;
}

.cooked-recipe-search .browse-recipe {
    position: relative;
    float: left;
    width: 14%;
    margin-right: 1%;
}

.browse-recipe .browse-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, .075);
    border-radius: 6px;
    text-align: left;
    color: #4b4342;
    width: 100%;
    font-size: .9rem;
    line-height: 3rem;
    height: auto;
    padding: 0 1rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.browse-recipe .browse-btn:hover {
    background: rgba(0, 0, 0, .1);
}

.browse-recipe .browse-btn:before {
    content: "\f107";
    opacity: .25;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    position: absolute;
    top: 50%;
    font-weight: 900;
    right: 1.5rem;
    line-height: 1.25rem;
    height: 1.25rem;
    margin-top: -.5rem;
}

.browse-recipe .browse-dropdown {
    position: absolute;
    width: 170%;
    padding: 1.5rem;
    cursor: default;
    z-index: 99;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    top: 4rem;
    left: -11px;
    margin: 0;
    line-height: 1.5rem;
    border-radius: 3px;
}

.browse-recipe .browse-dropdown a {
    position: relative;
    display: block;
    display: block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5fcac7;
    line-height: 1.6em;
}

.browse-recipe .browse-dropdown a:hover {
    color: #5fcac7;
}

.browse-dropdown .cooked-title {
    display: block;
    font-size: .9rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 .6rem;
    padding: 0 10px .6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}


/* Search Recipe Form */

.search-recipe-form {
    position: relative;
    float: left;
    width: 85%;
}

.search-recipe-form .form-group {
    position: relative;
}

.search-recipe-form .cooked-browse-search {
    position: relative;
    background-color: #fff;
    font-size: 16px;
    color: #4b4342;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    min-width: 160px;
    min-height: 48px;
    border-radius: 6px;
    width: 100%;
}

.search-recipe-form .cooked-sortby-wrap {
    position: absolute;
    right: 56px;
    top: 0;
    max-width: 192px;
}

.cooked-recipe-search .cooked-sortby-wrap select {
    margin: 0;
    box-shadow: none;
    position: relative;
    width: 100%;
    min-width: 190px;
    background: 0 0;
    cursor: pointer;
    font-size: .9rem;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0 1.25rem;
}

.cooked-recipe-search .search-recipe-submit {
    position: absolute;
    right: 0;
    top: 0;
}

.cooked-recipe-search .search-recipe-submit .theme-btn {
    position: relative;
    right: 1px;
    width: 56px;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    line-height: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #5fcac7;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.cooked-recipe-search .search-recipe-submit .theme-btn:hover {
    background-color: #1b9371;
}


/* Recipe Block Two */

.recipe-block-two {
    position: relative;
    margin-bottom: 30px;
}

.recipe-block-two .image-box {
    position: relative;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -ms-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.recipe-block-two .image-box:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
}

.recipe-block-two .date {
    position: absolute;
    min-width: 84px;
    min-height: 84px;
    top: 10px;
    left: 12px;
    padding: 12px 0;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
    display: block;
    font-weight: 500;
    color: #ff91a4;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    z-index: 1;
}

.recipe-block-two .date span {
    display: block;
    color: #4b4342;
    font-size: 18px;
    line-height: 1em;
}

.recipe-block-two .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}

.recipe-block-two .image img {
    display: block;
    width: 100%;
}

.recipe-block-two .caption-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
    box-shadow: none;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    margin: 20px;
    border-radius: 15px;
    padding-bottom: 2px;
    padding-top: 12px;
}

.recipe-block-two .caption-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.65rem;
    margin: .25rem 0;
    color: #4b4342;
}

.recipe-block-two .caption-box h3 a {
    color: #4b4342;
    display: inline-block;
}

.recipe-block-two .caption-box .devider {
    display: block;
    width: 15%;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    margin: 1rem auto;
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.recipe-block-two .image-box:hover .caption-box .devider {
    width: 25%;
    background-color: #5FCAC4;
}

.recipes-section-two.alternate {
    padding: 120px 0 100px;
    margin-top: -30px;
}

.recipes-section-two.alternate:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.recipes-section-two.alternate .sec-title {
    margin-bottom: 60px;
}

.recipes-section-two.alternate .btn-box {
    position: relative;
    text-align: center;
    margin-top: 20px;
}


/*** 

====================================================================
		Recipe Section Three
====================================================================

***/

.recipes-section-three {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 150px;
    margin-top: -90px;
}

.recipes-section-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    content: "";
}

.recipes-section-three .title-column {
    position: relative;
    display: flex;
}

.recipes-section-three .title-column .inner-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    text-align: center;
}

.recipes-section-three .title-column h3 {
    position: relative;
    color: #4b4342;
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.recipes-section-three .title-column h3 span {
    position: relative;
    display: block;
    color: #5fcac7;
}

.recipes-section-three .divider {
    margin-bottom: 20px;
}

.recipes-section-three .divider img {
    position: relative;
    display: block;
    height: 40px;
    margin: 0 auto;
}

.recipes-section-three .slider-column {
    position: relative;
}

.recipes-section-three .owl-dots {
    margin-top: 30px;
}


/*** 

====================================================================
		Recipe Single
====================================================================

***/

.recipe-single {
    position: relative;
}

.recipe-block-two .lower-content {
    position: relative;
    padding-top: 40px;
}

.recipe-block-two .lower-content p {
    position: relative;
    margin-bottom: 1em;
}

.recipe-block-two .post-info {
    position: relative;
    background: #f8f8f8;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.recipe-block-two .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #4b4342;
    margin-right: 16px;
}

.recipe-block-two .post-info li:last-child {
    margin-right: 0;
}

.recipe-block-two .post-info li a {
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-two .post-info li a:hover {
    color: #ff91a4;
}

.recipe-block-two .post-info li .icon {
    position: relative;
    float: left;
    margin-right: 10px;
    color: #ff91a4;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.cooked-recipe-info {
    position: relative;
    margin-bottom: 1rem;
}

.cooked-recipe-info .cooked-left {
    position: relative;
    float: left;
}

.cooked-recipe-info .cooked-right {
    position: relative;
    float: right;
}

.cooked-recipe-info .cooked-time,
.cooked-recipe-info .cooked-servings,
.cooked-recipe-info .cooked-difficulty-level,
.cooked-recipe-info .cooked-category,
.cooked-recipe-info .cooked-author {
    position: relative;
    line-height: 1.25rem;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 2rem 1rem 0;
    display: inline-block;
    width: auto;
}

.cooked-recipe-info .cooked-time,
.cooked-recipe-info .cooked-servings,
.cooked-recipe-info .cooked-author {
    padding-left: 50px;
}

.cooked-recipe-info .cooked-icon,
.cooked-recipe-info .cooked-author .cooked-author-avatar {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
}

.cooked-recipe-info .cooked-author .cooked-author-avatar img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.cooked-recipe-info .cooked-icon {
    font-size: 30px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #999999;
}

.cooked-recipe-info strong {
    font-size: .75rem;
    letter-spacing: .03rem;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    color: #4b4342;
}

.cooked-recipe-info a {
    color: #5fcac7;
    display: inline-block;
    font-size: 17px;
}

.cooked-recipe-info a:hover {
    color: #5fcac7;
}

.cooked-recipe-info .difficulty {
    position: relative;
    font-size: 18px;
    color: #4b4342;
}

.cooked-recipe-info .sortby-select {
    width: 270px;
    height: 34px;
}

.cooked-recipe-info .select2-selection--single {
    height: 34px;
    padding: 3px 0;
    border-radius: 0px;
}

.cooked-recipe-info .select2-selection__arrow b:before,
.cooked-recipe-info .select2-selection__arrow b {
    background-color: transparent !important;
}

.cooked-recipe-info .cooked-print,
.cooked-recipe-info .cooked-fsm-button {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.cooked-recipe-info .cooked-fsm-button .cooked-icon,
.cooked-recipe-info .cooked-print .cooked-icon {
    position: relative;
    display: inline-block;
    font-size: 40px;
}

.cooked-recipe-info .cooked-time .cooked-icon {
    font-size: 36px;
}

.cooked-recipe-info .cooked-time {
    font-size: 16px;
}

.cooked-recipe-info .cooked-time:last-child {
    margin-right: 0;
}


/* Cooked Recipe Ingredients */

.cooked-recipe-ingredients {
    position: relative;
    margin-bottom: 2rem;
}

.cooked-single-ingredient {
    position: relative;
    padding: .5rem 0 0 2rem;
    margin: 0;
    font-size: 16px;
}

.cooked-single-ingredient .cooked-ingredient-checkbox {
    position: absolute;
    top: .5rem;
    left: 0;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    margin: .2rem .8rem 0 0;
    border-color: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .1s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .1s cubic-bezier(.42, 0, .15, 1);
    transition: all .1s cubic-bezier(.42, 0, .15, 1);
}

.cooked-single-ingredient .cooked-ingredient-checkbox:hover {
    border-color: #bbbbbb;
    border-color: rgba(0, 0, 0, .5);
}

.cooked-single-ingredient.checked .cooked-ingredient-checkbox:after {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: .6rem;
    line-height: 1rem;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f00c";
    color: #888888;
    font-weight: 900;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.cooked-single-ingredient.checked {
    text-decoration: line-through;
    opacity: .5;
}


/* Cooked Recipe Directions */

.cooked-recipe-directions {
    position: relative;
}

.cooked-single-direction {
    position: relative;
    padding-left: 2rem;
}

.cooked-single-direction .cooked-direction-number {
    opacity: .35;
    position: absolute;
    display: inline-block;
    width: auto;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: 800;
    top: 0;
    left: 0;
    font-size: 1.5rem;
}

.cooked-single-direction p {
    position: relative;
    margin-bottom: 0 !important;
}

.recipe-single .devider {
    position: relative;
    margin: 90px auto 80px;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
    max-width: 370px;
    z-index: 1;
}

.recipe-single .devider img {
    display: block;
    margin: auto;
    padding: 0 20px;
    height: 36px;
    background: #ffffff;
}

.recipe-single .devider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}


/***

====================================================================
		Recipe Full Screen
====================================================================

***/

.jquery-modal {
    z-index: 99;
}

.jquery-modal .model {
    position: absolute;
    max-width: 100%;
    width: 100%;
    padding: 0;
    left: 0;
    top: 0;
}

.recipe-fullscreen-model {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cooked-fsm-directions .cooked-panel,
.cooked-fsm-ingredients .cooked-panel {
    padding-left: 1%;
    padding-right: 2%;
}

.recipe-fullscreen-model h2 {
    margin-bottom: 0.5em;
    font-size: 1rem;
    padding: 0;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 800;
}

.recipe-fullscreen-model .cooked-fsm-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.2rem;
    background: #16a780;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    padding: 0 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3.5rem;
    height: 3.5rem;
    z-index: 9;
}

.recipe-fullscreen-model .cooked-fsm-ingredients {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    padding: 5.5rem 2rem 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    height: 100vh;
    background: #f9f9f9;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.recipe-fullscreen-model .cooked-fsm-ingredients .cooked-recipe-ingredients {
    margin-top: -.75rem;
}

.recipe-fullscreen-model .cooked-fsm-ingredients .cooked-single-ingredient {
    padding: .75rem 0 0 2rem;
}

.recipe-fullscreen-model .cooked-single-direction {
    padding-left: 2.3rem;
}

.recipe-fullscreen-model .cooked-single-direction p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 0 1.5rem !important;
}

.recipe-fullscreen-model .cooked-single-direction .cooked-direction-number {
    font-size: 1.8rem;
}

.recipe-fullscreen-model .cooked-fsm-directions {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 5.5rem 2rem 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.close-recipe-fsm {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #16a780;
    color: #ffffff;
    z-index: 999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.close-recipe-fsm:hover {
    color: #ffffff;
}

.recipe-fullscreen-model .cooked-ingredient-checkbox {
    top: .75rem;
}


/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 100px 0 140px;
    background-color: transparent;
    margin-top: -65px;
}

.testimonial-section .shape_wrapper .overlay {
    background-color: #ff91a4;
}

.testimonial-carousel {
    position: relative;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .testimonial_img {
    position: relative;
}

.testimonial-block .testimonial_img .thumb-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.testimonial-block .testimonial_img .thumb-box img {
    border-radius: 50%;
    vertical-align: top;
}

.testimonial-block .testimonial_img .div_left,
.testimonial-block .testimonial_img .div_right {
    display: inline-block;
    width: 65px;
    height: 21px;
    margin-top: 30px;
    vertical-align: top;
}

.testimonial-block .testimonial_img .div_left {
    margin-right: 10px;
}

.testimonial-block .testimonial_img .div_right {
    margin-left: 10px;
}

.testimonial-block .text {
    position: relative;
    color: #ffffff;
    max-width: 750px;
    margin: 0 auto 25px;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 5px;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 17px;
    color: #ffffff;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    position: relative;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.6;
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active {
    opacity: 1;
}

.testimonial-section.style-two {
    padding: 230px 0;
    margin-bottom: -100px;
    z-index: 1;
}

.testimonial-section.style-two .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}


/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 100px 0 90px;
}

.testimonial-section-two .sec-title {
    margin-bottom: 25px;
}

.testimonial-section-two .content-box {
    position: relative;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 30px;
}

.testimonial-section-two .content-box p {
    color: #ffffff;
}

.testimonial-section-two .content-box h4 {
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 15px;
}


/*** 

====================================================================
		Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
    padding: 30px 0 90px;
    margin-top: -40px;
}

.testimonial-section-three .overlay {
    display: none;
}

.testimonial-section-three .testimonial-block .testimonial_img .thumb-box {
    border-color: #d1f16a;
}

.testimonial-section-three .testimonial-block .testimonial_img .div_left,
.testimonial-section-three .testimonial-block .testimonial_img .div_right {
    fill: #d1f16a;
}

.testimonial-section-three .testimonial-block .inner-box {
    padding: 0 15px;
}

.testimonial-section-three .testimonial-block .name,
.testimonial-section-three .testimonial-block .text {
    color: #4b4342;
}

.testimonial-section-three .owl-nav {
    display: none;
}

.testimonial-section-three .owl-dots {
    position: relative;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.testimonial-section-three .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #82d5af;
    opacity: 0.6;
}

.testimonial-section-three .owl-dot:hover,
.testimonial-section-three .owl-dot.active {
    opacity: 1;
}


/*=============================
	Testimonial Block Two
==============================*/

.testimonial-block-two {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block-two .testimonial_img {
    position: relative;
}

.testimonial-block-two .testimonial_img .thumb-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #5fcac7;
}

.testimonial-block-two .testimonial_img .thumb-box img {
    border-radius: 50%;
    vertical-align: top;
}

.testimonial-block-two .testimonial_img .div_left,
.testimonial-block-two .testimonial_img .div_right {
    display: inline-block;
    width: 65px;
    height: 21px;
    margin-top: 30px;
    vertical-align: top;
    fill: #5fcac7;
}

.testimonial-block-two .testimonial_img .div_left {
    margin-right: 10px;
}

.testimonial-block-two .testimonial_img .div_right {
    margin-left: 10px;
}

.testimonial-block-two .text {
    position: relative;
    margin: 0 0 25px;
}

.testimonial-block-two .name {
    position: relative;
    display: block;
    font-size: 24px;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.testimonial-block-two.style-two .testimonial_img .div_left,
.testimonial-block-two.style-two .testimonial_img .div_right {
    fill: #ff91a4;
}

.testimonial-block-two.style-two .testimonial_img .thumb-box {
    border-color: #ff91a4;
}


/*** 

====================================================================
		Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 30px 0 60px;
}

.pricing-section.alternate {
    padding: 80px 0 60px;
}

.pricing-table {
    position: relative;
    margin-bottom: 50px;
}

.pricing-table .inner-box {
    position: relative;
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 4px solid #5fcac7;
    border-radius: 10px;
    margin-top: 80px;
    padding-top: 70px;
    z-index: 9;
}

.pricing-table .pricing-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    z-index: -1;
    overflow: hidden;
}

.pricing-table .pricing-svg svg {
    fill: #5fcac7;
    width: 100%;
    height: 100%;
}

.pricing-table .image-box {
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
}

.pricing-table .image-box .image {
    position: relative;
    height: 70px;
    max-width: 60%;
    z-index: 1;
    margin: 0 auto;
}

.pricing-table .image-box .image img {
    display: inline-block;
}

.pricing-table .title-box {
    position: relative;
    display: block;
}

.pricing-table .title-box h3 {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 15px;
    padding-bottom: 65px;
}

.pricing-table .price-box {
    position: relative;
    margin-bottom: 20px;
}

.pricing-table .price-box .price {
    position: relative;
    font-size: 48px;
    line-height: 1em;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    vertical-align: middle;
    margin-bottom: 20px;
}

.pricing-table .price-box .price sup {
    font-size: 24px;
    line-height: 1;
}

.pricing-table .price-box .title {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 0 25px;
    border-radius: 30px;
    background-color: #ff91a4;
}

.pricing-table .table-content {
    padding: 0 20px;
    margin-top: 25px;
}

.pricing-table .table-content li {
    position: relative;
    padding: 11px 0;
    font-size: 16px;
    border-bottom: 1px solid #5fcac7;
    color: #4b4342;
}

.pricing-table .table-footer {
    position: relative;
    padding: 12px 30px 15px;
}

.pricing-table .pricing-highlight {
    position: absolute;
    right: -15px;
    top: -15px;
    height: 78px;
    width: 78px;
}

.pricing-table .pricing-highlight svg {
    stroke: #5fcac7;
    fill: #ffffff;
    stroke-width: 4;
}

.pricing-table .pricing-highlight h5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #4b4342;
    line-height: 78px;
}

.pricing-table.tagged .inner-box {
    border-color: #ff91a4;
}

.pricing-table.tagged .pricing-svg svg {
    fill: #ff91a4;
}

.pricing-table.tagged .price-box .title {
    background-color: #5fcac7;
}


/*=== Pricing Section Style Two ===*/

.pricing-section.style-two {
    position: relative;
    padding: 60px 0 170px;
}

.pricing-section.style-two .overlay {
    background-color: rgba(116, 188, 188, 0.8);
}

.pricing-section.style-two .pricing-table .pricing-svg svg {
    fill: #82d5af;
}

.pricing-section.style-two .pricing-table .inner-box {
    border-color: #82d5af;
}

.pricing-section.style-two .pricing-table .price-box .title {
    background-color: #5eb8c0;
}

.pricing-section.style-two .pricing-table.tagged .inner-box {
    border-color: #d1f16a;
}

.pricing-section.style-two .pricing-table.tagged .pricing-svg svg {
    fill: #d1f16a;
}


/*** 

====================================================================
		Reservation Section
====================================================================

***/

.reservation-section {
    position: relative;
    padding: 90px 0;
}

.reservation-section .overlay {
    background-color: rgba(242, 164, 173, 0.65);
}

.reservation-section .sec-title {
    margin-bottom: 40px;
}

.reservation-section .sec-title h2 {
    font-size: 51px;
}

.reservation-section .form-outer {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.reservation-section .text {
    color: #ffffff;
    margin-bottom: 55px;
}


/*=== Footer Form ===*/

.reservation-form {
    position: relative;
}

.reservation-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.reservation-form .form-group:last-child {
    margin-bottom: 0;
}

.reservation-form .form-group input[type="text"],
.reservation-form .form-group input[type="email"],
.reservation-form .form-group input[type="url"],
.reservation-form .form-group textarea,
.reservation-form .form-group select {
    position: relative;
    width: 100%;
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid #edecec;
    border-radius: 5px;
    height: 42px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.reservation-form .form-group input:focus,
.reservation-form .form-group select:focus,
.reservation-form .form-group textarea:focus {
    border-color: #ffffff;
}

.reservation-form .form-group textarea {
    height: 125px;
    resize: none;
}

.reservation-form .form-group input[type="submit"],
.reservation-form .form-group button {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #4b4342;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 15px;
    line-height: 20px;
    border: 1px solid #edecec;
    border-radius: 4px;
    width: 160px;
    text-align: center;
    transition: all 300ms ease;
    margin-top: 8px;
}

.reservation-form .form-group input[type="submit"]:hover,
.reservation-form .form-group button:hover {
    background-color: #4b4342;
    color: #ffffff;
    border: 1px solid #4b4342;
}

.reservation-form input.error:focus,
.reservation-form select.error:focus,
.reservation-form textarea.error:focus {
    border-color: #ff0000;
}

.reservation-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}


/*** 

====================================================================
		Reservation Section Two
====================================================================

***/

.reservation-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 135px;
    margin-bottom: -60px;
}

.reservation-section-two .overlay {
    background-color: rgba(242, 164, 173, 0.65);
}

.reservation-section-two .sec-title {
    margin-bottom: 20px;
}

.reservation-section-two .sec-title h2 {
    font-size: 51px;
}

.reservation-section-two .reservation-form p {
    margin-bottom: 20px;
}

.reservation-section-two .reservation-form .divider {
    margin-bottom: 50px;
}

.reservation-section-two .reservation-form .divider img {
    height: 39px;
    width: auto;
}

.reservation-section-two .form-outer {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
}

.reservation-section-two .text {
    color: #ffffff;
    margin-bottom: 55px;
}


/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 40px;
}

.team-section.style-two {
    padding: 80px 0 60px;
}

.team-section.style-two .sec-title {
    margin-bottom: 50px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    text-align: center;
}

.team-block .image-box {
    position: relative;
    margin-bottom: 15px;
}

.team-block .social-links {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    z-index: 1;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.team-block .social-links li a {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 44px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff91a4;
    border: 3px solid #ff91a4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .social-links li a:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.team-block .inner-box:hover .social-links li a {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
    visibility: visible;
}

.team-block .inner-box:hover .social-links li:nth-child(2) a {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.team-block .inner-box:hover .social-links li:nth-child(3) a {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.team-block .image {
    position: relative;
    margin-bottom: 0;
    max-width: 270px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.team-block .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 10px solid #ff91a4;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
}

.team-block .image img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.team-block .name {
    position: relative;
    font-size: 30px;
    color: #4b4342;
    line-height: 1.39em;
    margin-bottom: 0;
}

.team-block .name a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .name a:hover {
    color: #ff91a4;
}

.team-block .name svg {
    fill: #4b4342;
    width: 58px;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .name a:hover svg {
    fill: #ff91a4;
}

.team-block .designation {
    display: block;
    font-size: 16px;
    color: #4b4342;
}

.team-carousel .owl-dots {
    position: relative;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.team-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.team-carousel .owl-dot:hover,
.team-carousel .owl-dot.active {
    opacity: 1;
}


/*** 

====================================================================
		Team Single
====================================================================

***/

.team-single {
    position: relative;
    padding: 80px 0 30px;
}

.team-single .image-column {
    position: relative;
    margin-bottom: 50px;
}

.team-single .image-box {
    position: relative;
    text-align: center;
}

.team-single .image {
    position: relative;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    max-width: 370px;
    margin: 0 auto 10px;
}

.team-single .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 10px solid #ff91a4;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
}

.team-single .image img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.team-single .social-links {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.team-single .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.team-single .social-links li a {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 44px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff91a4;
    border: 3px solid #ff91a4;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-single .social-links li a:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.team-single .content-column {
    position: relative;
}

.team-single .content-column .inner-column {
    position: relative;
}

.team-single .name {
    position: relative;
    font-size: 36px;
    color: #4b4342;
    line-height: 1.4em;
    margin-bottom: 0;
}

.team-single .name a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-single .name a:hover {
    color: #ff91a4;
}

.team-single .designation {
    display: block;
    font-size: 16px;
    color: #4b4342;
    margin-bottom: 10px;
}


/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
    position: relative;
    padding: 105px 0 0px;
}

.blog-masonry {
    position: relative;
    padding: 80px 0;
}

.blog-sidebar .news-block {
    text-align: center;
    margin-bottom: 50px;
}

.blog-masonry .news-block .image-column,
.blog-sidebar .news-block .image-column {
    margin-bottom: 35px;
}

.blog-three-column .news-block .post-info,
.blog-masonry .news-block .post-info {
    display: inline-block;
    margin-bottom: 12px;
}

.blog-three-column .news-block .post-info li,
.blog-masonry .news-block .post-info li {
    float: left;
}

.blog-three-column .news-block,
.blog-two-column .news-block,
.blog-masonry .news-block {
    margin-bottom: 25px;
    text-align: center;
}

.news-block {
    position: relative;
    margin-bottom: 70px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image-column {
    position: relative;
    margin-bottom: 25px;
}

.news-block .image-column .inner-column {
    position: relative;
}

.news-block .image-column .date {
    position: absolute;
    min-width: 84px;
    min-height: 84px;
    top: 10px;
    left: 12px;
    padding: 12px 0;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
    display: block;
    font-weight: 500;
    color: #ff91a4;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    z-index: 1;
}

.news-block .image-column .date span {
    display: block;
    color: #4b4342;
    font-size: 18px;
    line-height: 1em;
}

.news-block .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .image iframe {
    position: relative;
    width: 100%;
}

.news-block .image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .content-column {
    position: relative;
    margin-bottom: 25px;
}

.news-block .content-column .inner-column {
    position: relative;
}

.news-block h3 {
    position: relative;
    font-size: 26px;
    color: #4b4342;
    font-weight: 500;
    margin-bottom: 25px;
}

.news-block h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block h3 a:hover {
    color: #ff91a4;
}

.news-block .post-info {
    position: relative;
    background: #f8f8f8;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #4b4342;
    margin-right: 16px;
}

.news-block .post-info:after {
    display: table;
    clear: both;
    content: "";
}

.news-block .post-info li:last-child {
    margin-right: 0;
}

.news-block .post-info li a {
    display: inline-block;
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .post-info li a:hover {
    color: #ff91a4;
}

.news-block .post-info li .icon {
    position: relative;
    float: left;
    margin-right: 10px;
    color: #ff91a4;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.news-block .text {
    position: relative;
    margin-bottom: 30px;
}

.news-block .devider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
    max-width: 370px;
    z-index: 1;
}

.news-block .devider img {
    display: block;
    margin: auto;
    padding: 0 20px;
    height: 36px;
    background: #ffffff;
}

.news-block .devider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

.news-block.style-two .inner-box {
    text-align: right;
}

.news-block.style-two .image-column {
    order: 2;
}

.news-block .single-item-carousel {
    position: relative;
}

.news-block .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.news-block .owl-next,
.news-block .owl-prev {
    position: absolute;
    left: 10px;
    top: 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 46px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .owl-next {
    left: auto;
    right: 10px;
}

.news-block .owl-next:hover,
.news-block .owl-prev:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.blog-masonry .row {
    margin: 0 -20px;
}

.blog-two-column .styled-pagination,
.blog-masonry .styled-pagination {
    margin-top: 30px;
}

.blog-sidebar .styled-pagination {
    margin-top: 100px;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
    border: 3px solid #edecec;
    border-radius: 30px;
    padding: 5px 10px;
}

.styled-pagination ul:before,
.styled-pagination ul:after {
    position: absolute;
    left: calc(100% + 13px);
    top: 50%;
    margin-top: -1.5px;
    width: 107px;
    background-color: #edecec;
    height: 3px;
    content: "";
}

.styled-pagination ul:after {
    left: auto;
    right: calc(100% + 13px);
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 6px;
    z-index: 3;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.styled-pagination li .next,
.styled-pagination li .prev {
    font-size: 13px;
    color: #edecec;
}

.styled-pagination li a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li .current {
    color: #ff91a4;
}


/***

==================================================================
		Blog Single
==================================================================

***/

.blog-single {
    position: relative;
}

.blog-single .news-block .image-column {
    margin-bottom: 20px;
}

.blog-single .news-block .content-column {
    text-align: center;
}

.blog-single .two-column {
    margin-top: 40px;
}

.blog-single .two-column .content-column {
    text-align: left;
}

.blog-single p {
    position: relative;
    margin-bottom: 30px;
}

.news-block .link-box h3 {
    font-size: 40px;
    line-height: 1.2em;
}

.news-block .image-column .link-box .date,
.news-block .image-column .quote-box .date {
    border: 4px solid #edecec;
    height: 92px;
    width: 92px;
    padding: 15px 0;
}

.news-block .link-box,
.quote-box {
    display: block;
    position: relative;
    text-align: center;
    color: #4b4342;
    border: 4px solid #edecec;
    padding: 20px 10% 30px;
    border-radius: 30px;
    padding-left: 100px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 1em;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.quote-box:before,
.quote-box:after {
    content: '“';
    color: #ff91a4;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -22px;
    line-height: 0.9;
    height: 20px;
    width: 44px;
    background: #fff;
}

.quote-box:after {
    content: '”';
    bottom: -13px;
    top: initial;
}

.quote-box .quote_text {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.quote-box .author_name {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2em;
}

.quote-box .author_status {
    display: inline-block;
    font-size: 14px;
}

.news-block .link-box {
    position: relative;
    z-index: 1;
    padding: 24px 130px 34px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.news-block .video {
    position: relative;
    height: 0;
    padding-bottom: 56.316%;
}

.news-block .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*** 

====================================================================
		Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 80px 0 30px;
}

.contact-section .sec-title {
    margin-bottom: 70px;
}

.contact-section .sec-title .divider {
    margin-bottom: 0;
}

.contact-section .column {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.contact-section .title {
    position: relative;
    text-align: center;
    margin-bottom: 17px;
}

.contact-section .title .icon {
    position: relative;
    max-width: 74px;
    margin: 0 auto;
}

.contact-section .title h4 {
    font-size: 28px;
}

.contact-section .contact-info {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .contact-info li {
    position: relative;
    font-size: 17px;
    color: #4b4342;
    line-height: 29px;
    margin-bottom: 17px;
}

.contact-section .contact-info li a {
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .contact-info li a:hover {
    color: #5fcac7;
}

.contact-section .contact-form {
    margin-top: 46px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 17px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #4b4342;
    line-height: 20px;
    padding: 10px 10px;
    border: 1px solid #edecec;
    background-color: #ffffff;
    font-weight: 400;
    height: 42px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #edecec;
}

.contact-form .form-group textarea {
    height: 130px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #4b4342;
    font-size: 17px;
    padding: 4px 20px;
    line-height: 30px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid #edecec;
    margin-top: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-form .form-group input[type="submit"]:hover,
.contact-form .form-group button:hover {
    color: #ffffff;
    background-color: #4b4342;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus {
    border-color: #ff0000;
}

.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    text-align: left;
    margin-bottom: 0;
}

#email-form .response {
    position: relative;
    text-align: center;
}

#email-form .response .success {
    background: #5fcac7;
    color: #ffffff;
    padding: 0 10px;
}

#email-form .response .failed {
    background-color: #ff91a4;
    color: #ffffff;
    padding: 0 10px;
}

#email-form .response .text-info {
    background-color: #ffcd66;
    color: #222222 !important;
    padding: 0 10px;
}

.contact-section .contact-column {
    position: relative;
    margin-bottom: 30px;
}


/*** 

====================================================================
		Map Section
====================================================================

***/

.map-section {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

iframe#gmap_canvas {
    height: 540px;
    width: 100%;
}

.map-area {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-section .map-canvas {
    height: 540px;
    background-color: #f9f9f9;
}


/***

==================================================================
		Main Footer
==================================================================

***/
.main-footer {
    margin-top: 0;
    position: relative;
}


.main-footer .shape_wrapper .overlay {
    background-color: rgba(75, 67, 66, 0.9);
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 25px; /* bolo 130px 0 25px */
    z-index: 3;
}

.main-footer .column {
    position: absolute;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    display: block;
    text-align: center;
}

.footer_Photo{
width: 100%;
position: relative;
z-index: 2;
text-align: center;
}

.img-footer{
    position: relative;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.main-footer .widget-title h3 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1em;
    margin-bottom: 20px;
}

.main-footer .widget-title>svg {
    fill: #ffffff;
    max-width: 53px;
    max-height: 26px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.main-footer .about-widget {
    position: relative;
}


/*=== Newslatter Widget ===*/

.newslatter-widget {
    position: relative;
}

.newslatter-form .form-group {
    position: relative;
    padding-right: 70px;
}

.newslatter-form .form-group input[type="text"],
.newslatter-form .form-group input[type="tel"],
.newslatter-form .form-group input[type="email"],
.newslatter-form .form-group textarea {
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #edecec;
    width: 100%;
    margin: auto;
    line-height: 40px;
    min-height: 42px;
    border-radius: 6px;
}

.newslatter-form .form-group input[type="submit"],
.newslatter-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #edecec;
    background-color: #aba4a2;
    border-radius: 4px;
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newslatter-form .form-group input[type="submit"]:hover,
.newslatter-form .form-group button:hover {
    background-color: #5fcac7;
}

.newslatter-form .response {
    position: relative;
    padding: 0 10px;
}

.newslatter-form .response .success {
    background: #5fcac7;
    color: #ffffff;
}

.newslatter-form .response .failed {
    background-color: #ff91a4;
    color: #ffffff;
}

.newslatter-form .response .text-info {
    background-color: #ffcd66;
    color: #222222 !important;
}


/*=== Footer Form ===*/

.footer-form {
    position: relative;
}

.footer-form .form-group {
    position: relative;
    margin-bottom: 1em;
    text-align: left;
}

.footer-form .form-group:last-child {
    margin-bottom: 0;
}

.footer-form .form-group input[type="text"],
.footer-form .form-group input[type="email"],
.footer-form .form-group input[type="url"],
.footer-form .form-group textarea,
.footer-form .form-group select {
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-form .form-group input:focus,
.footer-form .form-group select:focus,
.footer-form .form-group textarea:focus {
    border-color: #eeeeee;
}

.footer-form ::-webkit-input-placeholder {
    color: #222222;
}

.footer-form ::-moz-input-placeholder {
    color: #222222;
}

.footer-form ::-ms-input-placeholder {
    color: #222222;
}

.footer-form .form-group textarea {
    height: 125px;
    resize: none;
}

.footer-form .form-group input[type="submit"],
.footer-form .form-group button {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #4b4342;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 15px;
    line-height: 22px;
    border-radius: 4px;
    width: 160px;
    margin-top: 10px;
    text-align: center;
}

.footer-form input.error:focus,
.footer-form select.error:focus,
.footer-form textarea.error:focus {
    border-color: #ff0000;
}

.footer-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.footer-form .form-group input[type="submit"]:hover,
.footer-form .form-group button:hover {
    background-color: #4b4342;
    color: #ffffff;
}


/*=== Footer Bottom    zmena farby uplne dole footer ===*/

.main-footer .footer-bottom {
    position: relative;
    -webkit-mask-image: url(../images/icons/shape_three.svg);
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: rgba(223, 20, 20, 0.3);
    color: #ffffff;
    padding: 30px;
    margin-top: 20px;
    text-align: center;
}

.main-footer .footer-bottom p {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    margin-top: 60px;
}


/***

==================================================================
		Main Footer Style Two
==================================================================

***/

.main-footer.style-two .widgets-section {
    padding: 140px 0 55px;
}

.main-footer.style-two .auto-container {
    max-width: 1170px;
}

.main-footer.style-two .footer-widget p {
    color: #b0b0b0;
    font-size: 15px;
    margin-bottom: 1em;
}

.main-footer.style-two .footer-widget p a {
    color: #b0b0b0;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer.style-two .footer-widget p a:hover {
    color: #ffffff;
}

.main-footer.style-two .social-widget .social-box {
    position: relative;
    margin-top: 40px;
}

.main-footer.style-two .widget-title h3 {
    margin-bottom: 16px;
}


/***

==================================================================
		Main Footer Style Three
==================================================================

***/

.main-footer.style-three .widgets-section {
    position: relative;
    padding: 120px 0 100px;
    margin-top: -30px;
}

.main-footer.style-three .overlay {
    background-color: rgba(108, 177, 209, 0.9);
}

.main-footer.style-three .newslatter-form {
    max-width: 360px;
    margin: 0 auto;
}

.main-footer.style-three .footer-bottom {
    background-color: rgba(53, 14, 4, 0.6);
}


/***

==================================================================
		Main Footer Style Four
==================================================================

***/

.main-footer.style-four .widgets-section {
    position: relative;
    padding: 130px 0 20px;
    margin-top: -50px;
}

.main-footer.style-four .overlay {
    background-color: rgba(29, 15, 10, 0.75);
}

.main-footer.style-four .social-widget {
    padding-top: 45px;
}

.main-footer.style-four .about-widget {
    padding-top: 60px;
}

.main-footer.style-four .about-widget p {
    color: #b0b0b0;
}


/***

==================================================================
		Main Footer Style Five
==================================================================

***/

.main-footer.style-five .widgets-section {
    padding: 130px 0 80px;
    margin-top: -50px;
}

.main-footer.style-five .overlay {
    background-color: rgba(75, 67, 66, 1);
}

.main-footer.style-five .widgets-section p {
    font-size: 16px;
    color: #b0b0b0;
}

.main-footer.style-five .social-widget {
    margin-bottom: 30px;
}


/***

==================================================================
		Main Footer Style Six
==================================================================

***/

.main-footer.style-six {
    position: relative;
}

.main-footer.style-six .widgets-section {
    padding-bottom: 40px;
}

.main-footer.style-six .auto-container {
    max-width: 1170px;
}

.main-footer.style-six .overlay {
    background-color: rgba(75, 67, 66, 1);
}

.main-footer.style-six .widget-title h3 {
    margin-bottom: 15px;
}

.main-footer.style-six .text-box {
    position: relative;
    margin-top: 20px;
}

.main-footer.style-six p {
    color: #b0b0b0;
    font-size: 16px;
}

.main-footer.style-six p a {
    color: #b0b0b0;
    display: inline-block;
}

.main-footer.style-six p a:hover {
    color: #ffffff;
}

.main-footer .gallery-widget {
    position: relative;
}

.instagram-gallery {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.instagram-gallery .outer-box {
    position: relative;
    margin: 0 -5px;
}

.instagram-gallery .image {
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 0 2.5px;
    margin-bottom: 5px;
}

.instagram-gallery .image img {
    display: block;
    width: 100%;
    border-radius: 4px;
}


/***

==================================================================
		Main Footer Style Seven
==================================================================

***/

.main-footer.style-seven .widgets-section {
    padding: 140px 0 55px;
}

.main-footer.style-seven .overlay {
    background-color: rgba(73, 62, 60, 0.9);
}

.main-footer.style-seven .auto-container {
    max-width: 1170px;
}

.main-footer.style-seven .footer-widget p {
    color: #b0b0b0;
    font-size: 16px;
    margin-bottom: 0;
}

.main-footer.style-seven .footer-widget p a {
    color: #b0b0b0;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer.style-seven .footer-widget p a:hover {
    color: #ffffff;
}

.main-footer.style-seven .social-widget .social-box {
    position: relative;
    margin-top: 18px;
}

.main-footer.style-seven .widget-title h3 {
    margin-bottom: 16px;
}


/***

==================================================================
		Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 80px 0 40px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-side .sidebar {
    position: relative;
}

.sidebar-widget {
    position: relative;
    padding: 20px 15px;
    margin-bottom: 60px;
    border: 4px solid #edecec;
    border-radius: 20px;
}

.sidebar-widget:not(.search-widget):before {
    content: '';
    width: 87px;
    height: 36px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/icons/widget_before.jpg);
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -43px;
}

.sidebar-widget:not(.search-widget):after {
    content: '';
    background-image: url(../images/icons/widget_after.jpg);
    width: 26px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -13px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .widget-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    z-index: 1;
    text-align: center;
    font-size: 28px;
    line-height: 39px;
    color: #4b4342;
}

.sidebar-widget figure {
    margin-bottom: 0;
    text-align: center;
}


/*Search Widget*/

.sidebar .search-widget {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.sidebar .search-widget .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 9px 20px;
    line-height: 20px;
    height: 38px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-widget .form-group input:focus {
    border-color: #ab7442;
}

.sidebar .search-widget .form-group input[type="submit"],
.sidebar .search-widget .form-group button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 54px;
    height: 36px;
    color: #ffffff;
    background-color: #ff91a4;
    border-radius: 30px;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .search-widget .form-group input[type="submit"]:hover,
.sidebar .search-widget .form-group button:hover {
    color: #222222;
}


/*=== Cart Widget ===*/

.cart-widget {
    position: relative;
}

.cart-widget .shopping-cart .theme-btn {
    color: #ffffff;
    background-color: #4b4342;
    border: 3px solid #4b4342;
    padding: 5px 0;
}

.cart-widget .shopping-cart .theme-btn:hover {
    background-color: #ffffff;
    color: #4b4342;
}


/* Range Slider widget */

.rangeslider-widget {
    position: relative;
}

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
}

.range-slider-one .input-box {
    position: relative;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #4b4342;
    font-size: 15px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #4b4342;
    font-size: 15px;
    font-weight: 300;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 5px;
    border: none;
    margin-bottom: 20px;
    background: #5fcac7;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 5px;
    background: #e4e3e3;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    position: absolute;
    top: -6px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: -1px;
    border-radius: 50%;
    background: #5fcac7;
    border-color: #5fcac7;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}

.range-slider-one .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    z-index: 2;
    border-radius: 50%;
    background: #ffffff;
}

.range-slider-one .theme-btn {
    position: relative;
    display: block;
    padding: 7px 2px;
    width: 92px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    border-radius: 30px;
    margin-top: -3px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    border: 3px solid #4b4342;
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.range-slider-one .theme-btn:hover {
    background-color: #4b4342;
    color: #ffffff;
}


/*=== Tags Widget ===*/

.sidebar .tags {
    padding: 30px 30px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #ff91a4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    color: #ffffff;
    background-color: #5fcac7;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
}


/*Team Widget*/

.team-widget {
    position: relative;
}

.team-widget .single-item-carousel {
    position: relative;
}

.team-widget .single-item-carousel .owl-nav {
    display: none;
}

.team-widget .owl-dots {
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.team-widget .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.team-widget .owl-dot:hover,
.team-widget .owl-dot.active {
    opacity: 1;
}

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
    padding: 15px 10px;
    padding-left: 75px;
    border-radius: 10px;
}

.team-block-two .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 60px;
}

.team-block-two .thumb img {
    width: 100%;
    display: block;
}

.team-block-two h4 {
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 600;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.team-block-two .text {
    font-size: 16px;
    line-height: 25px;
    color: #ff91a4;
}

.team-block-two .text a {
    color: #ff91a4;
}

.team-block-two.active .inner-box {
    background-color: #f8f8f8;
}

.category-widget {
    position: relative;
}

.categories-list {
    position: relative;
}

.categories-list li {
    position: relative;
    color: #363636;
    font-weight: 500;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 20px;
    background: #f8f8f8;
    border-radius: 30px;
    line-height: 40px;
}

.categories-list li:nth-child(even) {
    background-color: #ffffff;
}

.categories-list li:before {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    content: "\f111";
    color: #5fcac7;
    font-weight: 500;
    font-size: 16px;
}

.categories-list li a {
    color: #363636;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.group-title h3 {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 500;
}

.comments-area {
    position: relative;
    margin-bottom: 50px;
}

.comments-area .comment-box {
    position: relative;
}

.comments-area .comment-box.reply-comment {
    margin-left: 100px;
}

.comments-area .comment {
    position: relative;
    min-height: 60px;
    padding-left: 70px;
    margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    padding-top: 5px;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    color: #5fcac7;
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    color: #333e4f;
}

.comments-area .comment-box .text {
    font-size: 17px;
    font-weight: 400;
}

.comments-area .comment-box .rating {
    float: right;
    font-size: 10px;
    line-height: 18px;
    color: #ebba44;
    margin-top: -20px;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: 400;
    background-color: #156f89;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
}


/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .sub-title {
    font-size: 18px;
}

.comment-form .form-outer {
    position: relative;
    border-radius: 20px;
    border: 4px solid #f8f8f8;
    padding: 20px 30px 0px;
    background: #f8f8f8;
}

.comment-form .form-outer p {
    position: relative;
    margin-bottom: 10px;
}

.comment-form .row {
    margin: 0 -5px;
}

.comment-form .form-group {
    position: relative;
    padding: 0 5px;
    margin-bottom: 30px;
}

.comment-form .form-group .field-label {
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 42px;
    width: 100%;
    font-size: 15px;
    color: #4b4342;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #edecec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #156f89;
}

.comment-form .form-group textarea {
    height: 250px;
    resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #ff91a4;
    font-size: 17px;
    padding: 4px 20px;
    line-height: 30px;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid #ff91a4;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-form .form-group input[type="submit"]:hover,
.comment-form .form-group button:hover {
    color: #ffffff;
    background-color: #ff91a4;
}


/***

==================================================================
			Our Shop
==================================================================

***/

.our-shop {
    position: relative;
}

.shop-upper-box {
    position: relative;
    margin-bottom: 50px;
}

.shop-upper-box .items-label {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 28px;
    padding: 5px 0;
}

.shop-upper-box .orderby {
    position: relative;
    float: right;
    min-width: 270px;
    background-color: #f2f2f2;
}

.shop-upper-box .select2-container {
    background-color: #f2f2f2;
    min-width: 270px;
}

.shop-upper-box .select2-container--default .select2-selection__arrow b,
.shop-upper-box .select2-container--default .select2-selection--single {
    background-color: #f2f2f2;
}

.shop-upper-box .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    opacity: .8;
    font-size: 14px;
}

.shop-upper-box .select2-container--default .select2-selection--single {
    padding: 6px 0;
    height: 43px;
}


/* Shop Item */

.shop-item {
    position: relative;
    margin-bottom: 60px;
}

.shop-item .inner-box {
    position: relative;
    text-align: center;
}

.shop-item .image-box {
    position: relative;
    overflow: hidden;
}

.shop-item .sale-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #ff91a4;
    z-index: 2;
}

.shop-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 0;
}

.shop-item .image img {
    display: block;
    width: 100%;
    height: auto;
}

.shop-item .image-box .btn-box {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box:hover .btn-box {
    bottom: 5px;
    opacity: 1;
    visibility: visible;
}

.shop-item .image-box .btn-box a {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 25px;
    color: #4b4342;
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .image-box .btn-box a:hover {
    background-color: #4b4342;
    color: #ffffff;
}

.shop-item .lower-content {
    position: relative;
    padding-top: 18px;
}

.shop-item .name {
    position: relative;
    font-size: 20px;
    line-height: 1.1em;
    color: #4b4342;
}

.shop-item .name a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .name a:hover {
    color: #5fcac7;
}

.shop-item .rating {
    position: relative;
    margin-bottom: 3px;
}

.shop-item .rating span {
    display: inline-block;
    font-size: 10px;
    color: #ebba44;
    margin: 0 1px;
}

.shop-item .rating span.light {
    color: #e5e5e5;
}

.shop-item .price {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.2em;
}

.shop-item .price del {
    color: #d5d7d4;
    font-weight: 100;
    margin-right: 5px;
}


/*** 

====================================================================
		Product Details
====================================================================

***/

.product-details {
    position: relative;
    margin-top: 20px;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 30px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.product-details .image-column .image img {
    position: relative;
    display: block;
    width: 100%;
}

.product-details .image-column .image .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #5fcac7;
    text-align: center;
    background-color: #ffffff;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.product-details .basic-details .details-header .rating {
    font-size: 18px;
    color: #ebba44;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-details .basic-details .details-header .reviews {
    position: relative;
    display: inline-block;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}

.product-details .basic-details .details-header .item-price {
    font-size: 28px;
    font-weight: 400;
    color: #ff91a4;
    line-height: 1.3em;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 10px;
}

.product-details .basic-details .details-header .item-price del {
    color: #999999;
    margin-left: 10px;
    font-weight: 400;
}

.product-details .basic-details .text {
    font-size: 17px;
    color: #4b4342;
    margin-bottom: 20px;
}

.product-details .other-options {
    position: relative;
}

.product-details .other-options .item-quantity {
    float: left;
    font-size: 17px;
    line-height: 42px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-details .other-options .item-quantity .qty {
    position: relative;
    display: inline-block;
    width: 160px;
    padding: 0 10px;
    height: 42px;
    padding: 10px 10px;
    border: 1px solid #edecec;
    border-radius: 5px;
    text-align: center;
}

.product-details .other-options .add-to-cart {
    position: relative;
    min-width: 160px;
    padding: 8px 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #ff91a4;
    text-transform: capitalize;
    border: 2px solid #ff91a4;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.product-details .other-options .add-to-cart:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.product-details .product-meta {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #d8e8ec;
    margin-top: 20px;
}

.product-details .product-meta li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    line-height: 28px;
}

.product-details .product-meta li a {
    display: inline-block;
    color: #ff91a4;
}


/*** 

====================================================================
		Product Tabs
====================================================================

***/

.product-info-tabs {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #d8e8ec;
    margin-bottom: 30px;
}

.prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    border-bottom: 4px solid #edecec;
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    text-align: center;
    min-width: 112px;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 20px;
    color: #abb0a6;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #1c3545;
    border-bottom-color: #ff91a4;
}

.prod-tabs .tabs-content .tab>.title {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 500;
    color: #4b4342;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 0.5em;
}

.prod-tabs .tabs-content .tab .content {
    position: relative;
}

.prod-tabs .tabs-content .tab .content p {
    position: relative;
}

.prod-tabs .comment-form .field-label {
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 6px;
}

.prod-tabs .comment-form .rating-box {
    position: relative;
    margin-bottom: 30px;
}

.prod-tabs .comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #e5e5e5;
}

.prod-tabs .comment-form .rating-box .rating a {
    color: #e5e5e5;
    float: left;
    margin-right: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.prod-tabs .comment-form .rating-box .rating a:hover {
    color: #ebba44;
}


/*** 

====================================================================
		Cart Section
====================================================================

***/

.cart-section {
    position: relative;
    padding: 80px 0px 30px;
}

.cart-outer {
    position: relative;
    margin-bottom: 70px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #e0e6ea;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e0e6ea;
}

.cart-outer .cart-item {
    position: relative;
    border: 1px solid #e0e6ea;
}

.cart-table thead tr th {
    line-height: 30px;
    padding: 30px 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.cart-table .cart-header .product-name {
    text-align: left;
}

.cart-table th,
.cart-table td {
    padding: 30px 20px;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: inherit;
}

.cart-table td a {
    color: inherit;
}

.cart-table .cart-item .quantity {
    position: relative;
}

.cart-table .cart-item .quantity .qty {
    background-color: #fff;
    font-size: 0.933333em;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    width: 100px;
    min-height: 42px;
    margin-left: 10px;
    border-radius: 6px;
    text-align: center;
}

.cart-table .cart-item .product-remove a {
    width: 22px;
    height: 22px;
    font-size: 0;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: #e21b1b;
    background: transparent;
}

.cart-table td.product-thumbnail a img {
    max-width: 80px;
    border-radius: 10px;
}

.cart-table td.product-name>* {
    margin-right: 20px;
}


/* Cart Option */

.cart-section .cart-options {
    position: relative;
    padding: 30px 20px 10px;
    background-color: #f8f8f8;
    border: 1px solid #e0e6ea;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .proceed-btn,
.cart-section .cart-options .coupon-btn,
.cart-section .cart-options .cart-btn {
    position: relative;
    min-width: 160px;
    padding: 8px 10px;
    font-size: 14px;
    color: #5fcac7;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #5fcac7;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.cart-section .proceed-btn:hover,
.cart-section .cart-options .coupon-btn:hover,
.cart-section .coupon-btn:hover {
    background-color: #5fcac7;
    color: #ffffff;
}

.cart-section .cart-options .cart-btn:hover {
    background-color: #5fcac7;
    color: #ffffff;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 22px;
    padding: 8px 10px;
    border: 1px solid #edecec;
    width: 190px;
    height: 42px;
    font-size: 16px;
    border-radius: 6px;
    background: #ffffff;
}

.cart-section .cart-options .btn-style-one {
    top: -7px;
    padding-left: 32px;
    padding-right: 32px;
}

.cart-section .totals-table {
    position: relative;
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.cart-section .totals-table li:last-child {
    border-bottom: 0;
}

.cart-section .totals-table li h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .5em;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 17px;
    padding-top: 10px;
    padding: 0;
    padding-top: 10px;
    text-transform: capitalize;
}

.cart-section .totals-table .col:last-child {
    text-align: right;
}

.cart-section .totals-table .total-price {
    color: #5fcac7;
    font-weight: 700;
}

.cart-section .totals-table .proceed-btn {
    position: relative;
    min-width: 160px;
    padding: 8px 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    margin-top: 30px;
    background-color: #ff91a4;
    border: 2px solid #ff91a4;
    text-transform: unset;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.cart-section .totals-table .proceed-btn:hover {
    background-color: #5fcac7;
    border: 2px solid #5fcac7;
    color: #ffffff;
}


/***

====================================================================
		CheckOut Page
====================================================================

***/

.checkout-page {
    position: relative;
    padding: 80px 0px 40px;
}

.checkout-page .default-links {
    position: relative;
}

.checkout-page .default-links .message-box {
    padding-top: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}

.checkout-page .default-links .message-box a {
    color: #ff91a4;
}

.checkout-page .default-links .message-box a:hover {
    color: #5fcac7;
}

.checkout-form {
    position: relative;
    margin-top: 20px;
}

.checkout-page .sec-title {
    margin-bottom: 15px;
}

.checkout-page .sec-title h3 {
    font-size: 36px;
}

.checkout-form .column {
    position: relative;
    margin-bottom: 40px;
}

.checkout-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 27px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.checkout-form .form-group .field-label span {
    position: relative;
    font-size: 16px;
    color: #222222;
    display: block;
    font-weight: 600;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 15px;
    color: #222222;
}

.checkout-form .form-group .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    padding: 10px 10px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #edecec;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea {
    resize: none;
    height: 60px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #edecec;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fa9928;
}


/*Coupon Box*/

.coupon-box {
    position: relative;
    padding: 25px 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.coupon-form {
    position: relative;
}

.coupon-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus {
    border-color: #dc3545;
}

.coupon-form button {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 8px 26px;
    text-transform: capitalize;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box table {
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
}

.order-box thead tr {
    background: #f8f8f8;
    color: inherit;
}

.order-box table th,
.order-box table td {
    padding: 14px;
    border: 1px solid #e0e6ea;
    font-size: 17px;
    font-weight: 400;
}

.order-box table .product-total,
.order-box table .cart-subtotal td,
.order-box table .order-total td {
    border-left: 0;
    text-align: right;
}

.order-box table .cart-subtotal th,
.order-box table .cart-subtotal td {
    font-weight: 600;
}

.order-box table .order-total {
    color: #5fcac7;
    font-size: 16px;
    background: #f8f8f8;
}

.payment-box {
    position: relative;
}

.payment-box .upper-box {
    position: relative;
    border-bottom: 1px solid #b7b7b7;
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-box .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    cursor: pointer;
    font-size: 16px;
}

.payment-box .payment-options li .radio-option label strong {
    font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 7px;
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
    padding: 15px 20px;
    margin-top: 20px;
    background-color: #5fcac7;
}

.payment-box .payment-options li .radio-option input:checked+label .small-text {
    display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #5fcac7;
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
    position: relative;
    display: block;
    color: #156f89;
    font-size: 16px;
    font-weight: 400;
    margin-left: 120px;
    margin-top: 10px;
}

.payment-box .payment-options .text {
    font-size: 17px;
}

.payment-box .payment-options .text a:hover,
.payment-box .payment-options .text a {
    color: #5fcac7;
}

.payment-box .lower-box {
    position: relative;
    padding: 30px 0 0;
}

.payment-box .lower-box .theme-btn {
    position: relative;
    min-width: 160px;
    padding: 8px 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #ff91a4;
    text-transform: capitalize;
    border: 2px solid #ff91a4;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.payment-box .lower-box .theme-btn:hover {
    background-color: #ffffff;
    color: #ff91a4;
}


/*** 

====================================================================
		Login Section
====================================================================

***/

.login-section {
    position: relative;
    padding: 80px 0px 30px;
}

.login-section .column {
    position: relative;
    margin-bottom: 50px;
}

.login-section h2 {
    position: relative;
    font-size: 48px;
    color: #4b4342;
    line-height: 1.2em;
    margin-bottom: 24px;
}

.login-form {
    position: relative;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.login-form .form-group label {
    position: relative;
    color: #4b4342;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    height: 42px;
    color: #4b4342;
    font-size: 17px;
    border: 1px solid #edecec;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: #edecec;
}

.login-form .form-group input[type="submit"],
.login-form button {
    position: relative;
    min-width: 160px;
    padding: 5px 10px;
    font-size: 17px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #5fcac7;
    text-transform: capitalize;
    border: 3px solid #5fcac7;
    font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
}

.login-form .form-group input[type="submit"]:hover,
.login-form button:hover {
    color: #5fcac7;
    background-color: #ffffff;
}

.login-form .psw {
    position: relative;
    color: #5fcac7;
    font-size: 17px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .psw:hover {
    text-decoration: underline;
}


/*** 

====================================================================
		Demos Section
====================================================================

***/

.demos-section {
    position: relative;
    padding: 90px 0 130px;
}

.demos-section .demo-column {
    position: relative;
}

.demos-section .demo-column:nth-child(2) {
    margin-top: 80px;
}

.demos-section .demo-column:nth-child(3) {
    margin-top: 160px;
}

.demo-block {
    position: relative;
    padding: 0 11px;
    margin-bottom: 40px;
}

.demo-block .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all .6s cubic-bezier(.2, .55, .1, .7);
    box-shadow: 0px 5px 22px 0px rgba(30, 37, 54, 0.18);
}

.demo-block .image img {
    position: relative;
    display: block;
    width: 100%;
}

.demo-block .image:hover {
    transform: translate3d(0, 10px, 0);
    box-shadow: 0px 10px 45px 0px rgba(30, 37, 54, 0.18);
}

.demo-block .title-box {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.demo-block .title-box h4 {
    font-size: 28px;
    line-height: 1.2em;
    color: #4b4342;
}


/***

====================================================================
		Screenshots Section
====================================================================

***/

.screenshots-section {
    position: relative;
    padding: 110px 0 50px;
}

.screenshots-section .demo-block {
    padding: 0 15px;
    margin-bottom: 55px;
}

.screenshots-section .title-column {
    position: relative;
}

.screenshots-section .title-column .inner-column {
    position: relative;
    text-align: center;
    margin-top: -10px;
}

.screenshots-section .title-column h3 {
    position: relative;
    color: #4b4342;
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.screenshots-section .title-column h3 span {
    position: relative;
    display: block;
    color: #5fcac7;
}

.screenshots-section .divider {
    margin-bottom: 20px;
}

.screenshots-section .divider img {
    position: relative;
    display: block;
    height: 40px;
    margin: 0 auto;
}
