* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a:link {
    color: #44839D;
    text-decoration: none;
}

a:visited {
    color: #44839D;
    text-decoration: none;
}

a:hover {
    color: #44839D;
    text-decoration: none;
}

a:active {
    color: #44839D;
    text-decoration: none;
}

a.general_link {
    color: #44839D;
    text-decoration: none;
}

#topspacer {
    position: relative;
    width: auto;
    max-width: 1420px;
    margin-left: 15px;
    margin-right: 15px;
    margin: 0 auto;
    top: -110px;
}

#topcontent {
    width: 100%;
    height: 73px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
}

    #topcontent #left {
        width: 390px;
        float: left;
        height: 73px;
    }

    #topcontent #right {
        background: url(../imagesNew/icons/user.png) right 21px no-repeat;
        border-right: 10px solid #3A3F41;
        float: right;
        height: 73px !important;
        text-align: right;
        overflow: hidden;
        max-width: 270px;
    }

        #topcontent #right a {
            color: #ffffff;
            text-decoration: none;
            height: 73px;
            line-height: 73px;
            padding: 0px 27px 0px 0px;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
        }

#deals_menu_wrapper {
    max-width: 1420px;
    padding: 0px 10px 0px 10px;
    margin-left: auto;
    margin-right: auto;
}

#deals_menu {
    width: 100%;
    height: 41px;
    background: #007ACA;
    position: fixed;
    top: 73px;
    left: 0px;
    z-index: 6000;
    border-bottom: 0px solid #3A3F41;
    overflow: hidden;
}

.deal_cat {
    width: 192px;
    height: auto;
    margin: 0px 0px 10px 0px;
    float: left;
    display: inline-block;
}

.deal_cat_box {
    /*width: 192px;*/
    font-size: 12px;
    color: #c1c1c1;
}

    .deal_cat_box:hover {
        color: #ffffff;
    }

#more_menu {
    display: none;
    width: 100%;
    background: #4A5153;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 7000;
    border-bottom: 0px solid #3A3F41;
}

.more_menu_wrapper {
    width: 960px;
    padding: 0px 0px 20px 0px;
    margin-left: auto;
    margin-right: auto;
}

    .more_menu_wrapper a:visited div,
    .more_menu_wrapper a div {
        color: #c1c1c1;
        text-decoration: none;
    }

    .more_menu_wrapper a:hover div {
        color: #ffffff;
        text-decoration: none;
    }

.moreentry {
    background-image: url(../imagesNew/icons/arrowdownc11right.png);
    background-position: 10px 20px;
    background-repeat: no-repeat;
    background-color: #3A3F41;
    padding: 0px 0px 0px 27px;
    overflow: hidden;
    float: left;
    width: 193px;
    height: 60px;
    line-height: 60px;
    margin: 20px 20px 0px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .moreentry:hover {
        background-image: url(../imagesNew/icons/arrowdownff1right.png);
        background-position: 10px 20px;
        background-repeat: no-repeat;
        background-color: #3A3F41;
    }

.headline {
    font-weight: normal !important;
    padding: 0px 7px 0px 7px !important;
    font-size: 14px;
    color: #ffffff !important;
    line-height: 20px;
}

#home {
    cursor: pointer;
    float: left;
    position: relative;
    width: 24px;
    height: 39px;
    padding-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
}

    #home:hover {
        background: #4A5153;
    }

#deals {
    background: url(../imagesNew/icons/arrowdownc11.png) right 21px no-repeat;
    cursor: pointer;
    color: #c1c1c1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    position: relative;
    height: 38px;
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 27px;
}

    #deals:hover {
        background: #4A5153 url(../imagesNew/icons/arrowdownff1.png) right 21px no-repeat;
        color: #ffffff;
    }

.more {
    background: url(../imagesNew/icons/arrowdownc11.png) right 21px no-repeat;
    cursor: pointer;
    color: #c1c1c1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    position: relative;
    height: 38px;
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 27px;
}

    .more:hover {
        background: #4A5153 url(../imagesNew/icons/arrowdownff1.png) right 21px no-repeat;
        color: #ffffff;
    }

#center {
    float: left;
    width: 370px;
    height: 73px;
}

    #center .search_container {
    }

/* here */
#search input {
    vertical-align: middle;
}

input.search-text {
    min-width: 70px;
    width: 100%;
    padding-left: 10px !important;
    padding-right: 35px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    vertical-align: middle;
    color: #666666;
    border: 1px solid #555555 !important;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px !important;
    height: 29px;
}

    input.search-text:focus {
        box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    }

.search_container input[type=text] {
}

.search_container input[type=text] {
}

.cms-menu {
    color: #b2b2b2;
    cursor: pointer;
}

    .cms-menu .drop-down-info {
        margin-left: 10px;
    }

/*.submitsearch {
    margin-left: -50px;
    position: absolute;
    top: 25px;
    right: 56px;
}*/

.submitsearch {
    margin-left: -50px;
    position: absolute;
    top: 25px;
    /*left: 390px;*/
    right: 10px;
}

input.search-text::-webkit-input-placeholder {
    color: #bbb;
}

input.search-text:focus {
    /*color: #444;*/
    outline: none;
}

.shop {
    cursor: pointer;
    float: left;
    position: relative;
    width: 23px;
    height: 38px;
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
}

    .shop:hover {
        background: #4A5153;
    }

.cardLb {
    cursor: pointer;
    float: left;
    position: relative;
    width: 23px;
    height: 38px;
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 12px;
}

    .cardLb:hover {
        background: #4A5153;
    }

/* fixed */
#footer {
    position: relative;
    display: block;
    width: 100%;
    background: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0;
    border-top: 1px solid #DAE0EC;
}

    #footer #footermenu {
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
        padding: 50px 10px 0px 10px;
    }

@media (max-width: 600px) {
    #footer #footermenu {
        text-align: center;
    }

    .footer_facts {
        display: none;
    }
}

#footer #footermenu .menudivision {
    float: left;
    width: 240px;
    line-height: 30px;
}

#footer #footermenu h1 {
    font-weight: bold;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 70px !important;
    text-shadow: none;
}

#footer #footermenu a:link {
    color: #6D6D6D;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
}

#footer #footermenu a:visited {
    color: #6D6D6D;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
}

#footer #footermenu a:hover {
    color: #007ACA;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
}

#footer #footermenu a:active {
    color: #007ACA;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
}

#footer #footermenu .footer_facts {
    height: 130px;
    padding-top: 20px;
}

    #footer #footermenu .footer_facts .factbox {
        padding: 20px 0px 20px 0px !important;
    }

        #footer #footermenu .footer_facts .factbox .fact_image {
            color: #C9D2E3;
            min-width: 60px;
            max-width: 300px;
            text-align: center;
            margin-left: 10px;
        }

            #footer #footermenu .footer_facts .factbox .fact_image img {
                display: block;
            }

            #footer #footermenu .footer_facts .factbox .fact_image i {
                margin-right: 10px;
            }

        #footer #footermenu .footer_facts .factbox .fact_text {
            color: #6D6D6D;
            font-family: 'Open Sans', sans-serif;
            font-size: 17px;
            text-transform: uppercase;
        }

            #footer #footermenu .footer_facts .factbox .fact_text .fact_small {
                font-size: 11px;
            }

.footer_address {
    height: 50px;
    text-align: center;
    color: #6D6D6D;
    font-size: 11px;
}

@media (max-width: 1180px) {
    .footer_address {
        padding: 60px 10px 0px 10px;
        height: 120px;
    }
}

.ico {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 24px;
    margin: 0 7px 0 0;
}

    .ico.size17px {
        font-size: 18px !important;
        vertical-align: initial;
        width: 15px;
    }

    .ico.fb {
        background: url(../imagesNew/icons/ico-fb.png) 0px 4px no-repeat;
    }

    .ico.tw {
        background: url(../imagesNew/icons/ico-tw.png) 0px 4px no-repeat;
    }

    .ico.yt {
        background: url(../imagesNew/icons/ico-yt.png) 0px 4px no-repeat;
    }

    .ico.insta {
        background: url(../imagesNew/icons/ico-insta.png) 0px 4px no-repeat;
    }

#content01 {
    height: 320px;
    width: 100%;
    background: #131416 url(../imagesNew/flash.png) no-repeat top center;
    border-bottom: 0px solid #CC071E;
}

#flash_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 320px;
    background: transparent;
    position: relative;
}

#flash_text {
    box-shadow: 1px 1px 3px #333333;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 190px;
    right: 0px;
    width: 560px;
    height: 100px;
    background: #111111;
    opacity: 0.8;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#flash_text_opacity {
    z-index: 100;
    width: 560px;
    padding-top: 10px;
    height: 100px;
    background: transparent;
    position: absolute;
    top: 190px;
    right: 0px;
}

    #flash_text_opacity #inner {
        z-index: 101;
        width: 528px;
        padding: 3px 16px 0px 16px;
        text-align: left;
        font-weight: normal;
        margin-left: auto;
        margin-right: auto;
        color: #f2f2f2;
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        position: relative;
    }

#flash_button {
    display: none;
    line-height: 41px;
    text-shadow: 1px 1px 1px #000000;
    color: #f4f4f4;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    position: absolute;
    top: 49px;
    right: 200px;
    width: 231px;
    height: 41px;
    background: url(../imagesNew/flash_button.png) no-repeat top center;
    text-align: center;
    cursor: pointer;
}

#flash_text_opacity #inner .small {
    color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#content01_closed {
    height: 0px;
    display: none;
    width: 100%;
}

#flash_closed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#flash_button_closed {
    line-height: 35px;
    text-shadow: 1px 1px 1px #000000;
    color: #f4f4f4;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    position: fixed;
    top: 48px;
    right: 200px;
    width: 231px;
    height: 41px;
    background: url(../imagesNew/flash_button_open.png) no-repeat top center;
    text-align: center;
    cursor: pointer;
}

h3 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.375em;
    padding-bottom: 10px;
    margin: 15px 20px 0;
    border-bottom: 1px #3e3e47 solid;
    text-align: left;
}

#notification {
    cursor: pointer;
    float: left;
    position: relative;
    width: 20px;
    height: 30px;
    margin-right: 15px;
    padding-top: 24px;
}

#invite {
    cursor: pointer;
    float: left;
    position: relative;
    width: 19px;
    height: 32px;
    margin-right: 15px;
    padding-top: 22px;
}

#group {
    cursor: pointer;
    float: left;
    position: relative;
    width: 24px;
    height: 33px;
    padding-top: 21px;
}

.nav-icon i, .nav-icon span {
    -o-transition: color .2s ease-out, background 1s ease-in;
    -ms-transition: color .2s ease-out, background 1s ease-in;
    -moz-transition: color .2s ease-out, background 1s ease-in;
    -webkit-transition: color .2s ease-out, background 1s ease-in;
    transition: color .2s ease-out, background 1s ease-in;
}

#nav .nav-icon:hover i, #nav .nav-icon:hover span, a.nav-icon:hover, .nav-icon:hover, .nav-icon:hover i {
    color: rgb(0, 68, 86);
}

.noti_bubble {
    position: absolute;
    top: -6px;
    right: 3px;
    margin-top: 21px;
    font-family: 'Open Sans', sans-serif;
    padding: 1px 2px 1px 2px;
    background-color: red;
    color: white;
    font-weight: normal;
    font-size: 10px;
    border-radius: 30px;
    box-shadow: 1px 1px 1px #000000;
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* CAROUSEL */
/* FLASH */
.flash {
    width: 100%;
    max-width: 1390px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    /*height: 320px !important;*/
    overflow: hidden;
    border-bottom: 0px solid #3A3F41;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

.small_flash {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 105px;
    border-bottom: 3px solid #262626;
}

.list_carousel {
    width: 100%;
}

    #flash_container, .list_carousel ul, .list_carousel li, #content01, #flash_container, .flash, .list_carousel, .caroufredsel_wrapper {
        height: 322px !important;
    }

        .list_carousel ul li a {
            text-decoration: none;
        }

        .list_carousel ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: block;
            width: 100%;
            height: 320px;
        }

        .list_carousel li {
            text-align: center;
            width: 100%;
            height: 320px;
            padding: 0;
            display: block;
            float: left;
        }

        .list_carousel.responsive {
            width: auto;
            margin-left: 0;
        }

#caroufredsel-prev {
    margin-left: 25px !important;
}

#caroufredsel-next {
    margin-right: 25px !important;
}

@media (max-width:1000px) {
    .bannerContent {
        position: relative;
        background-size: 1250px 160px !important;
    }

    #flash_container, .list_carousel ul, .list_carousel li, #content01, #flash_container, .flash, .list_carousel, .caroufredsel_wrapper {
        height: 160px !important;
    }

    #caroufredsel-prev {
        margin-left: 27px !important;
        margin-top: -155px !important;
        font-size: 55px !important;
    }

    #caroufredsel-next {
        margin-right: 27px !important;
        margin-top: -155px !important;
        font-size: 55px !important;
    }
}

@media (max-width:400px) {
    .bannerContent {
        position: relative;
        background-size: 833px 106px !important;
    }

    #flash_container, .list_carousel ul, .list_carousel li, #content01, #flash_container, .flash, .list_carousel, .caroufredsel_wrapper {
        height: 106px !important;
    }

    #caroufredsel-prev {
        margin-left: 10px !important;
        margin-top: -175px !important;
        font-size: 35px !important;
    }

    #caroufredsel-next {
        margin-right: 10px !important;
        margin-top: -175px !important;
        font-size: 35px !important;
    }
}


.clearfix {
    float: none;
    clear: both;
}

.timer {
    height: 6px;
    width: 0px;
}

.pager {
    margin: 20px 0px 20px 0px;
    text-align: center;
    overflow: hidden;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

    .pager a {
        margin: 0 0px 0 9px;
        text-decoration: none;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: transparent url(../imagesNew/flash_inactive.png) no-repeat;
        text-indent: 15em;
        color: #ffffff;
    }

        .pager a:hover {
            color: #ffffff;
        }

        .pager a.selected {
            background: transparent url(../imagesNew/flash_active_grey.png) no-repeat;
        }

/*
    Responsive content boxes
    980px - 1440px
*/
#grid {
    width: 100% !important;
    max-width: 1440px;
    padding-top: 25px;
}

#grid_small_fixed {
    width: 300px;
}

    #grid_small_fixed a {
        text-decoration: none;
    }

#grid_extralarge_responsive table {
    width: 100%;
}

#grid_medium_responsive {
    width: 43%;
}

#grid_large_responsive {
    width: 57%;
}

/* Info box */
.infobox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 15px 30px 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

    .infobox:hover {
        border: 1px solid #BFCBDF;
    }

    .infobox .logo {
        padding: 15px 15px 5px 15px;
    }

        .infobox .logo img {
            display: block;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            max-width: 200px;
        }

    .infobox .innerbox {
    }

        .infobox .innerbox .corp {
            font-family: 'Open Sans', sans-serif;
            color: #8A8C8E;
            text-transform: uppercase;
            font-size: 10px;
            text-align: left;
            padding: 15px 15px 5px 15px;
        }

        .infobox .innerbox .name {
            color: #333333;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            text-align: left;
            padding: 0px 15px 15px 15px;
            overflow: hidden;
        }

/* Facebook box */
.fbbox {
    width: 100%;
    text-align: center;
    padding: 0px 0px 27px 5px;
    overflow: hidden;
}

/* Choice box */
.choicebox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin: 0px 15px 30px 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

    .choicebox .innerbox {
    }

        .choicebox .innerbox .contentbox {
            width: 50%;
            float: left;
            height: 120px;
        }

/* Listbox */
.listbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 15px 30px 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

    .listbox .header {
        font-family: 'Open Sans', sans-serif;
        color: #8A8C8E;
        text-transform: uppercase;
        font-size: 10px;
        text-align: center;
        padding: 15px 15px 15px 15px;
    }

    .listbox .row {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
    }


        .listbox .row hover {
            background: #ededed;
        }

        .listbox .row .image {
            width: 75px;
            height: 75px;
            padding: 0px 15px 0px 0px;
        }

            .listbox .row .image img {
                border: 1px solid #E4E4E4;
                width: 75px;
                height: 75px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

                .listbox .row .image img:hover {
                    border: 1px solid #BFCBDF;
                }

        .listbox .row .content {
        }

            .listbox .row .content .text {
                height: 32px !important;
                float: left;
                text-align: left;
                color: #333333;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                padding: 0px 0px 0px 0px;
                line-height: 1.3em;
            }

            .listbox .row .content .outer {
                overflow: hidden;
                height: 36px !important;
                float: left;
                text-align: left;
                color: #333333;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                padding: 0px 0px 19px 0px;
            }

            .listbox .row .content .info {
                font-family: 'Open Sans', sans-serif;
                float: left;
                color: #8A8C8E;
                text-transform: uppercase;
                font-size: 10px;
                text-align: left;
                padding: 0px 15px 0px 0px !important;
                line-height: 20px;
            }

    /* Info box tabs */
    .listbox li {
        list-style: none;
        float: left;
    }

    .listbox ul a {
        width: 88px;
        display: block;
        padding: 0px 0px;
        text-decoration: none !important;
        margin: 0px;
        margin-left: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #333333;
        background: #EBEEF4;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        text-shadow: none;
    }



.two_tabs li {
    width: 50% !important;
}

    .two_tabs li a {
        width: 100% !important;
    }

        .two_tabs li a.selected {
            width: 100% !important;
        }

.three_tabs li {
    width: 33.33%;
    width: calc(100% / 3) !important;
}

    .three_tabs li a {
        width: 100% !important;
    }

        .three_tabs li a.selected {
            width: 100% !important;
        }




.listbox ul {
    height: 40px;
    border-bottom: 1px solid #000000;
    width: 100%;
}

    .listbox ul a:hover {
        background: #EBEEF4;
    }

    .listbox ul a.selected {
        margin-bottom: 0;
        color: #333;
        font-weight: normal;
        background: #ffffff;
        border-bottom: 1px solid #ffffff;
        cursor: default;
        width: 90px;
        text-shadow: #ffffff 1px 1px 0;
    }

.listbox div {
    clear: left;
}

/*.listbox div a {
        color: #000;
        font-weight: bold;
    }*/

.contentwrapper {
    padding: 15px 0px 0px 0px;
    display: none;
}

    .contentwrapper a {
        text-decoration: none;
        font-weight: normal !important;
    }

.activate {
    display: block;
}

/* Tooltip */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 7000;
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    background: url('../imagesNew/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

/* Box */
.box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin: 0px 15px 30px 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

    .box:hover {
        border: 1px solid #BFCBDF;
    }

.nohover:hover {
    border-top: 1px solid #D8DFEB !important;
    border-left: 1px solid #D8DFEB !important;
    border-right: 1px solid #D8DFEB !important;
    border-bottom: 1px solid #D8DFEB !important;
}

.box a {
    text-decoration: none;
}

.box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.box .innerbox {
}

    .box .innerbox .type {
        font-family: 'Open Sans', sans-serif;
        color: #8A8C8E;
        text-transform: uppercase;
        font-size: 10px;
        text-align: left;
        padding: 20px 5px 5px 5px;
    }

    .box .innerbox .title {
        color: #333333;
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        text-align: left;
        padding: 0px 5px 5px 5px;
        line-height: 20px;
        min-height: 27px;
    }

.box .company {
    text-align: center;
    padding: 15px 15px 0px 15px;
}

/* More box options */
.box .area {
    background: #f1f1f1;
    height: 35px;
    text-align: left;
    padding: 0px 15px 0px 45px;
    line-height: 35px;
    color: #999999;
}

    .box .area .left {
        float: left;
    }

    .box .area .right {
        float: right;
    }

        .box .area .right a {
            color: #336699;
        }

.box .filtericon {
    background: #f1f1f1 url(../imagesNew/icons/filter.png) 15px 8px no-repeat;
}

.box .categoryicon {
    background: #f1f1f1 url(../imagesNew/icons/category.png) 15px 8px no-repeat;
}

.box .sorticon {
    background: #f1f1f1 url(../imagesNew/icons/sort.png) 15px 8px no-repeat;
}

.box .contentbox {
    text-align: left;
    padding: 15px 15px 0px 15px;
}

    .box .contentbox .group {
        margin: 0px 0px 15px 0px;
        padding: 5px 5px 5px 5px;
        border: 1px solid #EDEDED;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .box .contentbox .group .items {
            overflow-y: scroll;
            min-height: 30px;
            max-height: 110px;
        }

            .box .contentbox .group .items a {
                color: #777777;
                text-decoration: none;
            }

            .box .contentbox .group .items .facette {
                display: block;
                height: 17px;
                color: #777777;
                font-size: 12px;
                padding-left: 20px;
                background: url(../imagesNew/flash_inactive_light.png) 0px 4px no-repeat;
            }

            .box .contentbox .group .items .active {
                color: #336699;
                font-weight: bold;
                padding-left: 20px;
                background: url(../imagesNew/flash_active_blue.png) 0px 4px no-repeat;
            }

    .box .contentbox .facettesubheader {
        font-family: 'Open Sans', sans-serif;
        color: #8A8C8E;
        text-transform: uppercase;
        /*font-size: 11px;*/
        text-align: left;
        padding: 0px 15px 5px 0px;
    }

.stats {
    padding: 0px 0px 10px 0px;
}

    .stats .total {
        color: #777777;
        font-size: 20px;
    }

        .stats .total .number {
            color: #336699;
            font-weight: bold;
        }

    .stats .type {
        padding: 5px 15px 0px 15px;
    }

        .stats .type .local {
            color: #777777;
            float: left;
            width: 50%;
            text-align: center;
        }

            .stats .type .local .number {
                color: #777777;
                font-weight: normal;
            }

        .stats .type .online {
            color: #777777;
            float: left;
            width: 50%;
            text-align: center;
        }

            .stats .type .online .number {
                color: #777777;
                font-weight: normal;
            }

.mylocation {
    padding: 0px 0px 30px 0px;
    text-align: center;
}

    .mylocation .activecity {
        font-weight: bold;
        color: #336699;
    }

/* Big box */
.bigbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin: 0px 15px 30px 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

    .bigbox:hover {
        border: 1px solid #BFCBDF;
    }

    .bigbox a {
        text-decoration: none;
    }

    .bigbox .image img {
        display: block;
        width: 100%;
        height: auto;
        border: 0;
    }

    .bigbox .innerbox {
    }

        .bigbox .innerbox .type {
            font-family: 'Open Sans', sans-serif;
            color: #8A8C8E;
            text-transform: uppercase;
            font-size: 10px;
            text-align: left;
            padding: 20px 5px 5px 5px;
        }

        .bigbox .innerbox .title {
            color: #333333;
            font-family: 'Open Sans', sans-serif;
            font-size: 19px;
            text-align: left;
            padding: 0px 5px 5px 5px;
        }

        .bigbox .innerbox .text {
            display: block;
            color: #777777;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            text-align: left;
            padding: 0px 5px 5px 5px;
        }

    .bigbox .company {
        text-align: center;
        padding: 15px 15px 0px 15px;
    }

/* Extra large box */
.extralargebox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin: 0px 15px 30px 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

.no-borders {
    box-shadow: none !important;
    border: none !important;
}

.extralargebox a {
    text-decoration: underline;
    color: #007ACA;
}

.extralargebox .image {
    position: relative;
}

    .extralargebox .image .logo {
        width: 85px;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        padding-right: 8px;
    }

        .extralargebox .image .logo img {
            width: 100%;
            height: auto;
            -webkit-border-bottom-left-radius: 4px !important;
            -moz-border-bottom-left-radius: 4px !important;
            -ms-border-bottom-left-radius: 4px !important;
            -o-border-bottom-left-radius: 4px !important;
            border-bottom-left-radius: 4px !important;
            -webkit-border-bottom-right-radius: 0px !important;
            -moz-border-bottom-right-radius: 0px !important;
            -ms-border-bottom-right-radius: 0px !important;
            -o-border-bottom-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
            -webkit-border-top-left-radius: 0px !important;
            -moz-border-top-left-radius: 0px !important;
            -ms-border-top-left-radius: 0px !important;
            -o-border-top-left-radius: 0px !important;
            border-top-left-radius: 0px !important;
            -webkit-border-top-right-radius: 0px !important;
            -moz-border-top-right-radius: 0px !important;
            -ms-border-top-right-radius: 0px !important;
            -o-border-top-right-radius: 0px !important;
            border-top-right-radius: 0px !important;
        }

    .extralargebox .image .feel img {
        display: block;
        width: 100%;
        height: auto;
    }

.extralargebox .innerbox {
}

    .extralargebox .innerbox .type {
        font-family: 'Open Sans', sans-serif;
        color: #8A8C8E;
        text-transform: uppercase;
        font-size: 10px;
        text-align: left;
        padding: 15px 15px 5px 15px;
    }

    .extralargebox .innerbox .title {
        color: #333333;
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        text-align: left;
        padding: 0px 0px 5px 0px;
        margin: 0px 15px 0px 15px;
        border-bottom: 1px solid #ccc;
    }

        .extralargebox .innerbox .title h1 {
            color: #333333;
            font-family: 'Open Sans', sans-serif;
            font-size: 30px;
            text-align: left;
            padding: 0px 0px 0px 0px;
            font-weight: normal;
        }

    .extralargebox .innerbox .locationinfo {
        font-family: 'Open Sans', sans-serif;
        color: #8A8C8E;
        text-transform: uppercase;
        font-size: 12px;
        text-align: left;
        padding: 0px 15px 0px 15px;
    }

        .extralargebox .innerbox .locationinfo .address {
            float: left;
            line-height: 35px;
            padding-right: 17px;
        }

            .extralargebox .innerbox .locationinfo .address a {
            }

            .extralargebox .innerbox .locationinfo .address .locationimg {
                float: left;
                padding-right: 4px;
            }

        .extralargebox .innerbox .locationinfo .tlf {
            float: left;
            padding-right: 17px;
            line-height: 35px;
        }

        .extralargebox .innerbox .locationinfo .website {
            float: left;
            padding-right: 17px;
            line-height: 35px;
        }

        .extralargebox .innerbox .locationinfo .tc {
            float: left;
            line-height: 35px;
        }

    .extralargebox .innerbox .section {
        padding: 20px 15px 30px 15px;
    }

        .extralargebox .innerbox .section .image {
            width: 50%;
            max-width: 611px;
            padding: 0px 15px 0px 0px;
        }

            .extralargebox .innerbox .section .image img {
                display: block;
                max-width: 611px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

        .extralargebox .innerbox .section .tools {
        }

            .extralargebox .innerbox .section .tools .sharebar {
                width: 100%;
                height: 50px;
                background: #F1F1F1;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
                border-top: 1px solid #D8DFEB;
                border-left: 1px solid #D8DFEB;
                border-right: 1px solid #D8DFEB;
                border-bottom: 1px solid #D8DFEB;
            }

                .extralargebox .innerbox .section .tools .sharebar .button {
                    width: 33%;
                    height: 50px;
                    line-height: 50px;
                    color: #999999;
                }

                    .extralargebox .innerbox .section .tools .sharebar .button .img {
                        display: block;
                    }

                    .extralargebox .innerbox .section .tools .sharebar .button:hover {
                        height: 50px;
                        line-height: 50px;
                        background: #E8E8E8;
                    }

                .extralargebox .innerbox .section .tools .sharebar .center {
                    color: #999999;
                    height: 50px;
                    line-height: 50px;
                    border-left: 1px solid #cccccc;
                    border-right: 1px solid #cccccc;
                }

                    .extralargebox .innerbox .section .tools .sharebar .center:hover {
                        height: 50px;
                        line-height: 50px;
                        background: #E8E8E8;
                        border-left: 1px solid #cccccc;
                        border-right: 1px solid #cccccc;
                    }

                    .extralargebox .innerbox .section .tools .sharebar .center .img {
                        display: block;
                    }

                .extralargebox .innerbox .section .tools .sharebar .addFavorite {
                    cursor: pointer;
                }

.sharetools {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 60px !important;
    height: 33px;
    padding-top: 17px;
    display: none;
}
/* Search */
.extralargebox .searchwrapper {
    margin: 0px 15px 20px 15px;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.extralargebox .add {
    border: 1px solid #F1F1F1;
}

.extralargebox .searchwrapper .entry {
    position: relative;
    padding: 17px 0px 17px 0px;
}

.extralargebox .searchwrapper a {
    text-decoration: none !important;
}

.extralargebox .searchwrapper .specialoffer {
    outline: 1px solid #FFDE91;
    margin-bottom: 1px;
    background: #FFF3D7 !important;
}

.extralargebox .searchwrapper .even {
    background: #F1F1F1;
}

.extralargebox .searchwrapper .entry .inner {
    width: 100%;
}

    .extralargebox .searchwrapper .entry .inner .right {
        position: relative;
        min-width: 175px;
        vertical-align: middle;
        width: 30%;
        text-align: center;
        padding: 0px 15px 0px 15px;
    }

        .extralargebox .searchwrapper .entry .inner .right .img img {
            border: 1px solid #E4E4E4;
            display: block;
            width: 100%;
            height: auto;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

        .extralargebox .searchwrapper .entry .inner .right .discount {
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: #333333;
            opacity: 0.9;
            color: #ffffff;
            padding: 10px 10px 10px 10px;
            -webkit-border-top-right-radius: 4px !important;
            -moz-border-top-right-radius: 4px !important;
            -ms-border-top-right-radius: 4px !important;
            -o-border-top-right-radius: 4px !important;
            border-top-right-radius: 4px !important;
        }

    .extralargebox .searchwrapper .entry .inner .center .name {
        color: #007ACA;
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        text-align: left;
        padding: 0px 15px 5px 0px;
    }

        .extralargebox .searchwrapper .entry .inner .center .name a {
            color: #007ACA;
            text-decoration: none;
        }

    .extralargebox .searchwrapper .entry .inner .center .infowrapper {
        display: block;
        /*padding: 0px 0px 5px 0px;*/
    }

    .extralargebox .searchwrapper .entry .inner .left .ribbon-wrapper .ribbon {
        margin: 7px 8px 5px 17px;
    }

    .extralargebox .searchwrapper .entry .inner .center .infowrapper .about {
        float: left;
        color: #777777;
        padding: 5px 15px 5px 0px;
        font-weight: normal;
        font-size: 10px;
        text-transform: uppercase;
    }

    .extralargebox .searchwrapper .entry .inner .center .infowrapper .morelocations {
        color: #777777;
        border: 1px solid #dddddd;
        margin-top: -3px;
        float: left;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-family: 'Open Sans', sans-serif;
        background: #ededed;
        font-size: 11px;
        text-align: left;
        padding: 4px 5px 4px 5px;
    }

        .extralargebox .searchwrapper .entry .inner .center .infowrapper .morelocations a {
            color: #777777;
            text-decoration: none;
        }

        .extralargebox .searchwrapper .entry .inner .center .infowrapper .morelocations img {
            margin-top: 2px;
        }

    .extralargebox .searchwrapper .entry .inner .center .teaser {
        color: #777777;
        text-decoration: none;
    }

        .extralargebox .searchwrapper .entry .inner .center .teaser a {
            color: #777777;
            text-decoration: none;
        }

    .extralargebox .searchwrapper .entry .inner .left {
        position: relative;
        width: 20%;
        text-align: center;
    }

        .extralargebox .searchwrapper .entry .inner .left .information {
            font-size: 14px;
            text-align: center;
            color: #777777;
            text-transform: uppercase;
            font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
        }

.extralargebox .searchwrapper .sponsored {
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    background: #EDB802;
    color: #ffffff;
    font-size: 11px;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.extralargebox .searchwrapper .entry .inner .left .color2 {
    color: #88B973;
}

.extralargebox .searchwrapper .entry .inner .left .color1 {
    color: #44839D;
}

.extralargebox .searchwrapper .entry .inner .left .color4 {
    color: #EA9C38;
}

.extralargebox .searchwrapper .entry .inner .left .color3 {
    color: #777777;
}

.extralargebox .searchwrapper .entry .inner .left .amount {
    font-size: 25px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.extralargebox .searchwrapper .entry .inner .left .timeleft {
    text-transform: uppercase;
    /*padding-top: 10px;*/
    color: #CCCCCC !important;
    font-size: 10px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
}

/* Search no result */
.extralargebox .searchwrapper .noResultBox {
    padding: 15px;
}

    .extralargebox .searchwrapper .noResultBox .infoHeader {
        font-size: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .extralargebox .searchwrapper .noResultBox .infoText {
        font-size: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

        .extralargebox .searchwrapper .noResultBox .infoText h2 {
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 20px;
            font-weight: bold;
        }

        .extralargebox .searchwrapper .noResultBox .infoText ul {
            list-style-type: decimal;
            list-style-position: inside;
            display: block;
        }

            .extralargebox .searchwrapper .noResultBox .infoText ul li {
                font-size: 14px;
                text-align: left;
                padding-bottom: 10px;
            }

    .extralargebox .searchwrapper .noResultBox .popularSearchWords {
        padding-top: 30px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

        .extralargebox .searchwrapper .noResultBox .popularSearchWords ul {
            list-style-type: none;
            margin-left: -40px;
        }

            .extralargebox .searchwrapper .noResultBox .popularSearchWords ul li a {
                float: left;
                padding: 10px;
                font-size: 20px;
            }

.extralargebox .pagingwrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 40px 0px;
    display: inline-block;
}

    .extralargebox .pagingwrapper .page {
        margin: 0px 2px 0px 0px;
        float: left;
        padding: 7px 7px 7px 7px;
        border: 1px solid #EDEDED;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .extralargebox .pagingwrapper .page:hover {
            background: #f1f1f1;
        }

    .extralargebox .pagingwrapper .active {
        color: #336699;
        font-weight: bold;
    }

/* Search end */
.extralargebox .listings {
}

    .extralargebox .listings .dealgroup {
        margin: 20px 0px 20px 0px;
    }

        .extralargebox .listings .dealgroup .bar {
            color: #777777;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            padding: 0px 15px 0px 15px;
            margin: 0px 15px 20px 15px;
            height: 30px;
            line-height: 30px;
            text-align: left;
            background: #F1F1F1;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            border-top: 1px solid #D8DFEB;
            border-left: 1px solid #D8DFEB;
            border-right: 1px solid #D8DFEB;
            border-bottom: 1px solid #D8DFEB;
        }

            .extralargebox .listings .dealgroup .bar .left {
                float: left;
                height: 30px;
                line-height: 30px;
                width: 200px;
            }

            .extralargebox .listings .dealgroup .bar .right {
                float: right;
                height: 30px;
                line-height: 30px;
                width: 186px;
                text-align: right;
            }

                .extralargebox .listings .dealgroup .bar .right a {
                    text-decoration: none;
                    color: #777777;
                }

                .extralargebox .listings .dealgroup .bar .right img {
                }

        .extralargebox .listings .dealgroup .listingwrapper {
            margin: 0px 15px 0px 15px;
        }

        .extralargebox .listings .dealgroup .listingspecialwrapper {
            margin: 0px 15px 0px 15px;
        }

        .extralargebox .listings .dealgroup .listing {
            position: relative;
            padding: 10px 0px 10px 0px;
            border-top: 1px solid #ccc;
        }

        .extralargebox .listings .dealgroup .specialoffer {
            border: 1px solid #FFDE91;
            background: #FFF3D7;
            margin-bottom: 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

            .extralargebox .listings .dealgroup .specialoffer .inner .left .color1 {
            }

        .extralargebox .listings .dealgroup .even {
            /*background: #F1F1F1;*/
        }

        .extralargebox .listings .dealgroup .listing .inner {
            width: 100%;
        }

            .extralargebox .listings .dealgroup .listing .inner .left {
                position: relative;
                width: 110px;
                text-align: center;
            }

                .extralargebox .listings .dealgroup .listing .inner .left .information {
                    font-size: 14px;
                    text-align: center;
                    color: #777777;
                    text-transform: uppercase;
                    font-smoothing: antialiased;
                    -webkit-font-smoothing: antialiased;
                }

                .extralargebox .listings .dealgroup .listing .inner .left .color2 {
                    color: #88B973;
                }

                .extralargebox .listings .dealgroup .listing .inner .left .color1 {
                    color: #44839D;
                }

                .extralargebox .listings .dealgroup .listing .inner .left .color4 {
                    color: #EA9C38;
                }

                .extralargebox .listings .dealgroup .listing .inner .left .color3 {
                    color: #777777;
                }

                .extralargebox .listings .dealgroup .listing .inner .left .amount {
                    font-size: 25px;
                    font-smoothing: antialiased;
                    -webkit-font-smoothing: antialiased;
                    text-align: center;
                    line-height: 40px;
                    font-weight: bold;
                }

                .extralargebox .listings .dealgroup .listing .inner .left .timeleft {
                    text-transform: uppercase;
                    /*padding-top: 10px;*/
                    color: #CCCCCC !important;
                    font-size: 10px;
                    font-smoothing: antialiased;
                    -webkit-font-smoothing: antialiased;
                    text-align: center;
                    font-weight: normal;
                    padding-right: 5px;
                    padding-left: 5px;
                }

            .extralargebox .listings .dealgroup .listing .inner .center {
                /*color: #777777;*/
                padding-left: 15px;
            }

                .extralargebox .listings .dealgroup .listing .inner .center .what {
                    float: left;
                    width: 50%;
                    color: #777777;
                }

                .extralargebox .listings .dealgroup .listing .inner .center .how {
                    float: left;
                    width: 50%;
                    color: #777777;
                }

                .extralargebox .listings .dealgroup .listing .inner .center .helper {
                    color: #777777;
                    padding: 0px 15px 5px 0px;
                    font-weight: normal;
                    font-size: 11px;
                    text-transform: uppercase;
                }

                .extralargebox .listings .dealgroup .listing .inner .center .data {
                    color: #000000;
                    padding: 0px 15px 5px 0px;
                }

            .extralargebox .listings .dealgroup .listing .inner .right {
                padding: 0px 10px 0px 10px;
                width: 192px;
            }

                .extralargebox .listings .dealgroup .listing .inner .right .helper {
                    color: #777777;
                    padding: 0px 15px 5px 0px;
                    font-weight: normal;
                    font-size: 11px;
                    text-transform: uppercase;
                }

                .extralargebox .listings .dealgroup .listing .inner .right .phone {
                    font-size: 25px;
                    font-smoothing: antialiased;
                    -webkit-font-smoothing: antialiased;
                    text-align: left;
                    font-weight: bold;
                }

                .extralargebox .listings .dealgroup .listing .inner .right .smallphone {
                    color: #777777;
                    font-weight: normal;
                    font-size: 11px;
                    text-transform: uppercase;
                }

.extralargebox .innerbox .section .tools .text {
    display: block;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 15px 0px 15px 0px;
}

.extralargebox .company {
    text-align: center;
    padding: 15px 15px 0px 15px;
}

.extralargebox .category {
    background: #f1f1f1;
    width: 100%;
    min-height: 50px;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
}

    .extralargebox .category .left {
        float: left;
        line-height: 50px;
        color: #000000;
    }

    .extralargebox .category .item {
        float: left;
        line-height: 35px;
        color: #000000;
    }

        .extralargebox .category .item:hover {
            background: #E8E8E8;
        }

    .extralargebox .category .firstactive {
        background: #ffffff url(../imagesNew/icons/shoppingcart.png) 15px 8px no-repeat !important;
        color: #336699;
        font-weight: bold;
    }

    .extralargebox .category .active {
        background: #ffffff !important;
        color: #336699 !important;
        font-weight: bold !important;
    }

    .extralargebox .category .disabled {
        color: #999999;
        font-weight: normal;
    }

    .extralargebox .category .left .caticon {
        float: left;
        width: 21px;
        height: 25px;
        padding: 8px 9px 0px 15px;
    }

    .extralargebox .category .left .catname {
        float: left;
        text-align: left;
        color: #999999;
    }

    .extralargebox .category .icon {
        background: url(../imagesNew/icons/cat_13.png) 15px 8px no-repeat;
    }

    .extralargebox .category .usericon {
        background: url(../imagesNew/icons/userprofile.png) 15px 8px no-repeat;
        padding-left: 45px;
    }

    .extralargebox .category .custompageicon {
        color: #ccc;
    }

        .extralargebox .category .custompageicon.fa:before {
            font-size: 20px;
            padding: 0 15px 0 25px;
        }

    .extralargebox .category .shoppingcarticon {
        background: url(../imagesNew/icons/shoppingcart.png) 15px 8px no-repeat;
        padding-left: 45px;
        padding-right: 25px;
    }

        .extralargebox .category .shoppingcarticon:hover {
            background: #E8E8E8 url(../imagesNew/icons/shoppingcart.png) 15px 8px no-repeat;
        }


.inline {
    display: inline;
}

    .inline div {
        display: inline-block;
    }

.sortByBox {
}

    .sortByBox select {
        cursor: pointer;
        width: 181px;
        background: url(../imagesNew/icons/new-arrow-style.png) no-repeat right #fff;
        background-size: 25px 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 31px;
        height: 37px;
        margin: 3px 0 0 15px;
        border-width: 1px;
        border-style: solid;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        border-color: #C4C4C4 #D1D1D1 #D4D4D4;
        border-radius: 2px;
        -moz-outline-radius: 3px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12) inset;
        padding-left: 4px;
    }

        .sortByBox select option {
            margin-right: 10px;
            padding: 8px;
        }

.extralargebox .category .noicon {
    padding-left: 25px;
    padding-right: 25px;
}

.extralargebox .category .searchicon {
    text-align: left;
    padding: 12px 12px 12px 20px;
    line-height: 25px;
}

    .extralargebox .category .searchicon div {
        padding-right: 10px;
    }

    .extralargebox .category .searchicon .fa {
        font-size: 20px;
        color: #ccc;
    }

.extralargebox .category .favoriteicon {
    text-align: left;
    padding: 12px 12px 12px 20px;
    line-height: 25px;
}

    .extralargebox .category .favoriteicon div {
        padding-right: 10px;
    }

    .extralargebox .category .favoriteicon .fa {
        font-size: 20px;
        color: #ccc;
    }


.mapIconWrapper {
    vertical-align: middle;
    padding-right: 15px;
    padding-top: 5px;
}


.extralargebox .category .right {
    float: right;
}

    .extralargebox .category .right a {
        /*color: #ccc;*/
    }

        .extralargebox .category .right a:hover {
            /*color: #C2C2C2;*/
        }



    /* Info box tabs */
    .extralargebox .category .right li {
        list-style: none;
        float: left;
    }

    .extralargebox .category .right ul {
        height: 35px;
        border-bottom: 0px solid #000000;
        width: 100%;
    }

        .extralargebox .category .right ul a {
            display: block;
            padding: 4px 10px 0px 20px;
            text-decoration: none !important;
            margin: 0px;
            margin-left: 0;
            font-family: 'Open Sans', sans-serif;
            font-size: 30px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-weight: normal;
            font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            color: #b2b2b2;
        }

            .extralargebox .category .right ul a:hover {
                color: #007ACA;
            }

            .extralargebox .category .right ul a.selected {
                margin-bottom: 0;
                font-weight: bold;
                color: #007ACA;
                border-bottom: 0px solid #ffffff;
                cursor: default;
                text-shadow: #ffffff 1px 1px 0;
            }

#map {
}

    #map .dealmap {
        padding: 20px 0px 0px 0px;
    }

        #map .dealmap .inner {
            width: 100%;
            height: auto;
        }

.boxbelow_title {
    color: #000000;
}

.boxbelow_link {
    text-decoration: underline;
    float: right;
}

.boxbelow_header {
    color: #333333;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    padding: 20px 0px 25px 0px;
    margin: 0px 15px 0px 15px;
}

@media (max-width:768px) {
    .boxbelow_header {
        font-size: 20px;
    }
}


.boxbelow {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin: 0px 0px 30px 0px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top: 1px solid #D8DFEB;
    border-left: 1px solid #D8DFEB;
    border-right: 1px solid #D8DFEB;
    border-bottom: 1px solid #D8DFEB;
}

    .boxbelow:hover {
        border: 1px solid #BFCBDF;
    }

    .boxbelow a {
        text-decoration: none;
    }

    .boxbelow .image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .boxbelow .innerbox {
        height: 125px;
        overflow: hidden;
    }

        .boxbelow .innerbox .type {
            font-family: 'Open Sans', sans-serif;
            color: #8A8C8E;
            text-transform: uppercase;
            font-size: 10px;
            text-align: left;
            padding: 15px 15px 5px 5px;
        }

        .boxbelow .innerbox .title {
            color: #333333;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            text-align: left;
            padding: 0px 15px 15px 5px;
        }

        .boxbelow .innerbox .text {
            display: block;
            color: #777777;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            text-align: left;
            padding: 0px 15px 15px 5px;
        }

.othersseen a {
    text-decoration: none;
}

.othersseen {
    overflow: hidden;
    margin: 0px 15px 0px 15px;
}

    .othersseen div:nth-child(2) {
        margin: 0px 2% 0px 2%;
    }

    .othersseen td {
        width: 33%;
    }

/* MODAL CONTENT */
.modal_header {
    padding: 15px 15px 15px 15px;
    background: #007ACA;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    min-width: 200px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
}

.modal_aboutdeal {
    padding: 15px 15px 15px 15px;
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #777777;
}

.modal_tandc {
    padding: 15px 15px 15px 15px;
    background: #ffffff;
    height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    overflow-y: scroll;
}

    .modal_tandc .headliner {
        font-size: 20px;
        padding: 0px 0px 15px 0px;
    }

    .modal_tandc p {
        line-height: 1.5;
    }

.modal_clickout {
    padding: 15px 15px 15px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

    .modal_clickout .right {
        float: left;
        width: 555px;
        line-height: 30px;
    }




@media (max-width:768px) {
    .modal_clickout .right {
        display: none !important;
    }
}


.modal_clickout .left {
    float: left;
    width: 200px;
    padding: 0px 15px 0px 0px;
}

.modal_buy {
    padding: 15px 15px 15px 15px;
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

    .modal_buy .right {
        float: left;
        width: 555px;
    }

        .modal_buy .right .inner1 {
            float: right;
            width: 160px;
            padding-left: 10px;
        }

        .modal_buy .right .inner2 {
            float: right;
            width: 120px;
        }

    .modal_buy .left {
        float: left;
        width: 200px;
        padding: 0px 15px 0px 0px;
    }

        .modal_buy .left .inner1 {
            float: left;
            width: 90px;
        }

.modal_dates {
    background: #ffffff;
    height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #777777;
    overflow-y: scroll;
}

.avail_date {
    padding: 10px 15px 10px 15px;
}

.modal_dates .even {
    background: #f1f1f1;
}

.ticketstatus {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 4px;
    margin-top: 3px;
    margin-right: 10px;
}

.available {
    background: #619239;
}

.fewavailable {
    background: #EDB802;
}

.notavailable {
    background: #D8000C;
}

.dateinfo {
    float: left;
    width: 300px;
    overflow: hidden;
}

.ticketprice {
    float: left;
    padding-left: 10px;
}

.buttonout {
    float: right;
    width: 120px;
    margin-top: -3px;
    text-align: center;
}

.ticketamount {
    float: right;
    padding-right: 10px;
}

    .ticketamount input[type=text] {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        margin: -2px 0px 0px 0px;
        padding: 0px 5px 0px 5px;
        width: 20px;
        color: #404040;
        background: #fafafa;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        -moz-outline-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    }

        .ticketamount input[type=text]:focus {
            border-color: #6da440;
            outline: none;
            outline-color: #6da440;
            outline-offset: 0;
        }

.fancyOpen {
    margin-left: -8px;
}

.cardmobile {
    padding: 15px 15px 15px 15px;
    background: #ffffff;
    height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #777777;
    overflow-y: scroll;
}


    .cardmobile .headliner {
        color: #777777;
        font-size: 20px;
        padding: 0px 0px 15px 0px;
    }

    .cardmobile .left {
        float: left;
        width: 300px;
    }

    .cardmobile .right {
        position: relative;
        float: right;
        width: 365px;
        height: 196px;
        overflow: hidden;
        margin-left: 20px;
    }

    .cardmobile .wrap {
        border-radius: 4px;
        padding-top: 15px;
    }

        .cardmobile .wrap .text {
            font-size: 11px;
            color: #777777;
            padding: 0px 0px 12px 0px;
            line-height: 21px;
            text-align: center;
        }

        .cardmobile .wrap .images {
            height: 145px;
            text-align: center;
        }

            .cardmobile .wrap .images .inner {
                padding-top: 15px;
                text-align: center;
            }

.modal_about {
    padding: 15px 15px 15px 15px;
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.cardprint {
    padding: 22px;
    background: #ffffff;
    height: 215px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #333;
}

    .cardprint .headliner {
        color: #333;
        font-size: 20px;
        padding: 0px 0px 15px 0px;
    }

    .cardprint .left {
        float: left;
        width: 300px;
        font-size: 12px;
    }

    .cardprint .right {
        position: relative;
        float: right;
        width: 324px;
        height: 196px;
        overflow: hidden;
        margin-left: 20px;
    }

        .cardprint .right .card_name {
            position: absolute;
            top: 94px;
            left: 21px;
            color: #ffffff;
        }

        .cardprint .right .card_company {
            position: absolute;
            top: 138px;
            left: 21px;
            color: #ffffff;
            max-width: 175px;
        }

        .cardprint .right .card_date {
            position: absolute;
            top: 138px;
            left: 203px;
            color: #ffffff;
        }

/* Payment modal */
.payleft_wrapper {
    width: 50%;
    float: left;
}

.payleft {
    /*float: left;
    width: 370px;*/
    padding: 15px;
    text-align: center;
    color: #777777;
}

    .payleft .info {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: #ededed;
        padding: 15px 15px 15px 15px;
        text-align: left;
    }

    .payleft .data {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: #ededed;
        padding: 15px 15px 15px 15px;
        margin-top: 30px;
    }

.payright_wrapper {
    width: 50%;
    float: left;
}

.payright {
    /*float: left;
    width: 370px;*/
    padding: 15px;
}

.pensio_payment_form_label_cell {
    font-weight: normal;
    color: #333333;
}

.pensio_payment_form_row {
    padding-bottom: 10px;
}

    .pensio_payment_form_row input[type=text] {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        margin: 5px 0px 5px 0px;
        padding: 8px 8px 8px 8px;
        width: 232px;
        color: #404040;
        background: #fafafa;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        -moz-outline-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    }

        .pensio_payment_form_row input[type=text]:focus {
            border-color: #6da440;
            outline: none;
            outline-color: #6da440;
            outline-offset: 0;
        }

    .pensio_payment_form_row select {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 31px;
        height: 37px;
        margin: 5px 0px 5px 0px;
        padding: 8px 5px 8px 5px;
        color: #404040;
        background: #fafafa;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        -moz-outline-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    }

        .pensio_payment_form_row select:focus {
            border-color: #6da440;
            outline: none;
            outline-color: #6da440;
            outline-offset: 0;
        }

    .pensio_payment_form_row input[type=submit] {
        padding: 6px 0px;
        text-align: center;
        width: 150px;
        font-family: 'Open Sans', sans-serif;
        border: 0 none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        outline: none;
        text-decoration: none;
        text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
        -webkit-transition: background 0.25s;
        transition: background 0.25s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
    }

    .pensio_payment_form_row input[type=submit] {
        text-decoration: none;
        background-color: #6da440;
        background-image: -webkit-linear-gradient(270deg, rgba(193,242,157,0.33), rgba(23,85,12,0.33));
        background-image: linear-gradient(180deg, rgba(193,242,157,0.33), rgba(23,85,12,0.33));
        -webkit-box-shadow: inset 0 2px 4px rgba(255,255,255,0.3),inset 0 1px 0 rgba(255,255,255,0.15),0 2px 4px rgba(0,0,0,0.34);
        box-shadow: inset 0 2px 4px rgba(255,255,255,0.3),inset 0 1px 0 rgba(255,255,255,0.15),0 2px 4px rgba(0,0,0,0.34);
        color: #fff;
    }

        .pensio_payment_form_row input[type=submit]:hover, .pensio_payment_form_row input[type=submit]:focus {
            background-color: #7eba4e;
            text-decoration: none;
        }

        .pensio_payment_form_row input[type=submit]:active {
            background-color: #619239;
        }

.price {
    font-size: 26px;
}

.custompage {
    margin: 15px;
    text-align: left;
}

    .custompage .ul {
        list-style-position: inside;
    }

/* My Account */
.myaccount_wrapper {
    padding: 15px 15px 15px 15px;
}

    .myaccount_wrapper .left {
        width: 66%;
        float: left;
    }

        .myaccount_wrapper .left .innerleft {
            width: 50%;
            float: left;
        }

            .myaccount_wrapper .left .innerleft .entry {
                text-align: left;
            }

                .myaccount_wrapper .left .innerleft .entry input[type=text] {
                    /*width: 80%;*/
                }

        .myaccount_wrapper .left .innerright {
            width: 50%;
            float: left;
        }

            .myaccount_wrapper .left .innerright .entry {
                text-align: left;
            }

                .myaccount_wrapper .left .innerright .entry input[type=password],
                .myaccount_wrapper .left .innerright .entry input[type=text] {
                    /*width: 80%;*/
                }

                .myaccount_wrapper .left .innerright .entry .image_left {
                    width: 100px !important;
                    float: left !important;
                    padding-right: 10px;
                }

                .myaccount_wrapper .left .innerright .entry .image_right {
                    float: left !important;
                    min-width: 70px !important;
                }

    .myaccount_wrapper .right {
        width: 33%;
        float: left;
    }

        .myaccount_wrapper .right .entry {
            text-align: left;
        }

            .myaccount_wrapper .right .entry input[type=text] {
                /*width: 80%;*/
            }

            .myaccount_wrapper .right .entry .checkwrap {
                width: 85%;
                font-size: 10px;
                padding-top: 10px;
            }

            .myaccount_wrapper .right .entry .bankwrap {
                width: 85%;
                font-size: 10px;
                padding-top: 10px;
            }

.extralargebox .profilsave {
    width: 200px;
    margin: 15px;
    float: right;
    color: #ff0000;
    text-align: left;
    padding: 0px 0 0px 0;
}

.extralargebox .profileDelete {
    width: 200px;
    margin: 15px;
    float: left;
    color: #8a8c8e;
    text-align: left;
    padding: 0px 0px 0px 5px;
}


.extralargebox .profileerror {
    float: right;
    margin: 15px;
    line-height: 28px;
    color: #ff0000;
    text-align: left;
    padding: 0px 0 0px 0;
}


.myaccount_wrapper input[type=text]:focus {
    /*border-color: #6da440;
        outline: none;
        outline-color: #6da440;
        outline-offset: 0;*/
}


.myaccount_headliner {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #000000;
    padding: 0px 0px 30px 0px;
}

.cat_entry {
    float: left;
    width: 202px;
    padding: 20px 0px 20px 0px;
}

    .cat_entry label {
        line-height: 25px !important;
    }

/* Basket + steps */
.extralargebox .buyprocess {
    background: #ffffff;
}

.basket-bread-crumbs {
    height: 58px;
    background-color: #007ACA;
    color: #ffffff;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
}

    .basket-bread-crumbs a, .basket-bread-crumbs div {
        padding: 0;
        margin: 0;
    }

.extralargebox .buyprocess .listingwrapper {
    margin: 15px 15px 0 15px;

}

    .extralargebox .buyprocess .listingwrapper table {
        border-collapse: collapse;
    }

    .extralargebox .buyprocess .listingwrapper .description {
        height: 30px;
        background-color: #f1f1f1;
        text-align: left;
        color: #B5B5B5;
    }

        .extralargebox .buyprocess .listingwrapper .description th {
            padding-left: 15px;
            text-align: left;
        }

    .extralargebox .buyprocess .listingwrapper td {
        padding-left: 15px;
    }

    .extralargebox .buyprocess .listingwrapper .information {
        /*width: 86%;*/
        padding: 15px 15px 15px 15px;
        text-align: left;
    }

        .extralargebox .buyprocess .listingwrapper .information .wrapper {
            width: 50%;
            float: left;
        }

            .extralargebox .buyprocess .listingwrapper .information .wrapper .radioinput {
                padding-top: 20px;
                padding-right: 30px;
                float: left;
            }

        .extralargebox .buyprocess .listingwrapper .information .radioinput td {
            padding-top: 10px;
        }

            .extralargebox .buyprocess .listingwrapper .information .radioinput td input {
                margin-right: 10px;
            }

        .extralargebox .buyprocess .listingwrapper .information input[type=text]:focus {
            border-color: #6da440;
            outline: none;
            outline-color: #6da440;
            outline-offset: 0;
        }

.requiredMark {
    color: #ff0000;
}

.extralargebox .buyprocess .listingwrapper .listing {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #f1f1f1;
    color: #8A8A8A;
    background: #fff;
}

.nobottompadding {
    border-bottom: 0px solid #f1f1f1;
}

.extralargebox .buyprocess .listingwrapper .listing td {
    text-align: left;
    height: 70px;
}

.extralargebox .buyprocess .listingwrapper .even {
    background: #fff;
}

.extralargebox .buyprocess .listingwrapper .minors {
}

.extralargebox .buyprocess .listingwrapper .minor td {
    height: 30px !important;
}

.extralargebox .buyprocess .listingwrapper .listing .empty {
    height: 200px;
    line-height: 200px;
    padding-left: 10px;
}

.extralargebox .buyprocess .listingwrapper .description .product {
    padding: 10px 0 10px 15px;
    text-align: left;
    width: 20%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .description .amount {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 10%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .description .pprunit {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 17%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .description .youpay {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 17%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .description .saved {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 18%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .description .total {
    padding: 10px 15px 10px 0;
    text-align: right;
    width: 18%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .listing .product {
    padding: 10px 0 10px 15px;
    text-align: left;
    width: 20%;
    color: #333333;
    font-weight: 600;
}

.extralargebox .buyprocess .listingwrapper .listing .amount {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 10%;
    color: #b5b5b5;
    min-width: 103px;
}

    .extralargebox .buyprocess .listingwrapper .listing .amount .left {
        float: right;
        padding-left: 4px;
        padding-top: 15px;
    }

    .extralargebox .buyprocess .listingwrapper .listing .amount .right {
        float: right;
    }

.extralargebox .buyprocess .listingwrapper .listing .pprunit {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 17%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .listing .youpay {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 17%;
    color: #b5b5b5;
    min-width: 120px;
}

    .extralargebox .buyprocess .listingwrapper .listing .youpay input[type=text] {
        max-width: 100px;
    }

    .extralargebox .buyprocess .listingwrapper .listing .youpay select {
        max-width: 100px;
        padding-left: 10px;
        padding-right: 0px;
    }

.extralargebox .buyprocess .listingwrapper .listing .saved {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 18%;
    color: #b5b5b5;
}

.extralargebox .buyprocess .listingwrapper .listing .total {
    padding: 10px 15px 10px 0;
    text-align: right;
    width: 18%;
    color: #333333;
    font-weight: 600;
}

.extralargebox .buttons {
    width: 600px;
    margin: 15px;
    float: right;
    color: #ff0000;
    text-align: left;
    padding: 0px 0 0px 0;
}

    .extralargebox .buttons .entry {
        width: 200px;
        margin-left: 15px;
        float: right;
        color: #ff0000;
        text-align: left;
        padding: 0px 0 0px 0;
    }

    .extralargebox .buttons .entrysmall {
        width: 100px;
        margin-left: 15px;
        float: right;
        color: #ff0000;
        text-align: left;
        padding: 0px 0 0px 0;
    }

    .extralargebox .buttons .entrymiddle {
        width: 150px;
        margin-left: 15px;
        float: right;
        color: #ff0000;
        text-align: left;
        padding: 0px 0 0px 0;
    }

    .extralargebox .buttons .entrylarge {
        width: 350px;
        margin-left: 0px;
        float: right;
        color: #ff0000;
        text-align: left;
        padding: 0px 0 0px 0;
    }

        .extralargebox .buttons .entrylarge .errortext {
            line-height: 28px;
            color: #D8000C;
            line-height: 28px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            margin-right: 10px;
        }

.extralargebox .buyprocess .listingwrapper .minors .listing .product {
    padding: 10px 15px 10px 15px;
    text-align: left;
    width: 70%;
    color: #777777;
}

.extralargebox .buyprocess .listingwrapper .minors .listing .total {
    padding: 10px 15px 10px 0;
    text-align: right;
    width: 20%;
    color: #777777;
}

.extralargebox .buyprocess .listingwrapper .bottom .amount_wrapper {
    font-size: 18px;
    font-weight: normal;
    padding-right: 15px;
    line-height: 28px;
    /*float: left;*/
    color: #333333;
    font-weight: 600;
    text-align: right;
}

.extralargebox .buyprocess .listingwrapper .bottom {
    /*float: right;*/
    padding: 10px 0 10px 0;
}

.extralargebox .buyerinfo {
    padding: 11px 0 11px 0;
    width: 290px;
    margin: 15px 15px 0 15px;
    border: 1px solid #EDEDED;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .extralargebox .buyerinfo .line {
        overflow: hidden;
        text-align: left;
        padding: 4px 15px 4px 15px;
        color: #777777;
    }

    .extralargebox .buyerinfo .name {
        font-weight: bold;
    }

    .extralargebox .buyerinfo .receiptinfo {
        padding-top: 20px;
    }

        .extralargebox .buyerinfo .receiptinfo .receiptheader {
            font-weight: bold;
        }

.extralargebox .salesinfo {
    padding: 11px 0 11px 0;
    width: 250px;
    margin: 15px 15px 0 15px;
    border: 1px solid #EDEDED;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .extralargebox .salesinfo .line {
        overflow: hidden;
        text-align: left;
        padding: 4px 15px 4px 15px;
        color: #777777;
    }

    .extralargebox .salesinfo .name {
        font-weight: bold;
    }

/* My purchases */

.extralargebox .purchases {
}

    .extralargebox .purchases .buyprocess .listingwrapper .minors .listing .product {
        padding: 10px 15px 10px 15px;
        text-align: left;
        width: 70%;
        color: #777777;
    }

    .extralargebox .purchases .buyprocess .listingwrapper .minors .listing .total {
        padding: 10px 15px 10px 0;
        text-align: right;
        width: 20%;
        color: #777777;
    }

    .extralargebox .purchases .buyprocess .listingwrapper .bottom .amount_wrapper {
        font-size: 18px;
        font-weight: normal;
        padding-right: 15px;
        line-height: 28px;
        float: left;
    }

    .extralargebox .purchases .buyprocess .listingwrapper .bottom {
        float: right;
        padding: 10px 0 10px 0;
    }

#purchases {
    padding-bottom: 20px;
}


/* First tier */
.description .myacc_col1 {
    padding: 10px 0 10px 15px;
    text-align: left !important;
    width: 16%;
    color: #007ACA;
    font-size: 16px;
}

.description .myacc_col2 {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 25%;
    font-weight: bold;
    color: #777777;
}

.description .myacc_col3 {
    padding: 10px 0 10px 0;
    text-align: right;
    width: 25%;
    font-weight: bold;
    color: #777777;
}

.description .myacc_col4 {
    padding: 10px 15px 10px 0;
    text-align: right;
    width: 25%;
    font-weight: bold;
    color: #777777;
}

.listing .myacc_col1 {
    padding: 10px 0 10px 15px;
    text-align: left !important;
    width: 25%;
    color: #777777;
}

.listing .myacc_col2 {
    padding: 10px 0 10px 0;
    text-align: right !important;
    width: 25%;
    color: #777777;
}

.listing .myacc_col3 {
    padding: 10px 0 10px 0;
    text-align: right !important;
    width: 25%;
    color: #777777;
}

.listing .myacc_col4 {
    padding: 10px 15px 10px 0;
    text-align: right !important;
    width: 25%;
    color: #777777;
}
/* Second tier */


.topdeal_table .description th {
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    text-align: left !important;
    padding: 10px 0 10px 0px;
}

.topdeal_table .description .topdeal_col1 {
    width: 14%;
    font-size: 16px !important;
    font-weight: 600;
}

.topdeal_table .description .topdeal_col2 {
    text-align: right !important;
    width: 24%;
}

.topdeal_table .description .topdeal_col3 {
    width: 14%;
}

.topdeal_table .description .topdeal_col4 {
    text-align: right !important;
    width: 10%;
}

.topdeal_table .description .topdeal_col5 {
    text-align: right !important;
    width: 10%;
}

.topdeal_table .description .topdeal_col6 {
    text-align: right !important;
    width: 14%;
}

.topdeal_table .description .topdeal_col7 {
    width: 14%;
}

.topdeal_table .listing {
    color: #777777;
    text-align: left;
    padding: 10px 0 10px 0;
}

    .topdeal_table .listing .topdeal_col1 {
        padding-left: 15px;
        color: #333333;
        font-weight: 600;
        min-width: 85px;
    }

    .topdeal_table .listing .topdeal_col2 {
    }

    .topdeal_table .listing .topdeal_col3 {
        color: #333333;
        font-weight: 600;
    }

    .topdeal_table .listing .topdeal_col4 {
        text-align: right !important;
    }

    .topdeal_table .listing .topdeal_col5 {
        text-align: right !important;
    }

    .topdeal_table .listing .topdeal_col6 {
        text-align: right !important;
    }

    .topdeal_table .listing .topdeal_col7 {
        text-align: center !important;
    }
/* Third tier */
.cashback_table .description th {
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    text-align: left !important;
    padding: 10px 0 10px 0px;
}

.cashback_table .description .cashback_col1 {
    width: 14%;
    font-size: 16px !important;
    font-weight: 600;
}

.cashback_table .description .cashback_col2 {
    width: 24%;
}

.cashback_table .description .cashback_col3 {
    width: 18%;
}

.cashback_table .description .cashback_col4 {
    text-align: right !important;
    width: 10%;
}

.cashback_table .description .cashback_col5 {
    text-align: right !important;
    width: 10%;
}

.cashback_table .description .cashback_col6 {
    text-align: right !important;
    width: 4%;
}

.cashback_table .description .cashback_col7 {
    width: 20%;
}

.cashback_table .listing {
    color: #777777;
    text-align: left;
    padding: 10px 0 10px 0;
}

    .cashback_table .listing .cashback_col1 {
        padding-left: 15px;
        color: #333333;
        font-weight: 600;
        min-width: 85px;
    }

    .cashback_table .listing .cashback_col2 {
    }

    .cashback_table .listing .cashback_col3 {
        color: #333333;
        font-weight: 600;
    }

    .cashback_table .listing .cashback_col4 {
        text-align: right !important;
    }

    .cashback_table .listing .cashback_col5 {
        text-align: right !important;
        font-weight: 600;
    }

    .cashback_table .listing .cashback_col6 {
        text-align: right !important;
    }

    .cashback_table .listing .cashback_col7 {
        color: #333333;
    }

        .cashback_table .listing .cashback_col7 .fa {
            margin-right: 3px;
        }

.amountinfo {
    text-align: left;
    font-size: 10px;
    color: #777777;
    width: 200px;
    padding-right: 10%;
}
/* Fourth Tier */
.shoppingCard_table .description th {
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    text-align: left !important;
    padding: 10px 0 10px 0px;
}

.shoppingCard_table .description .shoppingCard_col1 {
    width: 30%;
    font-size: 16px !important;
    font-weight: 600;
}

.shoppingCard_table .description .shoppingCard_col2 {
    text-align: right !important;
    width: 23%;
}

.shoppingCard_table .description .shoppingCard_col3 {
    text-align: right !important;
    width: 23%;
}

.shoppingCard_table .description .shoppingCard_col4 {
    text-align: center !important;
    width: 15%;
}

.shoppingCard_table .description .shoppingCard_col5 {
    text-align: center !important;
    width: 15%;
}


.shoppingCard_table .listing {
    color: #777777;
    padding: 10px 0 10px 0;
    text-align: left !important;
}

    .shoppingCard_table .listing .shoppingCard_col1 {
        padding-left: 15px;
        width: 24%;
        font-weight: 600;
    }

    .shoppingCard_table .listing .shoppingCard_col2 {
        text-align: right !important;
        width: 23%;
        font-weight: 600;
    }

    .shoppingCard_table .listing .shoppingCard_col3 {
        text-align: right !important;
        width: 23%;
    }

    .shoppingCard_table .listing .shoppingCard_col4 {
        text-align: center !important;
        width: 15%;
    }

    .shoppingCard_table .listing .shoppingCard_col5 {
        text-align: center !important;
        width: 15%;
    }

/* 1440px and above */
@media screen and (min-width: 1440px) {
    /* Grid */
    #grid {
        width: 1420px !important;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Big box */
    .bigbox {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        margin: 0px 15px 30px 15px;
        background: #ffffff;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border-top: 1px solid #D8DFEB;
        border-left: 1px solid #D8DFEB;
        border-right: 1px solid #D8DFEB;
        border-bottom: 1px solid #D8DFEB;
    }

        .bigbox .image img {
            display: block;
            max-width: 100%;
            height: auto;
        }

        .bigbox .innerbox {
        }

            .bigbox .innerbox .type {
                font-family: 'Open Sans', sans-serif;
                color: #8A8C8E;
                text-transform: uppercase;
                font-size: 10px;
                text-align: left;
                padding: 20px 5px 5px 5px;
            }

            .bigbox .innerbox .title {
                color: #333333;
                font-family: 'Open Sans', sans-serif;
                /*font-size: 23px;*/
                text-align: left;
                padding: 0px 5px 5px 5px;
            }

            .bigbox .innerbox .text {
                display: block;
                color: #777777;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                text-align: left;
                padding: 0px 5px 5px 5px;
            }

        .bigbox .company {
            text-align: center;
            padding: 15px 15px 0px 15px;
        }

    .extralargebox .innerbox .title {
        color: #333333;
        font-family: 'Open Sans', sans-serif;
        font-size: 35px;
        text-align: left;
        padding: 0px 0px 5px 0px;
    }

        .extralargebox .innerbox .title h1 {
            color: #333333;
            font-family: 'Open Sans', sans-serif;
            font-size: 35px;
            text-align: left;
            padding: 0px 0px 0px 0px;
            font-weight: normal;
        }

    .extralargebox .listings .dealgroup .listing .inner .left .amount {
        font-size: 32px;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
    }

    .extralargebox .searchwrapper .entry .inner .left .amount {
        font-size: 32px;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
    }

}


.padding-top-11px {
    padding-top: 3px;
}

/* Ribbon */
.ribbon-wrapper {
    overflow: hidden;
    float: left;
}

.ribbon-wrapper-right {
    bottom: 75px;
    position: absolute;
    right: 0;
}

.ribbon-wrapper-left {
    bottom: 75px;
    position: absolute;
    left: 0;
}

.ribbon-wrapper-banner {
    top: -20px;
    position: absolute;
}

.ribbon-wrapper-offer {
    top: 270px;
    position: initial;
    left: 0;
}


.ribbon {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 30px;
    width: 90px;
    height: 50px;
    float: left;
    margin: 28px 10px 10px 10px;
    display: table;
    text-align: center;
}

    .ribbon:before {
        left: 0;
    }

    .ribbon:after {
        right: 0;
    }

    .ribbon span {
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-weight: normal;
        display: table-cell;
        vertical-align: middle;
    }

.ribbon-blue {
    background-color: #D42F47;
    color: #fff;
}

    .ribbon-blue span {
        color: #fff;
    }


.ribbon-white {
    background-color: #ffffff;
    color: #007ACA;
}

    .ribbon-white span {
        color: #007ACA;
    }

.ribbon-wrapper-black {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.ribbon-black {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-shadow: #333333 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    float: right;
    padding: 7px 0;
    right: -5px;
    top: 15px;
    width: 120px;
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background-image: -webkit-linear-gradient(top, #666666, #333333);
    background-image: -moz-linear-gradient(top, #666666, #333333);
    background-image: -ms-linear-gradient(top, #666666, #333333);
    background-image: -o-linear-gradient(top, #666666, #333333);
    color: #ededed;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .ribbon-black:before, .ribbon-black:after {
        content: "";
        border-top: 3px solid #333333;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-black:before {
        left: 0;
    }

    .ribbon-black:after {
        right: 0;
    }


.border-color-circle {
}

    .border-color-circle:hover {
    }

.themeBox .boxbelow:hover {
}

.fixes_login {
    text-transform: none !important;
}

/* Buttons */
.msgButton,
.callbutton,
.callbutton_no {
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    margin: 0;
    outline: none;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

    .callbutton.button-xlarge {
        font-size: 24px;
        font-weight: 800;
        padding: 14px 34px;
    }

    .callbutton.button-large {
        font-size: 16px;
        padding: 20px 0px;
        text-align: center;
        width: 100%;
    }

.promo-button {
    /*background-color: #D42F47 !important;*/
    margin: -19px 12px 10px 0px !important;
}

.promo-button-mobile {

    width: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    
}

@media (max-width:1200px) {
    .callbutton.button-large-voucher {
        font-size: 16px;
        padding: 20px 0px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
}

    .callbutton.button-middle {
        font-size: 16px;
        padding: 10px 0px;
        text-align: center;
        width: 100%;
    }

    .msgButton,
    .callbutton.button-small {
        padding: 6px 0px;
        text-align: center;
        width: 100%;
    }

    .callbutton.button-xsmall {
        padding: 2px 0px;
        text-align: center;
        width: 100%;
    }

    .callbutton.button-blue {
        text-decoration: none;
        background-color: #007ACA;
        color: #fff;
        text-transform: none;
    }

        .callbutton.button-blue:hover, .button.button-blue:focus {
            background-color: #0073BF;
            text-decoration: none;
        }

        .callbutton.button-blue:active {
            background-color: #1e475b;
        }

    .msgButton,
    .callbutton.button-green {
        text-decoration: none;
        background-color: #007ACA;
        color: #fff;
    }

        .msgButton,
        .callbutton.button-green:hover, .button.button-green:focus {
            background-color: #0073BF;
            text-decoration: none;
        }

        .msgButton,
        .callbutton.button-green:active {
            background-color: #0073BF;
        }

    .callbutton.button-red {
        text-decoration: none;
        background-color: #992e00;
        color: #fff;
    }

        .callbutton.button-red:hover, .button.button-red:focus {
            background-color: #bd3900;
            text-decoration: none;
        }

        .callbutton.button-red:active {
            background-color: #802600;
        }

    /* Dropdown > Details > Location */
    .drop_wrapper {
        width: 200px;
        float: left;
        /*padding-top: 4px;*/
    }

        .drop_wrapper li ul {
            width: 300px;
        }

    select {
        font-size: 15px;
    }

    .dropdown_loc {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0px 0 0;
        font-size: 15px;
        line-height: 18px;
    }

        .dropdown_loc a {
            text-align: left;
            text-transform: uppercase;
            display: block;
            font: normal normal 300 11px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
            color: #8C8C8C;
            line-height: 18px;
            height: 18px;
            text-decoration: none;
        }

        .dropdown_loc li.current {
            z-index: 1001; /* the current li always needs to sit on top of the dropdown after it's displayed on hover */
        }

            .dropdown_loc li.current > a {
                text-align: left;
                padding: 0 25px 0 5px;
                overflow: hidden;
                border: 1px solid #dae1e1;
                border-color: #dae1e1 #979FA0 #979FA0 #dae1e1;
                -webkit-border-bottom-left-radius: 4px;
                -webkit-border-top-left-radius: 4px;
                -moz-border-radius-bottomleft: 4px;
                -moz-border-radius-topleft: 4px;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
                background: #fff url(../imagesNew/icons/bkg_dropdown_arrows.jpg) right top no-repeat; /* this image is created with the exact height of the dropdown current li */
            }

            .dropdown_loc li.current:hover a {
                -webkit-border-bottom-left-radius: 0px;
                -webkit-border-bottom-right-radius: 0px;
                -webkit-border-top-right-radius: 0px;
                -moz-border-radius-bottomleft: 0px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-topright: 0px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 0px;
                text-shadow: 1px 1px 1px #fff;
                border-bottom-color: #dae1e1;
            }

        .dropdown_loc li ul {
            display: none;
            position: absolute;
            list-style: none;
            top: 22px; /* based on the height of our visible li element */
            max-height: 300px; /* if the dropdown gets taller than this value the scrollbars appear */
            overflow: auto;
            margin: 0 !important;
            padding: 3px 5px 3px 4px;
            z-index: 1000; /* irrelevant to this demo but needed for floating on top of other elements on a page */
            -webkit-box-shadow: 2px 2px 5px #ccc;
            -moz-box-shadow: 2px 2px 5px #ccc;
            box-shadow: 2px 2px 5px #ccc;
            background-color: #fff;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgb(255, 255, 255)), to(rgb(239, 239, 239)));
        }

            .dropdown_loc li ul a {
                padding: 0 5px;
                color: #8F8F8F;
            }

                .dropdown_loc li ul a:hover {
                    text-decoration: underline;
                }

                .dropdown_loc li ul a.active {
                    font-weight: bold;
                    color: #336699;
                }

        .dropdown_loc li.current:hover ul {
            display: block;
            border: 1px solid;
            border-color: #dae1e1 #979FA0 #979FA0 #dae1e1;
            -webkit-border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-topright: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .dropdown_loc li.current ul li {
            overflow: hidden;
        }

    /* Dropdown > Search > My city */
    .drop_wrapper_search {
        width: 270px;
        float: left;
        padding-top: 4px;
    }

        .drop_wrapper_search li ul {
            width: 300px;
        }

    .dropdown_search {
        position: relative;
        list-style: none;
        margin: 0;
        margin-left: 30px;
        padding: 3px 0 0;
        font-size: 14px;
        line-height: 18px;
    }

        .dropdown_search a {
            text-align: left;
            text-transform: uppercase;
            display: block;
            font: normal normal 300 11px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
            color: #8C8C8C;
            line-height: 18px;
            height: 18px;
            text-decoration: none;
        }

        .dropdown_search li.current {
            z-index: 1001; /* the current li always needs to sit on top of the dropdown after it's displayed on hover */
        }

            .dropdown_search li.current > a {
                text-align: left;
                padding: 0 25px 0 15px;
                overflow: hidden;
                border: 1px solid #dae1e1;
                border-color: #dae1e1 #979FA0 #979FA0 #dae1e1;
                -webkit-border-bottom-left-radius: 4px;
                -webkit-border-top-left-radius: 4px;
                -moz-border-radius-bottomleft: 4px;
                -moz-border-radius-topleft: 4px;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
                background: #fff url(../imagesNew/icons/bkg_dropdown_arrows.jpg) right top no-repeat; /* this image is created with the exact height of the dropdown current li */
            }

            .dropdown_search li.current:hover a {
                -webkit-border-bottom-left-radius: 0px;
                -webkit-border-bottom-right-radius: 0px;
                -webkit-border-top-right-radius: 0px;
                -moz-border-radius-bottomleft: 0px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-topright: 0px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 0px;
                text-shadow: 1px 1px 1px #fff;
                border-bottom-color: #dae1e1;
            }

        .dropdown_search li ul {
            display: none;
            position: absolute;
            list-style: none;
            top: 22px; /* based on the height of our visible li element */
            max-height: 300px; /* if the dropdown gets taller than this value the scrollbars appear */
            overflow: auto;
            margin: 0 !important;
            padding: 3px 5px 3px 4px;
            z-index: 1000; /* irrelevant to this demo but needed for floating on top of other elements on a page */
            -webkit-box-shadow: 2px 2px 5px #ccc;
            -moz-box-shadow: 2px 2px 5px #ccc;
            box-shadow: 2px 2px 5px #ccc;
            background-color: #fff;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgb(255, 255, 255)), to(rgb(239, 239, 239)));
        }

            .dropdown_search li ul a {
                padding: 0 5px;
                color: #8F8F8F;
            }

                .dropdown_search li ul a:hover {
                    text-decoration: underline;
                }

                .dropdown_search li ul a.active {
                    font-weight: bold;
                    color: #336699;
                }

        .dropdown_search li.current:hover ul {
            display: block;
            border: 1px solid;
            border-color: #dae1e1 #979FA0 #979FA0 #dae1e1;
            -webkit-border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-topright: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .dropdown_search li.current ul {
            overflow: hidden;
            width: 259px;
        }

            .dropdown_search li.current ul li {
                overflow: hidden;
                padding-left: 9px;
            }

    /* Google Maps */
    .google-maps {
        padding: 0px;
        margin: 0px;
    }

        .google-maps iframe {
            margin: 0px;
            padding: 0px;
            display: block;
            width: 100% !important;
            height: 500px !important;
        }


    /* Error pages */

    .error_background {
        background: #16171C;
    }

    .error_spacer {
        height: 60px;
    }

    .error_top {
        height: 60px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: #333333;
    }

    .error_content {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        background: #ffffff;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
    }

        .error_content .inner_content {
            width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

            .error_content .inner_content .header {
                font-size: 40px;
            }

            .error_content .inner_content .ref {
                font-size: 24px;
            }

    /* New Page Design*/



    #user_info {
        /*height: 180px;*/
        /*width: 270px;*/
    }

    /* InfoBox */

    .info_header {
        height: 50px;
        background-color: #F1F1F1;
        color: #333333;
        text-align: left;
        padding-left: 0px;
        font-size: 14px;
    }

    .info_header_text {
        height: 50px;
        line-height: 50px;
        float: left;
    }

        .info_header_text span {
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 190px;
            white-space: nowrap;
        }

        .info_header_text a, .info_header_text a:visited, .info_header_text a:hover {
            color: #333333;
        }

    .infobox .header_image {
        float: right;
        height: 58px;
        line-height: 58px;
        padding-top: 10px;
        padding-right: 10px;
    }

    .info_body {
        text-align: left;
        padding: 15px;
    }

    .info_header_right {
        height: 58px;
        /*line-height: 62px;*/
        float: left;
    }

    #user_info .info_header_text {
        /*width: 200px;*/
    }

    #user_info .header_image i.header_circle {
        opacity: 0.4;
    }

    #user_info .header_image i.header_user_icon {
        color: #007ACA;
    }

    .image-stack {
        font-size: 1.6em;
    }


    /*Header Page*/
    .container {
        width: auto;
        /*overflow: hidden;*/
        max-width: 1420px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }

        .container .left {
            /*width: 160px;*/
            float: left;
            /*background: #ffffff;*/
            margin-left: 15px;
            height: 100%;
        }

        .container .center {
            float: left;
            /*float: left; /* not needed, just for clarification */
            /*background: #ffffff;*/
            /* the next props are meant to keep this block independent from the other floated one */
            width: auto;
            /*max-width: 730px;*/
            /*overflow: hidden;*/
            height: 100%;
            /*margin-right: 300px;*/
            /*min-width: 580px;*/
        }

        .container .right {
            /*width: 350px;*/
            float: right;
            margin-right: 5px;
            height: 100%;
        }

    .search_container .search_icon {
        position: absolute;
        top: 17px;
        color: #555555;
        right: 10px;
        text-decoration: none;
        font-size: 1.5em;
    }

    .header_logo {
        height: 100%;
        width: 100%;
    }

        .header_logo img {
            display: block;
            max-width: 100%;
            max-height: 50px;
            margin-top: 11px;
        }

    .top-navigation {
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%;
    }

        .top-navigation li {
            display: inline;
            float: left;
            height: 100%;
        }

            .top-navigation li a {
                display: block;
                width: 80px;
                height: 100%;
            }


    /* Top Navigation Menu */

    #nav {
        width: 100%;
        display: block;
        position: relative;
    }

        #nav > div {
            z-index: 9999999;
        }

        #nav > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            #nav > ul:After {
                content: "";
                display: block;
                clear: both;
            }

            #nav > ul > li {
                display: list-item;
                list-style: none;
                float: left;
            }

                #nav > ul > li > a > i {
                    width: 55px;
                    padding-bottom: 1px;
                }

                #nav > ul > li > a {
                    display: block;
                    padding-top: 8px;
                    padding-bottom: 11px;
                    padding-left: 12px;
                    padding-right: 12px;
                    /*color:#b2b2b2;*/
                    font-size: 12px;
                    text-decoration: none;
                    text-align: center;
                }

    a.nav-icon span.menu-badge, .tab-badge {
        color: white;
    }

    #nav .nav-icon, #nav .nav-icon span, a.nav-icon, .nav-icon, .nav-icon i {
        color: #b2b2b2;
    }

        a.nav-icon.selected {
            color: #007ACA;
        }

        #nav .nav-icon .menu-badge, #nav .nav-icon:hover .menu-badge, .tab-badge {
            color: white;
        }

    #nav i.header_circle {
    }

    #nav i.header_user_icon {
        color: #ffffff;
    }

    #nav i.header_circle {
        font-size: 1.9em;
    }

    #nav .image-stack {
        width: 55px;
        height: 37px;
    }


    .badge {
        display: inline-block;
        min-width: 8px;
        padding: 3px 5px;
        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;
    }

    .shopping-badge {
        position: absolute;
        left: 50px;
        top: 7px;
        float: right !important;
        background-color: red;
        color: #ffffff;
    }

    .badge_link {
        position: relative;
    }


    .width48percent {
        width: 48%;
    }


    .width47percent {
        width: 47%;
    }

    .width49percent {
        width: 49%;
    }

    .loading-mask {
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        z-index: -1;
        opacity: 0.2;
    }

    .loading-box {
        width: auto !important;
    }

        .loading-box .loading-wrapper {
            width: 400px;
            height: 250px;
            background-color: #fff;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
        }

        .loading-box .loading-logo {
            padding-top: 75px;
        }

            .loading-box .loading-logo img {
                height: 41px;
            }

        .loading-box .loading-content {
            color: #007ACA;
            font-size: 20px;
            padding-top: 10px;
            margin-left: 20px;
        }

    #loading-dots {
        width: 20px;
        display: inline-block;
        text-align: left;
    }

    .savings_row {
        padding-bottom: 13px;
        color: #054759;
    }

    .savings_title {
        text-decoration: none;
    }

    .savings_value {
        text-align: right;
        float: right;
    }

    .search-filter {
        color: #777777;
        font-size: 12px;
    }

        .search-filter .info_header {
            padding-right: 15px;
        }

            .search-filter .info_header .right {
                clear: none;
                float: right;
            }

    .group {
        cursor: pointer;
    }

    .group-header {
        text-transform: uppercase;
        /*font-size: 11px;*/
        text-align: left;
        padding: 0px 10px 0px 19px;
        height: 48px;
        line-height: 48px;
        border-top: 1px solid #E4E4E4;
    }

    .closed .group-items {
        display: none;
    }

    .group .group-items {
        font-size: 12px;
        padding-top: 9px;
        max-height: 200px;
        border: 1px solid rgb(237, 237, 237);
        border-radius: 4px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .group .group-items a {
            padding-top: 0px;
            padding-bottom: 13px;
            padding-left: 19px;
            display: block;
            text-align: left;
            color: #777777;
            width: 230px;
        }

            .group .group-items a .check-item {
                font-size: 15px;
                position: relative;
                top: 2px;
                padding-right: 7px;
            }

            .group .group-items a.active .check-item {
                color: #333333;
            }

            .group .group-items a .check-item:before {
                content: "\f096";
            }

            .group .group-items a.active .check-item:before {
                content: "\f14a";
            }

    .group-header .expand-item {
        font-size: 20px;
        float: right;
        padding-top: 12px;
    }

        .group-header .expand-item:before {
            content: "\f0d7";
        }

    .closed .group-header .expand-item:before {
        content: "\f0da";
    }



    .purchases-total-wrapper {
        display: block;
        color: #333333;
        padding: 20px 15px 0px 15px;
    }

    .purchases-total {
        display: inline;
    }

        .purchases-total > h1 {
            display: inline-block;
            font-weight: normal;
        }

        .purchases-total .cashback-balance {
            font-size: 20px;
            font-weight: normal;
            padding: 12px 0px;
            display: inline-block;
        }

            .purchases-total .cashback-balance a {
                font-weight: 600;
                padding: 0 5px 0 20px;
            }

        .purchases-total > div {
            display: inline-block;
        }

    .purchases-button-wrapper {
        display: inline-block;
    }

        .purchases-button-wrapper a {
            text-decoration: none !important;
        }

        .purchases-button-wrapper .aspNetDisabled {
            cursor: not-allowed !important;
        }

            .purchases-button-wrapper .aspNetDisabled .purchases-button {
                opacity: 0.5;
            }



    .purchases-button-head {
        margin: 0px 15px 20px 0px !important;
    }

    .purchases-button {
        border: 1px #333333 solid;
        padding: 3px 10px;
        width: 75px;
        font-weight: 600;
        margin: 0 20px;
        font-size: 11px;
        background-color: #fff;
        text-align: center !important;
    }

        .purchases-button .fa {
            color: #000;
        }

        .purchases-button a {
            text-decoration: none;
        }


    .inline-block {
        display: inline-block;
    }

    .purchases_table_footer {
        height: 15px;
        display: block;
        padding: 15px;
    }

    /* Supplier Info*/
    .extralargebox .innerbox .category_info {
        font-size: 14px;
        text-align: left;
        padding: 15px 15px 2px 15px;
    }

    .extralargebox .innerbox .title h1 {
        color: #007ACA;
    }

    .title span h1 {
        display: inline;
    }

    .title .sharelist {
        width: 200px;
        float: right;
        margin-top: -7px;
        margin-right: -15px !important;
    }

.rightside-ex {
    width: auto !important;
    margin-right: 15px;
    margin-left: 10px;
}

.title .sharelist .shareitem {
    float: right;
    height: 48px;
    width: 90px;
    text-align: center !important;
    cursor: pointer;
}

    .title div.sharelist {
        float: right;
        /*color: #007ACA;*/
        margin-right: 0px;
        font-size: 30px;
    }

        .title div.sharelist i {
            margin-left: 0px;
            margin-left: 0px;
        }

            .title div.sharelist i:hover {
                color: #555555;
            }

    .hide-text-color {
        /*color: #ffffff;*/
        opacity: 0;
    }

    .sharelist a {
        text-decoration: none;
        display: inline-block;
    }

    .sharelist .share i {
        margin-right: 0px;
    }

    .sharetools {
        position: relative;
        top: -40px;
    }

    .teaserTextContainer {
        /*margin-bottom: 10px;*/
    }

    .right-float {
        float: right;
    }

    .locationsinfo {
        height: 36px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        text-align: left;
    }

        .locationsinfo div {
            padding-right: 15px;
        }

        .locationsinfo .fa {
            color: #9b9b9b;
            font-size: 1.2em;
        }

        .locationsinfo .menuitem a {
            color: #44839D;
            text-decoration: underline;
            cursor: pointer;
            padding-left: 5px;
        }

            .locationsinfo .menuitem a.active {
                text-decoration: none;
                color: inherit;
            }

        .locationsinfo .menu {
            float: right;
            padding-right: 0px;
        }

        .locationsinfo div {
            position: relative;
        }

            .locationsinfo div.phoneNumberWrapper {
                float: right;
                white-space: nowrap;
            }

        .locationsinfo .addressInnerWrapper .fa-map-marker {
            float: left;
        }

    #currentLocation {
        padding-left: 5px;
    }

    .addressWrapper {
        overflow: hidden;
    }

    .menuwrapper {
        float: right;
    }

    .innerbox #map {
        margin-left: 15px;
        margin-right: 15px;
    }

    .dealinfo .helpicon {
        font-size: 1.4em;
        padding-top: 0px;
        position: relative;
        top: 2px;
        padding-left: 5px;
    }

    .greyText {
        color: #8A8C8E;
    }

    .dealinfo span {
        text-transform: uppercase;
    }

    .dealinfo div {
        padding-top: 2px;
    }

    .phoneNumber {
        white-space: nowrap;
    }

    #addresslist {
        text-align: left;
        margin-left: 0px;
        margin-right: 15px;
        line-height: 24px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        max-height: 300px;
        overflow: auto;
    }


        #addresslist ul li {
            list-style: none;
        }

        #addresslist a {
            color: #333333;
            text-decoration: none;
        }

            #addresslist a.active {
                font-weight: bold;
            }


    /*othersHaveSeen*/


    .othersHaveSeenBox {
        margin: 0px 10px 0px 10px;
    }

    .othersseen {
        margin-left: 5px;
        margin-right: 5px;
    }

    @media screen and (max-width: 975px) {
        .othersHaveSeenBox {
            margin: 0px;
        }

        .othersseen {
            margin-left: 15px;
            margin-right: 15px;
        }
    }



    .othersHaveSeenBox .description-wraper {
        margin-left: 0px;
    }

    .othersHaveSeenBox .boxbelow .innerbox {
        height: 117px;
    }

    .othersHaveSeenBox .ribbon-wrapper-right {
        bottom: 74px;
        top: inherit;
    }


    .othersHaveSeenBox .innerbox .description-wraper .type {
        font-family: 'Open Sans',sans-serif;
        color: #8A8C8E;
        text-transform: uppercase;
        font-size: 10px;
        text-align: left;
        padding: 10px 10px 0px 10px;
        width: 60%;
        width: calc(100% - 110px);
    }

        .othersHaveSeenBox .innerbox .description-wraper .type span {
            overflow: hidden !important;
            display: block !important;
            white-space: normal !important;
            height: 29px !important;
        }

    .othersHaveSeenBox .innerbox .description-wraper .title {
        color: #333333;
        font-family: 'Open Sans',sans-serif;
        font-size: 19px;
        text-align: left;
        padding: 0px 10px 5px 5px;
    }

    .othersHaveSeenBox .innerbox .description-wraper .text {
        height: 34px;
        overflow: hidden;
        padding: 0px 10px 0px 10px;
        line-height: 1.3em;
    }


    .themePageBox {
        float: left;
        text-decoration: initial;
    }

        .themePageBox .description-wraper {
            margin-left: 0px;
        }

        .themePageBox .boxbelow .innerbox {
            width: 100%;
            display: inline-block;
            max-width: 611px;
            text-align: left;
        }

        .themePageBox .ribbon-wrapper-right {
            bottom: 74px;
            top: inherit;
        }


        .themePageBox .innerbox .description-wraper .type {
            font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
            color: #8A8C8E;
            text-transform: uppercase;
            font-size: 10px;
            text-align: left;
            padding: 10px 10px 0px 10px;
            width: 60%;
            width: calc(100% - 110px);
        }

            .themePageBox .innerbox .description-wraper .type span {
                overflow: hidden !important;
                display: block !important;
                white-space: normal !important;
                height: 29px !important;
            }

        .themePageBox .innerbox .description-wraper .title {
            color: #333333;
            font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
            font-size: 19px;
            text-align: left;
            padding: 0px 10px 5px 10px;
        }

        .themePageBox .innerbox .description-wraper .text {
            height: 34px;
            overflow: hidden;
            padding: 0px 10px 0px 10px;
            line-height: 1.3em;
        }

    .truncate {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    #category_menu {
        height: 41px;
        position: absolute;
        top: 73px;
        z-index: 7000;
        background: #007ACA;
        width: 100%;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

        #category_menu .cssmenu {
            max-width: 1420px;
            padding: 0;
            margin-left: auto;
            margin-right: auto;
            height: 41px;
        }

    #nav_menu {
        text-align: left;
        list-style: none;
        float: left;
        width: 100%;
        height: 41px;
        font-size: 15px;
        /*max-width: 1420px;*/
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        white-space: nowrap;
        font-size: 0;
        background: #007ACA;
    }

        #nav_menu > li {
            /* float: left; */
            text-align: left;
            display: inline-block;
            position: relative;
        }

            #nav_menu > li > a {
                line-height: 25px;
                margin-top: 7px;
                margin-bottom: 8px;
                font-size: 15px;
            }

        #nav_menu a {
            display: block;
            padding: 0 10px;
            color: #fff;
            text-decoration: none;
        }

        #nav_menu > li:hover, #nav_menu > li.active {
            background-color: #fff;
        }

        #nav_menu > li:before {
            height: 1px;
            width: 100%;
            content: '';
            display: block;
            background-color: #007ACA;
            opacity: 1;
        }

        #nav_menu > li:hover:before, #nav_menu > li.active:before {
            opacity: 0.3;
        }

        #nav_menu li:hover > a, #nav_menu li.active > a {
            color: #007ACA;
            border-top-color: #e6e6e6;
        }

        #nav_menu > li:first-child > a {
            border-left-style: hidden;
        }

        #nav_menu > li:hover + li > a, #nav_menu > li.active + li > a {
            border-left-color: #007ACA;
        }

        #nav_menu li:hover ul {
            left: 0; /* Bring back on-screen when needed */
        }

        #nav_menu ul {
            background: #fff;
            list-style: none;
            position: absolute;
            left: -9999px;
            z-index: 7000;
            font-size: 14px;
            min-width: 150px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            /*border-left: 1px solid #E4E4E4;
        border-right: 1px solid #BEBEBD;
        border-bottom: 1px solid #BEBEBD;*/
            border-radius: 0px 0px 4px 4px;
        }

            #nav_menu ul li {
                float: none;
            }

            #nav_menu ul a {
                white-space: nowrap;
            }

            #nav_menu ul a {
                background: #fff;
                color: #007ACA;
                border-top: 0 none;
                line-height: 150%;
                padding: 7px 10px;
                line-height: 25px;
            }

            #nav_menu ul li:hover > a {
                background: #007ACA;
                color: #fff;
            }

            #nav_menu ul li:last-child a {
                border-radius: 0px 0px 4px 4px;
            }


    #nav .dropdown-open .nav-icon, #nav .dropdown-open span {
        color: #007ACA;
    }


    .search-content-wrapper {
        padding-top: 15px;
    }

    .badge-container {
        position: relative;
    }

    .circle {
        width: 30px;
        height: 30px;
        border-radius: 25px;
        font-size: 17px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        background: #007ACA
    }

    /*.tab-badge {
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #007ACA;
}*/

    .menu-badge, .tab-badge {
        margin-left: 10px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }



    .modal-close {
        position: absolute;
        top: 0px;
        right: 3px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
        color: #ccc !important;
        font-size: 2.3em;
        text-decoration: none !important;
    }



    /*----Tab style----*/
    .extralargebox .header {
        height: 62px;
        background-color: #007ACA;
        color: #fff;
        text-align: left;
        padding-left: 15px;
        font-size: 14px;
    }

    .info_header .tabs a {
        color: #ffffff;
    }

    .tabs {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 43px;
    }

        .tabs .tab-nav {
            /*border-bottom: 0px solid #000000;*/
            /*width: 100%;*/
            margin-top: 5px;
            margin-right: 5px;
            height: 53px;
            font-size: 0;
            overflow: hidden;
        }

            .tabs .tab-nav li {
                display: inline-block;
                background-color: #007ACA;
                color: #fff;
                cursor: pointer;
                /*background-color: blue;*/
                border-radius: 4px 4px 0px 0px;
                border-right: 1px solid #007ACA;
                border-left: 1px solid #007ACA;
                -o-transition: color .2s ease-out, background 1s ease-in;
                -ms-transition: color .2s ease-out, background 1s ease-in;
                -moz-transition: color .2s ease-out, background 1s ease-in;
                -webkit-transition: color .1s ease-out, background .1s ease-in;
                transition: color .1s ease-out, background .1s ease-in;
            }

                .tabs .tab-nav li a {
                    text-decoration: none;
                    font-size: 14px;
                    /*max-width: 90px;*/
                    display: block;
                    padding: 5px 13px;
                }


                .tabs .tab-nav li:hover:not(.tab-nav-active):not(.tab-nav-disabled) {
                    background-color: #0073BF;
                }

                    .tabs .tab-nav li:hover:not(.tab-nav-active):not(.tab-nav-disabled) a {
                        color: white;
                    }

            .tabs .tab-nav .tab-nav-active {
                background-color: #ffffff;
            }

                .tabs .tab-nav .tab-nav-active a, .tabs .tab-nav li:hover a {
                    color: #007ACA;
                }

            .tabs .tab-nav li.tab-nav-disabled, .tabs .tab-nav .tab-nav-disabled:hover {
                /*color: #fff;
            background-color: #007ACA;*/
                cursor: default;
            }

                .tabs .tab-nav li.tab-nav-disabled a {
                    color: #668E99;
                    cursor: default;
                }

    .cms-container {
        display: inline-block;
        margin-left: 10px;
        margin-top: 12px;
    }

    .cms-menu {
        float: left;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 4px;
        height: 47px;
        line-height: 47px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cmsDropdownToggleLink {
        text-decoration: none;
        color: #b2b2b2;
        background-color: white;
    }

        .cmsDropdownToggleLink:hover {
            text-decoration: none;
            color: #007ACA;
        }
    /*----End Tab style----*/



    .container .right .menu-badge {
        position: absolute;
        top: 5px;
        left: 44px;
    }

    select {
        width: 100%;
        line-height: 31px;
        height: 50px;
        border-width: 1px;
        border-style: solid;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        border-color: #C4C4C4 #D1D1D1 #D4D4D4;
        border-radius: 2px;
        -moz-outline-radius: 3px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12) inset;
        padding-left: 10px;
        margin-bottom: 10px;
        color: #007ACA;
        font-weight: 600;
    }

        select option {
            margin-right: 10px;
            padding: 8px;
        }

    .nav-icon:hover .menu-badge {
        color: #ffffff;
    }

    /* My profile */

    .entry-group {
        color: #333333;
        padding: 0px 15px 15px 15px;
        text-align: left;
        border-radius: 4px;
        /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
        border-top: 1px solid #D8DFEB;
        border-left: 1px solid #D8DFEB;
        border-right: 1px solid #D8DFEB;
        border-bottom: 1px solid #D8DFEB;
        margin-bottom: 15px;
    }

        .entry-group .entry-group-header {
            font-size: 16px;
            line-height: 40px;
        }

    .entry {
        padding-right: 15px;
        /*margin-bottom: 5px;*/
        /*margin-top: 10px;*/
    }

        .entry p {
            font-size: 12px;
        }

        .entry .requiredMark {
            color: #007ACA;
            font-weight: normal;
            font-size: 14px;
        }

    input.wide {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    input[type=radio], input[type=checkbox] {
        border: 0px;
        width: 29px;
        height: 1.5em;
    }

    .radio-inline {
        float: left;
        position: relative;
        padding-right: 15px;
        line-height: 50px;
    }

        .radio-inline label {
            /*position: relative;
        top: -5px;*/
        }

        .radio-inline input[type=radio] {
            position: relative;
            top: 3px;
        }

    .boldfont {
        font-weight: bold;
    }

    input[type=password], input[type=text], input[type=search], textarea, select {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        margin: 5px 0px 5px 0px;
        padding: 0px 0px 0px 15px;
        color: #404040;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        -moz-outline-radius: 3px;
        /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);*/
        height: 47px;
    }

    .select_day, .select_month, .select_year {
        padding-right: 0px;
        padding-left: 10px;
        font-weight: normal;
    }

    .select_day {
        width: 60px;
    }

    .select_month {
        width: 60px;
    }

    .select_year {
        width: 80px;
    }

    .check-inline {
        white-space: nowrap;
    }

        .check-inline span {
            float: left;
        }

        .check-inline label {
            display: inline-block;
            white-space: normal;
            margin-right: 35px;
        }

        .check-inline input[type=checkbox] {
            /*position: relative;
        top: 5px;
        margin-bottom: 10px;*/
        }

    .entry-group-header.expandable {
        cursor: pointer;
    }

    .expandable .expand-item {
        position: relative;
        top: 3px;
        font-size: 20px;
        padding-top: 12px;
    }

        .expandable .expand-item:before {
            content: "\f0d7";
        }

    .expandable.closed .expand-item:before {
        content: "\f0da";
    }

    .userProfileImage {
        margin-top: 5px;
    }

    .image_right {
        float: left;
    }

    .Image_UserProfileImage {
        width: 100px;
    }

    .userProfileImage .callbutton {
        padding-right: 5px;
        padding-left: 5px;
    }

    #grid_small_fixed .listbox {
        width: 268px;
    }

    .basket-top-up {
        line-height: 50px;
    }


    .basket-header {
        width: 700px;
        text-align: left;
    }

        .basket-header ul {
            width: 100%;
        }

        .basket-header.tabs .tab-nav li a {
            min-width: 30px;
            line-height: 16px;
            vertical-align: middle;
            display: table-cell;
            height: 43px;
            text-align: center;
            width: 19%;
            padding: 5px 5px;
        }

        .basket-header ul {
            width: 100%;
        }

        .basket-header li {
            width: 19%;
        }


    .information .userinfoElement {
        margin-right: 20px;
    }

    .full-lenght-input {
        padding-bottom: 10px;
    }

        .full-lenght-input input {
            width: 75%;
            width: calc(100% - 60px);
        }

    div.msgBoxContent span {
        font-weight: normal;
    }

    .listbox.thankYouBox .row > a {
        cursor: default;
    }


    .footerPanel {
        margin-right: 15px;
        margin-left: 15px;
    }


    .termsWrapper {
        margin: 10px 0 0 10px;
        padding: 10px 20px 20px 10px
    }

        .termsWrapper .header {
            font-size: 20px;
        }

    .modal_footer {
        width: 100%;
        position: fixed;
        bottom: 0px;
        height: 80px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .modal_footer .buttons {
            margin-right: 20px;
        }

            .modal_footer .buttons .actionButton {
                padding-left: 40px;
                padding-right: 40px;
                width: auto;
            }

    .modal_header .header_close {
        /*width: 36px;
    height: 36px;*/
        cursor: pointer;
        z-index: 8040;
        color: #ccc !important;
        font-size: 2.3em;
        text-decoration: none !important;
        float: right;
        line-height: 15px;
    }

    .terms_info {
        line-height: 40px;
        margin-left: 20px;
        color: #007ACA;
    }

        .terms_info div {
            margin-right: 10px;
        }

        .terms_info a {
            color: #007ACA;
        }



    .buttons.bottom {
        /*margin-right: 20px;*/
    }

        .buttons.bottom .button {
            padding-left: 40px;
            padding-right: 40px;
            width: auto;
        }


    .middle-text {
        line-height: 40px;
    }

    a.red-button-text, a.red-button-text:link, a.red-button-text:visited {
        color: #007ACA;
    }


    .top-banner-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 255px;
        overflow: hidden;
    }

    .banner-wrapper {
        width: 100%;
        list-style: none;
        font-size: 0px;
        text-align: center;
    }

    .banner-item {
        height: 255px;
        width: 33.3333333%;
        display: inline-block;
        max-width: 611px;
        text-align: left;
    }

    .banner-content {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .banner-content .flash_text_opacity_gradient {
            top: 130px;
            height: 125px;
        }

        .banner-content .flash_container {
            width: 100%;
            height: 255px;
            top: -125px;
        }

        .banner-content .flash_text_opacity {
            top: auto;
            padding-top: 0px;
            bottom: 0px;
            height: 90px;
        }

    .banner_text {
        height: 90px;
        color: #f2f2f2;
    }

    .banner_header {
        font-size: 22px;
        max-height: 50px;
        overflow: hidden;
        line-height: 25px;
    }

    .banner_teaser {
        font-size: 14px;
        line-height: 17px;
        height: 34px;
        overflow: hidden;
    }

    .banner_text_container {
        height: 84px;
        margin-left: 110px;
    }

    .banner-ribbon {
        margin-left: 10px;
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        font-size: 16px;
        color: #007ACA;
        line-height: 80px;
        text-align: center;
        background: #f2f2f2;
        overflow: hidden;
        white-space: nowrap;
        float: left;
    }

    .banner-ribbon-wrapper {
        float: left;
    }

    @media screen and (min-width: 1800px) {
        .banner-item {
            width: 25%;
        }
    }

    @media screen and (max-width: 800px) {
        .banner-item {
            width: 50%;
        }
    }

    @media screen and (max-width: 550px) {
        .banner-item {
            width: 100%;
        }
    }

    .category-menu-item {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        text-align: left;
    }

        .category-menu-item a:link, .category-menu-item a:visited {
            display: block;
            padding: 0px 15px 0px 15px;
            color: #777777;
        }

        .category-menu-item .right {
            float: right;
        }

    .category-menu .contentbox {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .category_view_wrapper .boxbelow_header {
        padding-top: 15px;
    }

    .paidAccessInfoBox {
        color: #333;
        margin: 10px;
        font-size: 14px;
    }

    .splitter {
        border-style: none;
        border-top: #cccccc 1px solid;
        margin-left: 15px;
        margin-right: 15px;
    }

    .splitter-wide {
        margin-left: 22px;
        margin-right: 22px;
    }

    .extralargebox .buttons.buttons-wide {
        margin: 0 22px 22px 22px;
    }

    .extralargebox .left-button {
        width: 200px;
        float: right;
        padding: 0px 0 0px 0;
    }


    /* Error Page*/
    .error_container {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
        color: #9b9b9b;
    }

        .error_container .middle {
            display: table-cell;
            vertical-align: middle;
        }

        .error_container .inner {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

    .error_header {
        color: #d6d6d6;
        font-size: 57px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .error_text {
        font-size: 22px;
    }

    .error_code {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 22px;
        font-weight: bold;
    }

    .button-xlarge {
        width: 250px;
    }

    a.button-center {
        width: auto;
        padding: 10px 20px;
        font-size: 16px;
    }

    .privateMembershipWrapper {
        margin: 15px;
        text-align: left;
        color: #007ACA;
    }

        .privateMembershipWrapper .head {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 20px;
        }

    .row_header {
        font-size: 16px;
        line-height: 30px;
    }

    .row_data {
        font-size: 12px;
        line-height: 18px;
    }

    .spacer {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .privateMembershipWrapper .entry-group .entry-group-header {
        font-size: 18px;
        line-height: 40px;
    }

    .buyprocess.basketList .amount .right div {
        width: 78px;
    }

    .sharelist a:link {
        /*color: #007ACA;*/
    }

    .backButton {
        position: absolute;
        margin-top: 29px;
        margin-left: 140px;
    }

    .category-menu-item .navication-icon {
        font-size: 1.4em;
        line-height: 30px;
        font-weight: bold;
    }

    .category-menu-item .navication-icon {
        color: #007ACA;
    }

    span.clickable {
        color: #333;
    }

        span.clickable.greyText {
            color: #8A8C8E;
        }

    span.blueText {
        color: #23272A;
    }


    .fact_image {
        float: left;
        color: #ffffff;
    }



    /* Colors */
    .menu-badge {
        color: #fff;
        background: #007ACA;
    }

    .tab-badge {
        background: white;
        color: #007ACA;
    }

    .tab-nav-active .tab-badge {
        color: #fff;
        background: #007ACA;
    }


    .kudos_content {
        color: #44839D;
    }

    #cookieWrapper #div_Cookie {
        background-color: #007ACA;
    }

    .cookie-content-data li {
        padding: 0.4em 1em;
        margin-left: 3em;
    }


    .box .image, .bigbox .image, .boxbelow .image,
    .extralargebox .searchwrapper .entry .inner .right .img,
    .extralargebox .innerbox .section .image .feel {
        height: 0px;
        padding-bottom: 45%; /* proportional scaling */
        position: relative;
        width: 100%;
    }

        .box .image img, .bigbox .image img, .boxbelow .image img,
        .extralargebox .searchwrapper .entry .inner .right .img img,
        .extralargebox .innerbox .section .image .feel img {
            top: 0;
            height: 100%;
            position: absolute;
            max-width: 100%;
        }

    .reward_wrapper {
        margin-bottom: 15px;
    }

    .teasertextbottom {
        padding-top: 10px;
    }

    .normalButton a {
        width: auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    /* 980px and above */

    .promotedpanel > div.box {
        margin: 15px 15px 15px 15px !important;
        margin-bottom: 30px !important;
        margin-right: 15px !important;
    }

    .themePageBox_header {
        color: #007ACA;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 26px;
        padding: 20px 0px 25px 0px;
    }

    .theme_view_wrapper .themePageBox_header {
        padding-top: 15px;
    }

    .truncateText {
        width: 100%;
        height: auto;
        line-height: 1.3em;
        display: block; /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100% !important
    }

    .offerFont {
        font-family: 'Open Sans', sans-serif;
    }

    /* Responsive Grid*/

    @-ms-viewport {
        width: device-width;
    }

    .visible-xs,
    .visible-sm,
    .visible-md,
    .visible-lg {
        display: none !important;
    }

    .visible-xs-block,
    .visible-xs-inline,
    .visible-xs-inline-block,
    .visible-sm-block,
    .visible-sm-inline,
    .visible-sm-inline-block,
    .visible-md-block,
    .visible-md-inline,
    .visible-md-inline-block,
    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block {
        display: none !important;
    }

    @media (max-width: 767px) {
        .visible-xs {
            display: block !important;
        }

        table.visible-xs {
            display: table;
        }

        tr.visible-xs {
            display: table-row !important;
        }

        th.visible-xs,
        td.visible-xs {
            display: table-cell !important;
        }
    }

    @media (max-width: 767px) {
        .visible-xs-block {
            display: block !important;
        }
    }

    @media (max-width: 767px) {
        .visible-xs-inline {
            display: inline !important;
        }
    }

    @media (max-width: 767px) {
        .visible-xs-inline-block {
            display: inline-block !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .visible-sm {
            display: block !important;
        }

        table.visible-sm {
            display: table;
        }

        tr.visible-sm {
            display: table-row !important;
        }

        th.visible-sm,
        td.visible-sm {
            display: table-cell !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .visible-sm-block {
            display: block !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .visible-sm-inline {
            display: inline !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .visible-sm-inline-block {
            display: inline-block !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .visible-md {
            display: block !important;
        }

        table.visible-md {
            display: table;
        }

        tr.visible-md {
            display: table-row !important;
        }

        th.visible-md,
        td.visible-md {
            display: table-cell !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .visible-md-block {
            display: block !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .visible-md-inline {
            display: inline !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .visible-md-inline-block {
            display: inline-block !important;
        }
    }

    @media (min-width: 1200px) {
        .visible-lg {
            display: block !important;
        }

        table.visible-lg {
            display: table;
        }

        tr.visible-lg {
            display: table-row !important;
        }

        th.visible-lg,
        td.visible-lg {
            display: table-cell !important;
        }
    }

    @media (min-width: 1200px) {
        .visible-lg-block {
            display: block !important;
        }
    }

    @media (min-width: 1200px) {
        .visible-lg-inline {
            display: inline !important;
        }
    }

    @media (min-width: 1200px) {
        .visible-lg-inline-block {
            display: inline-block !important;
        }
    }

    @media (max-width: 767px) {
        .hidden-xs {
            display: none !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .hidden-sm {
            display: none !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hidden-md {
            display: none !important;
        }
    }

    @media (min-width: 1200px) {
        .hidden-lg {
            display: none !important;
        }
    }

    .visible-print {
        display: none !important;
    }

    @media print {
        .visible-print {
            display: block !important;
        }

        table.visible-print {
            display: table;
        }

        tr.visible-print {
            display: table-row !important;
        }

        th.visible-print,
        td.visible-print {
            display: table-cell !important;
        }
    }

    .visible-print-block {
        display: none !important;
    }

    @media print {
        .visible-print-block {
            display: block !important;
        }
    }

    .visible-print-inline {
        display: none !important;
    }

    @media print {
        .visible-print-inline {
            display: inline !important;
        }
    }

    .visible-print-inline-block {
        display: none !important;
    }

    @media print {
        .visible-print-inline-block {
            display: inline-block !important;
        }
    }

    @media print {
        .hidden-print {
            display: none !important;
        }
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col, .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-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0%;
    }

    @media (min-width: 768px) {
        .col, .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 {
            float: left;
        }

        .col-sm-12 {
            width: 100%;
        }

        .col-sm-11 {
            width: 91.66666667%;
        }

        .col-sm-10 {
            width: 83.33333333%;
        }

        .col-sm-9 {
            width: 75%;
        }

        .col-sm-8 {
            width: 66.66666667%;
        }

        .col-sm-7 {
            width: 58.33333333%;
        }

        .col-sm-6 {
            width: 50%;
        }

        .col-sm-5 {
            width: 41.66666667%;
        }

        .col-sm-4 {
            width: 33.33333333%;
        }

        .col-sm-3 {
            width: 25%;
        }

        .col-sm-2 {
            width: 16.66666667%;
        }

        .col-sm-1 {
            width: 8.33333333%;
        }

        .col-sm-pull-12 {
            right: 100%;
        }

        .col-sm-pull-11 {
            right: 91.66666667%;
        }

        .col-sm-pull-10 {
            right: 83.33333333%;
        }

        .col-sm-pull-9 {
            right: 75%;
        }

        .col-sm-pull-8 {
            right: 66.66666667%;
        }

        .col-sm-pull-7 {
            right: 58.33333333%;
        }

        .col-sm-pull-6 {
            right: 50%;
        }

        .col-sm-pull-5 {
            right: 41.66666667%;
        }

        .col-sm-pull-4 {
            right: 33.33333333%;
        }

        .col-sm-pull-3 {
            right: 25%;
        }

        .col-sm-pull-2 {
            right: 16.66666667%;
        }

        .col-sm-pull-1 {
            right: 8.33333333%;
        }

        .col-sm-pull-0 {
            right: auto;
        }

        .col-sm-push-12 {
            left: 100%;
        }

        .col-sm-push-11 {
            left: 91.66666667%;
        }

        .col-sm-push-10 {
            left: 83.33333333%;
        }

        .col-sm-push-9 {
            left: 75%;
        }

        .col-sm-push-8 {
            left: 66.66666667%;
        }

        .col-sm-push-7 {
            left: 58.33333333%;
        }

        .col-sm-push-6 {
            left: 50%;
        }

        .col-sm-push-5 {
            left: 41.66666667%;
        }

        .col-sm-push-4 {
            left: 33.33333333%;
        }

        .col-sm-push-3 {
            left: 25%;
        }

        .col-sm-push-2 {
            left: 16.66666667%;
        }

        .col-sm-push-1 {
            left: 8.33333333%;
        }

        .col-sm-push-0 {
            left: auto;
        }

        .col-sm-offset-12 {
            margin-left: 100%;
        }

        .col-sm-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-sm-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-sm-offset-9 {
            margin-left: 75%;
        }

        .col-sm-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-sm-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-sm-offset-6 {
            margin-left: 50%;
        }

        .col-sm-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-sm-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-sm-offset-3 {
            margin-left: 25%;
        }

        .col-sm-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-sm-offset-0 {
            margin-left: 0%;
        }
    }

    @media (min-width: 992px) {
        .col, .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 {
            float: left;
        }

        .col-md-12 {
            width: 100%;
        }

        .col-md-11 {
            width: 91.66666667%;
        }

        .col-md-10 {
            width: 83.33333333%;
        }

        .col-md-9 {
            width: 75%;
        }

        .col-md-8 {
            width: 66.66666667%;
        }

        .col-md-7 {
            width: 58.33333333%;
        }

        .col-md-6 {
            width: 50%;
        }

        .col-md-5 {
            width: 41.66666667%;
        }

        .col-md-4 {
            width: 33.33333333%;
        }

        .col-md-3 {
            width: 25%;
        }

        .col-md-2 {
            width: 16.66666667%;
        }

        .col-md-1 {
            width: 8.33333333%;
        }

        .col-md-pull-12 {
            right: 100%;
        }

        .col-md-pull-11 {
            right: 91.66666667%;
        }

        .col-md-pull-10 {
            right: 83.33333333%;
        }

        .col-md-pull-9 {
            right: 75%;
        }

        .col-md-pull-8 {
            right: 66.66666667%;
        }

        .col-md-pull-7 {
            right: 58.33333333%;
        }

        .col-md-pull-6 {
            right: 50%;
        }

        .col-md-pull-5 {
            right: 41.66666667%;
        }

        .col-md-pull-4 {
            right: 33.33333333%;
        }

        .col-md-pull-3 {
            right: 25%;
        }

        .col-md-pull-2 {
            right: 16.66666667%;
        }

        .col-md-pull-1 {
            right: 8.33333333%;
        }

        .col-md-pull-0 {
            right: auto;
        }

        .col-md-push-12 {
            left: 100%;
        }

        .col-md-push-11 {
            left: 91.66666667%;
        }

        .col-md-push-10 {
            left: 83.33333333%;
        }

        .col-md-push-9 {
            left: 75%;
        }

        .col-md-push-8 {
            left: 66.66666667%;
        }

        .col-md-push-7 {
            left: 58.33333333%;
        }

        .col-md-push-6 {
            left: 50%;
        }

        .col-md-push-5 {
            left: 41.66666667%;
        }

        .col-md-push-4 {
            left: 33.33333333%;
        }

        .col-md-push-3 {
            left: 25%;
        }

        .col-md-push-2 {
            left: 16.66666667%;
        }

        .col-md-push-1 {
            left: 8.33333333%;
        }

        .col-md-push-0 {
            left: auto;
        }

        .col-md-offset-12 {
            margin-left: 100%;
        }

        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-md-offset-9 {
            margin-left: 75%;
        }

        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-md-offset-6 {
            margin-left: 50%;
        }

        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-md-offset-3 {
            margin-left: 25%;
        }

        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-md-offset-0 {
            margin-left: 0%;
        }
    }

    @media (min-width: 1200px) {
        .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            float: left;
        }

        .col-lg-12 {
            width: 100%;
        }

        .col-lg-11 {
            width: 91.66666667%;
        }

        .col-lg-10 {
            width: 83.33333333%;
        }

        .col-lg-9 {
            width: 75%;
        }

        .col-lg-8 {
            width: 66.66666667%;
        }

        .col-lg-7 {
            width: 58.33333333%;
        }

        .col-lg-6 {
            width: 50%;
        }

        .col-lg-5 {
            width: 41.66666667%;
        }

        .col-lg-4 {
            width: 33.33333333%;
        }

        .col-lg-3 {
            width: 25%;
        }

        .col-lg-2 {
            width: 16.66666667%;
        }

        .col-lg-1 {
            width: 8.33333333%;
        }

        .col-lg-pull-12 {
            right: 100%;
        }

        .col-lg-pull-11 {
            right: 91.66666667%;
        }

        .col-lg-pull-10 {
            right: 83.33333333%;
        }

        .col-lg-pull-9 {
            right: 75%;
        }

        .col-lg-pull-8 {
            right: 66.66666667%;
        }

        .col-lg-pull-7 {
            right: 58.33333333%;
        }

        .col-lg-pull-6 {
            right: 50%;
        }

        .col-lg-pull-5 {
            right: 41.66666667%;
        }

        .col-lg-pull-4 {
            right: 33.33333333%;
        }

        .col-lg-pull-3 {
            right: 25%;
        }

        .col-lg-pull-2 {
            right: 16.66666667%;
        }

        .col-lg-pull-1 {
            right: 8.33333333%;
        }

        .col-lg-pull-0 {
            right: auto;
        }

        .col-lg-push-12 {
            left: 100%;
        }

        .col-lg-push-11 {
            left: 91.66666667%;
        }

        .col-lg-push-10 {
            left: 83.33333333%;
        }

        .col-lg-push-9 {
            left: 75%;
        }

        .col-lg-push-8 {
            left: 66.66666667%;
        }

        .col-lg-push-7 {
            left: 58.33333333%;
        }

        .col-lg-push-6 {
            left: 50%;
        }

        .col-lg-push-5 {
            left: 41.66666667%;
        }

        .col-lg-push-4 {
            left: 33.33333333%;
        }

        .col-lg-push-3 {
            left: 25%;
        }

        .col-lg-push-2 {
            left: 16.66666667%;
        }

        .col-lg-push-1 {
            left: 8.33333333%;
        }

        .col-lg-push-0 {
            left: auto;
        }

        .col-lg-offset-12 {
            margin-left: 100%;
        }

        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-lg-offset-9 {
            margin-left: 75%;
        }

        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-lg-offset-6 {
            margin-left: 50%;
        }

        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-lg-offset-3 {
            margin-left: 25%;
        }

        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-lg-offset-0 {
            margin-left: 0%;
        }
    }

    .clearfix,
    .clearfix:before,
    .clearfix:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

        .clearfix:after,
        .container:after,
        .container-fluid:after,
        .row:after {
            clear: both;
        }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pull-right {
        float: right !important;
    }

    .pull-left {
        float: left !important;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media (max-width: 750px) {
        .hideResponsiveButton {
            display: none !important;
        }
    }

.icon_text{font-size: 10px;}