@font-face {
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  src: local('Parisienne'), local('Parisienne-Regular'), url(https://fonts.gstatic.com/s/parisienne/v5/E21i_d3kivvAkxhLEVZpQyZwCg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhs.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  /* 'Parisienne', cursive; */
}
a {
  font-style: normal;
}
[name]:before {
  content: "";
  display: block;
  height: 140px;
  margin: -140px 0 0;
  visibility: hidden;
}
@media screen and (max-width: 899px) {
  [name]:before {
    height: 60px;
    margin: -60px 0 0;
  }
}
.small {
  font-size: 80%;
}
blockquote {
  margin-left: 20px;
}
.default_button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background 300ms, color 300ms;
  cursor: pointer;
  position: relative;
}
.default_button.with_svg {
  padding-left: 50px;
  position: relative;
}
.default_button.with_svg svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: auto;
}
.default_button.with_svg svg > * {
  transition: fill 300ms;
}
.default_button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.default_button:hover svg > * {
  fill: #fff;
}
.default_button.active {
  background-color: #000 !important;
  color: #fff !important;
}
.marginer {
  margin: 0 40px;
}
@media screen and (max-width: 1200px) {
  .marginer {
    margin: 0 20px;
  }
}
.wider {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.basic_form {
  margin: 0 0 40px;
  color: #666;
}
.basic_form > input,
.basic_form > textarea {
  width: 100%;
  font: inherit;
  border: 1px dotted #ccc;
  border-width: 0 0 1px;
  padding: 10px 0;
  background-color: transparent;
}
.basic_form textarea {
  resize: none;
  height: 20vh;
}
.basic_form button {
  background-color: transparent;
  margin: 20px 0 0 0;
}
.basic_form label {
  margin-left: 5px;
}
.basic_form > div {
  padding: 10px 0;
  border: 1px dotted #ccc;
  border-width: 0 0 1px;
}
.basic_form > div > div {
  display: inline-block;
  margin-right: 20px;
}
.header {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  transition: 500ms;
}
@media screen and (max-width: 899px) {
  .header {
    height: 50px;
  }
  .header.hidden_header {
    transform: translateY(-100%);
  }
}
.header .marginer {
  height: 100%;
}
@media screen and (max-width: 899px) {
  .header .marginer {
    margin: 0;
  }
}
.header .wider {
  background-color: #eee;
  height: 100%;
  display: flex;
}
.header .wider::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.header .wider > div {
  flex: 1 1 auto;
  position: relative;
}
.header .wider .logo {
  position: absolute;
  left: 40px;
  top: 20px;
  height: 60px;
  z-index:99999999999;
}
@media screen and (max-width: 899px) {
  .header .wider .logo {
    left: 10px;
    top: 10px;
    height: 30px;
  }
}
.header .wider .logo img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 900px) {
  .header .wider .menu {
    position: absolute;
    left: 40px;
    bottom: 0;
    right: 40px;
  }
  .header .wider .menu > ul {
    display: flex;
  }
  .header .wider .menu > ul > li {
    position: relative;
    list-style: none;
    color: #888;
    margin: 0 20px 0 0;
  }
  .header .wider .menu > ul > li.menu_close {
    display: none;
  }
  .header .wider .menu > ul > li.only_mobile {
    display: none;
  }
  .header .wider .menu > ul > li:last-child {
    margin-right: 0;
  }
  .header .wider .menu > ul > li > a {
    display: block;
    color: inherit;
    text-decoration: inherit;
    text-transform: uppercase;
    line-height: 40px;
    vertical-align: bottom;
    white-space: nowrap;
    height: 40px;
    font-size: 13px;
  }
  .header .wider .menu > ul > li ul {
    position: absolute;
    top: 100%;
    background-color: #eee;
    border-top: 2px solid #666;
    transform: perspective(500px) rotateX(-90deg);
    transform-origin: center top;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    transition-delay: 300ms;
    padding: 10px 0;
  }
  .header .wider .menu > ul > li ul li {
    list-style: none;
    margin: 8px 20px;
  }
  .header .wider .menu > ul > li ul li a {
    white-space: nowrap;
    color: inherit;
    text-decoration: inherit;
    text-transform: uppercase;
    font-size: 12px;
  }
  .header .wider .menu > ul > li a:hover {
    color: #000;
  }
  .header .wider .menu > ul > li:hover ul {
    transform: perspective(500px) rotateX(0);
    opacity: 1;
    visibility: visible;
  }
  .header .wider .menu > ul > li:hover > a {
    color: #000;
  }
}
@media screen and (max-width: 899px) {
  .header .wider .menu {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    overflow: auto;
    display: none;
  }
  .header .wider .menu > ul > li {
    list-style: none;
  }
  .header .wider .menu > ul > li > a {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
    background-color: #ccc;
    text-transform: uppercase;
  }
  .header .wider .menu > ul > li ul li {
    list-style: none;
  }
  .header .wider .menu > ul > li ul li a {
    display: block;
    text-align: center;
    color: #333;
    text-decoration: none;
    text-transform: lowercase;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
  }
  .header .wider .menu > ul > li ul li a::first-letter {
    text-transform: uppercase;
  }
  .header .wider .menu > ul > li ul li:last-child a {
    border-color: #aaa;
  }
  .header .wider .menu > ul > li.menu_close > a {
    background: url(assets/cross-out.svg) no-repeat center center #fff;
    background-size: 24px;
    height: 64px;
  }
}
@media screen and (max-width: 899px) {
  .header .wider .menu_switcher {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(assets/menu.svg) no-repeat center center;
    background-size: 24px;
  }
}
.header .wider .lans {
  position: absolute;
  right: 220px;
  top: 23px;
}
@media screen and (max-width: 899px) {
  .header .wider .lans {
    top: 10px;
    /*right: 180px;*/
    right: 110px;
  }
}
.header .wider .lans a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.header .wider .lans a.active {
  display: none;
}
.header .wider .btn_construct {
  position: absolute;
  right: 280px;
  top: 20px;
}
@media screen and (max-width: 899px) {
  .header .wider .btn_construct {
    display: none;
  }
}
.header .wider .btn_knizka {
  position: absolute;
  right: 280px;
  top: 20px;
}
.header .wider .btn_knizka a {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 10px 0 34px;
  background: url(assets/percentage.svg) no-repeat 5px center #FDCD79;
  background-size: 24px;
  border: 1px solid #666;
  color: #000;
  font-size: 90%;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .header .wider .btn_knizka {
    display: none;
  }
}
.header .wider .search_wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 899px) {
  .header .wider .search_wrapper {
    right: 35px;
    top: 10px;
  }
  .blackfriday {
	  display:none !important;
  }
  .header .wider .lans a.smaller-visible {
	  display:inline-block !important;
  }
}
.header .wider .search_wrapper input {
  font-family: inherit;
  font-size: inherit;
  background: url(assets/magnifying-glass.svg) no-repeat 10px center;
  background-size: 18px;
  padding: 8px 10px 8px 40px;
  border: 1px solid #ccc;
  width: 180px;
}
@media screen and (max-width: 899px) {
  .header .wider .search_wrapper input {
    background-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
	/*width: 120px;
	width: 100px;*/
	width: 20px;
	font-size: 12px;
	padding: 0px 10px 0px 40px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	
  }
  .header .wider .search_wrapper input.widerinp {
	  width:170px;
  }
  
  .header .wider .search_wrapper.widerinp {
	  z-index:666;
	  background:#EEEEEE;
  }
}
.header .wider .search_wrapper button {
  visibility: hidden;
}
.header .wider .toolbar {
  flex: 0 0 25%;
  background-color: #000;
}
/*@media screen and (max-width: 1154px) {*/
@media screen and (max-width: 1330px) {
  .header .wider .toolbar {
    display: none;
  }
}
.content {
  margin: 130px 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .content {
    margin-top: 50px;
  }
  .col3 {
	  width:100% !important;
	  margin:10px 0 0 !important;
  }
}
.col3 {
	width:33%;
	float:left;
	margin:25px 0;
}
.desk_wrapper .square::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.desk_wrapper .row_desk {
  display: flex;
}
.desk_wrapper .row_desk > * {
  flex: 1 1 auto;
}
.desk_wrapper .row_desk .width1 {
  flex: 1 1 25%;
}
.desk_wrapper .row_desk .width2 {
  flex: 1 1 50%;
}
.desk_wrapper .row_desk .width3 {
  flex: 1 1 75%;
}
@media screen and (max-width: 1024px) {
  .desk_wrapper .row_desk {
    display: block;
  }
  
}
@media screen and (max-width: 1024px) {
  .desk_wrapper .row_desk.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.desk_wrapper .column_desk {
  display: flex;
  flex-direction: column;
}
.desk_wrapper .column_desk > * {
  flex: 1 1 auto;
}
.desk_wrapper .column_desk .height2 {
  flex: 1 1 50%;
}
.desk_wrapper .slide_wrapper,
.desk_wrapper .slide_wrapperb {
  position: relative;
  /*min-height: 480px;*/
}
.desk_wrapper .slide_wrapper .items, 
.desk_wrapper .slide_wrapperb .items {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.desk_wrapper .slide_wrapper .items > *,
.desk_wrapper .slide_wrapperb .items > * {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.desk_wrapper .slide_wrapperb .items > * {
	width:100%;
	top:auto;
	bottom:0;
}
.desk_wrapper .slide_wrapper .nums {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 500ms;
}
.desk_wrapper .slide_wrapperb .numss {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 500ms;
}
.desk_wrapper .slide_wrapper .nums a,
.desk_wrapper .slide_wrapperb .numss a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) inset;
  border-radius: 100%;
  position: relative;
}
.desk_wrapper .slide_wrapper .nums a::before,
.desk_wrapper .slide_wrapperb .numss a::before {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #333;
  border-radius: 100%;
  opacity: 0;
  transition: 1s;
}
.desk_wrapper .slide_wrapper .nums a.active::before,
.desk_wrapper .slide_wrapperb .numss a.active::before {
  opacity: 1;
}
.desk_wrapper .slide_wrapperb:hover .numss,
.desk_wrapper .slide_wrapper:hover .nums {
  opacity: 1;
}
.desk_wrapper .vouchers {
  background-color: #fce3d9;
}
.desk_wrapper .vouchers h2,
.desk_wrapper .plan h2,
.desk_wrapper .planbb h2,
.desk_wrapper .contact_form h2,
.desk_wrapper .left_content h1 {
  font-size: 170%;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 .5em;
}
.desk_wrapper .vouchers h3,
.desk_wrapper .plan h3,
.desk_wrapper .planbb h3 {
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 .5em;
}
.desk_wrapper .vouchers p,
.desk_wrapper .plan p,
.desk_wrapper .planbb p,
.desk_wrapper .contact_form p {
  font-size: 160%;
  margin: 0 0 1em;
  font-weight: 300;
}
.desk_wrapper .vouchers a,
.desk_wrapper .quick_info a {
  color: inherit;
}
.desk_wrapper .quick_info {
  background-color: #d9fafc;
}
.desk_wrapper .quick_info li {
  list-style: none;
  padding: 0 0 2em 2.2em;
  font-size: 110%;
  font-weight: 300;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 1.6em;
}
.desk_wrapper .quick_info li strong {
  font-size: 160%;
}
.desk_wrapper .plan {
  background: url(assets/bg_plan_desk.png) no-repeat right bottom #f2f2f2;
}
.desk_wrapper .contact_form {
  background-color: #f6f6f6;
}
.desk_wrapper .contact_form a {
  color: #000;
}
.desk_wrapper .contact_form .form_info {
  background-color: #f64;
  padding: 20px 20px 20px 20px;
  margin: 0 0 20px;
  display: none;
}
.desk_wrapper .contact_form .form_info p {
  margin: 0;
  font-size: 100%;
}
.desk_wrapper .contact_form .cols50 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.desk_wrapper .contact_form .cols50 > div {
  flex: 0 1 47%;
}
.desk_wrapper .contact_form form {
  margin: 0 0 40px;
  color: #666;
}
.desk_wrapper .contact_form form > input,
.desk_wrapper .contact_form form > textarea {
  width: 100%;
  font: inherit;
  border: 1px dotted #ccc;
  border-width: 0 0 1px;
  padding: 10px 0;
  background-color: transparent;
}
.desk_wrapper .contact_form form textarea {
  resize: none;
  height: 20vh;
}
.desk_wrapper .contact_form form button {
  background-color: transparent;
  margin: 20px 0 0 0;
}
.desk_wrapper .contact_form form label {
  margin-left: 5px;
}
.desk_wrapper .contact_form form > div {
  padding: 10px 0;
  border: 1px dotted #ccc;
  border-width: 0 0 1px;
}
.desk_wrapper .contact_form form > div > div {
  display: inline-block;
  margin-right: 20px;
}
.desk_wrapper .left_content h1 {
  margin: 0 0 1em;
}
.desk_wrapper .left_content h1 span {
  font-family: Parisienne;
  text-transform: none;
  font-weight: 300;
  font-size: 160%;
}
.desk_wrapper .left_content h2 {
  border-top: 1px solid #ccc;
  margin: .5em 0 .5em;
  padding: .8em 0 0 0;
  font-size: 140%;
  font-weight: 400;
  text-transform: uppercase;
  clear: both;
}
.desk_wrapper .left_content h2[data-background] {
  background-position: 0 .65em;
  background-repeat: no-repeat;
  background-size: auto 32px;
  padding: .8em 0 .8em 48px;
  margin: .5em 0 0;
}
.desk_wrapper .left_content h3 {
  margin: 1em 0 .5em;
  font-size: 120%;
  font-weight: 700;
}
.desk_wrapper .left_content h3:first-child {
  margin-top: 0;
}
.desk_wrapper .left_content p.hint {
  text-align: center;
  margin: 0 0 60px;
  padding: 40px;
  background: #eee;
  background-size: 64px;
}
.desk_wrapper .left_content .fl {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
}
.desk_wrapper .left_content p {
  margin: 0 0 1em;
}
.desk_wrapper .left_content p.navigator {
  margin-bottom: 40px;
}
.desk_wrapper .left_content a {
  color: inherit;
}
.desk_wrapper .left_content ul {
  margin: 0 0 1em;
}
.desk_wrapper .left_content ul li {
  list-style: none;
  padding: 0 0 0 20px;
  position: relative;
}
.desk_wrapper .left_content ul li::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
}
.desk_wrapper .left_content ol {
  margin: 0 0 1em;
}
.desk_wrapper .left_content ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 10px;
  position: relative;
}
.desk_wrapper .left_content .vouchers_thumbs {
  padding: 20px 0;
}
.desk_wrapper .left_content .vouchers_thumbs img {
  margin: 0 20px 20px 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: 20%;
  min-width: 130px;
  height: auto;
}
.desk_wrapper .right_content {
  background-color: #eee;
}
.desk_wrapper .vouchers,
.desk_wrapper .quick_info,
.desk_wrapper .plan,
.desk_wrapper .planbb,
.desk_wrapper .contact_form,
.desk_wrapper .left_content,
.desk_wrapper .right_content {
  padding: 40px;
  font-size: 100%;
}
@media screen and (max-width: 1600px) {
  .desk_wrapper .vouchers,
  .desk_wrapper .quick_info,
  .desk_wrapper .plan,
  .desk_wrapper .planbb,
  .desk_wrapper .contact_form,
  .desk_wrapper .left_content,
  .desk_wrapper .right_content {
    font-size: 90%;
    padding: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .desk_wrapper .vouchers,
  .desk_wrapper .quick_info,
  .desk_wrapper .plan,
  .desk_wrapper .planbb,
  .desk_wrapper .contact_form,
  .desk_wrapper .left_content,
  .desk_wrapper .right_content {
    font-size: 80%;
    padding: 20px;
  }
}
@media screen and (max-width: 899px) {
  .desk_wrapper .left_content {
    padding: 20px 0;
  }
}
.embed_driveway {
  width: 100%;
  height: 60vh;
  margin: 0 0 20px;
}
.newsletter_wrapper {
  padding: 20px;
  font-size: 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .newsletter_wrapper {
    flex-direction: column;
    padding: 20px 0;
  }
}
.newsletter_wrapper h4 {
  font-size: 85%;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1em;
}
.newsletter_wrapper h4 span {
  font-size: 80%;
}
.newsletter_wrapper .form span {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
}
.newsletter_wrapper .form span > * {
  margin: 0 5px 0 0;
}
.newsletter_wrapper .form span.agree {
  font-size: 70%;
  display: block;
}
.newsletter_wrapper .form span.agree > * {
  margin: 0;
}
.newsletter_wrapper .form span.rules {
  font-size: 60%;
  display: block;
  position: relative;
  top: -1em;
}
.newsletter_wrapper .form input[type="email"] {
  font: inherit;
  border: 1px solid #ccc;
  padding: 3px 5px;
  width: 12vw;
  max-width: 200px;
  min-width: 160px;
}
.newsletter_wrapper .form button {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 60%;
  border-radius: 100%;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 30px;
}
.newsletter_wrapper .form a {
  color: inherit;
}
.newsletter_wrapper .form input[type="checkbox"] {
  display: none;
}
.newsletter_wrapper .form input[type="checkbox"] + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.newsletter_wrapper .form input[type="checkbox"] + label::before,
.newsletter_wrapper .form input[type="checkbox"] + label::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #fff;
  transform: translateY(-50%);
}
.newsletter_wrapper .form input[type="checkbox"] + label::after {
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #000;
  opacity: 0;
  transition: 300ms;
}
.newsletter_wrapper .form input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.shops_category_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.shops_category_wrapper > a {
  display: block;
  flex: 0 0 24%;
  margin: 0 1.333% 10px 0;
  position: relative;
  overflow: hidden;
}
.shops_category_wrapper > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.shops_category_wrapper > a:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .shops_category_wrapper > a {
    flex: 0 0 32.5%;
    margin-right: 1.25%;
  }
  .shops_category_wrapper > a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .shops_category_wrapper > a {
    flex: 0 0 49.5%;
    margin-right: 1%;
  }
  .shops_category_wrapper > a:nth-child(2n) {
    margin-right: 0;
  }
}
.shops_category_wrapper > a > .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 500ms;
}
.shops_category_wrapper > a > strong {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: 500ms;
}
.shops_category_wrapper > a > strong > span {
  display: block;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 120%;
  text-decoration: none;
  padding: 0 10%;
  font-weight: 400;
}
.shops_category_wrapper > a:hover > .image {
  filter: blur(3px);
  transform: scale(1.2, 1.2);
}
.shops_category_wrapper > a:hover > strong {
  background-color: rgba(255, 255, 255, 0.8);
}
.shops_list_wrapper {
  columns: 4;
  column-gap: 1.333%;
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .shops_list_wrapper {
    columns: 3;
    column-gap: 1.25%;
  }
}
@media screen and (max-width: 480px) {
  .shops_list_wrapper {
    columns: 2;
    column-gap: 1%;
  }
}
.shops_list_wrapper > * {
  display: block;
  page-break-inside: avoid;
}
.shops_list_wrapper .title {
  padding: 20px 10px;
  background-color: #eee;
  margin: 0 0 1px;
}
.shops_list_wrapper .shop {
  color: #000;
  background-color: #f6f6f6;
  margin: 0 0 1px;
  text-decoration: none;
  font-size: 90%;
  padding: 2px 20px 2px 5px;
  border-left-width: 3px;
  border-left-style: solid;
  transition: 300ms;
  position: relative;
}
.shops_list_wrapper .shop span {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 60%;
  text-transform: uppercase;
  color: #666;
}
.shops_list_wrapper .shop:hover {
  background-color: #efefef;
}
/*
.plans_wrapper {
	position: relative;
	margin: 0 0 40px;
	
	@media screen and (max-width: @phone) {
		padding-top: 80px;
	}
	
	.hidden {
		display: none;
		z-index: -1;
	}
	
	
	svg #_Image2 {
		pointer-events: none;
	}
	
	svg [id^="Layer"] > *[id] {
		cursor: pointer;
		
		
		&.active {
			stroke: #ff0 !important;
			stroke-width: 8px !important;			
		}
		
		&:hover {
			fill-opacity: .3 !important;
		}
	}
	
	.description {
		position: absolute;
		left: 50%;
		bottom: 0;
		background-color: fade(#000, 20%);
		border-radius: 20px;
		padding: 20px;
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
		transition: 300ms;
		transition-delay: 500ms;
		
		&.visible {
			opacity: 1;
			visibility: visible;
		}
	}
	
	.switcher {
		position: absolute;
		left: 0;
		top: 0;
		
		a {
			display: inline-block;
			padding: 10px 20px;
			border-radius: 20px;
			background-color: fade(#000, 20%);
			margin-right: 10px;
			color: #000;
			text-decoration: none;
			
			@media screen and (max-width: @phone) {
				margin-right: 5px;
			}
			
			&.active {
				background-color: #000;
				color: #fff;
			}
		}
	}
	
	.search {
		position: absolute;
		left: 0;
		top: 60px;
		width: 25%;
		min-width: 200px;
		
		@media screen and (max-width: @phone) {
			top: 45px;
		}
		
		input {
			padding: 10px 50px 10px 20px;
			border-radius: 20px;
			border: none;
			background: url(assets/search.svg) no-repeat 95% center;
			background-size: 24px;
			background-color: fade(#000, 5%);
			color: #000;
			font: inherit;
			width: 100%;
		}
	}
	
}
*/
.plans_wrapper {
  position: relative;
  margin: 0 0 40px;
}
@media screen and (max-width: 899px) {
  .plans_wrapper {
    padding-top: 80px;
  }
}
.plans_wrapper .hidden {
  display: none;
  z-index: -1;
}
.plans_wrapper svg #popis {
  pointer-events: none;
}
.plans_wrapper svg #svg > *[id] {
  cursor: pointer;
}
.plans_wrapper svg #svg > *[id].active {
  opacity: 1 !important;
  fill-opacity: 0 !important;
  stroke: #ff0 !important;
  stroke-width: 8px !important;
}
.plans_wrapper svg #svg > *[id]:hover {
  opacity: .3 !important;
}
.plans_wrapper .description {
  position: absolute;
  left: 50%;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #444;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  pointer-events: none;
  transition-delay: 500ms;
}
.plans_wrapper .description.visible {
  opacity: 1;
  visibility: visible;
}
.plans_wrapper .switcher {
  position: absolute;
  left: 0;
  top: 0;
}
.plans_wrapper .switcher a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .plans_wrapper .switcher a {
    margin-right: 5px;
  }
}
.plans_wrapper .switcher a.active {
  background-color: #000;
  color: #fff;
}
.plans_wrapper .search {
  position: absolute;
  left: 0;
  top: 60px;
  width: 25%;
  min-width: 200px;
}
@media screen and (max-width: 899px) {
  .plans_wrapper .search {
    top: 45px;
  }
}
.plans_wrapper .search input {
  padding: 10px 50px 10px 20px;
  border-radius: 20px;
  border: none;
  background: url(assets/search.svg) no-repeat 95% center;
  background-size: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font: inherit;
  width: 100%;
}
.footer {
  background-color: #000;
  padding: 60px 0;
  color: #fff;
}
.footer .wider {
  display: flex;
}
.footer .wider > div {
  flex: 1 1 auto;
}
.footer .wider > div.social,
.footer .wider > div.newsletter {
  flex: 0 0 25%;
}
@media screen and (max-width: 960px) {
  .footer .wider {
    display: block;
  }
}
.footer h3 {
  font-size: 160%;
  text-transform: uppercase;
  margin: 0 0 1em;
}
.footer .info {
  margin: 0 40px;
}
@media screen and (max-width: 960px) {
  .footer .info {
    margin: 40px 0;
  }
}
.footer .info ul {
  column-count: 3;
  column-gap: 20px;
}
.footer .info ul li {
  list-style: none;
  margin: 0 0 .8em 0;
}
.footer .info ul li a {
  color: inherit;
  text-decoration: inherit;
}
@media screen and (max-width: 1200px) {
  .footer .info ul {
    column-count: 2;
  }
}
@media screen and (max-width: 960px) {
  .footer .info ul {
    column-count: 1;
  }
}
.social_wrapper .title {
  font-size: 75%;
  margin: 0 0 5px;
  text-align: right;
}
@media screen and (max-width: 899px) {
  .social_wrapper .title {
    text-align: left;
    margin-top: 20px;
  }
}
.shop_detail_wrapper h2 {
  border: none !important;
  font-size: 140%;
  margin: 1em 0 .5em;
  font-weight: 300;
  text-transform: none !important;
}
.shop_detail_wrapper h3 {
  font-size: 120%;
  margin: 1em 0 .5em;
  font-weight: 300;
}
.shop_detail_wrapper img {
  max-width: 100%;
  height: auto;
}
.shop_detail_info_wrapper .logo {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-blend-mode: darken;
  margin: 0 auto 30px auto;
  max-width: 320px;
}
.shop_detail_info_wrapper .logo img {
  visibility: hidden;
  width: 100%;
  max-height: 180px;
  height: auto;
}
.shop_detail_info_wrapper li a {
  font-size: 12px;
}
.shop_detail_info_wrapper .gallery img {
  width: 100%;
  height: auto;
}
.campaign_wrapper {
  margin: 0 -20px 40px -20px;
}
.campaign_wrapper .item {
  display: flex;
  padding: 20px;
}
.campaign_wrapper .item .image {
  flex: 0 0 25%;
  margin: 0 40px 0 0;
}
.campaign_wrapper .item .image img {
  width: 100%;
  height: auto;
}
.campaign_wrapper .item:nth-of-type(even) {
  background-color: #eee;
}
.other_shops_wrapper .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.other_shops_wrapper .items::after {
  content: "";
  flex: auto;
}
.other_shops_wrapper .items a {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: 20px;
  margin: 0 10px 20px 10px;
  flex: 1 0 15%;
  border: 1px solid #ccc;
  transition: 300ms;
  max-width: 185px;
  min-width: 80px;
}
@media screen and (max-width: 899px) {
  .other_shops_wrapper .items a {
    padding: 10px;
  }
}
.other_shops_wrapper .items a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.other_shops_wrapper .items a span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 90%;
  font-weight: 300;
}
.other_shops_wrapper .items a span::first-line {
  font-weight: 400;
}
.other_shops_wrapper .items a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.gallery_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery_wrapper a {
  display: block;
  flex: 1 0 auto;
  min-width: 320px;
  margin: 0 10px 20px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery_wrapper a::before {
  content: "";
  display: block;
  padding-top: 67%;
}
.construction_wrapper .item {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.construction_wrapper .item .text {
  display: flex;
}
.construction_wrapper .item .text .date {
  position: relative;
  float: left;
  font-weight: 700;
  margin-right: 1ex;
}
.construction_wrapper .item .image {
  display: block;
  flex: 0 0 30%;
  min-width: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  max-height: 240px;
  align-self: flex-start;
  margin-right: 20px;
}
.construction_wrapper .item .default_button[data-background] {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 60px;
}
.construction_wrapper .item .default_button[data-background].pic:hover {
  background-image: url(assets/001-picture-w.svg) !important;
}
.construction_wrapper .item .default_button[data-background].vid:hover {
  background-image: url(assets/002-video-player-w.svg) !important;
}
.news_wrapper .item {
  display: flex;
  text-decoration: inherit;
  color: inherit;
  align-items: center;
  margin: 0 -20px 40px -20px;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 899px) {
  .news_wrapper .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news_wrapper .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 899px) {
  .news_wrapper .item:nth-of-type(even) {
    flex-direction: column;
  }
}
.news_wrapper .item > * {
  margin: 0 20px;
  flex: 1 1 auto;
}
.news_wrapper .item .image img {
  max-width: 260px;
  height: auto;
}
.news_wrapper .item .desc .title {
  font-size: 200%;
  font-weight: 300;
  margin: 0 0 .5em;
}
.fancy_inner {
  max-width: 640px;
  min-width: 260px;
}
.fancy_inner h2 {
  margin: 0 0 1em;
}
.fancy_inner p {
  margin: 0 0 1em;
}
.cookies_wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies_wrapper > * {
  margin: 0 5px;
}
.cookies_wrapper a {
  color: inherit;
}
.cookies_wrapper .cookies_button {
  display: inline-block;
  text-decoration: none;
  background-color: #666;
  padding: 2px 5px;
}
.pdf_pages_wrapper {
  margin: -10px;
  flex-wrap: wrap;
  display: flex;
}
.pdf_pages_wrapper a {
  display: block;
  width: calc(25% - 20px);
  line-height: 0;
  margin: 10px;
}
.pdf_pages_wrapper a img {
  width: 100%;
  height: auto;
  border: 5px solid #CE8040;
}
/*# sourceMappingURL=style.css.map */
.map_svg,.mapsvg0 {
	 display: block;
	 margin: 0 auto;
	width: 100%;
}
.mapsvg0 {
	margin: 0 0 0 -20%;
	width: 140%;
}
 .map_svg a polygon, .map_svg a path,
 .mapsvg0 a polygon, .mapsvg0 a path {
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
}
 .map_svg a:hover, .map_svg a:focus,
 .mapsvg0 a:hover, .mapsvg0 a:focus {
	 cursor: pointer;
}
 .mapsvg0 a:hover polygon, .mapsvg0 a:focus polygon, .mapsvg0 a:hover path, .mapsvg0 a:focus path,
 .map_svg a:hover polygon, .map_svg a:focus polygon, .map_svg a:hover path, .map_svg a:focus path {
	 /*opacity: 0.65;*/
	 filter:saturate(4);
}

.planbb {
		background:#f2f2f2;
}

.controlBar  {
   display: flex !important;
   opacity: 1 !important;
}

.slide_wrapperb {
	position: relative;
  width: 100%;
  overflow:hidden;
}
.desk_wrapper .slide_wrapperb .items {
	position: absolute;
	top: -3%;
	left: -10%;
	width: 120%;
	height: 120%;
}
.testtt video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.video_div {
	min-height:181px;
}


.player {
	background: #2a2a2a;
	box-sizing: border-box;
	border-radius: 5px;
	height: 70px;
	-moz-box-sizing: border-box;
	float: left;
	font-family: Arial, sans-serif;
	position: absolute;
	padding: 0;
	bottom: 20px;
	z-index: 2;
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.video {
	position: relative;
	margin: 0px auto;
}

.video:hover .player {
	opacity: 1;
}

.player .progress {
	width: 60%;
	height: 20px;
	border-radius: 5px;
	background: #676767;
	box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1);
	float: left;
	cursor: pointer;
	margin: 24px 0 0 0;
	padding: 0;
	position: relative;
	font-variant: normal;
}

.player .progress-bar {
	background: #33b5d5;
	box-shadow: inset -30px 0px 69px -20px #89f6f5;
	border-radius: 5px;
	height: 100%;
	position: relative;
	z-index: 999;
	width: 0;
}

.player .button-holder {
	position: relative;
	left: 10px;
}

.player .progress-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 30px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -20px;
	text-decoration: overline;
}


.player [class^="buffered"] {
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
	border-radius: 5px;
	z-index: 1;
}

.player .play-pause {
	display: inline-block;
	font-size: 3em;
	float: left;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	width: 10%;
	padding: 17px 0 0 3%;
	cursor: pointer;
	font-variant: small-caps;
}

.player .play, .player .pause-button {
	-webkit-transition: all 0.2s ease-out;
}

.player .play .pause-button, .player .pause .play-button {
	display: none;
}

.player .pause-button {
	padding: 5px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 34px;
}

.player .pause-button span {
	background: #fff;
	width: 8px;
	height: 24px;
	float: left;
	display: block;
}

.player .pause-button span:first-of-type {
	margin: 0 4px 0 0;
}

.player .time {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	right: 0;
	top: 24px;
}

.player .stime, .ttime {
	color: #444;
}
.player .play:hover {
	text-shadow: 0 0 5px #fff;
}

.player .play:active, .pause-button:active span {
	text-shadow: 0 0 7px #fff;
}


.player .pause-button:hover span {
	box-shadow: 0 0 5px #fff;
} .player .pause-button:active span {
	box-shadow: 0 0 7px #fff;
}


.player .volume {
	position: relative;
	float: left;
	width: 8%;
	margin: 0 0 0 4%;
	height: 100%;
}

.player .volume-icon {
	padding: 1.5%;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
}

.player .volume-icon-hover {
	background-color: #4f4f4f;
}

.player .volume-holder {
	height: 100px;
	width: 100%;
	background: black;
	position: absolute;
	display: none;
	background: #4f4f4f;
	left: 0;
	border-radius: 5px 5px 0 0;
	top: -100px;
}

.player .volume-bar-holder {
	background: #333;
	width: 20px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	margin: 15px auto;
	height: 80px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.player .volume-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 30px;
	width: 20px;
	height: 20px;
}

.player .volume-button-holder {
	position: relative;
	top: -10px;	
}

.player .volume-bar {
	background: #33b5d5;
	box-shadow: inset -30px 0px 69px -20px #89f6f5;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}

.player .fullscreen {
	width: 12%;
	cursor: pointer;
	float: left;
	height: 100%;
}

.player .fullscreen a {
	width: 25px;
	height: 20px;
	border-radius: 3px;
	background: #fff;
	display: block;
	position: relative;
	top: 23px;
	margin: 0px auto;
}

.player .volume-icon span {
	width: 20%;
	height: 13%;
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	font-weight: bold;
	top: 40%;
	color: #fff;
	left: 22%;
}

.player .volume-icon span:before,
.player .volume-icon span:after {
	content: '';
	position: absolute;
}
.player .volume-icon span:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: -2px;
	left: 10%;
	margin-top: -40%;
}
.player .volume-icon span:after {
	width: 2%;
	height: 2%;
	border: 1px solid #fff;
	left: 190%;
	border-width: 0px 0px 0 0; 
	top: 5px;
	border-radius: 0 50px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	 transform: rotate(45deg);
	 font-variant: small-caps;
 }

.player .v-change-11 span:after { border-width: 10px 10px 0 0; top: 0; }
.player .v-change-10 span:after { border-width: 9px 9px 0 0; top: 1px; }
.player .v-change-9 span:after { border-width: 8px 8px 0 0; top: 1px; }
.player .v-change-8 span:after { border-width: 7px 7px 0 0; top: 2px; }
.player .v-change-7 span:after { border-width: 6px 6px 0 0; top: 2px; }
.player .v-change-6 span:after { border-width: 5px 5px 0 0; top: 3px; }
.player .v-change-5 span:after { border-width: 4px 4px 0 0; top: 3px; }
.player .v-change-4 span:after { border-width: 3px 3px 0 0; top: 4px; }
.player .v-change-3 span:after { border-width: 2px 2px 0 0; top: 4px; }
.player .v-change-2 span:after { border-width: 1px 1px 0 0; top: 5px; }
.player .v-change-1 span:after { border-width: 0px 0px 0 0; top: 5px; }

.player .v-change-1 span:after {
	content: '+';
	-webkit-transform: rotate(45deg);
	font-size: 20px;
	top: -6px;
	left: 25px;
}

.vjs-control-bar {
	/*opacity: 1 !important;*/
	position: absolute !important;
	top: 77% !important;
	left: 15% !important;
	right: auto !important;
	bottom: auto !important;
	/*display: block !important;
	visibility: visible !important;*/
	z-index: 99999;
	width: 70% !important;
}

.vjs-top-control-bar {
	/*opacity: 1 !important;*/
	position: absolute !important;
	top: 77% !important;
	right: 12% !important;
	left: auto !important;
	bottom: auto !important;
	/*display: block !important;
	visibility: visible !important;*/
	z-index: 99999;
}

/* TABLE RESPONSIVE */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #000;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #000;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.table td {
   text-align: center;   
}

.table td.alr {
	text-align:right;
}

.table td.all {
	text-align:left;
}

.table td.align-middle { vertical-align: middle; }

hr.h2 {
	background:	#ccc;
	margin: 0 0 .5em;
	border: none;
	height: 1px;
}

.img-responsive {
	max-width:100%;
	display:block;
}

h2.red {
	color:#BE1615;
}

.animetext {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.blackfriday {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 10px;
}

.header .wider .lans a.smaller-visible {
	  display:none;
  }
  
 .grid-item {
	 float: left;
	 width:33.33%;
	 
 }
  .grid-item img {
	  width:98%;
	  margin:1%;
  }
 .grid-sizer {
    width: 33.33%;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}



.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#slevy_form button {
	display:block;
}

#slevy_form .agree {
	margin:10px 0;
	display:block;
}

.tableotev {
	border-collapse:collapse;
	margin-bottom:25px;
}

.tableotev td {
	padding:10px 0;
	border-bottom:1px solid;
}

.tableotev .strong {
	font-weight:bold;
}

#warning-open {
  max-width: 640px;
	min-width: 260px;
}