﻿* {
    font-family: 'TeleGroteskScreen-Regular';
    font-size: 15px;
}

body {
    margin: 0;
}

@font-face {
    font-family: 'TeleGroteskScreen-Regular';
    src: url('../fonts/TeleGroteskScreen-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'TeleGroteskScreen-Bold';
    src: url('../fonts/TeleGroteskScreen-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'TeleGroteskScreen-Medium';
    src: url('../fonts/TeleGroteskScreen-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'TeleGroteskScreen-Ultra';
    src: url('../fonts/TeleGroteskScreen-Ultra.ttf') format('truetype');
}

@font-face {
    font-family: 'TeleGroteskScreen-Thin';
    src: url('../fonts/TeleGroteskScreen-Thin.ttf') format('truetype');
}


.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}





.pull-right {
    float: right !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 992px) {

    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
.container {
    width: 750px;
}

}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}





div#bottomNedostapnost .copy-right-md-wrapper:before, div#bottomNedostapnost .copy-right-md-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.alertNedostapnostContent .p0, #headerNedostapnost .p0, #bottomNedostapnost .p0 {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 768px) {
 
.alertNedostapnostContent .container, #headerNedostapnost .container, #bottomNedostapnost .container {
        width: 750px;
   }
}


@media (min-width: 992px) {
 
 .alertNedostapnostContent .container, #headerNedostapnost .container, #bottomNedostapnost .container {
    width: 970px;
   }
}


@media (min-width: 1200px) {

 .alertNedostapnostContent .container, #headerNedostapnost .container, #bottomNedostapnost .container {
    width: 1024px;
}

}







div#bottomNedostapnost {
    background: #262626;
    /* padding-bottom: 35px; */
    position: relative;
    z-index: 1;
    margin-top: 100px;
}


div#bottomNedostapnost  .container {
    position: relative;
}

div#bottomNedostapnost a {
    color: white;
}

div#bottomNedostapnost .foot-logo-prepaid .t-logo-link {
    height: auto;
    padding: 15px 0 7px 0;
}

div#bottomNedostapnost .foot-logo-prepaid  .t-logo-link {
    display: block;
}

div#bottomNedostapnost  .social-links {
    margin: 0;
    float: right;
}

div#bottomNedostapnost  .social-links li {
    display: table-cell;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


div#bottomNedostapnost .copy-right-md-wrapper {
    display: none;
}

@media (min-width: 992px) {

   div#bottomNedostapnost  .copy-right-md-wrapper {
    display: table;
    width: 100%;
    padding: 0px 0px 10px;
   }

    div#bottomNedostapnost .copy-right-md-wrapper .social-links li {
    padding: 0 5px !important;
}


}

div#bottomNedostapnost .copy-right-md {
    color: #969696;
}

/*@media (min-width: 990px) {

    div#bottomNedostapnost .copy-right-md-wrapper {
    display: table;
    width: 100%;
    padding: 0px 0px 10px;
}

}*/

#bottomNedostapnost .copy-right-left {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
    padding-left: 15px;
}

#bottomNedostapnost .copy-right-right {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
    padding-right: 15px;
}

div#bottomNedostapnost .copy-right-md-wrapper:before, div#bottomNedostapnost .copy-right-md-wrapper:after {
    content: '';
    display: table;
    clear: both;
}


div#headerNedostapnost {
    background: #e20074;
    height: 65px;
    width: 100%;
}

div#headerNedostapnost {
    z-index: 100;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: static;
    left: 0;
    right: 0;
    margin: 0 auto;
}

div#headerNedostapnost .t-logo-link-prepaid {
    display: block;
    padding: 15px 0;
}

div#headerNedostapnost img.pull-left-prepaid {
    float: left !important;
}

div#headerNedostapnost img.pull-right-prepaid {
    float: right !important;
}

div#headerNedostapnost.affix {
    z-index: 1000;
    left: 0;
    right: 0;
    top: -60px;
    width: 100%;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 auto;
    position: fixed;
}


.alertNedostapnost {
    margin-bottom: 100px;
    margin-top: 150px !important;
    padding: 25px;
    max-width: 500px;
    margin: 43px auto 24px;
    color: #383838;
    background-color: rgba(252, 241, 227, 0.35);
    border: 1px solid #e6d3aa;
    border-radius: 4px;
}

.alertNedostapnost p {
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 1.42857143;
    margin: 0 0 10px;
}

.alertNedostapnostContent {
    min-height: 500px;
}

.t-footer-logo {
    display: table;
    width: 100%;
    border-top: 1px solid black;
    padding-top: 15px;
}

.t-footer-logo-link-left {
    display: table-cell;
    width: 50%;
    padding-left: 15px;
}

.t-footer-logo-link-right {
    display: table-cell;
    width: 50%;
    padding-right: 15px;
}





@media (max-width: 991px) and (min-width: 768px) {

    /*.alertNedostapnost {
    margin-left: 20px !important;
    margin-right: 20px !important;
}*/

    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
    display: none !important;
  }

}


@media (max-width: 991px) {

    .footerNedostapnostBox {
    display: table;
    width: 100%;
}

    .t-footer-logo {
    border-top: none;
    padding-top: 10px;
}

    div#bottomNedostapnost .foot-logo-prepaid .t-logo-link {
    display: table-cell;
    width: 50%;
}

    .footerLinks {
    display: table-cell;
    width: 50%;
}

div#bottomNedostapnost .social-links {
    padding-right: 15px;
}

    div#bottomNedostapnost {
        background: #262626;
        padding-bottom: 40px;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }

    div#bottomNedostapnost .social-links li:not(:last-of-type) {
    padding-right: 10px;
}

}



@media (max-width: 767px) {




       #headerNedostapnost .container, #bottomNedostapnost .p0 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .alertNedostapnostContent {
    min-height: 170px;
}

    .alertNedostapnost {
    margin-top: 100px !important;
    /*margin-left: 20px !important;
    margin-right: 20px !important;*/
    width: 80%;
}

    .visible-xs {
        display: block !important;
    }

     .hidden-xs {
    display: none !important;
  }

}


