body {
    line-height: initial;
}

.swal2-popup {
    font-size: 1.5rem !important;
    /*width: 33em !important;*/
}

.icons img{
    margin-right: 10px;
}

.icons a{
    cursor:pointer;
}

.link-wrapper {
    display: inline-block;
    vertical-align: top;
}

.link-wrapper .link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    transition: all .3s;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    padding: 0 1em 0 .4em !important;
    text-decoration: none !important;;
    margin: 0 !important;;
}

.icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.ts-icon {
    background-image: url(../imgs/sportek/ts-icon.png);
}
.soccer-icon {
    background-image: url(../imgs/sportek/soccer-icon.png);
}
.box-icon {
    background-image: url(../imgs/sportek/box-icon.png);
}
.formula-icon {
    background-image: url(../imgs/sportek/formula-icon.png);
}
.tennis-icon {
    background-image: url(../imgs/sportek/tennis-icon.png);
}
.rugby-icon {
    background-image: url(../imgs/sportek/rugby-icon.png);
}

.main-link {
    background-color: #970201;
}
.football-link {
    background-color: #2A9136;
}
.boxing-link {
    background-color: #2A6EF8;
}
.formula-link {
    background-color: #424242;
}
.tennis-link {
    background-color: #D38121;
}
.rugby-link {
    background-color: #705E29;
}

.links-wrapper {
    display: none;
}

.publications {
    margin: 30px 0;
}

.name-category {
    font-size: 14px;
    color: #9C9C9C;
    font-weight: 600;
    display: block;
}

.link-wrapper:hover {
    text-decoration: none;
}

html, body {
    height: 100%;
}

#wrap {
    height: 100%;
    margin-bottom: -30px;
    position: relative;
}

/*.sportek-page #wrap {
    display: flex;
    align-items: center;
}*/

#main {
    overflow:auto;
    padding-bottom:30px; /* this needs to be bigger than footer height*/
}

.footer {
    position: relative;
    color: #515151;
    height: 30px;
    clear:both;
}

.sportek-page .footer {
    color: #8D8D8D;
}

/*.sportek-page .container-fluid {
    width: 1170px;
    max-width: 100%;
}*/

/*.sportek-page #mainrow {
    padding: 30px 0 0 0;
    margin: 0!important;
}*/

#date_time{
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}
.clockTime,.clockDate{
    text-align: center;
    float: left;
    width: 100%;
    font-family: Arial;
    color: #cecece;
}
.clockTime{
    font-size: 35px;

}
.clockDate{
    font-size: 14px;
    margin-top: -7px;

}
.icons img{
    height: 50px;
    width:  50px;

}
.icons a{
    padding-right: 5px;

}
textarea, input { outline: none; }

#content {
    border: 0px solid;
}
#header #selected {
    padding-bottom: 1px;
    background: white;
}

.icons_map {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background: url('../imgs/icons_sprite.png') no-repeat;
}

h1 {
    text-align: center;
}

.news {
    text-align: center;
}

.publication {
    transition: all .3s;
    max-width: 190px;
    margin: 0 10px;
    display: inline-block;
}


.publication:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.publication-img-wrapper {
    max-width: 100%;
    height: 115px;
    display: block;
}

.publication-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.publication-description {
    background-color: #f6f6f6;
    padding: 15px 10px 30px 10px;
    border-radius: 0 0 5px 5px;
    text-align: left;
}

.publication-description p {
    margin: 0;
}

.read-more {
    color: #F96E5B;
    border-bottom: 2px solid #F7BAB2;
}

.icon-amazon { background-position: -10px -10px; width: 50px; height: 50px; }
.icon-ebay { background-position: -80px -10px; width: 50px; height: 50px; }
.icon-facebook { background-position: -10px -80px; width: 50px; height: 50px; }
.icon-instagram { background-position: -80px -80px; width: 50px; height: 50px; }
.icon-linkedin { background-position: -150px -10px; width: 50px; height: 50px; }
.icon-pinterest { background-position: -150px -80px; width: 50px; height: 50px; }
.icon-twitter { background-position: -10px -150px; width: 50px; height: 50px; }
.icon-yahoo { background-position: -80px -150px; width: 50px; height: 50px; }
.icon-youtube { background-position: -150px -150px; width: 50px; height: 50px; }
.icon-vertical { visibility: hidden; background-position: 0 0 !important; width: 50px; height: 50px; }

.icon-skyscanner {
    background: url('../imgs/separated_icons/skyscanner.png') no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}

@media (max-height: 650px){
    #wrap {
        display: block;
    }
}

@media screen and (max-height: 800px) {
    #mainrow {
        margin-top: 5% !important;
    }
}
