/*
 * Global
 */

HTML, BODY {
    height: 100%;

    background-color: #f3f3f3;

    padding: 0;
    margin: 0;
}

BODY, TD {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

TD {
    text-align: left;
}

A {
    color: black;
    text-decoration: none;
}

A:HOVER {
    color: black;
    text-decoration: underline;
}

H1, H2, H3, H4, .headline_content {
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

/*
 * Form
 */

FORM {
    padding: 0;
    margin: 0;
}

INPUT, TEXTAREA {
    width: 100% !important;
    height: auto !important;

    color: #666 !important;
    font-size: 12px !important;

    padding: 10px 8px 10px 14px !important;

    border: 1px solid #e9e9e9 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

INPUT:FOCUS {
    color: #000 !important;

    outline: 0 none;
}

INPUT[type="submit"],
BUTTON {
    height: 40px !important;
    color: black !important;
    background-color: #ffd900 !important;

    border: none !important;
    border-radius: 0 !important;
}

INPUT[type="submit"]:HOVER,
BUTTON:HOVER {
    color: black !important;
    background-color: #d5d5d5 !important;

    border: none !important;
}

INPUT[type="checkbox"] {
    width: auto !important;
}

.form-searchbox {
    font-size: 12px !important;
    padding: 6px 8px 6px 10px !important;
    border: none !important;
    height: 29px;
    border-radius: 0px;
    float: left;
    margin-right: 10px;
}

/*
 * Headline top
 */

DIV#headline_top {
    min-width: 1250px;
    max-width: 1470px;
    height: 50px;
    background-color: #ffd900;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;

    margin: 0 10px 0 10px;
}

DIV#headline_inner {
    margin-right: 160px;
    background-color: #ffd900;
    background-image: url('/layout/the_time_is_now.gif');
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

DIV#headline_top A {
    float: right;
    display: block;

    margin-right: 12px;
}

DIV#headline_top DIV.icons {
    margin: 0 1px 0 0;
}

DIV#headline_top DIV.icons A {
    width: 39px;
    height: 39px;

    margin: 6px 6px 0 0;

    opacity: 0.7;

    overflow: hidden;
    text-indent: -1000px;
}

DIV#headline_top DIV.icons A:HOVER {
    opacity: 0.9;
}

DIV#headline_top DIV.icons A.fb {
    background-image: url('/layout/icons/fb-ftr.png');
}

DIV#headline_top DIV.icons A.you {
    background-image: url('/layout/icons/y-ftr.png');
}

DIV#headline_top DIV.icons A.tw {
    background-image: url('/layout/icons/tw-ftr.png');
}
DIV#headline_top DIV.icons A.nl {
    background-image: url('/layout/icons/nl-ftr.png');
}
DIV#headline_top DIV.icons A.inst {
    background-image: url('/layout/icons/inst-ftr.png');
}

/*
 * Main
 */

DIV#main {
    min-width: 1250px;
    max-width: 1470px;

    margin: 10px;
    margin-top: 0;
}

DIV#main_left {
    float: left;
    width: 100%;
}

DIV#main_left_sub {
    margin-right: 160px;
}

DIV#main_base {

}

DIV#main_base_left {
    float: left;
    width: 100%;
}

DIV#main_base_left_sub {
    margin-right: 310px;
}

/*
 * Social
 */

DIV#social {
    padding: 0 0 5px 0;
}

DIV#facebook {
    float: right;
    width: 129px;

    margin: -2px 0 0 0;
}

DIV#twitter {
    float: right;
    width: 105px;

    margin: 0 0 0 0;
}

DIV#google {
    float: right;
    width: 95px;
}

/*
 * Skyscraper
 */

DIV#skyscraper {
    float: left;
    width: 160px;
    margin-left: -160px;
    /*margin-left: -150px;*/
}

/*
 * Headline logo banner
 */

DIV#headline_logo_banner {
    height: 90px;

    background-color: #ffd900;
}

DIV#headline_logo_banner_logo {
    float: left;
    width: 100%;
}

DIV#headline_logo_banner_logo_sub {
    margin-right: 738px;
}

DIV#headline_logo_banner_ads {
    float: left;
    width: 728px;
    height: 60px !important;

    margin-left: -728px;
}

/*
 * Menu
 */

DIV#menu {
    background-color: #ffd900;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.9;

    padding: 0 10px 0 10px;
}

DIV#menu A:HOVER {
    background-color: #d5d5d5;

    text-decoration: none;
}

DIV#menu A {
    float: left;
    display: block;

    padding: 0 5px 0 5px;
}

DIV#menu .right {
    float: right;
}

DIV#menu #menu_shop {
    font-style: italic;
}

/*
 * Submenu
 */

DIV.submenu {
    display: none;
    z-index: 999;
    position: absolute;
    width: 930px;
    width: 1000px;

    background-color: white;
    font-size: 13px;
    line-height: 1.3;

    padding: 17px 0 17px 20px;

    border: 1px solid #ffd900;
}

DIV.submenu DIV.headline {
    font-size: 20px;
    text-transform: uppercase;

    margin: 0 0 12px 0;
}

DIV.submenu DIV.category {
    float: left;
    width: 160px;

    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;

    padding: 9px 0 7px 0;
}

DIV.submenu DIV.category A,
DIV.submenu DIV.category A:HOVER {
    color: white;
    text-decoration: none;
}

DIV.submenu DIV.articles {
    float: left;
    width: 250px;
    height: 170px;

    margin: -1px 20px 10px 20px;
}

DIV.submenu DIV.articles A {
    display: block;

    color: #333333;

    margin-bottom: 7px;
}

DIV.submenu DIV.category_content {
    float: left;
    width: 250px;

    margin: -1px 20px 10px 20px;
}

DIV.submenu DIV.category_content A {
    display: block;

    color: #333333;

    margin-bottom: 7px;
}

DIV.submenu INPUT.searchfield, DIV.submenu SELECT.rundropdown {
    border: 1px solid #BBB !important;
    margin-bottom: 5px;
}

DIV.submenu SELECT.rundropdown {
    padding: 10px 8px 10px 14px !important;
}

/*
 * Content
 */

DIV#content {
    /*min-height: 1850px;*/

    text-align: justify;

    background-color: white;

    margin-top: 10px;
}

DIV#content DIV.content_text {
    min-height: 380px;

    padding: 10px;
}

DIV#content H1 {
    color: #ffffff;
    background-color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;

    margin: 0;
    padding-left: 10px;
}

DIV#content H2.sitetitle {
    color: #ffffff;
    background-color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;

    margin: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: none;
}

DIV#content H2,
DIV#content .headline_content {
    color: #000000;
    background-color: #ffd900;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;

    margin: 0 0 10px 0;
    padding: 10px 13px 8px 13px;
}

DIV#content H1.contenttitleyellow {
    color: #000000;
    background-color: #ffd900;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;

    margin: 0 0 10px 0;
    padding: 10px 13px 8px 13px;
}

DIV#content H3 {
    font-size: 22px;

    margin-top: 0;
}

DIV#content INPUT[type="submit"],
DIV#content BUTTON {
    min-width: 120px;
}

DIV#content_image {
    position: relative;
    width: 100%;
    height: 380px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

DIV#content_image.content_image43 {
    width: 100%;
    height: 750px;
}

DIV#content_image.content_image169 {
    width: 100%;
    height: 562px;
}

DIV#content_image A {
    color: white;
}

DIV#content_image H2 {
    position: absolute;
    bottom: 0px;
    width: 100%;

    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: 500;
    line-height: 2;

    margin: 0;
    padding: 0 0 0 10px;
}

DIV#content_image H1.contenttitle {
    position: absolute;
    bottom: 0px;
    width: 100%;

    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: 500;
    line-height: 2;

    margin: 0;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

DIV#content_image DIV.category {
    position: absolute;
    right: 0px;

    color: white;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;

    padding: 9px 15px 9px 15px;
}

DIV#content_image_cta {
    width: 100%;
    background-color: #ffd900;
    float:left;
    margin-bottom: 20px;
    position: relative;
}
DIV#content_image_cta .content_image_cta_left {
    width: 65%;
    float:left;
}
DIV#content_image_cta .content_image_cta_right {
    width: 35%;
    float:right;

}
DIV#content_image_cta .content_image_cta_right .content_image_cta_inner, DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #000;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom {
    position: absolute;
    bottom: 0;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom #social {
    margin-top: 0px;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom #social #facebook, DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom #social #twitter, DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom #social #google {
    float: left;
    width: 95px;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom #social #facebook {
    margin-top: -8px;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_innerbottom #social #twitter {
    width: 85px;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_inner h2 {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_inner p {
    margin-bottom: 10px;
}
DIV#content_image_cta .content_image_cta_right .content_image_cta_inner .space10 {
    height: 10px;
}

DIV#content .btn.btn-yellow {
    background-color: #ffd900;
}
DIV#content .btn.btn-yellow:hover{
    color: #ffd900;
    background-color: #000000;
}
DIV#content .btn.btn-underline {
    text-decoration:underline;
    padding: 0;
    font-weight: bold;
}
DIV#content .btn.btn-underline:hover {
    text-decoration:none;
}






DIV#content_image_cta DIV#content_image {
    margin-top: 0;
}


DIV#ctafooter {
    border-top: 2px solid #ffd900;
    float: left;
    width: 100%;
    margin-top: 20px;
}
DIV#ctafooter DIV.ctasectioninner {
    float: left;
    width: 100%;
    margin-top: 20px;
}

DIV#ctafooter ul li {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}


DIV INPUT.searchfield {
    border: 1px solid #BBB !important;
    margin-bottom: 5px;
}


DIV.ctafooterlandingpage {
    border-bottom: 2px solid #ffd900;
    padding-bottom: 20px;
}
DIV#ctafooter.ctafooterlandingpage li {
    margin-right: 1px;
}
DIV#ctafooter.ctafooterlandingpage li a {
    padding: 5px;
}
DIV#ctafooter.ctafooterlandingpage li a:hover {
    text-decoration: none;
    color: #333;
}

/*
 * Sidebar
 */

DIV#sidebar {
    float: left;
    width: 300px;

    color: #888888;
    font-size: 13px;

    margin-left: -300px;
}

DIV#sidebar .headline {
    color: #000000;
    background-color: #ffd900;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;

    margin: 10px 0 10px 0;
    padding: 10px 0 8px 12px;
}

DIV#sidebar_search {
    margin-bottom: 10px;
}

DIV#sidebar_search INPUT {
    color: #AAAAAA !important;
}

DIV#sidebar_search INPUT:FOCUS {
    color: #000000 !important;
}

DIV#sidebar DIV.month {
    float: left;
    width: 21px;
    height: 21px;

    color: #000000;
    background-image: url('/layout/icons/month.png');
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    text-align: center;

    margin: -5px 6px 0 -3px;
    padding-top: 8px;
}

/* Sidebar details */

DIV#sidebar_search {
    /*margin-right: 10px;*/
}

DIV#sidebar_search INPUT {
    background-image: url('/layout/icons/search.gif');
    background-repeat: no-repeat;
    background-position: right;
}

DIV#sidebar_results {
    margin: 10px 0 0 0;
}

DIV#sidebar_results A:HOVER {
    text-decoration: none;
}

DIV#sidebar_results UL {
    margin: 0;
    padding: 0;
}

DIV#sidebar_results LI {
    background-color: #dedede;
    font-weight: 700;
    line-height: 1;
    list-style-type: none;

    padding: 12px 5px 10px 10px;

    border-bottom: 1px solid #f3f3f3;
}

DIV#sidebar_results LI:HOVER {
    background-color: #AAAAAA !important;
}

DIV#sidebar_results LI.row2 {
    background-color: #cfcfcf;
}

DIV#sidebar_registration {
    margin: 10px 0 0 0;
}

DIV#sidebar_registration A:HOVER {
    text-decoration: none;
}

DIV#sidebar_registration UL {
    margin: 0;
    padding: 0;
}

DIV#sidebar_registration LI {
    background-color: #dedede;
    font-weight: 700;
    line-height: 1;
    list-style-type: none;

    padding: 12px 5px 10px 10px;

    border-bottom: 1px solid #f3f3f3;
}

DIV#sidebar_registration LI:HOVER {
    background-color: #AAAAAA !important;
}

DIV#sidebar_registration LI.row2 {
    background-color: #cfcfcf;
}

DIV#sidebar_ads {
    margin: 10px 0 0 0;
}

DIV#sidebar_ads_2 {
    margin: 10px 0 0 0;
}

DIV#sidebar_ads_3 {
    background-color: white;

    widht: 300px;
    height: 85px;

}

DIV#sidebar_anmeldesystem {
    margin-top: 10px;
}

DIV#sidebar_social {
    margin-top: 10px;
}

DIV#sidebar_last {
    background-color: white;
}

DIV#sidebar_last DIV.box {
    clear: both;

    margin-bottom: 5px;
}

DIV#sidebar_last DIV.image {
    float: left;
    width: 105px;
}

DIV#sidebar_last DIV.text {
    float: left;
    width: 175px;
}

DIV#sidebar_community {
    background-color: white;

    padding: 8px 10px 10px 10px;
}

DIV#sidebar_community B {
    color: #333333;
}

/*
 * Baseline
 */

DIV#baseline {
    clear: both;
    min-width: 1250px;
    height: 475px;

    background-color: #ffd900;
}

DIV#baseline .headline {
    font-size: 20px;
    font-weight: 700;

    margin: 15px 0 12px 0;
}

DIV#baseline_menu {
    margin: 0 10px 0 10px;

    line-height: 2;

    border-bottom: 1px solid #2b2b2b;
}

DIV#baseline_menu .box {
    float: left;
    width: 200px;

    font-size: 13px;

    border-top: 5px solid;
}

DIV#baseline_menu .box .headline {
    font-weight: 500;
    line-height: 2;
}

DIV#baseline_menu INPUT {
    width: 100%;
    height: auto;

    font-size: 11px;
    line-height: 1.2;

    padding: 5px;
    margin-bottom: 5px;

    border: none;
}

DIV#baseline_menu TEXTAREA {
    width: 100%;
    height: 70px;

    font-size: 11px;
    line-height: 1.2;

    padding: 5px;

    border: none;
}

DIV#baseline_menu BUTTON {
    height: 32px !important;

    background-color: #ffe23d !important;
}

DIV#baseline_left {
    float: left;
    width: 510px;
    height: 330px;

    margin: 35px 10px 10px 10px;

    border-right: 1px solid #2b2b2b;
}

DIV#baseline_left_about {
    width: 459px;
    text-align: right;

    margin: 10px 0 0 0;
}

DIV#baseline_left_about A {
    text-decoration: underline;
}

DIV#baseline_left_about A:HOVER {
    text-decoration: none;
}

DIV#baseline_left_social {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;

    margin: 20px 0 0 0;
}

DIV#baseline_left_social DIV#stay {
    margin: 0 0 5px 3px;
}

DIV#baseline_left_social A {
    float: left;
    display: block;
    width: 39px;
    height: 39px;

    margin-right: 6px;

    opacity: 0.6;

    overflow: hidden;
    text-indent: -1000px;
}

DIV#baseline_left_social A:HOVER {
    opacity: 0.9;
}

DIV#baseline_left_social A.fb {
    background-image: url('/layout/icons/fb-ftr.png');
}

DIV#baseline_left_social A.you {
    background-image: url('/layout/icons/y-ftr.png');
}

DIV#baseline_left_social A.tw {
    background-image: url('/layout/icons/tw-ftr.png');
}
DIV#baseline_left_social A.nl {
    background-image: url('/layout/icons/nl-ftr.png');
}
DIV#baseline_left_social A.inst {
    background-image: url('/layout/icons/inst-ftr.png');
}

DIV#baseline_middle {
    float: left;
    width: 25%;
    height: 330px;

    margin: 35px 10px 10px 10px;
    padding-right: 20px;

    border-right: 1px solid #2b2b2b;
}

DIV#baseline_middle .box {
    height: 86px;
    overflow: auto;

    background-color: #ffe23d;
    font-size: 12px;

    padding: 6px 10px 10px 10px;
    margin-bottom: 10px;
}

DIV#baseline_right {
    float: left;
    max-width: 300px;

    margin: 35px 10px 10px 10px;
}

DIV#baseline_right .headline {
    line-height: 1.3;
}

/*
 * Footer
 */

DIV#footer {
    min-width: 1250px;

    color: white;
    background-color: #000000;
}

DIV#footer_inner {
    min-width: 1250px;
    max-width: 1470px;
    padding-right: 160px;
}

DIV#footer A, DIV#footer A:HOVER {
    color: white;
}

DIV#footer_left {
    float: left;

    margin: 10px 10px 10px 15px;
}

DIV#footer_right {
    float: right;
    margin: 10px 15px 10px 10px;
    margin-right: 0;
}

/*
 * CMS
 */

P.teaser {
    color: #777;
    font-style: italic;
}

DIV.article A, DIV A.contentlink {
    text-decoration: underline;
}

DIV.article A:HOVER {
    color: #888;
    text-decoration: underline;
}

/*DIV.article img {
    max-width: 100% !important;
    height: auto !important;
}*/

DIV.article a.cboxElement {
    display: block;
}

DIV.article hr {
    border: none;
    width: 100%;
}

DIV.article img[style*="float:left"] {
    margin-right: 10px;
    margin-bottom: 10px;
}

DIV.article img[style*="float:right"] {
    margin-left: 10px;
    margin-bottom: 10px;
}

DIV A.contentlink:hover {
    text-decoration: none;
}

DIV a.btn-facebook, DIV a.btn-facebook:hover {
    text-decoration: none;
}

#cboxClose {
    height: 25px !important;
}

/*
 * Article / Content preview
 */

DIV.content_preview {
    position: relative;
    width: 100%;
    height: 220px;

    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

DIV.content_preview43 {
    width: 100%;
    height: 225px;
}

DIV.content_preview169 {
    width: 100%;
    height: 169px;
}

DIV.content_preview DIV.category {
    position: absolute;
    right: 0px;

    color: white;
    line-height: 1;
    text-transform: uppercase;

    padding: 7px 13px 7px 13px;
}

DIV.content_preview DIV.category A {
    color: white;
}

DIV.content_preview DIV.caption {
    position: absolute;
    bottom: 0px;
    width: 100%;

    background: rgba(0, 0, 0, 0.6);

    padding: 8px 10px 8px 10px;
}

DIV.content_preview DIV.caption H2,
DIV.content_preview DIV.caption H3 {
    background-color: transparent !important;
    font-size: 18px !important;
    line-height: 1.3;
    text-transform: none !important;

    padding: 0 !important;
    margin: 0 !important;
}

DIV.content_preview DIV.caption H2 A,
DIV.content_preview DIV.caption H3 A {
    color: white;
}

DIV.content_preview DIV.teaser {
    display: none;

    color: white;
    line-height: 1.2;
    text-align: left;

    margin-top: 12px;
}

DIV.fiatbigbanner {
    margin-top: 20px;
    margin-bottom: 20px;
    /*
    width: 100%;
    float:left;
    background-color:#FFF;*/
}

/*
 * Comments
 */

DIV.comment {
    min-height: 90px;

    font-size: 12px;
    background-color: #f5f5f5;

    padding: 6px 10px 10px 10px;
    margin-top: 10px;
}

DIV.comment B {
    font-size: 14px;
}

/*
 * Gridview
 */

DIV.grid-view {

}

DIV.grid-view TR.filters TD {
    padding: 0px 0px 5px 5px;
}

DIV.grid-view TR.filters TD:last-child {
    padding-right: 5px;
}

DIV.grid-view TR.filters INPUT {
    font-size: 12px !important;

    padding: 6px 8px 6px 10px !important;
    border: none !important;
}

DIV.grid-view TR.filters SELECT {
    font-size: 12px !important;

    padding: 6px 8px 6px 10px !important;
    border: none !important;
    height: 29px;
    border-radius: 0px;
}

DIV.grid-view:not(.grid-view-nolink) A:HOVER {
    text-decoration: none;
}

DIV.grid-view TABLE {
    border: 1px solid #ffd900 !important;
}

DIV.grid-view TD {
    border: none !important;
}

DIV.grid-view TH {
    background-color: #ffd900;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;

    border: none !important;
}

DIV.grid-view TR.filters {
    background-color: #ffd900;
}

DIV.grid-view:not(.grid-view-nolink) TBODY TR:hover TD {
    cursor: pointer;
    background-color: #EEEEEE !important;
}

DIV.grid-view DIV.summary {
    color: #AAAAAA;
    font-size: 11px;
}

/*
 * Detailview
 */

TABLE.detail-view {
    border: 1px solid #ffd900 !important;
}

TABLE.detail-view TH {
    width: 240px;

    background-color: #ffd900 !important;
    text-align: right;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;

    border: none !important;
}

TABLE.detail-view TD {
    border: none !important;
}

/*
 * Pagination
 */

UL.pagination {
    margin: 0 0 5px 0px;
}

UL.pagination A {
    color: black;
    background-color: #ffd900;

    border: 1px solid white;
}

UL.pagination A:HOVER,
UL.pagination LI.active A,
UL.pagination LI.active A:HOVER {
    color: white;
    background-color: #000000;

    border: 1px solid white;
}

UL.pagination LI.disabled SPAN,
UL.pagination LI.disabled SPAN:HOVER {
    color: black;
    background-color: #ffd900;

    border: 1px solid white;
}

/*
 * Bootstrap grid
 */

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding: 0 5px 0 5px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding: 0 5px 0 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-sm-12 {
    padding: 0 5px 0 5px;
}

.row {
    margin: 0 -5px 0 -5px;
}

/*
 * Tabs
 */

UL.nav-tabs {
    margin-bottom: 10px;
}

/*
 * Button
 */

.button {
    display: block;
    width: 200px;

    background-color: #ffd900;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    padding: 10px;
}

.button:HOVER {
    background-color: #d5d5d5;
    text-decoration: none;
}

/*
 * Breadcrumbs
 */

UL.breadcrumb_mfs {
    min-height: 33px;

    background-image: url('/layout/breadcrumb3.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    list-style-type: none;

    margin: 7px 0 0 10px;
    padding: 0;
}

UL.breadcrumb_mfs LI {
    float: left;
    overflow: auto;
    height: 30px;
    max-width: 300px;

    background-color: #ffd900;
    background-image: url('/layout/breadcrumb1.gif');
    background-repeat: no-repeat;
    background-position: right;
    font-size: 12px;
    line-height: 30px;
    text-align: left;

    margin: 3px 0 0 0;
    padding: 0 25px 0 10px;
}

UL.breadcrumb_mfs LI:first-child {
    margin-left: 32px;

    padding-left: 12px;
}

UL.breadcrumb_mfs LI:last-child {
    background-image: url('/layout/breadcrumb2.gif');
}

UL.breadcrumb_mfs LI.active {
    font-weight: bold;
}

/*
 * Toastr
 */

.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

/*
 * Helpers
 */

.click, .pointer {
    cursor: pointer;
}

.click A:HOVER {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.space_left {
    margin-left: 10px;
}

.space_right {
    margin-right: 10px;
}

.space_top {
    margin-top: 10px;
}

.space_bottom {
    margin-bottom: 10px;
}

.offset_left {
    margin-left: -10px;
}

.offset_right {
    margin-right: -10px;
}

.offset_top {
    margin-top: -10px;
}

.offset_bottom {
    margin-bottom: -10px;
}

.padding_textbox {
    padding: 10px 14px 10px 14px;
}

.bg_gray_1 {
    background-color: #d5d5d5;
}

.bg_gray_2 {
    background-color: #cfcfcf;
}

.bg_gray_3 {
    background-color: #f5f5f5;
}

.bg_gray_hover_1:HOVER {
    background-color: #d5d5d5;
}

.bg_gray_hover_2:HOVER {
    background-color: #dedede;
}

.bg_gray_hover_3:HOVER {
    background-color: #f5f5f5;
}

.line_top {
    border-top: 1px solid #f5f5f5;
}

.gray,
.gray A,
.gray A:HOVER {
    color: #888888;
}

.columns_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;

    -webkit-column-rule: 1px outset #efefef;
    -moz-column-rule: 1px outset #efefef;
    column-rule: 1px outset #efefef;
}

/*
 * Cookie Policy
 */

DIV#cookiePolicy {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000000;
    border-top: 2px solid #000;
    display: none;
}

DIV#cookiePolicy_inner {
    padding: 10px;
    background-color: rgba(255, 217, 0, 0.9);
    position: relative;
}

DIV.cookiePolicy_Left {
    width: 85%;
}

DIV.cookiePolicy_Right {
    width: 14%;
    right: 1%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

DIV.cookiePolicy_Right p {
    margin: 0;
    padding: 0;
}

DIV#cookiePolicy_inner a {
    padding: 5px;
    display: inline-block;
}

DIV#cookiePolicy_inner .btnaccept {
    color: #FFF;
    background-color: #000;
}

DIV#cookiePolicy_inner .btnaccept:hover {
    text-decoration: none;
    color: #ffd900;
}

DIV.rowalbumbuttons {
    margin-top: 20px;
    margin-bottom: 20px;
}

DIV#detail_img {
    position: relative;
}
DIV#detail_img a {
    position: absolute;
    top: 0;
    bottom: 0;

    text-decoration: none;
}
DIV#detail_img a:hover {
    text-decoration: none;
}
DIV#detail_img a.linkleft {
    left: 0;
    right: 50%;
}
DIV#detail_img a.linkright {
    left: 50%;
    right: 0;
    text-align: right;
}

DIV#detail_img a i {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    color: #ffd900;
}
DIV#detail_img a:hover i {
    color: #000;
}
DIV#detail_img a.linkleft i {
    left: 5%;
}
DIV#detail_img a.linkright i {
    right: 5%;
}


.royalSlider {
    min-height: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.rsDefault .rsThumb.rsNavSelected {
    background: #ffd900;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #FFF;
    color: #333;
}

.rsDefault .rsThumbs {
    margin-top: 100px;
}

.rsDefault .rsOverflow, .rsDefault .rsSlide {
    overflow: visible;
}
.rsDefault .rsGCaption {
    position: absolute;
    float: none;

    bottom: -100px;
    height: 100px;
    left: 5px;
    right: 5px;

    text-align: left;
    background: none;
    padding: 0;
    width: auto;
    font-size: 12px;
    border-radius: 0px;

    font-size: 14px;
    color: #333;
    padding: 2px 8px;


    padding-top: 5px;
    color:#000;
}
.rsDefault .rsGCaption .rsGCaptionCopy {
    font-size: 12px;
    float: right;
    color: #999;
}
.rsDefault .rsGCaption a {
    color: #000;
    text-decoration: underline;
}
.rsDefault .rsGCaption a:hover {
    color: #000;
    text-decoration: none;
}



DIV#newsletter_home {
    border-top: 2px solid #ffd900;
    border-bottom: 2px solid #ffd900;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
DIV#newsletter_home .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
}
DIV#newsletter_home .newsletter_home_rowinner{
    padding-left: 20px;
    padding-right: 20px;
}

DIV#newsletter_home .col-newsletter-left {
    line-height: 41px;
    color: #999;
}
DIV#newsletter_home .col-newsletter-left img {
    margin-top: 8px;
}

DIV#newsletter_home input {
    width: 65% !important;
    float: left;
}
DIV#newsletter_home button {
    width: 35% !important;
    float: left;
}


DIV.ctasectioninner {

}
DIV.ctasectioninner strong.more {
    font-weight: bold;
    padding-top: 0px;
    float: left;
    width: 100%;
}
DIV.ctasectioninner ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 0px;
}
DIV.ctasectioninner li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
DIV.ctasectioninner li a{
    background-color: #2b2b2b;
    background: none;
    text-decoration: none;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
DIV.ctasectioninner li a i{
    padding-right: 5px;
}
DIV.ctasectioninner li:last-child {
    margin-bottom: 0;
}
DIV.ctasectioninner li a:hover{
    background-color: #000;
    background-color: #e4c200;

}

DIV.col-limit-height  {
    height: auto !important;
}


/*
* popupAd
*/
#colorbox.popupad {
    overflow: visible;
}
#colorbox.popupad #cboxWrapper {
    overflow: inherit;
}
#colorbox.popupad #cboxContent {
    overflow:inherit;
}
#colorbox.popupad .leftImg {
    position: absolute;
    top: -100px;
    left: -100px;
}
#colorbox.popupad .rightContent {
    width: 340px;
    margin-left: 400px;
    margin-right: 10px;
    margin-bottom: 20px;
}
#colorbox.popupad .rightContent h1  {
    font-size: 20px;
}
#colorbox.popupad .rightContent .btn {
    width: 100%;
}







DIV#sidebar_socialfbinsta {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }










DIV.landingpageResults a, DIV.landingpageBox a {
    text-decoration: none;
}
DIV.landingpageResults a:hover {
    text-decoration: underline;
}

#calender-request-form fieldset, #organizer-request-form fieldset {
    margin: 20px 5px !important;
    border: 1px solid #c0c0c0;
    padding: 15px;
}

#calender-request-form fieldset legend, #organizer-request-form fieldset legend {
    border: none;
    width: auto;
    padding: 0px 15px;
    margin-bottom: 0;
}

#calender-request-form SELECT, #calender-request-form INPUT, #calender-request-form TEXTAREA, #organizer-request-form SELECT, #organizer-request-form INPUT, #organizer-request-form TEXTAREA {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

TABLE TR.promoevent TD {
    background-color: #ffd900 !important;
}


/*style="float:' . $float . '; width: 400px; height: 300px; "*/

DIV.contentBox {
    text-align: center;
    padding: 15px;
}

DIV.contentBox a{
    border: 3px solid #ffd900;
    background-color: #ffd900;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding: 2px;
    text-decoration: none;
}

DIV.contentBox a:hover{
    border: 3px solid #000;
    background-color: #000;
    color: #ffd900;
    text-decoration: none;
}

DIV.contentBoxHeadline {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

DIV.contentBoxContent {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

DIV.contentBoxButtons {
    width: 100%;
}
DIV.contentBoxButtons button{
    border: 3px solid #ffd900;
    background-color: #ffd900;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding: 2px;
    text-decoration: none;
}

DIV.contentBoxButtons button:hover{
    border: 3px solid #000;
    background-color: #000;
    color: #ffd900;
    text-decoration: none;
}

DIV.contentBoxLeft {
    float: left;
    width: 400px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 3px solid #ffd900;
    border-left: none;
}

DIV.contentBoxRight {
    float: right;
    width: 400px;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 3px solid #ffd900;
    border-right: none;
}

DIV.contentBoxFull {
    float: right;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 3px solid #ffd900;
}

DIV.contentBoxAd {
     float: right;
     width: 100%;
     margin-top: 25px;
     margin-bottom: 25px;
     border: 3px solid #ffd900;
    position: relative;
 }
DIV.contentBoxAd a {
    border: none !important;
    background: none !important;
}
DIV.contentBoxAd img {
    width: 100%;
    height: auto;
}

DIV.surveyAnswers {
    display: none;
}
DIV.surveyAnswersShow {
    display: block;
}

DIV.surveyAnswers .progress {
    border-radius: 0;
}
DIV.surveyAnswers .progress .progress-bar {
    background-color: #ffd900;
}


DIV.surveyButtons {
    position: relative;
    float: left;
}
DIV.surveyButtons .loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    z-index: 100;
    background: rgba(255,255,255, 1) url(../wait.gif) no-repeat center center;
}


DIV.contentPagination {
    margin-bottom: 45px;
    margin-top: 25px;
    color: #999;
}

DIV.nextprevlinks {
    margin-bottom: 25px;
}

DIV.nextprevlinks a {
    padding: 5px;
    background-color: #ffd900;
    color: #000;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
DIV.nextprevlinks a:hover {
    background-color: #000;
    color: #ffd900;
    text-decoration: none;
}

DIV.contentPagination span {
    color: #000;
    font-weight: bold;
}

DIV.contentPagination .pagelinks a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
DIV.contentPagination .pagelinks a.active {
    text-decoration: none;
    color: #666;
    font-weight: normal;
}
DIV.contentPagination .pagelinks a:hover {
    text-decoration: underline;
}


DIV.adMain, DIV.adSmall {
    position: relative;
}

DIV.contentBoxAd .notice, DIV.adMain .notice, DIV.adSmall .notice {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFD900;
    color: #000;
    padding: 2px;
    font-size: 9px;
    text-align: center;
}
DIV.adMain img, DIV.adSmall img {
    width: 100%;
}


DIV.eventBanner img {
    max-width: 100%;
    height: auto;
}




DIV.surveySideBox {
    float: left;
    width: 100%;
    padding: 0px 10px;
}

DIV.surveyHeadline {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

DIV.surveyContent {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

DIV.surveySideBox DIV.surveyButtons {
    position: relative;
    float: left;
    width: 100%;
}

DIV.surveySideBox DIV.surveyButtons .loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    z-index: 100;
    background: #f3f3f3 url(../wait.gif) no-repeat center center;
}

DIV.surveySideBox DIV.surveyButtons button {
    border: 3px solid #ffd900;
    background-color: #ffd900;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding: 2px;
    text-decoration: none;
}


DIV.promoevent {
    border: 2px solid #ffd900;
    position: relative;
    margin-bottom: 20px;
}

DIV.promoevent .notice {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffd900;
    color:#000;
    padding: 5px;
    font-size: 10px;

}
DIV.promoevent .table {
    margin-bottom: 0;
}

DIV.promoevent .moreinfo {
    display: none;
}
DIV.promoevent:hover .moreinfo {
    display: block;
}