
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
figure { margin:0; padding:0; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

/*	Finish RESET	*/

html::-webkit-scrollbar { width:10px; }
html::-webkit-scrollbar-track { background:#444; }
html::-webkit-scrollbar-thumb { background-color: #FFF; border:3px solid #444; }
html { scrollbar-color:#FFF #444; scrollbar-width:thin; }

body { margin:0; color:#0E0E0E; font-size:15px; font-family:Neue Einstellung, Arial; line-height:20px; -webkit-text-size-adjust:100%; text-size-adjust:100%; -webkit-text-size-adjust:100%; }

*::-moz-selection { background:rgba(0, 0, 0, 0.1); }
*::selection { background:rgba(0, 0, 0, 0.1); }

a { color:#0E0E0E; text-decoration:none;  }
a:hover { color:#755946; text-decoration:none; }

:root {
	--input-background-color: #FFF;
	--input-border-color: #bfbfbf;
	--input-border-color-inline: #FFF;
	--input-border-color-checked: #00A678;
	--input-background-color-checked: #00C18C;
	--input-border-color-inline-checked: #00C18C;
	--input-border-color-disabled: #bfbfbf;
	--input-background-color-disabled: #efefef;
	--input-border-color-inline-disabled: #bfbfbf;
	--input-border-color-hover: #00C18C;
	--input-background-color-hover: #FFF;
	--input-border-color-inline-hover: #bfbfbf;
	--input-border-color-focus: #00A678;
}

/* Reset Css */
input, select, textarea, input[type='checkbox'], input[type='radio'] { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; }
input:focus, select:focus, textarea:focus, input[type='checkbox']:focus, input[type='radio']:focus { outline:0; }
input[type='submit'], button { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; outline:0; }

/* Customization checkbox & radio */
input[type='checkbox'], input[type='radio'] { width:18px; height:18px; line-height:18px; min-width:1px !important; margin:1px 10px -1px 0; padding:0; }
input[type='checkbox']::before, input[type='radio']::before { display:block; position:absolute; content:""; width:calc(100% - 2px); height:calc(100% - 2px); background-color:var(--input-background-color); transition:background-color 500ms, border-color 500ms; }
input[type='checkbox']::after, input[type='radio']::after { display:block; position:absolute; content:""; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition:background-color 500ms, border-color 250ms; }

/* Customization checbox */
input[type='checkbox']::before { border-radius:4px; border:solid 1px; border-color:var(--input-border-color); }
input[type='checkbox']::after { border:solid; border-color:var(--input-border-color-inline); border-width:0 2px 2px 0; width:5px; height:10px; left:7px; bottom:5px; }
input[type='checkbox']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='checkbox']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='checkbox']:checked:not(:disabled)::before { border-color:var(--input-border-color-checked); background-color:var(--input-background-color-checked); }
input[type='checkbox']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='checkbox']:disabled::before { border-color:var(--input-border-color-disabled); background-color:var(--input-background-color-disabled); }
input[type='checkbox']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='checkbox']:checked:not(:disabled):focus::before, input[type='checkbox']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color:var(--input-background-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

/* Customization radio */
input[type='radio']::before { border-radius: 50%; border: solid 1px; }
input[type='radio']::after { border: solid; border-color: var(--input-border-color-inline-checked); border-width: 5px; border-radius: 50%; width: 0px; height:0px; left:4px; bottom:4px; }
input[type='radio']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='radio']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='radio']:checked:not(:disabled)::before { border-color: var(--input-border-color-checked); background-color: var(--input-background-color); }
input[type='radio']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='radio']:disabled::before {}
input[type='radio']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='radio']:checked:not(:disabled):focus::before, input[type='radio']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='radio']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color: var(--input-background-color); }
input[type='radio']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

input, textarea, select { float:left; font-size:17px; font-family:Neue Einstellung, Arial; border-radius:0; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:Neue Einstellung, Arial; font-size:16px; font-weight:500; letter-spacing:1px; }

.input { width:100%; height:50px; padding:0 16px; border:1px solid #999; transition:ease 0.3s; background-color:#FFF; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
.input:focus { border-color:#00C18C; box-shadow:5px 5px 0 rgba(0,0,0,0.1); }

.select { background:#FFF url(../images/arrow-select.png) no-repeat right center; background-size:auto 5px; box-shadow: none; -webkit-appearance:none; -moz-appearance:none; appearance:none; }

textarea.input { padding-top:10px !important; padding-bottom:10px !important; }

.button { float:none; height:50px; display:inline-block; padding:0 50px 0 25px; cursor:pointer; position:relative; color:#FFF; background-color:#0E0E0E; transition:all 0.25s; border-radius:6px; overflow:hidden; }
.button:hover { background-color:#755946; letter-spacing:2px; }
.button::before { content:""; position:absolute; top:0; bottom:0; right:-40%; left:50%; background-image:linear-gradient(0deg,rgba(255, 255, 255, 0.0),#FFF); transform:skew(-40deg); opacity:0.1; transition:all 0.25s; }
.button:hover::before { left:30%; opacity:0.15; }
.button::after { content:""; position:absolute; top:0; bottom:0; right:15px; width:30px; background:url(../images/arrow-white-right.png) no-repeat right center / 40px 20px; transition:all 0.25s; }
.button:hover::after { right:12px; }

a.button { color:#FFF; font-weight:600; font-size:14px; line-height:50px; }

.akmedya { float:left; width:100%; position:relative; }
.outer { margin:0 auto; width:100%; max-width:1680px; min-height:10px; position:relative; }
.wrap { float:left; width:100%; padding:0 80px; position:relative; }

.tac { text-align:center; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100% !important; }
.w50 { float:left; width:50%; }
.mt30 { margin-top:30px; }
.mb30 { margin-bottom:30px; }

/*	Start TOP	*/

.header { position:fixed; top:0; left:0; right:0; height:240px; padding:90px 160px; z-index:8000; transition:all 0.75s; }
.header:hover { -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
.header::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(180deg,#0E0E0E,rgba(14,14,14,0.0)); opacity:0.75; transition:all 0.5s; }

.header-in { float:left; width:100%; position:relative; display:flex; }

.nav-up , .nav-down { height:80px; padding:10px 80px; background-color:#FFF; }
.nav-up::before , .nav-down::before { opacity:0; }

/* .nav-up { top:-80px; } */

#logo { float:left; margin-top:10px; position:relative; z-index:100; transition:all 0.5s; }
.nav-up #logo , .nav-down #logo { margin-top:15px; }
#logo a { float:left; height:50px; position:relative; transition:all 0.5s; overflow:hidden; }
.nav-up #logo a , .nav-down #logo a { height:35px; }
#logo img { display:block; height:50px; transition:all 0.3s; }
.nav-up #logo img , .nav-down #logo img { height:35px; }
.nav-up #logo img:first-child , .nav-down #logo img:first-child { margin-top:-35px; }
#logo img:hover { opacity:0.8; }

.search-icon { float:left; width:60px; height:60px; position:relative; cursor:pointer; transition:all 0.2s; text-indent:-9999px; z-index:100; }
.search-icon::after { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/icon-search.png) no-repeat center / 20px; transition:all 0.3s; }
.search-icon-close::after { background-image:url(../images/icon-close.png); background-size:14px; }

.header-search { position:absolute; right:-20px; top:60px; width:70%; max-width:400px; z-index:8100; box-shadow:0 0 20px rgba(0, 0, 0, 0.1); display:none; border-radius:10px; overflow:hidden; }
.header-search input { float:left; width:100%; height:60px; padding:0 80px 0 20px; font-size:17px; line-height:60px; background-color:#FFF; }
.header-search button { position:absolute; top:0; right:0; bottom:0; width:60px; background:#0E0E0E url(../images/icon-search.png) no-repeat center / 20px; text-indent:-9999px; }
.header-search button:hover { background-size:22px; }

.header-lang-wrap { float:left; height:60px; margin-left:10px; position:relative; z-index:100; font-size:16px; font-weight:600; line-height:60px; color:#FFF; }
.header-lang-icon { float:right; width:60px; height:100%; padding:0 20px; position:relative; cursor:pointer; z-index:250; }
.header-lang-icon::before { content:""; position:absolute; top:0; right:0; bottom:0; width:20px; background:url(../images/arrow-white-down.png) no-repeat right center / 10px auto; }

.header-lang { position:absolute; top:60px; right:-5px; width:60px; background-color:#755946; display:none; z-index:300; box-shadow:0 10px 50px rgba(0, 0, 0, 0.15); border-radius:6px; text-align:center; }

.header-lang::before {
	content:"";
	border-bottom:3px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	height:0;
	position: absolute;
	width:0;
	left:50%;
	top:-3px;
	margin-left:-8px;
	border-bottom-color:#755946;
}

.header-lang ul { width:100%; }
.header-lang li { width:100%; }
.header-lang li a { float:left; width:100%; color:#FFF; line-height:50px; box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.08); }
.header-lang li:last-child a { box-shadow:none; }
.header-lang li a:hover { opacity:0.7; }

.nav-icon , .mobile-nav { display:none; }

#nav { flex:1; z-index:10; text-align:center; }
#nav ul { float:none; display:inline-block; text-align:left; }
#nav li { margin:0 20px; position:relative; }
#nav li:hover { z-index:10; }
#nav li > a { float:left; padding:0 10px; position:relative; font-size:16px; font-weight:600; color:#FFF; line-height:60px; transition:all 0.3s; }
#nav li:hover > a , #nav li a.active { color:#CFBCAF; }
#nav li > a::before , #nav li > a::after { content:""; position:absolute; left:0; right:100%; bottom:0; height:1px; background-color:#CFBCAF; transition:all 0.3s; transform:skewY(2deg); }
#nav li > a:hover::before , #nav li > a.active::before { right:5px; }
#nav li > a::after { left:100%; right:0; transform:skewY(-2deg); }
#nav li > a:hover::after , #nav li > a.active::after { left:5px; }

#nav > ul li span {
	display:none;
	position:absolute;
	top:55px;
	left:-15px;
	width:300px;
	padding:15px;
	background-color:#FFF;
	box-shadow:0 10px 40px rgba(14,14,14,0.15);
	text-align:left;
	border-radius:0 16px 0 16px;
}

#nav li span::before {
	content:"";
	border-bottom:3px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	height:0;
	position:absolute;
	width:0;
	left:35px;
	top:-3px;
	border-bottom-color:#FFF;
}

#nav > ul li span > a { float:left; width:100%; padding:10px 15px; position:relative; display:flex; align-items:center; font-size:17px; font-weight:500; transition:all 0.3s; border-radius:0 8px 0 8px; }
#nav > ul li span > a:hover { background-color:#F5F1EF; }
#nav > ul li span > a img { width:48px; height:48px; }
#nav > ul li span > a strong { padding-left:20px; font-weight:500; }



.nav-up #nav li > a , .nav-down #nav li > a { color:#0E0E0E; }
.nav-up .search-icon::after , .nav-down .search-icon::after { background-image:url(../images/icon-search-2.png); }
.nav-up .search-icon-close::after , .nav-down .search-icon-close::after { background-image:url(../images/icon-close-2.png); }
.nav-up .header-lang-wrap , .nav-down .header-lang-wrap { color:#0E0E0E; }
.nav-up .header-lang-icon::before , .nav-down .header-lang-icon::before { background-image:url(../images/arrow-down.png); }

.progress-page { position:fixed; left:0; right:0; top:0; z-index:9999; }
.progress-container { width:100%; height:3px; }
.progress-bar { height:3px; background-color:#0E0E0E; width:0%; transition:all 0.4s; }

/*	Finish TOP	*/

.hero-screen { float:left; width:100%; position:relative; z-index:2000; }
.hero-screen > img { float:left; width:100%; max-height:800px; }
.hero-video-wrap { position:absolute; top:0; bottom:0; left:0; right:0; z-index:2; }
.hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; z-index:10; object-fit:cover; }

.hero-background { display:none; }
.hero-message { position:absolute; bottom:0; left:0; right:0; z-index:20; padding:70px 20px 74px 20px; color:#FFF; text-align:center; font-size:17px; line-height:24px; background-image:linear-gradient(180deg,rgba(87, 16, 25, 0),#571019); }
.hero-message strong { float:left; width:100%; position:relative; font-weight:600; font-size:60px; line-height:60px; }
.hero-message span { float:left; width:100%; padding-top:38px; position:relative; }
.hero-message span::before { content:""; position:absolute; top:20px; left:50%; width:40px; height:2px; margin-left:-20px; background-color:#C09C61; }

/*	Finish HERO VIDEO	*/

.controls { height:100%; }
.slick-prev , .slick-next {
	position:absolute;
	top:50%;
	width:50px;
	height:50px;
	margin-top:-25px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:1000;
	transition:all 0.3s;
	background:#FFF url(../images/arrow-left.png) no-repeat 15px center / 40px 20px;
	border-radius:50%;
	box-shadow:0 0 27px rgba(51,75,147,0.2);
}

.slick-prev { left:20px; }
.slick-next { right:20px; background-image:url(../images/arrow-right.png); background-position:right 15px center; }

.slick-prev:hover , .slick-next:hover { background-color:#0E0E0E !important; }
.slick-prev:hover { background-image:url(../images/arrow-white-left.png); }
.slick-next:hover { background-image:url(../images/arrow-white-right.png); }

ul.slick-dots { position:absolute; text-align:center; left:0; right:0; bottom:0; padding-top:28px; padding-bottom:28px; z-index:700; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.2)); }
ul.slick-dots li { float:none; display:inline-block; width:32px; height:3px; margin:0 5px; transition:all 0.3s; }
ul.slick-dots li button { float:left; width:100%; height:100%; cursor:pointer; transition:all 0.3s; position:relative; text-indent:-9999px; opacity:0.5; }
ul.slick-dots li button:hover { opacity:0.6; }
ul.slick-dots li button::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:#FFF; }
ul.slick-dots li.slick-active button { opacity:1; }
ul.slick-dots li.slick-active button::after { background-color:#FFF; }

.slider-hero-wrap { float:left; width:100%; position:relative; z-index:800; background-color:#755946; }

.slider-hero { float:left; width:100%; position:relative; overflow:hidden; }
.slider-hero .slick-list { overflow:hidden; }
.slider-hero-item { float:left; width:100%; height:100vh; min-height:480px; position:relative; overflow:hidden; }

.slider-hero-item a { position:absolute; top:0; bottom:0; left:0; right:0; z-index:100; }

.item-zoom { position:absolute; top:0; bottom:0; left:0; right:0; background-size:cover; background-position:center; background-repeat:no-repeat; transition:all 3s; transform-origin:center; transform:scale(1.5); z-index:-1; }
.slick-current .item-zoom { transform:scale(1); }

.slider-hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; object-fit:cover; }

.slider-hero-title { position:absolute; bottom:0; left:0; right:0; padding:0 80px; display:flex; align-items:center; z-index:100; color:#FFF; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.3)); }

.slider-hero-title .wrap { z-index:1000; }

.slider-hero-title-in { float:left; width:60%; padding:120px 0; position:relative; /* font-family:Oddval; */ z-index:7700; }
.product-hero-title .slider-hero-title-in { padding:80px 0; }

.slider-hero-title strong { float:left; width:100%; margin-bottom:16px; position:relative; font-size:67px; line-height:70px; letter-spacing:-1.5px; }
.product-hero-title strong { margin-bottom:0 !important; font-size:47px; line-height:50px; letter-spacing:-1px; }
.slider-hero-title section { float:left; width:100%; margin:7px 0 33px 0; position:relative; font-size:24px; letter-spacing:-1px; line-height:30px; }

.slider-hero-item picture , .slider-hero-item picture img , .hero-screen picture , .hero-screen picture img { float:left; width:100%; display:none; }


.slider-hero ul.slick-dots { background:none; padding-left:155px; padding-bottom:0; text-align:left; }
.slider-hero ul.slick-dots li { width:40px; height:40px; }
.slider-hero ul.slick-dots li button { text-indent:0; color:#FFF; font-size:12px; }
.slider-hero ul.slick-dots li button::after { top:auto; height:2px; background-color:#FFF; }

.hero-catalog { position:absolute; right:160px; bottom:0; z-index:800; }
.hero-catalog a { float:left; box-shadow:inset 0 -2px 0 #FFF; color:#FFF; }
.hero-catalog a img { display:block; width:160px; border-radius:16px 0 16px 0; box-shadow:0 -2px 0 rgba(255,255,255,0.5); }
.hero-catalog a strong { display:block; padding:20px 0; }

.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

/*	Finish SLIDER	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:700; }
.mask-top { top:0; bottom:auto; }
.mask > img , .mask-top > img { float:left; width:100%; }

/*	Start FOOTER	*/

.footer-wrap { float:left; width:100%; height:100%; padding-top:80px; position:relative; background-color:#0E0E0E; }
.footer-wrap::before { content:""; position:absolute; top:0; bottom:50%; left:0; right:0; background-color:#F1F1F0; }

.footer-wrap a { color:#FFF; }
.footer-wrap a:hover { text-decoration:underline; }

.footer-top { float:left; width:100%; padding-bottom:80px; position:relative; background-color:#F1F1F0; }

.footer-join { float:left; width:100%; position:relative; z-index:10; display:flex; align-items:center; }
.join-left { float:left; width:50%; padding-right:80px; position:relative; }
.join-left .page-title { margin:-9px 0 6px 0; }
.join-left .page-summary { margin-bottom:1px; }
.join-right { float:right; width:50%; position:relative; }
.join-right .input { height:60px; padding:0 60px 0 30px; border:0; line-height:60px; border-radius:30px; }
.join-right .button { position:absolute; top:10px; right:10px; width:40px; height:40px; padding:0; text-indent:-9999px; border-radius:50%; }
.join-right .button::before { display:none; }

.footer-connect { float:right; width:50%; margin-top:40px; position:relative; }

.footer-contact { float:left; }
.footer-contact a { color:#0E0E0E; }
.footer-contact strong { display:block; /* font-family:Oddval; */ font-size:37px; line-height:40px; }
.footer-contact small { display:block; margin-top:6px; font-size:19px; }

.footer-social { float:right; }
.footer-social li { padding:0 15px 15px 0; }
.footer-social li:last-child { padding-right:0; }
.footer-social li a { float:left; border:1px solid rgba(14,14,14,0.2); border-radius:50%; transition:all 0.25s; }
.footer-social li a:hover { border-color:#0E0E0E; background-color:#FFF; }
.footer-social li a img { float:left; height:50px; margin:-1px; }

.copyright { float:left; width:100%; padding:70px 0; position:relative; z-index:10; color:#FFF; display:flex; align-items:center; background-color:#0E0E0E; }
.copyright .left { float:left; font-weight:300; }
.copyright .left picture { float:left; margin-bottom:-5px; margin-right:100px; }
.copyright .left picture img { float:left; height:25px; }
.copyright .left a { float:left; margin-right:30px; }
.copyright .left small { float:left; margin-left:70px; opacity:0.75; }
.copyright .right { float:right; margin-left:auto; }
.copyright .right a { float:left; }
.copyright .right a img { float:right; height:24px; margin:-2px 0 -2px 7px; }

/*	Start CONTENT	*/

.page-title { float:left; width:100%; margin:56px 0 21px 0; position:relative; /* font-family:Oddval; */ z-index:30; }
.page-title-slim { margin-top:6px !important; }
.page-title section { float:left; margin:9px 0 11px 0; position:relative; font-size:17px; font-weight:600; color:#755946; z-index:25; }
.page-title.tac section { float:none; display:inline-block; }
.page-title section::before { content:""; position:absolute; left:-10px; right:-10px; bottom:-5px; height:1px; background-color:#CFBCAF; transition:all 0.3s; transform:skewY(-2deg); }
.page-title strong , .page-title article { float:left; width:100%; margin:5px 0; position:relative; font-weight:600; font-size:43px; letter-spacing:-1.5px; line-height:50px; z-index:30; }
.page-title.xl strong , .page-title.xl article { font-size:67px; line-height:70px; }
.page-title article { font-weight:400; }
.page-title span { font-weight:800; }

.text-brown { color:#755946 !important; }
.text-white { color:#FFF !important; }

.page-title-white , .page-title-white section { color:#FFF; }
.page-title-white section { font-weight:400; }
.page-title-white section::before { background-color:#FFF; opacity:0.5; }

.hero-text { float:left; width:100%; position:relative; font-size:39px; font-weight:300; line-height:50px; z-index:40; }

.page-summary { float:left; width:100%; margin:-8px 0 31px 0; position:relative; font-size:19px; font-weight:300; line-height:30px; z-index:40; }
.page-summary strong , .page-summary strong { color:#5233D2; }
.page-summary a { font-weight:600; }

.page-text { float:left; width:100%; position:relative; font-size:23px; font-weight:300; line-height:40px; z-index:40; }
.page-text a { font-weight:600; }
.page-text a:hover { text-decoration:underline; }
.page-text b , .page-text strong { color:#000; }

.page-photo { float:right; width:50%; max-width:500px; padding:0 0 20px 30px; }
.page-photo-wide { float:left; width:100%; padding-bottom:50px; }
.page-photo img , .page-photo-wide img { float:left; width:100%; }

.selimoglu-stats { float:left; width:100%; position:relative; }
.selimoglu-about-wrap .selimoglu-stats ul { margin-bottom:-20px; }
.selimoglu-stats ul { width:100%; margin-bottom:-40px; display:flex; flex-flow:row wrap; }
.selimoglu-stats li { width:50%; margin-bottom:40px; position:relative; }
.selimoglu-stats li strong { display:block; margin:-4px 0 1px 0; font-size:100px; /* font-family:Oddval; */ font-weight:400; letter-spacing:-2px; line-height:100%; }
.selimoglu-stats li span { display:block; font-size:19px; line-height:30px; opacity:0.75; }

.selimoglu-about-wrap , .section-catalog-wrap { float:left; width:100%; height:100%; padding-top:80px; position:relative; }
.selimoglu-about { float:left; width:100%; position:relative; display:flex; }
.selimoglu-about-left { float:left; width:40%; max-width:520px; flex-direction:column; text-align:center; }
.selimoglu-about-left img { width:100%; max-width:520px; }
.selimoglu-about-right { padding-left:120px; padding-top:20px; display:flex; flex-direction:column; position:relative; flex:1 1; }
.selimoglu-about-right-top { display:flex; flex-direction:column; position:relative; flex:1 1; }
.selimoglu-about-right-bottom { margin-top:auto; display:grid; grid-column-gap:20px; column-gap:20px; }

.section-catalog { float:left; width:100%; position:relative; display:flex; align-items:center; }
.section-catalog-left { float:left; width:34%; padding-right:80px; position:relative; color:#FFF; }
.download-catalog .section-catalog-left { color:#0E0E0E; }
.section-catalog-right { float:right; width:66%; max-width:1155px; margin-left:auto; margin-top:40px; }
.section-catalog-right img { width:100%; }

.hero-cat-wrap { float:right; width:100%; height:calc(100vh - 80px); padding-top:80px; position:relative; overflow:hidden; }
.hero-cat { float:left; width:100%; height:calc(100vh - 160px); position:relative; }

.hero-cat .wrap { height:100%; }

.hero-cat-gallery { position:absolute; top:0; left:0; bottom:0; right:0; z-index:20; }
.hero-cat-gallery picture { position:absolute; background-size:cover; background-position:center; background-repeat:no-repeat; }
.hero-cat-gallery picture:first-child { top:0; right:0; bottom:0; width:50%; border-radius:60px 0 60px 0; filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.hero-cat-gallery picture:nth-child(2) , .hero-cat-gallery picture:nth-child(3) { left:0; bottom:80px; width:25%; height:33vh; border-radius:30px 0 30px 0; }
.hero-cat-gallery picture:nth-child(3) { left:calc(25% + 80px); }

.hero-cat-content { position:absolute; top:20px; left:0; bottom:0; width:50%; padding-right:120px; z-index:30; }

.hero-cat-cta { position:absolute; right:80px; bottom:80px; z-index:200; }

.hero-cat-circle { position:absolute; top:0; left:0; width:240px; height:240px; border:48px solid #000; mix-blend-mode:overlay; z-index:3; transition:all 0.7s; border-radius:50%; opacity:0; }
.fp-completely .hero-cat-circle { top:18%; left:15%; transform:scale(4,4); opacity:0.035; }

.hero-cat-right .hero-cat-gallery picture:first-child { right:auto; left:0; }
.hero-cat-right .hero-cat-gallery picture:nth-child(2) { left:auto; right:0; }
.hero-cat-right .hero-cat-gallery picture:nth-child(3) { left:auto; right:calc(25% + 80px); }
.hero-cat-right .hero-cat-content { left:auto; right:0; padding-right:0; padding-left:120px; }
.hero-cat-right .hero-cat-cta { right:auto; left:80px; }
.hero-cat-right .hero-cat-circle { left:auto; right:0; }
.fp-completely .hero-cat-right .hero-cat-circle { left:auto; right:15%; }

.inner-40 { margin:0 -40px; }
.inner-30 { margin:0 -30px; }
.inner-20 { margin:0 -20px; }
.inner-15 { margin:0 -15px; }
.inner-10 { margin:0 -10px; }
.inner-6 { margin:0 -6px; }
.inner-5 { margin:0 -5px; }

.top-150 { padding-top:150px; }
.top-100 { padding-top:100px; }
.top-50 { padding-top:50px; }
.bottom-150 { padding-bottom:150px; }
.bottom-100 { padding-bottom:100px; }
.bottom-50 { padding-bottom:50px; }

.left-80 { padding-left:80px; }
.right-80 { padding-right:80px; }

.block-dark { position:relative; background-color:#0E0E0E; color:#FFF; }
.block-wood { background:url(../images/bg-wood.jpg) no-repeat center / cover; background-attachment:fixed; }
.block-gradient { float:left; width:100%; position:relative; background-image:linear-gradient(180deg,#F7F7F7,#FFF); }
.block-grey { float:left; width:100%; position:relative; background-color:#F7F7F7; }
.block-shadow { position:relative; }
.block-shadow::before { content:""; position:absolute; top:-100px; left:0; right:0; height:360px; background-color:#CFBCAF; opacity:0.1; border-radius:0 0 0 60px; transform:skewY(-5deg); }

.block-narrow , .block-wide { float:left; width:20%; position:relative; }
.block-wide { float:right; width:calc(80% - 80px); }

.link-all { float:left; width:100%; position:relative; text-align:center; }
.link-all a { display:inline-block; height:50px; padding:0 20px 0 25px; position:relative; font-family:Neue Einstellung; font-size:13px; color:#FFF; font-weight:600; letter-spacing:1px; line-height:50px; background-color:#0E0E0E; transition:all 0.3s; border-radius:25px 0 25px 0; }
.link-all a:hover { background-color:#755946; }
.link-all a::after { content:""; float:right; width:30px; height:50px; margin-left:15px; background:url(../images/arrow-white-right.png) no-repeat right center / auto 20px; transition:all 0.3s; }
.link-all a:hover::after { margin-left:20px; margin-right:-5px; opacity:1; }

.grayscale { filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.grayscale:hover { filter:none; -webkit-filter:none; }

.sub-hero , .hero-vh100 { float:left; width:100%; padding:240px 0 103px 0; position:relative; z-index:100; background:url(../images/bg-wood.jpg) no-repeat center / cover; background-attachment:fixed; }
.sub-hero .page-title { color:#DACCC2; }
.hero-vh100 { height:100vh; padding:0; }
.hero-vh100 .slider-hero-title { background-image:linear-gradient(180deg,rgba(14,14,14,0.0),rgba(14,14,14,0.5)); }
.hero-vh100 .slider-hero-title .wrap::after { content:""; position:absolute; right:0; bottom:80px; width:40px; height:40px; background:url(../images/arrow-white-right.png) no-repeat center / 40px 20px; transform:rotate(90deg); }

.milestone-wrap { float:left; width:100%; position:relative; z-index:800; overflow:hidden; }

.milestone-nav { float:left; width:100%; margin:40px 0; position:relative; overflow:hidden; }
.milestone-nav ul { width:100%; }
.milestone-nav li { margin-right:80px; }
.milestone-nav li:last-child { margin-right:0; }
.milestone-nav li a { float:left; width:100%; position:relative; font-size:38px; font-weight:500; color:#B2B2B2; letter-spacing:-1px; line-height:40px; transition:all 0.4s; }
.milestone-nav li a:hover { color:#000; }
.milestone-nav li a.active { color:#0E0E0E; }
.milestone-nav li a small { float:left; padding:20px 0; position:relative; transition:all 0.5s; }

.milestone-nav li a small::before , .milestone-nav li a small::after { content:""; position:absolute; left:0; right:100%; bottom:10px; height:1px; background-color:#755946; transition:all 0.3s; transform:skewY(2deg); }
.milestone-nav li a.active small::before { right:5px; }
.milestone-nav li a small::after { left:100%; right:0; transform:skewY(-2deg); }
.milestone-nav li a.active small::after , .milestone-nav li a.active small::after { left:5px; }

.milestone-content { float:left; width:100%; position:relative; overflow:hidden; }

.milestone-item { float:left; width:100%; position:relative; }
.milestone-text { float:left; width:calc(50% + 80px); min-height:400px; padding-top:60px; padding-bottom:60px; margin:80px 0; position:relative; background-color:#F5F1EF; border-radius:48px 0 48px 0; display:flex; align-items:center; z-index:100; }
.milestone-text article { float:left; width:100%; max-width:640px; font-size:19px; line-height:30px; }
.milestone-picture { position:absolute; top:0; bottom:0; right:0; width:50%; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:48px 0 48px 0; transform:scale(0.8,0.8); transition:all 1.5s; }
.milestone-item.slick-active .milestone-picture { transform:scale(1,1); }


.breadcrumb { position:absolute; left:0; right:0; bottom:0; line-height:40px;  z-index:50; overflow:hidden; }
.breadcrumb section { float:right; padding-bottom:10px; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.04); }
.breadcrumb a { float:left; color:#888; }
.breadcrumb a:hover { color:#000; text-decoration:underline; }
.breadcrumb i { float:left; margin:0 20px; opacity:0.4; font-size:9px; }
.breadcrumb strong { float:left; font-weight:500; color:#000; }

.simple-list { float:left; width:100%; margin-top:10px; }
.simple-list ul { width:100%; display:flex; flex-flow:row wrap; }
.simple-list li { width:calc(50% - 30px); padding-left:40px; margin-bottom:30px; position:relative; background:url(../images/icon-ok.png) no-repeat 0 4px / 20px auto; }
.simple-list li:nth-child(even) { float:right; margin-left:auto; }

.block-two { width:calc(50% - 30px); }

.showcase { float:left; width:100%; margin-top:-80px; position:relative; z-index:1100; }
.showcase ul { width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; }
.showcase li { width:calc(33.33334% - 20px); max-width:540px; margin-bottom:95px; }

.product-item { float:left; width:100%; position:relative; }
.product-item picture { float:left; width:100%; position:relative; border-radius:30px 0 30px 0; overflow:hidden; transition:all 0.5s; }
.product-item:hover picture { border-radius:0 60px 0 60px; }
.product-item picture img { float:left; width:100%; transition:all 1.5s; background-size:cover; background-repeat:no-repeat; background-position:center; }
.product-item:hover picture img { transform:scale(1.2,1.2); }
.product-item section { float:left; width:100%; padding-right:140px; position:relative; overflow:hidden; }
.product-item section strong { float:left; width:100%; padding-right:35px; margin:21px 0 4px 0; position:relative; font-size:26px; font-weight:600; line-height:30px; }
.product-item section small { float:left; position:relative; opacity:0.5; transition:all 0.4s; }
.product-item:hover section small { color:#000; opacity:1; transition:all 0.4s; }
.product-item section i { position:absolute; top:30px; bottom:0; right:0; width:120px; height:40px; padding-left:20px; background-color:#CFBCAF; font-weight:600; font-size:14px; color:#FFF; line-height:40px; border-radius:20px; transition:all 0.5s; }
.product-item:hover section i { background-color:#0E0E0E; border-radius:20px 0 20px 0; }
.product-item section i::after { content:""; position:absolute; top:calc(50% - 8px); right:15px; width:24px; height:16px; background:url(../images/arrow-white-right.png) no-repeat right center / 40px 20px; }



/*	Start PRODUCT DETAIL	*/

.product-hero { padding:220px 20px 100px 20px; background-image:url(../images/bg-master.jpg); }

.slider-product-wrap { float:left; width:100%; position:relative; z-index:700;  }
.slider-product { float:left; width:100%; position:relative; z-index:700; }
.slider-product .slick-list { border-radius:20px; overflow:hidden; }
.slider-product-item { float:left; width:auto !important; position:relative; }
.slider-product-item a { float:left; width:100%; padding:0 8px; position:relative; background-repeat:no-repeat; background-size:cover; background-position:center; }
.slider-product-item a img { float:left; height:calc(100vh - 240px); min-height:400px; border-radius:20px; border:2px solid #FFF; }

.slider-product ul.slick-dots { padding-bottom:20px; background:none; }

.product-section { float:left; width:100%; margin-bottom:100px; position:relative; }

.product-video { float:left; width:100%; position:relative; }
.product-video img { float:left; width:100%; }
.product-video iframe { position:absolute; top:0; left:0; }

.related-products { float:left; width:100%; position:relative; }
.related-products ul { width:100%; display:flex; flex-flow:row wrap; }
.related-products li { width:25%; padding:0 20px; margin-bottom:20px; }

.related-products li > picture { float:left; width:100%; padding:2px; overflow:hidden; position:relative; box-shadow:0 15px 40px rgba(0,0,0,0.1); transition:all 0.5s; border-radius:20px 0 20px 0; }
.related-products li:hover > picture { background-color:#CFBCAF; border-radius:0 20px 0 20px; }

.related-products li > picture figure { float:left; width:100%; position:relative; text-align:center; border:20px solid #FFF; background-color:#FFF; transition:all 0.5s; overflow:hidden; border-radius:17px 0 17px 0; }
.related-products li:hover > picture figure { border-radius:0 17px 0 17px; }
.related-products li picture figure img { display:inline-block; max-width:100%; max-height:200px; transform-origin:center; transition:all 1s; }
.related-products li:hover > picture figure img { transform:scale(1.2, 1.2); }

.related-products li > section { float:left; width:100%; padding:20px; position:relative; font-size:17px; }

.related-info { float:left; width:100%; margin-bottom:20px; position:relative; }
.related-info strong { display:block; font-weight:500; }
.related-info small { display:block; margin-top:3px; font-weight:500; font-size:13px; color:#777; }
.related-info select { position:absolute; top:5px; right:0; width:60px; height:30px; padding:0 0 0 12px; font-size:12px; font-weight:600; border-radius:4px; border-color:#8495A4; }

.gallery { float:left; width:100%; margin-top:40px; position:relative; overflow:hidden; }
.gallery ul { width:100%; margin-bottom:20px; }
.gallery li { width:33.33334%; padding:0 5px; margin-bottom:10px; position:relative; }
.gallery li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; border-radius:12px 0 12px 0; }
.gallery li a::after { content:""; position:absolute; top:15px; right:15px; width:30px; height:30px; background:#CFBCAF url(../images/icon-expand.png) no-repeat center / 12px; border-radius:8px 0 8px 0; transition:all 0.4s; }
.gallery li a:hover::after { background-color:#FFF; box-shadow:0 0 10px rgba(0,0,0,0.07); border-radius:0 8px 0 8px; }
.gallery li a section { float:left; width:100%; position:relative; overflow:hidden; }
.gallery li a picture { float:left; width:100%; background-size:cover; background-position:center top; transform-origin:center; transition:all 1.25s; }
.gallery li a:hover picture { transform:scale(1.3, 1.3); }
.gallery li a picture img { float:left; width:100%; }

.fairs { float:left; width:100%; margin-bottom:30px; position:relative; }
.fairs ul { width:100%; border-top:1px solid rgba(0, 0, 0, 0.06); }
.fairs li { width:100%; padding:30px 0; border-bottom:1px solid rgba(0, 0, 0, 0.06); }
.fairs li a { float:left; width:100%; position:relative; display:flex; align-items:center; }
.fairs li a i { float:left; width:240px; font-weight:500; letter-spacing:1px; }
.fairs li a picture { float:left; width:320px; border-radius:20px 0 20px 0; overflow:hidden; transition:all 0.5s; }
.fairs li a:hover picture { border-radius:0 20px 0 20px; }
.fairs li a picture img { float:left; width:100%; transform-origin:center; transition:all 1.2s; }
.fairs li a:hover picture img { transform:scale(1.2, 1.2); }
.fairs li a strong { float:left; flex:1; padding-left:80px; /* font-family:Oddval; */ font-weight:600; font-size:30px; color:#755946; line-height:30px; }

.fair-wrap { float:left; width:100%; margin-bottom:40px; position:relative; }

.fair-content { float:right; width:calc(100% - 320px); margin-top:-10px; position:relative; }
.fair-photo { float:left; width:100%; max-height:480px; margin-bottom:40px; overflow:hidden; border-radius:30px 0 30px 0; }
.fair-photo img { width:100%; height:100%; object-fit:cover; }

.fair-sidebar { float:left; width:280px; position:relative; }

.fair-info { float:left; width:100%; padding:15px 0; margin-top:10px; margin-bottom:30px; position:relative; border-top:1px solid rgba(0,0,0,0.06); border-bottom:1px solid rgba(0,0,0,0.06); }
.fair-info section { float:left; width:100%; margin-bottom:16px; }
.fair-info section:last-child { margin-bottom:0; }
.fair-info section i { display:block; font-size:11px; font-weight:500; color:#999; letter-spacing:1px; }
.fair-info section strong { display:block; margin-top:-1px; font-weight:500; }

.page-share { float:left; width:100%; position:relative; }
.page-share ul { width:100%; }
.page-share li { margin-right:10px; margin-bottom:10px; }
.page-share li:last-child { margin-right:0; }
.page-share li a { float:left; border:1px solid rgba(0,0,0,0.1); transition:all 0.25s; border-radius:50%; }

.page-share li a.share-whatsapp { background-color:#27C34B; }
.page-share li a:hover { border-color:rgba(0,0,0,0.5); }
.page-share li a img { float:left; height:40px; margin:-1px; }


.promo-wrap , .promo { float:left; width:100%; position:relative; }
.promo > ul { width:100%; }
.promo > ul > li { display:flex; align-items:center; position:relative; margin-bottom:80px; }
.promo > ul > li:last-child { margin-bottom:0; }

.promo > ul > li picture { float:right; width:calc(50% - 40px); margin-left:auto; position:relative; text-align:right; overflow:hidden; border-radius:48px 0 48px 0; }

.promo > ul > li picture figure { float:left; width:100%; padding:0; margin:0; position:relative; overflow:hidden; }
.promo > ul > li picture img { width:100%; position:relative; z-index:10; }

.promo-content { float:left; width:calc(50% - 40px); padding:20px 0; position:relative; }

.promo > ul > li:nth-child(even) .promo-content { margin-left:auto; text-align:left; }
.promo > ul > li:nth-child(even) picture { margin-left:0; text-align:left; }


/*	Start PRODUCTS	*/

.content { float:left; width:100%; position:relative; }

.sidebar-icon , .sidebar-wrap h4 { display:none; }

/*	Start CONTACT	*/

.accordion { float:left; width:100%; font-size:16px; border-bottom:1px solid #EEE; }

.accordion-section-title { float:left; width:100%; padding:19px 35px 15px 20px; border-top:1px solid #EEE; position:relative; font-family:Teko; font-size:22px; }

.accordion-section-title::before { content:""; position:absolute; top:50%; right:10px; width:14px; height:2px; margin-top:-2px; background-color:#B0BAC4; transition:all 0.25s; border-radius:2px; }
.accordion-section-title::after { content:""; position:absolute; right:16px; top:50%; height:14px; width:2px; margin-top:-8px; background-color:#B0BAC4; transition:all 0.25s; border-radius:2px; }

.cell-01 { float:left; width:55%; }
.cell-02 { float:left; width:15%; text-align:center; }
.cell-03 { float:left; width:30%; }

.accordion-section-title.active { font-weight:500; color:#151515; }
.accordion-section-title.active::before ,
.accordion-section-title.active::after { background-color:#C09C61; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -o-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); }

.accordion-section-content { float:left; width:100%; padding:15px 25px 20px 25px; position:relative; display:none; color:#666; line-height:25px; background-image:linear-gradient(180deg,#F6F8F8,#FFF); }
.accordion-section-content::before {
	content:"";
	border-top:4px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	height:0;
	position:absolute;
	width:0;
	left:37px;
	top:1px;
	border-top-color:#C09C61;
}
.accordion-section-content::after { content:""; position:absolute; width:50px; height:2px; left:20px; top:0; background-color:#C09C61; }
.accordion-section-content section { float:left; width:100%; }

.contact-item { float:left; width:100%; position:relative; }

.contact-info { float:left; width:calc(45% - 80px); margin-top:12px; position:relative; }
.contact-info section { float:left; width:100%; padding-left:50px; margin-bottom:30px; position:relative; font-size:17px; line-height:24px; }
.contact-info section img { position:absolute; top:0; left:0; height:24px; padding:2px 0; }
.contact-info section article { display:block; }

.contact-map { float:right; width:55%; height:400px; padding:7px; position:relative; border:1px solid #CFBCAF; border-radius:8px; }

.contact-wrap { float:left; width:100%; position:relative; }

.contact-form { float:left; width:100%; max-width:840px; margin-top:30px; position:relative; }
.contact-form .page-title { display:none; }
.form-item { float:left; width:33.33334%; padding:0 15px; margin-bottom:30px; position:relative; }
.form-item-text { margin-top:-10px; color:#666; }
.form-item:last-child { padding-bottom:0; }
.form-item label { float:left; width:100%; }
.form-item section { float:left; width:100%; font-size:16px; font-weight:600; margin-bottom:-10px; }

.security-code img { float:left; width:120px; height:50px; margin-right:10px; padding:3px; border:1px solid #999; background-color:#FFF; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
.security-code a.refresh { float:left; width:50px; height:50px; text-indent:-9999px; background:#FFF url(../images/refresh.png) no-repeat center center / 24px; border:1px solid #999; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
.security-code a:hover.refresh { background-color:#EEE; }

.product-form { width:100%; max-width:840px; margin:0 auto; }
.product-form .contact-form { margin-top:10px; }

.upload { float:left; width:100%; height:50px; position:relative; text-align:center; }
.upload section { float:left; width:100%; height:50px; padding:0 16px; border:1px solid #999; line-height:48px; background-color:#FFF; border-radius:6px; box-shadow:5px 5px 0 rgb(0 0 0 / 3%); }
.upload:hover section { border-color:#00C18C; color:#00C18C; }
.upload section::after { content:""; position:absolute; top:0; bottom:0; right:0; width:48px; background:url(../images/icon-clip.png) no-repeat center / 16px; opacity:0.5; }
.upload:hover section::after { opacity:1; }
.upload input { display:block !important; width:100% !important; height:100% !important; opacity:0 !important; overflow:hidden !important; position:absolute; left:0; top:0; z-index:3; cursor:pointer; }


/*	Start LIGHTBOX	*/

.fancybox-slide--iframe .fancybox-content { width:800px; min-height:300px; max-width:80%; max-height:80%; margin:0; }

.my-fancy { display:none; padding:30px !important; border-radius:8px; }

.my-fancy-wrap { width:100%; max-width:800px; max-height:600px; overflow:hidden; overflow-y:auto; }
.my-fancy-wrap::-webkit-scrollbar { width:5px; }
.my-fancy-wrap::-webkit-scrollbar-track { background:#EEEEEE; }
.my-fancy-wrap::-webkit-scrollbar-thumb { background-color:#555; }
.my-fancy-wrap { scrollbar-color:#FFF #EEEEEE; scrollbar-width:thin; }

.fancy-title { float:left; width:100%; padding:0 20px; margin-bottom:15px; position:relative; font-size:16px; color:#000; }
.fancy-title::before { content:""; position:absolute; top:50%; left:0; width:50px; height:2px; margin-top:-1px; background-color:#CEC9C8; }
.fancy-title strong { float:left; padding:0 15px; position:relative; font-weight:500; letter-spacing:1px; background-color:#FFF; }

.fancy-form { float:left; width:100%; }
.fancy-form .item { float:left; width:50%; padding:0 10px; margin-bottom:20px; }
.fancy-form .item:last-child { margin-bottom:0; }
.fancy-form .item-2 { width:calc(50% - 10px); }
.fancy-form .item-2 label { float:left; width:100%; padding:9px; border:1px solid #999; border-radius:4px; font-weight:600; }
.fancy-form .item a { font-weight:600; text-decoration:underline; }


/*	Start PAGINATION	*/

.pages { float:left; width:100%; margin-top:20px; position:relative; line-height:44px; text-align:center; }

.pages ul { width:100%; }
.pages li { float:none; display:inline-block; padding:0 5px; }
.pages li a { float:left; width:44px; height:44px; font-weight:500; transition:all 0.4s; border-radius:8px 0 8px 0; }
.pages li a:hover { background-color:#F5F1EF; }
.pages li a.current { color:#FFF; background-color:#CFBCAF; }

.cookies-wrap { position:fixed; right:20px; bottom:20px; left:20px; z-index:7950; text-align:center; display:none; }
.cookies { float:left; width:100%; padding:25px 30px 20px 30px; position:relative; background-color:rgba(0, 0, 0, 0.8); font-size:12px; color:rgba(255, 255, 255, 0.8); border-radius:5px; }
.cookies::before { content:""; position:absolute; right:15px; top:15px; left:15px; bottom:0; background:url(../images/icon-cookies.png) no-repeat 0 top / 60px auto; opacity:0.3; }
.cookies section { float:left; width:100%; position:relative; }
.cookies-close { position:absolute; top:-16px; right:20px; width:32px; height:32px; }
.cookies-close span { float:left; width:100%; height:100%; position:relative; border-radius:50%; text-indent:-9999px; background:#C09C61 url(../images/icon-close.png) no-repeat center / 20px; cursor:pointer; border:2px solid #FFF; }
.cookies-close span:hover { background-size:18px; background-color:#000; }


@media only screen and (max-width:1560px) {

	.wrap { padding:0 30px; }

	.header { height:120px; padding:30px 60px; }
	.nav-up , .nav-down { height:80px; padding:10px 30px; }
	#nav li { margin:0 10px; }

	.slider-hero-title { padding-left:30px; padding-right:30px; }
	.slider-hero-title-in { padding:70px 0; }
	.product-hero-title .slider-hero-title-in { padding:60px 0; }
	.slider-hero-title strong { font-size:47px; line-height:50px; }
	.slider-hero-title section { margin:-3px 0 23px 0; font-size:20px; }

	.slider-hero ul.slick-dots { padding-left:55px; }
	.hero-catalog { right:60px; }

	.fp-completely .hero-cat-circle { transform:scale(2.75,2.75); }

	.hero-cat-wrap { height:calc(100vh - 30px); }
	.hero-cat { height:calc(100vh - 110px); }
	.hero-cat-gallery picture:nth-child(2) , .hero-cat-gallery picture:nth-child(3) { bottom:30px; height:30vh; border-radius:20px 0 20px 0; }
	.hero-cat-gallery picture:nth-child(3) { left:calc(25% + 30px); }
	.hero-cat-right .hero-cat-gallery picture:nth-child(3) { right:calc(25% + 30px); }

	.hero-cat-content { top:0; padding-right:30px; }
	.hero-cat-right .hero-cat-content { padding-left:30px; }
	.hero-cat-content .page-title { margin-top:26px; }
	.hero-cat-gallery picture:first-child { border-radius:40px 0 40px 0; }

	.hero-cat-cta { right:30px; bottom:30px; }
	.hero-cat-right .hero-cat-cta { left:30px; }

	.selimoglu-stats li strong { font-size:80px; }

	.selimoglu-about-right { padding-left:60px; }

	.left-80 { padding-left:30px; }
	.right-80 { padding-right:30px; }

	.sub-hero { padding:160px 0 53px 0; }
	.product-hero { padding:120px 20px 80px 20px; }
	.slider-product-item a img { float:left; height:calc(100vh - 140px); }
	.slider-product .slick-prev { left:-10px; }
	.slider-product .slick-next { right:-10px; }
	.related-products li { width:33.33334%; }

	.showcase { margin-top:-50px; }

	.milestone-text { width:calc(50% + 30px); padding-top:30px; padding-bottom:30px; margin:30px 0; border-radius:24px 0 24px 0; }
	.milestone-picture { border-radius:24px 0 24px 0; }

}



@media only screen and (max-width:1440px) {

	.top-150 { padding-top:100px; }
	.top-100 { padding-top:75px; }
	.top-50 { padding-top:35px; }
	.bottom-150 { padding-bottom:100px; }
	.bottom-100 { padding-bottom:75px; }
	.bottom-50 { padding-bottom:35px; }

}



@media only screen and (max-width:1280px) {

	#logo img { padding:5px 0; }
	.nav-up #logo img , .nav-down #logo img { padding:0; }

	#nav li > a { padding:0 5px; font-size:13px; }

	.hero-catalog a img { width:120px; border-radius:12px 0 12px 0; }
	.hero-catalog a strong { padding:10px 0; font-size:12px; }

	.join-left .page-title article { font-size:32px; line-height:40px; }
	.footer-connect { margin-top:20px; }

	.copyright .left picture { margin-right:60px; }
	.copyright .left a { margin-right:20px; }
	.copyright .left small { margin-left:40px; }

	.selimoglu-about-right { padding-top:0; }
	.section-catalog-left , .join-left { padding-right:30px; }

	.hero-vh100 .slider-hero-title-in { padding-bottom:30px; }
	.hero-vh100 .slider-hero-title .wrap::after { bottom:40px; }
	.hero-text { font-size:30px; line-height:40px; }

	.block-shadow::before { left:8%; right:-30px; }

	.showcase li { width:calc(50% - 15px); max-width:initial; margin-bottom:75px; }

	.milestone-nav { margin:20px 0; }
	.milestone-nav li { margin-right:40px; }
	.milestone-nav li a { position:relative; font-size:30px; line-height:30px; }
	.milestone-nav li a small { padding:15px 0; }

	.related-products li { width:50%; }

	.contact-info { width:calc(45% - 40px); }

	.fairs li a i { width:200px; }
	.fairs li a picture { width:240px; }
	.fairs li a strong { padding-left:40px; }

	.fair-photo { margin-bottom:20px; }
	.fair-sidebar , .fair-content { width:100%; }
	.fair-content { margin-top:30px; }
	.gallery li { width:50%; }

}



@media only screen and (max-width:1023px) {

	body { float:left; width:100%; }

	.header { height:70px !important; padding:5px 20px !important; }
	.nav-up , .nav-down , .nav-opened .header { background-color:#0E0E0E; }
	.header::before { opacity:1; }

	#logo { flex:1; margin-top:7px !important; }
	#logo img { height:50px !important; padding:5px 0 !important; }
	#logo img:last-child { display:none; }
	.nav-up #logo a , .nav-down #logo a { height:auto; }
	.nav-up #logo img:first-child , .nav-down #logo img:first-child { margin-top:0 !important; }

	.header-lang-wrap { margin-left:0; }

	.search-icon::after { background-image:url(../images/icon-search.png) !important; }
	.search-icon-close::after { background-image:url(../images/icon-close.png) !important; }
	.nav-up .header-lang-wrap , .nav-down .header-lang-wrap { color:#FFF !important; }
	.header-lang-icon::before { background-image:url(../images/arrow-white-down.png) !important; }
	.header-lang { top:60px; }

	.header-search { right:-10px; top:60px; }
	.header-search input { height:48px; padding:0 80px 0 20px; font-size:15px; line-height:48px; }
	.header-search button { width:48px; }

	.progress-page { transition:all 0.4s; }
	.nav-opened .progress-page { height:2px; opacity:0; }
	.progress-bar { height:2px; background-color:#B49683; }

	.nav-icon { float:right; width:70px; height:70px; margin:-5px 0; position:relative; cursor:pointer; display:block; text-indent:-9999px; z-index:200; }
	.nav-icon span { position:absolute; top:50%; left:50%; width:32px; height:2px; margin:-1px 0 0 -16px; transition:all 0.5s; }
	.nav-icon span::before { content:""; position:absolute; top:-6px; left:0; right:0; height:2px; background-color:#FFF; transition:all 0.5s; }
	.nav-icon span::after { content:""; position:absolute; bottom:-6px; left:0; right:6px; height:2px; background-color:#FFF; transition:all 0.5s; }

	.nav-icon-close span { background-color:transparent; }
	.nav-icon-close span::before {
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
	}
	.nav-icon-close span::after {
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}

	.nav-icon-close::before {
		content:"";
		border-bottom:4px solid transparent;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		height:0;
		position: absolute;
		width:0;
		left:50%;
		bottom:0;
		margin-left:-10px;
		border-bottom-color:#755946;
	}

	#nav { position:fixed; top:70px; bottom:0; left:0; right:0; width:100%; height:100vh; padding:30px 30px 180px 30px; margin:0; background-color:#755946; overflow-y:auto; z-index:200; display:none; transition:none; }
	#nav ul { float:left; width:100%; border-top:1px solid rgba(255,255,255,0.1); display:block; }
	#nav li { width:100%; margin:0; position:relative; border-bottom:1px solid rgba(255,255,255,0.1); text-align:left; }
	#nav li:first-child { display:block; }
	#nav li.nav-multi::before { content:""; position:absolute; top:0; right:0; width:40px; height:60px; background:url(../images/arrow-white-down.png) no-repeat center 52%; background-size:14px auto; opacity:0.7; }
	#nav li > a { width:100%; padding:0 25px; color:#FFF !important; font-size:21px; font-weight:700; letter-spacing:1px; }

	#nav li > a::before , #nav li > a::after { display:none; }

	#nav > ul li span { float:left; width:100% !important; margin-bottom:20px; position:relative; top:auto; left:auto !important; box-shadow:none; }

	.nav-opened { overflow:hidden !important; }

	.slider-hero-title { padding-left:0; padding-right:0; }
	.slider-hero ul.slick-dots { padding-left:25px; }
	.slider-hero ul.slick-dots li { width:24px; height:24px; }
	.slider-hero ul.slick-dots li button { font-size:9px; }

	.slider-hero-title-in { width:calc(100% - 200px); padding:80px 0 50px 0; }
	.slider-hero-title strong { font-size:35px; line-height:40px; }
	.slider-hero-title section { margin:-8px 0 18px 0; font-size:18px; }

	.hero-vh100 .slider-hero-title-in { width:calc(100% - 40px); padding-bottom:10px; }

	.hero-catalog { right:30px; }

	.fp-section { float:left; width:100%; height:auto !important; }

	.selimoglu-about-wrap , .section-catalog-wrap { padding:30px 0; }
	.selimoglu-about , .section-catalog { display:block; }
	.selimoglu-about-left , .selimoglu-about-right { width:100%; max-width:initial; }
	.selimoglu-about-right { float:left; padding-left:0; margin-top:20px; }

	.selimoglu-stats { margin:30px 0 0 0; }
	.selimoglu-stats li { width:50%; }
	.selimoglu-stats li strong { font-size:60px; }

	.section-catalog-left { width:100%; padding-right:0; }
	.section-catalog-right { width:100%; }

	.top-150 { padding-top:75px; }
	.top-100 { padding-top:50px; }
	.top-50 { padding-top:25px; }
	.bottom-150 { padding-bottom:75px; }
	.bottom-100 { padding-bottom:50px; }
	.bottom-50 { padding-bottom:25px; }

	.link-all a { padding:0 15px 0 20px; }
	.link-all a::after { width:25px; margin-left:10px; }

	.hero-cat-wrap { height:auto; padding:30px 0; }
	.hero-cat { height:auto; }
	.hero-cat-circle { display:none; }

	.hero-cat-gallery { float:left; width:100%; position:relative; top:auto; left:auto; bottom:auto; right:auto; }
	.hero-cat-gallery picture { float:left; width:100%; position:relative; top:auto !important; left:auto !important; right:auto !important; bottom:auto !important; }
	.hero-cat-gallery picture:first-child { width:100%; height:320px; filter:none; -webkit-filter:none; }
	.hero-cat-gallery picture:nth-child(2) , .hero-cat-gallery picture:nth-child(3) { width:calc(50% - 40px); height:200px; margin-top:-30px; box-shadow:0 -3px 0 rgba(0,0,0,0.5); filter:grayscale(100%); -webkit-filter:grayscale(100%); }
	.hero-cat-gallery picture:nth-child(2) { margin-left:30px; }
	.hero-cat-gallery picture:nth-child(3) { float:right; margin-right:30px; }

	.hero-cat-content { float:left; width:100%; position:relative; top:auto; left:auto; bottom:auto; padding:0 !important; }
	.hero-cat-cta { float:left; width:100%; position:relative; left:auto !important; right:auto; bottom:auto; }
	.hero-cat-cta .link-all a , .section-catalog-left .link-all a { float:left; width:100%; padding:0 15px 0 50px; }

	.page-title { margin:40px 0 15px 0; }
	.page-title strong , .page-title article { font-size:34px; line-height:40px; }
	.page-title.xl strong , .page-title.xl article { font-size:47px; line-height:50px; }

	.footer-wrap { padding-top:40px; }
	.footer-top { padding-bottom:40px; }

	.footer-join { display:block; }
	.join-right .input { height:50px; padding:0 50px 0 20px; line-height:50px; }
	.join-right .button { top:5px; right:5px; }

	.join-left { width:100%; padding-right:0; padding-bottom:20px; }
	.join-right , .footer-connect { width:100%; }
	.footer-connect { margin-top:40px; }
	.footer-contact strong { font-size:33px; line-height:30px; }
	.footer-contact small { font-size:17px; }

	.copyright { padding:35px 0; display:block; }
	.copyright .left { width:100%; }
	.copyright .left picture { display:none; }
	.copyright .left a { margin-right:15px; }
	.copyright .left small { margin-left:25px; }
	.copyright .right { width:100%; margin-top:15px; }

	.hero-vh100 .slider-hero-title .wrap::after { bottom:25px; right:15px; }

	.left-80 { padding-left:0; }
	.right-80 { padding-right:0; }

	.slider-milestone-text article { padding-left:30px; padding-right:30px; }

	.page-text { font-size:19px; line-height:30px; }

	.block-wood , .sub-hero , .hero-vh100 { background-attachment:initial; }

	.sub-hero { padding:80px 0 33px 0; }
	.showcase { margin-top:-30px; }
	.product-item picture { border-radius:20px 0 20px 0; }

	.product-hero { padding:80px 20px 30px 20px; }
	.slider-product .slick-list { border-radius:12px; }
	.slider-product-item a img { height:55vh; min-height:320px; border-width:1px; border-radius:12px; }

	.milestone-picture { float:left; width:100%; height:240px; position:static; }
	.milestone-text { float:left; width:calc(100% - 60px); min-height:initial; padding:25px 30px; margin:-30px 0 0 30px; }
	.milestone-text article { max-width:initial; font-size:17px; }

	.related-products { width:calc(100% + 60px); padding-left:20px; margin-left:-30px; white-space:nowrap; overflow:hidden; overflow-x:auto; }
	.related-products .inner-20 { margin:0; }
	.related-products ul { float:none; display:block; }
	.related-products li { float:none; display:inline-block; width:300px; padding:0; margin:0 10px; }
	.related-products li:last-child { margin-right:30px; }
	.related-products li > picture { padding:2px; box-shadow:none; background-color:#CFBCAF; }

	.form-item { width:100%; margin-bottom:20px; }
	.contact-info , .contact-map { width:100%; }

	.mobile-100 { width:100%; }
	.fairs { margin-top:20px; }

	.product-hero-title .slider-hero-title-in { padding:40px 0; }

	.promo > ul > li { flex-flow:column; margin-bottom:40px; }
	.promo > ul > li:nth-child(odd) picture { order:1; }
	.promo > ul > li:nth-child(odd) .promo-content { order:2; }
	.promo-content , .promo > ul > li picture { width:100%; }

}





@media only screen and (max-width:767px) {

	.cookies-wrap { right:5px; bottom:5px; left:5px; }
	.slider-hero-item , .hero-vh100 { height:70vh; min-height:360px; }

	.block-narrow , .block-wide { width:100%; }

	.hero-vh100 .slider-hero-title .wrap::after { display:none; }
	.hero-vh100 .slider-hero-title-in { width:100%; }

	.hero-text { font-size:24px; font-weight:400; line-height:35px; }

	.slider-product-item a img { height:45vh; min-height:240px; max-height:320px; }

	.fairs ul { border-top:0; }
	.fairs li { padding:0 0 30px 0; margin-bottom:35px; }
	.fairs li:last-child { margin-bottom:0; }
	.fairs li a { display:flex; flex-flow:column; }
	.fairs li a i { width:100%; margin:15px 0 10px 0; order:2; }
	.fairs li a picture { width:100%; order:1; }
	.fairs li a strong { width:100%; padding-left:0; order:3; }

}



@media only screen and (max-width:640px) {

	.header-search { left:-10px; width:auto; max-width:initial; }

	.slider-hero-title strong { font-size:27px; line-height:30px; }
	.slider-hero-title section { font-size:16px; line-height:24px; }

	.selimoglu-stats li span { font-size:17px; line-height:24px; }

	.hero-cat-gallery picture:first-child { height:280px; }
	.hero-cat-gallery picture:nth-child(2) , .hero-cat-gallery picture:nth-child(3) { height:140px; }

	.showcase li { width:100%; margin-bottom:75px; }

	.page-title.xl strong , .page-title.xl article { font-size:34px; line-height:40px; }

	.milestone-nav { margin-top:0; }
	.milestone-nav li { margin-right:20px; }
	.milestone-nav li a { font-size:19px; }

}



@media only screen and (max-width:540px) {

	.footer-social { width:100%; margin-top:30px; }
	.copyright .left small { width:100%; margin-left:0; margin-top:10px; }

	.slider-hero-title-in { width:100%; padding-bottom:40px; }
	.hero-catalog { display:none; }

	.product-hero { padding:80px 0 30px 0; overflow:hidden; }
	.slider-product .slick-list { border-radius:0; }
	.slider-product-item a img { height:200px; min-height:initial; max-height:initial; }

}



@media only screen and (max-width:440px) {

	#logo img { padding:9px 0 !important; }
	.hero-cat-gallery picture:nth-child(2) , .hero-cat-gallery picture:nth-child(3) { height:100px; }
	.search-icon { width:50px; margin-right:-5px; }
	.nav-icon { width:60px; }
	.milestone-picture { height:180px; }

}



@media only screen and (max-width:375px) {

	#logo img { padding:13px 0 !important; }

}



.reveal { position:relative; transform:translateY(170px); opacity:0; transition:1.3s all ease; }
.reveal.active { transform:translateY(0); opacity:1; }
.reveal-left { transform:translateX(-240px); }
.reveal-left.active { transform:translateX(0); }
.reveal-right { transform:translateX(240px); }
.reveal-right.active { transform:translateX(0); }


@media only screen and (max-width:1560px) {

	.reveal { transform:translateY(100px); }
	.reveal.active { transform:translateY(0); opacity:1; }
	.reveal-left { transform:translateX(-200px); }
	.reveal-left.active { transform:translateX(0); }
	.reveal-right { transform:translateX(200px); }
	.reveal-right.active { transform:translateX(0); }

}


@media only screen and (max-width:1023px) {

	.reveal { transform:initial; opacity:1 !important;}

}
@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-SemiBold.eot');
    src: local('Neue Einstellung SemiBold'), local('NeueEinstellung-SemiBold'),
        url('../font/NeueEinstellung-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-SemiBold.woff2') format('woff2'),
        url('../font/NeueEinstellung-SemiBold.woff') format('woff'),
        url('../font/NeueEinstellung-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-Black.eot');
    src: local('Neue Einstellung Black'), local('NeueEinstellung-Black'),
        url('../font/NeueEinstellung-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-Black.woff2') format('woff2'),
        url('../font/NeueEinstellung-Black.woff') format('woff'),
        url('../font/NeueEinstellung-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-Regular.eot');
    src: local('Neue Einstellung Regular'), local('NeueEinstellung-Regular'),
        url('../font/NeueEinstellung-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-Regular.woff2') format('woff2'),
        url('../font/NeueEinstellung-Regular.woff') format('woff'),
        url('../font/NeueEinstellung-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-Medium.eot');
    src: local('Neue Einstellung Medium'), local('NeueEinstellung-Medium'),
        url('../font/NeueEinstellung-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-Medium.woff2') format('woff2'),
        url('../font/NeueEinstellung-Medium.woff') format('woff'),
        url('../font/NeueEinstellung-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-Light.eot');
    src: local('Neue Einstellung Light'), local('NeueEinstellung-Light'),
        url('../font/NeueEinstellung-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-Light.woff2') format('woff2'),
        url('../font/NeueEinstellung-Light.woff') format('woff'),
        url('../font/NeueEinstellung-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-ExtraLight.eot');
    src: local('Neue Einstellung ExtraLight'), local('NeueEinstellung-ExtraLight'),
        url('../font/NeueEinstellung-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-ExtraLight.woff2') format('woff2'),
        url('../font/NeueEinstellung-ExtraLight.woff') format('woff'),
        url('../font/NeueEinstellung-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-Bold.eot');
    src: local('Neue Einstellung Bold'), local('NeueEinstellung-Bold'),
        url('../font/NeueEinstellung-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-Bold.woff2') format('woff2'),
        url('../font/NeueEinstellung-Bold.woff') format('woff'),
        url('../font/NeueEinstellung-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-ExtraBold.eot');
    src: local('Neue Einstellung ExtraBold'), local('NeueEinstellung-ExtraBold'),
        url('../font/NeueEinstellung-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-ExtraBold.woff2') format('woff2'),
        url('../font/NeueEinstellung-ExtraBold.woff') format('woff'),
        url('../font/NeueEinstellung-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('NeueEinstellung-Thin.eot');
    src: local('Neue Einstellung Thin'), local('NeueEinstellung-Thin'),
        url('../font/NeueEinstellung-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/NeueEinstellung-Thin.woff2') format('woff2'),
        url('../font/NeueEinstellung-Thin.woff') format('woff'),
        url('../font/NeueEinstellung-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Oddval';
    src: url('Oddval-ExtraBold.eot');
    src: local('Oddval ExtraBold'), local('Oddval-ExtraBold'),
        url('../font/Oddval-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Oddval-ExtraBold.woff2') format('woff2'),
        url('../font/Oddval-ExtraBold.woff') format('woff'),
        url('../font/Oddval-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oddval';
    src: url('Oddval-Bold.eot');
    src: local('Oddval Bold'), local('Oddval-Bold'),
        url('../font/Oddval-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Oddval-Bold.woff2') format('woff2'),
        url('../font/Oddval-Bold.woff') format('woff'),
        url('../font/Oddval-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oddval';
    src: url('Oddval-Medium.eot');
    src: local('Oddval Medium'), local('Oddval-Medium'),
        url('../font/Oddval-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Oddval-Medium.woff2') format('woff2'),
        url('../font/Oddval-Medium.woff') format('woff'),
        url('../font/Oddval-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oddval';
    src: url('Oddval-Light.eot');
    src: local('Oddval Light'), local('Oddval-Light'),
        url('../font/Oddval-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Oddval-Light.woff2') format('woff2'),
        url('../font/Oddval-Light.woff') format('woff'),
        url('../font/Oddval-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oddval';
    src: url('Oddval-SemiBold.eot');
    src: local('Oddval SemiBold'), local('Oddval-SemiBold'),
        url('../font/Oddval-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Oddval-SemiBold.woff2') format('woff2'),
        url('../font/Oddval-SemiBold.woff') format('woff'),
        url('../font/Oddval-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oddval';
    src: url('Oddval-Regular.eot');
    src: local('Oddval Regular'), local('Oddval-Regular'),
        url('../font/Oddval-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Oddval-Regular.woff2') format('woff2'),
        url('../font/Oddval-Regular.woff') format('woff'),
        url('../font/Oddval-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background:#C09C62;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #C09C62;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.fancybox-button--thumbs { display:none !important; }
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__relax.noty_bar .noty_body {
    padding: 10px; }
  .noty_theme__relax.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }
  .noty_theme__relax.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }
  .noty_theme__relax.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }
  .noty_theme__relax.noty_type__info .noty_buttons,
  .noty_theme__relax.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }
  .noty_theme__relax.noty_type__success .noty_buttons {
    border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_body {
    padding: 15px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  .noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

/*# sourceMappingURL=noty.css.map*/