.blink_me_test {
    -webkit-animation-name: blinker_test;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker_test;
    -moz-animation-duration: 0.75s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker_test;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker_test {  
    0% { opacity: 1.0; background-color:red; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker_test {  
    0% { opacity: 1.0; background-color:red; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker_test {  
    0% { opacity: 1.0; background-color:red; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.blink_me_extra {
    -webkit-animation-name: blinker_extra;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker_extra;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker_extra;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker_extra {  
    30% { opacity: 1.0; }
    10% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker_extra {  
    30% { opacity: 1.0; }
    10% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker_extra {  
    30% { opacity: 1.0; }
    10% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

fieldset.scheduler-border {
    border: solid 1px #DDD !important;
    padding: 0 20px 20px 20px;
    border-bottom: none;
}

legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 14px;
    margin: 5px;
    padding:10px;
}

.bg-light-red {
    background-color:#FF9284;
}
.bg-light-green {
    background-color:#C6FFB5;
}
.bg-light-yellow {
    background-color:#FFFB9B;
}
/*
@font-face {
    font-family: 'bernier-shade';
    src: url('../fonts/berniershade-regular-webfont.eot');
    src: url('../fonts/berniershade-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/berniershade-regular-webfont.woff2') format('woff2'),
    url('../fonts/berniershade-regular-webfont.woff') format('woff'),
    url('../fonts/berniershade-regular-webfont.ttf') format('truetype'),
    url('../fonts/berniershade-regular-webfont.svg#bernier_shaderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bernier';
    src: url('../fonts/bernierregular-regular-webfont.eot');
    src: url('../fonts/bernierregular-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bernierregular-regular-webfont.woff2') format('woff2'),
    url('../fonts/bernierregular-regular-webfont.woff') format('woff'),
    url('../fonts/bernierregular-regular-webfont.ttf') format('truetype'),
    url('../fonts/bernierregular-regular-webfont.svg#bernier_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/*
@font-face {
    font-family: 'bernier';
    src: url('../fonts/Fontfabric-Intro-Rust-L-Base.otf')format('opentype');
    font-weight: normal;
    font-style: normal;

}
*/


@font-face {
    font-family: 'bernier';
    src: url('../fonts/Roboto/Roboto-Light.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;

}


.noHover{
    pointer-events: none;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

::-webkit-scrollbar {
    width: 20px;
    height: 20px;
    background-color: #FFF5B5;
}

::-webkit-scrollbar-thumb {
    border-radius: 2em;
    background-color: #66E2FF;
}

::-webkit-scrollbar-track {
    border-radius: 1em;
    background: transparent;
}


.loading{
    background-image : url('https://diva.crmdlakazdego.pl/logo_crm.png');
    background-repeat:no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 186px;
    height: 186px;
    margin:-60px 0 0 -60px;
    z-index: 999;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }