/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
  @font-face {
    font-family: 'Roboto', sans-serif;
  }



   html {
    color: #232323;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth;
    font-family: 'Roboto';
}

/*color_gren #03b378*/

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #F70835;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #F70835;
    text-shadow: none;
    color: #ffffff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */



/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}




h1,
h2,
h3,
h4,
h5{
  font-family: 'Roboto';
}

p {
  font-family: 'Roboto';
}


a {
  outline: none;
}

strong {
  font-weight: 800;
}

a {
  text-decoration: none;
}

tbody{
  background-color: #ffffff;
}

tr:nth-child(even) {
  background-color: #ffffff;
  color: #232323;
}

/* td span{
  font-size: medium !important;
} */

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */




 /* ==========================================================================
   KOnfig
   ========================================================================== */

/* filter css */


.wpc-filters-widget-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding:10px;
    -webkit-box-shadow: 0px 0px 35px -16px rgba(66, 68, 90, 0.38);
    -moz-box-shadow: 0px 0px 35px -16px rgba(66, 68, 90, 0.38);
    box-shadow: 0px 0px 35px -16px rgba(66, 68, 90, 0.38);
}

.data_item--wrap{
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.wpc-posts-found{
    display: none;
}

.select {
    margin: 10px;
    width: 200px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #f7f6f6;
}

.item_wrap {
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

}

.dach_item {
   
    margin: 15px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(66, 68, 90, 0.14);
-moz-box-shadow: 0px 0px 28px 0px rgba(66, 68, 90, 0.14);
box-shadow: 0px 0px 28px 0px rgba(66, 68, 90, 0.14);
}

.image_item {
    width: 100%;
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.desc_wrap {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
}

.title_item {
    padding: 15px 0;
}

.decription_item {
    padding: 10px 0;
}

.link_more {
    text-decoration: none;
    padding: 10px 15px;
    color: #232323;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #232323;
    text-align: center;
    max-width: 150px;
    transition: .5s;
}

.link_more:hover{
    background-color: #232323;
    color: #ffffff;

}

.image_item_single{
    width: 100%;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.datawrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px red;
    border-radius: 6px;
    padding: 10px;
}

.data_item {
    margin:0;
    padding: 5px;
}


/* konf */

.header{
  top:0;
  left:0;
  right: 0;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
}

.container_header{
  width: 80%;
  position: relative;
  margin:0 auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.logo{
  width:300px ;
  height: 100px;
}

.header_prt{
  width: 100%;
  background-color: #299ddd;
  color:#ffffff;
  padding: 15px;
}

.container_form{
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;

}

.coast_wrapp.prt{
  width: 100%;
}

.coast_wrapp {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #ffcb00;
    color: #232323;
    border-radius: 5px;
    width: 500px;
    padding: 10px;
    font-weight: bold;
    height: 50px;
}

.line{
   width: 250px;
   color: #ffff;
   background-color: #232323;
}

.form{
  position: relative;
  font-weight: bold;
  margin: 160px auto;
  width: 95%;
}

.vorname,
.nachname {
  width: 49%;
  padding: 5px;
  margin-bottom: 10px;
}

.ikon {
  background-color: #ffcb00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel,
.email {
  width: 49%;
  padding: 5px;
  margin-bottom: 10px;
}

.input_wrap_one,
.input_wrap_two{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inf_category--btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 420px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #299ddd;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 1s;
}

.fa-info-wrapp{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcb00;
}

.fa-info-wrapp:hover{
  cursor: pointer;
}

.fa-image:hover {
  cursor: pointer;
}

.fa-info:hover {
  cursor: pointer;
}

.fieldset{
  border: solid 1px #232323;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 13px -7px rgba(66, 68, 90, 0.6);
  -moz-box-shadow: 0px 0px 13px -7px rgba(66, 68, 90, 0.6);
  box-shadow: 0px 0px 13px -7px rgba(66, 68, 90, 0.6);
}

.legend{
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 5px;
  color: #232323;
    
}

.wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.opt{
  width: 100%;
  padding: 15px;
  color: #232323;
  font-weight: bold;
  margin-top: 10px;
}

.label{
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d9d9d9;
  color:#232323;
  padding: 15px;
  border-radius: 7px;
  margin-top: 5px;
  font-weight: bold;
}

.btn{
  margin-top: 20px;
  border: none;
  padding: 10px;
  background-color: #ffcb00;
  border-radius: 5px;
}

.btninfo {
    padding: 15px;
    border-radius: 50%;
    border: none;
    background-color: #ffcb00;
}

/* .image_wrap{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; 
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
} */

.message {
  width: 100%;
  resize: none;
  padding: 10px;
  background-color: #d9d9d9;
}

.product_name {
    width: 700px;
    text-align: left;
}

.product_price {
  width: 130px;
  text-align: right;
}

.input {
    margin-left: 20px;
}

.input_text{
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
}


.nr_inp_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80px;
    margin-right: 20px;
}

.name_price_wrapp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.more{
    background-color: #232323;
    width: 30px;
    height: 30px;
}

.info {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
}

.info.visible{
    display: flex;
    position: fixed;
    z-index: 9999999;
    background: #363838e7;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.info_category {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}

.info_category.visible{
  display: flex;
   position: fixed;
   z-index: 9999999;
   background: #363838e7;
   height: 100vh;
   top: 0;
   right: 0;
   left: 0;
   justify-content: center;
   align-items: center;
   overflow: hidden;
}



.fa-window-close {
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 10px;
}

.fa-window-close:hover {
  cursor: pointer;
}

.info_wrapper {
    position: relative;
    margin:auto;
    width: 80%;
    /* height: 100%; */
    display: flex;
    align-items: flex-start;
    justify-content:center;
    color: #fff;
}


.info_img{
  width: 50%;
  height: auto;
  margin: 20px;
}

.info_decription {
  margin-top:20px;
  width: 100%;
  height: 100%;
  text-align: left;
}



.image_item_inp {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
}

.image_item_inp:hover{
    /* width: 200px;
    height: 200px; */
}

.green {
  background-color: rgb(74, 167, 21);
}

.noprint{
  margin: 30px 0;
}

.reset {
  position:fixed;
  bottom: 10px;
  right: 15px;
}

.name_wrapp_print{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.data_wrapp_print{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 700px){
  .container_header,
  .info_wrapper {
    flex-direction: column;
  }

  .noprint{
    margin: 10px 0;
  }

  .form{
    margin-top: 200px;
  }

  .label {
    font-size: 12px;
  }

}


.info_wrapper 

/* prt */

.container.prt{
    padding: 0;
}

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

.item_prt {
    padding: 5px;
    font-weight: bold;
    margin-top: 5px;
}

.item_prt:nth-child(2n) {
    background-color: #d9d9d9;
}




 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 



.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
  background-color: rgba(21, 21, 21, .5);
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;

}

.woocommerce div.product p.price{
  color: #f90c55;
}

.woocommerce-product-details__short-description{
  color: #fff;
}

.input-text.qty.text{
  background-color: inherit;
  color: #fff;
  border: solid 1px #f90c55;
  padding: 8px 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  background-color: inherit;
  border: solid 1px #f90c55;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt: hover{
  background-color: #f90c55;
}

.posted_in{
  color: #fff;
}

.posted_in a{
  color:#f90c55;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f90c55;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #f90c55;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  background-color: inherit;
  border: solid 1px #f90c55;
  color:#f90c55;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background-color: #f90c55;
  border: solid 1px #f90c55;
  color:#fff;
}

.woocommerce-tabs {
  color: #fff;
}

.woocommerce-tabs h2{
  text-transform: uppercase;
}

.woocommerce-message{
  border-top-color: #f90c55;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: rgba(21, 21, 21, .5);
    color: #fff;
    border-top: 3px solid #f90c55;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    background-color: inherit;
    border: solid 1px #f90c55;
    z-index: 9;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #f90c55;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #f90c55;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #f90c55;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce-cart-form__cart-item.cart_item{
  color: #fff;
  background-color: rgba(21, 21, 21, .5);
}

.product-name,
.product-price,
.product-quantity,
.product-subtotal {
  color: #fff;
}

.product-name a{
  color:#f90c55;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #f90c55;
    padding: 9px 9px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    color: #fff;
    background-color: inherit;
}

.cart_totals {
  color: #fff;
}


.shipping-calculator-button,
.wcppec-checkout-buttons__button{
  color:#f90c55;
}

.cart_totals {
  background-color: rgba(21, 21, 21, .5);
}

.woocommerce-info::before{
  color:#f90c55;
}

#customer_details {
  background-color: rgba(21, 21, 21, .5);
}

.showcoupon {
  color:#f90c55;
}

.woocommerce-billing-fields{
  color: #fff;
}

.input-text,
option {
  background-color: inherit;
  color:#fff;
  border: solid 2px #f90c55;
  padding: 10px;
  border-radius: 30px;
}

.woocommerce table.shop_table{
  color:#fff;
}

.woocommerce-checkout #payment {
   background-color: rgba(21, 21, 21, .5);
   color: #fff;
}



#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    border: solid 2px #f90c55;
    color: #515151;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
  background-color:#f90c55; 
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f90c55;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce-privacy-policy-link {
  color: #f90c55;
  text-decoration: none;
}

.woocommerce-additional-fields,
.checkout.woocommerce-checkout{
  color: #fff;
}

.woocommerce-order,
.woocommerce-loop-product__title {
  color: #fff;
}


.woocommerce form .form-row select::before{
  content:'';
  background-color: inherit;
}

.country_select {

}

.select2-container--default .select2-selection--single{
  background-color: inherit;
  border: 2px solid #f90c55;
  border-radius: 25px;
  padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #fff;
  line-height: 28px;
  margin: 3px;
}

.select2-container .select2-selection--single {
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-dropdown {
  background-color: #f90c55;
}

.woocommerce-ordering select{
  background-color: inherit;
  border: 2px solid #f90c55;
  border-radius: 25px;
  padding: 5px;
  color: #fff;
}

.woocommerce-ordering select option {
   background-color: #f90c55;
   color: #fff;
   border: none;
   transition: 1s;
}

/************* footer *****************/
.footer {
  text-align: center;
  background-color: #212121;
  color: #fff;
  padding: 30px;
}

.suuport {
  position: relative;
  margin: 0 auto;
  color: #494848;
  padding: 5px;
}

.suuport a{
  color: #494848;
  text-decoration: none;
  transition: 1s;
}

.suuport a:hover{
  color: #fff;
  text-decoration: none;
}


.section-kontakt {
  background:url(../bteh/img/bg_contact.png) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.contact_text {
  position: relative;
  margin: 0 auto;
  margin-top: 120px;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
}

.sojal_wrap {
  position: relative;
  padding-top: 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sojal_wrap a {
  margin: 5px;

}

.sojal_wrap a:hover {
 opacity: .7;
}



.fab {
  color: #fff;
}

.color {
  color: #f90c55;
}

.scrolable {
    position: relative;
    margin: auto;
    width: 70%;
    overflow-y: scroll;
    height: 100%;
}


/******************* MEDIA **************************************************************/










/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}




#scroll-area {
    width:100%;
    height:400px;
    /* border:2px solid black; */
    overflow:hidden;
    position:relative;
}
#scroll-area .scroll-content {
    position:relative;
    /*padding:10px 24px 10px 14px;*/
    list-style: none;
}

#scroll-area .scroll-content li {
  margin-top: 20px;
}

#scroll-area .scrollbar-track {
    position:absolute;
    top:0;
    right:0;
    bottom:50px; /* Just for test (original value = 0) */
    width:10px;
    background-color:inherit;
}
#scroll-area .scrollbar-thumb {
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    left:3px; /* Just for test (original value = 0) */
    height:10px;
    background-color:#f90c55;
    border-radius:5px;
}



#scroll {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 50px;
}
#scroll .scroll-content {
    position:relative;
    /*padding:10px 24px 10px 14px;*/
    list-style: none;
}

#scroll .scroll-content li {
  margin-top: 20px;
}

#scroll .scrollbar-track {
    position:absolute;
    top:0;
    right:0;
    bottom:50px; /* Just for test (original value = 0) */
    width:10px;
    background-color:inherit;
}
#scroll .scrollbar-thumb {
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    left:3px; /* Just for test (original value = 0) */
    height:10px;
    background-color:#f90c55;
    border-radius:5px;
}




.scrollWrap{
    overflow : hidden;
    height   : 100%;
    position : relative;
    z-index  : 1;
}
.scrollContent{
    height          : 100%;
    width           : 100%;
    padding         : 0 32px 0 0;
    position        : relative;
    right           : -18px;
    overflow        : auto;
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
}

.fakeScrollBar{
    position            : absolute;
    background          : rgba(61,237,209,.5);
    width               : 4px;
    border-radius       : 4px;
    right               : -15px;
    top                 : 0;
    z-index             : 0;
    cursor              : -moz-grab;
    cursor              : -webkit-grab;
}

.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed{
    cursor     : -moz-grabbing;
    cursor     : -webkit-grabbing;
    background : #FFF;
}

body.fakescroll-grabbed{
    cursor     : -moz-grabbing;
    cursor     : -webkit-grabbing;
}





 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 35em) {
  .front-title {
    font-size: 3.5em;
    }

  .title_about,
  .title_concert {
    font-size: 2em;
  }

  
  .concert_items {
    width: 100%;
  }

 .contact_text {
    margin-top: 150px;
    font-size: 1.5em;
  } 

  .description_wrapp,
  .concert_wrapp {
    flex-direction: column;
    }

  .ab_desc {
    column-count:1;
  }

  .image_wrapp {
    text-align: center;
  }

  .image_news {
    width: auto;
  }

  .product_wrapp {
    width:90%;
  }

  .picture img{
    width: 100%;
  }

  .rec_wrapp {
    width: auto;
  }

  .scrolable {
    width: 90%;
  }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}






/*****************************************************************/


