@charset "UTF-8";

.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
    margin-bottom: 15px;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
    margin-top: 0.75em;
    background-color: #ffffff;
}

.media-heading {
    margin: 0 0 5px;
}

.media .pull-left {
    margin-right: 10px;
}

.media .pull-right {
    margin-left: 10px;
}

.media-list {
    margin-left: 0;
    list-style: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.textcenter {
    text-align: center;
}

.footer {
    color: #9B9B9B;
    background-color: #222222;
    justify-content: center;
    align-items: center;
    Display: flex;
    min-height: 75px;
    border-top: solid 1px #555;
}

    .footer a {
        color: #9B9B9B;
        text-decoration: none;
    }

        .footer a:hover {
            color: #eee;
        }

#btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    background-color: rgba(100,100,100,0.5);
}

#btn-share {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: rgba(100,100,100,0.5);
}

.flag {
    width: 24px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
}

.flagtr {
    background: url("/themes-01/tr.svg") no-repeat;
}

.flagen {
    background: url("/themes-01/gb.svg") no-repeat;
}
/*what is my ip*/
#whatismyipheader {
    font-size: 36px;
    margin: 10px;
    text-align: center;
}

.ipcontainer {
    font-size: 36px;
    display: block;
    color: #22BB22;
    display: block;
    margin: 20px;
    text-align: center;
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1;
}

    .pager:before,
    .pager:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #f5f5f5;
            border: 1px solid #666;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .pager li > a:hover {
                text-decoration: none;
                background-color: #ddd;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
        color: fff;
        text-decoration: none;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
        color: fff;
        text-decoration: none;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #999999;
        cursor: default;
        background-color: #fff;
    }

a {
    text-decoration: none;
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

#div_javascript_error {
    position: fixed;
    bottom: 0;
    z-index: 55555;
    opacity: 0.7;
}

.margin0padding0 {
    margin: 0;
    padding: 0
}

.framemodalplayer {
    width: 99%;
    height: 99%;
    margin: 0;
    padding: 0
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
