/* Minification failed. Returning unminified contents.
(2476,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*** uncss> filename: Content/site.css ***/

/* Fonts
-----------------------------------------------------------*/

@font-face {
    font-family: 'GillSansRegular';
    font-style: normal;
    font-weight: normal;
    src: url('/content/fonts/gillsansmt.eot');
    src: local('O'), url('/content/fonts/gillsansmt.woff') format('woff'), url('/content/fonts/gillsansmt.ttf') format('truetype'), url('/content/fonts/gillsansmt.svg') format('svg');
}

@font-face {
    font-family: 'PalatinoRoman';
    font-style: normal;
    font-weight: normal;
    src: url('/content/fonts/PalatinoRoman.eot');
    src: local('O'), url('/content/fonts/PalatinoRoman.woff') format('woff'), url('/content/fonts/PalatinoRoman.ttf') format('truetype'), url('/content/fonts/PalatinoRoman.svg') format('svg');
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #FillerLeft,
    #FillerRight {
        display: none;
    }
}

/* General
-----------------------------------------------------------*/

a img {
    border: 0;
}

iframe {
    border: 0;
}

input {
    font-family: "Adelle Sans Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

a {
    color: #004fe0;
    /*#E38B00;*/
    text-decoration: underline;
}

    a:hover {
        color: #0B3480;
        /*#AB6900;*/
        text-decoration: underline;
    }

    a.black {
        color: #000000;
        text-decoration: none;
    }

        a.black:hover {
            color: #AB6900;
            text-decoration: none;
        }

    a.blue {
        color: #004fe0;
        text-decoration: none;
    }

        a.blue:hover {
            color: #0B3480;
            text-decoration: none;
        }

.clearfix {
    clear: both;
}

.hide {
    display: none;
}

.imgbutton {
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -1000em;
}

/* Layout
-----------------------------------------------------------*/

body {
    background: #EDEDED;
    color: #3F3F3F;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 1000px;
}

.body .container {
    background: #EDEDED;
    padding-top: 10px;
}

.body .content-container {
    background: #ffffff;
    margin-bottom: 15px;
    padding-top: 11px;
    width: 1000px;
}

.page {
    background-color: #fff;
    min-height: 450px;
    padding-bottom: 1px;
}

.main {
    float: left;
    margin: 10px 18px 10px 11px;
    width: 633px;
}

.sidebar {
    float: left;
    margin: 0 10px 10px 0;
    width: 326px;
}

h1 {
    color: #252525;
    font-family: GillSansRegular;
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0;
}

h2 {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding-bottom: 4px;
}


.cn-pagetitle h2 {
    color: #092f7a;
}


.page-title {
    margin: 10px 0;
}

    .page-title h1 {
        margin: 0;
        text-transform: uppercase;
    }

/* Form styles
-----------------------------------------------------------*/


.userform {
    background: #eeeeee;
    padding: 5px 10px;
}

.userform-submit { padding: 20px 0; }

.userform-footer {
    background-color: #eee;
    padding: 18px 20px;
}

.userform input[type=text], .userform input[type=password] {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 235px;
}

.userform .editor-label { margin: 1em 0 0 0; }

.userform .editor-field { margin: 0.5em 0 0 0; }

.userform input.input-validation-error { border-color: #B94A48; }

.userform .field-validation-error {
    color: #B94A48;
    padding-left: 5px;
}

.field-validation-valid { display: none; }

.validation-summary-errors { margin: 3px 0; }

.validation-summary-errors ul { padding: 0; }

.validation-summary-errors li {
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-radius: 4px;
    color: #B94A48;
    display: block;
    list-style-type: none;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    color: #C09853;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

#siteAlert {
    display: none;
    left: 5px;
    padding: 5px 25px 5px 14px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 949px;
    z-index: 12;
}

/* Account forms
-----------------------------------------------------------*/

.cm-login-connect-fb {
    background: url(/content/images/facebook-connect.png) no-repeat;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    text-decoration: none;
    width: 89px;
}

.cm-login-connect-t {
    background: url(/content/images/twitter-connect.png) no-repeat;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    text-decoration: none;
    width: 89px;
}

.cm-login-connect-g {
    background: url(/content/images/google-connect.png) no-repeat;
    display: inline-block;
    height: 21px;
    /*margin-right:5px;*/
    text-decoration: none;
    width: 89px;
}


.signin-auth-options {
    border-top: 1px dotted #d1d1d1;
    padding: 18px 20px;
}

.signin { margin: 10px 12px 10px 10px; }

.btn-submit {
    background-color: #0067e8;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 22px;
    padding: 1px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Header
-----------------------------------------------------------*/

.header {
    background: -moz-linear-gradient(top, #092a73 0, #031a51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092a73), color-stop(100%, #031a51));
    background: -webkit-linear-gradient(top, #092a73 0, #031a51 100%);
    background: -o-linear-gradient(top, #092a73 0, #031a51 100%);
    background: -ms-linear-gradient(top, #092a73 0, #031a51 100%);
    background: linear-gradient(top, #092a73 0, #031a51 100%);
    background-color: #031a51;
    border-bottom: 1px solid #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#092a73', endColorstr='#031a51', GradientType=0);
    min-height: 58px;
}

    .header .container {
        /*height: 120px;*/
        padding: 5px 0 11px 0;
        position: relative;
    }

    .header .action-header{padding-top: 13px;}

.hh-logo {
    float: left;
}

.hh-logo img {
    height: 48px;
}

.hh-logo img.hide-mobile {
    position: absolute;
}

/*----Logon -----*/

.header-hh-account {
    font-family: GillSansRegular;
    font-size: 14px;
    padding-top: 5px;
    position: absolute;
    right: 305px;
    text-align: right;
}

    .header-hh-account .sh-hdr div {
        float: right;
        margin: 0 0 0 8px;
    }

    .header-hh-account a {
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
    }

.header-hh-acc-login {
    color: #ffffff;
}

.header-hh-acc-login a{
    margin-left: 8px;
}

.header-hh-acc-join {
    border-right: 1px solid #043c92;
    margin-left: 10px !important;
    margin-right: 0 !Important;
    padding-right: 10px;
}

.header-hh-acc-tips a {
    color: #ff8815;
}

.header-hh-acc-shop {
    display: none;
}

.sh-hdr {
    float: right;
}

.header-social {
    margin: 0 0 8px;
}

    .header-social ul {
        background: none repeat scroll 0 0 #092f7a;
        border-spacing: 0;
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 0 rgba(0, 0, 0, 0.1);
        color: #686868;
        display: table;
        font-family: GillSansRegular;
        font-weight: bold;
        height: 33px;
        list-style: none outside none;
        margin: 0;
        padding: 3px 0;
        position: relative;
        width: 100%;
    }

    .header-social li {
        display: table-cell;
        height: 23px;
        line-height: 23px;
        list-style: none outside none;
        margin: 0;
        padding: 0 0 0 5px;
        text-align: center;
        vertical-align: middle;
    }

    .header-social a {
        color: #FFFFFF;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: right;
        text-decoration: none;
    }

    .header-social .hh-social-facebook {
        background: transparent url(/content/images/icon-facebook.png) no-repeat left;
        width: 40px;
    }

        .header-social .hh-social-facebook:hover {
            background: transparent url(/content/images/icon-facebook-hover.png) no-repeat left;
            cursor: pointer;
        }

    .header-social .hh-social-twitter {
        background: transparent url(/content/images/icon-twitter.png) no-repeat left;
        width: 50px;
    }

        .header-social .hh-social-twitter:hover {
            background: transparent url(/content/images/icon-twitter-hover.png) no-repeat left;
            cursor: pointer;
        }

    .header-social .hh-social-gplus {
        background: transparent url(/content/images/icon-gplus.png) no-repeat left;
        width: 45px;
    }

        .header-social .hh-social-gplus:hover {
            background: transparent url(/content/images/icon-gplus-hover.png) no-repeat left;
            cursor: pointer;
        }

    .header-social .hh-social-rss {
        background: transparent url(/content/images/icon-rss.png) no-repeat center;
        vertical-align: bottom;
        width: 30px;
    }

        .header-social .hh-social-rss:hover {
            background: transparent url(/content/images/icon-rss-hover.png) no-repeat center;
            cursor: pointer;
        }

    .header-social .hh-social-youtube {
        background: transparent url(/content/images/icon-youtube.png) no-repeat left;
        background-size: 30px;
        vertical-align: bottom;
        width: 60px;
    }

        .header-social .hh-social-youtube:hover {
            background: transparent url(/content/images/icon-youtube-hover.png) no-repeat left;
            cursor: pointer;
        }


    .header-social .hh-social-flipboard {
        background: transparent url(/content/images/flipboard-icon.png) no-repeat right;
        cursor: pointer;
        vertical-align: bottom;
        width: 23px;
        height: 23px;
        background-repeat: no-repeat;
        -o-background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        background-position: center center;
    }

        .header-social .hh-social-flipboard:hover {
            background-image: url(/content/images/flipboard-icon-white.png);
        }

/* Twitter update
-----------------------------------------------------------*/

/* Nav
-----------------------------------------------------------*/

.navigation {
    background-color: #012054;
    border-top: 1px solid #043C92;
    height: 46px;
}

    .navigation .nav {
        display: table;
        font-family: GillSansRegular;
        font-size: 16px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .navigation .nav-item {
        display: table-cell;
        margin: 0;
        padding: 0;
    }

    .navigation .nav-mob {
        display: none;
    }

    .navigation .nav-item > div {
        /*height: 39px;*/
        position: relative;
        vertical-align: middle;
    }

    .navigation .nav-item a.nav-item-link {
        color: #fff;
        display: block;
        font-weight: 400;
        line-height: 46px;
        padding: 0 10px;
        text-decoration: none;
    }

        .navigation .nav-item a.nav-item-link:hover {
            background-color: #043C92;
        }

    .navigation .nav-home a.nav-item-link {
        padding: 0 5px;
    }

        .navigation .nav-home a.nav-item-link:hover {
            background-color: #012054;
        }

    .navigation .nav-home img {
        position: relative;
        top: 3px;
    }

    .navigation .nav-menu {
        -webkit-box-shadow: inset -15px 0 15px -15px #d1d1d1;
        background: #f3f3f3;
        border-right: 1px solid #d1d1d1;
        box-shadow: 0 0 20px #666;
        box-shadow: inset -15px 0 15px -15px #d1d1d1;
        display: none;
        height: 295px;
        left: 0;
        position: absolute;
        vertical-align: top;
        z-index: 1200;
    }

        .navigation .nav-home .nav-menu,
        .navigation .nav-menu.no-preview {
            background: #f3f3f3;
        }

        .navigation .nav-menu.no-preview,
        .navigation .nav-home .nav-menu {
            height: auto;
        }

        .navigation .nav-menu ul.sub-cat {
            position: relative;
        }

        .navigation .nav-menu ul.sub-cat {
            margin: 0;
            padding: 0;
        }

        .navigation .nav-menu:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .navigation .nav-menu li {
            border-bottom: 1px dotted #d1d1d1;
            list-style-type: none;
            margin: 0;
            padding: 0;
            z-index: 250;
        }

.nmpi-image a {
    color: #004fe0;
    display: block;
    line-height: normal;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
}

.navigation .nav-menu ul.sub-cat li a.sub-cat-link {
    color: #004fe0;
    display: block;
    line-height: normal;
    padding: 13px 18px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.navigation .nav-menu.no-preview li a:hover {
    background-color: #fff;
    left: 0;
    padding: 13px 18px;
}

.navigation .nav-menu li a.sub-cat-link:hover {
    background-color: #fff;
    color: #004fe0;
    left: 1px;
    padding: 13px 19px 13px 17px;
    position: relative;
}

.navigation .nav-signup-btn {
    background-color: #004ac5;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation li.nav-item.nav-item-right {
    text-align: right;
}

.navigation .nav-signup{text-transform:uppercase; color: #FFFFFF;font-size: 12px;font-family:GillSansRegular; vertical-align: top; padding-top: 7px;text-align:right;}
.navigation .nav-signup-txt{text-transform:uppercase; float: left; width: 122px; line-height: 12px;margin: 0 10px;text-align:left;}
.navigation .nav-signup-btn{text-transform:uppercase; background-color: #004ac5; color: #FFFFFF; border: none; padding:5px; font-size: 15px; cursor:pointer;text-decoration:none;}
.navigation li.nav-item.nav-item-right  {text-align: right;}


/* nav menu preview
-----------------------------------------------------------*/

ul.nmp-item {
    background-color: white;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 5px 0 15px -10px #666;
    display: block;
    height: 265px;
    left: 143px;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 1295;
}

.navigation .nav-menu ul.nmp-item li:first-child {
    padding-top: 0;
}

.navigation .nav-menu ul.nmp-item li {
    padding: 10px 0;
}

    .navigation .nav-menu ul.nmp-item li a {
        white-space: normal;
    }

.nmpi-image {
    border: 1px solid #E2E2E2;
    float: left;
    height: 58px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 58px;
}

.nmpi-icell {
    display: table-cell;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    width: 58px;
}

    .nmpi-icell img {
        display: block;
        margin: 0 auto;
        max-height: 58px;
        max-width: 58px;
    }

.nmpi-image img {
    display: block;
    margin: 0 auto;
    max-height: 58px;
    max-width: 58px;
}

.nmpi-body {
    padding-left: 70px;
}

a.nmpi-title {
    color: #004fe0;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 21px;
    text-decoration: none;
    z-index: 30000000;
}

    a.nmpi-title:hover {
        color: #0B3480;
        text-decoration: none;
    }

/* Ads
-----------------------------------------------------------*/

.ad-contentwell {
    margin: 0 auto;
    width: 620px;
}

.ad-block {
    background: #d3d3d3;
    margin: 0 0 10px 0;
    padding: 12px 0 12px 0;
    z-index: 2;
    text-align: center;
}

.ad-block-medrec {background: none;}

.ad-leaderboard {
    bottom: 0;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
}

    .ad-leaderboard > div {
        margin: 0 auto;
    }

.ad-towers {
    margin-bottom: 10px;
    text-align: center;
}

.ad-tower-left {
    display: inline-block;
    vertical-align: top;
    width: 160px;
}

.ad-tower-right {
    display: inline-block;
    vertical-align: top;
    width: 160px;
}


.ad-forum-tower
{
    padding-top: 0px;
}

.ad-forum-tower-left
{
    position:absolute;
    width:160px;
    top:0;
    left:-165px;
}

.ad-forum-tower-right
{
    position:absolute;
    width:160px;
    top:0;
    /*right:-165px;*/
    right:0;
}

/* Footer
-----------------------------------------------------------*/

.footer {
    background-color: #fff;
    height: 78px;
}

    .footer .container {
        color: #7d7d7d;
        padding-top: 12px;
        text-align: center;
    }

/* Bottom nav [bn]
-----------------------------------------------------------*/

.bottomnav {
    background: -moz-linear-gradient(top, #092a73 0, #012054 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092a73), color-stop(100%, #012054));
    background: -webkit-linear-gradient(top, #092a73 0, #012054 100%);
    background: -o-linear-gradient(top, #092a73 0, #012054 100%);
    background: -ms-linear-gradient(top, #092a73 0, #012054 100%);
    background: linear-gradient(top, #092a73 0, #012054 100%);
    background-color: #012054;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#092a73', endColorstr='#012054', GradientType=0);
    min-height: 254px;
}

.bn-logo {
    float: right;
}

.bn-content {
    padding: 20px 10px 0 10px;
    width: 647px;
}

.bn-title {
    color: #87c5ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.bn-content td {
    vertical-align: top;
    width: 20%;
}

.bn-content p {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
}

.bn-content a {
    color: #fff;
    text-decoration: none;
}

    .bn-content a:hover {
        color: #ccc;
        text-decoration: none;
    }

.bn-link {
    background: transparent url(/content/images/social-logos.png) no-repeat scroll 0 0;
    padding-left: 36px;
}

.bn-link-facebook {
    background-position: 0 -29px;
}

.bn-link-googleplus {
    background-position: 0 -58px;
}

.bn-link-youtube {
    background-position: 0 -87px;
}

.bn-link-apps {
    background-position: 0 -116px;
}

.bn-link-rss {
    background-position: 0 -145px;
}

.bn-link-email {
    background-position: 0 -174px;
}

/* Header search [hs]
-----------------------------------------------------------*/

.error-page-search-box .hh-search {
    box-shadow: none;
}

.search-box {
    margin: 0 0 0 12px;
    position: absolute;
    right: 0;
}

.hh-search {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 0 0 90px #8bacd1;
    height: 22px;
    width: 285px;
}

    .hh-search table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 10px;
    }

    .hh-search td {
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

td.hhs-selector {
    background-color: #eee;
    border-right: 1px solid #dbdbdb;
}

.hhs-selector > div {
    position: relative;
}

.hhs-link {
    display: table-cell;
    height: 22px;
    padding: 0 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.hhs-selector a {
    color: #252525;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 20px #fff;
}

    .hhs-selector a:hover {
        color: #252525;
        text-decoration: none;
    }

    .hhs-selector a img {
        padding: 0 4px;
    }

.hhs-selector ul {
    background: #f3f3f3;
    box-shadow: 0 0 20px #666;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10000005;
}

.hhs-selector li {
    border-bottom: 1px dotted #d1d1d1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .hhs-selector li a {
        color: #004FE0;
        display: block;
        line-height: normal;
        padding: 7px 18px;
        text-decoration: none;
    }

        .hhs-selector li a:hover {
            background-color: #fff;
            color: #004fe0;
        }

.hhs-input div {
    margin: 0 5px;
    position: relative;
}

.hhs-submit {
    width: 28px;
}

.hhs-input input {
    border: 0 none;
    display: block;
    padding: 2px 0;
    width: 100%;
}

.hhs-submit input {
    background: transparent url(/content/images/magnifying-glass-22.png) no-repeat center top;
    height: 22px;
    width: 22px;
}


.follow {
    display: none;
    margin: 20px 0;
    width: 326px;
}

.fl-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-left: 3px;
    width: 78px;
}

.follow ul {
    list-style: none outside none;
}

.follow li {
    float: left;
}

.follow a {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/content/images/social-logos.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    margin-left: 8px;
    width: 26px;
}

/* Subscribe
-----------------------------------------------------------*/

.subscribe {
    background-color: #d3d3d3;
    margin: 20px 0;
    width: 326px;
    /*border-radius: 7px;*/
}

    .subscribe .inner {
        padding: 5px 10px;
    }

.subscribe-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.subscribe-preview {
    padding-bottom: 10px;
}

    .subscribe-preview a {
        color: #333;
        font-size: 11px;
        line-height: 19px;
        text-decoration: underline;
    }

.subscribe-input {
    border-width: 1px;
    color: #3D3D3D;
    display: block;
    font-size: 12px;
    height: 17px;
    padding: 0 2px;
    width: 231px;
}

/* Poll
-----------------------------------------------------------*/

.poll {
    background-color: #d3d3d3;
    /*border-radius: 7px;*/
    font-family: GillSansRegular;
    margin: 10px 0;
    margin-bottom: 0;
    width: 326px;
}

    .poll .inner {
        padding: 5px 10px;
    }

.poll-header {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

.poll-answer {
    float: left;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-right: 5px;
    width: 140px;
}

.poll-resultslink a {
    color: #333;
    font-size: 11px;
    line-height: 19px;
    text-decoration: underline;
}

.poll-footer {
    padding-top: 5px;
}

/* Inputs with labels
-----------------------------------------------------------*/

label.input {
    background: white;
    clear: both;
    float: left;
    margin: 2px 0;
}

    label.input span {
        color: #999;
        margin-left: 3px;
        padding: 3px;
        position: absolute;
    }

    label.input input {
        background: transparent;
        border-width: 1px;
        font: inherit;
        margin: 0;
        padding: 2px 4px;
        position: relative;
    }

/* Account forms
-----------------------------------------------------------*/

/* Comments [cm]
-----------------------------------------------------------*/

/* Comment form
-----------------------------------------------------------*/

/* Dialog
-----------------------------------------------------------*/

/* Featured slider
-----------------------------------------------------------*/

#featured-slider {
    font-family: GillSansRegular;
    margin-bottom: 15px;
    margin-right: 20px;
    position: relative;
    width: 640px;
}

    #featured-slider .slide {
        -webkit-background-size: 100% 100%;
        /* Safari 3-4 */
        background-size: 100% 100%;
        /* Chrome, Firefox 4+, IE 9+, Opera, Safari 5+ */
    }

#slider {
    background-color: #fff;
    border: 1px solid #AEAEAE;
    height: 330px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 380px;
}

.slide {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
    /*border-radius: 7px;
-moz-box-shadow: inset 0 0 5px 1px #eee;
-webkit-box-shadow: inset 0 0 5px 1px #eee;
box-shadow: inset 0 0 5px 1px #eee;*/
}

.slide-title {
    bottom: 30px;
    line-height: 23px;
    padding: 12px 0;
    padding-bottom: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .slide-title a {
        color: #fff;
        font-size: 24px;
        text-decoration: none;
    }

    .slide-title,
    .slide-title:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

        .slide-title:hover {
            background-color: rgba(255, 255, 255, 0.5);
        }

            .slide-title:hover a {
                color: #000;
            }

.slide img {
    width: 634px;
}

#slider-divider {
    display: none;
    height: 10px;
    width: 634px;
}

#accordion {
    height: 332px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
}

    #accordion .link-header {
        cursor: pointer;
        height: 78px;
        margin-bottom: 6.5px;
        margin-left: 5px;
        overflow: visible;
        padding: 0;
        position: relative;
    }

/* Content list
-----------------------------------------------------------*/

.cl-item:first-child,
.cl-item:first-child .cli-image,
.cl-item:first-child .cli-body {
    margin-top: 0;
    padding-top: 0;
}

.cl-item {
    /*border-bottom: 1px solid #E2E2E2;
box-shadow: 0 10px 10px -10px #dedede;*/
    clear: both;
    /*margin: 8px 0;*/
    padding: 5px 0 15px 0;
}

.cli-image {
    border: 1px solid #e2e2e2;
    float: left;
    height: 200px;
    margin: 5px 10px 5px 0;
    overflow: hidden;
    width: 230px;
}

.cli-icell {
    display: block;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}

.cli-image img {
    display: block;
    height: 200px;
    margin: 0 auto;
    width: 230px;
}

.cli-body {
    height: 200px;
    overflow: hidden;
    padding: 7px 0;
    position: relative;
}

    .cli-body a {
        text-decoration: none;
    }

.cli-content {
    height: auto;
}

.cli-byline {
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}

    .cli-byline a {
        text-decoration: none;
    }

.cli-title {
    font-family: GillSansRegular;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
}

.cli-excerpt {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 10px;
}

.cli-footer {
    border-bottom: 1px solid #E3E3E3;
    bottom: 0;
    font-size: 12px;
    margin: 10px 0 0;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
}

    .cli-footer .commentArea {
        float: right;
    }

    .cli-footer .commentLink {
        margin: 0 5px;
    }

        .cli-footer .commentLink:hover {
            background-position: right 0;
            color: #3f3f3f;
        }

    .cli-footer .commentIcon {
        background-image: url("/content/images/icon-comments.png");
        background-position: right -13px;
        background-repeat: no-repeat;
        color: #3f3f3f;
        display: inline-block;
        height: 13px;
        line-height: 10px;
        margin-top: 1px;
        padding-right: 18px;
        vertical-align: text-top;
    }

    .cli-footer span {
        font-size: 12px;
    }

/* Content
-----------------------------------------------------------*/

/* Pager
-----------------------------------------------------------*/

.pager {
    font-size: 13px;
    padding: 25px 0;
    text-align: right;
    text-transform: uppercase;
}

    .pager a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid silver;
        border-radius: 3px;
        margin: 0 5px;
        padding: 5px 10px;
        text-decoration: none;
    }

        .pager a:hover {
            background-color: #e0e0ff;
        }

    .pager span {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #fff3de;
        border: 2px solid orange;
        border-radius: 3px;
        font-weight: bold;
        margin: 0 5px;
        padding: 4px 9px;
    }

/* Breadcrumb
-----------------------------------------------------------*/

#forum .breadcrumb {
    display: table;
    width: 100%;
}

.breadcrumb {
    margin-bottom: 10px;
}

    .breadcrumb a {
        background: #eaeaea url(/content/images/breadcrumb-bg.gif) no-repeat top right;
        display: block;
        float: left;
        font-size: 10px;
        font-weight: bold;
        height: 23px;
        line-height: 23px;
        overflow: hidden;
        padding: 0 34px 0 20px;
        text-transform: uppercase;
    }

        .breadcrumb a.last {
            background: #eaeaea url(/content/images/breadcrumb-bg.gif) no-repeat 100% -23px;
        }


.trending-bar {
    margin: 0 10px;
  margin-left: 11px;
}

    .trending-bar ul {
        background: #eaeaea;
        border-spacing: 0;
        display: table;
        font-family: "Adelle Sans Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 99.8%;
    }

    .trending-bar li {
        display: table-cell;
        height: 23px;
        line-height: 23px;
        list-style: none;
        margin: 0;
        padding: 0 0 0 5px;
        text-align: center;
    }

        .trending-bar li a {
            font-weight: normal;
            text-decoration: none;
        }

        .trending-bar li:first-child,
        .trending-bar .trending-title {
            padding: 0;
            width: 80px;
        }

            .trending-bar li:first-child span,
            .trending-bar .trending-title span {
                background: #d3d3d3;
                display: block;
                margin-right: 11px;
                padding: 0 0 0 5px;
            }

    .trending-bar .trending-title {
        background-color: #d3d3d3;
    }

    .trending-bar .trending-title {
        background: transparent url(/Content/images/trending-arrow.png) no-repeat top right;
    }

/* the overlayed element */

.simple_overlay {
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    /* styling */
    background-color: #D3D3D3;
    border: 1px solid #666;
    box-shadow: 0 0 90px #000;
    /* must be initially hidden */
    display: none;
    min-height: 60px;
    width: 360px;
    /* place overlay on top of other elements */
    z-index: 10000;
}

/* close button positioned on upper right corner */

/* close button positioned on upper right corner */

.content-list {
    margin-top: 10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*---Skin Ad---*/

.main-obj {
    position: relative;
}

#FillerLeft,
#FillerRight {
    left: -50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
}

#FillerRight {
    left: 100%;
}

#FillerLeftLink {
    background: transparent;
    display: block;
    height: 1024px;
    position: relative;
    width: 499px;
}

#FillerRightLink {
    background: transparent;
    display: block;
    height: 1024px;
    position: relative;
    width: 0;
}

#FillerLeftLink {
    float: right;
}

#FillerRightLink {
    float: left;
}

.featured-list-sm,
.search-box-sm,
.ad-block-MedRecMobile,
.slider-mob,
.navigation .nav-mob {
    display: none;
}

.header-fixed-top {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.ad-leaderboard {
    z-index: 10000;
}

.forum-ads.ad-leaderboard,
.header-fixed-top .ad-leaderboard {
    position: relative;
    margin: 0;
}

.header-fixed-top-spicer {
    height: 196px;
    width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    margin: 0 auto;
}

.wide {
    width: 100%;
}

.nocellspacing {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    display: table;
}

    .nocellspacing td {
        margin: 0;
        padding: 0;
    }

.button-center {
    text-align: center;
}

#subscribe1 {
    top: 220px !important;
}

.slide-title-comments {
    bottom: 3px;
    font-size: 16px !important;
    position: absolute;
    right: 17px;
}

    .slide-title-comments a {
        font-size: 16px !important;
    }


.mCSB_container .lh-item .lh-img {
    height: 78px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 150;
}

    .mCSB_container .lh-item .lh-img img {
        border: 1px solid #D3D3D3;
        height: 76px;
        width: 90px;
    }

.mCSB_container .active .lh-item .lh-img img {
    border: 0 !important;
    margin: 1px;
}

.mCSB_container .lh-item .lh-title {
    color: #252525;
    font-size: 16px;
    height: 78px;
    line-height: 16px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 143px;
    z-index: 150;
}

.mCSB_container .active .lh-item .lh-title {
    color: #ffffff;
}

.mCSB_container .lh-item .lh-title div {
    padding: 5px;
}

.mCSB_container .lh-item {
    height: 78px;
    position: relative;
    width: 235px;
}

    .mCSB_container .lh-item .lh-item-background {
        background: #D3D3D3;
        display: block !important;
        height: 78px;
        left: 0;
        position: absolute;
        top: 0;
        width: 262px;
        z-index: 140;
    }

.mCSB_container .active .lh-item .lh-item-background {
    background: url(/content/images/bg-active-article.png) no-repeat;
    margin-left: -22px;
}

.mCSB_container {
    margin-right: 13px !Important;
    padding-left: 22px;
}

.cn-body {
    line-height: 23px;
    margin: 10px 0;
}

    .cn-body img[border] {
        border: 1px solid;
    }

    .cn-body img[border="0"] {
        border: 0;
    }

    .cn-body .ad-tower-left, .cn-body .ad-tower-right, .cn-body .centerContent {
        display: table-cell;
        text-align: center;
    }

.cn-byline {
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
}

    .cn-byline a {
        text-decoration: none;
    }

.cn-index {
    display: inline-block;
    margin: 5px 0;
}

    .cn-index select, select.navigator {
        width: 230px;
    }

.cn-pagenav {
    float: right;
}

.cn-pagelink {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin-left: 5px;
}

.cn-page-prev {
    background-image: url(/content/images/larr.png);
    background-position: center left;
    padding: 3px 6px 3px 26px;
}

.cn-page-next {
    background-image: url(/content/images/rarr.png);
    background-position: center right;
    padding: 3px 26px 3px 6px;
}

.cn-footer {
    margin-bottom: 20px;
}

.cn-tags {
    display: inline-block;
    margin: 5px 5px 20px 0;
}


/* Section title
-----------------------------------------------------------*/

.section-title {
    border-bottom: 1px solid #e2e2e2;
    height: 8px;
    margin: 20px 0 24px;
    text-align: center;
}

    .section-title h3 {
        background-color: #fff;
        color: #aeaeae;
        display: inline;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 7px;
        margin: 0 auto;
        padding: 0 10px;
        text-transform: uppercase;
    }

/* Image gallery
-----------------------------------------------------------*/

.image-gallery {
    background-color: #e6e6e6;
    border-radius: 7px;
    padding: 10px;
}

.ig-strip {
    background-color: #fff;
}

    .ig-strip td {
        vertical-align: middle;
    }

.ig-pane {
    overflow: hidden;
}

    .ig-pane ul {
        margin: 0 !important;
        padding: 0 !important;
        width: 12000px;
    }

    .ig-pane li {
        border: 1px solid white;
        display: block;
        float: left;
        list-style-type: none;
        margin-right: 10px;
        padding: 3px;
        padding: 0 !important;
    }

        .ig-pane li.selected {
            background-color: #87C5FF;
        }

    .ig-pane ul li img {
        border: 0;
    }

/* Related content
-----------------------------------------------------------*/

.related-content ul {
    margin: 0;
    padding: 0;
}

.related-content li {
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 18px;
    width: 112px;
}

    .related-content li.last {
        margin-right: 0;
    }

    .related-content li img {
        display: block;
        max-width: 108px;
    }

.rc-image {
    border: 1px solid #e2e2e2;
    display: table-cell;
    height: 110px;
    overflow: hidden;
    vertical-align: middle;
    width: 110px;
}

.rc-link {
    padding-top: 5px;
}

.sharing {
    z-index: 99;
}

/* YAF overrides
-----------------------------------------------------------*/

.guestUser {
    display: none;
}


/* Add item
-----------------------------------------------------------*/

.error-dot {
    float: left;
    margin: 0 10px;
}

.additem {
    border: 1px solid #e2e2e2;
    margin: 5px 0;
    width: 250px;
}

.aditem-items {
    display: inline-block;
    width: 100%;
}

.additem .aditem-title {
    background: #092f7a none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
    font: 16px/16px GillSansRegular;
    font-weight: bold;
    padding: 5px;
}

.additem a {
    color: #333;
    font-family: GillSansRegular;
    font-weight: bold;
    vertical-align: top;
}

.additem .pull-left {
    border-right: 1px solid #e2e2e2;
    padding: 5px;
    text-align: center;
    width: 50%;
}

.additem .pull-right {
    padding: 5px;
    text-align: center;
    width: 35%;
}

.fire a {
    color: #ff8815;
}

.icon-amazon {
    padding-top: 3px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.cn-body .cn-productinfo {
    float: none;
}

    .cn-body .cn-productinfo .additem {
        margin: 0 auto;
    }

.cn-productinfo {
    float: right;
}

    .cn-productinfo table {
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        width: 250px;
    }

/*Category page*/

.cat-page .cli-footer {
    position: relative;
}

.cat-page .cli-body {
    display: inline-block;
    height: auto;
    min-height: 200px;
    width: 60%;
}

.cat-page .cli-byline {
    line-height: 14px;
}


.letter-filter {
    background-color: #012054 !important;
    color: #ffffff;
    font-weight: bold;
    height: auto !important;
    line-height: 30px;
    padding: 10px;
}

    .letter-filter a {
        color: #FFFFFF;
        display: inline-block;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        margin-left: 1px;
        text-align: right;
        text-decoration: none;
    }
/*Billboard*/
.ad-top-billboard {
    margin-bottom: 8px;
    margin-top: 3px;
    text-align: center;
}

    .ad-top-billboard div:first-of-type {
        margin: 0 auto;
    }

    .content-delimeter .infinity-ad-block{ text-align: center;}

    .stickySidebarAds {
    background: #d3d3d3;
    padding: 12px 0 12px 0;
    margin: 0 0 10px 0;
    z-index: 2;
}

    /*Customscroll on Feature widget*/
    
.mCSB_container{margin-right: 13px !Important; padding-left:22px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: none repeat scroll 0 0 #0040A6 !Important; width: 6px !Important;}
.mCSB_scrollTools .mCSB_draggerRail{width: 1px !Important;}
.mCSB_scrollTools a + .mCSB_draggerContainer
{
    margin: 0 !Important;
    border-top:1px solid #0040A6;
    border-bottom:1px solid #0040A6;
}

.mCSB_container .lh-item .lh-img
{
    position:absolute;
    top:0;
    left:0;
    width:90px;
    height:78px;
    z-index:150;
}
.mCSB_container .lh-item .lh-img img 
{
    width:90px;
    height:76px;
    border:1px solid #D3D3D3;
}
.mCSB_container .active .lh-item .lh-img img 
{
    border:0 !important;
    margin:1px;
}

.mCSB_container .lh-item .lh-title
{
    color: #252525;
    line-height: 16px;
    position:absolute;
    top:0;
    right:0;
    height: 78px;
    width:143px;
    overflow: hidden;
    line-height:17px;
    font-size:16px;
    z-index:150;
}
.mCSB_container .active .lh-item .lh-title {color:#ffffff;}
.mCSB_container .lh-item .lh-title div{padding: 5px;}

.mCSB_container .lh-item 
{
    width:235px;
    height:78px;
    position:relative;
}
.mCSB_container .lh-item .lh-item-background
{
    display:block !important;
    position:absolute;
    top:0;
    left:0;
    z-index:140;
    width:262px;
    height:78px;
    background:#D3D3D3;
}
.mCSB_container .active .lh-item .lh-item-background
{
    background:url(/content/images/bg-active-article.png) no-repeat;
    margin-left:-22px;
}

/* GALLERY PAGE */
/* close button positioned on upper right corner */
.apple_overlay .close, .simple_overlay .close {
    background-image:url(/content/images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.apple_overlay{display:none; top: 20px;}


#overlay {
    /*background: url("/Content/images/htmlbody-bg.png") repeat-x scroll left top #C7C7C7;*/
    background-color: #C7C7C7;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 795px;
}
#overlay .contentWrap, #image-popup .contentWrap{width: 1360px;  overflow:  hidden; background-color: #fff; border: 1px solid silver;}
#overlay .contentWrap .ad-tower-left, #overlay .contentWrap .ad-tower-right,
#image-popup .contentWrap .ad-tower-left, #image-popup .contentWrap .ad-tower-right{margin-right: 10px; margin-left: 10px; margin-top: 60px;}
#overlay .contentWrap .content, #image-popup .contentWrap .content{display:table-cell; vertical-align: top;padding: 10px;}
#overlay .contentWrap .content{padding-left:0;}
.cn-header-popup {padding: 0 10px;}
.cn-image {
    overflow-x: hidden;
    overflow-y: auto;
}

.img-auto{overflow:auto; width:1170px;max-height: 1220px;}
.cn-body-auto .centerContent{display: block;text-align: center;}
.contentWrap  .ad-leaderboard , #image-popup .ad-leaderboard {position: relative !important;}


.ad-towers.ad-tower-left {
    float: left
}

.ad-tower-left {
    width: 160px;
    display: inline-block;
    vertical-align: top
}
.even { background: none repeat scroll 0 0 #EAEAEA; }

.arch-year {
    color: #686868;
    font-weight: bold;
    padding: 3px 0;
}

.news-list, .articles-list {
    font-size: 11px;
    margin-bottom: 20px;
}

.news-left {
    float: left;
    font-size: 11px;
    margin-bottom: 20px;
    width: 300px;
}

.news-right {
    float: right;
    font-size: 11px;
    margin-bottom: 20px;
    width: 300px;
}

.news-left ul, .news-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-left ul li {
    background-image: url(/content/images/v-bullet.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 3px 0;
    padding-left: 14px;
}

.news-right ul li { margin: 3px 0; }

.arch-months > span { padding: 0 5px; }

.content-list { margin-top: 10px; }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both; }

.current-year-arch {
    font-size: 12px;
    padding: 5px;
}

.current-year-arch .arch-months > span { padding: 0 3px; }

.ad-block-top-medrec{ text-align: center;}


.show-disqus {
    background: rgba(29, 47, 58, .6);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 auto;
    padding: 11px 14px;
    text-align: center;
    width: 90%;
}

.show-disqus:hover {
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear;
    background-position: 0 -15px;
    color: #fff;
    cursor: pointer;
    transition: background-position .1s linear;
}

.body-content {
    background-color: #fff;
    margin-bottom: 15px;
}

.dynamic-content .header .infinity-ad-block,
.dynamic-content .ad-block-top-medrec { text-align: center; }

.dynamic-content .ad-block-bottomrail { text-align: center; }

.dynamic-content .ad-block-medrec > div:first-child {
    background: none;
    padding: 12px 0 0 0;
}

.dynamic-content .ad-block-top-medrec {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

a.tags:not(:last-of-type)::after { content: ", "; }

/*======Forum=======*/
.forum-body .footer .container{padding: 12px 0;}
.forum-body .page{position: relative;}

#forum .yafnet{display: block !important;}
#forum.yafnet .content,#forum.yafnet .AlphaSort, #forum.yafnet .postNavigation {width: 810px;}
 #forum.yafnet .smiliesContent_{width: 100% !important;}
#forum.yafnet .adminContainer .content,#forum.yafnet .YAF_Pages_moderate_index .content, 
.ui-tabs-panel  .content, .YAF_Pages_Albums .content, .YAF_Pages_cp_profile .content, .YAF_Pages_postmessage .content  {width: 100% !important;}
#forum_ctl03_ForumCategoryList_UpdatePanelCategory, .public-obj {position: relative;}
.public-obj{min-height: 1220px;}
.yafnet .forumRow .forumLinkCol, .yafnet .forumRow_Alt .forumLinkCol{width: 35% !important;}
.yafnet th.header1{white-space: normal !important;}
.yafnet .header{background: none !important;  border: none !important;}

.yafnet .forumRow a.forumTopicLink, .yafnet .forumRow_Alt a.forumTopicLink {white-space: normal;}
.yafnet .postdiv img {max-width: 625px !important;}

.ad-top-contentbrandbadge {
    margin: 0 10px 10px;
    text-align: center;
}

.search-area{
        margin: 20px 0px;
    width: 100%;
    height: 25px;
}

.search-area h2{
        margin-right: 15px;
    margin-top: 4px;
}

#forum.yafnet .content.smiliesContent, #forum.yafnet .content.smiliesContent .content{width: 100%}

.yafnet .adminMenu ul { list-style: none;}

#featured-slider a, #featured-slider a:hover{ text-decoration:none !important;}
.flexslider a, .flexslider a:hover{ text-decoration:none !important;}

.display-mobile{display: none;}

.side-content-with{ width: 326px;}

/*-----Featured tiles-------*/
#featured-tiles{width: 980px;}

.width-sm-tile{width: 325px;height: 175px; margin-bottom: 2px;margin-right: 1px;}
.width-lg-tile{width: 650px;height: 352px;margin-right: 2px;margin-bottom: 1px;}

.tile{width: 100%; height: 100%;cursor: pointer;}
.tile-lg{
    height: 352px;
}


.tile-sm-4, .tile-sm-3{width: 324px}

.tile .tile-inner {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    line-height: 24px;
}

.tile .tile-title{
  padding: 20px 10px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 10;
  height: 90px;
  width: 305px;
}


  .tile-lg .tile-title {
    width: 630px;
  }


.tile .tile-title-comments{
  margin-bottom: 15px;
  margin-right: 10px;
  bottom: 5px;
  right:0;
  position: absolute;
  display: block;
  z-index:2;
  float: right;
}


.tile a{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.tile-lg a {
  font-size: 20px;
}

#featured-tiles ul li{
  float: left;
}
#featured-tiles ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  display: inline-block;
}

#featured-tiles{
  margin: 11px;
  margin-top: 0;
  margin-bottom: 5px;
}

.tile {
  background-repeat:no-repeat;
    background-attachment:fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
  background-position: center center;
}

.tile .tile-inner:after {
   content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 40%;
  left: 0;
  opacity: 0.8;
  z-index: 0;
  background-color: rgba(0,0,0,.5);
  height: 90px
 /* 
  background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  */
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  z-index: 1;
}

.tile:hover .tile-inner:after {
  opacity: 1;
  background-color: rgba(255,255,255,.5);
  top: 40%;
}

.tile-lg .tile-inner:after {
  top: 247px;
}

.tile-lg:hover .tile-inner:after {
  top: 247px;
}

.tile:hover .badge a {
  color: #FFF;
  /*color: #87c5ff;*/
}

.tile:hover a {
  color: #000;
  /*color: #87c5ff;*/
}

.tile a {
   transition: .3s all ease
}

.badge_regular {
    display: inline-block;
    min-width: 10px;
    padding: 3px 13px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge 
{position: relative;min-width: 10px;padding: 3px 10px;font-weight: 700;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: middle;background-color: #777;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 3px;}

.badge:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 0 0 8px;
border-color: #777 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -10px;
right: 4px;
}

.badge a{font-size: 12px;}

.spacer {
  height: 60px;
  width: 0px;
  float: right;
}

.bagespacer{
  float: right;
  clear: right;
  clear: right;
  margin: 10px 0 0 10px;
  /* width: 36px; */
  /* height: 20px; */
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:9px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.90;
	-ms-filter:"alpha(opacity=90)"; /* filter:"alpha(opacity=90)"; old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	-ms-filter:"alpha(opacity=100)"; /*filter:"alpha(opacity=100)";  old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:#0040A6;
	/*filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)";*/ /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-ms-filter:"alpha(opacity=75)"; /*filter:"alpha(opacity=75)";  old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	-ms-filter:"alpha(opacity=85)"; /*filter:"alpha(opacity=85)";  old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	-ms-filter:"alpha(opacity=90)"; /*filter:"alpha(opacity=90)";  old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	/*background-image:url(mCSB_buttons.png);*/
	background-repeat:no-repeat;
	opacity:0.4;
	-ms-filter:"alpha(opacity=40)"; /*filter:"alpha(opacity=40)";  old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	-ms-filter:"alpha(opacity=75)"; /*filter:"alpha(opacity=75)";  old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	-ms-filter:"alpha(opacity=90)"; /*filter:"alpha(opacity=90)";  old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:#0040A6;
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/content/fonts/flexslider-icon.eot');
  src: url('/content/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/content/fonts/flexslider-icon.woff') format('woff'), url('/content/fonts/flexslider-icon.ttf') format('truetype'), url('/content/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider .slides img{max-width:100%;  height:auto;}
.flexslider {
    max-width: 610px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
    .flex-direction-nav a {
        display: none;
    }
    /*
.flex-direction-nav a {
    display:none;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
        */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  top: 20px;
    display: inline-block;
    position: absolute;
    right: 20px;
    text-indent: 13px;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #043c92;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-caption, .flex-caption:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 23px;
    padding: 2%;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 96%;
    font-size: 24px;
    margin-bottom:0;
    text-decoration: none;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* *********************************************************************************************

How to Create CSS3 + jQuery Accordion Menu [Tutorial]
"How to Create CSS3 + jQuery Accordion Menu" that was specially made for DesignModo by our friend Valeriu Timbuc. 

Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://designmodo.com/futurico
http://vladimirkudinov.com
http://rockablethemes.com

********************************************************************************************* */

/* Reset */
#hs-accordeon-wrapper{margin-bottom: 12px;}
.hs-accordion,
.hs-accordion ul,
.hs-accordion li,
.hs-accordion a,
.hs-accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.hs-accordion li {
	list-style: none;
}

/* Layout & Style */

.hs-accordion li > a {
	display: block;
	position: relative;
	min-width: 110px;
	padding: 5px 10px 0 15px;
	min-height: 32px;
	color: #686868;
	font: normal 16px/28px GillSansRegular;
	text-decoration: none;
	background: #d3d3d3;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.hs-accordion > li:hover > a,
.hs-accordion > li:target > a,
.hs-accordion > li > a.active {
	color: #FFF;
	background: #092f7a;
}



.hs-accordion li hr { display: block; height: 1px; border: 0; border-top: 1px solid #fff; margin: 0; padding: 0; }
.hs-accordion li > a div {font: bold 12px/30px Helvetica;padding-right: 30px;min-height: 35px;}
.hs-accordion li > a span {
	display: block;
	position: absolute;
	top: 25%;
	right: 5px;
	background: #404247;
	content: '';
    background: url("/content/images/hs-accordion-arrow.png") no-repeat scroll 10px 0px transparent;
    width: 40px;
    height: 20px;
}
.hs-accordion > li > a.active span{background-position: 10px -20px;}

.hs-accordion > li:hover > a span,
.hs-accordion > li:target > a span,
.hs-accordion > li > a.active span {
	color: #fdfdfd;
}

/* Sub Menu */

.sub-menu li a {
	color: #000;
	background: #ededed;
}

.sub-menu li:hover a { background: #efefef; }

.sub-menu li:last-child a { border: none; }

.sub-menu li > a span {
	color: #AAAAAA;
	text-align: center;
	background: transparent;
    font: normal 25px/20px GillSansRegular;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 11px/30px Helvetica, sans-serif;
}

/* Functionality */

.hs-accordion li > .sub-menu {display: none;}

.hs-accordion li:target > .sub-menu {display: block;}

#one, #two, #three,#four{border-top: 2px solid #FFFFFF;}

#related-accordeon-wrapper{text-align:left !important; margin-bottom: 10px; margin-top: 10px;}
#related-accordeon-wrapper .hs-accordion li > a div {padding-right: 0;}
#related-accordeon-wrapper #one span{display: none;}

