/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body, input, textarea {
    font-display: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #565656;
}

body {
    background-color: #e8e8e8;
    background-image: url('/images/bg2.png');
}

ol, ul {
    list-style: none;
}

a {
    color: #c94663;
}

strong, b {
    font-weight: 700;
    color: #1b252a;
}

input:focus, button:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-display: auto;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #1b252a;
}

    h2 a, h4 a, h5 a, h6 a {
        text-decoration: none;
        color: inherit;
    }

.byline {
    font-display: auto;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    display: block;
    margin-top: 1em;
    color: #999;
}

header {
    margin: 0 0 2em 0;
}

blockquote {
    border-left: solid 5px #ddd;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

em, i {
    font-style: italic;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
    padding: 1.5em 0 0 0;
    margin: 1.75em 0 0 0;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

table {
    width: 100%;
}

    table.style1 {
    }

        table.style1 tbody tr:nth-child(2n+2) {
            background: #f4f4f4;
        }

        table.style1 td {
            padding: 0.5em 1em 0.5em 1em;
        }

        table.style1 th {
            text-align: left;
            font-weight: 700;
            padding: 0.75em 1em 0.75em 1em;
        }

        table.style1 thead {
            border-bottom: solid 1px #ddd;
        }

        table.style1 tfoot {
            border-top: solid 1px #ddd;
            background: #eee;
        }

        table.style1 tbody {
        }

form {
}

    form input,
    form select,
    form textarea {
        border-radius: 0.4em;
        -webkit-appearance: none;
        border: solid 1px #ddd;
        padding: 0.5em;
        width: 100%;
    }

        form input:focus,
        form textarea:focus {
            box-shadow: 0px 0px 2px 2px #c94663;
        }

    form ::-webkit-input-placeholder {
        color: #aaa;
    }

    form :-moz-placeholder {
        color: #aaa;
    }

    form ::-moz-placeholder {
        color: #aaa;
    }

    form :-ms-input-placeholder {
        color: #aaa;
    }

br.clear {
    clear: both;
}

p, ul, ol, dl, table {
    margin-bottom: 1em;
}

section,
article {
    margin-bottom: 3em;
}

    section > :last-child,
    article > :last-child {
        margin-bottom: 0;
    }

    section > .inner > :last-child,
    article > .inner > :last-child {
        margin-bottom: 0;
    }

    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

.image {
    display: inline-block;
}

    .image img {
        display: block;
        width: 100%;
    }

.image-full {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image-left {
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered {
    display: block;
    margin: 0 0 2em 0;
}

    .image-centered img {
        margin: 0 auto;
        width: auto;
    }

ul.style1 {
    list-style: disc;
    padding-left: 1em;
}

    ul.style1 li {
        padding-left: 0.5em;
    }

ol.style1 {
    list-style: decimal;
    padding-left: 1.25em;
}

    ol.style1 li {
        padding-left: 0.25em;
    }

/*********************************************************************************/
/* Navbar                                                                         */
/*********************************************************************************/

.navbar {
    text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    background: #364050 url('/images/bg1.png');
}

    .navbar .menu-button {
        position: absolute;
        left: 0;
        margin-left: 10px;
    }

    .navbar .collapse.show {
    }

    .navbar .navbar-title a {
        color: #fff;
        font-size: 1.5em;
        font-display: auto;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-align: center;
        text-decoration: none;
    }

    .navbar .toggle {
        cursor: pointer;
    }

        .navbar .toggle:before {
            content: '';
            display: block;
            position: absolute;
            left: 25px;
            top: 11px;
            width: 80px;
            height: 45px;
            background: #c94663 url('/images/bg1.png');
            border-radius: 5px;
            box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15), 0 0.025em 0.15em 0em rgba(0,0,0,0.25);
        }

        .navbar .toggle:after {
            content: '';
            display: block;
            position: absolute;
            left: 54px;
            top: 26px;
            width: 60px;
            height: 30px;
            background: url(/Content/images/mobileUI-site-nav-opener-bg.svg) 0 0 no-repeat;
            opacity: 0.75;
        }

/*********************************************************************************/
/* Pager                                                                         */
/*********************************************************************************/
.pager {
    padding-top: 2em;
}

    .pager .pages {
        display: inline-block;
        font-display: auto;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        padding-left: 0;
    }

        .pager .pages span {
            display: inline-block;
            width: 1.5em;
            text-align: center;
            margin: 0 0.4em 0 0;
        }

        .pager .pages a {
            cursor: pointer;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            color: inherit;
            background-color: #e8e8e8;
            background-image: url('/images/bg2.png');
            color: #565656;
            margin: 0 0.4em 0 0;
            border-radius: 0.4em;
            -moz-transition: background-color .25s ease-in-out;
            -webkit-transition: background-color .25s ease-in-out;
            -o-transition: background-color .25s ease-in-out;
            -ms-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
            box-shadow: inset 0 0.075em 0.25em 0 rgba(0,0,0,0.1);
        }

            .pager .pages a:hover {
                background-color: #dadada;
            }

            .pager .pages a.active {
                background-color: #364050;
                background-image: url('/images/bg1.png');
                color: #fff;
                box-shadow: none;
                text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
            }

        .pager .pages li {
            display: inline;
            white-space: nowrap;
        }

            .pager .pages li.active span {
                text-align: center;
                min-width: 33px;
                line-height: 1.7;
                color: #fff;
                box-shadow: inset 0 .075em .25em 0 rgba(0, 0, 0, .1);
                padding: .375rem .75rem;
                border: 1px solid transparent;
                border-color: #c94663;
                border-radius: .4em;
                background-color: #364050;
                background-image: url('/images/bg1.png');
            }

        .pager .pages .PagedList-skipToNext a, .pager .pages .PagedList-skipToPrevious a {
            background-color: #c94663;
            background-image: url('/images/bg1.png');
            border-radius: 0.4em;
            text-align: center;
            box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
            color: #fff;
            font-display: auto;
            font-family: 'Open Sans Condensed', sans-serif;
            font-weight: 700;
            text-decoration: none;
            -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
            -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
            -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
            -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
            transition: background-color .25s ease-in-out, color .25s ease-in-out;
            text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
            display: inline-block;
            width: 150px;
        }

            .pager .pages .PagedList-skipToNext a:hover, .pager .pages .PagedList-skipToPrevious a:hover {
                background-color: #d95673;
            }

            .pager .pages .PagedList-skipToNext a:active, .pager .pages .PagedList-skipToPrevious a:active {
                background-color: #b93653;
            }

/*********************************************************************************/
/* Buttons                                                                       */
/*********************************************************************************/

.btn.btn-custom-red {
    color: #fff;
    background-color: #c94663;
    border-color: #c94663;
    background-image: url('/images/bg1.png');
    line-height: 1.7;
}

    .btn.btn-custom-red:hover {
        background-color: #aa4158;
        border-color: #aa4158;
    }

/*********************************************************************************/
/* Post                                                                          */
/*********************************************************************************/

.is-post {
    position: relative;
}

    .is-post h1 {
        font-size: 3.25em;
        line-height: 1.25em;
    }

    .is-post header {
        padding: 0;
        margin: 0 0 3em 0;
    }

    .is-post .byline {
        font-size: 2.25em;
        line-height: 1.5em;
        margin-top: 0.5em;
    }

    .is-post .info {
        position: absolute;
        width: 5.5em;
        background-color: #fff;
        background-image: url('/images/bg3.png');
        left: -6.7em;
        top: 5em;
        padding: 1.5em 1em 1.5em 1em;
        border-top-left-radius: 0.4em;
        border-bottom-left-radius: 0.4em;
        box-shadow: 0.25em 0 0 0 #fbfbfb, 0 0 0.25em 0em rgba(0,0,0,0.25);
    }

        .is-post .info .stats {
            margin: 0;
        }

            .is-post .info .stats a {
                font-size: 0.8em;
                text-decoration: none;
                color: #1b252a;
                font-weight: 700;
            }


@media (max-width: 1199.98px) {
    .is-post .info {
        position: static;
        border: none;
        width: 100%;
        background: none;
        border: none;
        padding: 1em 0;
        box-shadow: none;
    }
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar {
    background: #364050 url('/images/bg1.png');
    box-shadow: inset -0.1em 0 0.35em 0 rgba(0,0,0,.15);
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
    padding: 1rem;
}

    #sidebar header {
        margin: 0 0 1.25em 0;
    }

    #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
        color: #fff;
    }

    #sidebar h2 {
        font-size: 1.2em;
    }

    #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
        font-size: 1em;
    }

    #sidebar a {
        color: #d4dde0;
    }

    #sidebar ul {
        padding-left: 0;
    }

        #sidebar ul li {
            border-top: solid 1px rgba(0,0,0,.25);
            box-shadow: inset 0 1px 0 0 rgba(255,255,255,.075);
            padding: .5em 0 .5em 0;
        }

            #sidebar ul li:first-child {
                border-top: 0;
                box-shadow: none;
                padding-top: 0;
            }

    #sidebar #logo {
        background-color: rgb(201, 70, 99);
        background-image: url('/images/bg1.png');
        text-align: center;
        box-shadow: rgba(255, 255, 255, 0.15) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.25) 0px 0.025em 0.15em 0em;
        padding: 1.75em 0.5em;
        border-radius: 0.4em;
        margin: 2.5em 0.5em 0 0.5em;
    }

        #sidebar #logo span {
            font-display: auto;
            font-family: "Open Sans Condensed", sans-serif;
            font-weight: 700;
            color: rgb(255, 255, 255);
            font-size: 1em;
            letter-spacing: 0.1em;
        }

            #sidebar #logo span a {
                color: rgb(255, 255, 255);
                text-decoration: none;
            }

    #sidebar nav {
        display: block;
        text-decoration: none;
        border-radius: 0.4em;
        outline: 0;
        -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        transition: background-color .25s ease-in-out, color .25s ease-in-out;
    }

        #sidebar nav:before, #sidebar section:before {
            content: '';
            border-top: solid 1px;
            border-bottom: solid 1px;
            border-color: #171E29;
            border-color: rgba(0,0,0,0.25);
            box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075), 0px 1px 0px 0px rgba(255,255,255,0.075);
            display: block;
            height: 0.5em;
            margin: 2em 0 2em 0;
        }

        #sidebar nav ul {
            margin: 0;
            padding: 0;
            border: 0;
        }

            #sidebar nav ul li {
                border-top: solid 1px rgba(0,0,0,0.25);
                box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075);
                padding: 0.5em 0 0.5em 0;
            }

                #sidebar nav ul li:first-child {
                    border: 0;
                    box-shadow: none;
                    padding-top: 0;
                }

                #sidebar nav ul li a {
                    color: #d4dde0;
                    display: block;
                    padding: 0.4em 1em 0.4em 1em;
                    text-decoration: none;
                    border-radius: 0.4em;
                    outline: 0;
                    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
                    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
                    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
                    -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
                    transition: background-color .25s ease-in-out, color .25s ease-in-out;
                }

                #sidebar nav ul li.current_page_item a {
                    background-color: #272E39 !important;
                    background-color: rgba(0,0,0,0.15) !important;
                    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0.25em 0 rgba(0,0,0,0.25);
                    font-weight: 500;
                    color: #fff;
                }

                #sidebar nav ul li a:hover {
                    background-color: rgba(200,225,255,0.1);
                    color: #fff;
                }

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #sidebar {
        padding-top: 3rem;
    }
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {
    background-color: #fff;
    background-image: url('/images/bg3.png');
    width: 100%;
    transition: all 0.3s;
}

    #content .content-inner {
        padding: 4.5em 0 4.5em 0;
    }

@media (min-width: 1200px) {
    #content {
        margin-left: 115px;
    }
}

/*********************************************************************************/
/* Calendar                                                                      */
/*********************************************************************************/

.is-calendar {
}

    .is-calendar .inner {
        position: relative;
        background-color: #272E39;
        background-color: rgba(0,0,0,0.15);
        border-radius: 0.4em;
        padding: 0.75em 0.5em 0.75em 0.5em;
        box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0.25em 0 rgba(0,0,0,0.25);
    }

    .is-calendar caption {
        font-weight: 700;
        color: #fff;
        margin: 0 0 0.25em 0;
        caption-side: top;
        text-align: center;
    }

    .is-calendar table {
        margin: 0 auto;
    }

    .is-calendar tr {
    }

    .is-calendar td,
    .is-calendar th {
        cursor: default;
        padding: 0.35em 0 0.35em 0;
        border-top: solid 1px rgba(0,0,0,0.25);
        box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075);
    }

    .is-calendar th {
        font-weight: 700;
        color: #fff;
    }

    .is-calendar td a,
    .is-calendar td span {
        display: block;
        margin: 0 auto;
        width: 1.5em;
        height: 1.5em;
        text-align: center;
        line-height: 1.4em;
        border-radius: 0.4em;
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out;
        -o-transition: background-color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
        text-decoration: none;
    }

    .is-calendar td a {
        color: #fff;
        font-weight: 700;
    }

        .is-calendar td a:hover {
            background-color: rgba(200,225,255,0.1);
            color: #fff;
        }

    .is-calendar td.today a,
    .is-calendar td.today span {
        background-color: #c94663;
        background-image: url('/images/bg1.png');
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15), 0 0.025em 0.15em 0em rgba(0,0,0,0.25);
        color: #fff !important;
    }

/*********************************************************************************/
/* Custom                                                                        */
/*********************************************************************************/

.copyright {
    padding: 2em 0;
    color: #d4dde0;
}

.circle-list li {
    padding: 10px 0 10px 0;
}

    .circle-list li .marker {
        font-size: 40px;
        border: #565656 4px double;
        border-radius: 40px;
        width: 80px;
        display: inline-block;
        height: 80px;
        padding-top: 23px;
        text-align: center;
        vertical-align: middle;
        color: #c94663;
        font-display: auto;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    .circle-list li .item {
        padding-left: 10px
    }

.button.more {
    border: 0px;
    cursor: pointer;
}

.countries img {
    vertical-align: middle;
}

.countries a {
    padding-right: 10px;
    text-decoration: none;
    height: 100%;
    display: block;
    padding: 4px;
}

    .countries a:hover {
        background-color: rgba(0,0,0,0.15);
        border-radius: 5px;
    }

.first-letter {
    color: #c94663;
    font-size: 32px;
    border-bottom: 2px solid #c94663;
    padding: 2em 0 0 1em;
}

.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    padding: 10px;
    display: none;
    margin: 0;
}

    .go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        text-decoration: none;
    }

.underline {
    text-decoration: underline;
}

form.contact {
    max-width: 450px;
}

#logo span a {
    text-decoration: none;
    color: #fff;
}

.country-information {
    padding-bottom: 15px;
}

.greyStyle {
    color: #565656;
    padding-right: 5px;
    font-size: 1em;
    font-display: auto;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.frenchFlag {
    text-align: center;
    border: 1px solid #bbb;
    margin: 10px;
    position: relative;
    background: #fff;
    border-radius: 4px;
}

    .frenchFlag:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        background: #00f;
        width: 33%;
    }

    .frenchFlag:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        background: #f00;
        width: 33%;
    }

    .frenchFlag a {
        position: relative;
        font-size: 14px;
        color: #999;
        z-index: 16;
    }

.christmasSection {
    text-align: center;
    border: 1px solid #bbb;
    margin: 10px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    text-shadow: 3px 3px 11px rgba(33, 188, 255, 1);
    font-size: 20px;
    color: white;
    background: #930000; /* Old browsers */
    background: -moz-linear-gradient(top, #930000 0%, #d60000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #930000 0%,#d60000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #930000 0%,#d60000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930000', endColorstr='#d60000',GradientType=0 ); /* IE6-9 */
}

    .christmasSection .newYear {
        font-size: 24px;
    }

/* Ads */
.ads-container {
    width: 100%;
}

.fa-chevron-right.fa-chevron-right-small {
    font-size: 12px;
}

/*********************************************************************************/
/* Countries list alpha                                                          */
/*********************************************************************************/
div.countries-alpha-list {
    backface-visibility: hidden;
    transition: -webkit-transform 0.25s ease-in-out 0s;
    z-index: 10000;
    position: fixed;
    width: 30px;
    height: 602px;
    top: 17em;
    margin-top: -171px;
    right: 10px;
    transform: translate(0px, 0px);
}

    div.countries-alpha-list ul {
        background-color: rgba(0,0,0,0.15);
        border-radius: 5px;
        padding-bottom: 4px;
        padding-left: 0;
    }

        div.countries-alpha-list ul li {
            text-align: center;
            line-height: 13px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            div.countries-alpha-list ul li a {
                text-decoration: none;
                font-size: 16px;
            }
