﻿@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: .95em;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* LINKS */
a {
    color: #AA1010;
    text-decoration: none;
}

    a:hover {
        color: #AA1010;
        text-decoration: underline;
    }

.cms a {
    color: #AA1010;
    border-bottom: 1px dashed #CCC;
}

    .cms a:hover {
        color: #AA1010;
        border-bottom: 1px solid #AA1010;
        text-decoration: none;
    }




/* FONTS AND STYLES */
strong, b {
    font-weight: 600;
}

em {
    font-style: italic;
}

i {
    font-style: normal;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

h1 {
    margin: 0;
    padding: 0 0 0.8em 0;
    color: #AA1010;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}

    h1 span {
        font-size: 0.8em;
        color: #666;
    }

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;
    background: none;
}

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(144, 144, 144, 0.25);
    margin: 0.5em 0 1em 0;
}

    hr.major {
        margin: 3em 0;
    }


/* 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;
    position: relative;
}

    .form p {
        margin: 0;
        padding: 0 0 0.8em 0;
    }

    .form span {
        display: block;
        margin: 0;
        padding: 0 0 0.2em 0;
        font-size: 0.9em;
    }


/* 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;
}




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;
    font-family: 'Open Sans';
}

    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: #aa1010;
        box-shadow: 0 0 0 1px #aa1010;
    }

.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: #777;*/
        cursor: pointer;
        display: inline-block;
        font-size: 0.9em;
        line-height: 1.8em;
        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: 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: #aa1010;
        box-shadow: 0 0 0 1px #aa1010;
    }

.checkboxWrap {
    margin: 0.5em 0 2em 0;
}

input[type="checkbox"] + label:before {
}

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 6.5em;
}
/* HEADER: NOTICE */
.notice {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 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;
    color: #333;
}

    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%;
}

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;
            }

/*Bootstrap Nav*/
#mobile-navbar-collapsable, .navbar-inverse {
    width: 100%;
    text-align: center;
    background-color: #7E0C0C;
    padding: 0;
}

.navbar {
    border-radius: 0;
    border: none;
    min-height: 0;
}

ul#nav li {
    padding-bottom: 0em;
}

nav > .container {
    padding: 0;
}





/*################
##### 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: 0 0 1em 0;
}

    .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;
}




/*##############
#### 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;
        }





/*#######################
### HOMEPAGE ARTICLES ###
#######################*/

/* ARTICLES */
.articles,
.articles-side {
    margin: 0 0 1em 0;
    padding: 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 {
    padding: 0;
    border-bottom: 1px solid #C31919;
}

.articles.adverts {
    padding: 0 0 1em 0;
    border-bottom: 1px solid #C31919;
}

.articles.adverts-more {
    padding: 0.5em 0 1em 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;
    line-height: 1.2em;
    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 {
    }


/* ARTICLE DESCRIPTION */
.letters-notice {
    background-color: #eee;
    margin: 10px 0;
    padding: 5px 10px;
}

.gradient-cover-container {
    position: relative;
}

.gradient-cover {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 21%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(21%, rgba(255,255,255,0.4)), color-stop(52%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 21%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 21%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 21%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 21%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    height: 50%;
    width: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
}


.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;*/
    background-color: #aa1010;
}

.to-enjoy-reading-full-article, .max-limit-reached {
    display: inline-block;
    font-size: 0.9em;
    height: auto;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

    .to-enjoy-reading-full-article > .upper {
        background-color: #CF1B1B;
        margin: 0;
        padding: 30px;
        color: #fff;
    }

    .to-enjoy-reading-full-article > .lower {
        background-color: rgb(244, 244, 244);
        margin: 0;
        padding: 30px;
    }

        .to-enjoy-reading-full-article > .lower strong {
            display: block;
            margin-bottom: 20px;
        }

        .to-enjoy-reading-full-article > .lower .btn {
            margin-top: 7px;
            margin-bottom: 7px;
            padding-left: 25px;
            padding-right: 25px;
            margin-right: 20px;
            -moz-transition: all .2s;
            -o-transition: all .2s;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .to-enjoy-reading-full-article > .lower .btn-hollow {
            border: 1px #CF1B1B solid;
            border-radius: 0;
        }

        .to-enjoy-reading-full-article > .lower .btn-red {
            background: #CF1B1B;
            color: #FFF;
        }

        .to-enjoy-reading-full-article > .lower .btn-yellow-border {
            background: none;
            border-color: #EAD148;
            color: #333;
        }

        .to-enjoy-reading-full-article > .lower .btn-hollow:hover {
            background-color: #FFF;
            color: #CF1B1B;
        }

        .to-enjoy-reading-full-article > .lower .btn-red:hover {
            background-color: #FFF;
            color: #CF1B1B;
            border: 1px solid #CF1B1B;
        }

        .to-enjoy-reading-full-article > .lower .btn-yellow-border:hover {
            background-color: #EAD148;
        }






    .to-enjoy-reading-full-article .subscribe-text {
        margin-bottom: 15px;
    }

        .to-enjoy-reading-full-article .subscribe-text > div {
            margin-bottom: 10px;
        }

            .to-enjoy-reading-full-article .subscribe-text > div > i {
                color: #CF1B1B;
                margin-right: 10px;
            }

    .to-enjoy-reading-full-article img {
        max-width: 100%;
        margin-bottom: 10px;
    }

#bodyFader.bgGradDefault {
    /*background: rgba(0, 0, 0, 0) url("../images/gradient_default.png") repeat scroll left bottom;*/
}

#bodyFader {
    /*bottom: 15px;
    height: 85px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;*/
}



/* 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;
}




/*##############
### ARTICLES ###
##############*/

/* ARTICLES: NEWS */
.articles-news {
    margin: 0;
    padding: 0;
}

    .articles-news h2 {
        color: #333;
        font-size: 1.2em;
        font-weight: 600;
        margin: 0;
        padding: 0 0 0.4em 0;
        text-transform: uppercase;
    }

    .articles-news em {
        margin: 0;
        padding: 0 0 0.8em 0;
        display: block;
        color: #666;
        display: block;
        font-size: 0.9em;
        font-style: normal;
    }

    .articles-news p em, .articles-news p i {
        font-style: italic !important;
        display: inline !important;
        font-size: inherit !important;
    }

/* ARTICLE ICONS */
.article-icon {
    padding: 0 0.5em 0 0;
    color: #aa1010;
}


/* subscribe bar */
.subscribe-lower-bar {
    background: #aa1010;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
    color: #FFF;
}

    .subscribe-lower-bar p {
        line-height: 70px;
        height: 70px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .subscribe-lower-bar .btn.btn-hollow {
        color: #FFF;
        border: 1px solid #FFF;
        vertical-align: middle;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 0;
        padding-bottom: 0;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
        font-size: .8em;
        width: 100%;
    }

        .subscribe-lower-bar .btn.btn-hollow:hover {
            background: rgba(255,255,255,.2);
        }

/* subscribe box */


/*##############
### COMMENTS ###
##############*/

/* COMMENTS */
.comments {
    margin: 0;
    padding: 0;
}

    .comments h2 {
        color: #333;
        font-size: 1.2em;
        font-weight: 600;
        margin: 0;
        padding: 0 0 0.4em 0;
        text-transform: uppercase;
    }

    .comments i {
        margin: 0;
        padding: 0 0 0.8em 0;
        display: block;
        color: #666;
        font-size: 0.9em;
    }

.comments-post {
    margin: 1em 0 0 0;
    padding: 1em 0;
    display: block;
    border-top: 1px dashed #CCC;
}

.comments-complain {
}

.comments-author {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.comments-date {
    color: #888;
    margin: 0;
    padding: 0.5em 0 1em 0;
    font-size: 0.9em;
}





/*#################
##### 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 TAB */
.premium {
    display: inline-block;
    background-color: #ead148;
    color: #666;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0 0.5em;
    margin: 0 0.5em;
}

.registered-user {
    display: inline-block;
    background-color: #ead148;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0 0.5em;
    margin: 0 0.5em;
}

.subscriber {
    display: inline-block;
    background-color: #AA1010;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0 0.5em;
    margin: 0 0.5em;
}



/*################
### PAGINATION ###
################*/

/* PAGINATION */
.pagination {
    margin: 0.2em 0 0 0;
    height: 2.5em;
    padding: 0;
    text-align: center;
    float: right;
}

    .pagination a,
    .pagination span.current {
        margin: 0 0 0 0.4em;
        padding: 0.4em 1em;
        font-size: 0.8em;
        background: none repeat scroll 0 0 rgba(144, 144, 144, 0.075);
        color: #666;
        border: 1px solid rgba(144, 144, 144, 0.25);
        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-color: #aa1010;
        border: 1px solid rgba(144, 144, 144, 0.25);
        color: #FFF;
    }

    .pagination a:hover {
        background: none repeat scroll 0 0 rgba(144, 144, 144, 0.2);
        color: #333;
        text-decoration: none;
    }


.page-numbers.dots {
    margin: 0 0 0 0.4em;
    padding: 0.4em 0.5em;
}




/*################
### 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;
    }

.validate-comments {
    background: #ffd7d7 url("/content/images/warning.png") no-repeat scroll 8px 8px;
    color: #cc0000;
    display: none;
    font-size: 13px;
    line-height: 1.3em;
    margin: 10px 0;
    padding: 6px 0 4px 26px;
}




#commentsLoadingImage {
    display: none;
    height: 84px;
    width: 84px;
    position: relative;
    top: 30%;
    left: 35%;
    z-index: 1;
    background: url('/content/images/comments-ajax-loader.gif') no-repeat center center;
}




/*##############################
##### RESPONSIVE RECAPTCHA #####
##############################*/

.g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}





/*####################
#### 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;
}


/*#################
#### GALLERY ######
#################*/
.gallery-list .gallery-title {
    height: 40px;
}


/*###################
#### 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;
}

/*#################
#### NO GUTTER ####
#################*/

.no-gutter, .no-margin {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.no-gutter-right {
    padding-right: 0;
    margin-right: 0;
}

.no-gutter-left {
    padding-left: 0;
    margin-left: 0;
}



/*#######################
##### USER TEMPLATE #####
#########################*/

/*Youtube Videos*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
