@charset "utf-8";

.growing-box {
    animation-name: resize;
    animation-duration: 1s;
    animation-iteration-count: 4;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.border-box {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.branding {
    font-weight: 400;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
    padding: 0;
    margin: 6px 0 0 0;
    display: block;
    border: none;
    text-shadow: none;
    line-height: 1;
    color: #333;
    max-width: none;
    text-align: center;
    float: none;
    height: auto;
}

    .branding h1 {
        font-size: 40px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
    }

        .branding h1 span {
            color: #464646;
            color: rgba(27, 27, 27, 0.8);
            font-weight: 700;
        }

    .branding:hover {
        text-decoration: none;
        cursor: pointer;
    }

.header-button {
    font-size: 18px;
    color: white;
    background: #242424;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
}

    .header-button.open,
    .header-button:hover {
        background: #333;
        color: white;
        cursor: pointer;
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .header-button {
        margin-top: 10px;
    }
}

body,
html {
    font-size: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
    color: #3C3C3C;
    background: #ffffff;
}

a,
a:hover,
a:focus {
    color: #333;
}

    a.blue,
    a:hover.blue,
    a:focus.blue,
    a:visited.blue {
        color: #24135f;
        font-size: 0.875em;
        font-weight: bold;
    }

        a.blue i {
            font-size: 1.1250em;
        }

    a:focus {
        outline: none;
    }

p {
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small {
        font-weight: normal;
        line-height: 1;
        color: #333;
    }

h1 {
    font-size: 34.300000000000004px;
}

h2 {
    font-size: 30.099999999999998px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 21.7px;
}

h2 small {
    font-size: 14.700000000000001px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

.page-title {
    margin: 0;
}

    .page-title small {
        color: rgba(51, 51, 51, 0.5);
    }

ul.inline > li:first-child {
    padding-left: 0;
}

.focus-box {
    border-top: 1px solid #e3e3e3;
    border-bottom: 5px solid #333;
    padding: 1em 1em;
    margin: 1.5em 0;
}

    .focus-box h1,
    .focus-box h2,
    .focus-box h3,
    .focus-box h4,
    .focus-box h5,
    .focus-box h6 {
        margin-top: 0;
    }

    .focus-box.pull-left,
    .focus-box.pull-right {
        float: none !important;
    }

#footer {
    background: #333333;
    border-top: 2px solid #24135f;
    color: #ffffff;
    font-size: 0.875em;
    min-height: 200px;
    padding: 30px 0;
}

    #footer h3 {
        font-size: 1.2em;
        line-height: 1;
    }

    #footer a {
        color: #ffffff;
    }

    #footer div.block {
        margin-top: 35px;
        margin-bottom: 0px;
    }

    #footer div.container div.row div.block address {
        margin-bottom: 10px;
        font-style: normal;
        line-height: 1.42857143;
        background-color: transparent;
    }

    #footer .inline {
        display: inline-block;
    }

    #footer .contact-block i {
        padding-right: 0.5em;
    }

    #footer p {
        margin: 15px 0px 15px 0px;
    }

    #footer #toplink {
        text-align: center;
        top: 9px;
        position: relative;
    }

        #footer #toplink a.top-link {
            padding: 0px 15px;
            background-color: #333333;
        }

        #footer #toplink a:hover {
            text-decoration: none;
        }

        #footer #toplink i {
            color: #ffffff;
        }

    #footer img {
        width: 65px;
        height: auto;
    }

    #footer .subfooter {
        border-bottom: 1px dotted #3E3E3E;
        margin: 0px;
    }

    #footer .container {
        position: relative;
    }

@media (min-width: 992px) {

    .focus-box.pull-left,
    .focus-box.pull-right {
        width: 45%;
        float: left;
    }

    .focus-box.pull-right {
        margin: 1em 0 1em 2em;
        float: right !important;
    }

    .focus-box.pull-left {
        margin: 1em 2em 1em 0;
        float: left !important;
    }
}

.incontent-header {
    margin: 1.2em 0 5px 0;
}

.text-white {
    color: #ffffff;
}

.text-red {
    color: #b31217;
}

.text-advertencia {
    color: #ffa500;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-light {
    font-weight: 100 !important;
}

.text-fancy,
.fancy {
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
    text-transform: lowercase;
}

.new-tag {
    display: inline;
    color: #d9534f;
    vertical-align: super;
    font-size: 10px;
    font-weight: bold;
}

.title-divider {
    text-align: left;
    margin-bottom: 1em;
    padding: 0;
}

    .title-divider.prensa {
        margin: 0px 0px 0px;
        margin-bottom: 1em;
        text-align: left;
    }

    .title-divider span {
        background: #ffffff;
        padding-right: 0.5em;
    }

    .title-divider small {
        display: block;
        color: rgba(51, 51, 51, 0.6);
    }

.title-divider-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

div.block {
    margin-top: 35px;
}

.block .title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
    line-height: 1;
}

.block.block-callout {
    background-color: #F6F6F6;
    border-bottom: 1px dashed #E6E6E6;
    border-top: 1px dashed #E6E6E6;
    padding: 1em;
}

.mdrs .btn-block,
.mdrs .btn {
    padding: 0.6em 1em;
    font-size: 1.2em;
}

.intro p {
    margin-bottom: 0;
}

.btn span {
    display: block;
    font-size: 12px;
}

.spacer {
    font-weight: bold;
    color: #333;
    padding-left: 5px;
}

    .spacer.dark {
        color: #4c968a;
    }

.de-em {
    font-weight: normal;
    color: inherit;
}

a .de-em {
    font-weight: normal;
    color: inherit;
}

h2 .de-em {
    font-weight: inherit;
    color: inherit;
}

.em {
    font-weight: bold;
}

.fa {
    vertical-align: middle;
}

.font-xs-x1 {
    font-size: 13px !important;
}

.font-xs-x2 {
    font-size: 22px !important;
}

.font-xs-x3 {
    font-size: 33px !important;
}

.font-xs-x4 {
    font-size: 44px !important;
}

.font-xs-x5 {
    font-size: 55px !important;
}

.font-xs-x6 {
    font-size: 66px !important;
}

.font-xs-x7 {
    font-size: 77px !important;
}

.font-xs-x8 {
    font-size: 88px !important;
}

.font-xs-x9 {
    font-size: 99px !important;
}

.font-xs-x10 {
    font-size: 110px !important;
}

@media (min-width: 768px) {
    .font-sm-x1 {
        font-size: 14px !important;
    }

    .font-sm-x2 {
        font-size: 24px !important;
    }

    .font-sm-x3 {
        font-size: 36px !important;
    }

    .font-sm-x4 {
        font-size: 48px !important;
    }

    .font-sm-x5 {
        font-size: 60px !important;
    }

    .font-sm-x6 {
        font-size: 72px !important;
    }

    .font-sm-x7 {
        font-size: 84px !important;
    }

    .font-sm-x8 {
        font-size: 96px !important;
    }

    .font-sm-x9 {
        font-size: 108px !important;
    }

    .font-sm-x10 {
        font-size: 120px !important;
    }
}

@media (min-width: 992px) {
    .font-md-x1 {
        font-size: 16px !important;
    }

    .font-md-x2 {
        font-size: 28px !important;
    }

    .font-md-x3 {
        font-size: 42px !important;
    }

    .font-md-x4 {
        font-size: 56px !important;
    }

    .font-md-x5 {
        font-size: 70px !important;
    }

    .font-md-x6 {
        font-size: 84px !important;
    }

    .font-md-x7 {
        font-size: 98px !important;
    }

    .font-md-x8 {
        font-size: 112px !important;
    }

    .font-md-x9 {
        font-size: 126px !important;
    }

    .font-md-x10 {
        font-size: 140px !important;
    }
}

@media (min-width: 1200px) {
    .font-lg-x1 {
        font-size: 19px !important;
    }

    .font-lg-x2 {
        font-size: 32px !important;
    }

    .font-lg-x3 {
        font-size: 48px !important;
    }

    .font-lg-x4 {
        font-size: 64px !important;
    }

    .font-lg-x5 {
        font-size: 80px !important;
    }

    .font-lg-x6 {
        font-size: 96px !important;
    }

    .font-lg-x7 {
        font-size: 112px !important;
    }

    .font-lg-x8 {
        font-size: 128px !important;
    }

    .font-lg-x9 {
        font-size: 144px !important;
    }

    .font-lg-x10 {
        font-size: 160px !important;
    }
}

.pad-right {
    padding-right: 0.5em;
}

.pad-left {
    padding-left: 0.5em;
}

.pad-right-large {
    padding-right: 1.5em;
}

.pad-left-large {
    padding-left: 1.5em;
}

.pad-right-xlarge {
    padding-right: 3em;
}

.pad-left-xlarge {
    padding-left: 3em;
}

small img {
    max-width: 50px;
}

.row-90,
.row-80,
.row-70,
.row-60,
.row-50,
.row-40,
.row-30,
.row-20,
.row-10 {
    width: 100%;
}

.row-90 {
    width: 90%;
}

.row-80 {
    width: 80%;
}

.row-70 {
    width: 70%;
}

.row-60 {
    width: 60%;
}

.row-50 {
    width: 50%;
}

.row-40 {
    width: 40%;
}

.row-30 {
    width: 30%;
}

.row-20 {
    width: 20%;
}

.row-10 {
    width: 10%;
}

.form-wrapper {
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
    box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
}

    .form-wrapper.form-narrow {
        min-width: 200px;
        max-width: 400px;
    }

    .form-wrapper.form-medium {
        min-width: 300px;
        max-width: 500px;
    }

    .form-wrapper h2.title-divider,
    .form-wrapper h3.title-divider {
        margin-top: 0;
    }

.inline-el {
    display: inline-block;
}

    .inline-el h1,
    .inline-el h2,
    .inline-el h3,
    .inline-el h4,
    .inline-el h5,
    .inline-el p {
        margin: 0;
    }

.badge.badge-lg,
.label.badge-lg,
.badge.label-lg,
.label.label-lg {
    padding: 4px 8px;
    font-size: 14px;
}

.badge.badge-xlg,
.label.badge-xlg,
.badge.label-xlg,
.label.label-xlg {
    padding: 8px 12px;
    font-size: 18px;
}

.primary-colour {
    color: #333;
}

.primary-colour-bg {
    background-color: #333;
}

.more-link:hover {
    border-bottom: 3px solid #333;
    text-decoration: none;
}

.pull-center {
    text-align: center;
}

.space-reset {
    line-height: 1;
    padding: 0;
    margin: 0;
}

.margin-top-none {
    margin-top: 0;
}

.margin-top-small,
.margin-top-sm {
    margin-top: 0.5em;
}

.margin-top-medium,
.margin-top-md {
    margin-top: 1em;
}

.margin-top-large,
.margin-top-lg {
    margin-top: 2em;
}

    .margin-top-small:before,
    .margin-top-medium:before,
    .margin-top-large:before,
    .margin-top-sm:before,
    .margin-top-md:before,
    .margin-top-lg:before,
    .margin-top-small:after,
    .margin-top-medium:after,
    .margin-top-large:after,
    .margin-top-sm:after,
    .margin-top-md:after,
    .margin-top-lg:after {
        content: " ";
        display: table;
    }

    .margin-top-small:after,
    .margin-top-medium:after,
    .margin-top-large:after,
    .margin-top-sm:after,
    .margin-top-md:after,
    .margin-top-lg:after {
        clear: both;
    }

.bordered-top-small,
.bordered-top-sm {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid rgba(204, 204, 204, 0.7);
}

.bordered-top-medium,
.bordered-top-md {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(204, 204, 204, 0.7);
}

.bordered-top-large,
.bordered-top-lg {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(204, 204, 204, 0.7);
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-bottom-small,
.margin-bottom-sm {
    margin-bottom: 0.5em;
}

.margin-bottom-medium,
.margin-bottom-md {
    margin-bottom: 1em;
}

.margin-bottom-large,
.margin-bottom-lg {
    margin-bottom: 2em;
}

.bordered-bottom-small,
.bordered-bottom-sm {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}

.bordered-bottom-medium,
.bordered-bottom-md {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}

.bordered-bottom-large,
.bordered-bottom-lg {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}

ul.big-list,
ul.list-lg {
    font-size: 1.1em;
}

    ul.big-list li,
    ul.list-lg li {
        list-style: none;
        padding-bottom: 0.8em;
    }

ul.list-border-spacer {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
}

    ul.list-border-spacer li {
        list-style: none;
        margin: 0;
        padding: 0.5em;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid rgba(204, 204, 204, 0.7);
        border-color: rgba(204, 204, 204, 0.6);
    }

        ul.list-border-spacer li:hover {
            background: #f7f7f7;
        }

.secondary-nav {
    margin: 0;
    padding: 0;
}

    .secondary-nav li a {
        margin: 0 0 1px 0;
        padding: 8px 0.5em;
        background: rgba(85, 167, 154, 0.05);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid rgba(85, 167, 154, 0.1);
    }

        .secondary-nav li a i {
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

        .secondary-nav li a:hover {
            background: rgba(85, 167, 154, 0.1);
        }

            .secondary-nav li a:hover i {
                opacity: 0.9;
                filter: alpha(opacity=90);
            }

    .secondary-nav li.active a {
        background: #333;
    }

    .secondary-nav li ul {
        margin: 0 0 1px 0;
        padding: 8px 1em;
        border: 1px solid rgba(85, 167, 154, 0.3);
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background: rgba(85, 167, 154, 0.1);
    }

.popover-title {
    font-size: 16px;
    font-weight: bold;
}

.popover-content {
    font-size: 12px;
    font-weight: normal;
}

.accordion-primary .accordion-group {
    margin-bottom: 1px;
    border: 1px solid rgba(85, 167, 154, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(85, 167, 154, 0.05);
}

    .accordion-primary .accordion-group:hover {
        background: rgba(85, 167, 154, 0.1);
    }

.accordion-primary .accordion-inner {
    border-top: 1px solid rgba(85, 167, 154, 0.2);
}

.background-clip-fix {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.alert-inline {
    display: inline-block;
}

.social-media-branding a.social-link {
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.social-media-branding .fa {
    font-size: 36px;
}

.social-media-branding.social-media-branding-sm a.social-link {
    margin-right: 2px;
}

.social-media-branding.social-media-branding-sm .fa {
    font-size: 26px;
}

.social-media-branding.social-media-branding-xs a.social-link {
    margin-right: 0;
}

.social-media-branding.social-media-branding-xs .fa {
    font-size: 20px;
}

.branding-twitter {
    color: #464646;
}

    .branding-twitter:hover {
        color: #24135f;
    }

.branding-facebook {
    color: #464646;
}

    .branding-facebook:hover {
        color: #3b569b;
    }

.branding-linkedin {
    color: #464646;
}

    .branding-linkedin:hover {
        color: #4875b4;
    }

.branding-google-plus {
    color: #464646;
}

    .branding-google-plus:hover {
        color: #dd4b39;
    }

.overlay-wrapper {
    position: relative;
    display: block;
}

    .overlay-wrapper .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        opacity: 0;
        filter: alpha(opacity=0);
        padding: 2em 1em;
        text-align: center;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: white;
        display: block;
    }

    .overlay-wrapper:hover .overlay {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.dur-fast {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.dur-slow {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.dur-x-slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.de-02 {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.de-04 {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.de-06 {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.de-08 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.de-1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.de-12 {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.de-14 {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}

.de-16 {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.de-18 {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}

.de-2 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.page-boxed #navigation,
.page-boxed #highlighted,
.page-boxed #content,
.page-boxed #content-below,
.page-boxed #footer {
    margin-left: auto;
    margin-right: auto;
}

.page-boxed #navigation,
.page-boxed #content {
    background-color: white;
}

@media (min-width: 768px) {

    .page-boxed #navigation,
    .page-boxed #highlighted,
    .page-boxed #content,
    .page-boxed #content-below,
    .page-boxed #footer {
        width: 790px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .page-boxed #footer {
        border-left-color: #333;
        border-right-color: #333;
    }
}

@media (min-width: 992px) {

    .page-boxed #navigation,
    .page-boxed #highlighted,
    .page-boxed #content,
    .page-boxed #content-below,
    .page-boxed #footer {
        width: 1010px;
    }
}

@media (min-width: 1200px) {

    .page-boxed #navigation,
    .page-boxed #highlighted,
    .page-boxed #content,
    .page-boxed #content-below,
    .page-boxed #footer {
        width: 1210px;
    }
}

.navbar-nav,
#main-menu {
    float: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .navbar-nav > li,
    #main-menu > li {
        float: none;
        border-left: none;
        border-right: none;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid #242424;
    }

        .navbar-nav > li.home-link,
        #main-menu > li.home-link {
            display: none;
        }

        .navbar-nav > li > a,
        #main-menu > li > a {
            padding: 10px 20px;
            margin: 0;
            font-weight: normal;
            font-size: 12px;
            text-transform: uppercase;
            color: #BABAB3;
            color: rgba(255, 255, 255, 0.7);
        }

            .navbar-nav > li > a .caret,
            #main-menu > li > a .caret {
                font-family: FontAwesome;
                float: right;
                border: none;
                margin: 0 -20px 0 0;
                font-size: 16px;
                color: #ffffff;
                width: 30px;
                height: 30px;
            }

                .navbar-nav > li > a .caret:before,
                #main-menu > li > a .caret:before {
                    content: "\f054";
                }

            .navbar-nav > li > a:hover,
            #main-menu > li > a:hover,
            .navbar-nav > li.active > a,
            #main-menu > li.active > a {
                background: #282828;
                color: #ffffff;
            }

            .navbar-nav > li > a:focus,
            #main-menu > li > a:focus {
                background: transparent;
            }

        .navbar-nav > li.open > .dropdown-toggle,
        #main-menu > li.open > .dropdown-toggle,
        .navbar-nav > li.open.active > .dropdown-toggle,
        #main-menu > li.open.active > .dropdown-toggle {
            background: #292929;
            color: #ffffff;
        }

            .navbar-nav > li.open > .dropdown-toggle .caret:before,
            #main-menu > li.open > .dropdown-toggle .caret:before,
            .navbar-nav > li.open.active > .dropdown-toggle .caret:before,
            #main-menu > li.open.active > .dropdown-toggle .caret:before {
                content: "\f078";
            }

.btn-navbar,
.navbar-btn {
    color: white;
    background: #242424;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    float: right;
    font-size: 22px;
}

    .btn-navbar.open,
    .navbar-btn.open,
    .btn-navbar:hover,
    .navbar-btn:hover {
        background: #333;
        color: white;
        cursor: pointer;
        text-decoration: none;
    }

@media screen and (min-width: 768px) {

    .btn-navbar,
    .navbar-btn {
        margin-top: 10px;
    }
}

.btn-navbar .fa,
.navbar-btn .fa {
    vertical-align: top;
    display: block;
    line-height: 1;
    margin: 5px 0 0 0;
}

.navbar-collapse {
    max-height: none;
    clear: both;
    margin: 10px -15px 0 -15px;
    padding: 0;
    background-color: #1b1b1b;
    top: 20px;
    position: relative;
}

    .navbar-collapse:before,
    .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

#jPanelMenu-menu {
    background-color: #1b1b1b;
    background-image: url(../img/bg_noise-2.png);
    background-position: left top;
    background-repeat: repeat;
    padding: 0;
    max-height: none;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

    #jPanelMenu-menu.navbar-collapse,
    #jPanelMenu-menu.navbar-collapse.collapse,
    #jPanelMenu-menu.navbar-collapse.in {
        padding: 0;
        margin: 0;
        height: 100% !important;
        display: block !important;
        visibility: visible !important;
    }

    #jPanelMenu-menu .navbar-nav li {
        display: block;
        padding: 16px 20px;
        text-align: left;
        width: 100%;
    }

        #jPanelMenu-menu .navbar-nav li.home-link,
        #jPanelMenu-menu #main-menu li.home-link {
            display: block;
        }

            #jPanelMenu-menu .navbar-nav li.home-link a,
            #jPanelMenu-menu #main-menu li.home-link a,
            #jPanelMenu-menu .navbar-nav li.home-link a:link,
            #jPanelMenu-menu #main-menu li.home-link a:link,
            #jPanelMenu-menu .navbar-nav li.home-link a:focus,
            #jPanelMenu-menu #main-menu li.home-link a:focus {
                padding: 0;
                margin: 0;
            }

                #jPanelMenu-menu .navbar-nav li.home-link a i,
                #jPanelMenu-menu #main-menu li.home-link a i,
                #jPanelMenu-menu .navbar-nav li.home-link a:link i,
                #jPanelMenu-menu #main-menu li.home-link a:link i,
                #jPanelMenu-menu .navbar-nav li.home-link a:focus i,
                #jPanelMenu-menu #main-menu li.home-link a:focus i {
                    margin: 0;
                    display: block;
                    text-align: left;
                    color: #ffffff;
                    font-size: 2em;
                    padding: 4px;
                }

                #jPanelMenu-menu .navbar-nav li.home-link a:hover,
                #jPanelMenu-menu #main-menu li.home-link a:hover,
                #jPanelMenu-menu .navbar-nav li.home-link a:link:hover,
                #jPanelMenu-menu #main-menu li.home-link a:link:hover,
                #jPanelMenu-menu .navbar-nav li.home-link a:focus:hover,
                #jPanelMenu-menu #main-menu li.home-link a:focus:hover {
                    background: transparent;
                }

                    #jPanelMenu-menu .navbar-nav li.home-link a:hover i,
                    #jPanelMenu-menu #main-menu li.home-link a:hover i,
                    #jPanelMenu-menu .navbar-nav li.home-link a:link:hover i,
                    #jPanelMenu-menu #main-menu li.home-link a:link:hover i,
                    #jPanelMenu-menu .navbar-nav li.home-link a:focus:hover i,
                    #jPanelMenu-menu #main-menu li.home-link a:focus:hover i {
                        color: #1b1b1b;
                    }

                    #jPanelMenu-menu .navbar-nav li.home-link a:hover i,
                    #jPanelMenu-menu #main-menu li.home-link a:hover i,
                    #jPanelMenu-menu .navbar-nav li.home-link a:link:hover i,
                    #jPanelMenu-menu #main-menu li.home-link a:link:hover i,
                    #jPanelMenu-menu .navbar-nav li.home-link a:focus:hover i,
                    #jPanelMenu-menu #main-menu li.home-link a:focus:hover i {
                        color: white;
                    }

.has-navbar-fixed-top .navbar-fixed-top {
    background: #ffffff;
}

.has-navbar-fixed-top.jpanel-menu-open .navbar-fixed-top {
    position: static;
}

.has-navbar-fixed-top #content {
    padding-top: 200px;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: none !important;
            height: auto !important;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
            display: block !important;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .has-navbar-fixed-top #content {
        padding-top: 160px;
    }
}

@media (min-width: 992px) {

    .mobile-toggle-trigger,
    .btn-navbar,
    .navbar-btn {
        display: none;
    }

    #jPanelMenu-menu {
        display: none;
    }

    .navbar-collapse,
    .navbar-collapse.collapse,
    .navbar-collapse.in {
        display: block !important;
        padding: 0;
        margin: 0;
        margin-top: 18px;
        clear: none;
        overflow-y: visible;
        overflow-x: visible;
        width: auto;
        top: auto;
        background: transparent;
        position: static;
    }

    .navbar-nav > li,
    #main-menu > li {
        float: left;
        border: none;
    }

        .navbar-nav > li.home-link,
        #main-menu > li.home-link {
            display: block !important;
        }

            .navbar-nav > li.home-link a,
            #main-menu > li.home-link a,
            .navbar-nav > li.home-link a:link,
            #main-menu > li.home-link a:link,
            .navbar-nav > li.home-link a:focus,
            #main-menu > li.home-link a:focus {
                padding: 0;
                margin: 0;
            }

                .navbar-nav > li.home-link a i,
                #main-menu > li.home-link a i,
                .navbar-nav > li.home-link a:link i,
                #main-menu > li.home-link a:link i,
                .navbar-nav > li.home-link a:focus i,
                #main-menu > li.home-link a:focus i {
                    margin: 0;
                    display: block;
                    text-align: center;
                    color: #24135f;
                    font-size: 20px;
                    padding: 16px 20px;
                }

                .navbar-nav > li.home-link a:hover,
                #main-menu > li.home-link a:hover,
                .navbar-nav > li.home-link a:link:hover,
                #main-menu > li.home-link a:link:hover,
                .navbar-nav > li.home-link a:focus:hover,
                #main-menu > li.home-link a:focus:hover {
                    background: transparent;
                }

                    .navbar-nav > li.home-link a:hover i,
                    #main-menu > li.home-link a:hover i,
                    .navbar-nav > li.home-link a:link:hover i,
                    #main-menu > li.home-link a:link:hover i,
                    .navbar-nav > li.home-link a:focus:hover i,
                    #main-menu > li.home-link a:focus:hover i {
                        color: #1b1b1b;
                    }

        .navbar-nav > li:first-child,
        #main-menu > li:first-child {
            border-left: none;
        }

        .navbar-nav > li:last-child,
        #main-menu > li:last-child {
            border-right: none;
        }

        .navbar-nav > li > a,
        #main-menu > li > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            padding: 18px 20px;
            margin: 0;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            color: #888;
            border: 1px solid transparent;
            border-top: 3px solid transparent;
        }

            .navbar-nav > li > a:hover,
            #main-menu > li > a:hover,
            .navbar-nav > li.active > a,
            #main-menu > li.active > a {
                color: #1b1b1b;
                background: none;
                border-color: transparent;
            }

                .navbar-nav > li > a:hover .caret,
                #main-menu > li > a:hover .caret,
                .navbar-nav > li.active > a .caret,
                #main-menu > li.active > a .caret {
                    border-top-color: #ffffff;
                }

            .navbar-nav > li > a:focus,
            #main-menu > li > a:focus {
                background: transparent;
            }

        .navbar-nav > li.open > .dropdown-toggle,
        #main-menu > li.open > .dropdown-toggle,
        .navbar-nav > li.open.active > .dropdown-toggle,
        #main-menu > li.open.active > .dropdown-toggle,
        .navbar-nav > li.open > .dropdown-toggle,
        #main-menu > li.open > .dropdown-toggle,
        .navbar-nav > li.open.active > .dropdown-toggle,
        #main-menu > li.open.active > .dropdown-toggle {
            background: #ffffff;
            color: #1b1b1b;
            border-color: #f3f3f3;
            border-top-color: #333;
            border-bottom-color: transparent;
        }
}

.open .dropdown-toggle {
    background: #ffffff;
}

.dropdown-menu {
    margin-top: -1px !important;
    padding: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: auto;
    border: 1px solid #f2f2f2;
    border-bottom-width: 2px;
    font-size: 12px;
}

.nav .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.nav a:hover {
    border-top-color: #4c968a;
    border-bottom-color: #4c968a;
}

.open > .dropdown-menu {
    display: block !important;
}

.navbar-collapse .dropdown-menu {
    background: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    float: none !important;
    left: 0;
}

    .navbar-collapse .dropdown-menu:before,
    .navbar-collapse .dropdown-menu:after {
        display: none;
    }

    .navbar-collapse .dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .navbar-collapse .dropdown-menu .divider {
        height: 1px;
        margin: 1em;
    }

    .navbar-collapse .dropdown-menu li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #4e4e4e;
        background: none;
    }

        .navbar-collapse .dropdown-menu li span {
            font-size: 11px;
            display: none;
        }

        .navbar-collapse .dropdown-menu li strong {
            font-weight: normal;
        }

        .navbar-collapse .dropdown-menu li a,
        .navbar-collapse .dropdown-menu li a.menu-item {
            padding: 8px 20px !important;
            margin: 0;
            background: #353535;
            border-bottom: none;
            text-transform: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            display: block;
            float: none;
            line-height: 20px;
            width: 100% !important;
            text-align: left !important;
        }

            .navbar-collapse .dropdown-menu li a:hover,
            .navbar-collapse .dropdown-menu li a.menu-item:hover {
                background: #2f2f2f;
                border-bottom-color: rgba(255, 255, 255, 0.16);
                color: #ffffff;
                text-decoration: none;
            }

            .navbar-collapse .dropdown-menu li a.img-link,
            .navbar-collapse .dropdown-menu li a.menu-item.img-link {
                display: none;
                padding: 0 !important;
            }

            .navbar-collapse .dropdown-menu li a img,
            .navbar-collapse .dropdown-menu li a.menu-item img {
                display: block;
                width: auto;
                height: auto;
                max-width: 100%;
            }

    .navbar-collapse .dropdown-menu > .open a,
    .navbar-collapse .dropdown-menu .open a,
    .navbar-collapse .dropdown-menu > .active a,
    .navbar-collapse .dropdown-menu .active a,
    .navbar-collapse .dropdown-menu > .open a:focus,
    .navbar-collapse .dropdown-menu .open a:focus,
    .navbar-collapse .dropdown-menu > .active a:focus,
    .navbar-collapse .dropdown-menu .active a:focus {
        background: #2f2f2f;
    }

        .navbar-collapse .dropdown-menu > .open a:hover,
        .navbar-collapse .dropdown-menu .open a:hover,
        .navbar-collapse .dropdown-menu > .active a:hover,
        .navbar-collapse .dropdown-menu .active a:hover,
        .navbar-collapse .dropdown-menu > .open a:focus:hover,
        .navbar-collapse .dropdown-menu .open a:focus:hover,
        .navbar-collapse .dropdown-menu > .active a:focus:hover,
        .navbar-collapse .dropdown-menu .active a:focus:hover {
            background: #2a2a2a;
            color: white;
        }

    .navbar-collapse .dropdown-menu > .open > a,
    .navbar-collapse .dropdown-menu .open > a,
    .navbar-collapse .dropdown-menu > .active > a,
    .navbar-collapse .dropdown-menu .active > a,
    .navbar-collapse .dropdown-menu > .open > a:focus > a:hover,
    .navbar-collapse .dropdown-menu .open > a:focus > a:hover,
    .navbar-collapse .dropdown-menu > .active > a:focus > a:hover,
    .navbar-collapse .dropdown-menu .active > a:focus > a:hover {
        color: white;
        background: #2f2f2f;
    }

    .navbar-collapse .dropdown-menu > .open li,
    .navbar-collapse .dropdown-menu .open li,
    .navbar-collapse .dropdown-menu > .active li,
    .navbar-collapse .dropdown-menu .active li {
        border-bottom: none;
    }

        .navbar-collapse .dropdown-menu > .open li a,
        .navbar-collapse .dropdown-menu .open li a,
        .navbar-collapse .dropdown-menu > .active li a,
        .navbar-collapse .dropdown-menu .active li a {
            padding: 8px 30px !important;
        }

    .navbar-collapse .dropdown-menu > .open > a:before,
    .navbar-collapse .dropdown-menu .open > a:before,
    .navbar-collapse .dropdown-menu > .open > a:focus > a:hover:before,
    .navbar-collapse .dropdown-menu .open > a:focus > a:hover:before {
        color: white;
        content: "\f107";
        margin-left: -2px;
    }

    .navbar-collapse .dropdown-menu .menu-title,
    .navbar-collapse .dropdown-menu .dropdown-header,
    .navbar-collapse .dropdown-menu .dropdown-footer {
        padding: 6px 20px;
    }

    .navbar-collapse .dropdown-menu .dropdown-submenu > a:after {
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #4e4e4e transparent;
        display: block;
        bottom: 0;
        right: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        line-height: 1;
        content: '';
    }

    .navbar-collapse .dropdown-menu .dropdown-submenu.open > a:after,
    .navbar-collapse .dropdown-menu .dropdown-submenu > a:hover:after {
        border-width: 0 0 14px 14px;
    }

.mega-menu {
    padding: 0;
    min-width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .nav > li.dropdown {
        z-index: 1000;
    }

        .nav > li.dropdown > a {
            position: relative;
            z-index: 1001;
        }

    .navbar-collapse .dropdown-menu {
        margin-top: -1px !important;
        padding: 8px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        left: auto;
        border: 1px solid #f2f2f2;
        border-bottom: 2px solid #333;
        min-width: 250px;
        color: #464646;
        color: rgba(27, 27, 27, 0.8);
        background: #ffffff;
        position: absolute;
        z-index: 1000;
    }

        .navbar-collapse .dropdown-menu:before,
        .navbar-collapse .dropdown-menu:after {
            display: none;
        }

        .navbar-collapse .dropdown-menu li {
            border-left: none;
            border-right: none;
            border-bottom: none;
            float: none;
        }

            .navbar-collapse .dropdown-menu li span {
                display: block;
            }

            .navbar-collapse .dropdown-menu li strong {
                font-weight: bold;
            }

            .navbar-collapse .dropdown-menu li a,
            .navbar-collapse .dropdown-menu li a.menu-item {
                margin: 0;
                padding: 8px 15px !important;
                font-size: 12px;
                font-weight: normal;
                text-transform: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: 0;
                box-shadow: 0;
                background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
                background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
                background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
                background-repeat: repeat-x;
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7')";
                border-bottom: 1px solid #e6e6e6;
                color: #1b1b1b;
            }

                .navbar-collapse .dropdown-menu li a.img-link,
                .navbar-collapse .dropdown-menu li a.menu-item.img-link {
                    padding: 0;
                    background: #ffffff;
                    display: block;
                }

                    .navbar-collapse .dropdown-menu li a.img-link:before,
                    .navbar-collapse .dropdown-menu li a.menu-item.img-link:before {
                        content: '';
                    }

                    .navbar-collapse .dropdown-menu li a.img-link:hover,
                    .navbar-collapse .dropdown-menu li a.menu-item.img-link:hover {
                        background: #fafafa;
                    }

                .navbar-collapse .dropdown-menu li.active > a,
                .navbar-collapse .dropdown-menu li.active > a:hover,
                .navbar-collapse .dropdown-menu li.active > a:focus,
                .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a,
                .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover,
                .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus,
                .navbar-collapse .dropdown-menu li a:hover,
                .navbar-collapse .dropdown-menu li a.menu-item:hover {
                    color: #010101;
                    border-bottom-color: #d9d9d9;
                    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                    background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                    background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
                    background-repeat: repeat-x;
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')";
                    text-decoration: none;
                }

                    .navbar-collapse .dropdown-menu li.active > a:before,
                    .navbar-collapse .dropdown-menu li.active > a:hover:before,
                    .navbar-collapse .dropdown-menu li.active > a:focus:before,
                    .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:before,
                    .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover:before,
                    .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus:before,
                    .navbar-collapse .dropdown-menu li a:hover:before,
                    .navbar-collapse .dropdown-menu li a.menu-item:hover:before {
                        color: #1F293 !important;
                    }

        .navbar-collapse .dropdown-menu [class*="col-"] {
            float: left;
            padding: 10px;
        }

    .menu-title,
    .dropdown-header,
    .dropdown-menu li.menu-title,
    .dropdown-menu li.dropdown-header,
    .dropdown-footer,
    .dropdown-menu li.dropdown-footer {
        font-weight: bold;
        font-size: 12px;
        padding: 5px 10px;
        margin-top: 10px;
        margin-bottom: 5px;
        border-bottom: 2px solid #e6e6e6 !important;
        display: block;
        float: none;
        color: #1b1b1b;
    }

        .menu-title:first-child,
        .dropdown-header:first-child,
        .dropdown-menu li.menu-title:first-child,
        .dropdown-menu li.dropdown-header:first-child,
        .dropdown-footer:first-child,
        .dropdown-menu li.dropdown-footer:first-child {
            margin-top: 0;
        }

    .dropdown-footer,
    .dropdown-menu li.dropdown-footer {
        border: none;
        border-top: 2px solid #e6e6e6;
        font-weight: 100;
        margin-bottom: 0;
        font-size: 11px;
    }

        .dropdown-footer:first-child,
        .dropdown-menu li.dropdown-footer:first-child {
            margin-top: 10px;
        }

    .mega-menu .menu-title,
    .mega-menu .dropdown-header,
    .mega-menu li.menu-title,
    .mega-menu li.dropdown-header {
        font-size: 14px;
        padding: 10px;
    }

    .mega-menu .dropdown-footer,
    .mega-menu li.dropdown-footer {
        font-size: 11px;
    }

    .mega-menu {
        min-width: 550px;
        max-width: 700px;
    }

    .navbar-collapse .dropdown-menu .dropdown-submenu {
        position: relative;
    }

        .navbar-collapse .dropdown-menu .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -5px;
            margin-left: 10px;
            padding: 8px;
        }

            .navbar-collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right > .dropdown-menu,
            .navbar-collapse .dropdown-menu .dropdown-submenu > .dropdown-menu.dropdown-menu-right {
                top: 0;
                left: 100%;
            }

            .navbar-collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left > .dropdown-menu,
            .navbar-collapse .dropdown-menu .dropdown-submenu > .dropdown-menu.dropdown-menu-left {
                top: 0;
                left: auto;
                right: 100%;
                margin-left: 0;
                margin-right: 10px;
            }

        .navbar-collapse .dropdown-menu .dropdown-submenu > a:after {
            border-color: transparent;
        }

        .navbar-collapse .dropdown-menu .dropdown-submenu.open li a,
        .navbar-collapse .dropdown-menu .dropdown-submenu.open li a:focus {
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
            background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
            padding: 8px 15px !important;
            color: #1b1b1b;
        }

            .navbar-collapse .dropdown-menu .dropdown-submenu.open li a:hover,
            .navbar-collapse .dropdown-menu .dropdown-submenu.open li a:focus:hover {
                background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
                background-repeat: repeat-x;
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
                color: #010101;
                border-bottom-color: #d9d9d9;
            }

        .navbar-collapse .dropdown-menu .dropdown-submenu.open > a,
        .navbar-collapse .dropdown-menu .dropdown-submenu.open > a:focus,
        .navbar-collapse .dropdown-menu .dropdown-submenu.open > a:hover {
            color: #010101;
            border-bottom-color: #d9d9d9;
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
            background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
            text-decoration: none;
        }

    .nav > .dropdown-right {
        position: relative;
    }

    .nav > .dropdown-full {
        position: static;
    }

        .nav > .dropdown-full.open > a:before,
        .nav > .dropdown-full.open > a:after {
            top: auto;
            bottom: -2px;
        }

        .nav > .dropdown-full .dropdown-menu,
        .nav > .dropdown-full .mega-menu {
            right: 0;
            left: 0;
            max-width: 100%;
        }

            .nav > .dropdown-full .dropdown-menu:before,
            .nav > .dropdown-full .mega-menu:before,
            .nav > .dropdown-full .dropdown-menu:after,
            .nav > .dropdown-full .mega-menu:after {
                display: none;
            }

    .nav > .dropdown-pad .dropdown-menu,
    .nav > .dropdown-pad .mega-menu {
        padding: 1em;
    }

        .nav > .dropdown-pad .dropdown-menu li:first-child a,
        .nav > .dropdown-pad .mega-menu li:first-child a {
            border-top: 1px solid #e6e6e6;
        }
}

.timeline-list-reset {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .timeline-list-reset:before,
    .timeline-list-reset:after {
        content: " ";
        display: table;
    }

    .timeline-list-reset:after {
        clear: both;
    }

.timeline {
    list-style: none;
    list-style-type: none;
    margin: 0;
    background-image: url('../img/misc/bg_timeline-line.png');
    background-size: 2px auto;
    background-repeat: repeat-y;
    background-position: center top;
    padding: 0;
    margin: 2em 0;
    text-align: center;
}

    .timeline:before,
    .timeline:after {
        content: " ";
        display: table;
    }

    .timeline:after {
        clear: both;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .timeline {
        background-image: url('../img/misc/bg_timeline-line@2x.png');
        background-size: 2px auto;
    }
}

.timeline:before,
.timeline:after {
    content: " ";
    display: table;
}

.timeline:after {
    clear: both;
}

.timeline-marker {
    clear: both;
    background: white;
}

    .timeline-marker h1,
    .timeline-marker h2,
    .timeline-marker h3,
    .timeline-marker h4,
    .timeline-marker h5 {
        margin: 0 0 5px 0;
    }

    .timeline-marker:after,
    .timeline-marker:before {
        width: 12px;
        height: 12px;
        background: #1b1b1b;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: block;
        content: ' ';
    }

    .timeline-marker:before {
        display: none;
    }

    .timeline-marker.timeline-marker-bottom h1,
    .timeline-marker.timeline-marker-bottom h2,
    .timeline-marker.timeline-marker-bottom h3,
    .timeline-marker.timeline-marker-bottom h4,
    .timeline-marker.timeline-marker-bottom h5 {
        margin: 5px 0 0 0;
    }

    .timeline-marker.timeline-marker-bottom:before {
        display: block;
    }

    .timeline-marker.timeline-marker-bottom:after {
        display: none;
    }

    .timeline-marker.timeline-marker-middle {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.timeline-breaker {
    background: #1b1b1b;
    color: #ffffff;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0.6em;
    line-height: 1;
    display: block;
    position: relative;
    width: 100%;
    max-width: 15em;
    clear: both;
}

    .timeline-breaker:before,
    .timeline-breaker:after {
        content: " ";
        display: table;
    }

    .timeline-breaker:after {
        clear: both;
    }

    .timeline-breaker a {
        color: #fff;
    }

        .timeline-breaker a:hover {
            color: #eeeeee;
        }

    .timeline-breaker:after,
    .timeline-breaker:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 1px;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .timeline-breaker:after {
        border-top-color: #1b1b1b;
        border-width: 10px;
        left: 50%;
        margin-left: -10px;
    }

    .timeline-breaker:before {
        border-top-color: rgba(0, 0, 0, 0.01);
        border-width: 11px;
        left: 50%;
        margin-left: -11px;
    }

    .timeline-breaker.timeline-breaker-middle,
    .timeline-breaker.timeline-breaker-bottom {
        margin-top: 40px;
        margin-bottom: 20px;
        clear: both !important;
    }

    .timeline-breaker.timeline-breaker-bottom {
        margin-bottom: 0;
    }

        .timeline-breaker.timeline-breaker-bottom:after,
        .timeline-breaker.timeline-breaker-bottom:before {
            top: -10px;
            border-top: none;
        }

        .timeline-breaker.timeline-breaker-bottom:after {
            border-bottom-color: #1b1b1b;
        }

        .timeline-breaker.timeline-breaker-bottom:before {
            border-bottom-color: rgba(0, 0, 0, 0.01);
        }

.timeline-item-default {
    float: none;
    left: auto;
    right: auto;
    width: 100%;
    padding: 15px;
    margin: 60px auto 0 auto;
    background: #f6f6f6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #333;
    text-align: left;
}

    .timeline-item-default:before,
    .timeline-item-default:after {
        content: " ";
        display: table;
    }

    .timeline-item-default:after {
        clear: both;
    }

    .timeline-item-default:after,
    .timeline-item-default:before {
        top: -20px;
        right: 50%;
        left: 50%;
        position: absolute;
        pointer-events: none;
        display: block;
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        margin-top: 0;
        margin-left: -14px;
    }

    .timeline-item-default:before {
        font-family: FontAwesome;
        font-style: normal;
        speak: none;
        display: inline-block;
        content: '\F0D8';
        color: #f6f6f6;
    }

    .timeline-item-default:after {
        font-family: FontAwesome;
        font-style: normal;
        speak: none;
        display: inline-block;
        content: '\f192';
        top: -39px;
        background: white;
    }

    .timeline-item-default.tag-featured:after,
    .timeline-item-default.marker-highlight:after,
    .timeline-item-default.highlight:after {
        color: #65b1a5;
    }

    .timeline-item-default.overlap-push-large {
        margin-top: 120px;
    }

    .timeline-item-default.overlap-push-medium {
        margin-top: 60px;
    }

    .timeline-item-default.overlap-push-small {
        margin-top: 30px;
    }

.timeline-item.timeline-item-first {
    margin-top: 20px !important;
}

.timeline-item.timeline-item-last {
    margin-bottom: 20px !important;
}

.timeline-item {
    float: none;
    left: auto;
    right: auto;
    width: 100%;
    padding: 15px;
    margin: 60px auto 0 auto;
    background: #f6f6f6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #333;
    text-align: left;
}

    .timeline-item:before,
    .timeline-item:after {
        content: " ";
        display: table;
    }

    .timeline-item:after {
        clear: both;
    }

    .timeline-item:after,
    .timeline-item:before {
        top: -20px;
        right: 50%;
        left: 50%;
        position: absolute;
        pointer-events: none;
        display: block;
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        margin-top: 0;
        margin-left: -14px;
    }

    .timeline-item:before {
        font-family: FontAwesome;
        font-style: normal;
        speak: none;
        display: inline-block;
        content: '\F0D8';
        color: #f6f6f6;
    }

    .timeline-item:after {
        font-family: FontAwesome;
        font-style: normal;
        speak: none;
        display: inline-block;
        content: '\f192';
        top: -39px;
        background: white;
    }

    .timeline-item.tag-featured:after,
    .timeline-item.marker-highlight:after,
    .timeline-item.highlight:after {
        color: #65b1a5;
    }

    .timeline-item.overlap-push-large {
        margin-top: 120px;
    }

    .timeline-item.overlap-push-medium {
        margin-top: 60px;
    }

    .timeline-item.overlap-push-small {
        margin-top: 30px;
    }

.timeline-stacked-down .timeline-item:first-child {
    margin-top: 40px;
}

.timeline-stacked-down .timeline-item:last-child {
    margin-bottom: 60px;
}

.timeline-stacked-down .timeline-item:after,
.timeline-stacked-down .timeline-item:before {
    bottom: -20px;
    top: auto;
}

.timeline-stacked-down .timeline-item:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F0D7';
}

.timeline-stacked-down .timeline-item:after {
    bottom: -40px;
    top: auto;
}

.timeline-item-date {
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
}

.timeline-item-title {
    margin-top: 0;
}

@media (min-width: 768px) {

    .timeline-breaker.timeline-breaker-middle,
    .timeline-breaker.timeline-breaker-bottom {
        top: 40px;
    }

    .timeline-item {
        float: left;
        width: 48%;
        padding: 15px;
        margin-top: 40px;
        right: 30px;
        margin-left: 2%;
        clear: left;
    }

        .timeline-item:after,
        .timeline-item:before {
            top: 10%;
            bottom: auto;
            right: -20px;
            left: auto;
            position: absolute;
            pointer-events: none;
            margin: 0;
            display: block;
            font-size: 30px;
            height: 30px;
            line-height: 30px;
            width: 30px;
            text-align: center;
        }

        .timeline-item:before {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\F0DA';
        }

        .timeline-item:after {
            right: -46px;
        }

        .timeline-item.even,
        .timeline-item.right {
            float: right;
            clear: right;
            left: 30px;
            right: 0;
            margin-right: 2%;
            margin-left: 0;
            margin-top: 100px;
        }

            .timeline-item.even:after,
            .timeline-item.right:after,
            .timeline-item.even:before,
            .timeline-item.right:before {
                left: -20px;
                top: 10%;
            }

            .timeline-item.even:before,
            .timeline-item.right:before {
                font-family: FontAwesome;
                font-style: normal;
                speak: none;
                display: inline-block;
                content: '\F0D9';
            }

            .timeline-item.even:after,
            .timeline-item.right:after {
                left: -46px;
            }

        .timeline-item.overlap-off {
            margin-top: 0;
        }

        .timeline-item.overlap-pull-large {
            margin-top: -120px;
        }

        .timeline-item.overlap-pull-small {
            margin-top: -30px;
        }

    .timeline.timeline-stacked,
    .timeline-stacked {
        padding-left: 0;
        padding-right: 0;
    }

        .timeline.timeline-stacked .timeline-item,
        .timeline-stacked .timeline-item,
        .timeline.timeline-stacked .timeline-item.right,
        .timeline-stacked .timeline-item.right,
        .timeline.timeline-stacked .timeline-item.even,
        .timeline-stacked .timeline-item.even {
            float: none;
            left: auto;
            right: auto;
            width: 100%;
            padding: 15px;
            margin: 60px auto 0 auto;
            background: #f6f6f6;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            position: relative;
            border: 1px solid #f2f2f2;
            border-bottom: 3px solid #333;
            text-align: left;
            margin-top: 80px;
        }

            .timeline.timeline-stacked .timeline-item:before,
            .timeline-stacked .timeline-item:before,
            .timeline.timeline-stacked .timeline-item.right:before,
            .timeline-stacked .timeline-item.right:before,
            .timeline.timeline-stacked .timeline-item.even:before,
            .timeline-stacked .timeline-item.even:before,
            .timeline.timeline-stacked .timeline-item:after,
            .timeline-stacked .timeline-item:after,
            .timeline.timeline-stacked .timeline-item.right:after,
            .timeline-stacked .timeline-item.right:after,
            .timeline.timeline-stacked .timeline-item.even:after,
            .timeline-stacked .timeline-item.even:after {
                content: " ";
                display: table;
            }

            .timeline.timeline-stacked .timeline-item:after,
            .timeline-stacked .timeline-item:after,
            .timeline.timeline-stacked .timeline-item.right:after,
            .timeline-stacked .timeline-item.right:after,
            .timeline.timeline-stacked .timeline-item.even:after,
            .timeline-stacked .timeline-item.even:after {
                clear: both;
            }

            .timeline.timeline-stacked .timeline-item:after,
            .timeline-stacked .timeline-item:after,
            .timeline.timeline-stacked .timeline-item.right:after,
            .timeline-stacked .timeline-item.right:after,
            .timeline.timeline-stacked .timeline-item.even:after,
            .timeline-stacked .timeline-item.even:after,
            .timeline.timeline-stacked .timeline-item:before,
            .timeline-stacked .timeline-item:before,
            .timeline.timeline-stacked .timeline-item.right:before,
            .timeline-stacked .timeline-item.right:before,
            .timeline.timeline-stacked .timeline-item.even:before,
            .timeline-stacked .timeline-item.even:before {
                top: -20px;
                right: 50%;
                left: 50%;
                position: absolute;
                pointer-events: none;
                display: block;
                font-size: 30px;
                height: 30px;
                line-height: 30px;
                width: 30px;
                text-align: center;
                margin-top: 0;
                margin-left: -14px;
            }

            .timeline.timeline-stacked .timeline-item:before,
            .timeline-stacked .timeline-item:before,
            .timeline.timeline-stacked .timeline-item.right:before,
            .timeline-stacked .timeline-item.right:before,
            .timeline.timeline-stacked .timeline-item.even:before,
            .timeline-stacked .timeline-item.even:before {
                font-family: FontAwesome;
                font-style: normal;
                speak: none;
                display: inline-block;
                content: '\F0D8';
                color: #f6f6f6;
            }

            .timeline.timeline-stacked .timeline-item:after,
            .timeline-stacked .timeline-item:after,
            .timeline.timeline-stacked .timeline-item.right:after,
            .timeline-stacked .timeline-item.right:after,
            .timeline.timeline-stacked .timeline-item.even:after,
            .timeline-stacked .timeline-item.even:after {
                font-family: FontAwesome;
                font-style: normal;
                speak: none;
                display: inline-block;
                content: '\f192';
                top: -39px;
                background: white;
            }

            .timeline.timeline-stacked .timeline-item.tag-featured:after,
            .timeline-stacked .timeline-item.tag-featured:after,
            .timeline.timeline-stacked .timeline-item.right.tag-featured:after,
            .timeline-stacked .timeline-item.right.tag-featured:after,
            .timeline.timeline-stacked .timeline-item.even.tag-featured:after,
            .timeline-stacked .timeline-item.even.tag-featured:after,
            .timeline.timeline-stacked .timeline-item.marker-highlight:after,
            .timeline-stacked .timeline-item.marker-highlight:after,
            .timeline.timeline-stacked .timeline-item.right.marker-highlight:after,
            .timeline-stacked .timeline-item.right.marker-highlight:after,
            .timeline.timeline-stacked .timeline-item.even.marker-highlight:after,
            .timeline-stacked .timeline-item.even.marker-highlight:after,
            .timeline.timeline-stacked .timeline-item.highlight:after,
            .timeline-stacked .timeline-item.highlight:after,
            .timeline.timeline-stacked .timeline-item.right.highlight:after,
            .timeline-stacked .timeline-item.right.highlight:after,
            .timeline.timeline-stacked .timeline-item.even.highlight:after,
            .timeline-stacked .timeline-item.even.highlight:after {
                color: #65b1a5;
            }

            .timeline.timeline-stacked .timeline-item.overlap-push-large,
            .timeline-stacked .timeline-item.overlap-push-large,
            .timeline.timeline-stacked .timeline-item.right.overlap-push-large,
            .timeline-stacked .timeline-item.right.overlap-push-large,
            .timeline.timeline-stacked .timeline-item.even.overlap-push-large,
            .timeline-stacked .timeline-item.even.overlap-push-large {
                margin-top: 120px;
            }

            .timeline.timeline-stacked .timeline-item.overlap-push-medium,
            .timeline-stacked .timeline-item.overlap-push-medium,
            .timeline.timeline-stacked .timeline-item.right.overlap-push-medium,
            .timeline-stacked .timeline-item.right.overlap-push-medium,
            .timeline.timeline-stacked .timeline-item.even.overlap-push-medium,
            .timeline-stacked .timeline-item.even.overlap-push-medium {
                margin-top: 60px;
            }

            .timeline.timeline-stacked .timeline-item.overlap-push-small,
            .timeline-stacked .timeline-item.overlap-push-small,
            .timeline.timeline-stacked .timeline-item.right.overlap-push-small,
            .timeline-stacked .timeline-item.right.overlap-push-small,
            .timeline.timeline-stacked .timeline-item.even.overlap-push-small,
            .timeline-stacked .timeline-item.even.overlap-push-small {
                margin-top: 30px;
            }

        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:first-child,
        .timeline-stacked.timeline-stacked-down .timeline-item:first-child {
            margin-top: 40px;
        }

        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:last-child,
        .timeline-stacked.timeline-stacked-down .timeline-item:last-child {
            margin-bottom: 60px;
        }

        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:after,
        .timeline-stacked.timeline-stacked-down .timeline-item:after,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:before,
        .timeline-stacked.timeline-stacked-down .timeline-item:before {
            bottom: -20px;
            top: auto;
        }

        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:before,
        .timeline-stacked.timeline-stacked-down .timeline-item:before {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\F0D7';
        }

        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:after,
        .timeline-stacked.timeline-stacked-down .timeline-item:after {
            bottom: -40px;
            top: auto;
        }

        .timeline.timeline-stacked.timeline-stacked-down .timeline-item.last,
        .timeline-stacked.timeline-stacked-down .timeline-item.last,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item.right.last,
        .timeline-stacked.timeline-stacked-down .timeline-item.right.last,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item.even.last,
        .timeline-stacked.timeline-stacked-down .timeline-item.even.last {
            margin-bottom: 40px;
        }

        .timeline.timeline-stacked .timeline-breaker.timeline-breaker-middle,
        .timeline-stacked .timeline-breaker.timeline-breaker-middle,
        .timeline.timeline-stacked .timeline-breaker.timeline-breaker-bottom,
        .timeline-stacked .timeline-breaker.timeline-breaker-bottom {
            top: auto;
        }
}

.timeline.timeline-left,
.timeline-left {
    background-position: left top;
    margin-left: 20px;
    padding-bottom: 0;
    text-align: left;
}

    .timeline.timeline-left .timeline-marker,
    .timeline-left .timeline-marker {
        margin-left: -5px;
        margin-right: 0;
    }

        .timeline.timeline-left .timeline-marker:after,
        .timeline-left .timeline-marker:after,
        .timeline.timeline-left .timeline-marker:before,
        .timeline-left .timeline-marker:before {
            margin-left: 0;
        }

    .timeline.timeline-left .timeline-breaker,
    .timeline-left .timeline-breaker {
        margin-left: -20px;
    }

        .timeline.timeline-left .timeline-breaker:after,
        .timeline-left .timeline-breaker:after {
            left: 20px;
        }

        .timeline.timeline-left .timeline-breaker:before,
        .timeline-left .timeline-breaker:before {
            left: 20px;
        }

    .timeline.timeline-left .timeline-item,
    .timeline-left .timeline-item,
    .timeline.timeline-left .timeline-item.even,
    .timeline-left .timeline-item.even,
    .timeline.timeline-left .timeline-item.right,
    .timeline-left .timeline-item.right {
        float: none;
        clear: both;
        width: 92%;
        margin-left: 25px;
        margin-right: 0;
        margin-top: 40px;
        left: auto;
        right: auto;
    }

        .timeline.timeline-left .timeline-item:after,
        .timeline-left .timeline-item:after,
        .timeline.timeline-left .timeline-item.even:after,
        .timeline-left .timeline-item.even:after,
        .timeline.timeline-left .timeline-item.right:after,
        .timeline-left .timeline-item.right:after,
        .timeline.timeline-left .timeline-item:before,
        .timeline-left .timeline-item:before,
        .timeline.timeline-left .timeline-item.even:before,
        .timeline-left .timeline-item.even:before,
        .timeline.timeline-left .timeline-item.right:before,
        .timeline-left .timeline-item.right:before {
            right: auto;
            left: -20px;
            margin-left: 0;
            top: 20px;
        }

        .timeline.timeline-left .timeline-item:before,
        .timeline-left .timeline-item:before,
        .timeline.timeline-left .timeline-item.even:before,
        .timeline-left .timeline-item.even:before,
        .timeline.timeline-left .timeline-item.right:before,
        .timeline-left .timeline-item.right:before {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\F0D9';
        }

        .timeline.timeline-left .timeline-item:after,
        .timeline-left .timeline-item:after,
        .timeline.timeline-left .timeline-item.even:after,
        .timeline-left .timeline-item.even:after,
        .timeline.timeline-left .timeline-item.right:after,
        .timeline-left .timeline-item.right:after {
            left: -40px;
        }

    .timeline.timeline-left .pagination,
    .timeline-left .pagination {
        background: transparent;
        padding-left: 1em;
        padding-right: 1em;
    }

    .timeline.timeline-left .timeline-breaker.timeline-breaker-middle,
    .timeline-left .timeline-breaker.timeline-breaker-middle,
    .timeline.timeline-left .timeline-breaker.timeline-breaker-bottom,
    .timeline-left .timeline-breaker.timeline-breaker-bottom {
        top: auto;
        margin-bottom: 0;
    }

.timeline.timeline-right,
.timeline-right {
    background-position: right top;
    margin-right: 20px;
    text-align: right;
}

    .timeline.timeline-right .timeline-marker,
    .timeline-right .timeline-marker {
        margin-left: 0;
        margin-right: -5px;
        float: right;
    }

    .timeline.timeline-right .timeline-breaker,
    .timeline-right .timeline-breaker {
        margin-left: 0;
        margin-right: -20px;
        float: right;
    }

        .timeline.timeline-right .timeline-breaker:after,
        .timeline-right .timeline-breaker:after {
            right: 12px;
            left: auto;
        }

        .timeline.timeline-right .timeline-breaker:before,
        .timeline-right .timeline-breaker:before {
            right: 12px;
            left: auto;
        }

    .timeline.timeline-right .timeline-item,
    .timeline-right .timeline-item,
    .timeline.timeline-right .timeline-item.even,
    .timeline-right .timeline-item.even,
    .timeline.timeline-right .timeline-item.right,
    .timeline-right .timeline-item.right {
        float: right;
        clear: both;
        width: 92%;
        margin-left: 0;
        margin-right: 25px;
        margin-top: 40px;
        left: auto;
        right: 0;
    }

        .timeline.timeline-right .timeline-item:after,
        .timeline-right .timeline-item:after,
        .timeline.timeline-right .timeline-item.even:after,
        .timeline-right .timeline-item.even:after,
        .timeline.timeline-right .timeline-item.right:after,
        .timeline-right .timeline-item.right:after,
        .timeline.timeline-right .timeline-item:before,
        .timeline-right .timeline-item:before,
        .timeline.timeline-right .timeline-item.even:before,
        .timeline-right .timeline-item.even:before,
        .timeline.timeline-right .timeline-item.right:before,
        .timeline-right .timeline-item.right:before {
            left: auto;
            right: -20px;
            margin-right: 0;
            top: 20px;
        }

        .timeline.timeline-right .timeline-item:before,
        .timeline-right .timeline-item:before,
        .timeline.timeline-right .timeline-item.even:before,
        .timeline-right .timeline-item.even:before,
        .timeline.timeline-right .timeline-item.right:before,
        .timeline-right .timeline-item.right:before {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\F0DA';
        }

        .timeline.timeline-right .timeline-item:after,
        .timeline-right .timeline-item:after,
        .timeline.timeline-right .timeline-item.even:after,
        .timeline-right .timeline-item.even:after,
        .timeline.timeline-right .timeline-item.right:after,
        .timeline-right .timeline-item.right:after {
            right: -40px;
            left: auto;
        }

    .timeline.timeline-right .pagination,
    .timeline-right .pagination {
        background: transparent;
        padding-left: 1em;
        padding-right: 1em;
    }

    .timeline.timeline-right .timeline-breaker.timeline-breaker-middle,
    .timeline-right .timeline-breaker.timeline-breaker-middle,
    .timeline.timeline-right .timeline-breaker.timeline-breaker-bottom,
    .timeline-right .timeline-breaker.timeline-breaker-bottom {
        top: auto;
        margin-bottom: 0;
    }

@media (min-width: 768px) {

    .timeline.timeline-left .timeline-item,
    .timeline.timeline-right .timeline-item,
    .timeline.timeline-left .timeline-item.even,
    .timeline.timeline-right .timeline-item.even,
    .timeline.timeline-left .timeline-item.right,
    .timeline.timeline-right .timeline-item.right {
        width: 96%;
    }
}

#navigation {
    z-index: 99999;
    position: relative;
    color: #ffffff;
}

    #navigation:before,
    #navigation:after {
        content: " ";
        display: table;
    }

    #navigation:after {
        clear: both;
    }

.header-hidden {
    background: #4c968a;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 0;
    overflow: hidden;
}

    .header-hidden.show-hide-open {
        padding: 15px 0;
    }

    .header-hidden a {
        color: #ffffff;
    }

    .header-hidden h1,
    .header-hidden h1,
    .header-hidden h3,
    .header-hidden h4,
    .header-hidden h5,
    .header-hidden h6 {
        font-weight: 600;
    }

.header-upper {
    position: relative;
    padding: 5px 0;
    font-size: 0.875em;
}

    .header-upper .user-menu {
        padding: 0;
        margin-top: 2px;
    }

        .header-upper .user-menu a.btn {
            text-transform: uppercase;
            font-size: 11px;
            padding: 0 10px 0 0;
            color: #f4f4f4;
        }

            .header-upper .user-menu a.btn:hover {
                color: white;
            }

            .header-upper .user-menu a.btn:first-child {
                padding-left: 0;
            }

        .header-upper .user-menu .fa {
            font-size: 16px;
        }

        .header-upper .user-menu .btn-group {
            border-left: 1px solid #f4f4f4;
            padding-left: 5px;
            padding-right: 5px;
        }

            .header-upper .user-menu .btn-group:first-child {
                border-left: none;
                padding-left: 0;
            }

        .header-upper .user-menu .login-mobile {
            display: block;
        }

            .header-upper .user-menu .login-mobile .fa {
                vertical-align: middle;
                line-height: 1;
                display: block;
            }

        .header-upper .user-menu .signup,
        .header-upper .user-menu .login {
            display: none;
        }

    .header-upper .search-link {
        font-size: 1.500em;
    }

    .header-upper .search-text {
        font-size: 1.000em;
        line-height: 2.000em;
    }

    .header-upper .search-input {
        color: #000000;
        height: 26px;
        width: 100%;
        padding: 2px 12px;
    }

.search-form-tigger {
    font-size: 18px;
    color: white;
    background: #242424;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
}

    .search-form-tigger.open,
    .search-form-tigger:hover {
        background: #333;
        color: white;
        cursor: pointer;
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .search-form-tigger {
        margin-top: 10px;
    }
}

.header-search {
    height: 0;
    overflow: hidden;
    background: #404040;
}

    .header-search.open {
        height: auto;
    }

    .header-search form {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        position: relative;
    }

        .header-search form .btn {
            position: absolute;
            right: 50px;
            top: 0;
            bottom: 0;
            padding: 5px 10px;
            line-height: 1;
            width: 50px;
            outline: none;
            background: transparent;
            font-size: 36px;
            color: white;
        }

            .header-search form .btn:focus,
            .header-search form .btn:active:focus,
            .header-search form .btn.active:focus {
                outline: none;
            }

        .header-search form .close-btn {
            right: 0;
            display: block;
            font-size: 20px;
        }

        .header-search form input {
            padding: 0 150px 0 0;
            background: transparent;
            height: 50px;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-size: 30px;
            font-weight: 100;
            box-shadow: none;
            margin: 0;
        }

            .header-search form input::-moz-placeholder {
                color: #ffffff;
                opacity: 1;
            }

            .header-search form input:-ms-input-placeholder {
                color: #ffffff;
            }

            .header-search form input::-webkit-input-placeholder {
                color: #ffffff;
            }

            .header-search form input:focus {
                color: white;
                box-shadow: none;
            }

.header {
    background: white;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #333;
    color: #1b1b1b;
    height: auto;
    padding: 20px 0 15px 0;
}

    .header .navbar-brand {
        font-weight: 400;
        font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
        padding: 0;
        margin: 6px 0 0 0;
        display: block;
        border: none;
        text-shadow: none;
        line-height: 1;
        color: #333;
        max-width: none;
        text-align: center;
        float: none;
        height: auto;
    }

        .header .navbar-brand h1 {
            font-size: 40px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            line-height: 1;
            font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
        }

            .header .navbar-brand h1 span {
                color: #464646;
                color: rgba(27, 27, 27, 0.8);
                font-weight: 700;
            }

        .header .navbar-brand:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .header .slogan {
        color: #003089;
        font-size: 20px;
    }

    .header .sub-slogan {
        color: #003089;
        font-size: 15px;
        top: -3px;
        display: block;
        position: relative;
    }

.subPage-Title {
    color: #003089;
    text-align: right;
    font-size: 15px;
    top: 35px;
    display: block;
    position: relative;
}

.header .search-form-tigger {
    float: right;
}

.navbar {
    color: #eeeeee;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: none;
    background-image: none;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.js-clingify-placeholder {
    height: auto !important;
}

.show-hide-open {
    height: auto !important;
    min-height: 40px;
    max-height: 40000px;
}

.show-hide-close {
    height: 0;
    overflow: hidden;
}

#header-hidden-link {
    width: 32px;
    float: right;
    margin-top: -5px;
}

    #header-hidden-link a.show-hide > i:before {
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
    }

    #header-hidden-link a.show-hide.open {
        text-decoration: none;
    }

        #header-hidden-link a.show-hide.open > i:before {
            content: "\f106";
        }

    #header-hidden-link a.show-hide,
    #header-hidden-link a.top-link {
        font-size: 0;
        line-height: 1;
        background: #4c968a;
        padding: 0 8px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        height: 22px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: transparent;
    }

        #header-hidden-link a.show-hide i,
        #header-hidden-link a.top-link i {
            color: #eeeeee;
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
            line-height: 1;
        }

        #header-hidden-link a.show-hide:hover,
        #header-hidden-link a.top-link:hover {
            text-decoration: none;
        }

            #header-hidden-link a.show-hide:hover i,
            #header-hidden-link a.top-link:hover i {
                color: #ffffff;
            }

.colour-switcher a {
    text-indent: -10000px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid #cccccc;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

    .colour-switcher a:hover,
    .colour-switcher a.active {
        border: 3px solid #ffffff;
    }

.colour-switcher p {
    margin-top: 1em;
}

.colour-switcher .green {
    background: #333;
}

.colour-switcher .red {
    background: #be3e1d;
}

.colour-switcher .blue {
    background: #00adbb;
}

.colour-switcher.page a {
    width: 200px;
    height: 200px;
    border: 3px solid rgba(27, 27, 27, 0.2);
}

    .colour-switcher.page a:hover,
    .colour-switcher.page a.active {
        border: 3px solid rgba(27, 27, 27, 0.6);
    }

.social-media {
    margin: 0;
    min-width: 40px;
}

    .social-media a {
        text-decoration: none;
    }

        .social-media a img {
            vertical-align: middle;
            line-height: inherit;
            font-size: 32px;
            margin-top: 5px;
        }

        .social-media a .fa {
            vertical-align: middle;
            line-height: inherit;
            display: block;
            font-size: 32px;
        }

        .social-media a .fc {
            display: block;
            font-size: 32px;
            line-height: inherit;
            vertical-align: middle;
        }

        .social-media a:hover {
            text-decoration: none;
            color: white;
        }

            .social-media a:hover i {
                -webkit-animation: tada;
                -o-animation: tada;
                animation: tada;
                -webkit-animation-name: tada;
                -moz-animation-name: tada;
                -o-animation-name: tada;
                animation-name: tada;
                -webkit-animation-duration: 1s;
                -moz-animation-duration: 1s;
                -o-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-fill-mode: both;
                -moz-animation-fill-mode: both;
                -o-animation-fill-mode: both;
                animation-fill-mode: both;
            }

#signup-modal .form-group,
#login-modal .form-group {
    margin-bottom: 10px;
}

.header-upper .btn-group,
.language-menu {
    text-align: left;
}

    .header-upper .btn-group .flag-icon,
    .language-menu .flag-icon {
        margin-right: 4px;
    }

    .header-upper .btn-group .dropdown-toggle,
    .language-menu .dropdown-toggle {
        padding: 5px 5px !important;
        margin-top: -5px;
        margin-bottom: -5px;
    }

        .header-upper .btn-group .dropdown-toggle .flag-icon,
        .language-menu .dropdown-toggle .flag-icon {
            display: inline-block !important;
            margin-right: 0;
        }

    .header-upper .btn-group .dropdown-menu,
    .language-menu .dropdown-menu {
        margin-top: 5px !important;
        border: none !important;
    }

        .header-upper .btn-group .dropdown-menu > li > a,
        .language-menu .dropdown-menu > li > a {
            padding: 5px 10px;
        }

    .header-upper .btn-group.open .dropdown-toggle,
    .language-menu.open .dropdown-toggle {
        color: #333333 !important;
        text-decoration: none !important;
    }

@media (min-width: 768px) {

    #navigation .navbar-brand,
    #navigation .slogan {
        float: left;
    }

    #navigation .slogan {
        margin: 22px 0 0 1em;
        padding: 12px 0 8px 1em;
        border-left: 1px solid #e6e6e6;
        float: left;
    }

    #navigation .navbar {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #navigation .navbar-full-width .navbar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #navigation .user-menu {
        padding: 0;
    }

    .header-upper {
        position: relative;
    }

        .header-upper .user-menu {
            float: left;
        }

            .header-upper .user-menu a.btn {
                padding-right: 20px;
            }

            .header-upper .user-menu .login-mobile {
                display: none;
            }

            .header-upper .user-menu .signup,
            .header-upper .user-menu .login {
                display: inline-block;
            }
}

@media screen and (min-width: 768px) {

    #signup-modal .modal-dialog,
    #login-modal .modal-dialog {
        max-width: 350px;
    }

    #signup-modal .modal-dialog {
        max-width: 450px;
    }

    .header-upper .btn-group .dropdown-toggle,
    .language-menu .dropdown-toggle {
        padding: 5px 14px !important;
    }
}

@media screen and (min-width: 992px) {
    .header .navbar-collapse {
        float: right;
    }
}

#highlighted ul.nav-pills {
    margin: 0;
}

html.page-translucent,
body.page-translucent {
    background: transparent;
    background-color: rgba(255, 255, 255, 0.7);
}

#content-below {
    padding: 15px 0;
    border-top: 1px solid #cdcdcd;
    background: #e6e6e6;
}

.upsell {
    text-align: center;
}

    .upsell .title {
        display: inline-block;
        padding: 0 0.5em;
        margin: 0;
    }

        .upsell .title small {
            display: block;
        }

    .upsell p {
        margin: 0;
        padding: 0.5em 0 0 0;
    }

.sidebar {
    margin: 2em 0 1em 0;
}

    .sidebar .block {
        margin-bottom: 2em;
    }

    .sidebar ul.big-list {
        font-size: 1em;
    }

.section-menu ul.nav-list {
    padding: 2em 0;
    margin-left: 0;
}

    .section-menu ul.nav-list li.nav-header {
        padding-left: 5px;
        margin: 0;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #999999;
        font-weight: bold;
        font-size: 11px;
    }

    .section-menu ul.nav-list li a {
        color: #494949;
        color: rgba(27, 27, 27, 0.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-weight: bold;
        font-size: 16px;
        border: 1px solid #e6e6e6;
        border-top: none;
        margin: 0 -1px 0 3px;
        -webkit-box-shadow: 1px 1px 1px #ffffff;
        box-shadow: 1px 1px 1px #ffffff;
        background: #fafafa;
        text-shadow: none;
        padding: 5px 14px 8px 5px;
        position: relative;
    }

        .section-menu ul.nav-list li a.first {
            border-top: 1px solid #e6e6e6;
        }

        .section-menu ul.nav-list li a:hover {
            background: #f0f0f0;
        }

            .section-menu ul.nav-list li a:hover i {
                color: #333;
            }

        .section-menu ul.nav-list li a i {
            font-size: 22px;
            position: absolute;
            top: 20px;
            right: 20px;
            color: #e6e6e6;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .section-menu ul.nav-list li a small {
            display: block;
            font-weight: normal;
            color: rgba(27, 27, 27, 0.5);
        }

    .section-menu ul.nav-list li.active > a,
    .section-menu ul.nav-list li.active > a:hover {
        border-left: 4px solid #333;
        margin: 0 -1px 0 0;
        background: #ffffff;
        color: #333;
    }

        .section-menu ul.nav-list li.active > a i,
        .section-menu ul.nav-list li.active > a:hover i {
            color: #333;
        }

@media (min-width: 992px) {
    .sidebar {
        margin: 0;
    }

        .sidebar.sidebar-right .inner,
        .sidebar.sidebar-right .divider {
            border-left: 1px solid #e6e6e6;
            padding-left: 20px;
        }

        .sidebar.sidebar-left .inner,
        .sidebar.sidebar-left .divider {
            border-right: 1px solid #e6e6e6;
            padding-right: 20px;
        }

    .section-menu ul.nav-list {
        border-right: 1px solid #e6e6e6;
    }

        .section-menu ul.nav-list li a i {
            right: 10px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .section-menu ul.nav-list li.active > a,
        .section-menu ul.nav-list li.active > a:hover {
            border-right-color: #ffffff;
        }
}

@media (min-width: 992px) {
    #footer .footer-menu {
        float: right !important;
    }
}

.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    border-radius: 1px;
}

    .btn span.caret {
        display: inline-block;
    }

.btn-default {
    color: #4b4b4b;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    border-left: none;
    border-right: none;
    border-top: none;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #4b4b4b;
        background-color: #dcdcdc;
        border-color: #c6c6c6;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #f5f5f5;
        border-color: #e5e5e5;
    }

    .btn-default .badge {
        color: #f5f5f5;
        background-color: #4b4b4b;
    }

.btn-primary {
    color: #24135f;
    background-color: #DCDCDC;
    border-color: #DCDCDC;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #FFFFFF;
        background-color: #24135f;
        border-color: #24135f;
    }

    .btn-pri

    .btn-pri

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #333;
        border-color: #4c968a;
    }

    .btn-primary .badge {
        color: #333;
        background-color: #ffffff;
    }

.btn-primary-dark {
    color: #ffffff;
    background-color: #498f84;
    border-color: #3e7b71;
}

    .btn-primary-dark:hover,
    .btn-primary-dark:focus,
    .btn-primary-dark.focus,
    .btn-primary-dark:active,
    .btn-primary-dark.active,
    .open > .dropdown-toggle.btn-primary-dark {
        color: #ffffff;
        background-color: #376d65;
        border-color: #2a524c;
    }

    .btn-primary-dark:active,
    .btn-primary-dark.active,
    .open > .dropdown-toggle.btn-primary-dark {
        background-image: none;
    }

    .btn-primary-dark.disabled,
    .btn-primary-dark[disabled],
    fieldset[disabled] .btn-primary-dark,
    .btn-primary-dark.disabled:hover,
    .btn-primary-dark[disabled]:hover,
    fieldset[disabled] .btn-primary-dark:hover,
    .btn-primary-dark.disabled:focus,
    .btn-primary-dark[disabled]:focus,
    fieldset[disabled] .btn-primary-dark:focus,
    .btn-primary-dark.disabled.focus,
    .btn-primary-dark[disabled].focus,
    fieldset[disabled] .btn-primary-dark.focus,
    .btn-primary-dark.disabled:active,
    .btn-primary-dark[disabled]:active,
    fieldset[disabled] .btn-primary-dark:active,
    .btn-primary-dark.disabled.active,
    .btn-primary-dark[disabled].active,
    fieldset[disabled] .btn-primary-dark.active {
        background-color: #498f84;
        border-color: #3e7b71;
    }

    .btn-primary-dark .badge {
        color: #498f84;
        background-color: #ffffff;
    }

.btn-block {
    display: block;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.modal {
    z-index: 1040000;
}

.modal-dialog {
    z-index: 1040010;
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modal-backdrop {
    z-index: 1039990;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    min-height: 16.428571429px;
}

.modal-title {
    margin: 0;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    margin-top: 0;
    padding: 14px 15px 15px;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        padding-top: 5%;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tabbable.row {
    margin-left: 0;
    margin-right: 0;
}

ul.nav-tabs {
    margin-bottom: 1em;
    border-bottom: none;
}

    ul.nav-tabs li,
    ul.nav-tabs li.open {
        float: none;
    }

        ul.nav-tabs li a,
        ul.nav-tabs li.open a,
        ul.nav-tabs li a:hover,
        ul.nav-tabs li.open a:hover,
        ul.nav-tabs li a:focus,
        ul.nav-tabs li.open a:focus,
        ul.nav-tabs li a:active,
        ul.nav-tabs li.open a:active {
            border-radius: 0 !important;
            border: 1px solid #e6e6e6;
            margin-right: 0;
            background: white;
        }

            ul.nav-tabs li a:hover,
            ul.nav-tabs li.open a:hover {
                background: #f7f7f7;
            }

        ul.nav-tabs li:last-child,
        ul.nav-tabs li.open:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }


        /*ul.nav-tabs li.active a,
ul.nav-tabs li.open.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.open.active a:hover {
    color: #333;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #333;
    border-radius: 0 !important;
}*/

        ul.nav-tabs li.open a,
        ul.nav-tabs li.open a:hover,
        ul.nav-tabs li.open a:focus,
        ul.nav-tabs li.open a:active {
            background: #f7f7f7;
        }

        ul.nav-tabs li.open.active a,
        ul.nav-tabs li.open.active a:hover,
        ul.nav-tabs li.open.active a:focus,
        ul.nav-tabs li.open.active a:active {
            background: white;
        }

.vertical-tabs ul.nav-stacked {
    margin-right: 0;
    border-bottom: 0;
    border-right: none;
}

    .vertical-tabs ul.nav-stacked li {
        margin-right: -15px;
    }

        .vertical-tabs ul.nav-stacked li a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            position: relative;
        }

            .vertical-tabs ul.nav-stacked li a i {
                font-size: 22px;
                position: absolute;
                top: 50%;
                right: 20px;
                margin-top: -10px;
                color: #e6e6e6;
            }

            .vertical-tabs ul.nav-stacked li a small {
                display: block;
                font-weight: normal;
            }

            .vertical-tabs ul.nav-stacked li a:hover i {
                color: #333;
            }

        .vertical-tabs ul.nav-stacked li.active a,
        .vertical-tabs ul.nav-stacked li.active a:hover {
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            border-left: 4px solid #333;
        }

            .vertical-tabs ul.nav-stacked li.active a i,
            .vertical-tabs ul.nav-stacked li.active a:hover i {
                color: #333;
            }

.vertical-tabs .tab-content {
    margin-left: -15px;
    margin-right: -15px;
}

.bold-tabs ul li a {
    font-weight: bold;
    font-size: 18px;
    color: rgba(27, 27, 27, 0.8);
}

    .bold-tabs ul li a i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .bold-tabs ul li a small {
        display: block;
        font-weight: normal;
    }

    .bold-tabs ul li a:hover i {
        color: #333;
    }


/*@media (min-width: 768px) {
    ul.nav-tabs {
        border-bottom: 1px solid #e6e6e6;
    }
    ul.nav-tabs li,
    ul.nav-tabs li.open {
        float: left;
        margin-right: 1px;
    }
    ul.nav-tabs li a,
    ul.nav-tabs li.open a,
    ul.nav-tabs li a:focus,
    ul.nav-tabs li.open a:focus,
    ul.nav-tabs li a:hover,
    ul.nav-tabs li.open a:hover {
        border: none;
        border-top: 4px solid transparent;
    }
    ul.nav-tabs li a:last-child,
    ul.nav-tabs li.open a:last-child,
    ul.nav-tabs li a:focus:last-child,
    ul.nav-tabs li.open a:focus:last-child,
    ul.nav-tabs li a:hover:last-child,
    ul.nav-tabs li.open a:hover:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    ul.nav-tabs li.active,
    ul.nav-tabs li.open.active {
        bottom: -1px;
    }
    ul.nav-tabs li.active a,
    ul.nav-tabs li.open.active a,
    ul.nav-tabs li.active a:hover,
    ul.nav-tabs li.open.active a:hover {
        border-top: 4px solid #333;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-bottom: none;
    }
    ul.nav-tabs li.dropdown .dropdown-menu {
        margin-top: 2px;
        min-width: 160px;
    }
    .vertical-tabs ul.nav-tabs {
        display: block;
        border-bottom: none;
        border-right: 1px solid #e6e6e6;
    }
    .vertical-tabs ul.nav-tabs li,
    .vertical-tabs ul.nav-tabs li.open {
        float: none;
        margin-right: -15px;
    }
    .vertical-tabs ul.nav-tabs li a,
    .vertical-tabs ul.nav-tabs li.open a,
    .vertical-tabs ul.nav-tabs li a:focus,
    .vertical-tabs ul.nav-tabs li.open a:focus {
        border-right: none;
        border-top: 1px solid transparent;
        border-left: 4px solid transparent;
    }
    .vertical-tabs ul.nav-tabs li a i,
    .vertical-tabs ul.nav-tabs li.open a i,
    .vertical-tabs ul.nav-tabs li a:focus i,
    .vertical-tabs ul.nav-tabs li.open a:focus i {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    .vertical-tabs ul.nav-tabs li.active,
    .vertical-tabs ul.nav-tabs li.open.active {
        bottom: 0;
    }
    .vertical-tabs ul.nav-tabs li.active a,
    .vertical-tabs ul.nav-tabs li.open.active a,
    .vertical-tabs ul.nav-tabs li.active a:hover,
    .vertical-tabs ul.nav-tabs li.open.active a:hover {
        border-left: 4px solid #333;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: none;
    }
    .vertical-tabs ul.nav-tabs li.active {
        margin-right: -16px;
    }
    .vertical-tabs ul.nav-tabs li.dropdown .dropdown-menu {
        min-width: 100%;
        margin-top: 1px;
    }
    .vertical-tabs .tab-content {
        margin-right: auto;
        margin-left: auto;
    }
}*/

.pagination {
    display: block;
}

    .pagination:before,
    .pagination:after {
        content: " ";
        display: table;
    }

    .pagination:after {
        clear: both;
    }

    .pagination > li > a,
    .pagination > li > span {
        color: #333;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #4c968a;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background: #333;
        border-color: #333;
    }

.nav-tabs > li.dropdown {
    position: relative;
}

    .nav-tabs > li.dropdown .dropdown-menu {
        box-shadow: none;
        border: 1px solid #e6e6e6;
        margin-top: 1px;
        padding: 0;
    }

        .nav-tabs > li.dropdown .dropdown-menu:before {
            content: '';
            display: inline-block;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-bottom-color: rgba(0, 0, 0, 0.15);
            position: absolute;
            top: -7px;
            left: 12px;
        }

        .nav-tabs > li.dropdown .dropdown-menu:after {
            content: '';
            display: inline-block;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #ffffff;
            position: absolute;
            top: -6px;
            left: 13px;
        }

        .nav-tabs > li.dropdown .dropdown-menu li {
            margin-right: 0 !important;
            border-bottom: none;
            bottom: 0 !important;
            margin-bottom: 0 !important;
            float: none !important;
        }

            .nav-tabs > li.dropdown .dropdown-menu li a {
                border: none;
                border-bottom: 1px solid #e6e6e6;
                background: white;
                color: rgba(27, 27, 27, 0.8);
                padding: 5px 8px !important;
            }

                .nav-tabs > li.dropdown .dropdown-menu li a:before {
                    font-family: FontAwesome;
                    font-size: 10px;
                    color: rgba(27, 27, 27, 0.6);
                    width: 30px;
                    height: 30px;
                    content: "\f0da";
                    padding-right: 10px;
                }

                .nav-tabs > li.dropdown .dropdown-menu li a:last-child {
                    margin: 0 !important;
                    border-bottom: 1px solid #e6e6e6;
                }

                .nav-tabs > li.dropdown .dropdown-menu li.open a,
                .nav-tabs > li.dropdown .dropdown-menu li.active a,
                .nav-tabs > li.dropdown .dropdown-menu li a:hover {
                    background: #f7f7f7;
                }

        .nav-tabs > li.dropdown .dropdown-menu .open > a,
        .nav-tabs > li.dropdown .dropdown-menu .open > a:hover,
        .nav-tabs > li.dropdown .dropdown-menu .open > a:focus {
            border-color: #e6e6e6;
        }

    .nav-tabs > li.dropdown.active .dropdown-menu li a {
        border: none !important;
    }

.tab-content-bordered {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 15px;
    margin-top: -1em;
}

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

    .panel-default a {
        color: #333333;
    }

        .panel-default a:hover {
            color: #666666;
        }

.panel-primary {
    border-color: #333;
}

    .panel-primary > .panel-heading {
        background-color: transparent;
        border-bottom: 1px dotted #ccc;
        border-color: #333;
        color: #000;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #333;
        }

        .panel-primary > .panel-heading .badge {
            color: #87c2b8;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #333;
    }

    .panel-primary a {
        color: #ffffff;
    }

        .panel-primary a:hover {
            color: #f2f2f2;
        }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

    .panel-success a {
        color: #3c763d;
    }

        .panel-success a:hover {
            color: #2b542c;
        }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

    .panel-info a {
        color: #31708f;
    }

        .panel-info a:hover {
            color: #245269;
        }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

    .panel-warning a {
        color: #8a6d3b;
    }

        .panel-warning a:hover {
            color: #66512c;
        }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

    .panel-danger a {
        color: #a94442;
    }

        .panel-danger a:hover {
            color: #843534;
        }

.panel-heading.panel-heading-clear {
    background: transparent !important;
}

.panel.panel-noborder {
    border: none !important;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel {
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
}

    .panel-group .panel-heading .panel-title a,
    .panel-group .panel-heading a.panel-title {
        display: block;
        padding: 15px;
    }

        .panel-group .panel-heading .panel-title a:after,
        .panel-group .panel-heading a.panel-title:after {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\f107';
            float: right;
            font-size: 22px;
            line-height: 18px;
            width: 22px;
            text-align: center;
        }

        .panel-group .panel-heading .panel-title a.collapsed:after,
        .panel-group .panel-heading a.panel-title.collapsed:after {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\f105';
        }

        .panel-group .panel-heading .panel-title a:hover,
        .panel-group .panel-heading a.panel-title:hover {
            text-decoration: none;
        }

    .panel-group .panel-heading.panel-heading-icon-left .panel-title a:after,
    .panel-group .panel-heading.panel-heading-icon-left a.panel-title:after {
        float: left;
        padding-right: 0.6em;
    }

.panel-group .panel-body {
    border: none !important;
    background: white;
}

.panel-group.panel-group-list-style .panel + .panel {
    margin-top: 1px;
}

.panel-group.panel-group-list-style .panel {
    border: none;
    border-bottom: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group.panel-group-list-style .panel-heading {
    padding: 0;
    background: transparent;
}

    .panel-group.panel-group-list-style .panel-heading .panel-title a,
    .panel-group.panel-group-list-style .panel-heading a.panel-title {
        padding: 8px 15px;
    }

        .panel-group.panel-group-list-style .panel-heading .panel-title a:after,
        .panel-group.panel-group-list-style .panel-heading a.panel-title:after {
            float: left;
            font-size: 14px;
            line-height: 22px;
            padding-right: 0.6em;
            color: #333;
            width: 18px;
        }

.panel-group.panel-group-list-style .panel-body {
    padding: 4px 15px 15px 15px;
}

.progress {
    border-radius: 1px;
}

.progress-bar {
    background-color: #333;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.slider-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.slide h1,
.slide h2,
.slide h3,
.slide h4,
.slide h5,
.slide p {
    margin-top: 0;
    font-weight: 400;
}

.slider-appstrap-theme .tparrows,
.flex-direction-nav a {
    text-indent: 0;
    font-size: 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    bottom: 0;
    right: 0;
    background: none;
    color: transparent;
    width: 50px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    font-weight: 100;
    margin-top: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .slider-appstrap-theme .tparrows:hover,
    .flex-direction-nav a:hover {
        opacity: 0.01;
        filter: alpha(opacity=1);
    }

    .slider-appstrap-theme .tparrows:before,
    .flex-direction-nav a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 50px;
        font-weight: bold;
        color: #333;
    }

    .slider-appstrap-theme .tparrows.tp-rightarrow,
    .flex-direction-nav a.tp-rightarrow,
    .slider-appstrap-theme .tparrows.flex-next,
    .flex-direction-nav a.flex-next {
        right: 0;
        text-align: center;
    }

        .slider-appstrap-theme .tparrows.tp-rightarrow:before,
        .flex-direction-nav a.tp-rightarrow:before,
        .slider-appstrap-theme .tparrows.flex-next:before,
        .flex-direction-nav a.flex-next:before {
            content: '\f105';
        }

    .slider-appstrap-theme .tparrows.tp-leftarrow,
    .flex-direction-nav a.tp-leftarrow,
    .slider-appstrap-theme .tparrows.flex-prev,
    .flex-direction-nav a.flex-prev {
        left: 0;
        right: auto;
    }

        .slider-appstrap-theme .tparrows.tp-leftarrow:before,
        .flex-direction-nav a.tp-leftarrow:before,
        .slider-appstrap-theme .tparrows.flex-prev:before,
        .flex-direction-nav a.flex-prev:before {
            content: '\f104';
        }

    .slider-appstrap-theme .tparrows:hover,
    .flex-direction-nav a:hover {
        text-decoration: none;
    }

.slider-appstrap-theme .slider-wrapper:hover .tparrows,
.slider-wrapper:hover .flex-direction-nav a {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .slider-appstrap-theme .slider-wrapper:hover .tparrows:hover,
    .slider-wrapper:hover .flex-direction-nav a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.slider-appstrap-theme .tp-bullets,
.slider-appstrap-theme .tp-bullets.round,
.slider-appstrap-theme .tp-bullets.simplebullets.round,
.flex-control-nav {
    position: absolute;
    bottom: 10px !important;
    right: 10px !important;
    left: auto !important;
    text-align: center;
    width: auto;
    line-height: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 300;
}

    .slider-appstrap-theme .tp-bullets li,
    .slider-appstrap-theme .tp-bullets.round li,
    .slider-appstrap-theme .tp-bullets.simplebullets.round li,
    .flex-control-nav li {
        margin: 0;
    }

        .slider-appstrap-theme .tp-bullets li a,
        .slider-appstrap-theme .tp-bullets.round li a,
        .slider-appstrap-theme .tp-bullets.simplebullets.round li a,
        .flex-control-nav li a,
        .slider-appstrap-theme .tp-bullets .bullet,
        .slider-appstrap-theme .tp-bullets.round .bullet,
        .slider-appstrap-theme .tp-bullets.simplebullets.round .bullet,
        .flex-control-nav .bullet {
            margin: 0 3px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            height: 15px;
            width: 15px;
            background: #bbbbbb;
        }

            .slider-appstrap-theme .tp-bullets li a:hover,
            .slider-appstrap-theme .tp-bullets.round li a:hover,
            .slider-appstrap-theme .tp-bullets.simplebullets.round li a:hover,
            .flex-control-nav li a:hover,
            .slider-appstrap-theme .tp-bullets .bullet:hover,
            .slider-appstrap-theme .tp-bullets.round .bullet:hover,
            .slider-appstrap-theme .tp-bullets.simplebullets.round .bullet:hover,
            .flex-control-nav .bullet:hover,
            .slider-appstrap-theme .tp-bullets li a.flex-active,
            .slider-appstrap-theme .tp-bullets.round li a.flex-active,
            .slider-appstrap-theme .tp-bullets.simplebullets.round li a.flex-active,
            .flex-control-nav li a.flex-active,
            .slider-appstrap-theme .tp-bullets .bullet.flex-active,
            .slider-appstrap-theme .tp-bullets.round .bullet.flex-active,
            .slider-appstrap-theme .tp-bullets.simplebullets.round .bullet.flex-active,
            .flex-control-nav .bullet.flex-active,
            .slider-appstrap-theme .tp-bullets li a.selected,
            .slider-appstrap-theme .tp-bullets.round li a.selected,
            .slider-appstrap-theme .tp-bullets.simplebullets.round li a.selected,
            .flex-control-nav li a.selected,
            .slider-appstrap-theme .tp-bullets .bullet.selected,
            .slider-appstrap-theme .tp-bullets.round .bullet.selected,
            .slider-appstrap-theme .tp-bullets.simplebullets.round .bullet.selected,
            .flex-control-nav .bullet.selected {
                background: #333;
            }

.slider-mini-nav .slider-appstrap-theme .tp-bullets,
.slider-mini-nav .slider-appstrap-theme .tp-bullets.round,
.slider-mini-nav .slider-appstrap-theme .tp-bullets.simplebullets.round,
.slider-mini-nav .flex-control-nav {
    bottom: 5px !important;
    right: 5px !important;
}

    .slider-mini-nav .slider-appstrap-theme .tp-bullets li a,
    .slider-mini-nav .slider-appstrap-theme .tp-bullets.round li a,
    .slider-mini-nav .slider-appstrap-theme .tp-bullets.simplebullets.round li a,
    .slider-mini-nav .flex-control-nav li a,
    .slider-mini-nav .slider-appstrap-theme .tp-bullets .bullet,
    .slider-mini-nav .slider-appstrap-theme .tp-bullets.round .bullet,
    .slider-mini-nav .slider-appstrap-theme .tp-bullets.simplebullets.round .bullet,
    .slider-mini-nav .flex-control-nav .bullet {
        margin: 0 2px;
        height: 12px;
        width: 12px;
    }

.slider-boxed .navbar {
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.slider-boxed .slider-wrapper,
.slider-boxed .flexslider-wrapper {
    border: 1px solid rgba(27, 27, 27, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
    box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
}

.slider-boxed .slide-content {
    padding-top: 20px;
}

.slider-full-width .slide-content {
    padding: 2em 0 0 0;
}

@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
}

@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
}

.flexslider {
    background: transparent;
    padding: 0;
    list-style: none;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flexslider {
    /* Hide the slides before the JS is loaded. Avoids image jumping */
}

    .flexslider .slides > .slide,
    .flexslider .items > .item {
        display: none;
        -webkit-backface-visibility: hidden;
    }

.slide {
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

    .slide .caption {
        padding: 5%;
        text-align: center;
    }

        .slide .caption .btn {
            margin: 0;
        }

        .slide .caption .inverse {
            background: #1b1b1b;
            color: #ffffff;
            padding: 5px;
            display: inline-block;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
        }

            .slide .caption .inverse a {
                color: rgba(255, 255, 255, 0.9);
            }

.flexslider .slide img {
    width: auto;
    display: inline;
    max-width: 100%;
    height: auto !important;
}

.slide-bg {
    background-position: center center;
    background-repeat: repeat;
}

@media (min-width: 768px) {
    .slide .caption {
        text-align: left;
    }
}

@media (max-width: 860px) {
    .flex-direction-nav {
        display: none;
    }

    .flex-control-nav {
        bottom: 0;
    }

    .flexslider {
        padding-bottom: 0;
    }

        .flexslider .flex-control-nav {
            display: block;
        }
}

@media (min-width: 992px) {
    .slide .caption {
        padding: 5% 0;
    }
}

.tp-banner-container {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #cccccc;
}

.tp-banner {
    width: auto;
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.slider-appstrap-theme .tp-caption a {
    color: #333;
}

    .slider-appstrap-theme .tp-caption a:hover {
        color: #4c968a;
    }

.slider-appstrap-theme .tp-bannertimer {
    background: #333;
    height: 2px;
}

    .slider-appstrap-theme .tp-bannertimer.tp-bottom {
        bottom: -1px;
    }

.slider-revolution-full-width-behind .slide-content .tp-caption {
    margin: 0 !important;
}

.quicksand-target {
    min-height: 300px;
    height: auto;
    width: auto !important;
    -webkit-transition: height 0.4s ease-out;
    -o-transition: height 0.4s ease-out;
    transition: height 0.4s ease-out;
}

.bootstrap-switch {
    min-width: none;
}

    .bootstrap-switch > div > span,
    .bootstrap-switch > div > label {
        height: auto;
        line-height: 1;
        padding: 8px;
    }

        .bootstrap-switch > div > span.bootstrap-switch-primary {
            background: #333;
        }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #333;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.has-backstretch .backstretch-overlay {
    background: transparent;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -999998;
}

body.has-isotope,
.has-isotope {
    overflow-x: none !important;
}

.owl-controls:before,
.owl-controls:after {
    content: " ";
    display: table;
}

.owl-controls:after {
    clear: both;
}

.owl-controls .owl-buttons {
    float: right;
}

.owl-controls .owl-pagination {
    float: left;
    display: none;
}


/* Styling Next and Prev buttons */

.owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 0 1px;
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 12px;
    background: #1b1b1b;
    opacity: 0.2;
    filter: alpha(opacity=20);
    font-size: 0;
}

    .owl-controls .owl-buttons div:before {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 22px;
        font-weight: bold;
        color: white;
        text-align: center;
        display: block;
        padding: 0;
        margin: 0;
    }

    .owl-controls .owl-buttons div.owl-prev {
        left: 0;
    }

        .owl-controls .owl-buttons div.owl-prev:before {
            content: '\f104';
        }

    .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    background: #333;
}


/* Styling Pagination*/

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

    .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        opacity: 0.2;
        filter: alpha(opacity=20);
        background: #1b1b1b;
    }

    .owl-controls .owl-page.active span,
    .owl-controls.clickable .owl-page:hover span {
        opacity: 1;
        filter: alpha(opacity=100);
        background: #333;
    }


    /* If PaginationNumbers is true */

    .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
    }


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(../img/misc/icon_loading.gif) no-repeat center center;
}

@media (min-width: 992px) {
    .owl-controls .owl-pagination {
        display: block;
    }
}

.mfp-bg {
    z-index: 100000;
}

.mfp-wrap {
    z-index: 100001;
}


/* --------------------------------------------------
 * Features
 *-------------------------------------------------- */

.features .title {
    margin-top: 10px;
}

.features .feature {
    margin-bottom: 2em;
}

    .features .feature:before,
    .features .feature:after {
        content: " ";
        display: table;
    }

    .features .feature:after {
        clear: both;
    }

    .features .feature img {
        background-image: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
        background-image: -o-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
        background-image: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffebebeb', GradientType=0);
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .features .feature img:hover {
            background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
            background-image: -o-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
            background-image: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
        }

@media (min-width: 768px) {
    .features .feature {
        margin-bottom: 1em;
    }

        .features .feature.tab-pane {
            padding-left: 15px;
            padding-right: 15px;
        }

            .features .feature.tab-pane img {
                min-width: 260px;
            }
}

.temas-destacados .skake {
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 5px #cdcdcd;
    color: inherit;
    margin: 10px 0px 0px;
    min-height: 430px;
    padding: 5px;
}

    .temas-destacados .skake .title {
        margin: 10px 0 0 0;
        color: rgba(27, 27, 27, 0.8);
        font-size: 22px;
        text-shadow: 1px 1px 1px rgba(231, 231, 231, 0.8);
        text-align: center;
        font-weight: normal;
        text-transform: none;
    }

    .temas-destacados .skake .description {
        font-size: 12px;
        text-align: center;
    }

    .temas-destacados .skake .cuadro {
        margin: 1em -14px;
        padding: 20px 0;
        text-shadow: none;
        color: #333;
        display: block;
        border: 1px solid #cdcdcd;
        background: #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 1;
    }

        .temas-destacados .skake .cuadro .fancy {
            font-size: 28px;
        }

        .temas-destacados .skake .cuadro .texto {
            font-size: 23px;
            font-weight: bold;
        }

    .temas-destacados .skake ul.item {
        padding: 5px;
    }

        .temas-destacados .skake ul.item li,
        .menuLink li {
            border-bottom: 1px dotted rgba(180, 180, 180, 0.8);
            padding: 5px 0 5px 0;
            list-style: none;
            color: #333;
        }

            .menuLink li a {
                font-size: 1.1em
            }

                .temas-destacados .skake ul.item li a,
                .temas-destacados .skake ul.item li a:hover,
                .temas-destacados .skake ul.item li a:visited,
                .menuLink li a,
                .menuLink li a:hover,
                .menuLink li a:visited {
                    color: #333;
                }

    .temas-destacados .skake .boton {
        display: block;
        width: auto;
        margin: 20px auto 0 auto;
    }

    .temas-destacados .skake.active {
        border-color: #333;
        border-width: 1px;
        -webkit-box-shadow: 1px 2px 5px #cdcdcd;
        box-shadow: 1px 2px 5px #cdcdcd;
    }

        .temas-destacados .skake.active .title {
            font-size: 28px;
            text-transform: uppercase;
        }

        .temas-destacados .skake.active .cuadro {
            background: #333;
            border-color: #333;
            color: #ffffff;
        }

        .temas-destacados .skake.active .btn {
            margin-top: 40px;
        }

.temas-destacados-compressed {
    text-align: center;
}

    .temas-destacados-compressed .skake {
        text-align: center;
    }

        .temas-destacados-compressed .skake .cuadro {
            padding: 8px 0;
            margin-left: 0;
            margin-right: 0;
        }

        .temas-destacados-compressed .skake .btn {
            display: inline-block;
        }

.pricing-table .pricing-table-features .title-hidden {
    margin-top: 90px;
    display: block;
}

    .pricing-table .pricing-table-features .title-hidden .title {
        display: none;
    }

.pricing-table .pricing-table-features .cuadro {
    font-weight: bold;
    font-size: 22px;
}

.pricing-table .skake {
    padding: 1px;
}

    .pricing-table .skake.active {
        margin-top: -10px !important;
    }

        .pricing-table .skake.active .title {
            height: 100px !important;
            padding-top: 40px !important;
        }

        .pricing-table .skake.active .sign-up-btn {
            padding-bottom: 25px !important;
        }

        .pricing-table .skake.active .cuadro {
            margin-left: -1px !important;
            margin-right: -1px !important;
        }

.pricing-table .pricing-table-features-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pricing-table .pricing-table-features-list li {
        padding: 10px 20px;
        min-height: 40px;
        border: none !important;
        border-bottom: 1px solid #e3e3e3 !important;
        text-align: right;
    }

        .pricing-table .pricing-table-features-list li:nth-child(odd),
        .pricing-table .pricing-table-features-list li.row-odd {
            background: #f3f3f3;
        }

        .pricing-table .pricing-table-features-list li:last-child,
        .pricing-table .pricing-table-features-list li.last {
            border-bottom: none !important;
        }

        .pricing-table .pricing-table-features-list li.title {
            margin: 0;
            padding-top: 30px !important;
            padding-bottom: 30px !important;
            font-size: 22px !important;
            height: 90px;
            background: white;
        }

        .pricing-table .pricing-table-features-list li.cuadro {
            margin: 0;
            padding: 16px 20px;
            height: 60px;
            text-align: right;
        }

            .pricing-table .pricing-table-features-list li.cuadro .digits {
                font-size: 22px;
            }

        .pricing-table .pricing-table-features-list li.sign-up-btn {
            padding: 15px;
        }

            .pricing-table .pricing-table-features-list li.sign-up-btn .btn {
                margin-top: 0;
            }

.pricing-table .pricing-table-plan .pricing-table-features-list li {
    text-align: center;
}

@media (min-width: 768px) {
    .temas-destacados .skake.active .btn {
        margin-top: 20px;
    }

    .temas-destacados-overlap {
        margin-left: 15px;
        margin-right: 15px;
    }

        .temas-destacados-overlap .skake {
            margin-left: -16px;
            margin-right: -15px;
            z-index: 1;
            margin-top: 15px;
        }

            .temas-destacados-overlap .skake.active {
                z-index: 2;
                position: relative;
                margin-top: 0;
            }

                .temas-destacados-overlap .skake.active .btn {
                    margin-top: 40px;
                }

            .temas-destacados-overlap .skake .cuadro {
                margin-left: 0;
                margin-right: 0;
            }

    .temas-destacados-compressed {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .pricing-table {
        margin-left: 15px;
        margin-right: 15px;
    }

        .pricing-table .skake {
            margin-left: -16px;
            margin-right: -15px;
        }

            .pricing-table .skake.active {
                z-index: 2;
                position: relative;
                margin-top: 0;
            }
}


/* --------------------------------------------------
 * Customers
 *-------------------------------------------------- */

.page-customers .tabbable > ul.nav-tabs li a,
.page-customers ul.nav-tabs li a {
    padding-right: 30px;
    padding-left: 30px;
}

.customers {
    margin-top: 2em;
}

    .customers li.customer {
        margin: 0;
        margin-bottom: 1em;
        height: auto;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

        .customers li.customer a .inner-wrapper {
            padding: 15px;
            border: 1px solid #d9d9d9;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            display: block;
            position: relative;
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
            background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
        }

        .customers li.customer a span {
            display: block;
        }

        .customers li.customer a .img-wrapper {
            text-align: center;
            height: 100px;
            display: block;
        }

            .customers li.customer a .img-wrapper img {
                max-height: 80px;
                max-width: 100%;
                margin: 1em auto;
            }

        .customers li.customer a .title {
            text-transform: none;
            font-weight: bold;
        }

        .customers li.customer a .description {
            color: rgba(27, 27, 27, 0.8);
        }

        .customers li.customer a:hover {
            text-decoration: none;
        }

            .customers li.customer a:hover .inner-wrapper {
                border-color: #a6a6a6;
            }

.customers-carousel .owl-item {
    width: 220px;
    padding: 0 1em;
    text-align: center;
}

    .customers-carousel .owl-item img {
        display: block;
        margin: 0 auto;
    }

@media (min-width: 768px) {
    .customers li.customer {
        height: 320px;
        width: 250px;
    }
}

@media (min-width: 992px) {
    .customers li.customer {
        height: 290px;
        width: 322px;
    }
}

@media (min-width: 1200px) {
    .customers li.customer {
        height: 260px;
        width: 390px;
    }
}


/* --------------------------------------------------
 * About pages
 *-------------------------------------------------- */

.stats .stat {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

    .stats .stat .skake {
        background: #333;
        background-image: -webkit-radial-gradient(circle, #64b1a4, #4c968a);
        background-image: radial-gradient(circle, #64b1a4, #4c968a);
        background-repeat: no-repeat;
        padding: 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        position: relative;
        margin: 0 15px;
        min-height: 40px;
        line-height: 40px;
    }

        .stats .stat .skake:after,
        .stats .stat .skake:before {
            top: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .stats .stat .skake:after {
            border-top-color: #333;
            border-width: 5px;
            left: 50%;
            margin-left: -5px;
        }

        .stats .stat .skake:before {
            border-top-color: rgba(0, 0, 0, 0.01);
            border-width: 6px;
            left: 50%;
            margin-left: -6px;
        }

    .stats .stat small {
        text-shadow: none;
        font-size: 12px;
        display: block;
        color: #494949;
        color: rgba(27, 27, 27, 0.8);
        margin: 10px 0 0 0;
        text-transform: uppercase;
    }


/* --------------------------------------------------
 * Team pages
 *-------------------------------------------------- */

.team-member {
    padding-bottom: 1.3em;
    margin-bottom: 1.3em;
    border-bottom: 1px solid #e6e6e6;
}

    .team-member p {
        color: #3C3C3C;
        font-size: 1em;
    }

        .team-member p.member-since {
            font-size: 12px;
            text-decoration: underline;
        }

    .team-member .media-heading,
    .team-member .name {
        margin: 5px 0 0 0;
        color: #000000;
    }

        .team-member .media-heading a,
        .team-member .name a {
            color: #000000;
        }

    .team-member .role,
    .team-member p.role {
        color: #3C3C3C;
        font-size: 1em;
        margin: 0 0 5px 0;
    }

    .team-member.team-member-active > * {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

.team-member-full {
    padding-bottom: 3em;
    margin-bottom: 3em;
}

    .team-member-full p {
        font-size: 14px;
    }

        .team-member-full .role,
        .team-member-full p.role {
            font-size: 16px;
        }

.team-grid .team-member {
    text-align: center;
    border: none;
}

.team-grid .media-heading,
.team-grid .name {
    margin: 5px 0;
}


/* --------------------------------------------------
 * Blog pages
 *-------------------------------------------------- */

.date-md {
    padding-right: 0;
    text-align: center;
    display: none;
}

.date-wrapper {
    color: #1b1b1b;
    text-align: center;
    margin: 0 0 1em 0;
    padding: 0;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    min-width: 50px;
    font-weight: 400 !important;
    background: #F5F5F5;
}

    .date-wrapper span {
        font-size: 16px;
        display: block;
    }

        .date-wrapper span.date-m {
            padding: 2px 4px;
            color: #ffffff;
            background: #333;
            -webkit-border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
            font-size: 12px;
            text-transform: uppercase;
        }

        .date-wrapper span.date-d {
            font-size: 26px;
            line-height: 1;
            padding: 5px 0 5px 0;
            color: #1b1b1b;
            font-weight: 200 !important;
            border: 1px solid #e4e4e4;
            border-top: none;
            -webkit-border-radius: 0 0 2px 2px;
            -moz-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
        }

.date-wrapper-horizontal {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    padding: 1px;
}

    .date-wrapper-horizontal span {
        font-size: 16px;
        display: inline-block;
    }

        .date-wrapper-horizontal span.date-m,
        .date-wrapper-horizontal span.date-d {
            font-size: 13px;
            line-height: 13px;
            padding: 3px 6px;
            -webkit-border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
        }

        .date-wrapper-horizontal span.date-m {
            font-size: 12px;
            line-height: 18px;
        }

        .date-wrapper-horizontal span.date-d {
            font-weight: 800;
            padding-left: 2px;
            border: none;
        }

.author {
    font-size: 12px;
    text-align: center;
}

    .author i {
        display: block;
    }

.sections,
.tags {
    font-size: 12px;
    text-transform: uppercase;
}

    .sections .tag,
    .tags .tag {
        color: #333;
    }

    .sections .type,
    .tags .type {
        color: #1b1b1b;
    }

.tag-cloud span,
.tag-cloud .tag {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 8px;
    margin: 2px 0;
    font-size: 13px;
    text-transform: uppercase;
}

    .tag-cloud span:hover,
    .tag-cloud .tag:hover {
        background: #f1f1f1;
    }

.blog-post {
    margin-bottom: 3em;
}

    .blog-roll .title,
    .blog-post .title {
        margin: 0 0 10px 0;
        line-height: 1;
    }

    .blog-roll .meta,
    .blog-post .meta {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .blog-roll .media,
    .blog-post .media,
    .blog-roll .blog-post,
    .blog-post .blog-post {
        padding-bottom: 3em;
        margin-bottom: 3em;
        border-bottom: 1px solid #e6e6e6;
    }

    .blog-roll .links,
    .blog-post .links {
        margin-top: 0.5em;
    }

    .blog-roll .blog-media,
    .blog-post .blog-media,
    .blog-roll .media-object,
    .blog-post .media-object {
        max-width: 100%;
    }

    .blog-roll .pagination,
    .blog-post .pagination {
        display: block;
    }

.blog-roll-mini .media,
.blog-roll-mini .blog-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

    .blog-roll-mini .media:last-child,
    .blog-roll-mini .blog-post:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .blog-roll-mini .media h4,
    .blog-roll-mini .blog-post h4,
    .blog-roll-mini .media h5,
    .blog-roll-mini .blog-post h5,
    .blog-roll-mini .media h6,
    .blog-roll-mini .blog-post h6 {
        margin: 0;
    }

.blog-timeline .media,
.blog-timeline .blog-post {
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 3px solid #e6e6e6;
}

.blog-grid .blog-post {
    border: 1px solid #e6e6e6;
    border-bottom: 3px solid #333;
    padding: 15px;
    margin-bottom: 30px;
    background: white;
}

.blog-grid .blog-media .flexslider {
    min-height: 140px;
}

.blog-post .media-body .lead {
    margin: 0.5em 0;
    padding: 1em 0;
    font-size: 1.6em;
}

.blog-post .btn-link {
    color: black;
}

.post-block,
.post-tag-cloud,
.post-to-post-pager,
.post-share,
.post-author,
.post-related-content {
    margin-top: 2em;
}

    .post-block .post-block:first-child,
    .post-tag-cloud .post-block:first-child,
    .post-to-post-pager .post-block:first-child,
    .post-share .post-block:first-child,
    .post-author .post-block:first-child,
    .post-related-content .post-block:first-child,
    .post-block .post-tag-cloud:first-child,
    .post-tag-cloud .post-tag-cloud:first-child,
    .post-to-post-pager .post-tag-cloud:first-child,
    .post-share .post-tag-cloud:first-child,
    .post-author .post-tag-cloud:first-child,
    .post-related-content .post-tag-cloud:first-child,
    .post-block .post-to-post-pager:first-child,
    .post-tag-cloud .post-to-post-pager:first-child,
    .post-to-post-pager .post-to-post-pager:first-child,
    .post-share .post-to-post-pager:first-child,
    .post-author .post-to-post-pager:first-child,
    .post-related-content .post-to-post-pager:first-child,
    .post-block .post-share:first-child,
    .post-tag-cloud .post-share:first-child,
    .post-to-post-pager .post-share:first-child,
    .post-share .post-share:first-child,
    .post-author .post-share:first-child,
    .post-related-content .post-share:first-child,
    .post-block .post-author:first-child,
    .post-tag-cloud .post-author:first-child,
    .post-to-post-pager .post-author:first-child,
    .post-share .post-author:first-child,
    .post-author .post-author:first-child,
    .post-related-content .post-author:first-child,
    .post-block .post-related-content:first-child,
    .post-tag-cloud .post-related-content:first-child,
    .post-to-post-pager .post-related-content:first-child,
    .post-share .post-related-content:first-child,
    .post-author .post-related-content:first-child,
    .post-related-content .post-related-content:first-child {
        margin-top: 0;
    }

.post-to-post-pager {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #f6f6f6;
    padding: 1em;
    margin-top: 2em;
}

    .post-to-post-pager:before,
    .post-to-post-pager:after {
        content: " ";
        display: table;
    }

    .post-to-post-pager:after {
        clear: both;
    }

    .post-to-post-pager .previous {
        float: left;
    }

    .post-to-post-pager .next {
        float: right;
    }

.post-share {
    margin-top: 2em;
}

    .post-share h5 {
        font-size: 12px;
        margin-bottom: 5px;
    }

.post-related-content .blog-post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.comments {
    margin-top: 3em;
}

    .comments h3 {
        font-weight: 100 !important;
        margin-bottom: 20px;
    }

    .comments .media-object {
        max-width: 60px;
        margin-top: 0;
    }

    .comments .media-body {
        margin-top: 0;
    }

        .comments .media-body .meta {
            margin: 0 0 5px 0;
            display: block;
        }

    .comments .comment-form {
        margin-top: 2em;
    }

@media (min-width: 992px) {
    .date-md {
        display: block;
    }

    .blog-roll.blog-list,
    .blog-post.blog-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-roll .meta,
    .blog-post .meta {
        display: none;
    }

    .blog-roll-mini .media div[class*='col-']:first-child,
    .blog-roll-mini .blog-post div[class*='col-']:first-child {
        padding-right: 0;
    }
}

.project {
    margin-bottom: 2em;
}

.projects-grid .project {
    margin-bottom: 30px;
    padding: 5px;
    background: #f3f3f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .projects-grid .project .overlay {
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

.page-elements h3.title-divider {
    margin-top: 2em;
}

.error-code {
    margin: 0;
}

.error-message {
    margin: 0 0 1em 0;
}

.error-details {
    margin: 0 0 2em 0;
}

.header-old #header-hidden-link a.show-hide > i:before {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-style: normal;
}

.header-old #header-hidden-link a.show-hide.open {
    text-decoration: none;
}

    .header-old #header-hidden-link a.show-hide.open > i:before {
        content: "\f077";
    }

.header-old .colour-switcher a {
    text-indent: -10000px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid #cccccc;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

    .header-old .colour-switcher a:hover,
    .header-old .colour-switcher a.active {
        border: 3px solid #ffffff;
    }

.header-old .colour-switcher p {
    margin-top: 1em;
}

.header-old .colour-switcher .green {
    background: #333;
}

.header-old .colour-switcher .red {
    background: #be3e1d;
}

.header-old .colour-switcher .blue {
    background: #00adbb;
}

.header-old .colour-switcher.page a {
    width: 200px;
    height: 200px;
    border: 3px solid rgba(27, 27, 27, 0.2);
}

    .header-old .colour-switcher.page a:hover,
    .header-old .colour-switcher.page a.active {
        border: 3px solid rgba(27, 27, 27, 0.6);
    }

.header-old #header-hidden-link {
    position: absolute;
    right: 15px;
    top: -20px;
}

    .header-old #header-hidden-link a.show-hide,
    .header-old #header-hidden-link a.top-link {
        font-size: 0;
        line-height: 1;
        background: #333;
        padding: 0 10px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        height: 20px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: transparent;
    }

        .header-old #header-hidden-link a.show-hide i,
        .header-old #header-hidden-link a.top-link i {
            color: #eeeeee;
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
            line-height: 1;
        }

        .header-old #header-hidden-link a.show-hide:hover,
        .header-old #header-hidden-link a.top-link:hover {
            text-decoration: none;
        }

            .header-old #header-hidden-link a.show-hide:hover i,
            .header-old #header-hidden-link a.top-link:hover i {
                color: #ffffff;
            }

.header-old .show-hide-open {
    height: auto !important;
    min-height: 40px;
    max-height: 40000px;
}

.header-old .show-hide-close {
    height: 0;
    overflow: hidden;
}

.header-old .navbar {
    color: #eeeeee;
    color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    border-bottom: 3px solid #333;
    background-image: -webkit-linear-gradient(top, #202020 0%, #1b1b1b 100%);
    background-image: -o-linear-gradient(top, #202020 0%, #1b1b1b 100%);
    background-image: linear-gradient(to bottom, #202020 0%, #1b1b1b 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff202020', endColorstr='#ff1b1b1b', GradientType=0);
    background-image: url(../img/bg_noise-2.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.4);
    box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    filter: none;
    padding: 0 8px;
    margin-bottom: 0;
    background-color: #1b1b1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-old #navigation {
    z-index: 99999;
    position: relative;
    color: #eeeeee;
    color: rgba(255, 255, 255, 0.7);
}

    .header-old #navigation:before,
    .header-old #navigation:after {
        content: " ";
        display: table;
    }

    .header-old #navigation:after {
        clear: both;
    }

    .header-old #navigation .header-hidden {
        background: #333;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        height: 0;
        overflow: hidden;
    }

        .header-old #navigation .header-hidden.show-hide-open {
            padding: 15px 0;
        }

        .header-old #navigation .header-hidden a {
            color: #ffffff;
        }

        .header-old #navigation .header-hidden h1,
        .header-old #navigation .header-hidden h1,
        .header-old #navigation .header-hidden h3,
        .header-old #navigation .header-hidden h4,
        .header-old #navigation .header-hidden h5,
        .header-old #navigation .header-hidden h6 {
            font-weight: 600;
        }

    .header-old #navigation .header {
        padding: 20px 0 15px 0;
        background: transparent !important;
        border: none !important;
        border-top: 1px solid #333;
        color: #1b1b1b;
        height: auto;
        text-align: center;
    }

        .header-old #navigation .header .header-inner {
            position: relative;
        }

        .header-old #navigation .header .social-media {
            margin: 16px 0 0 0;
        }

    .header-old #navigation .navbar-brand {
        font-weight: 400;
        font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
        padding: 0;
        margin: 6px 0 0 0;
        display: block;
        border: none;
        text-shadow: none;
        line-height: 1;
        color: #333;
        max-width: none;
        text-align: center;
        float: none;
        height: auto;
    }

        .header-old #navigation .navbar-brand h1 {
            font-size: 40px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            line-height: 1;
            font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
        }

            .header-old #navigation .navbar-brand h1 span {
                color: #464646;
                color: rgba(27, 27, 27, 0.8);
                font-weight: 700;
            }

        .header-old #navigation .navbar-brand:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .header-old #navigation .slogan {
        color: #888;
        font-size: 14px;
    }

    .header-old #navigation .user-menu {
        padding: 0;
    }

        .header-old #navigation .user-menu a.btn {
            text-transform: uppercase;
            font-size: 12px;
            padding: 0 1.5em;
            height: 34px;
            line-height: 34px;
            margin: 12px 0;
        }

    .header-old #navigation .js-clingify-placeholder {
        height: auto !important;
    }

    .header-old #navigation .js-clingify-locked {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        border-bottom: 3px solid #333;
        background-image: -webkit-linear-gradient(top, #202020 0%, #1b1b1b 100%);
        background-image: -o-linear-gradient(top, #202020 0%, #1b1b1b 100%);
        background-image: linear-gradient(to bottom, #202020 0%, #1b1b1b 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff202020', endColorstr='#ff1b1b1b', GradientType=0);
        background-image: url(../img/bg_noise-2.png);
        background-position: left top;
        background-repeat: repeat;
        background-color: #1b1b1b;
        -webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.4);
        box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.4);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        filter: none;
    }

        .header-old #navigation .js-clingify-locked .navbar {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: none;
            background: none;
            background-image: none;
            background-color: transparent;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.header-old .social-media a {
    text-decoration: none;
    color: #eeeeee;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    line-height: 36px;
    width: 36px;
    height: 36px;
    background: #464646;
    background: rgba(27, 27, 27, 0.8);
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}

    .header-old .social-media a i {
        font-size: 20px;
        color: #ffffff;
        padding: 0;
        line-height: 36px;
        width: 36px;
        height: 36px;
        text-align: center;
        margin-right: 0.2em;
        display: inline-block;
    }

    .header-old .social-media a:hover {
        text-decoration: none;
        background: #333;
    }

        .header-old .social-media a:hover i {
            -webkit-animation: tada;
            -o-animation: tada;
            animation: tada;
            -webkit-animation-name: tada;
            -moz-animation-name: tada;
            -o-animation-name: tada;
            animation-name: tada;
            -webkit-animation-duration: 1s;
            -moz-animation-duration: 1s;
            -o-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
        }

    .header-old .social-media a.last {
        padding-bottom: 0;
        border-bottom: 0;
    }

.header-old #signup-modal .form-group,
.header-old #login-modal .form-group {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .header-old #navigation .header {
        height: 96px;
    }

    .header-old #navigation .navbar-brand,
    .header-old #navigation .slogan {
        float: left;
    }

    .header-old #navigation .slogan {
        margin: 8px 0 0 1em;
        padding: 12px 0 8px 1em;
        border-left: 1px solid #e6e6e6;
        float: left;
    }

    .header-old #navigation .navbar {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .header-old #navigation .navbar-full-width .navbar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .header-old #navigation .user-menu {
        padding: 0;
    }

    .header-old #navigation .social-media {
        float: right;
    }
}

@media screen and (min-width: 768px) {

    .header-old #signup-modal .modal-dialog,
    .header-old #login-modal .modal-dialog {
        max-width: 350px;
    }

    .header-old #signup-modal .modal-dialog {
        max-width: 450px;
    }
}

.header-old .navbar-nav,
.header-old #main-menu {
    float: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .header-old .navbar-nav > li,
    .header-old #main-menu > li {
        float: none;
        border-left: none;
        border-right: none;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid #242424;
    }

        .header-old .navbar-nav > li.home-link,
        .header-old #main-menu > li.home-link {
            display: none;
        }

        .header-old .navbar-nav > li > a,
        .header-old #main-menu > li > a {
            padding: 10px 20px;
            margin: 0;
            font-weight: normal;
            font-size: 12px;
            text-transform: uppercase;
            color: #BABAB3;
            color: rgba(255, 255, 255, 0.7);
        }

            .header-old .navbar-nav > li > a .caret,
            .header-old #main-menu > li > a .caret {
                font-family: FontAwesome;
                float: right;
                border: none;
                margin: 0 -20px 0 0;
                font-size: 16px;
                color: #ffffff;
                width: 30px;
                height: 30px;
            }

                .header-old .navbar-nav > li > a .caret:before,
                .header-old #main-menu > li > a .caret:before {
                    content: "\f054";
                }

            .header-old .navbar-nav > li > a:hover,
            .header-old #main-menu > li > a:hover,
            .header-old .navbar-nav > li.active > a,
            .header-old #main-menu > li.active > a {
                background: #282828;
                color: #ffffff;
            }

            .header-old .navbar-nav > li > a:focus,
            .header-old #main-menu > li > a:focus {
                background: transparent;
            }

        .header-old .navbar-nav > li.open > .dropdown-toggle,
        .header-old #main-menu > li.open > .dropdown-toggle,
        .header-old .navbar-nav > li.open.active > .dropdown-toggle,
        .header-old #main-menu > li.open.active > .dropdown-toggle {
            background: #292929;
            color: #ffffff;
        }

            .header-old .navbar-nav > li.open > .dropdown-toggle .caret:before,
            .header-old #main-menu > li.open > .dropdown-toggle .caret:before,
            .header-old .navbar-nav > li.open.active > .dropdown-toggle .caret:before,
            .header-old #main-menu > li.open.active > .dropdown-toggle .caret:before {
                content: "\f078";
            }

.header-old .btn-navbar,
.header-old .navbar-btn {
    float: left;
    display: block;
    background: #414141;
    height: 34px;
    line-height: 34px;
    margin: 12px 0;
    width: 38px;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
}

    .header-old .btn-navbar .bar,
    .header-old .navbar-btn .bar {
        display: block;
        width: 26px;
        height: 3px;
        background-color: #888888;
        border-radius: 1px;
        margin-left: auto;
        margin-right: auto;
    }

        .header-old .btn-navbar .bar + .bar,
        .header-old .navbar-btn .bar + .bar {
            margin-top: 4px;
        }

    .header-old .btn-navbar.open,
    .header-old .navbar-btn.open,
    .header-old .btn-navbar:hover,
    .header-old .navbar-btn:hover {
        background: #353535;
    }

        .header-old .btn-navbar.open .bar,
        .header-old .navbar-btn.open .bar,
        .header-old .btn-navbar:hover .bar,
        .header-old .navbar-btn:hover .bar {
            background-color: #a2a2a2;
        }

.header-old .navbar-collapse {
    max-height: none;
    clear: both;
    margin: 10px -8px 0 -8px;
    padding: 0;
}

.header-old #jPanelMenu-menu {
    background-color: #1b1b1b;
    background-image: url(../img/bg_noise-2.png);
    background-position: left top;
    background-repeat: repeat;
    padding: 0;
    max-height: none;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

    .header-old #jPanelMenu-menu.navbar-collapse,
    .header-old #jPanelMenu-menu.navbar-collapse.collapse,
    .header-old #jPanelMenu-menu.navbar-collapse.in {
        padding: 0;
        margin: 0;
        height: 100% !important;
        display: block !important;
    }

    .header-old #jPanelMenu-menu .navbar-nav li.home-link,
    .header-old #jPanelMenu-menu #main-menu li.home-link {
        display: block;
    }

        .header-old #jPanelMenu-menu .navbar-nav li.home-link a,
        .header-old #jPanelMenu-menu #main-menu li.home-link a,
        .header-old #jPanelMenu-menu .navbar-nav li.home-link a:link,
        .header-old #jPanelMenu-menu #main-menu li.home-link a:link,
        .header-old #jPanelMenu-menu .navbar-nav li.home-link a:focus,
        .header-old #jPanelMenu-menu #main-menu li.home-link a:focus {
            padding: 0;
            margin: 0;
        }

            .header-old #jPanelMenu-menu .navbar-nav li.home-link a i,
            .header-old #jPanelMenu-menu #main-menu li.home-link a i,
            .header-old #jPanelMenu-menu .navbar-nav li.home-link a:link i,
            .header-old #jPanelMenu-menu #main-menu li.home-link a:link i,
            .header-old #jPanelMenu-menu .navbar-nav li.home-link a:focus i,
            .header-old #jPanelMenu-menu #main-menu li.home-link a:focus i {
                margin: 0;
                display: block;
                text-align: center;
                color: #333;
                font-size: 20px;
                padding: 16px 20px;
            }

            .header-old #jPanelMenu-menu .navbar-nav li.home-link a:hover,
            .header-old #jPanelMenu-menu #main-menu li.home-link a:hover,
            .header-old #jPanelMenu-menu .navbar-nav li.home-link a:link:hover,
            .header-old #jPanelMenu-menu #main-menu li.home-link a:link:hover,
            .header-old #jPanelMenu-menu .navbar-nav li.home-link a:focus:hover,
            .header-old #jPanelMenu-menu #main-menu li.home-link a:focus:hover {
                background: transparent;
            }

                .header-old #jPanelMenu-menu .navbar-nav li.home-link a:hover i,
                .header-old #jPanelMenu-menu #main-menu li.home-link a:hover i,
                .header-old #jPanelMenu-menu .navbar-nav li.home-link a:link:hover i,
                .header-old #jPanelMenu-menu #main-menu li.home-link a:link:hover i,
                .header-old #jPanelMenu-menu .navbar-nav li.home-link a:focus:hover i,
                .header-old #jPanelMenu-menu #main-menu li.home-link a:focus:hover i {
                    color: #1b1b1b;
                }

.header-old .has-navbar-fixed-top .navbar-fixed-top {
    background: #ffffff;
}

.header-old .has-navbar-fixed-top.jpanel-menu-open .navbar-fixed-top {
    position: static;
}

.header-old .has-navbar-fixed-top #content {
    padding-top: 200px;
}

.header-old .navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .header-old .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .header-old .navbar-collapse.collapse {
            display: none !important;
            height: auto !important;
            overflow: visible !important;
        }

        .header-old .navbar-collapse.in {
            overflow-y: visible;
            display: block !important;
        }

    .navbar-fixed-top .header-old .navbar-collapse,
    .navbar-static-top .header-old .navbar-collapse,
    .navbar-fixed-bottom .header-old .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .has-navbar-fixed-top .header-old #content {
        padding-top: 160px;
    }
}

@media (min-width: 992px) {

    .header-old .mobile-toggle-trigger,
    .header-old .btn-navbar,
    .header-old .navbar-btn {
        display: none;
    }

    .header-old #jPanelMenu-menu {
        display: none;
    }

    .header-old .navbar-collapse,
    .header-old .navbar-collapse.collapse,
    .header-old .navbar-collapse.in {
        display: block !important;
        padding: 0;
        margin: 0;
        clear: none;
        overflow-y: visible;
        overflow-x: visible;
        width: auto;
    }

    .header-old .navbar-nav,
    .header-old #main-menu {
        float: left;
    }

        .header-old .navbar-nav > li,
        .header-old #main-menu > li {
            float: left;
            border: none;
        }

            .header-old .navbar-nav > li.home-link,
            .header-old #main-menu > li.home-link {
                display: block !important;
            }

                .header-old .navbar-nav > li.home-link a,
                .header-old #main-menu > li.home-link a,
                .header-old .navbar-nav > li.home-link a:link,
                .header-old #main-menu > li.home-link a:link,
                .header-old .navbar-nav > li.home-link a:focus,
                .header-old #main-menu > li.home-link a:focus {
                    padding: 0;
                    margin: 0;
                }

                    .header-old .navbar-nav > li.home-link a i,
                    .header-old #main-menu > li.home-link a i,
                    .header-old .navbar-nav > li.home-link a:link i,
                    .header-old #main-menu > li.home-link a:link i,
                    .header-old .navbar-nav > li.home-link a:focus i,
                    .header-old #main-menu > li.home-link a:focus i {
                        margin: 0;
                        display: block;
                        text-align: center;
                        color: #333;
                        font-size: 20px;
                        padding: 16px 20px;
                    }

                    .header-old .navbar-nav > li.home-link a:hover,
                    .header-old #main-menu > li.home-link a:hover,
                    .header-old .navbar-nav > li.home-link a:link:hover,
                    .header-old #main-menu > li.home-link a:link:hover,
                    .header-old .navbar-nav > li.home-link a:focus:hover,
                    .header-old #main-menu > li.home-link a:focus:hover {
                        background: transparent;
                    }

                        .header-old .navbar-nav > li.home-link a:hover i,
                        .header-old #main-menu > li.home-link a:hover i,
                        .header-old .navbar-nav > li.home-link a:link:hover i,
                        .header-old #main-menu > li.home-link a:link:hover i,
                        .header-old .navbar-nav > li.home-link a:focus:hover i,
                        .header-old #main-menu > li.home-link a:focus:hover i {
                            color: #ffffff;
                        }

            .header-old .navbar-nav > li:first-child,
            .header-old #main-menu > li:first-child {
                border-left: none;
            }

            .header-old .navbar-nav > li:last-child,
            .header-old #main-menu > li:last-child {
                border-right: none;
            }

            .header-old .navbar-nav > li > a,
            .header-old #main-menu > li > a {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                padding: 18px 20px;
                margin: 0;
                font-size: 12px;
                font-weight: bold;
                text-transform: uppercase;
                color: #BABAB3;
                border-top: 3px solid transparent;
            }

                .header-old .navbar-nav > li > a:hover,
                .header-old #main-menu > li > a:hover,
                .header-old .navbar-nav > li.active > a,
                .header-old #main-menu > li.active > a {
                    color: #ebebe8;
                    background-color: #353535;
                    border-color: transparent;
                }

                    .header-old .navbar-nav > li > a:hover .caret,
                    .header-old #main-menu > li > a:hover .caret,
                    .header-old .navbar-nav > li.active > a .caret,
                    .header-old #main-menu > li.active > a .caret {
                        border-top-color: #ffffff;
                    }

                .header-old .navbar-nav > li > a:focus,
                .header-old #main-menu > li > a:focus {
                    background: transparent;
                }

            .header-old .navbar-nav > li.open > .dropdown-toggle,
            .header-old #main-menu > li.open > .dropdown-toggle,
            .header-old .navbar-nav > li.open.active > .dropdown-toggle,
            .header-old #main-menu > li.open.active > .dropdown-toggle,
            .header-old .navbar-nav > li.open > .dropdown-toggle,
            .header-old #main-menu > li.open > .dropdown-toggle,
            .header-old .navbar-nav > li.open.active > .dropdown-toggle,
            .header-old #main-menu > li.open.active > .dropdown-toggle {
                background: #ffffff;
                color: #1b1b1b;
                border-top-color: #333;
            }
}

.header-old .nav .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.header-old .nav a:hover {
    border-top-color: #4c968a;
    border-bottom-color: #4c968a;
}

.header-old .open > .dropdown-menu {
    display: block !important;
}

.header-old .dropdown-menu {
    background: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    float: none !important;
    left: 0;
}

    .header-old .dropdown-menu:before,
    .header-old .dropdown-menu:after {
        display: none;
    }

    .header-old .dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header-old .dropdown-menu .divider {
        height: 1px;
        margin: 1em;
    }

    .header-old .dropdown-menu li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #4e4e4e;
        background: none;
    }

        .header-old .dropdown-menu li span {
            font-size: 11px;
            display: none;
        }

        .header-old .dropdown-menu li strong {
            font-weight: normal;
        }

        .header-old .dropdown-menu li a,
        .header-old .dropdown-menu li a.menu-item {
            padding: 8px 20px !important;
            margin: 0;
            background: #353535;
            border-bottom: none;
            text-transform: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            display: block;
            float: none;
            line-height: 20px;
        }

            .header-old .dropdown-menu li a:hover,
            .header-old .dropdown-menu li a.menu-item:hover {
                background: #2f2f2f;
                border-bottom-color: rgba(255, 255, 255, 0.16);
                color: #ffffff;
                text-decoration: none;
            }

            .header-old .dropdown-menu li a.img-link,
            .header-old .dropdown-menu li a.menu-item.img-link {
                display: none;
                padding: 0 !important;
            }

            .header-old .dropdown-menu li a img,
            .header-old .dropdown-menu li a.menu-item img {
                display: block;
                width: auto;
                height: auto;
                max-width: 100%;
            }

    .header-old .dropdown-menu > .open a,
    .header-old .dropdown-menu .open a,
    .header-old .dropdown-menu > .active a,
    .header-old .dropdown-menu .active a,
    .header-old .dropdown-menu > .open a:focus,
    .header-old .dropdown-menu .open a:focus,
    .header-old .dropdown-menu > .active a:focus,
    .header-old .dropdown-menu .active a:focus {
        background: #2f2f2f;
    }

        .header-old .dropdown-menu > .open a:hover,
        .header-old .dropdown-menu .open a:hover,
        .header-old .dropdown-menu > .active a:hover,
        .header-old .dropdown-menu .active a:hover,
        .header-old .dropdown-menu > .open a:focus:hover,
        .header-old .dropdown-menu .open a:focus:hover,
        .header-old .dropdown-menu > .active a:focus:hover,
        .header-old .dropdown-menu .active a:focus:hover {
            background: #2a2a2a;
            color: white;
        }

    .header-old .dropdown-menu > .open > a,
    .header-old .dropdown-menu .open > a,
    .header-old .dropdown-menu > .active > a,
    .header-old .dropdown-menu .active > a,
    .header-old .dropdown-menu > .open > a:focus > a:hover,
    .header-old .dropdown-menu .open > a:focus > a:hover,
    .header-old .dropdown-menu > .active > a:focus > a:hover,
    .header-old .dropdown-menu .active > a:focus > a:hover {
        color: white;
        background: #2f2f2f;
    }

    .header-old .dropdown-menu > .open li,
    .header-old .dropdown-menu .open li,
    .header-old .dropdown-menu > .active li,
    .header-old .dropdown-menu .active li {
        border-bottom: none;
    }

        .header-old .dropdown-menu > .open li a,
        .header-old .dropdown-menu .open li a,
        .header-old .dropdown-menu > .active li a,
        .header-old .dropdown-menu .active li a {
            padding: 8px 30px !important;
        }

    .header-old .dropdown-menu > .open > a:before,
    .header-old .dropdown-menu .open > a:before,
    .header-old .dropdown-menu > .open > a:focus > a:hover:before,
    .header-old .dropdown-menu .open > a:focus > a:hover:before {
        color: white;
        content: "\f107";
        margin-left: -2px;
    }

    .header-old .dropdown-menu .menu-title,
    .header-old .dropdown-menu .dropdown-header,
    .header-old .dropdown-menu .dropdown-footer {
        padding: 6px 20px;
    }

    .header-old .dropdown-menu .dropdown-submenu > a:after {
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #4e4e4e transparent;
        display: block;
        bottom: 0;
        right: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        line-height: 1;
        content: '';
    }

    .header-old .dropdown-menu .dropdown-submenu.open > a:after,
    .header-old .dropdown-menu .dropdown-submenu > a:hover:after {
        border-width: 0 0 14px 14px;
    }

.header-old .mega-menu {
    padding: 0;
    min-width: 100%;
    max-width: 100%;
}

.header-old .dropdown-menu-default {
    border-bottom-color: #ccc !important;
}

    .header-old .dropdown-menu-default a:hover:before {
        color: #ccc !important;
    }

.header-old .dropdown-menu-primary {
    border-bottom-color: #1F293 !important;
}

    .header-old .dropdown-menu-primary a:hover:before {
        color: #1F293 !important;
    }

.header-old .dropdown-menu-info {
    border-bottom-color: #5bc0de !important;
}

    .header-old .dropdown-menu-info a:hover:before {
        color: #5bc0de !important;
    }

.header-old .dropdown-menu-success {
    border-bottom-color: #5cb85c !important;
}

    .header-old .dropdown-menu-success a:hover:before {
        color: #5cb85c !important;
    }

.header-old .dropdown-menu-warning {
    border-bottom-color: #f0ad4e !important;
}

    .header-old .dropdown-menu-warning a:hover:before {
        color: #f0ad4e !important;
    }

.header-old .dropdown-menu-danger {
    border-bottom-color: #d9534f !important;
}

    .header-old .dropdown-menu-danger a:hover:before {
        color: #d9534f !important;
    }

@media (min-width: 992px) {
    .header-old .nav > li.dropdown {
        position: static;
        z-index: 1000;
    }

    .header-old .dropdown-menu {
        margin-top: -3px !important;
        padding: 8px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        left: auto;
        border: 1px solid #f3f3f3;
        border-bottom: 2px solid #333;
        min-width: 250px;
        color: #464646;
        color: rgba(27, 27, 27, 0.8);
        background: #ffffff;
        position: absolute;
    }

        .header-old .dropdown-menu:before,
        .header-old .dropdown-menu:after {
            display: none;
        }

        .header-old .dropdown-menu li {
            border-left: none;
            border-right: none;
            border-bottom: none;
            float: none;
        }

            .header-old .dropdown-menu li span {
                display: block;
            }

            .header-old .dropdown-menu li strong {
                font-weight: bold;
            }

            .header-old .dropdown-menu li a,
            .header-old .dropdown-menu li a.menu-item {
                margin: 0;
                padding: 8px 15px !important;
                font-size: 12px;
                font-weight: normal;
                text-transform: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: 0;
                box-shadow: 0;
                background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
                background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
                background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
                background-repeat: repeat-x;
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
                border-bottom: 1px solid #e6e6e6;
                color: #1b1b1b;
            }

                .header-old .dropdown-menu li a.img-link,
                .header-old .dropdown-menu li a.menu-item.img-link {
                    padding: 0;
                    background: #ffffff;
                    display: block;
                }

                    .header-old .dropdown-menu li a.img-link:before,
                    .header-old .dropdown-menu li a.menu-item.img-link:before {
                        content: '';
                    }

                    .header-old .dropdown-menu li a.img-link:hover,
                    .header-old .dropdown-menu li a.menu-item.img-link:hover {
                        background: #fafafa;
                    }

                .header-old .dropdown-menu li.active > a,
                .header-old .dropdown-menu li.active > a:hover,
                .header-old .dropdown-menu li.active > a:focus,
                .header-old .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a,
                .header-old .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover,
                .header-old .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus,
                .header-old .dropdown-menu li a:hover,
                .header-old .dropdown-menu li a.menu-item:hover {
                    color: #010101;
                    border-bottom-color: #d9d9d9;
                    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                    background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                    background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
                    background-repeat: repeat-x;
                    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
                    text-decoration: none;
                }

                    .header-old .dropdown-menu li.active > a:before,
                    .header-old .dropdown-menu li.active > a:hover:before,
                    .header-old .dropdown-menu li.active > a:focus:before,
                    .header-old .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:before,
                    .header-old .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover:before,
                    .header-old .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus:before,
                    .header-old .dropdown-menu li a:hover:before,
                    .header-old .dropdown-menu li a.menu-item:hover:before {
                        color: #333;
                    }

        .header-old .dropdown-menu [class*="col-"] {
            float: left;
            padding: 10px;
        }

        .header-old .menu-title,
        .header-old .dropdown-header,
        .header-old .dropdown-menu li.menu-title,
        .header-old .dropdown-menu li.dropdown-header,
        .header-old .dropdown-footer,
        .header-old .dropdown-menu li.dropdown-footer {
            font-weight: bold;
            font-size: 12px;
            padding: 5px 10px;
            margin-top: 10px;
            margin-bottom: 5px;
            border-bottom: 2px solid #e6e6e6 !important;
            display: block;
            float: none;
            color: #1b1b1b;
        }

            .header-old .menu-title:first-child,
            .header-old .dropdown-header:first-child,
            .header-old .dropdown-menu li.menu-title:first-child,
            .header-old .dropdown-menu li.dropdown-header:first-child,
            .header-old .dropdown-footer:first-child,
            .header-old .dropdown-menu li.dropdown-footer:first-child {
                margin-top: 0;
            }

        .header-old .dropdown-footer,
        .header-old .dropdown-menu li.dropdown-footer {
            border: none;
            border-top: 2px solid #e6e6e6;
            font-weight: 100;
            margin-bottom: 0;
            font-size: 11px;
        }

            .header-old .dropdown-footer:first-child,
            .header-old .dropdown-menu li.dropdown-footer:first-child {
                margin-top: 10px;
            }

    .header-old .mega-menu .menu-title,
    .header-old .mega-menu .dropdown-header,
    .header-old .mega-menu li.menu-title,
    .header-old .mega-menu li.dropdown-header {
        font-size: 14px;
        padding: 10px;
    }

    .header-old .mega-menu .dropdown-footer,
    .header-old .mega-menu li.dropdown-footer {
        font-size: 11px;
    }

    .header-old .mega-menu {
        min-width: 550px;
        max-width: 700px;
    }

    .header-old .dropdown-menu .dropdown-submenu {
        position: relative;
    }

        .header-old .dropdown-menu .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -5px;
            margin-left: 10px;
            padding: 8px;
        }

            .header-old .dropdown-menu .dropdown-submenu > .dropdown-menu.dropdown-menu-right {
                top: 0;
                left: 100%;
            }

            .header-old .dropdown-menu .dropdown-submenu > .dropdown-menu.dropdown-menu-left {
                top: 0;
                left: auto;
                right: 100%;
                margin-left: 0;
                margin-right: 10px;
            }

        .header-old .dropdown-menu .dropdown-submenu > a:after {
            border-color: transparent transparent #1F293 transparent;
        }

        .header-old .dropdown-menu .dropdown-submenu.open li a,
        .header-old .dropdown-menu .dropdown-submenu.open li a:focus {
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
            background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
            padding: 8px 15px !important;
            color: #1b1b1b;
        }

            .header-old .dropdown-menu .dropdown-submenu.open li a:hover,
            .header-old .dropdown-menu .dropdown-submenu.open li a:focus:hover {
                background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
                background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
                background-repeat: repeat-x;
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
                color: #010101;
                border-bottom-color: #d9d9d9;
            }

        .header-old .dropdown-menu .dropdown-submenu.open > a,
        .header-old .dropdown-menu .dropdown-submenu.open > a:focus,
        .header-old .dropdown-menu .dropdown-submenu.open > a:hover {
            color: #010101;
            border-bottom-color: #d9d9d9;
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
            background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
            text-decoration: none;
        }

    .header-old .nav > .dropdown-right {
        position: relative;
    }

    .header-old .nav > .dropdown-full.open > a:before,
    .header-old .nav > .dropdown-full.open > a:after {
        top: auto;
        bottom: -2px;
    }

    .header-old .nav > .dropdown-full .dropdown-menu,
    .header-old .nav > .dropdown-full .mega-menu {
        right: 0;
        left: 0;
        max-width: 100%;
    }

        .header-old .nav > .dropdown-full .dropdown-menu:before,
        .header-old .nav > .dropdown-full .mega-menu:before,
        .header-old .nav > .dropdown-full .dropdown-menu:after,
        .header-old .nav > .dropdown-full .mega-menu:after {
            display: none;
        }

    .header-old .nav > .dropdown-pad .dropdown-menu,
    .header-old .nav > .dropdown-pad .mega-menu {
        padding: 1em;
    }

        .header-old .nav > .dropdown-pad .dropdown-menu li:first-child a,
        .header-old .nav > .dropdown-pad .mega-menu li:first-child a {
            border-top: 1px solid #e6e6e6;
        }
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.border-box {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.branding {
    font-weight: 400;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
    padding: 0;
    margin: 6px 0 0 0;
    display: block;
    border: none;
    text-shadow: none;
    line-height: 1;
    color: #24135f;
    max-width: none;
    text-align: center;
    float: none;
    height: auto;
}

    .branding h1 {
        font-size: 40px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
    }

        .branding h1 span {
            color: #464646;
            color: rgba(27, 27, 27, 0.8);
            font-weight: 700;
        }

    .branding:hover {
        text-decoration: none;
        cursor: pointer;
    }

.header-button {
    font-size: 18px;
    color: white;
    background: #242424;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
}

    .header-button.open,
    .header-button:hover {
        background: #24135f;
        color: white;
        cursor: pointer;
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .header-button {
        margin-top: 10px;
    }
}


/*
 * --------------------------------------------------
 * 1. Common Elements
 *--------------------------------------------------
 */

body a,
body a:focus {
    text-decoration: none;
}

    body a:hover {
        color: #333;
        text-decoration: underline;
    }

body #header-hidden-link a.show-hide,
body .flexslider-wrapper .flex-control-nav li a.flex-active,
body .static-banner .flex-control-nav li a.flex-active {
    background: #24135f;
    /* primary colour */
}

body .flex-direction-nav a,
body .flex-direction-nav a:before {
    color: #24135f !important;
}

.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    border-radius: 4px;
    min-width: 100px;
    max-height: 50px;
}

    .btn span.caret {
        display: inline-block;
    }

.btn-default {
    color: #24135f;
    background-color: #DCDCDC;
    border: 1px solid #DCDCDC;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #FFFFFF;
        background-color: #24135f;
        border-color: #24135f;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #f5f5f5;
        border-color: #e5e5e5;
    }

    .btn-default .badge {
        color: #f5f5f5;
        background-color: #4b4b4b;
    }

.btn-block {
    display: block;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tabbable.row {
    margin-left: 0;
    margin-right: 0;
}

ul.nav-tabs {
    margin-bottom: 1em;
    border-bottom: none;
}

    ul.nav-tabs li,
    ul.nav-tabs li.open {
        float: none;
    }

        ul.nav-tabs li a,
        ul.nav-tabs li.open a,
        ul.nav-tabs li a:hover,
        ul.nav-tabs li.open a:hover,
        ul.nav-tabs li a:focus,
        ul.nav-tabs li.open a:focus,
        ul.nav-tabs li a:active,
        ul.nav-tabs li.open a:active {
            border-radius: 0 !important;
            border: 1px solid #e6e6e6;
            margin-right: 0;
            background: white;
        }

            ul.nav-tabs li a:hover,
            ul.nav-tabs li.open a:hover {
                background: #f7f7f7;
            }

        ul.nav-tabs li:last-child,
        ul.nav-tabs li.open:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

        ul.nav-tabs li.active a,
        ul.nav-tabs li.open.active a,
        ul.nav-tabs li.active a:hover,
        ul.nav-tabs li.open.active a:hover {
            color: #24135f;
            border: 1px solid #e6e6e6;
            border-top: 4px solid #24135f;
            border-radius: 0 !important;
        }

        ul.nav-tabs li.open a,
        ul.nav-tabs li.open a:hover,
        ul.nav-tabs li.open a:focus,
        ul.nav-tabs li.open a:active {
            background: #f7f7f7;
        }

        ul.nav-tabs li.open.active a,
        ul.nav-tabs li.open.active a:hover,
        ul.nav-tabs li.open.active a:focus,
        ul.nav-tabs li.open.active a:active {
            background: white;
        }

    ul.nav-tabs.nav-justified > .active > a,
    ul.nav-tabs.nav-justified > .active > a:focus,
    ul.nav-tabs.nav-justified > .active > a:hover {
        border-top: 4px solid #24135f;
    }

.vertical-tabs ul.nav-stacked {
    margin-right: 0;
    border-bottom: 0;
    border-right: none;
}

    .vertical-tabs ul.nav-stacked li {
        margin-right: -15px;
    }

        .vertical-tabs ul.nav-stacked li a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            position: relative;
        }

            .vertical-tabs ul.nav-stacked li a i {
                font-size: 22px;
                position: absolute;
                top: 50%;
                right: 20px;
                margin-top: -10px;
                color: #e6e6e6;
            }

            .vertical-tabs ul.nav-stacked li a small {
                display: block;
                font-weight: normal;
            }

            .vertical-tabs ul.nav-stacked li a:hover i {
                color: #24135f;
            }

        .vertical-tabs ul.nav-stacked li.active a,
        .vertical-tabs ul.nav-stacked li.active a:hover {
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            border-left: 4px solid #24135f;
        }

            .vertical-tabs ul.nav-stacked li.active a i,
            .vertical-tabs ul.nav-stacked li.active a:hover i {
                color: #24135f;
            }

.vertical-tabs .tab-content {
    margin-left: -15px;
    margin-right: -15px;
}

.bold-tabs ul li a {
    font-weight: bold;
    font-size: 18px;
    color: rgba(27, 27, 27, 0.8);
}

    .bold-tabs ul li a i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .bold-tabs ul li a small {
        display: block;
        font-weight: normal;
    }

    .bold-tabs ul li a:hover i {
        color: #24135f;
    }

@media (min-width: 768px) {
    ul.nav-tabs {
        border-bottom: 1px solid #e6e6e6;
    }

        ul.nav-tabs li,
        ul.nav-tabs li.open {
            float: left;
            margin-right: 1px;
        }

            ul.nav-tabs li a,
            ul.nav-tabs li.open a,
            ul.nav-tabs li a:focus,
            ul.nav-tabs li.open a:focus,
            ul.nav-tabs li a:hover,
            ul.nav-tabs li.open a:hover {
                border: none;
                border-top: 4px solid transparent;
            }

                ul.nav-tabs li a:last-child,
                ul.nav-tabs li.open a:last-child,
                ul.nav-tabs li a:focus:last-child,
                ul.nav-tabs li.open a:focus:last-child,
                ul.nav-tabs li a:hover:last-child,
                ul.nav-tabs li.open a:hover:last-child {
                    margin-bottom: 0;
                    border-bottom: none;
                }

            ul.nav-tabs li.active,
            ul.nav-tabs li.open.active {
                bottom: -1px;
            }

                ul.nav-tabs li.active a,
                ul.nav-tabs li.open.active a,
                ul.nav-tabs li.active a:hover,
                ul.nav-tabs li.open.active a:hover {
                    border-top: 4px solid #24135f;
                    border-right: 1px solid #e6e6e6;
                    border-left: 1px solid #e6e6e6;
                    border-bottom: none;
                }

            ul.nav-tabs li.dropdown .dropdown-menu {
                margin-top: 2px;
                min-width: 160px;
            }

    .vertical-tabs ul.nav-tabs {
        display: block;
        border-bottom: none;
        border-right: 1px solid #e6e6e6;
    }

        .vertical-tabs ul.nav-tabs li,
        .vertical-tabs ul.nav-tabs li.open {
            float: none;
            margin-right: -15px;
        }

            .vertical-tabs ul.nav-tabs li a,
            .vertical-tabs ul.nav-tabs li.open a,
            .vertical-tabs ul.nav-tabs li a:focus,
            .vertical-tabs ul.nav-tabs li.open a:focus {
                border-right: none;
                border-top: 1px solid transparent;
                border-left: 4px solid transparent;
            }

                .vertical-tabs ul.nav-tabs li a i,
                .vertical-tabs ul.nav-tabs li.open a i,
                .vertical-tabs ul.nav-tabs li a:focus i,
                .vertical-tabs ul.nav-tabs li.open a:focus i {
                    -webkit-transform: rotate(0);
                    -ms-transform: rotate(0);
                    transform: rotate(0);
                }

            .vertical-tabs ul.nav-tabs li.active,
            .vertical-tabs ul.nav-tabs li.open.active {
                bottom: 0;
            }

                .vertical-tabs ul.nav-tabs li.active a,
                .vertical-tabs ul.nav-tabs li.open.active a,
                .vertical-tabs ul.nav-tabs li.active a:hover,
                .vertical-tabs ul.nav-tabs li.open.active a:hover {
                    border-left: 4px solid #24135f;
                    border-top: 1px solid #e6e6e6;
                    border-bottom: 1px solid #e6e6e6;
                    border-right: none;
                }

            .vertical-tabs ul.nav-tabs li.active {
                margin-right: -16px;
            }

            .vertical-tabs ul.nav-tabs li.dropdown .dropdown-menu {
                min-width: 100%;
                margin-top: 1px;
            }

    .vertical-tabs .tab-content {
        margin-right: auto;
        margin-left: auto;
    }
}

.pagination {
    display: block;
}

    .pagination:before,
    .pagination:after {
        content: " ";
        display: table;
    }

    .pagination:after {
        clear: both;
    }

    .pagination > li > a,
    .pagination > li > span {
        color: #24135f;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #24135f;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background: #24135f;
        border-color: #24135f;
    }

.nav-tabs > li.dropdown {
    position: relative;
}

    .nav-tabs > li.dropdown .dropdown-menu {
        box-shadow: none;
        border: 1px solid #e6e6e6;
        margin-top: 1px;
        padding: 0;
    }

        .nav-tabs > li.dropdown .dropdown-menu:before {
            content: '';
            display: inline-block;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-bottom-color: rgba(0, 0, 0, 0.15);
            position: absolute;
            top: -7px;
            left: 12px;
        }

        .nav-tabs > li.dropdown .dropdown-menu:after {
            content: '';
            display: inline-block;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #ffffff;
            position: absolute;
            top: -6px;
            left: 13px;
        }

        .nav-tabs > li.dropdown .dropdown-menu li {
            margin-right: 0 !important;
            border-bottom: none;
            bottom: 0 !important;
            margin-bottom: 0 !important;
            float: none !important;
        }

            .nav-tabs > li.dropdown .dropdown-menu li a {
                border: none;
                border-bottom: 1px solid #e6e6e6;
                background: white;
                color: rgba(27, 27, 27, 0.8);
                padding: 5px 8px !important;
            }

                .nav-tabs > li.dropdown .dropdown-menu li a:before {
                    font-family: FontAwesome;
                    font-size: 10px;
                    color: rgba(27, 27, 27, 0.6);
                    width: 30px;
                    height: 30px;
                    content: "\f0da";
                    padding-right: 10px;
                }

                .nav-tabs > li.dropdown .dropdown-menu li a:last-child {
                    margin: 0 !important;
                    border-bottom: 1px solid #e6e6e6;
                }

                .nav-tabs > li.dropdown .dropdown-menu li.open a,
                .nav-tabs > li.dropdown .dropdown-menu li.active a,
                .nav-tabs > li.dropdown .dropdown-menu li a:hover {
                    background: #f7f7f7;
                }

        .nav-tabs > li.dropdown .dropdown-menu .open > a,
        .nav-tabs > li.dropdown .dropdown-menu .open > a:hover,
        .nav-tabs > li.dropdown .dropdown-menu .open > a:focus {
            border-color: #e6e6e6;
        }

    .nav-tabs > li.dropdown.active .dropdown-menu li a {
        border: none !important;
    }

.tab-content-bordered {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 15px;
    margin-top: -1em;
}


/*
 * --------------------------------------------------
 * 2. Header & Navigation 
 *--------------------------------------------------
 */

body .header-hidden {
    background: #24135f;
}

body .header-upper {
    background: #24135f;
}

body .header {
    border-bottom-color: #24135f;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
}

    body .header .navbar-brand {
        color: #24135f;
    }

body .btn-navbar:hover,
body .btn-navbar.open,
body .navbar-btn.open,
body .navbar-btn:hover,
body .search-form-tigger:hover {
    background: #24135f;
    /* primary colour */
}

body.header-old #navigation .header {
    border-top-color: #24135f;
    /* primary colour */
}

body.header-old #navigation .header-hidden {
    background: #24135f;
    /* primary colour */
}

body.header-old #navigation #header-hidden-link a.show-hide,
body.header-old #navigation #header-hidden-link a.top-link {
    background: #24135f;
    /* primary colour */
}

body.header-old #navigation .navbar-brand {
    color: #24135f;
    /* primary colour */
}

body.header-old #navigation .btn-primary {
    color: #ffffff;
    background-color: #24135f;
    border-color: #0095a2;
    /* @see: Button maker: http://charliepark.org/bootstrap_buttons/ */
}

    body.header-old #navigation .btn-primary:hover,
    body.header-old #navigation .btn-primary:focus,
    body.header-old #navigation .btn-primary:active,
    body.header-old #navigation .btn-primary.active,
    .open .dropdown-togglebody.header-old #navigation .btn-primary {
        color: #ffffff;
        background-color: #496dbf;
        border-color: #005d64;
    }

    body.header-old #navigation .btn-primary:active,
    body.header-old #navigation .btn-primary.active,
    .open .dropdown-togglebody.header-old #navigation .btn-primary {
        background-image: none;
    }

    body.header-old #navigation .btn-primary.disabled,
    body.header-old #navigation .btn-primary[disabled],
    fieldset[disabled] body.header-old #navigation .btn-primary,
    body.header-old #navigation .btn-primary.disabled:hover,
    body.header-old #navigation .btn-primary[disabled]:hover,
    fieldset[disabled] body.header-old #navigation .btn-primary:hover,
    body.header-old #navigation .btn-primary.disabled:focus,
    body.header-old #navigation .btn-primary[disabled]:focus,
    fieldset[disabled] body.header-old #navigation .btn-primary:focus,
    body.header-old #navigation .btn-primary.disabled:active,
    body.header-old #navigation .btn-primary[disabled]:active,
    fieldset[disabled] body.header-old #navigation .btn-primary:active,
    body.header-old #navigation .btn-primary.disabled.active,
    body.header-old #navigation .btn-primary[disabled].active,
    fieldset[disabled] body.header-old #navigation .btn-primary.active {
        background-color: #24135f;
        border-color: #0095a2;
    }

    body.header-old #navigation .btn-primary .badge {
        color: #24135f;
        background-color: #ffffff;
    }

body.header-old #navigation .navbar,
body.header-old #navigation .js-clingify-locked {
    border-bottom-color: #24135f;
    /* primary colour */
}

body .navbar-nav .divider-vertical {
    border-left-color: #00666e;
    border-right-color: rgba(255, 255, 255, 0.15);
}

body .navbar-nav > li {
    border-left-color: #00666e;
    border-right-color: rgba(255, 255, 255, 0.15);
}

body .navbar .nav li > .btn.btn-primary,
body .navbar .nav li > .btn.btn-navbar {
    color: #ffffff;
    background-color: #24135f;
    border-color: #0095a2;
}

    body .navbar .nav li > .btn.btn-primary:hover,
    body .navbar .nav li > .btn.btn-navbar:hover,
    body .navbar .nav li > .btn.btn-primary:focus,
    body .navbar .nav li > .btn.btn-navbar:focus,
    body .navbar .nav li > .btn.btn-primary:active,
    body .navbar .nav li > .btn.btn-navbar:active,
    body .navbar .nav li > .btn.btn-primary.active,
    body .navbar .nav li > .btn.btn-navbar.active,
    .open .dropdown-togglebody .navbar .nav li > .btn.btn-primary,
    .open .dropdown-togglebody .navbar .nav li > .btn.btn-navbar {
        color: #ffffff;
        background-color: #496dbf;
        border-color: #005d64;
    }

    body .navbar .nav li > .btn.btn-primary:active,
    body .navbar .nav li > .btn.btn-navbar:active,
    body .navbar .nav li > .btn.btn-primary.active,
    body .navbar .nav li > .btn.btn-navbar.active,
    .open .dropdown-togglebody .navbar .nav li > .btn.btn-primary,
    .open .dropdown-togglebody .navbar .nav li > .btn.btn-navbar {
        background-image: none;
    }

    body .navbar .nav li > .btn.btn-primary.disabled,
    body .navbar .nav li > .btn.btn-navbar.disabled,
    body .navbar .nav li > .btn.btn-primary[disabled],
    body .navbar .nav li > .btn.btn-navbar[disabled],
    fieldset[disabled] body .navbar .nav li > .btn.btn-primary,
    fieldset[disabled] body .navbar .nav li > .btn.btn-navbar,
    body .navbar .nav li > .btn.btn-primary.disabled:hover,
    body .navbar .nav li > .btn.btn-navbar.disabled:hover,
    body .navbar .nav li > .btn.btn-primary[disabled]:hover,
    body .navbar .nav li > .btn.btn-navbar[disabled]:hover,
    fieldset[disabled] body .navbar .nav li > .btn.btn-primary:hover,
    fieldset[disabled] body .navbar .nav li > .btn.btn-navbar:hover,
    body .navbar .nav li > .btn.btn-primary.disabled:focus,
    body .navbar .nav li > .btn.btn-navbar.disabled:focus,
    body .navbar .nav li > .btn.btn-primary[disabled]:focus,
    body .navbar .nav li > .btn.btn-navbar[disabled]:focus,
    fieldset[disabled] body .navbar .nav li > .btn.btn-primary:focus,
    fieldset[disabled] body .navbar .nav li > .btn.btn-navbar:focus,
    body .navbar .nav li > .btn.btn-primary.disabled:active,
    body .navbar .nav li > .btn.btn-navbar.disabled:active,
    body .navbar .nav li > .btn.btn-primary[disabled]:active,
    body .navbar .nav li > .btn.btn-navbar[disabled]:active,
    fieldset[disabled] body .navbar .nav li > .btn.btn-primary:active,
    fieldset[disabled] body .navbar .nav li > .btn.btn-navbar:active,
    body .navbar .nav li > .btn.btn-primary.disabled.active,
    body .navbar .nav li > .btn.btn-navbar.disabled.active,
    body .navbar .nav li > .btn.btn-primary[disabled].active,
    body .navbar .nav li > .btn.btn-navbar[disabled].active,
    fieldset[disabled] body .navbar .nav li > .btn.btn-primary.active,
    fieldset[disabled] body .navbar .nav li > .btn.btn-navbar.active {
        background-color: #24135f;
        border-color: #0095a2;
    }

    body .navbar .nav li > .btn.btn-primary .badge,
    body .navbar .nav li > .btn.btn-navbar .badge {
        color: #24135f;
        background-color: #ffffff;
    }

body .navbar-nav li.dropdown > a:hover .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

body .navbar-nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

body .navbar-nav li.dropdown.open > .dropdown-toggle .caret,
body .navbar-nav li.dropdown.active > .dropdown-toggle .caret,
body .navbar-nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

@media (min-width: 992px) {

    .navbar-nav > li.home-link a i,
    #main-menu > li.home-link a i,
    .navbar-nav > li.home-link a:link i,
    #main-menu > li.home-link a:link i,
    .navbar-nav > li.home-link a:focus i,
    #main-menu > li.home-link a:focus i {
        color: #24135f;
        /* primary colour */
    }

    .header-old .navbar-nav > li.home-link a i,
    .header-old #main-menu > li.home-link a i,
    .header-old .navbar-nav > li.home-link a:link i,
    .header-old #main-menu > li.home-link a:link i,
    .header-old .navbar-nav > li.home-link a:focus i,
    .header-old #main-menu > li.home-link a:focus i {
        color: #24135f;
        /* primary colour */
    }

    .navbar-nav > li.open > .dropdown-toggle,
    #main-menu > li.open > .dropdown-toggle,
    .navbar-nav > li.open.active > .dropdown-toggle,
    #main-menu > li.open.active > .dropdown-toggle,
    .navbar-nav > li.open > .dropdown-toggle,
    #main-menu > li.open > .dropdown-toggle,
    .navbar-nav > li.open.active > .dropdown-toggle,
    #main-menu > li.open.active > .dropdown-toggle {
        border-top-color: #24135f !important;
        /* primary colour */
    }

    .navbar-collapse .dropdown-menu {
        border-bottom-color: #24135f;
        /* primary colour */
    }

        .navbar-collapse .dropdown-menu li a.menu-item:hover:before {
            color: #24135f;
            /* primary colour */
        }

        .navbar-collapse .dropdown-menu .dropdown-submenu > a::after {
            border-color: transparent transparent #24135f transparent;
        }

        .navbar-collapse .dropdown-menu li a:hover:before,
        .navbar-collapse .dropdown-menu li a.menu-item:hover:before {
            color: #24135f !important;
            /* primary colour */
        }

        .navbar-collapse .dropdown-menu li.active > a:before,
        .navbar-collapse .dropdown-menu li.active > a:hover:before,
        .navbar-collapse .dropdown-menu li.active > a:focus:before,
        .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:before,
        .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover:before,
        .navbar-collapse .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus:before,
        .navbar-collapse .dropdown-menu li a:hover:before,
        .navbar-collapse .dropdown-menu li a.menu-item:hover:before {
            color: #24135f !important;
            /* primary colour */
        }
}

.nav .caret {
    border-top-color: #24135f;
    border-bottom-color: #24135f;
}

.nav a:hover {
    border-top-color: #24135f;
    border-bottom-color: #24135f;
}


/*
 * --------------------------------------------------
 * 3. Content Area
 *-------------------------------------------------- 
 */

body .temas-destacados .skake .cuadro {
    color: #333;
    border-color: #24135f;
    /* primary colour */
}

body .temas-destacados .skake.active {
    border-color: #CCC;
    /* primary colour */
}

    body .temas-destacados .skake.active .cuadro {
        border-color: #24135f;
        /* primary colour */
        background: #24135f;
    }

body .section-menu ul.nav-list li a:hover i {
    color: #24135f;
}

body .section-menu ul.nav-list li.active > a,
body .section-menu ul.nav-list li.active > a:hover {
    color: #24135f;
    /* primary colour */
    border-left-color: #24135f;
    /* primary colour */
}

    body .section-menu ul.nav-list li.active > a i,
    body .section-menu ul.nav-list li.active > a:hover i {
        color: #24135f;
    }

body .stats .stat .skake {
    background: #24135f;
    background-image: -webkit-radial-gradient(circle, #24135f, #24135f);
    background-image: radial-gradient(circle, #24135f, #24135f);
    background-repeat: no-repeat;
}

    body .stats .stat .skake:after {
        border-top-color: #24135f;
        /* primary colour */
    }

body .date-wrapper span.date-m {
    background: #24135f;
    /* primary colour */
}

body .tags .tag {
    color: #24135f;
    /* primary colour */
}


/*
 * --------------------------------------------------
 * 3. Misc
 * Other stuff
 *--------------------------------------------------
 */

body .primary-colour {
    color: #24135f;
    /* primary colour */
}

body .primary-colour-bg {
    background: #24135f;
    /* primary colour */
}

body .spacer {
    color: #24135f;
    /* primary colour */
}

    body .spacer.dark {
        color: #24135f;
    }

body .social-media a:hover {
    background: transparent;
    /* primary colour */
}

.slider-appstrap-theme .tp-bullets li a:hover,
.slider-appstrap-theme .tp-bullets.round li a:hover,
.slider-appstrap-theme .tp-bullets.simplebullets.round li a:hover,
.flex-control-nav li a:hover,
.slider-appstrap-theme .tp-bullets .bullet:hover,
.slider-appstrap-theme .tp-bullets.round .bullet:hover,
.slider-appstrap-theme .tp-bullets.simplebullets.round .bullet:hover,
.flex-control-nav .bullet:hover,
.slider-appstrap-theme .tp-bullets li a.flex-active,
.slider-appstrap-theme .tp-bullets.round li a.flex-active,
.slider-appstrap-theme .tp-bullets.simplebullets.round li a.flex-active,
.flex-control-nav li a.flex-active,
.slider-appstrap-theme .tp-bullets .bullet.flex-active,
.slider-appstrap-theme .tp-bullets.round .bullet.flex-active,
.slider-appstrap-theme .tp-bullets.simplebullets.round .bullet.flex-active,
.flex-control-nav .bullet.flex-active,
.slider-appstrap-theme .tp-bullets li a.selected,
.slider-appstrap-theme .tp-bullets.round li a.selected,
.slider-appstrap-theme .tp-bullets.simplebullets.round li a.selected,
.flex-control-nav li a.selected,
.slider-appstrap-theme .tp-bullets .bullet.selected,
.slider-appstrap-theme .tp-bullets.round .bullet.selected,
.slider-appstrap-theme .tp-bullets.simplebullets.round .bullet.selected,
.flex-control-nav .bullet.selected {
    background: #24135f;
}

.slider-appstrap-theme .tp-caption a {
    color: #24135f;
}

    .slider-appstrap-theme .tp-caption a:hover {
        color: #24135f;
    }

.slider-appstrap-theme .tp-bannertimer {
    background: #24135f;
}

.slider-appstrap-theme .tparrows:before,
.flex-direction-nav a:before {
    color: #24135f;
}

.bootstrap-switch > div > span.bootstrap-switch-primary {
    background: #24135f;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #24135f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dropdown-menu-primary {
    border-bottom-color: #24135f !important;
}

    .dropdown-menu-primary a:hover:before {
        color: #24135f !important;
    }

.timeline-item {
    border-bottom-color: #003089;
}

    .timeline-item.tag-featured:after,
    .timeline-item.marker-highlight:after,
    .timeline-item.highlight:after {
        color: #003089;
    }

.owl-controls.clickable .owl-buttons div:hover,
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #003089;
}

#LogoImg {
    color: #24135f;
    display: block;
    font-size: 4em;
    margin: 6px 0px 6px 0px;
    width: auto;
    height: auto;
}

#Infomex {
    display: block;
    width: 35px;
    background-position: center;
}

.consejeros a {
    font-size: 13px;
    color: #E9E9E9;
}

.consejero div {
    cursor: pointer;
}

#goBack i {
    font-size: 24px
}

.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}

.banner {
    width: 100%;
    position: relative;
}

.squarelink,
.squarelink:hover,
.squarelink:visited {
    text-align: center;
    color: #333;
    text-transform: none;
}

.headersquare {
    text-align: center;
    color: #333;
    font-size: 23px;
    text-transform: none;
    border-bottom: 1px solid #000;
}

.contentsquare {
    text-align: justify;
    color: #000;
    font-size: 15px;
    margin-top: 10px;
}

.squareli {
    list-style: none;
    border-bottom: 1.5px dotted #000;
}

.square .contentsquare ul.points li {
    border-bottom: 1px dotted rgba(180, 180, 180, 0.8);
    list-style: none;
    padding: 6px;
    text-align: justify;
}

.square .contentsquare ul {
    padding-left: 0px;
}

.noul,
.noul a,
.noul a:hover,
.noul a:visited {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.navsection {
    color: #000;
    font-size: 16px;
    margin: 20px 5px 20px 5px;
    border-bottom: 1px dotted rgba(180, 180, 180, 0.8);
}

    .navsection ul,
    .navsection ul li a,
    .navsection ul li a:hover,
    .navsection ul li a:visited {
        list-style: none;
        color: #000;
    }

        .navsection ul li {
            margin: 5px 0px 5px 8px;
        }


/*COMISIONES*/

.hide-content {
    display: none;
}

.bigMenu li a {
    display: block;
    min-height: 120px;
}


/*tablas de comisiones*/

.textoColor_P8643 {
    color: #333;
    font-size: 10px;
}

.textoColor_CafeOcreBeige {
    color: #333;
    font-size: 10px;
}

.divIds2 {
    min-height: 700px;
    height: 700px !important;
    display: none
}


/*twitter*/

#ttw {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    height: 35px;
    padding-top: 0px;
    color: #3c3c3c;
    text-decoration: none;
}

    #ttw a {
        color: #3c3c3c;
        display: block;
        width: 160px;
        height: 20px;
    }


/*twitter*/

.ttw {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    height: 35px;
    padding-top: 0px;
    color: #3c3c3c;
    text-decoration: none;
}

#ttw a {
    color: #3c3c3c;
    display: block;
    width: 160px;
    height: 20px;
}

.w_tw {
    width: 100%;
    margin-top: 20px;
}

#w_tw * {
    padding: 0;
}

.twitter {
    font-size: 12px;
}

    .twitter ul {
        list-style: none;
        padding-left: 0
    }

        .twitter ul li {
            border-bottom: 1px solid #cfcfcf;
            padding: 15px 10px;
            text-align: justify;
        }

            .twitter ul li span {
                margin-top: 3px;
                display: block;
                font-style: italic;
                color: #24135f;
            }

            .twitter ul li a {
                color: #24135f;
                text-decoration: none;
                font-weight: bold;
            }

                .twitter ul li a:hover {
                    text-decoration: underline;
                }

.t_follow {
    padding: 5px;
}

    .t_follow a {
        color: #24135f;
        text-decoration: none;
        font-size: 14px;
    }

        .t_follow a:hover {
            text-decoration: underline;
        }

ul {
    list-style: none;
}

    ul a {
        color: #333;
    }

    ul.trimmed {
        padding: 0;
    }

.gray-section {
    background: #3d3d40;
    border: 1px solid #3b3b3d;
    color: #fff;
    padding: 10px;
}

    .gray-section a {
        color: #fff;
    }

    .gray-section .footer {
        padding-top: 15px;
        border-top: 1px solid #656569;
    }

ul.square {
    list-style-type: square;
}

li span.title {
    color: #3C3C3C;
    font-weight: bold;
    font-size: 1.2em;
}

li.list {
    list-style: none !important;
    margin-top: 1.000em;
}

li.sublist {
    list-style: none !important;
    margin-top: .7em;
    margin-left: -1em;
}

li span.subtitle,
li span.subtitle a {
    font-family: inherit;
    font-size: 1.1em;
    font-weight: bold;
    color: #3C3C3C;
}

#content .container-fluid {
    min-height: 600px;
    margin-bottom: 50px;
}


/*#content .container {
    min-height: 600px;
    margin-bottom: 50px;
}*/

p {
    text-align: justify;
}

li.list.mapa {
    line-height: 25px;
    margin-top: .05em !important;
}

div.father {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(180, 180, 180, 0.8)
}

.cargo {
    font-weight: normal;
    font-size: .900em;
}

iframe {
    border: 0;
    overflow: hidden;
    width: 100%;
}

.mouseover {
    cursor: pointer;
}

.docs li {
    max-width: 550px;
    text-align: justify;
}

.container {
    width: 95% !important;
}

.navbar-brand img {
    height: 65px;
    width: auto;
}

.tp-rightarrow.default {
    top: 92% !important;
    right: 40px !important;
}

.tp-leftarrow.default {
    top: 92% !important;
    left: 40px !important;
}

.tp-bullets {
    bottom: 25px !important;
}

@media screen and (max-width: 1330px) {
    .header .slogan {
        font-size: 1.000em;
    }

    #LogoImg {
        height: 60px;
    }

    .navbar-brand img {
        height: 50px;
        width: auto;
        margin-left: -7px;
    }

    #navigation .slogan {
        margin: 13px 0 0 1em;
    }

    .navbar-collapse,
    .navbar-collapse.collapse,
    .navbar-collapse.in {
        margin-top: 9px;
    }

        .navbar-collapse > .navbar-nav > li.dropdown a {
            width: 100px;
            height: 40px;
            line-height: 13px;
            text-align: center;
            padding: 18px 0;
            margin: 0;
            color: #888;
        }

    #jPanelMenu-menu > .navbar-nav > li.home-link a i {
        text-align: center !important;
        width: 100% !important;
        height: 20px;
        display: block;
    }

    #jPanelMenu-menu > .nav > li > a {
        width: 100% !important;
        display: block !important;
        text-align: left !important;
        padding: 18px 20px !important;
    }

    #jPanelMenu-menu .navbar-nav li {
        padding: 0px 0px !important;
    }

    #jPanelMenu-menu > .navbar-nav li.dropdown-full {
        padding: 0;
        margin: 0;
        font-weight: normal;
        font-size: 12px;
        text-transform: uppercase;
        color: #BABAB3;
        color: rgba(255, 255, 255, 0.7);
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    .slogan {
        color: #003089;
        font-size: 5.4vw !important;
        display: table-cell;
        text-align: center;
        width: 100% !important
    }

    .btn-navbar,
    .navbar-btn {
        position: absolute;
        right: 0px;
        top: -3px;
    }

    #navigation .navbar-brand,
    #navigation .slogan {
        float: left;
    }

    #navigation .slogan {
        margin: 0 !important;
        padding: 0 !important;
        border-left: none !important;
        text-align: center;
    }

    #ubicacionMapaInsurgentes {
        content: url('../Transparencia/img/imgInsurgentesMovil.jpg');
    }

    #ubicacionMapaAjusco {
        content: url('../Transparencia/img/imgAjuscoMovil.jpg');
    }

    #ubicacionMapaRovirosa {
        content: url('../Transparencia/img/imgInsurgentesMovil.jpg');
    }

    #ubicacionMapaApizaco {
        content: url('../Transparencia/img/imgApizacoMovil.jpg');
    }
}

@media screen and (max-width: 763px) {
    #content .container-fluid .row .col-md-10 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .list {
        margin-left: -16px;
    }

    .breadcrumb li {
        font-size: 18px;
    }

    .date-wrapper span.date-m {
        background-color: #24135f;
        font-size: 0.7em;
        line-height: 11px;
        display: table-cell;
        vertical-align: middle;
    }

    .header .slogan {
        color: #003089;
        font-size: 1.100em;
        display: table-cell;
        width: 300px;
        text-align: left;
    }

    .btn-navbar,
    .navbar-btn {
        position: absolute;
        right: -3px;
        top: 35px;
    }

    .navbar {
        min-height: 95px;
    }

    #navigation .navbar-brand,
    #navigation .slogan {
        float: left;
    }

    #navigation .slogan {
        margin: 14px 0px 0px;
        padding: 11px 0 8px 8px;
        border-left: 1px solid #e6e6e6;
        float: left;
    }

    #ubicacionMapaAjusco {
        content: url('../Transparencia/img/imgAjuscoMovil.jpg');
        max-width: 100%;
    }

    #ubicacionMapaInsurgentes {
        content: url('../Transparencia/img/imgInsurgentesMovil.jpg');
        max-width: 100%;
    }

    #ubicacionMapaRovirosa {
        content: url('../Transparencia/img/imgRovirosaMovil.jpg');
        max-width: 100%;
    }

    #ubicacionMapaApizaco {
        content: url('../Transparencia/img/imgApizacoMovil.jpg');
        max-width: 100%;
    }

    .formas {
        width: 80% !important;
        margin: 60px auto 0px !important;
    }
}

.tab-pane .row {
    margin: 0;
    padding: 0;
}

.container-fluid .row .col-md-10 {
    padding-right: 15px;
    padding-left: 15px;
}

.breadcrumb li {
    font-size: 0.8750em;
}

.revista .date-m {
    width: 80%;
}

.revista .date-d {
    width: 16%;
}

.revista .date-wrapper {
    width: 114px;
}

.infoRelevante .text-hidden {
    display: none;
}

.infoRelevante .vigencia {
    font-size: 0.8750em;
}

table.table {
    width: 100%;
    margin: 0 auto 0;
    border-collapse: collapse;
    background-color: #fff;
}

div.table-responsive {
    border: none;
}

table.table > thead > tr > th.black {
    background-color: #333333;
    color: #FFF;
    font-weight: bold;
    vertical-align: middle !important;
    text-align: center !important;
    line-height: 16px !important;
    height: 40px;
}

table.table > thead > tr > th {
    border-bottom: 1px solid #CCCCCC;
    background-color: #f3f3f3;
    color: #000;
    font-weight: bold;
    vertical-align: middle !important;
    text-align: center !important;
    line-height: 16px !important;
    height: 40px;
}

table.table.text-right > tbody > tr > td {
    text-align: right;
}

table.table.text-left > tbody > tr > td {
    text-align: left;
}

table.table > tbody > tr > td {
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: top !important;
    line-height: 20px !important;
    padding: 8px;
}

    table.table > tbody > tr > td > a {
        text-decoration: none;
    }

a.linksMapa img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 700px;
}

div.table > .table-head > .row {
    border-bottom: 1px solid #CCC;
    background-color: #F3F3F3;
}

    div.table > .table-head > .row > div {
        line-height: 40px;
        min-height: 40px;
        text-align: center;
    }

div.table > .table-body > .row {
    border-bottom: 1px solid #CCC;
    padding-top: 5px;
}

div.table > .table-body.table-striped div.row:nth-child(odd) {
    background-color: #F9F9F9;
}

div.table > .table-body.table-striped div.bold:nth-child(odd) {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    div.table > .table-head > .row {
        display: none;
    }

    .tp-rightarrow.default {
        top: 78% !important;
        right: 30px;
    }

    .tp-leftarrow.default {
        top: 78% !important;
        left: 30px;
    }

    .tp-bullets {
        bottom: 7px !important;
    }
}

.Comisiones-Padre {
    height: 327px;
    width: 100%;
    display: table;
    padding: 1em;
    margin-bottom: 20px;
}

.Comisiones-Hijo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: x-large;
}

div.panel-default > div.panel-heading.comisiones-lg {
    height: 90px;
    width: 100%;
    display: table;
}

    div.panel-default > div.panel-heading.comisiones-lg > p {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

div.panel-default > div.panel-body.comisiones-lg {
    min-height: 235px;
}

@media (max-width: 1024px) {
    div.panel-default > div.panel-heading.comisiones-lg {
        height: 140px;
        width: 100%;
        display: table;
    }

        div.panel-default > div.panel-heading.comisiones-lg > p {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

    div.panel-default > div.panel-body.comisiones-lg {
        min-height: 280px;
    }

    .Comisiones-Padre {
        height: 422px;
        width: 100%;
        display: table;
        padding: 1em;
        margin-bottom: 20px;
    }
}

@media (max-width: 736px) {
    div.panel-default > div.panel-heading.comisiones-lg {
        height: 100px;
        width: 100%;
        display: table;
    }

        div.panel-default > div.panel-heading.comisiones-lg > p {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

    div.panel-default > div.panel-body.comisiones-lg {
        min-height: 250px;
    }

    .Comisiones-Padre {
        height: 112px;
        width: 100%;
        display: table;
        padding: 1em;
        margin-bottom: 20px;
    }

    ul,
    li.list {
        margin-left: 0px;
        padding-left: 7px;
    }
}

.globo {
    display: none;
    background-color: #002975;
    font-size: 0.8em;
    height: auto;
    width: 200px;
    padding: 1em;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 320px) {
    .correo-xs {
        font-size: 4vmin;
    }
}

.ocultar {
    display: none;
}

.headerdiv {
    background-color: #24135f;
}

.headerdivText {
    color: white;
    background-color: #24135f;
}

@media screen (max-width:300px) {
    borderTablaLogin {
        width: 200px;
        background-color: aqua;
    }
}
