html,body{margin:0;padding:0;}
body{ text-align: center; font-size: 16px; font-family: 'Montserrat', sans-serif; background: #FFF; color: rgb(48, 48, 48); overflow-x: hidden;}

input{-webkit-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}

img{border:0}
form{margin:0;}
p{margin:10px 0 10px 0;padding:0;}
a:link, a:visited {color:RGB(109, 110, 113); text-decoration:none;}
a:hover {color:RGB(109, 110, 113); text-decoration:underline;}


.main-color {color: rgb(71, 42, 43) !important; background: rgb(71, 42, 43) !important;}
.main-color-c {color: rgb(71, 42, 43) !important;}
.main-color-b {background: rgb(71, 42, 43) !important;}

.second-color {color: rgb(0, 0, 0) !important; background: rgb(0, 0, 0) !important;}
.second-color-c {color: rgb(0, 0, 0) !important;}
.second-color-b {background: rgb(0, 0, 0) !important;}


/* SEO H1 */
.web-title {float: left; position:fixed;left: -100%;margin: 0px;font-size: 1px;}

.font {font-family: 'Raleway', sans-serif;}




/*  HEADER and MENU  */
.web-header-ghost {height: 120px; margin: auto; width: 100%; position: relative;}
.web-header {transition: all 0.3s;}
.web-header {height: 110px; width: 100%; padding: 10px 0px; top: 0px; background: rgb(255, 255, 255); position: fixed; z-index: 99;}

.header-fix {padding: 0px 0px; box-shadow: 0px 0px 30px -15px black;}


.web-header-in {width: 100%; max-width: 1200px; position: relative; height: 100%; margin: auto; }
.web-header-inner {height: 100px; width: 100%; position: relative;}



.web-logo {width: 300px; height: 100px; left: 0px; top: 5px; display: block; position: absolute; background: url("/images/design/logo.png") no-repeat; background-size: auto 100%; background-position: left center; z-index:33; margin: auto;}
.web-logo:hover {opacity: 0.8;}


.web-lang-menu {position: absolute; right: -70px; top: 35px; }
.web-lang-menu a {font-size: 17px; color: #6e6e6e; opacity: 0.5; text-decoration: none;}
.lang-actual {opacity: 1 !important;}


.web-menu-currency {position: absolute; right: 100px; top: 33px; displaY: none; visibility: hidden;}
.web-menu-currency select {font-size: 15px;color: grey; padding: 2px; cursor: pointer;}



.new-header-info {width: 42px; height: 42px; right: 227px; top: -45px; margin: auto; z-index: 44; position: absolute; display: block; transition: all 0.25s;}
.new-header-info-item {width: 100%; position: relative;}
.new-header-info-item-classic a {color: #00c3c9; font-size: 16px; padding: 5px 0px 5px 35px; display: block;}
.new-header-info-item-classic i {color: #b3d504; position: absolute; top: 4px; left: 4px; font-size: 21px;height: 21px;width: 21px;text-align: center;}


.web-header-social {right: 0px; top: 30px; position: absolute;}
.web-header-social div {padding: 5px; float: left;}
.web-header-social div a {}
.web-header-social div a i {font-size: 20px; width: 20px; height: 20px; padding: 6px; border-radius: 50%; text-align: center; color: rgb(71, 42, 43); background: rgba(0, 0, 0, 0);}
.web-header-social div a i:hover {color: white; background: rgb(71, 42, 43);}




.jazyk {padding: 0px; margin: 0px; top: 10px; right: 10px; list-style: none; position: absolute; display: none;}
.jazyk li {padding-left: 10px; float: left;}
.jazyk li a {color: rgb(145, 145, 145);}
.jazyk li a:hover {color: white; text-decoration: none;}
.jazyk .aktualny a {color: white;}







.mobil-menu, .menu-btn {display: none;}

.web-main-menu {height: 70px; width: auto; position: absolute; right: 100px; top: 15px; z-index: 33;}
.web-main-menu-in {height: 70px; width: 100%; margin: auto; position: relative; display: inline-block}
.main-menu-item {height: 70px; display: block; position: relative; float: left;}
.main-menu-item a {font-size: 18px; color: rgb(71, 42, 43); padding: 25.5px 25px; font-weight: 600; text-transform: uppercase; display: block;}
.main-menu-item a:hover {text-decoration: none;} 
.main-menu-item:hover {} 
.menu-active {}



.main-menu-item-subs {min-width: 280px; position: absolute; top: 70px; background: rgb(255, 255, 255); box-shadow: 2px 3px 15px -10px rgb(0, 23, 51); text-align: left;}
.main-menu-item-subs {transform: scale(0); -webkit-transform: scale(0); opacity: 0; transform-origin: left top; -webkit-transform-origin: left top; transition: all 0.3s; -webkit-transition: all 0.3s; }
.main-menu-item-subs a {padding: 14px 22px; color: rgb(38, 47, 54) !important; font-size: 15px; letter-spacing: 0.1px; line-height: 20px; font-weight: 300;}
.main-menu-item-subs a:hover {background: rgba(0, 0, 0, 0.08);}
.main-menu-item:hover .main-menu-item-subs {transform: scale(1); -webkit-transform: scale(1); opacity: 1;}

.main-menu-item-subs-item {position: relative;}

.main-menu-item-subs-item-subs {min-width: 250px; left: 100%; top: 0px; position: absolute;}
.main-menu-item-subs-item-subs {transform: scale(0); opacity: 0; transition: all 0.2s; transform-origin: left top;}
.main-menu-item-subs-item-subs a {font-size: 14px; padding: 15px 15px; line-height: 18px; background: rgb(240, 240, 240);}
.main-menu-item-subs-item-subs a:hover {background: rgb(206, 206, 206);}

.main-menu-item-subs-item:hover .main-menu-item-subs-item-subs {transform: scale(1); opacity: 1;}







/* HOME */
.home-form {width: 100%; min-height: 1500px; margin: 0px auto -24px; position: relative; z-index: 9;}


#home-slider {width: 100%; height: 750px;}
#home-slider .swiper-pagination {height: auto; width: 100%; bottom: 25px; left: auto; right: 0px; top: auto;}
#home-slider .swiper-pagination-bullet {width: 20px; height: 20px; opacity: 0.8; background: rgba(255,255,255); border: 2px solid rgb(255,255,255);}
#home-slider .swiper-pagination-bullet:hover {background: rgba(71, 42, 43, 0.6); opacity: 1;}
#home-slider .swiper-pagination-bullet-active {background: rgb(71, 42, 43); opacity: 1;}
.home-slide-img {width: 100%; height: 100%; top: 0px; bottom: 0px; position: absolute;}
.home-slide-img {background-size: cover !important; background-position: center bottom !important;}


.swiper-slide-text {width: 500px; left: -650px; right: 0px; top: 53%; position: absolute; margin: auto; z-index: 3; text-align: left;}
.swiper-slide-text {opacity: 0;transition: all 0.9s cubic-bezier(.68,-0.55,.27,1.55);transition-delay: 0.5s;}
.swiper-slide-active .swiper-slide-text {top: 55%; opacity: 1;}
/*.swiper-slide-text:before {width: 100%; height: 200px; left: -40px; bottom: 50%; display: block; position: absolute; background: url("/images/design/logo.png") no-repeat; background: url("/images/design/logo.svg") no-repeat; background-size: auto 85%; background-position: left center; margin: auto; content: "";}*/
.swiper-slide-text div {font-size: 67px; font-weight: 100;}





.home-form-3{width: 100%;}
.home-form-3-in {width: 100%; max-width: 100%; margin: 50px auto; position: relative;}

.home-form-3-in-item {width: 100%; min-height: 600px; margin: auto; position: relative;}
.home-form-3-in-item {width: 100%; position: relative; display: inline-block; overflow: hidden;}


.home-form-3-in-item-img {width: 46%; height: 100%; top: 0px; bottom: 0px; background: silver; position: absolute;}
.ccl .home-form-3-in-item-img {left: 0px; background-position: right center !important; background-size: cover !important;}
.ccr .home-form-3-in-item-img {right: 0px; background-position: left center !important; background-size: cover !important;}
.home-form-3-in-item-img:before {width: 1px; height: 80%; top: 10%; content: ""; position: absolute; background: rgba(71, 42, 43, 0.5);}
.ccl .home-form-3-in-item-img:before {right: -8.8%;}
.ccr .home-form-3-in-item-img:before {left: -8.8%;}

.home-form-3-in-item-img:after {color: rgba(71, 42, 43, 0.95); font-size: 40px; width: 10%; height: 50px; padding: 10px 0px; top: 0px; bottom: 0px; font-family: FontAwesome; content: "\f1b0"; position: absolute; background: white; margin: auto; text-align: center;}
.ccl .home-form-3-in-item-img:after {right: -13.5%;}
.ccr .home-form-3-in-item-img:after {left: -13.9%;}


.home-form-3-in-item-text {width: 500px; padding: 100px 0px 100px; position: relative;}
.ccl .home-form-3-in-item-text {margin-left: 54%; float: left;}
.ccl .home-form-3-in-item-text-title {text-align: left;}
.ccr .home-form-3-in-item-text {margin-right: 54%; float: right;}
.ccr .home-form-3-in-item-text-title {text-align: right;}

.home-form-3-in-item-text-title {padding: 20px 0px; margin-bottom: 10px;}
.home-form-3-in-item-text-title strong {color: rgb(71, 42, 43); font-size: 26px; font-weight: 500; letter-spacing: 0.4px; text-transform: uppercase; display: block;}
.home-form-3-in-item-text-title span {color: rgb(138, 138, 138); font-size: 15px; line-height: 20px; font-weight: 300; letter-spacing: 0.4px; opacity: 0.7; text-transform: uppercase; display: block;}
.home-form-3-in-item-text-text {font-size: 15px; line-height: 22px; text-align: justify; padding: 15px 0px 35px;  position: relative;}


.home-form-3-in-item-text-url {width: 100%; display: inline-block; padding-top: 25px;}
.home-form-3-in-item-text-url a {padding: 10px 30px; color: rgb(71, 42, 43); border: 1px solid rgb(71, 42, 43); text-transform: lowercase; transition: all 0.4s;}
.home-form-3-in-item-text-url a:hover {color: white; background: rgb(71, 42, 43); text-decoration: none;}
.ccl .home-form-3-in-item-text-url a {float: left; border-right: none; border-bottom: none;}
.ccr .home-form-3-in-item-text-url a {float: right; border-left: none; border-bottom: none;}







.home-form-4 {width: 100%;}
.home-form-4-in {width: 100%; margin: 100px auto; position: relative;}

.gall-slider {height: 350px; width: 100%;}
.gall-slide {width: auto; height: 350px; position: relative;}
.gall-slide img {height: 100%; width: auto;}
.gall-slide a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 9;}
.gall-show-all {width: 350px; height: 350px; background: rgb(71, 42, 43); position: relative;}
.gall-show-all a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 9;}
.gall-show-all div {font-size: 18px; margin-top: 110px; color: white; text-transform: uppercase;}
.gall-show-all div i {font-size: 80px; margin-top: 25px; opacity: 0.4; color: white; display: block;}






.home-form-7 {width: 100%;}
.home-form-7-in {width: 100%; max-width: 1200px; margin: 100px auto; position: relative;}

.home-form-7-in-title {width: 100%; text-align: center; position: relative;}
.home-form-7-in-title div {font-size: 24px; padding: 0px 25px; background: white; text-transform: uppercase; display: inline-block; position: relative;}
.home-form-7-in-title:before {width: 100%; height: 1px; background: rgb(71, 42, 43); left: 0px; right: 0px; top: 0px; bottom: 0px; content:""; position: absolute; margin: auto;}

.home-form-7-in-text {width: 88%; font-size: 15px; line-height: 20px; padding: 50px 0px 10px; text-align: justify; text-align-last: center; margin: auto; position: relative;}


.home-form-7-in-items {width: 100%; position: relative;}
.home-form-7-in-item {}
.home-form-7-in-item-img {width: 150px; height: 150px; margin: 45px auto 25px; border: 2px solid rgb(71, 42, 43); border-radius: 50%; overflow: hidden; position: relative;}
.home-form-7-in-item-img img {width: 96%; height: auto; margin: 2%; border-radius: 50%; overflow: hidden;}
.home-form-7-in-item-img i {font-size: 100px; left: 0px; top: 20px; right: 0px; margin: auto; position: absolute; opacity: 0.2; z-index: -1;}
.home-form-7-in-item-title {font-size: 18px;}
.home-form-7-in-item-text {font-size: 15px; opacity: 0.5;}

.sw-h-btn {width: 50px; height: 50px; margin: auto; top: -10%; bottom: 0px; position: absolute; cursor: pointer; z-index: 9; transition: all 0.4s;}
.sw-h-btn i {font-size: 40px;}
.sw-h-prev {left: -15px;}
.sw-h-next {right: -15px;}
#team-slider .swiper-button-disabled {opacity: 0;}


.home-form-7-in-more {text-align: center;}
.home-form-7-in-more a {padding: 10px 25px; color: rgb(71, 42, 43); border: 1px solid rgb(71, 42, 43); margin: 50px auto; display: inline-block; text-transform: uppercase; transition: all 0.3s;}
.home-form-7-in-more a:hover {color: white; background: rgb(71, 42, 43); text-decoration: none;}

















/*  CONTENT  */
.web-container {background: rgb(255, 255, 255); display: inline-block; width: 100%; margin-bottom: 2%;}
.web-content {background: rgba(255,255,255,1); width: 98%; max-width: 1150px; margin: auto; padding: 50px 25px 40px; text-align: left;}
.web-content {font-size: 17px; line-height: 25px;}

.web-content h2 {color: rgb(196, 157, 104); font-size: 34px; margin: 5px 0px 30px; font-weight: 500;}
.web-content h3 {color: rgb(196, 157, 104); font-size: 22px; margin: 30px 0px 10px; font-weight: 500;}

.page-title {font-size: 34px !important; letter-spacing: 0.5px; margin: 15px 0px 20px;  display: inline-block; text-transform: uppercase; font-weight: 500 !important;}


.content-text-short {font-size: 22px; color: rgb(90, 90, 90); line-height: 32px; margin: 10px auto 30px; padding: 3% 5%; letter-spacing: 1px; font-weight: 500; text-align: justify; background: rgba(196, 157, 104, 0.05); box-shadow: inset 0px 0px 0px 1px rgba(196, 157, 104, 0.52); font-family: 'Raleway', sans-serif;}


.content-text {font-size: 17px; line-height: 28px; text-align: justify;}
.content-text ul {padding: 0px; margin: 0px; list-style: none;}
.content-text ul li {padding: 3px 0px 3px 40px; position: relative;}
.content-text ul li:before {left: 18px; top: 2px; color: rgb(196, 157, 104); content:"\25CF"; position: absolute;}
.content-text p {padding-top: 0; margin-top: 0;}

.content-text table {width: 100% !important; margin-top: 35px; margin-bottom: 15px;}

.content-text table td {width: 50% !important; padding: 6px 2% 0px !important; border-bottom: 1px solid rgb(223, 223, 223);}
.content-text table td strong {font-size: 22px; color: rgb(0, 182, 190);}

.content-text table tr:nth-child(even) td {background: rgb(247, 247, 247);}
.content-text table tr:last-child td {border-bottom: none;}


.web-content-gallery {display: inline-block; width: 100%; margin-top: 35px;}
.web-content-gallery-item {width: 14.65%; margin: 1%; float: left; box-shadow: 0px 0px 1px 1px rgb(196, 157, 104);}
.web-content-gallery-item img {width: 100%; height: auto; float: left;}

.web-content-gallery-video {width: 98%; margin: 1%;}
.web-content-gallery-video iframe {width: 100%; height: 550px;}



.text-side-0 .content-text {column-count: 1; column-gap: 0px;}
.text-side-1 .content-text {column-count: 2; column-gap: 50px;}
.text-side-2 .content-text {column-count: 3; column-gap: 50px;}
.text-side-3 .content-text {column-count: 4; column-gap: 50px;}

.img-side-1 .content-text {width: 48%; float: left;}
.img-side-1 .web-content-gallery {width: 48%; float: right; margin-top: 2px;}
.img-side-1 .web-content-gallery-item {width: 31.2%;}
.img-side-1 .web-content-gallery-video {width: 98%; margin: 1%;}
.img-side-1 .web-content-gallery-video iframe {width: 100%; height: 265px; margin-bottom: 2%;}

.img-side-2 .content-text {width: 48%; float: right;}
.img-side-2 .web-content-gallery {width: 48%; float: left; margin-top: 2px;}
.img-side-2 .yweb-content-gallery-item {width: 31.2%;}
.img-side-2 .web-content-gallery-video {width: 98%; margin: 1%;}
.img-side-2 .web-content-gallery-video iframe {width: 100%; height: 265px; margin-bottom: 2%;}



.contact-form {margin: 25px auto;}
.contact-form-input {display: block; width: 100%; margin: 10px auto;}
.contact-form-input input {border: 1px solid silver; padding: 12px 2%; font-size: 15px; min-width: 285px; font-family: 'Montserrat', sans-serif;}
.contact-form-text {display: block; width: 100%; margin: 7px auto;}
.contact-form-text textarea {width: 95%; min-height: 100px; padding: 10px 2%; font-family: 'Montserrat', sans-serif;}
.contact-form-btn {}
.contact-form-btn button {font-size: 17px; padding: 10px 39px; margin-top: 10px; border: none; color: white; background: rgb(196, 157, 104); cursor: pointer; text-transform: uppercase; font-family: 'Montserrat', sans-serif;}





/* GALERIE */
.galls-form {width: 100%; margin: auto; display: inline-block;}
.galls-form-item {width: 48%; margin:0px 4% 2% 0px; float: left; background: rgb(45, 45, 45); position: relative;}
.galls-form-item:nth-child(even) {margin-right: 0px;}
.galls-form-item-bg {width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; background-size: cover !important; background-position: center !important;}
.galls-form-item-bg {filter: grayscale(30%); opacity: 0.4; transition: all 0.3s;}
.galls-form-item-shadow {width: 100%; height: 60%; top: 0px; left: 0px; position: absolute; background: linear-gradient(to bottom, rgb(71, 42, 43) 0%,rgba(71, 42, 43, 0) 100%);}
.galls-form-item-title {width: 90%; color: white; padding: 15px 5% 0px; position: relative; z-index: 9;}
.galls-form-item-title {height: 40px; line-height: 40px; font-size: 30px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.galls-form-item-text {width: 90%; opacity: 0.7; font-size: 15px; margin: 5px 5% 15px; padding-bottom: 10px; border-bottom: 1px solid white; position: relative; z-index: 9; display: inline-block;}
.galls-form-item-date {color: rgb(247, 148, 30); width: 50%; float: left;}
.galls-form-item-date span {color: white;}
.galls-form-item-info {color: rgb(255, 255, 255); width: 50%; float: left; text-align: right;}
.galls-form-item-info i {color: rgb(247, 148, 30);}
.galls-form-item-imgs {width: 92%; display: inline-block; margin: auto 4%; padding-bottom: 5%; position: relative; z-index: 9;}
.galls-form-item-imgs div {width: 21%; height: auto; margin: 2%; float: left; border-radius: 50%; overflow: hidden; box-shadow: 0px 0px 0px 2px white;}
.galls-form-item-imgs div img {width: 100%; height: auto; display: block;}
.galls-form-item a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 11;}
.galls-form-item:hover .galls-form-item-bg {filter: grayscale(10%); opacity: 0.2;}










.klub-items {width: 100%; position: relative; margin-bottom: 25px; display: inline-block;}
.klub-item {width: 25%; float: left;}

.klub-item-img {width: 150px; height: 150px; margin: 45px auto 25px; border: 2px solid rgb(71, 42, 43); border-radius: 50%; overflow: hidden; position: relative;}
.klub-item-img img {width: 96%; height: auto; margin: 2%; border-radius: 50%; overflow: hidden; z-index: 3;}
.klub-item-img i {font-size: 100px; width: 100px; text-align: center; left: 0px; top: 20px; right: 0px; margin: auto; position: absolute; opacity: 0.1; }
.klub-item-img a {width: 100%; height: 100%; display: block; left: 0px; top: 0px; position: absolute; z-index: 9;}
.klub-item-title {font-size: 18px; text-align: center;}
.klub-item-text {font-size: 15px; opacity: 0.5; text-align: center;}

.klub-item-about {font-size: 13px; color: rgb(100, 100, 100); width: 85%; text-align: left; margin: auto;}

.klub-item-hr {width: 70%; margin: 35px 15% 5px; height: 1px; background: rgb(223, 223, 223); float: left;}









.galeria-items {width: 100%; position: relative; margin-bottom: 25px; display: inline-block;}
.galeria-item {width: 46%; margin: 2%; float: left; position: relative;}
.galeria-item a {width: 100%; height: 100%; display: block; left: 0px; top: 0px; position: absolute; z-index: 9;}
.galeria-item:hover {opacity: 0.8;}


.galeria-item-title {font-size: 22px; color: rgb(71, 42, 43); padding-bottom: 10px; font-weight: 600; border-bottom: 1px solid rgb(71, 42, 43); letter-spacing: 0.5px;}
.galeria-item-title i {color: rgb(196, 157, 104); padding-right: 5px;}


.galeria-item-imgs {width: 100%; display: inline-block;}

.galeria-item-img {width: 18.4%; margin: 2% 1%; float: left;}
.galeria-item-img:first-child {margin-left: 0px;}
.galeria-item-img:last-child {margin-right: 0px;}

.galeria-item-img img {width: 100%;}







/* NEWS */
.web-content-news {width: 100%; display: inline-block;}
.web-content-news-item {width: 100%; display: inline-block; margin-bottom: 3%;}
.web-content-news-item a:hover {text-decoration: none;}
.web-content-news-item-img {width: 15%; float: left;}
.web-content-news-item-img img {width: 100%; height: auto;}

.web-content-news-item-text {float: left; width: 83%;margin-left: 2%; text-align: justify; color: rgb(80, 80, 80);}
.web-content-news-item-text h3 {margin: 15px auto 0px; font-size: 24px; color: rgb(71, 42, 43);}

.web-content-news-item-date {font-size: 15px; margin-bottom: 5px; color: rgb(109, 110, 113); opacity: 0.4;}
.web-content-news-item-date span {font-size: 18px; line-height: 18px; float: left;margin-right: 4px;margin-top: 3px;}





/* BOTTOM INFO */
.bottom-info {width: 100%; max-width: 1200px; margin: 25px auto; display: inline-block; position: relative;}

.vote-form {width: 65%; height: 200px; float: right; box-shadow: inset 0px 0px 1px 1px rgb(236, 0, 140); position: relative;}
.vote-form iframe {width: 100%; height: 200px;}


.shop-info {width: 350px; height: 180px; padding: 1%; float: left; background: rgb(238, 238, 238);}
.shop-info-logo {width: 45%; height: 180px; float: left; display: block; background: url("/images/design/logo.png") no-repeat; background: url("/images/design/logo.svg") no-repeat; background-size: 100% auto; background-position: center center;}
.shop-info-text {width: 55%; float: left;}

.shop-info-text div {text-align: left;}
.shop-info-text div h5 {font-size: 18px; color: rgb(109, 110, 113); margin: 0px; font-weight: 600; text-transform: uppercase;}
.shop-info-text div p {font-size: 14px; margin: 5px 0px; color: rgb(109, 110, 113);}
.shop-info-text div p b {font-size: 12px; color: rgb(109, 110, 113); font-weight: 600; text-transform: uppercase;}
.shop-info-text div i {padding-right: 5px;}





/* BOTTOM LOGOS */
.bottom-logos {width: 100%; margin: 25px auto; display: inline-block; position: relative;}
.bottom-logos-in {width: 100%; max-width: 1200px; display: inline-block; position: relative;}
#swipe-logos {width: 100%; }

.swipe-logos-item {height: 100px; width: 100%; margin: auto; display: block; position: relative;}
.swipe-logos-item img {width: auto;height: auto; max-width: 50%; max-height: 100%;position: absolute;left: 0px;right: 0px;bottom: 0px;top: 0px;margin: auto;}
.swipe-logos-item-title {font-size: 20px; font-weight: 600; max-width: 80%;}
.swipe-logos-item a {width: 100%;height: 100%;display: block;position: absolute;left: 0px;top: 0px;}
.swipe-logos-item:hover {opacity: 0.7;}



/* DOWN */
/* DOWN */
.web-down-out {width: 100%; position: relative; z-index: 5; background: rgb(71, 42, 43);}
.web-down {width: 100%; max-width: 1200px; margin: auto; position: relative; z-index: 5;}

.web-down-form {width: 100%; max-width: 1200px; margin: 40px auto 50px; display: inline-block;}
.web-down-form-item {min-height: 150px; width: 23%; padding: 1% 3%; float: left; position: relative;}
.web-down-form-item:before {width: 1px; background: rgb(100, 100, 100); right: 5%; top: 0px; bottom: 0px; position: absolute; content:"";}
.web-down-form-item:first-child {padding-left: 0px;}
.web-down-form-item:last-child {padding-right: 0px;}
.web-down-form-item:last-child:before {display: none;}

.wdfi-long {width: 70%;}

.web-down-form-item {font-size: 15px; color: rgb(210, 210, 210); text-align: left;}
.web-down-form-item a {font-size: 13px; color: rgb(190, 190, 190);}
.web-down-form-item p {line-height: 20px;}
.web-down-form-item strong {font-size: 18px; text-transform: uppercase; letter-spacing: 0.2px;}



.web-down-form-item-newsletter {width: 100%;}
.web-down-form-item-newsletter span {font-size: 12px; margin-bottom: 8px; display: block; opacity: 0.5;}
.web-down-form-item-newsletter-input {width: 100%; display: inline-block; margin-bottom: 15px;}
.web-down-form-item-newsletter-input-input {height: 23px; width: 78%; padding: 5px 3%; border: none; float: left; background: white;  box-shadow: inset 0px 0px 1px 1px rgb(140, 140, 140);}
.web-down-form-item-newsletter-input-input::placeholder {color: rgb(147, 147, 147);}
.web-down-form-item-newsletter-input button {height: 33px; width: 16%; font-size: 18px; line-height: 0px; padding: 0px; margin: 0px; border: none; float: left; background: rgb(87, 87, 87); color: white; cursor: pointer;}
.web-down-form-item-newsletter-input button:hover {background: rgb(196, 157, 104);}
.web-down-form-item-newsletter-input-ok {width: 100%; font-size: 10px; display: block; float: left; margin-top: 8px; opacity: 0.5;}
.web-down-form-item-newsletter-input-ok:hover {opacity: 1;}
.web-down-form-item-newsletter-input-ok input {padding: 0px; margin: 0px; margin-top: -1px; margin-right: 4px; float: left;}



.web-down-form-item-social {}
.web-down-form-item-social div {width: 20%; padding: 0px; float: left;}
.web-down-form-item-social div a {}
.web-down-form-item-social div a i {font-size: 18px;width: 18px;height:18px;padding:7px;border-radius:50%;text-align: center; color: white; background: RGB(109, 110, 113);}
.web-down-form-item-social div a i:hover {background: rgb(196, 157, 104);}



.web-down-form-mail {margin-bottom: 50px; }
.web-down-form-mail a {font-size: 17px; padding: 8px 30px; color: rgb(255, 255, 255); background: rgb(196, 157, 104); cursor: pointer; text-transform: uppercase;}
.web-down-form-mail a i {padding-right: 10px;}

.web-down-form-mail a:hover {opacity: 0.8; text-decoration: none;}





/*  FOOTER  */
.web-footer-link {font-size: 13px; padding: 12px 0px; width: 100%; height: auto; color: rgb(0, 0, 0); margin: auto; position: relative; z-index: 5; box-shadow: 0px 10px 30px -15px black;}
.web-footer-link a {color: black; font-weight: 600;}
.web-footer {width: 100%; position: relative; z-index: 5;}




/* HEUREKA */
.web-heureka {width: 21%; padding: 1%; float: left; text-align: left; background: rgba(255, 255, 255, 0.1);}
.web-heureka-title {font-size: 17px; font-weight: 600; color: white; border-bottom: 1px solid white; text-transform: uppercase;}
.web-heureka-item {width: 100%; font-size: 14px; line-height: 15px; padding: 6% 0px 0px; color: rgb(227, 227, 227); display: inline-block;}
.web-heureka-item-title {width: 100%; display: inline-block;}
.web-heureka-item-title span {font-size: 11px; opacity: 0.7; float: right;}
.web-heureka-item-title i {font-size: 13px; letter-spacing: 2px; color: rgb(210, 171, 103);}

.web-heureka-more {margin-top: 5%;}
.web-heureka-more a {font-size: 15px; padding: 5px 0px; color: white; background: rgb(210, 171, 103); text-align: center; text-transform: uppercase; display: block;}
.web-heureka-more a:hover {text-decoration: none; opacity: 0.8;}









/*  SITE  MAPS  */
.site-maps {margin-top: 30px;}
.site-maps h3 {margin: 1% 1%;}
.site-maps h3 a {color: #5d5d5d; font-size: 26px;}

.site-maps h4 {margin: 1% 3%;}
.site-maps h4 a {color: #9b9b9b; font-size: 20px;}

.site-maps h5 {margin: 1% 6%;}
.site-maps h5 a {color: #898989; font-size: 20px;}

.site-maps h6 {margin: 1% 9%;}
.site-maps h6 a {color: #aaa; font-size: 20px;}





/*  GLOBAL CSS  */
.transition {transition: all 0.3s; -webkit-transition: all 0.3s;}

.pointer {cursor: pointer;}
.pointer:hover {opacity:0.8;}

.no-select {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: -moz-none;-o-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}

.center {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.centerr {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.hidden {display: none;}

#shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.45); z-index: 55; cursor: pointer; display: none;}

#to-top {display: none; padding: 0px 9px 4px 9px; font-size: 23px; background: rgb(0, 0, 0); color: white; position: fixed; right: 30px; bottom: 20px; z-index: 99;}




.page-contact {width: 100%; display: inline-block;}
.page-contact-text {font-size: 18px; width: 35%; padding-right: 5%; float: left;}
.page-contact-text table {width: 100%;}
.page-contact-text table td {width: 60%; vertical-align: top;}
.page-contact-text table td:nth-child(2) {width: 40%; vertical-align: top;}
.page-contact-text h4 {font-size: 19px; color: rgb(8, 102, 52); text-transform: uppercase; font-weight: 900;}

.page-contact-imgs {width: 60%; float: left;}
.page-contact-imgs img {width: 100%; margin-top: 10%;}
.page-contact-imgs iframe {width: 100%;}



.form-status {margin: 40px 0px; display: inline-block;}
.form-status b {font-size: 20px;}
.form-timer {width: 99%; padding: 0.5%; box-shadow: 0px 0px 0px 1px #ededed; margin-top: 50px; text-align: left;}
.form-timer div {height: 25px; width: 100%; animation-name: form; animation-duration: 5s; margin: 0px !important;}
@keyframes form {
    from {width: 0px;}
    to {width: 100%;}
}


/* PAGER */
.pager {width: 100%; text-align: center; margin: 30px auto 40px;}
.novy-pager { display: inline-block; list-style: none; padding: 0px; margin: auto;}
.novy-pager .gomkikk {font-size: 16px; color: white; float: left; width: 36px; height: 36px; line-height: 35px; background: rgb(0, 0, 0); text-align: center;}
.novy-pager .gombik {font-size: 12px; color: white; float: left; width: 36px; height: 36px; line-height: 35px; background: rgb(109, 110, 113); text-align: center;}
.novy-pager .akt {background: rgb(41, 170, 226); pointer-events: none;}
.novy-pager .neakt {background: rgb(224, 155, 196); pointer-events: none;}
.novy-pager a:hover {opacity:0.7;}
.novy-pager li {margin: 4px 0px 10px 5px;}









/* LOGIN */
.login-form {margin: 30px auto 60px; }
.login-form div {display: block; width: 100%; margin: 10px auto;}
.login-form div input {border: 1px solid silver; padding: 10px 1%; font-size: 15px; min-width: 276px;}
.login-form div .checkbox {min-width: 1px;}
.login-form div img {display: inline-block; height: 36px; margin-bottom: -12px; margin-left: 5px;}
.login-form div button {font-size: 17px; padding: 7px 30px; margin-top: 10px; border: none; color: white !important; cursor: pointer; text-transform: uppercase; color: white!important;}
.login-form .sec input {}
.login-form .sec {text-align: left;}
.login-form .sec div {margin: 7px 0px; width: auto;}
.login-form .keep input {width: 20px; min-width: 20px;}
.login-form .keep label {font-size: 15px; cursor: pointer;}

.login-alert {padding: 2% 2% 2% 15%; border: 2px solid rgb(197, 0, 0); position: relative; box-shadow: 0px 0px 30px -19px black;}
.login-alert i {color: rgb(197, 0, 0); font-size: 70px; height: 70px; width: 70px; margin: auto; top: 0px; bottom: 0px; left: 5%; position: absolute;}
.login-alert {line-height: 18px;color: rgb(98, 98, 98);}

.errors {display: block; width: 100%; margin-bottom: 25px !important;}
.errors div {display: block; width: 100%; color: rgb(120, 20, 20);}
.errors div span {float: left;margin-top: -1px;margin-right: 4px;font-size: 24px;}
.errors div i {padding-right: 8px;}

.login-alert {padding: 2% 2% 2% 15%; border: 2px solid rgb(197, 0, 0); position: relative; box-shadow: 0px 0px 30px -19px black;}
.login-alert i {color: rgb(197, 0, 0); font-size: 70px; height: 70px; width: 70px; margin: auto; top: 0px; bottom: 0px; left: 5%; position: absolute;}
.login-alert {line-height: 18px;color: rgb(98, 98, 98);}




/* MENU USER */
.web-main-menu-login {position: relative;}

.web-main-menu-login-a {color: white;display: block;width: 100%;height: 100%;}
.web-main-menu-login-menu {left: -8px; top: 100%; position: absolute; background: rgb(255, 255, 255); box-shadow: 3px 3px 15px -5px rgb(0, 0, 0); z-index: 9;}
.web-main-menu-login-menu {transform: scale(0); -webkit-transform: scale(0); transform-origin: 25px top; -webkit-transform-origin: 25px top;}
.web-main-menu-login-menu div {position: relative; width: 100%; text-align: left;}
.web-main-menu-login-menu div a {padding: 5px 15px; white-space: nowrap; display: block; color: rgb(60, 60, 60); font-size: 17px;}
.web-main-menu-login-menu div a i {width: 25px;text-align: center;margin-right: 4px; }
.web-main-menu-login-menu div:hover {opacity: 0.7;}
.web-main-menu-login:hover .web-main-menu-login-menu {transform: scale(1); -webkit-transform: scale(1);}

.web-main-menu-login-head {width: 100%; display: inline-block;}
.web-main-menu-login-head-icon {width: 30px; height: 30px; border-radius: 50%; padding: 5px; float: left;}
.web-main-menu-login-head-icon span {width: 20px;height: 20px;text-align: center;color: rgb(255, 255, 255); font-size: 18px;line-height: 20px;padding: 3px;border-radius: 50%;}
.web-main-menu-login-head-icon i {font-size: 22px; margin: 4px; color: rgb(41, 170, 226);}
.web-main-menu-login-head-text {color: rgb(0, 0, 0); font-size: 15px; position: absolute; right: 100%; top: 12px; white-space: nowrap; text-transform: uppercase;}
.web-main-menu-login-head-text span {background: rgb(22, 119, 122); color: rgba(255, 255, 255, 0.85); font-size: 14px; padding: 3px 4px; margin-left: 4px;}

.profile-info {display: inline-block; width: 100%;}
.profile-info-head {display: inline-block; width: 100%; background: rgb(222, 222, 222);}
.profile-info-head div {height: 50px; color: rgb(86, 86, 86); font-size: 18px;}
.profile-info-head-name {width: 47.5%; float: left;}
.profile-info-head-mail {width: 47.5%; float: left; background: rgba(255,255,255,0.3);}
.profile-info-head-setup {width: 5%; float: left; text-align: center;}
.profile-info-head-setup i {color: rgb(99, 99, 99); font-size: 30px;}
.profile-info-head-name i, .profile-info-head-mail i {padding-right: 2%; padding-left: 3%;}

.profile-body-item {width:50%; min-height: 250px; background: rgb(239, 239, 239); float: left;}
.profile-body-item-title {}
.profile-body-item-points {font-size: 22px; color: rgb(185, 185, 185); text-transform: uppercase;}
.profile-body-item-points div { text-align: center; margin-top: 20px;}
.profile-body-item-points div span {font-size: 50px; font-weight: 600; color: rgb(236, 4, 142);}

.profile-body-item-orders {font-size: 22px; color: rgb(185, 185, 185); text-transform: uppercase;}
.profile-body-item-orders a {color: rgb(185, 185, 185);}
.profile-body-item-orders div { text-align: center; margin-top: 22px;}
.profile-body-item-orders div i {font-size: 50px; font-weight: 600; color: rgb(236, 4, 142);}

.profile-info-title {font-size: 20px; text-transform: uppercase; font-weight: 600; display: inline-block; width: 99%; padding: 0.5%; background: rgba(0, 0, 0, 0.05);}
.profile-info-title span {float: left; margin-top: 2px; margin-right: 6px; font-size: 22px;}
.profile-info-text { display: inline-block; width: 99%; padding: 0.5%;}
.profile-info-text div {font-size: 18px; margin: 5px 0px 20px 30px;}




/* USER ORDERS */
.my-orders {width: 100%; display: inline-block;}

.my-orders-head {padding: 1% 4%; width: 92%; background: rgb(219, 219, 219); display: inline-block; margin: 10px auto;}
.my-orders-head div {width: 25%;font-size: 12px;opacity: 0.7; text-transform: uppercase; float: left; min-height: 5px;}

.my-orders-head-title {}
.my-orders-head-date {text-align: right;}
.my-orders-head-status {text-align: right;}
.my-orders-head-price {text-align: right;}

.my-orders-item {padding: 1% 4%; width: 92%; display: inline-block; margin-bottom: 10px;}
.my-orders-item div {width: 25%; font-size: 14px;text-transform: uppercase; float: left; min-height: 5px;}
.my-orders-item:nth-child(2n+2) {background: whitesmoke;}
.my-orders-item:hover {box-shadow: inset 0px 0px 1px 1px rgb(177, 177, 177);}

.my-orders-item-title {font-weight: 600;font-size: 16px !important;}
.my-orders-item-title a {color: rgb(48, 48, 48);}
.my-orders-item-date {text-align: right;}
.my-orders-item-status {text-align: right;}
.my-orders-item-price {text-align: right; font-weight: 700;font-size: 14px !important;}

.my-order-detail-status {width: 100%;display: inline-block; margin-bottom: 3%;}
.my-order-detail-status-ikona {width: 112px; height: 112px; margin-right: 25px; background: rgb(245, 245, 245); float: left;}
.my-order-detail-status-ikona i {font-size: 70px;}

.status-1 {color: rgb(42, 95, 155);}
.status-2 {color: rgb(131, 65, 131);}
.status-3 {color: rgb(60, 138, 60);}
.status-4 {color: rgb(176, 50, 50);}
.status-5 {color: rgb(177, 172, 74);}
.status-6 {color: rgb(176, 50, 50);}

.my-order-detail-status-info {float: left;}
.my-order-detail-status-info div {font-size: 15px; line-height: 30px; width: 980px; background: rgb(245, 245, 245);height: 30px;padding: 8px 15px;}
.my-order-detail-status-info div:first-child {margin-bottom: 20px;}
.my-order-detail-status-info div i {font-size: 20px;margin: 3px 10px 0px 0px;opacity: 0.5;float: left;}
.my-order-detail-status-info div strong {margin-right: 10px; font-weight: 600;text-transform: uppercase;}

.my-order-detail-pay-ship {width: 100%;display: inline-block;}
.my-order-detail-pay-ship-item {width: 48%;float: left; margin-bottom: 2%; padding-bottom: 1%; border-bottom: 1px solid rgb(245, 245, 245);}
.my-order-detail-pay-ship-item:first-child {margin-right: 4%;}
.my-order-detail-pay-ship-item-title {padding: 1.5% 5%; margin-bottom: 2%; font-size: 18px;text-transform: uppercase;font-weight: 600;background: rgb(245, 245, 245);}
.my-order-detail-pay-ship-item-title i {padding-right: 5px; }
.my-order-detail-pay-ship-item-text {width: 75%; margin-left: 5%;float: left; font-size: 14px;}
.my-order-detail-pay-ship-item-price {font-size: 14px;font-weight: 700;width: 15%; text-align: right; float: left;}

.detail-head .my-orders-head-title {width: 64%;}
.detail-head .my-orders-head-date {width: 12%;}
.detail-head .my-orders-head-status {width: 12%;}
.detail-head .my-orders-head-price {width: 12%;}

.detail-item .my-orders-item-title {width: 64%; font-size: 14px !important;}
.detail-item .my-orders-item-date {width: 12%;}
.detail-item .my-orders-item-status {width: 12%;}
.detail-item .my-orders-item-price {width: 12%;}

.my-order-detail-sumary {padding: 1% 4%;width: 92%;background: rgb(228, 228, 228);display: inline-block;margin: 10px auto;}
.my-order-detail-sumary-title {width: 50%; float: left;text-transform: uppercase;font-size: 12px;}
.my-order-detail-sumary-prices {width: 50%; float: left; text-align: right;}
.my-order-detail-sumary-prices-dph {font-size: 26px;font-weight: 700;}
.my-order-detail-sumary-prices-dph span {font-size: 13px;letter-spacing: -0.5px;}
.my-order-detail-sumary-prices-dph-no {font-size: 14px;font-weight: 600; opacity: 0.8; margin-top: 5px;}
.my-order-detail-sumary-prices-dph-no span {font-size: 12px;letter-spacing: -0.5px;}

.my-orders-empty { width: 100%; display: inline-block; text-align: center;}
.my-orders-empty i {font-size: 70px; color: rgb(219, 219, 219);margin: 50px auto 0px; font-size: 100px;}
.my-orders-empty div {font-size: 30px; color: silver;width: 100%; margin: 50px auto;}



/* USER SETUP */
.profile-setup {width: 100%; display: inline-block;}
.profile-setup-menu {float: left;width: 25%;}
.profile-setup-menu a {color: #333;}
.profile-setup-menu-item {display: inline-block; width: 100%; background: rgb(236, 236, 236); margin-bottom: 3%;}
.profile-setup-menu-item i {font-size: 22px; float: left; width: 40px; text-align: center; padding: 5% 0px 0px;}
.profile-setup-menu-item div {text-transform: uppercase; font-size: 16px; padding: 4% 0px;}
.profile-setup-menu .aa {background: rgb(129, 129, 129); color: white;}

.profile-setup-form {float: right;width: 69%; border-left: 1px solid rgb(225, 225, 225);padding-left: 3%; margin-bottom: 5%;}
.profile-setup-form .login-form {margin: 0px auto;}
.profile-setup-form .login-form i {color: rgb(131, 131, 131); font-size: 13px;}

.profile-setup-input {margin-bottom: 15px; position: relative;}
.profile-setup-input input {width: 96%; padding: 8px 2%; font-size: 15px; border: 1px solid rgb(209, 209, 209); display: block;box-shadow: 4px 3px 20px -15px rgb(192, 192, 192);}
.profile-setup-input label {display: block; text-transform: uppercase; font-size: 10px; color: rgb(160, 160, 160);}
.psi-half {width: 55%;}
.psi-req:after {position: absolute;right: -20px; top: 14px;bottom: 0px;margin: auto;height: 14px;width: 14px;content: "\f0a3"; font-family: FontAwesome; color: rgb(230, 230, 230);font-size: 12px;}

.profile-setup-input-hint {color: grey; margin-bottom: 15px; line-height: 16px; font-size: 15px; text-align: justify;}

.switch label, .switch input {display: inline-block; width: auto; cursor: pointer;}
.switch label {color: #2D2D2D;font-size: 15px;font-weight: 600; position: relative; padding-left: 30px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: -moz-none;-o-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.switch input {display: none;}
.switch label:before {border: 1px solid silver; width: 16px; height: 16px; padding: 1px;margin-right: 6px;font-family: FontAwesome;display: inline-block; content: "\f00c"; color: white;font-size: 0px; line-height: 16px;position: absolute;text-align: center;top: 0px;left: 0px; transition: all 0.2s;}
.switch input:checked+label:before {font-size: 16px; background: #29ae29; border: 1px solid #29ae29; content: "\f00c"; font-family: FontAwesome;}

.profile-setup-input-hr {color: rgb(93, 93, 93); font-weight: 600; width: 100%; margin: 15px auto 20px; display: inline-block; border-bottom: 1px solid rgb(224, 224, 224);}

.profile-setup-buttons {width: 100%; display: inline-block;}
.profile-setup-button {float: left;margin-right: 10px;}
.profile-setup-button button {padding: 8px 20px;border: none;background: rgb(129, 129, 129);color: white;text-transform: uppercase;font-size: 15px; cursor: pointer;}
.profile-setup-button button:hover {opacity: 0.8;}




@keyframes car {
    0%   {opacity: 0;right: 0px; left: 120%;}
	5%   {opacity: 0;}
	
    30%  {opacity: 1; right: 0px; left: 0px;}
    70%  {opacity: 1; right: 0px; left: 0px;}
	
	90% {opacity: 0;}
    100% {opacity: 0;right: 100%; left: 0px;}
}

@keyframes pack {
    0%   {opacity: 0; top: -13px;}
	25%  {opacity: 0;}
	30%  {opacity: 0;}
    40%  {opacity: 1; top: -13px;}
    70%  {opacity: 1; top: 10px;}
	
	75%  {opacity: 0;}
    100% {opacity: 0; top: -13px;}
}


/* MODERN SPINNER */
.spinner {-moz-appearance:textfield;}
.spinner::-webkit-outer-spin-button, .spinner::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.spinner {width: 25px !important; height: 26px !important; background: transparent !important; border: none !important; padding: 2px 0px 2px 0px !important; margin-right: 25px !important; margin-left: 0px !important; font-size: 15px !important;}
.ui-spinner {height: 34px !important; width: 56px !important; border: 1px solid rgb(170, 170, 170) !important; border-radius: 0px !important; display: inline-block !important; overflow: hidden;}



/* 404 */
.page-404 {font-size: 110px;opacity: 0.2;color: rgb(0, 0, 0);text-align: center;margin: 0px auto 15px;}
.page-404-text {font-size: 20px;opacity: 0.6;color: rgb(0, 0, 0);text-align: center;margin: 25px auto 35px;}
.page-404-btn {width: 100%; text-align: center; margin-bottom: 25px;}
.page-404-btn a {color: white; padding: 10px 26px; font-size: 18px; text-transform: uppercase;display: inline-block;}
.page-404-img {width: 100%; height: 400px; }


/* OLD CART NOTIFY */
.old-cart-notify {width: 90%; max-width: 350px; background: white; left: 0px; right: 0px; top: 40%; margin: auto; position: fixed; z-index: 99; display: none; box-shadow: 0px 5px 20px -10px black;}
.old-cart-notify-title {width: 96%; padding: 2%; font-size: 18px; color: white; background: black; text-align: center; text-transform: uppercase; position: relative;}
.old-cart-notify-title span {width: 30px;height: 30px;line-height: 30px;right: 5px; top: 0px; bottom: 0px; margin: auto; position: absolute; cursor: pointer;}
.old-cart-notify-title span:hover {opacity: 0.75;}
.old-cart-text {background: white; padding: 7% 10%; width: 80%; font-size: 17px; text-align: justify;}
.old-cart-text i {float: left; font-size: 52px; margin-right: 15px;}

.old-cart-btns {background: white; padding: 0% 10% 5%; width: 80%; display: inline-block;}
.old-cart-btns button {width: 44%; padding: 10px 0px; font-size: 16px; border: none; color: white; text-transform: uppercase; cursor: pointer;}
.old-cart-btns .con {background: rgb(238, 27, 152); float: right;}
.old-cart-btns .end {background: rgb(51, 51, 51); float: left;}


/* SEARCH */
.search-form {width: 100%; display: inline-block; margin: 10px auto;}
.search-form-input {width: 40%;padding: 10px;text-transform: uppercase;font-size: 16px;color: rgb(59, 59, 59);}
.search-form-btn {text-transform: uppercase;font-size: 16px;padding: 11px 40px;border: none;background: rgb(109, 110, 113);color: white; cursor: pointer;}
.search-form-btn:hover {opacity: 0.9;}
.search-form-export {font-size: 19px;width: 100%;display: inline-block;margin: 10px auto 20px; color: rgb(109, 110, 113);}
.search-form-export strong {text-transform: uppercase; color: rgb(70, 70, 70);}
.search-form-items-head {margin: 20px auto 10px; padding: 0px 0px 5px; color: rgb(126, 126, 126); width: 100%; display: inline-block;border-bottom: 1px solid rgb(215, 215, 215);text-transform: uppercase;}
.search-form-items-item {width: 100%; padding: 5px;}
.search-form-items-item a {color: black; font-size: 18px;}
.search-form-export-space {width: 100%; height: 200px;}
.search-form-empty {width: 100%;display: inline-block;text-align: center;opacity: 0.3;font-size: 32px;margin: 70px auto 10px;}








/*  POP  BOX  */
#pop-shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.45); z-index: 99; cursor: pointer; display: none;}
#pop-box {position: fixed; top: 25vh; left: 0px; right: 0px; margin: auto; background: rgba(255,255,255,0.9); z-index: 100; display: none;}
#pop-box {text-align: left; padding: 0px; letter-spacing: 0.5px; line-height: 18px;}
#pop-box div {width: 96%; padding: 2%;}
#pop-box img {width: 100%; height: auto; margin: auto;}
#pop-box p {padding: 0px !important; margin: 0px !important;}
#pop-box h2 {color: #1585b7; padding: 0px 0px 0px 0px;width: auto;font-family: 'Merriweather', serif;font-size: 3em; letter-spacing: 0px;}
#pop-box h3 {color: #1585b7; padding: 0px 0px 0px 0px;width: auto;font-family: 'Merriweather', serif;font-size: 2em; border: none;}
#pop-box:before {top: -40px; right: -40px;position: absolute;content: "";background: transparent url("/images/close.png") no-repeat;height: 35px;width: 35px;background-position: center center;background-size: 100% 100%;opacity: 0.4;transition: all 0.3s;-webkit-transition: all 0.3s;pointer-events: none;}
.pop-box:before {opacity: 1 !important; transform: rotate(90deg);}


/* LOADER */
.loader {position: relative;margin: 0 auto;width: 100px;}
.loader:before {content: '';display: block;padding-top: 100%;}
.circular {-webkit-animation: rotate 2s linear infinite;animation: rotate 2s linear infinite;height: 100%;-webkit-transform-origin: center center;transform-origin: center center;width: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.path {stroke-dasharray: 1, 200;stroke-dashoffset: 0;-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;stroke-linecap: round;}
@-webkit-keyframes rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@-webkit-keyframes dash {0%{stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@keyframes dash {0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@-webkit-keyframes color {100%,0% {stroke: #d62d20;}40% {stroke: #0057e7;}66% {stroke: #008744;}80%,90% {stroke: #ffa700;}}
@keyframes color {100%,0%{stroke: #d62d20;}40% {stroke: #0057e7;}66%{stroke: #008744;}80%,90%{stroke: #ffa700;}}





/*  MOBIL  */
@media screen and (max-width: 900px) {
	



}