@charset "utf-8";

@font-face{
    font-family:"Myriad W01 Lt";
    src:url("../fonts/b3e9f984-f8ca-4650-90c3-d6f0aca0a27d.eot?#iefix");
    src:url("../fonts/b3e9f984-f8ca-4650-90c3-d6f0aca0a27d.eot?#iefix") format("eot"),url("../fonts/e7e30ff2-3a95-49b0-bbf9-024f40ead426.woff2") format("woff2"),url("../fonts/b984f4e8-e37d-4502-bead-ffd991e64d1f.woff") format("woff"),url("../fonts/82d18baa-8811-4aa8-9338-9bafa08350d0.ttf") format("truetype"),url("../fonts/20e14bb9-6aec-47a9-8ef8-5613bf1d6eae.svg#20e14bb9-6aec-47a9-8ef8-5613bf1d6eae") format("svg");
}
@font-face{
    font-family:"Myriad W01 Regular";
    src:url("../fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
    src:url("../fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"),url("../fonts/3b0f1c67-c2e4-4df6-976f-49d52e45aba1.woff2") format("woff2"),url("../fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"),url("../fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"),url("../fonts/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}
@font-face{
    font-family:"Myriad W01 Bd";
    src:url("../fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix");
    src:url("../fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix") format("eot"),url("../fonts/eba438b3-9ab9-48ba-b1c5-610f83b38303.woff2") format("woff2"),url("../fonts/acfb7490-30f6-4bf4-a1b8-70ff9172d209.woff") format("woff"),url("../fonts/5bf402e3-ba96-414e-bc7e-cb6689fe32c1.ttf") format("truetype"),url("../fonts/c5dceae7-427a-4765-b06b-ea2eecca3434.svg#c5dceae7-427a-4765-b06b-ea2eecca3434") format("svg");
}

.mydriad-light{
    font-family:"Myriad W01 Lt";
    font-weight: normal !important;
}

.mydriad-regular{
    font-family:"Myriad W01 Regular";
    font-weight: normal !important;
}

.mydriad-bold{
    font-family: "Myriad W01 Bd";
    font-weight: normal !important;
}

.font-black{
    color: #000000;
}

.kaermargin{
    margin: 45px auto 75px;
}

.titlemargin{
    margin: 0px auto 75px;
}

.titlemargin2{
    margin: 0px auto 35px;
}

.search-width{
    width: 45%;
    margin-right: 10px;
}

.bg-black {
    background-color: #000000;
}
.font-white {
    color: #FFFFFF;
    text-align: center;
}

#clockdiv{
    font-family: "Myriad W01 Bd";
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 55px;
}

#clockdiv > div{
    padding: 5px;
    border-radius: 3px;
    background: #e30613;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #000000;
    display: inline-block;
}

.smalltext{
    padding-top: 3px;
    font-size: 16px;
}