﻿html {
    min-height: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    font: 15px/1.5em 'Merriweather', sans-serif;
    color: #060606;
    background-color: rgb(239, 238, 236);
    background: url(/images/body.jpg) fixed;
    -ms-background-size: 100% auto;
    background-size: 100% auto;
}

a {
    color: #3a0025;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

    a:hover {
        color: #6c0346;
    }

    a, a:hover, a:focus, a:active {
        /*webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;*/
    }

.btn { /*font-family: 'Philosopher';*/
    text-transform: uppercase;
    padding-top: 7px;
}

.btn-custom-darken.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-custom-darken {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #580239;
    background-image: -moz-linear-gradient(top, #6c0346, #3a0226);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c0346), to(#3a0226));
    background-image: -webkit-linear-gradient(top, #6c0346, #3a0226);
    background-image: -o-linear-gradient(top, #6c0346, #3a0226);
    background-image: linear-gradient(to bottom, #6c0346, #3a0226);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c0346', endColorstr='#ff3a0226', GradientType=0);
    border-color: #3a0226 #3a0226 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #3a0226; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-custom-darken:hover, .btn-custom-darken:focus, .btn-custom-darken:active, .btn-custom-darken.active, .btn-custom-darken.disabled, .btn-custom-darken[disabled] {
        color: #ffffff;
        background-color: #3a0226;
        *background-color: #220116;
    }

    .btn-custom-darken:active, .btn-custom-darken.active {
        background-color: #090006;
    }



.si-lk p { /*font-size: 1.05em;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Philosopher';
    font-weight: bold;
    text-align: initial;
}

.color-red {
    color: #3a0025 !important;
}

.wrapper {
    background: #f4e7e2 url(/images/background.jpg) no-repeat center top;
    -ms-background-size: 100% auto;
    background-size: 100% auto;
    box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
    min-height: 850px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 40px;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

.page-footer {
    min-height: 160px;
    width: 100%;
    background: url(/images/footer.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 20px;
    -webkit-box-shadow: 0 8px 6px -6px #888;
    -moz-box-shadow: 0 8px 6px -6px #888;
    box-shadow: 0 8px 6px -6px #888;
    z-index: -1;
}

.navbar-brand, .navbar-collapse.collapse {
    padding: 0;
}

.section {
    margin: 30px 0;
}

.footer {
    min-height: 340px;
}

    .footer .container {
        font-size: 0.95em;
        color: #555;
        padding-left: 30px;
        padding-right: 30px;
    }

.quote-home {
    height: 350px;
    line-height: 350px;
}

    .quote-home blockquote {
        font-size: 1.4em;
        padding: 5px 0 5px 30px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.4em;
        border-left: 4px solid #c0c0c0;
        position: relative; /*text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;*/
        font-family: 'Philosopher';
    }
        /*blockquote span:before {    display: block;    content: "\201C";    font-size: 80px;    color: #7a7a7a;    font-family: Georgia, serif;    position: absolute;    left: 0;    top: -14px;}blockquote span:after {    display: block;    content: "\201D";    font-size: 80px;    color: #7a7a7a;    font-family: Georgia, serif;    position: absolute;    right: -30px;    bottom: -14px;}*/

        .quote-home blockquote i {
            font-size: 0.6em;
        }

.small-logo {
    background: url(/images/logo-small.png) no-repeat center;
    padding-left: 160px;
    line-height: 50px;
}

    .small-logo span {
        border-left: 1px solid #999;
        padding-left: 20px;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 50px;
        font-family: 'Philosopher';
    }

.nav {
    font-family: 'Philosopher';
}

.navbar-nav > li {
    margin-right: 1px;
}

    .navbar-nav > li > a {
        padding: 10px 12px 8px 12px;
    }

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
    background-color: rgba(125, 2, 30, 0.35);
}

.nav.navbar-nav {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.95em;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
}

    .nav-tabs > li a {
        font-size: 1.1em;
        font-weight: bold;
    }

.nav-tabs {
    text-align: center;
    border-bottom: 1px solid rgba(125, 2, 30, 0.35);
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: rgba(125, 2, 30, 0.35);
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border: 1px solid rgba(125, 2, 30, 0.35);
        }

    .nav-tabs > li > a {
        background-color: rgba(125, 2, 30, 0.15);
        text-transform: none;
    }

.tab-pane.fade {
    padding-top: 20px;
}

.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 45px;
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 45px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid rgba(125, 2, 30, 0.35);
}

.scrtabs-tabs-movable-container {
    position: relative;
    margin: 0 auto;
}

.scrtabs-tab-scroll-arrow { /*border: 1px solid #dddddd;*/
    border-top: none;
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}

    .scrtabs-tab-scroll-arrow:hover { /*background-color: #eeeeee;*/
    }

.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 45px;
}

    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

.scrtabs-tab-content-hidden {
    display: none;
}

.scrolling-tabs-container {
    min-height: 345px;
}

.scrolling-tabs-header {
    background-color: #666666;
    color: white;
    font-size: 22px;
    height: 40px;
    padding: 4px 18px;
}

.scrolling-tabs-subheader {
    background-color: #f0f0f0;
    color: #333;
    font-size: 16px;
    height: 65px;
    margin-top: 50px;
    padding: 8px 24px;
}

    .scrolling-tabs-subheader:first-child {
        margin-top: 20px;
    }

    .scrolling-tabs-subheader div:first-child {
        font-weight: 700;
        margin-bottom: 2px;
    }

.tab-content {
    overflow: hidden;
    min-height: 300px;
}

    .tab-content img {
        margin-top: 20px;
    }

.tab-pane.active {
    -webkit-transition: left 0.35s ease;
    -moz-transition: left 0.35s ease;
    -ms-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
    position: relative;
    overflow: hidden;
    left: 100%;
}

    .tab-pane.active.in {
        left: 0;
    }

    .tab-pane.active.out {
        left: -100%;
    }

.header-bar {
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
    height: 40px;
    z-index: 500;
    background-color: rgba(255,255,255,.4);
    border-top: 1px solid rgba(125, 2, 30, 0.35);
    border-bottom: 1px solid rgba(125, 2, 30, 0.35); /*box-shadow: inset 0 8px 2px -8px #7d021e, inset 0 -6px 6px -7px #7d021e;*/
    padding-left: 80px;
    padding-right: 80px;
}

.header {
    height: 150px;
    margin-bottom: 10px;
}

.background-home {
    background: url(/images/home.png) no-repeat center center; /*min-height: 280px;*/ /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
}

.shadow {
    /*min-height: 325px;*/
    position: relative;
    padding-bottom: 53px;
    background: url(/images/line.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 20px;
    overflow: hidden;
}

    .shadow h2 { /*font-family: 'Merriweather' !important;*/
    }

    .shadow p {
        font-size: 1.05em;
        font-family: 'Merriweather' !important;
    }

        .shadow p:last-child {
            padding-bottom: 20px;
        }

.en-gb p.caps:first-child:first-letter {
    float: left;
    color: #3a0025;
    font-size: 42px;
    line-height: 42px;
    padding-top: 1px;
    padding-right: 4px;
    padding-left: 3px;
}


.l1 {
    position: absolute;
    top: 0;
    left: 320px;
    background: url(/images/bo-leaf1.png) no-repeat;
    width: 107px;
    height: 120px;
    z-index: 100;
    -webkit-animation-name: leaf-1;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 0px 0;
    animation-name: leaf-1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform-origin: 50px 0;
}

.l2 {
    position: absolute;
    top: -2px;
    left: 320px;
    background: url(/images/bo-leaf2.png) no-repeat;
    width: 107px;
    height: 120px;
    z-index: 99;
    -webkit-animation-name: leaf-2;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 34px 0;
    animation-name: leaf-2;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    transform-origin: 34px 0;
}

.l3 {
    position: absolute;
    top: -2px;
    left: 315px;
    background: url(/images/bo-leaf3.png) no-repeat;
    width: 107px;
    height: 120px;
    z-index: 99;
    -webkit-animation-name: leaf-3;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 78px 0;
    animation-name: leaf-3;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform-origin: 78px 0;
}

p.editorial-item {
    font-size: 1.1em;
    margin-bottom: 5px; /*font-family: Philosopher;*/
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

p.editorial-time {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

a.editorial-item-image {
    overflow: hidden;
    position: relative;
    display: block;
}

    a.editorial-item-image img {
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    a.editorial-item-image:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    a.editorial-item-image span {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: rgba(176, 73, 108, 0.86);
        padding: 10px; /*font-family: Philosopher;*/
        color: #fff;
    }

hr {
    border-top: 1px solid rgba(108, 3, 70, 0.3);
}

.body {
    text-align: justify;
}

.en-gb .body p:first-child:first-letter {
    float: left;
    color: #3a0025;
    font-size: 42px;
    line-height: 42px;
    padding-top: 1px;
    padding-right: 4px;
    padding-left: 3px;
}

.body p {
    margin-bottom: 20px;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}

.into-line {
    padding-left: 30px;
    margin-left: 10px;
    border-left: 1px solid rgba(108, 3, 70, 0.3);
    min-height: 145px;
}

.into-line-freestyle {
    min-height: 200px;
}

    .into-line-freestyle p:first-child {
        height: 200px;
        display: table-cell;
        vert-align: middle
    }

.into-line p {
    height: 145px;
    display: table-cell;
    vertical-align: middle;
}

.intro-image {
    min-height: 145px;
}

    .intro-image img {
        margin: 35px auto;
    }

.summary {
    margin: 30px 0;
    padding: 20px 10px 15px 10px;
    border-top: 1px solid rgba(108, 3, 70, 0.1);
    border-bottom: 1px solid rgba(108, 3, 70, 0.1);
    font-style: italic
}



.author {
    margin: 20px 0; /*padding: 20px 0;*/ /*border-top: 1px solid rgba(108, 3, 70, 0.1);*/
    text-align: right;
}

    .author .author-title {
        font-size: 1.2em;
        font-family: 'Philosopher' !important;
    }

.right-line {
    border-right: 1px dashed rgba(108, 3, 70, 0.2);
    padding-right: 20px;
    text-align: justify;
}

.number-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
}

    .number-list li {
        counter-increment: step-counter;
        margin-bottom: 20px;
        font-size: 1.2em;
        padding-left: 50px;
        position: relative;
        font-weight: bold;
    }

        .number-list li span {
            color: #8A8A8A;
        }

        .number-list li p {
            font-size: 0.9em;
            font-weight: normal;
            line-height: 1.3em;
        }

        .number-list li::before {
            content: counter(step-counter);
            margin-right: 5px;
            font-size: 1.5em;
            width: 40px;
            height: 40px;
            line-height: 35px;
            text-align: center;
            color: #F9F9F9;
            font-weight: bold;
            -ms-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: -5px;
            border: 1px solid rgba(108, 3, 70, 0.1);
            background: url(/images/background.jpg) no-repeat -10px -60px;
        }

.sidebar {
    padding-left: 20px;
}

.number-page {
    position: relative;
    padding-left: 60px;
    min-height: 45px;
}

    .number-page span {
        font-size: 1.5em;
        width: 45px;
        height: 45px;
        display: block;
        margin-right: 10px;
        line-height: 40px;
        text-align: center;
        color: #F9F9F9;
        font-weight: bold;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid rgba(108, 3, 70, 0.1);
        background: url(/images/background.jpg) no-repeat -10px -60px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .number-page a {
        font-size: 1.2em;
        font-weight: bold;
    }

.number-page-footer {
    margin-bottom: 30px;
}

.editorial-slider {
    margin: 20px 0;
    position: relative;
}

    .editorial-slider .carousel-control { /*width: 8%;*/
        background: transparent;
    }

        .editorial-slider .carousel-control .fa {
            top: 58%;
            color: #6c0346;
            position: absolute;
        }

    .editorial-slider .left.carousel-control {
        left: -25px;
        width: 1%;
        background: url(/images/large-arrows.png) no-repeat 0 50%;
    }

    .editorial-slider .right.carousel-control {
        right: -25px;
        width: 1%;
        background: url(/images/large-arrows.png) no-repeat right 50%;
    }

    .editorial-slider .item {
        width: 100%;
    }

.title {
    margin: 20px 0;
}
/*.title-fill {    position: relative;}    .title-fill::before {        position: absolute;        content: ' ';        width: 45%;        margin-top: 24px;        margin-right: 17px;        border-bottom: 1px solid #b8b8b8;        z-index: 0;        right: 0;    }    .title-fill::after {        position: absolute;        content: ' ';        width: 45%;        margin-top: 24px;        margin-left: 17px;        border-bottom: 1px solid #b8b8b8;        z-index: 0;        left: 0;    }*/

.edition {
    width: 50px;
    height: 50px;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    border: 1px solid rgba(108, 3, 70, 0.1);
    background: url(/images/background.jpg) no-repeat -10px -60px;
    border-radius: 4px;
    padding: 5px;
    color: #F9F9F9;
}

    .edition span {
        font-size: 1.2em;
        display: block;
    }

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin: 0 2px;
    color: #fff !important;
}

    .btn-social-icon :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 30px;
        font-size: 1.3em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2);
}

    .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
        color: #fff;
        background-color: #005f8d;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}

    .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #309aea;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
        background-image: none;
    }

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

    .btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
        color: #fff;
        background-color: #ca3523;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
        background-image: none;
    }

.btn-rss {
    color: #fff;
    background-color: #cd853f;
    border-color: rgba(0,0,0,0.2);
}

    .btn-rss:hover, .btn-rss:focus, .btn-rss:active, .btn-rss.active, .open .dropdown-toggle.btn-rss {
        color: #fff;
        background-color: #d2691e;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-rss:active, .btn-rss.active, .open .dropdown-toggle.btn-rss {
        background-image: none;
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }
.btn-whatsapp {
    color: #fff;
    background-color: #075E54;
    border-color: rgba(0,0,0,0.2);
}

    .btn-whatsapp:hover, .btn-whatsapp:focus, .btn-whatsapp:active, .btn-whatsapp.active, .open > .dropdown-toggle.btn-whatsapp {
        color: #fff;
        background-color: #128C7E;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-whatsapp:active, .btn-whatsapp.active, .open > .dropdown-toggle.btn-whatsapp {
        background-image: none;
    }

.btn-envelope {
    color: #fff;
    background-color: #888;
    border-color: rgba(0,0,0,0.2);
}

    .btn-envelope:hover, .btn-envelope:focus, .btn-envelope:active, .btn-envelope.active, .open > .dropdown-toggle.btn-envelope {
        color: #fff;
        background-color: #3a0226;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-envelope:active, .btn-envelope.active, .open > .dropdown-toggle.btn-envelope {
        background-image: none;
    }

.social a {
    margin-bottom: 10px;
}

    .social a span {
        padding-left: 40px;
        padding-right: 15px;
        text-transform: none;
        line-height: 30px;
    }

.info {
    margin: 10px 0;
    padding: 20px 20px;
    border-radius: 4px;
    border: 1px solid rgba(125, 2, 30, 0.3);
    background-color: rgba(125, 2, 30, 0.1);
}

    .info h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }

.copyright-image {
    background-color: rgba(125, 2, 30, 0.1);
    width: 100%;
    line-height: 1.5em;
    display: block;
    font-size: 0.80em;
    padding: 4px 5px;
    text-align: right;
}

p.image-left img {
    float: left;
    margin: 10px 10px 10px 0;
    max-width: 100%;
}

p.image-right img {
    float: right;
    margin: 10px 0 10px 10px;
    max-width: 100%;
}

p.image-center img {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
}

h2.title {
    font-size: 1.8em;
    font-family: Merriweather, sans-serif !important;
}

h3.sub-title {
    font-size: 1.4em;
    font-family: Merriweather, sans-serif !important;
}

h4.small-sub-title {
    font-size: 1.1em;
    font-family: Merriweather, sans-serif;
}

blockquote {
    border-left: 5px solid #6c0346;
    font-size: 1em;
}

.nav.navbar-nav li {
}

    .nav.navbar-nav li .megamenu-holder {
        background-color: rgba(200, 142, 147, 0.94);
        position: absolute;
        top: 38px;
        left: 0;
        width: 100%;
        min-height: 320px;
        z-index: 200;
        -ms-opacity: 0;
        display: none;
        color: #f0f0f0;
    }
        /*.nav.navbar-nav li:hover .megamenu-holder {        -ms-opacity: 1;        opacity: 1;        webkit-transition: all 250ms ease-in-out;        -moz-transition: all 250ms ease-in-out;        -ms-transition: all 250ms ease-in-out;        -o-transition: all 250ms ease-in-out;        transition: all 250ms ease-in-out;    }*/

        .nav.navbar-nav li .megamenu-holder .container {
            padding: 20px 80px;
        }

.megamenu-holder h2.title {
    font-size: 1.3em;
}

#imageList:before, #imageList:after {
    content: "";
    display: table;
}

#imageList:after {
    clear: both;
}

#imageList .item {
    float: left;
    margin-bottom: 15px;
}

    #imageList .item img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
    }

#imageList .first-item {
    clear: both;
}
/* remove margin bottom on last row */

#imageList .last-row, .last-row ~ .item {
    margin-bottom: 0;
}

.audio-list {
}

    .audio-list .audio-list-item {
        float: left;
        padding: 10px;
        text-align: left;
        margin: 6px 6px 4px 0;
        width: 150px;
        height: 70px;
        background-color: rgba(125, 2, 30, 0.35);
        border: 1px solid rgba(125, 2, 30, 0.45);
        overflow: hidden;
    }

.secondary-nav {
    font-family: 'Philosopher', sans-serif !important;
    text-align: right;
    font-size: 1em;
}

    .secondary-nav .list-inline li {
        margin-right: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .secondary-nav a {
        text-transform: uppercase;
    }

.lang-select {
    padding: 5px;
    height: 30px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.page-nav {
    width: 100%;
    padding: 10px 0 40px 0;
    min-height: 95px;
    border-top: 1px solid rgba(125, 2, 30, 0.1);
}

    .page-nav a {
        line-height: 2.2em;
    }

.media {
    margin-bottom: 20px;
}

.nav > li {
    position: inherit;
}


.dropdown .dropdown-menu-master {
    width: 100%;
    padding: 20px 70px 30px 70px;
    background-color: #f5dfd7;
    border: 1px solid rgba(0,0,0,.05);
}

.dropdown:hover .dropdown-menu {
    display: block; /*background-color: rgba(200, 142, 147, 0.94);*/
}

    .dropdown:hover .dropdown-menu a {
        text-transform: none !important;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .dropdown:hover .dropdown-menu a:hover {
            text-transform: none;
        }

        .dropdown:hover .dropdown-menu a .fa {
            display: inline-block;
            width: 20px;
            text-align: center;
        }

/*h2::first-letter, h3::first-letter {
    text-transform: uppercase;
}

.si-lk h2::first-letter, h3::first-letter {
    text-transform: inherit;
}*/


.search {
    margin-top: 20px;
    margin-right: 15px;
}

    .search .form-control {
        width: 240px !important;
    }

    .search .btn.btn-default {
        height: 34px;
    }


a.pdf-link {
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    clear: both;
    text-decoration: none;
    background-color: rgba(139, 0, 0, 0.11);
    margin: 10px 0;
    border-radius: 3px
}

    a.pdf-link:before {
        content: "\f1c1";
        font-family: 'FontAwesome';
        font-size: 1.5em;
        padding-right: 10px;
        text-decoration: none;
        float: left
    }

    a.pdf-link:hover {
        background-color: rgba(139, 0, 0, 0.30)
    }

.tab-accordion {
}

    .tab-accordion .panel {
        background: transparent;
    }

    .tab-accordion .panel-default {
        border: 1px solid rgba(125, 2, 30, 0.20);
    }

    .tab-accordion .panel-heading {
        padding: 10px 10px;
        background: transparent;
    }

    .tab-accordion .panel-title a {
        display: block;
        font-size: 1.3em;
        padding-left: 30px;
        background: url(/images/favicon.png) no-repeat left center;
        background-size: contain
    }

.panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
}

.panel-heading a.collapsed:after {
    content: "\f105";
}

.gototop {
    position: absolute;
    bottom: 0;
    height: 45px;
    background: url(/images/background.jpg) no-repeat left -56px;
    font-size: 0.9em;
    text-align: center;
    left: 50%;
    margin-left: -45px;
    padding-top: 8px;
    text-decoration: none;
    color: #fff;
    width: 90px;
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
}

    .gototop:hover, .gototop:focus {
        text-decoration: none;
        background-position: left -50px;
        color: #fff
    }

    .gototop .fa {
        display: block;
        text-align: center
    }

.editorial-panels .panel {
    background: transparent;
}

.editorial-panels .panel-default {
    border: none;
}

.editorial-panels .panel-heading {
    background: transparent;
}

.editorial-panels .media-heading {
    font-weight: normal
}

.editorial-panels .panel-body {
    border-color: rgba(125, 2, 30, 0.45) !important;
}

p.image-left {
    position: relative;
}

    p.image-left:first-child:first-letter {
        font-size: 1em;
        line-height: inherit;
        padding: 0;
        float: none;
    }

.macro-link {
    margin-top: 15px;
    font-size: 1.3em;
}

.macro-border {
    border: 1px solid rgba(125, 2, 30, 0.45);
    border-radius: 4px;
    min-height: 80px;
    background-color: rgba(125, 2, 30, 0.10)
}

    .macro-border:hover {
        background-color: rgba(125, 2, 30, 0.05)
    }

.mfp-figure {
    position: relative;
}

.mfp-title {
    padding: 5px 0;
}

.dropdown, .dropdown-menu {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}


.side-dropdown {
    margin-right: 20px;
    padding-bottom: 5px;
}

    .side-dropdown .dropdown-menu {
        left: -40px;
        margin-top: -5px;
    }

    .side-dropdown a.dropdown-toggle1 {
        display: inline-block;
        padding-right: 10px;
        border: 1px solid rgba(125, 2, 30, 0.45);
        padding: 3px 10px;
        border-radius: 4px;
        background-color: rgba(125, 2, 30, 0.10)
    }

        .side-dropdown a.dropdown-toggle1:hover {
            text-decoration: none !important;
        }

.box-links {
    margin: 0;
}

    .box-links .box-link {
        width: 100%;
        padding: 10px;
        text-align: center;
        height: 212px;
        font-size: 1.2em;
        margin: 2px auto;
        display: block;
        border-radius: 3px;
        font-weight: bold;
        font-family: 'Philosopher';
        position: relative;
    }

        .box-links .box-link span {
            padding: 10px 0 5px 0;
            display: block;
            margin-bottom: 5px;
        }

        .box-links .box-link:hover {
            background-color: rgba(125, 2, 30, 0.10) !important;
            text-decoration: none;
        }

        .box-links .box-link .wheel {
            position: absolute;
            z-index: -1;
            left: 0;
            width: 85%;
            right: 0
        }

        .box-links .box-link:hover .wheel {
            -webkit-animation: rotating 3s linear infinite;
            -moz-animation: rotating 3s linear infinite;
            -ms-animation: rotating 3s linear infinite;
            -o-animation: rotating 3s linear infinite;
            animation: rotating 3s linear infinite;
        }

.footer-menu {
    list-style: none;
    margin-bottom: 30px;
}

    .footer-menu li {
        display: inline;
        padding: 0 10px;
        border-left: solid 1px rgba(125, 2, 30, 0.45);
    }

        .footer-menu li:first-child {
            border-left: none;
        }


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.q-mark {
    display: inline-block;
    position: relative;
    padding: 10px 20px
}

    .q-mark:before {
        content: "\201C";
        font-weight: bold;
        font-size: 50px;
        color: #542601;
        position: absolute;
        top: 12px;
        left: -0.5em;
        font-family: 'Georgia';
    }

    .q-mark:after {
        content: "\201D";
        font-weight: bold;
        font-size: 50px;
        color: #542601;
        position: absolute;
        bottom: 0;
        right: -30px;
        font-family: 'Georgia';
    }


.twitter-feed {
    margin: 5px 0;
    position: relative;
}

    .twitter-feed .back {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
        height: 190px;
        background-color: rgba(255,255,255,.4);
        border-top: 1px solid rgba(125, 2, 30, 0.35);
        border-bottom: 1px solid rgba(125, 2, 30, 0.35);
        padding-left: 80px;
        padding-right: 80px;
    }

    .twitter-feed h4 {
        font-size: 1.2em;
        line-height: 1.4em;
        margin-bottom: 0;
        font-family: 'Muli' !important;
    }

.twitter-carousel {
    min-height: 100px;
    position: relative;
    padding-left: 120px;
    padding-right: 50px;
}


    .twitter-carousel .twitter {
        font-size: 5em;
        background: none !important;
        color: #00aced;
        position: absolute;
        margin-top: 10px;
    }

    .twitter-carousel .carousel-inner {
        width: 75%;
        margin: 0 auto;
    }

    .twitter-carousel .carousel-control {
        color: #7f0080;
    }

        .twitter-carousel .carousel-control .fa {
            position: absolute;
            top: 45%;
            z-index: 5;
            display: inline-block;
        }

        .twitter-carousel .carousel-control.left {
            background: none;
        }

        .twitter-carousel .carousel-control.right {
            background: none;
        }

.result-panel {
    padding: 10px;
    border: 1px solid rgba(108, 3, 70, .3);
    border-radius: 3px;
    margin-bottom: 10px;
}

.result-panel-title {
    display: block
}

.text-block {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgba(108, 3, 70, .3);
    background-color: rgba(108, 3, 70, .03)
}


.dropdown-menu {}
.dropdown-menu li a { font-size: 1.15em;}
.dropdown-menu li.last { margin-top: 10px; list-style-type: none}
.dropdown-menu li.last a{ color: #333333}
    .dropdown-menu .dropdown-menu-list {
        margin: 0;
        padding-left: 0;
    }