﻿@font-face {
    font-family: 'open_sans_regular';
    src: url('/content/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/content/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sans_condensed';
    src: url('/content/fonts/opensans-condbold-webfont.woff2') format('woff2'), url('/content/fonts/opensans-condbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


body {
    line-height: 1;
    font-family: open_sans_regular,Arial;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #337ab7;
}


p {
    font-family: open_sans_regular, Arial;
    color: #333;
    line-height: 26px;
    font-size: 17px;
}


    p a {
        text-decoration: none;
        color: #333;
    }

        p a:hover {
            text-decoration: none;
            color: #ce0000;
        }



.standartContent {
    font-family: open_sans_regular, Arial;
    color: #333;
    line-height: 26px;
    font-size: 17px;
}


    .standartContent a {
        text-decoration: none;
        color: #333;
    }

        .standartContent a:hover {
            text-decoration: none;
            color: #ce0000;
        }


    .standartContent h3 {
        font-weight: bold;
        line-height: 26px;
        font-size: 17px;
    }

    .standartContent h2 {
        font-weight: bold;
        line-height: 26px;
        font-size: 17px;
    }

    .standartContent img {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

.buttonRed {
    position: relative;
    background-color: #ce0000;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

    .buttonRed:after {
        content: "";
        background: #ff3434;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s
    }

    .buttonRed:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s
    }



small {
    font-family: open_sans_regular, Arial;
    color: #333;
    line-height: 16px;
    font-size: 11px;
}


    small a {
        text-decoration: none;
        color: #333;
    }

        small a:hover {
            text-decoration: none;
            color: #ce0000;
        }



hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ccc; /* old IE */
    background-color: #ccc; /* Modern Browsers */
}




header {
    background-color: #fbfbfb;
    border-bottom: 1px #ccc solid;
}

.container {
    padding-top: 5px;
    width: 1000px;
    margin: auto;
}


.corporateMenuTopContainer {
    background-color: #191919;
}

.corporateMenuTop {
    width: 1000px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .corporateMenuTop li {
        font-family: open_sans_regular, Arial;
        color: #aaa;
        list-style: none;
        display: inline-block;
        line-height: 14px;
        font-size: 12px;
    }

        .corporateMenuTop li a {
            color: #aaa;
            padding-left: 10px;
        }

            .corporateMenuTop li a:hover {
                color: #ce0000;
            }

.logoNavMenuContainer {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 1000px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}




.siteLogo {
    width: 200px;
}


.navMenuTop {
    width: 800px;
    text-align: right;
}


    .navMenuTop li {
        font-family: open_sans_regular, Arial;
        color: #333;
        list-style: none;
        display: inline-block;
        line-height: 14px;
        font-size: 15px;
        font-weight: bold;
    }

        .navMenuTop li a {
            color: #333;
            padding-left: 20px;
        }

            .navMenuTop li a:hover {
                color: #ce0000;
            }


.headlineTop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.headlineLeft {
    width: 661px;
    height: 370px;
    overflow: hidden;
    position: relative;
}

    .headlineLeft img {
        width: 661px;
    }

.headlineRight {
    width: 335px;
    padding-left: 5px;
}

    .headlineRight img {
        width: 335px;
        height: 180px;
    }


.headlineBottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 50px;
}

    .headlineBottom img {
        width: 328px;
    }






.headlineGradientContainer {
    position: relative;
}

.headlineLeftBackgroundGradient {
    position: absolute;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 150px;
}

.headlineItemBackgroundGradient {
    position: absolute;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100px;
}


.headlineTitle a {
    color: #fff;
}

.headlineLeft .headlineTitle {
    position: absolute;
    bottom: 0px;
    font-family: open_sans_condensed, Arial;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    padding: 20px;
    padding-bottom: 70px;
}

.headlineRight .headlineItem:first-child {
    padding-bottom: 5px;
}

.headlineBottom .headlineItem:first-child {
    padding-left: 0px;
}

.headlineBottom .headlineItem {
    padding-left: 5px;
}


.headlineRight .headlineTitle {
    position: absolute;
    bottom: 0px;
    font-family: open_sans_condensed, Arial;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    padding: 20px;
}

.headlineBottom .headlineTitle {
    position: absolute;
    bottom: 0px;
    font-family: open_sans_condensed, Arial;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    padding: 20px;
}


.middleContent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
}

    .middleContent .contentLeft {
        width: 661px;
    }

    .middleContent .contentRight {
        width: 300px;
        margin-left: 30px;
    }



.titleLine {
    font-family: open_sans_condensed, Arial;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    padding-bottom: 20px;
}

    .titleLine:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 5px;
        background: #ce0000;
        z-index: 1;
    }

    .titleLine:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ccc;
    }


.ItemListStyle1Container:nth-child(2n) {
    margin-left: 30px;
}

.ItemListStyle1Container {
    float: left;
    width: 315px;
    height: 315px;
    margin-top: 30px;
}

    .ItemListStyle1Container img {
        width: 315px;
    }

    .ItemListStyle1Container p {
        font-family: open_sans_condensed, Arial;
        color: #333;
        font-size: 22px;
        line-height: 26px;
        position: relative;
        padding-top: 10px;
    }



    .ItemListStyle1Container a {
        color: #333;
    }

        .ItemListStyle1Container a:hover {
            color: #ce0000;
        }


.ItemListStyle2Container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 20px;
}



    .ItemListStyle2Container .imgBlock {
        width: 100px;
        height: 114px;
        overflow: hidden;
    }

    .ItemListStyle2Container .titleBlock {
        margin-left: 20px;
        width: 180px;
        font-family: open_sans_condensed, Arial;
        color: #333;
        font-size: 20px;
        line-height: 24px;
    }

        .ItemListStyle2Container .titleBlock a {
            color: #333;
        }

            .ItemListStyle2Container .titleBlock a:hover {
                color: #ce0000;
            }


    .ItemListStyle2Container:first-child {
        margin-top: 10px;
    }

footer {
    background-color: #191919;
    margin-top: 30px;
}


.footerColContainer {
    width: 1000px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.bottomCol {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 240px;
    margin-left: 40px;
}

    .bottomCol:first-child {
        margin-left: 0px;
        width: 400px;
    }





.bottomTitleLine {
    font-family: open_sans_condensed, Arial;
    color: #999999;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    padding-bottom: 20px;
}

    .bottomTitleLine:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #555555;
    }

.footerText {
    margin-top: 20px;
}

    .footerText p {
        font-family: open_sans_regular, Arial;
        color: #666666;
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        position: relative;
    }

    .footerText a {
        color: #666666;
    }

.bottomCategoryTitle {
    font-family: open_sans_condensed, Arial;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-top: 10px;
}

    .bottomCategoryTitle a {
        color: #666666;
    }

        .bottomCategoryTitle a:hover {
            color: #ce0000;
        }


.corporateMenuBottom {
    width: 1000px;
    margin: auto;
    border-top: 1px #333 solid;
    padding-top: 20px;
    padding-bottom: 20px;
}


    .corporateMenuBottom li {
        font-family: open_sans_regular, Arial;
        color: #666;
        list-style: none;
        display: inline-block;
        line-height: 14px;
        font-size: 12px;
    }

        .corporateMenuBottom li a {
            color: #666;
            padding-left: 10px;
        }

            .corporateMenuBottom li a:hover {
                color: #ce0000;
            }


.newsContentContainer {
    margin-bottom: 50px;
}

    .newsContentContainer h1 {
        font-family: open_sans_condensed, Arial;
        color: #333333;
        font-size: 24px;
        line-height: 28px;
        position: relative;
    }

    .newsContentContainer img {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
    }


    .newsContentContainer ul {
        list-style-type: square;
        list-style-position: inside;
    }

    .newsContentContainer li {
        margin: 10px;
    }




    .newsContentContainer .newsInfo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
    }


    .newsContentContainer .publishDate {
        font-size: 14px;
        width: 65%;
        font-style: italic;
        color: #999999;
    }

    .newsContentContainer .followGoogleNews {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
    }

        .newsContentContainer .followGoogleNews img {
            margin: 0;
            padding: 0;
        }

    .newsContentContainer h2 {
        font-family: open_sans_condensed, Arial;
        color: #333333;
        font-size: 20px;
        line-height: 24px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .newsContentContainer h3 {
        font-family: open_sans_condensed, Arial;
        color: #333333;
        font-size: 20px;
        line-height: 24px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .newsContentContainer table {
        width: 100% !important;
    }

    .newsContentContainer table, th, td {
        border: 1px solid black;
        border-collapse: collapse;
    }

    .newsContentContainer th, td {
        padding: 15px;
        text-align: left;
        line-height: 24px;
        font-size: 15px;
    }

    .newsContentContainer table#t01 tr:nth-child(even) {
        background-color: #eee;
    }

    .newsContentContainer table#t01 tr:nth-child(odd) {
        background-color: #fff;
    }

    .newsContentContainer table#t01 th {
        background-color: black;
        color: white;
    }



.Content {
    font-family: open_sans_regular, Arial;
    color: #333;
    line-height: 26px;
    font-size: 17px;
}


    .Content p {
        font-family: open_sans_regular, Arial;
        color: #333;
        line-height: 26px;
        font-size: 17px;
    }



.shareBar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

    .shareBar a {
        color: #333;
        padding-right: 10px;
    }



.TarotCardItem {
    width: 50px;
    height: 79px;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    color: #333333;
    background-color: #333333;
    background-image: url(https://www.haberlerim.com.tr/Content/Images/Icons/tarot-card.png);
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 1px solid #ffffff;
}


.TarotCardItemChecked {
    width: 50px;
    height: 79px;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    color: #333333;
    background-color: #0098d8;
    background-image: url(https://www.haberlerim.com.tr/Content/Images/Icons/tarot-card.png);
    cursor: pointer;
    -webkit-filter: brightness(1.0);
    filter: brightness(1.10);
    border: 1px solid #ffffff;
}



.FinanceBandContainer {
    width: 1000px;
    margin: auto;
    background-color: #ffffff;
    border: 1px #ccc solid;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30px;
    border-bottom: 0px;
}

    .FinanceBandContainer li {
        float: left;
        color: #666666;
        padding-left: 50px;
    }

    .FinanceBandContainer .financeSymbol {
        display: block;
        font-weight: bold;
    }

    .FinanceBandContainer .financeSales {
        font-size: 17px;
    }

    .FinanceBandContainer .financePercent {
        font-size: 12px;
        padding-left: 10px;
    }

    .FinanceBandContainer .green {
        color: #0e7a41
    }

    .FinanceBandContainer .red {
        color: #ec0b0b
    }



    .FinanceBandContainer .arrow-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #0e7a41;
        position: absolute;
        margin-top: 3px;
        margin-left: 10px;
    }

    .FinanceBandContainer .arrow-down {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ec0b0b;
        position: absolute;
        margin-top: 3px;
        margin-left: 10px;
    }

.CurrencyCalculatorContainer {
    border: solid #ccc 1px;
    padding: 20px;
    margin-bottom: 20px;
    background-image: url("/Content/i/calculation-background.jpg");
}

.FromToContainer {
    display: table;
    background-color: #ffffff;
    width: 100%;
    opacity: 0.8;
    color: #000000;
}

.FromToContainer img {
    margin:0 !important;
}

.FromLogo {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.ConvertText {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.ToLogo {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.CurrencyNowContainer {
    display: table;
    margin-bottom: 20px;
}

.CurrencyValue {
    font-size: 20px;
    margin-bottom: 20px;
    display: inline;
    display: table-cell;
}

.CurrencyCalculatorTop {
    width: 100%;
    margin-bottom: 20px;
}

.CurrencyPercent {
    padding-left: 10px;
}

.standartInputForm {
    font-size: 40px;
    text-align: center;
}

.CurrencyLogo {
    width: 150px;
    display: table-cell;
}

.CurrencyForm {
    padding-left: 20px;
    width: 450px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.FromToSelectContainer {
    display: table;
}

.FromUrlSelectContainer {
    display: table-cell;
    padding: 10px;    
}

#FromUrlSelect {
    font-size: 16px;
    padding: 3px;
}

#ToUrlSelect {
    font-size: 16px;
    padding:3px;
}

.ToUrlSelectContainer {
    display: table-cell;
    padding: 10px;
    font-size: 30px;
}


.ToUrlSelect {
    font-size: 30px;
}

.FromToSelect{
    color:#FFFFFF;
}

.CurrencyCalculatorBottom {
    padding: 10px;
    background-color: #dddddd;
    opacity: 0.8;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

    .CurrencyCalculatorBottom h3 {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12px;
    }

.CurrencyResult {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    background-color: #fff8e6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.buttonRed {
    margin-bottom: 20px;
}

.CurrentOtherItems {
    float: left;
    border: solid #ccc 1px;
    font-size: 16px;
    width: 181px;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

    .CurrentOtherItems a {
        color: #333;
    }

        .CurrentOtherItems a:hover {
            color: #ce0000;
        }

    .CurrentOtherItems:nth-child(3n+1) {
        margin-left: 0;
    }

.CurrentOtherItemsContainer {
    margin-bottom: 60px;
}

    .CurrentOtherItemsContainer h2 {
        text-align: center;
    }

    .CurrentOtherItemsContainer ul {
        margin-top: 20px;
    }

    .CurrentOtherItemsContainer li {
        border-top: solid #ccc 1px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #eeeeee;
        font-size: 16px;
        text-align: center;
    }

        .CurrentOtherItemsContainer li:nth-child(odd) {
            background-color: #dddddd;
        }

CurrencyContainer .standartContent {
    margin-bottom: 20px;
}

.CurrencyContainer h2 {
    font-weight: normal;
    margin-bottom: 20px;
}


.foodCalculationSidebarTable {
    display: table;
    width: 280px;
    background-color: #dddddd;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('/content/i/food-calculator-sidebar-background.jpg');
    background-repeat: no-repeat;
    background-size: auto;
}

    .foodCalculationSidebarTable p {
        color: #ffffff;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 10px;
    }

.foodCalculationSidebarRow {
    display: table-row;
}

.foodCalculationSidebarCell {
    display: table-cell;
    padding: 10px;
    color: #ffffff;
}

.FoodCalculationMainTable {
    display: table;
    width: 100%;
}

.FoodCalculationMainRow {
    display: table-row;
}


.FoodCalculationMainCell1 {
    display: table-cell;
    width: 400px;
    vertical-align: top;
}

.FoodCalculationMainCell2 {
    display: table-cell;
    width: 200px;
    vertical-align: top;
}

.FoodCalculationMainCell1 canvas {
    width: 400px !important;
    height: 400px !important;
}


#titleFood {
    font-size: 20px;
}

#carbohydratPercent {
    background-color: #ff6284;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

#proteinPercent {
    background-color: #36a2eb;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

#lipidPercent {
    background-color: #ffcd56;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

#FoodCalculateAgainContainer {
    margin-top: 30px;
    text-align: center;
}

#numberFood {
    background: #fff;
    padding: 11px;
    border: 1px solid #416080;
    font-size: 17px;
    color: #343434;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    width: 100px;
}

#calory {
    background: #fff;
    padding: 11px;
    border: 1px solid #00861c;
    font-size: 17px;
    color: #343434;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    width: 100px;
    background-color: #8bffa4;
}

#selectUnit {
    background: #fff;
    padding: 11px;
    border: 1px solid #416080;
    font-size: 17px;
    color: #343434;
    font-weight: 600;
    margin-top: 10px;
}


.food-search input {
    background: #fff;
    padding: 11px;
    border: 1px solid #416080;
    font-size: 17px;
    color: #343434;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}





























.pagination-container {
    padding-top: 30px;
}

.paddingTop.p5 {
    padding-top: 5px;
}

.paddingTop.p10 {
    padding-top: 10px;
}

.paddingTop.p15 {
    padding-top: 15px;
}

.paddingTop.p20 {
    padding-top: 20px;
}

.paddingTop.p25 {
    padding-top: 25px;
}

.paddingTop.p30 {
    padding-top: 30px;
}


.bannerContainer {
    margin: auto;
}

    .bannerContainer.w1000 {
        width: 1000px;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 10px;
        height:300px;
    }

    .bannerContainer.mt10 {
        margin-top: 10px;
    }

    .bannerContainer.mt15 {
        margin-top: 15px;
    }

    .bannerContainer.mt20 {
        margin-top: 20px;
    }

    .bannerContainer.mt25 {
        margin-top: 25px;
    }

    .bannerContainer.mt30 {
        margin-top: 30px;
    }


    .bannerContainer.mb10 {
        margin-bottom: 10px;
    }

    .bannerContainer.mb15 {
        margin-bottom: 15px;
    }

    .bannerContainer.mb20 {
        margin-bottom: 20px;
    }

    .bannerContainer.mb25 {
        margin-bottom: 25px;
    }

    .bannerContainer.mb30 {
        margin-bottom: 30px;
    }
