@font-face {
    font-family: 'antoniobold';
    src: url('fonts/antonio/antonio-bold.eot');
    src: url('fonts/antonio/antonio-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio/antonio-bold.woff2') format('woff2'),
         url('fonts/antonio/antonio-bold.woff') format('woff'),
         url('fonts/antonio/antonio-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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

@font-face {
    font-family: 'antoniolight';
    src: url('fonts/antonio/antonio-light.eot');
    src: url('fonts/antonio/antonio-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio/antonio-light.woff2') format('woff2'),
         url('fonts/antonio/antonio-light.woff') format('woff'),
         url('fonts/antonio/antonio-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneue';
    src: url('fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot');
    src: url('fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff2') format('woff2'),
         url('fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff') format('woff'),
         url('fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

p{
    margin: 0 0 30px;
}

.green{
    color: #2aae7e;
}

html {
    -webkit-font-smoothing: antialiased;
}

body{
    font-family: 'helveticaneue';
    color: #252525;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

#page{
    width: 980px;
    margin: 50px auto;
}

#logo{
    width: 320px;
    margin: 0 0 60px;
}

#bigtbl{
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #dedede;
    margin: 50px 0 60px;
}

#bigtbl th{
    font-family: 'antonioregular';
    background: #2a84ae;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: normal;
    border: 2px solid #2a84ae;
}

#bigtbl th h3{
    font-size: 24px;
    line-height: 38px;
    margin: 0;
    font-weight: normal;
}

#bigtbl td.title{
    border: 2px solid #dedede;
    padding: 30px;
    text-align: center;
    color: #2a84ae;
    text-transform: uppercase;
    font-family: 'antonioregular';
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    background: #fafafa;
}

#bigtbl td.program{
    border: 2px solid #dedede;
    padding: 15px;
    text-align: left;

}
#footer{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
    font-family: 'antoniobold';
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
}

#footer .content{
    width: 940px;
    margin: 0 auto;
}

#footer .content .left{
    float: left;
    clear: left;
}

#footer .content .right{
    float: right;
    clear: right;
}

#footer .content .right .tels{
    margin: 0 0 40px 0;
    overflow: hidden;
    clear: both;
}

#footer .content .right .tels span{
    line-height: 30px;
    height: 30px;
    margin: 0 40px 0 0;
    padding: 0 0 0 45px;
    display: inline-block;
    background: url('icons.png') no-repeat top left transparent;
}

#footer .content .right .tels span.mail{
    background-position: left bottom;
}

#footer .predajna{
    float: left;
    clear: left;
}

#footer .predajna td{
    padding: 0 30px 0 0;
}

#footer #footer_logo{
    float: right;
    clear: right;
    width: 140px;
    display: inline-block;
}

#copyright{
    background: #f1f1f1;
    text-align: center;
    font-size: 14px;
    line-height: 72px;
    height: 68px;
    font-family: 'antoniobold';
    width: 100%;
    text-transform: uppercase;
}