﻿@charset "UTF-8";
@import url(font-awesome.min.css);

/* skel-baseline v2.0.1 | (c) n33 | getskel.com | MIT licensed */

/*###############
##### BASIC #####
###############*/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.05em;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    width: 100%;
    overflow-x: hidden;
}


/* LINKS */
a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #AA1010;
        text-decoration: none;
    }


/* FONTS AND STYLES */
strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

h1 {
    margin: 0;
    padding: 0 0 0.8em 0;
    font-size: 1.3em;
    font-weight: 600;
}

    h1 span {
        font-size: 0.8em;
    }

h2 {
    font-size: 1.2em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.1em;
    line-height: 1.1em;
}

h4 {
    font-size: 1.0em;
    line-height: 1.0em;
}

.breadcrumb {
    font-size: 0.9em;
    height: auto;
    margin: -0.8em 0 1.5em 0;
    padding: 0;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

/* HORIZONTAL RULE */
hr {
    border: 0;
    border-bottom: solid 1px rgba(204, 204, 204, 1.0);
    margin: 0.5em 0 1em 0;
}

    hr.major {
        margin: 3em 0;
    }

    hr.no-padding.no-margin {
        margin: 0;
        padding: 0;
    }


/* FLOATS */
.left {
    float: left;
}

.right {
    float: right;
}




/* SPECIAL STYLES */
blockquote {
    border-left: solid 4px rgba(144, 144, 144, 0.25);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

    pre code {
        display: block;
        line-height: 1.75em;
        padding: 1em 1.5em;
        overflow-x: auto;
    }


/* ALIGNMENT */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}






/*##############
##### FORM #####
##############*/

/* FORM */
form {
    margin: 0;
}

.form {
    border: 1px solid #dedede;
    display: block;
    height: auto;
    margin: 0 0 2em 0;
    padding: 1em 1.5em;
    position: relative;
}

    .form p {
        margin: 0;
        padding: 0 0 0.8em 0;
    }

/* FORM: FEEDBACK */
.feedback p {
    margin: 0;
    padding: 0 0 0.8em 0;
}

    .feedback p span {
        margin: 0;
        padding: 0 0 0.2em 0;
        display: block;
        font-size: 0.9em;
    }

.mandatory {
    float: right;
    font-size: 0.7em;
    padding-top: 1em;
}

label {
    display: block;
    margin: 0;
    padding: 0 0 0.2em 0;
    font-size: 0.9em;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(144, 144, 144, 0.075);
    border: none;
    border: solid 1px rgba(144, 144, 144, 0.25);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.6em;
    text-decoration: none;
    width: 100%;
    font-size: 0.9em;
}

    input[type="text"].newsletter {
        font-size: 0.7em;
    }

    input[type="text"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    select:invalid,
    textarea:invalid {
        box-shadow: none;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    select:focus,
    textarea:focus {
        border-color: #c31919;
        box-shadow: 0 0 0 1px #c31919;
    }

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

    .select-wrapper. {
        text-decoration: none;
        display: block;
        position: relative;
    }

    .select-wrapper:before {
        content: "";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .select-wrapper:before {
        color: rgba(144, 144, 144, 0.25);
        display: block;
        height: 2.75em;
        line-height: 2.75em;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 2.75em;
    }

    .select-wrapper select::-ms-expand {
        display: none;
    }

input[type="text"],
input[type="password"],
input[type="email"] {
    height: 2.5em;
}

select {
    height: 2.75em;
    padding-right: 2.75em;
}

textarea {
    padding: 0.75em 1em;
    height: 12.5em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        text-decoration: none;
        /*color: #444;*/
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: normal;
        padding-left: 2.4em;
        padding-right: 0.75em;
        position: relative;
    }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            background: rgba(144, 144, 144, 0.075);
            border-radius: 4px;
            border: solid 1px rgba(144, 144, 144, 0.25);
            content: '';
            display: inline-block;
            height: 1.65em;
            left: 0;
            line-height: 1.58125em;
            position: absolute;
            text-align: center;
            top: 0;
            width: 1.65em;
        }

    input[type="checkbox"]:checked + label:before,
    input[type="radio"]:checked + label:before {
        background: #666666;
        border-color: #666666;
        color: #ffffff;
        content: '\f00c';
    }

    input[type="checkbox"]:focus + label:before,
    input[type="radio"]:focus + label:before {
        border-color: #c31919;
        box-shadow: 0 0 0 1px #c31919;
    }

    input[type="checkbox"] + label:before {
        border-radius: 4px;
    }

    input[type="radio"] + label:before {
        border-radius: 100%;
    }

::-webkit-input-placeholder {
    color: #bbb !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #bbb !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #bbb !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #bbb !important;
    opacity: 1.0;
}

.formerize-placeholder {
    color: #bbb !important;
    opacity: 1.0;
}




/* Box */

.box {
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    margin-bottom: 2em;
    padding: 1.5em;
}

    .box > :last-child,
    .box > :last-child > :last-child,
    .box > :last-child > :last-child > :last-child {
        margin-bottom: 0;
    }

    .box.alt {
        border: 0;
        border-radius: 0;
        padding: 0;
    }




/*###############
##### ICONS #####
###############*/

/* ICONS */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon > .label {
        display: none;
    }



/*################
##### IMAGES #####
################*/

/* IMAGES */
.image {
    /*border-radius: 4px;*/
    border: 0;
    display: inline-block;
    position: relative;
}

    .image img {
        /*border-radius: 4px;*/
        display: block;
    }

    .image.left {
        float: left;
        padding: 0 1.5em 1em 0;
        top: 0.25em;
    }

    .image.right {
        float: right;
        padding: 0 0 1em 1.5em;
        top: 0.25em;
    }

    .image.left, .image.right {
        max-width: 40%;
    }

        .image.left img, .image.right img {
            width: 100%;
        }

    .image.fit {
        display: block;
        margin: 0 0 0.5em 0;
        width: 100%;
    }

        .image.fit img {
            width: 100%;
        }




/*###############
##### LISTS #####
###############*/

/* LISTS */

ol {
    list-style: decimal;
    margin: 2em 0;
    padding-left: 1em;
}

    ol li {
        padding-left: 0.5em;
        padding-bottom: 0.5em;
    }

ul {
    list-style: disc;
    margin: 2em 0;
    padding-left: 1em;
}

    ul li {
        padding-left: 0.5em;
        padding-bottom: 0.5em;
    }

    ul.alt {
        list-style: none;
        padding-left: 0;
    }

        ul.alt li {
            border-top: solid 1px rgba(144, 144, 144, 0.25);
            padding: 0.5em 0;
        }

            ul.alt li:first-child {
                border-top: 0;
                padding-top: 0;
            }

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0;
        }

            ul.icons li:last-child {
                padding-right: 0;
            }

            ul.icons li .icon:before {
                font-size: 2em;
            }

    ul.actions {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.actions li {
            display: inline-block;
            padding: 0 1em 0 0;
            vertical-align: middle;
        }

            ul.actions li:last-child {
                padding-right: 0;
            }

        ul.actions.small li {
            padding: 0 0.5em 0 0;
        }

        ul.actions.vertical li {
            display: block;
            padding: 1em 0 0 0;
        }

            ul.actions.vertical li:first-child {
                padding-top: 0;
            }

            ul.actions.vertical li > * {
                margin-bottom: 0;
            }

        ul.actions.vertical.small li {
            padding: 0.5em 0 0 0;
        }

            ul.actions.vertical.small li:first-child {
                padding-top: 0;
            }

        ul.actions.fit {
            display: table;
            margin-left: -1em;
            padding: 0;
            table-layout: fixed;
            width: calc(100% + 1em);
        }

            ul.actions.fit li {
                display: table-cell;
                padding: 0 0 0 1em;
            }

                ul.actions.fit li > * {
                    margin-bottom: 0;
                }

            ul.actions.fit.small {
                margin-left: -0.5em;
                width: calc(100% + 0.5em);
            }

                ul.actions.fit.small li {
                    padding: 0 0 0 0.5em;
                }

dl {
    margin: 0 0 2em 0;
}


ul.search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.search-results li {
        margin: 0 0 1em 0;
        padding: 0 0 1em 0;
        border-bottom: 1px solid #EEE;
    }

        ul.search-results li span {
            color: #999;
            font-weight: 600;
            display: inline-block;
            font-size: 0.8em;
            text-transform: uppercase;
        }




/*################
##### TABLES #####
################*/

/* TABLES */
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

    table tbody tr {
        border: solid 1px rgba(144, 144, 144, 0.25);
        border-left: 0;
        border-right: 0;
    }

        table tbody tr:nth-child(2n + 1) {
            background-color: rgba(144, 144, 144, 0.075);
        }

    table td {
        padding: 0.75em 0.75em;
    }

    table th {
        color: #666;
        font-size: 0.9em;
        font-weight: 600;
        padding: 0 0.75em 0.75em 0.75em;
        text-align: left;
    }

    table thead {
        border-bottom: solid 2px rgba(144, 144, 144, 0.25);
    }

    table tfoot {
        border-top: solid 2px rgba(144, 144, 144, 0.25);
    }

    table.alt {
        border-collapse: separate;
    }

        table.alt tbody tr td {
            border: solid 1px rgba(144, 144, 144, 0.25);
            border-left-width: 0;
            border-top-width: 0;
        }

            table.alt tbody tr td:first-child {
                border-left-width: 1px;
            }

        table.alt tbody tr:first-child td {
            border-top-width: 1px;
        }

        table.alt thead {
            border-bottom: 0;
        }

        table.alt tfoot {
            border-top: 0;
        }




/*##############
##### GRID #####
##############*/

/* GRID */
.grid-demo {
    display: block;
    margin: 0 0 2em 0;
}

    .grid-demo span {
        background: #cdede4;
        border-radius: 4px;
        color: rgba(0, 0, 0, 0.25);
        display: block;
        font-weight: 600;
        height: 2.75em;
        line-height: 2.75em;
        text-align: center;
    }

    .grid-demo .row.flush > div span {
        border-radius: 0;
    }

    .grid-demo .row.flush > div:first-child span {
        border-radius: 4px 0 0 4px;
    }

    .grid-demo .row.flush > div:last-child span {
        border-radius: 0 4px 4px 0;
    }



/*#################
##### BUTTONS #####
#################*/

/* BUTTONS */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #999;
    border: 0;
    color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 2.8em;
    line-height: 2.8em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.9em;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:hover,
    button:hover {
        background-color: #AA1010;
        text-decoration: none;
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    .button:active,
    button:active {
        background-color: #595959;
    }

    input[type="submit"].icon,
    input[type="reset"].icon,
    input[type="button"].icon,
    .button.icon,
    button.icon {
        padding-left: 1.35em;
    }

        input[type="submit"].icon:before,
        input[type="reset"].icon:before,
        input[type="button"].icon:before,
        .button.icon:before,
        button.icon:before {
            margin-right: 0.5em;
        }

    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    .button.fit,
    button.fit {
        display: block;
        margin: 0 0 1em 0;
        width: 100%;
    }

    input[type="submit"].small,
    input[type="reset"].small,
    input[type="button"].small,
    .button.small,
    button.small {
        font-size: 0.6em;
    }

    input[type="submit"].big,
    input[type="reset"].big,
    input[type="button"].big,
    .button.big,
    button.big {
        font-size: 1.2em;
    }

    input[type="submit"].alt,
    input[type="reset"].alt,
    input[type="button"].alt,
    .button.alt,
    button.alt {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
        color: #666 !important;
    }

        input[type="submit"].alt:hover,
        input[type="reset"].alt:hover,
        input[type="button"].alt:hover,
        .button.alt:hover,
        button.alt:hover {
            background-color: rgba(144, 144, 144, 0.075);
        }

        input[type="submit"].alt:active,
        input[type="reset"].alt:active,
        input[type="button"].alt:active,
        .button.alt:active,
        button.alt:active {
            background-color: rgba(144, 144, 144, 0.2);
        }

        input[type="submit"].alt.icon:before,
        input[type="reset"].alt.icon:before,
        input[type="button"].alt.icon:before,
        .button.alt.icon:before,
        button.alt.icon:before {
            color: #bbb;
        }

    input[type="submit"].special,
    input[type="reset"].special,
    input[type="button"].special,
    .button.special,
    button.special {
        background-color: #AA1010;
        color: #ffffff !important;
    }

        input[type="submit"].special:hover,
        input[type="reset"].special:hover,
        input[type="button"].special:hover,
        .button.special:hover,
        button.special:hover {
            background-color: #CF1B1B;
        }

        input[type="submit"].special:active,
        input[type="reset"].special:active,
        input[type="button"].special:active,
        .button.special:active,
        button.special:active {
            background-color: #CF1B1B;
        }


    input[type="submit"].yellow,
    input[type="reset"].yellow,
    input[type="button"].yellow,
    .button.yellow,
    button.yellow {
        background-color: #EAD148;
        color: #333 !important;
        font-size: 0.8em;
        margin-left: 0.5em;
    }

        input[type="submit"].yellow:hover,
        input[type="reset"].yellow:hover,
        input[type="button"].yellow:hover,
        .button.yellow:hover,
        button.yellow:hover {
            background-color: #F1E28D;
        }

        input[type="submit"].yellow:active,
        input[type="reset"].yellow:active,
        input[type="button"].yellow:active,
        .button.yellow:active,
        button.yellow:active {
            background-color: #F1E28D;
        }


    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    .button.disabled,
    .button:disabled,
    button.disabled,
    button:disabled {
        background-color: #444 !important;
        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
        color: #fff !important;
        cursor: default;
        opacity: 0.25;
    }


    input[type="submit"].left,
    input[type="reset"].left,
    input[type="button"].left,
    .button.left,
    button.left {
        float: left;
    }

    input[type="submit"].right,
    input[type="reset"].right,
    input[type="button"].right,
    .button.right,
    button.right {
        float: right;
    }




/*################
##### HEADER #####
################*/

/* HEADER */
#header {
    background: #AA1010;
    color: #FFF;
    width: 100%;
    /*height: 8em;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 10000;*/
}

    #header .container {
        position: relative;
        display: block;
        height: 9em;
    }

        #header .container nav {
            right: 0;
        }

/* HEADER: LOGO */
.logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1.7em 0 0 0;
}

/* HEADER: CONTACT */
.header-links {
    margin: 0.6em 0 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.8em;
}

    .header-links a {
        color: #FFF;
        padding: 0 0 0 1em;
    }

        .header-links a:hover {
            text-decoration: underline;
        }

    .header-links span {
        margin: 0;
        padding: 0 0.7em;
    }


/* HEADER: TOP NAV */
.extra-links {
    margin: 5.6em 0 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}


/* HEADER: SOCIAL MEDIA */
.social-media {
    margin: 2.2em 15em 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .social-media a {
        transition: all .15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
    }

        .social-media a.twitter {
            color: #33CCFF;
        }

        .social-media a.facebook {
            color: #4063BF;
        }

        .social-media a.pinterest {
            color: #D50000;
        }

        .social-media a.youtube {
            color: #D50000;
        }

        .social-media a.twitter:hover {
            color: #84E0FF;
        }

        .social-media a.facebook:hover {
            color: #627ECA;
        }

        .social-media a.pinterest:hover {
            color: #FD0000;
        }

        .social-media a.youtube:hover {
            color: #FD0000;
        }



/* HEADER: SEARCH */
.header-search-wrap {
    margin: 2.2em 0 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 210px;
}

.header-search {
    margin: 0;
    padding: 0.4em;
    height: auto;
    display: inline-block;
    border: 3px solid #7E0C0C;
    background-color: #FFF;
    width: 100%;
}

    .header-search form {
        margin: 0;
        padding: 0;
    }

input[type="text"].header-search-txtfield {
    border: none;
    margin: 0;
    padding: 0;
    height: 1.8em;
    float: none;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    border: none;
    background-color: transparent;
    width: 90%;
    float: left;
    font-size: 0.8em;
}

    input[type="text"].header-search-txtfield:active,
    input[type="text"].header-search-txtfield:focus {
        color: #333;
        border: none;
        box-shadow: none;
    }

#btnsearch {
    float: left;
    display: inline-block;
}

button.header-search-btn {
    margin: 0;
    padding: 0;
    width: 10%;
    height: 22px;
    font-size: 1.4em;
    border: none;
    cursor: pointer;
    float: left;
    line-height: 0em;
    display: inline-block;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    color: #333 !important;
    background-color: transparent;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

    button.header-search-btn:hover {
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }





/*##################
##### MAIN NAV #####
##################*/

/* NAV */
nav {
    position: relative;
    display: block;
    height: auto;
    background-color: #7E0C0C;
    color: #FFF;
    width: 100%;
}

    nav .container {
        position: relative;
        display: block;
        height: auto;
        height: 2.5em;
        padding: 0;
    }

ul#nav {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    ul#nav li {
        display: inline-block;
        float: left;
        margin-left: 0;
        padding-left: 0;
    }

        ul#nav li a {
            -moz-transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
            display: inline-block;
            text-decoration: none;
            margin: 0;
            padding: 0 1em;
            text-align: center;
            color: #FFF;
            text-decoration: none;
            height: 2.7em;
            line-height: 2.7em;
            font-size: 0.9em;
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            ul#nav li a:hover {
                color: #FFF;
                background-color: #CF1B1B;
            }

            ul#nav li a.selected {
                background-color: #CF1B1B;
                color: #FFF;
            }

            ul#nav li a.index {
            }

            ul#nav li a span {
                display: none;
            }





/*################
##### BANNER #####
################*/

/* BANNER */
#banner {
    background: #454545;
    padding: 1.5em 0;
    text-align: center;
}

    #banner :last-child {
        margin-bottom: 0;
    }

.flex-container {
    width: 1500px;
    min-width: 150px;
    margin: 0 auto;
}


/* CMS BANNER: CAPTION */
.cms-banner,
.cms-partial-banner {
    position: relative;
    margin-top: 0.5em;
}

    .cms-banner .caption,
    .cms-partial-banner .caption {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
        bottom: 0;
        color: #fff;
        font-size: 1.2em;
        font-style: normal;
        height: auto;
        left: 0;
        line-height: 1.2em;
        margin: 0 0 2em 3em;
        padding: 10px 15px;
        position: absolute;
    }

    .cms-partial-banner .caption {
        font-size: 1.1em;
        margin: 0 0 1em 1em;
    }




/*#################
##### CONTENT #####
#################*/

/* MAIN */
#main {
    padding: 2em 0;
}




/*#################
##### ARCHIVE #####
#################*/


/* HEADING */
.archive-heading {
    color: #aa1010;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0.8em;
    text-transform: uppercase;
}


/* STRAPLINE */
.archive-strapline {
    margin: 0;
    padding: 0;
    float: right;
}

/* SEARCH */
.archive-search-wrap {
    background-color: #F4F4F4;
    border-top: 1px solid #C31919;
    margin: 0 0 2em 0;
    padding: 1em;
    height: auto;
    display: block;
}

.archive-or {
    padding: 1em 0 0 0;
    height: auto;
    display: block;
    text-align: center;
}

.archive-search {
    margin: 0;
    padding: 0.4em;
    height: auto;
    display: inline-block;
    border: 3px solid #CCC;
    background-color: #FFF;
    width: 100%;
}

    .archive-search form {
        margin: 0;
        padding: 0;
    }

input[type="text"].archive-search-txtfield {
    border: none;
    margin: 0;
    padding: 0;
    height: 2em;
    float: none;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    border: none;
    background-color: transparent;
    width: 90%;
    float: left;
    font-size: 0.89em;
    color: #666;
}

.archive-search-txtfield::-moz-placeholder {
    color: #666 !important;
}


input[type="text"].archive-search-txtfield:active,
input[type="text"].archive-search-txtfield:focus {
    color: #333;
    border: none;
    box-shadow: none;
}

#btnsearch {
    float: left;
    display: inline-block;
}

button.archive-search-btn {
    margin: 0;
    padding: 0;
    width: 10%;
    height: 22px;
    font-size: 1.4em;
    border: none;
    cursor: pointer;
    float: left;
    line-height: 0em;
    display: inline-block;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    color: #999 !important;
    background-color: transparent;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

    button.archive-search-btn:hover {
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    button.archive-search-btn::before {
        margin-right: 0;
    }


select.archive-search-ddf {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 2em;
    color: #666 !important;
}

.archive-search .select-wrapper::before {
    height: auto;
    line-height: 2em;
    color: rgba(144, 144, 144, 0.80);
}

.archive-search select:focus {
    box-shadow: none;
}

.archive-search optgroup {
    font-style: normal;
    padding: 0.5em 0.2em;
}

    .archive-search optgroup option {
        font-style: normal;
        padding: 0 0.6em;
        cursor: pointer;
    }





/* STATIC */
.archive-static {
    margin: 0 0 2em 0;
    padding: 0;
    height: auto;
    display: block;
}

/* CMS */
.archive-cms {
    margin: 0 0 2em 0;
    height: auto;
    display: block;
}

/* ON THIS DAY */
.archive-history {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}

.archive-history-header {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    text-transform: uppercase;
    border-bottom: 1px solid #C31919;
}

.archive-history-article {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
}

    .archive-history-article .owl-item {
        padding: .5em !important;
    }

.archive-history-article-container {
    padding: 0;
}

.archive-wrapper {
    margin: 0;
    border-top: #C31919 5px solid;
    text-align: left;
    font-size: .8rem;
    font-weight: 900;
    padding-top:.5em;
}

.archive-headline {
    line-height: normal;
    padding: 0.2em 0;
}

    .archive-headline a {
        color: #C31919 !important;
        font-weight: 900;
        text-decoration:none;
    }

        .archive-headline a .archive-desc {
            margin-top: .5em;
            line-height: normal;
            color: #333 !important;
            font-weight: 400;
        }

.archive-date {
    padding: 0;
    font-weight: 900;
    font-size:1.1em;
}


/*###############
#### ADVERTS ####
###############*/

.adverts {
    margin: 0 0 2em 0;
    padding: 0;
}










/*######################
#### KEYWORD SEARCH ####
######################*/

/* KEYWORD FILTER */
.keyword-filter-header {
    background-color: #CCC;
    padding: 0.8em;
    height: auto;
    color: #555;
    text-align: center;
    position: relative;
    font-size: 0.9em;
}

    .keyword-filter-header span {
        color: #333;
        text-align: center;
        font-size: 1.1em;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        line-height: 1.2em;
        padding-bottom: 0.2em;
    }

/* KEYWORD FILTER TRIANGLE */
.keyword-filter-triangle {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    color: white;
    background: #CCC;
    line-height: 0;
    text-decoration: none;
}

    .keyword-filter-triangle:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 10px;
        background: linear-gradient(to right bottom, #CCC 50%, transparent 50%);
    }

    .keyword-filter-triangle:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 10px;
        background: linear-gradient(to left bottom, #CCC 50%, transparent 50%);
    }


.keyword-filter-content {
    margin-top: 1em;
}

    .keyword-filter-content a {
        display: block;
        height: auto;
        color: #333;
        background-color: #F4F4F4;
        transition: all .15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        margin-bottom: 1px !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0.4em 0.8em;
        text-align: center;
        font-size: 0.9em;
    }

    .keyword-filter-content span {
        color: #AA1010;
    }

    .keyword-filter-content a:hover,
    .keyword-filter-content a.selected {
        background-color: #aa1010;
        color: #FFF;
    }

        .keyword-filter-content a:hover span {
            color: #FFF;
        }


/* KEYWORD RESULTS */
.keyword-results-wrap {
    /*border-bottom: 1px solid #CCC;*/
    padding-bottom: 1em;
}

.keyword-results-content {
    color: #999;
    padding: 0 0 0.4em 0;
    display: block;
    font-size: 0.9em;
}

.keyword-results-article {
    border-bottom: 1px solid #CCC;
    padding: 1em 0;
    margin: 0.5em 0;
}

.keyword-results-article-headline {
    font-size: 1.3em;
    padding-bottom: 0.5em;
    margin: 0;
    line-height: 1.3em;
}

.keyword-results-article-date {
    font-size: 0.9em;
    padding-bottom: 1em;
    margin: 0;
    color: #666;
}





/*################
#### ARTICLES ####
################*/

.article-date {
    font-size: 1.8em;
    color: #999;
    text-align: center;
}

.article-buttons {
    margin: 2em auto;
    text-align: center;
}

.article-summary {
    font-weight: 600;
}

.max-limit-reached {
    background-color: #cf1b1b;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    height: 2.7em;
    line-height: 2.7em;
    margin: 0;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
}

.to-enjoy-reading-full-article {
    background-color: #ead148;
    color: #aa1010;
    display: inline-block;
    font-size: 0.9em;
    height: auto;
    line-height: 2.7em;
    margin: 0;
    padding: 0 1em;
    text-align: left;
    text-decoration: none;
}



/*##############
#### ISSUES ####
##############*/

.issues-wrap {
    padding-top: 2em;
}

.issues-list-date {
    font-size: 1.8em;
    color: #999;
    text-align: center;
    display: block;
}

.issues-list {
    text-align: center;
    margin-bottom: 0.5em;
    position: relative;
}

    .issues-list img {
        text-align: center;
        margin-bottom: 0.5em;
    }

.issues-date {
    font-weight: 600;
    text-align: center;
    height: 3.5em;
    overflow: hidden;
}


/* PAGE CURL */
.curl {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient( 225deg, #fff, #f3f3f3 45%, #ddd 50%, #aaa 50%, #bbb 56%, #ccc 62%, #f3f3f3 80%, #fff 100% );
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    transition: all .5s ease;
}

    .curl:before,
    .curl:after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 12.5%;
        bottom: 5.8%;
        width: 70%;
        max-width: 300px;
        max-height: 100px;
        height: 55%;
        box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
        transform: skew(-10deg) rotate(-6deg);
    }

    .curl:after {
        left: auto;
        right: 5.8%;
        bottom: auto;
        top: 14.16%;
        transform: skew(-15deg) rotate(-84deg);
    }

.issues-list a:hover .curl {
    width: 60px;
    height: 60px;
}

.curl:hover:before,
.curl:hover:after {
    /*box-shadow: 0 24px 30px rgba(0, 0, 0, .1);*/
}





/*#############
#### ISSUE ####
#############*/

.issue-thumbs a {
    display: block;
    height: auto;
    margin: 0 0 0.5em 0;
    padding: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: 2px solid #fff;
}

    .issue-thumbs a:hover,
    .issue-thumbs a.selected {
        border: 2px solid #aa1010;
    }

.issue-thumbs .image.fit {
    margin: 0;
}



.issue-pages {
    width: 20%;
    display: inline-block;
}

    .issue-pages select {
        height: 2.8em;
    }

.issue-article {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}

.issue-article {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}

.issue-title {
    margin: 0;
    padding: 0 0 0.5em;
}

.issue-page {
    color: #999;
    margin: 0;
    padding: 0 0 0.8em;
    font-size: 0.9em;
}






/*##############
#### FOOTER ####
##############*/

#footer {
    background-color: #AA1010;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #FFF;
}

    #footer a {
        color: #FFF;
    }

.footer-top {
    margin: 0;
    padding: 0;
}

.footer-links {
    margin: 0;
    padding: 1em 0 0 0;
    font-size: 0.9em;
}

    .footer-links span {
        margin: 0;
        padding: 0 0.7em;
    }

.footer-copyright {
    margin: 0;
    padding: 1em 0;
    font-size: 0.8em;
}


.footer-bottom {
    margin: 0;
    padding: 1em 0;
    background-color: #7E0C0C;
    font-size: 0.7em;
}






/*###############
#### TEASERS ####
###############*/

/* TEASERS */
.teasers {
    margin-bottom: 1em;
}

    .teasers img {
        filter: alpha(opacity=100);
        -khtml-opacity: 1.0;
        -moz-opacity: 1.0;
        opacity: 1.0;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .teasers img:hover {
            filter: alpha(opacity=80);
            -khtml-opacity: 0.80;
            -moz-opacity: 0.80;
            opacity: 0.80;
        }





/*##############
### ARTICLES ###
##############*/

/* ARTICLES */
.articles,
.articles-side {
    margin: 0 0 1em 0;
    padding: 0 0 3em 0;
    border-bottom: 1px solid #C31919;
}

.articles-side {
    margin: 0;
    padding: 0 0 1em 0;
    border-bottom: none;
}

.articles:last-child {
    border-bottom: none;
    padding: 0;
}

.articles.breaking,
.articles.adverts {
    padding: 0 0 2em 0;
    border-bottom: 1px solid #C31919;
}

.articles.adverts-more {
    padding: 1em 0 2em 0;
}

.articles section,
.articles-side section {
    margin: 0 0 1em 0;
    padding: 0;
    background-color: #f4f4f4;
    border-top: 1px solid #CCC;
}

.articles-side section {
    border-top: 1px solid #C31919;
}

    .articles section > div,
    .articles-side section > div {
        padding: 1em;
    }


/* ARTICLE HEADING */
.article-heading,
.article-heading-side {
    margin: 0;
    padding: 0 0 0.8em 0;
    color: #AA1010;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}

/* ARTICLE WRAPS */
.article-wrap,
.image-wrap {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    height: auto;
}

    .article-wrap h1 {
    }

    .article-wrap p {
    }

    .article-wrap ul {
    }

    /* IMAGE WRAPS HEIGHT */
    .image-wrap.large {
        height: 20em;
    }

    .image-wrap.medium {
        height: 11em;
    }

    .image-wrap.small {
        height: 6em;
    }


    /* TEXT WRAPS HEIGHT */
    .article-wrap.large {
        height: 20em;
    }

    .article-wrap.medium {
        height: 7.8em;
    }

    .article-wrap.small {
        height: 5.57em;
    }



/* ISSUE DATE */
.latest-issue-date {
    background-color: #AA1010;
    color: #FFF;
    font-size: 1.4em;
    padding: 0.7em 1em;
}

    .latest-issue-date span {
        padding-left: 0.5em;
        font-size: 0.8em;
    }

.latest-issue-image {
    margin: 0;
    padding: 0;
}

/* MOST READ */
.most-read p {
    border-bottom: 1px solid #CCC;
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
}

    .most-read p:last-child {
        border-bottom: none;
        padding: 0 0 0.5em 0;
        margin: 0;
    }

    .most-read p .date-author {
        font-size: 0.85em;
        color: #666;
        display: block;
        padding-top: 0.3em;
    }


/* AUTHOR */
.author {
    font-size: 0.9em;
    color: #666;
    display: block;
    padding-top: 0.3em;
}



/* TEASERS */
.article-wrap-side.teasers a {
    padding: 0 0 1.5em 0;
    margin: 0;
    display: block;
}

    .article-wrap-side.teasers a:last-child {
        padding: 0;
    }


/* SPECIAL FEATURES */
.article-wrap-side.special-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .article-wrap-side.special-features ul li {
        margin: 0;
        padding: 0;
        display: block;
    }

        .article-wrap-side.special-features ul li a {
            margin: 0;
            padding: 0 0 0.5em 0;
            display: block;
            font-size: 1em;
        }


/* ADDTHIS */
.article-wrap-side.addthis a {
    margin: 0 0.5em 0 0;
    padding: 0;
}




/*###################
### NEWS ARTICLES ###
###################*/

/* NEWS */
.news {
    margin: 0;
    padding: 0;
}

    .news h2 {
        color: #333;
        font-size: 1.2em;
        font-weight: 600;
        margin: 0;
        padding: 0 0 0.4em 0;
        text-transform: uppercase;
    }

    .news em {
        margin: 0;
        padding: 0 0 0.8em 0;
        display: block;
        color: #666;
        display: block;
        font-size: 0.9em;
        font-style: normal;
    }




/*#################
##### FREE TAB ####
#################*/

/* FREE TAB */
.free {
    display: inline-block;
    background-color: #339966;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0 0.5em;
    margin: 0 0.5em;
}

.premium {
    display: inline-block;
    background-color: #ead148;
    color: #666;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0 0.5em;
    margin: 0 0.5em;
}
.premium.bigger {
    display: inline-block;
    background-color: #ead148;
    color: #666;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0 0.5em;
    margin: 0 0.5em;
}



/*################
### PAGINATION ###
################*/

/* PAGINATION */
.pagination {
    margin: 0;
    height: auto;
    padding: 0;
}

    .pagination a,
    .pagination span.current {
        margin: 0;
        padding: 0.2em 0.5em;
        font-size: 0.8em;
        text-align: center;
        background: none repeat scroll 0 0 rgba(144, 144, 144, 0.1);
        color: #666;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .pagination span.current {
        background: none repeat scroll 0 0 rgba(144, 144, 144, 0.7);
        color: #FFF;
        text-align: center;
    }

    .pagination a:hover {
        background: none repeat scroll 0 0 rgba(144, 144, 144, 0.3);
        color: #333;
        text-decoration: none;
    }






/*################
### VALIDATION ###
################*/

#validation {
    margin: 0;
    padding: 0;
}

    #validation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #validation ul li {
            margin: 0;
            display: block;
            padding: 0.5em 0 0 1em;
            color: #FFF !important;
            font-size: 0.8em;
            background: #FF3737;
        }

            #validation ul li:before {
                font-family: FontAwesome;
                content: "\f071";
                padding-right: 0.8em;
            }

            #validation ul li:last-child {
                padding-bottom: 0.5em;
                margin-bottom: 2em;
            }



.validate-newsletter {
    margin: 0 0 0.5em 0;
    display: block;
    padding: 0.6em 1em;
    color: #FFF !important;
    font-size: 0.8em;
    background: #FF3737;
    display: none;
    width: 100%;
}

    .validate-newsletter:before {
        font-family: FontAwesome;
        content: "\f071";
        padding-right: 0.8em;
    }




/*##############################
##### RESPONSIVE RECAPTCHA #####
##############################

@media only screen {
    #recaptcha_challenge_image
    {
        margin: 0 !important;
        width: 70% !important;
        height: auto !important;
    }
    #recaptcha_response_field
    {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .recaptchatable #recaptcha_image 
    {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell 
    {
        margin: 0 !important;
        width: 100% !important;
        background: none !important;
        height: auto !important;
    }

}

#recaptcha_response_field
{
    border:1px solid #CCC !important;
    padding:5px
}
#recaptcha_privacy
{
    font-size: 0.8em;
}
*/




/*####################
#### IMAGE LIQUID ####
####################*/

.imgLiquid {
    width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    .imgLiquid:hover {
        filter: alpha(opacity=80);
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
    }




/*#####################
#### FEEDBACK FORM ####
#####################*/

.feedback {
    border: 1px solid #dedede;
    display: block;
    height: auto;
    margin: 2em 0 0;
    padding: 1em 1.5em;
    position: relative;
}

.mandatory {
    float: right;
    font-size: 0.7em;
    padding-top: 1em;
}



/*##################
#### GOOGLE MAP ####
##################*/

.googlemap {
    width: 100%;
    height: 520px;
    float: right;
}



/*##################
#### NEWSLETTER ####
##################*/




/* Newsletter: AJAX IMAGE LOADING */
#newsLetterloadingImage {
    display: none;
    height: 84px;
    width: 84px;
    position: relative;
    top: 30%;
    left: 35%;
    z-index: 1;
    background: url('/content/images/ajax-loader.gif') no-repeat center center;
}





/*###################
#### BACK TO TOP ####
###################*/

#backtotop {
    cursor: pointer;
    display: none;
    margin: 0;
    position: fixed;
    bottom: 1em;
    right: 1em;
    font-size: 0.8em;
    padding: 0.3em 0.5em;
    text-align: center;
    background-color: #000;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    color: #FFF;
    z-index: 1000;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    #backtotop:hover {
        filter: alpha(opacity=80);
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
    }



/*#################
#### CLEAR FIX ####
#################*/

.clearfix {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
