/* your styles go here */

.textTwoLinesFixed {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 15px;
    height: 30px;
}

.textThreeLinesFixed {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 15px;
    height: 45x;
}

.textLinesFixedInHomeNews {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    line-height: 17px;
    height: 68px;
    text-align: justify
}

.textOneLineMax {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.textThreeLinesMax {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.textFourLinesMax {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

@media (min-width:768px) {
    .col-fixed-270 {
        z-index: 1;
        width: 240px;
        position: fixed;
        height: 100%;
    }
    .col-offset-270 {
        z-index: 0;
        padding-left: 270px;
        padding-right: 30px;
        max-width: 1680px;
    }
}

@media (max-width:767px) {}

p.social.social--md a {
    width: 33px;
    height: 33px;
    border-radius: 20px;
    line-height: 30px;
    font-size: 15px;
}

p.social.social--md i {
    line-height: 30px;
}

@font-face {
    font-family: 'Comspot';
    src: url('../font/Comspot/ComspotBasic-ExtraLight.eot');
    src: url("../font/Comspot/ComspotBasic-ExtraLight.ttf") format('truetype'), url("../font/Comspot/ComspotBasic-ExtraLight.woff") format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Comspot';
    src: url('../font/Comspot/ComspotBasic-ExtraLightItalic.eot');
    src: url("../font/Comspot/ComspotBasic-ExtraLightItalic.ttf") format('truetype'), url("../font/Comspot/ComspotBasic-ExtraLightItalic.woff") format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Comspot';
    src: url('../font/Comspot/ComspotBasic-Regular.eot');
    src: url("../font/Comspot/ComspotBasic-Regular.ttf") format('truetype'), url("../font/Comspot/ComspotBasic-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comspot';
    src: url('../font/Comspot/ComspotBasic-RegularItalic.eot');
    src: url('../font/Comspot/ComspotBasic-RegularItalic.ttf') format('truetype'), url("../font/Comspot/ComspotBasic-RegularItalic.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Comspot';
    src: url('../font/Comspot/ComspotBasic-Bold.eot');
    src: url('../font/Comspot/ComspotBasic-Bold.ttf') format('truetype'), url("../font/Comspot/ComspotBasic-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Comspot';
    src: url('../font/Comspot/ComspotBasic-BoldItalic.eot');
    src: url('../font/Comspot/ComspotBasic-BoldItalic.ttf') format('truetype'), url("../font/Comspot/ComspotBasic-BoldItalic.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Praktika';
    src: url('../font/Praktika/Praktika-Regular.eot');
    src: url("../font/Praktika/Praktika-Regular.ttf") format('truetype'), url("../font/Comspot/ComspotBasic-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Praktika';
    src: url('../font/Praktika/Praktika-RegularItalic.eot');
    src: url('../font/Praktika/Praktika-RegularItalic.ttf') format('truetype'), url("../font/Comspot/ComspotBasic-RegularItalic.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Praktika';
    src: url('../font/Praktika/Praktika-Bold.eot');
    src: url('../font/Praktika/Praktika-Bold.ttf') format('truetype'), url("../font/Comspot/ComspotBasic-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Praktika';
    src: url('../font/Praktika/Praktika-BoldItalic.eot');
    src: url('../font/Praktika/Praktika-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body,
div,
p,
small,
large {
    font-family: Comspot;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Praktika;
}

.more-news {
    float: right;
    margin-right:15px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    outline: none;
    border: none;
    color: #555555;
    font-family: 'Comspot';
}