/* Minification failed. Returning unminified contents.
(2710,1): run-time error CSS1019: Unexpected token, found '@import'
(2710,9): run-time error CSS1019: Unexpected token, found '"style.css"'
 */
/* -- layout -- */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Sticky footer fix  MOR*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#page {
    min-height: 100%;
    position: relative;
}

#main_content {
    padding-bottom: 410px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.section.light_blue {
    margin-top: 35px;
    padding-bottom: 35px;
    background-color: #233f4b;
    color: #ffffff;
}

    .section.light_blue a {
        color: #ffffff;
    }

    .section.light_blue li {
        background: none;
    }

.list_icons {
    text-align: center;
}

.list_icons li {
    margin-right: 60px;
    display: inline-block;
}

.special_width_fix {
    width: 99%;
}

/* IE 8 Responsive fix MOR*/

.ie8 span.icon-hamburger {
    background-image: url(../images/7/icons/hamburger_white_ie8_20x20.png);
}

.ie8 div.navigation_primary li .item a span.icon-menu {
    background: url("../images/7/icons/menu_item_20x20.png");
}

.ie8 .active span.icon-hamburger {
    background: url(../images/7/icons/hamburger_black_ie8_20x20.png);
}

.ie8 .navigation.navigation_primary {
    position: inherit !important;
}

    .ie8 .navigation.navigation_primary ._submenu {
        right: 25px !important;
    }

        .ie8 div.navigation_primary ul:before {
            width: 187px !important;
        }

* {
    font-family: 'Segoe UI', 'Helvetica Neue', Segoe, Helvetica, Arial, FreeSans, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
}


.section_breadcrumbs {
    display: none;
}

.section.breadcrumb a, .section.breadcrumb p, .section.breadcrumb li {
    display: inline-block;
    margin-right: 5px;
}


    /* apply a natural box layout model to all elements */
    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

a:focus {
    outline: #a5c7fe solid 2px;
}

body {
    color: #414042;
}

fieldset {
    border: none;
}

img {
	border: none;
}
img.video {
	cursor:pointer;
}

h1 {
    line-height: 120%;
    font-size: 32px;
    font-weight: 100;
    padding: 18px 0 12px 0;
}

h2 {
    font-size: 24px;
    font-weight: 100;
    padding: 18px 0 12px 0;
}

h3 {
    font-size: 20px;
    font-weight: 100;
    padding: 12px 0 6px 0;
}


h4 {
    font-weight: 300;
}

p {
    line-height: 140%;
    margin: 0 0 10px 0;
}


a {
    color: #bb1d2c;
}

    a.text {
        color: #414042;
    }
/*
ul, ol {
    padding: 0 12px 0 20px;
}
*/

li {
    padding: 0 12px 12px 12px;
}

br.newline {
    clear: both;
    display: block;
    height: 1px;
}

.section {
    text-align: center;
    clear: both;
}

.row {
    width: 100%;
}

.container {
    margin: 0 auto;
    padding: 35px 0 35px 0;
    max-width: 1024px;
    text-align: left;
}

.show_phone {
    display: none;
}

.no_top_padding {
    padding-top: 0;
}

.no_bottom_padding {
    padding-bottom: 0;
}

.no_padding {
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumb .container {
    padding-top: 0;
    padding-bottom: 0;
}

.bContainer {
    padding-bottom: 20px;
}

.space_bottom, .section.banner_content, .space {
    padding-bottom: 50px;
}

.section.banner_content .highlighted {
        float: left;
    width: 65%;
    background-color: rgba(255, 255, 255, 0.6);
        padding: 10px 40px 20px 40px;
}

.clear {
    overflow: hidden;
    clear: both;
}



#page {
    background: #fff;
}

div.container_section {
    margin: 0 auto;
}

div.section div.container_section, div.section div.container {
    overflow: hidden;
    clear: both;
}

/* For screenreaders */
.offscreen {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

/* Floating left or right */
.left {
    float: left;
}

.right {
    float: right;
}

.modal {
    position: absolute;
    width: 60%;
    height: 300px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -30%;
     border: 3px solid #14242c;
    background-color: #ffffff;
    z-index: 99999;
}

.modal_overlay {
    position: fixed;
    display: block;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-position: center center;
    background-repeat: no-repeat;
}

ol.numeration {
	padding: 0 12px 0 40px;
}

    ol.numeration li {
	list-style-type: decimal;
	padding-left: 20px;
}

/*Anchor*/

.anchor-link {
    color: #414042;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
}

.anchor-link h1{
    line-height: 65%;
}

.anchor-link:hover {
    border-color:#414042;
}

.anchor-link:focus {
  outline:none
}

/* HEADER */
#header {
    position: absolute;
    width: 100%;
}

    #header .container {
        max-width: 100%;
    }

    #header div.container_section {
        overflow: hidden;
        padding: 24px 0;
        clear: both;
    }

    #header div.section_navigation_secondary {
        background: transparent;
        height: 32px;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.6);
    }

    #header div.section_navigation_primary {
        height: 110px;
        position: relative;
    }

        #header div.section_navigation_primary div.container_section,
        #header div.section_navigation_secondary div.container_section {
            overflow: visible;
            padding: 0 20px 0 20px;
            height: 100%;
            margin: 0 auto;
            /*width: 90%;*/
            max-width: 1064px;
        }


        /*
         *   MOR 010714 - Fixes color issues
         */

        #header .buttons_submenu {
            display: block;
            width: 100%;
            height: 100%;
            background-color: #233e4b;
        }

        #header .headerColorFixR {
            width: 50%;
            height: 100%;
            display: block;
            position: absolute;
            background: #233e4b;
            right: 0;
        }

        #header .headerColorFixL {
            width: 50%;
            height: 100%;
            display: block;
            position: absolute;
            background: #14242c;
        }

        #header h2 {
          font-size: 13px;
        }


        /* debug (Header) */
div.debug {
    float: left;
    color: #000;
    font-size: 11px;
    line-height: 32px;
}

/* navigation */
div.navigation {
    /*float: left;  Causing menu to colapse into banner picture removed for test - MOR 01-07-14 - Testet OK*/
}

    div.navigation ul {
        list-style: none;
        padding: 0;
    }

    div.navigation li {
        float: left;
        position: relative;
        padding: 0 10px;
    }

    div.navigation div.item a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        clear: both;
    }

/* Navigation primary */
#loginSub, #signupSub {
    padding: 0;
}

div.navigation_primary li.seperator {
    /*background: transparent url(../images/7/scandinavia/graphics/navigation_primary_seperator.png) no-repeat left center;*/
    padding: 0 0 0 37px;
}

div.navigation_primary div.item a {
    color: #ffffff;
    font-size: 13px;
}

div.navigation_primary div.item.first {
    margin-left: 20px;
}

    div.navigation_primary div.item a:hover {
        text-decoration: underline;
    }

div.navigation_primary li.selected div.item a {
    text-decoration: underline;
}


/* Navigation right */
div.navigation_right {
    float: right;
}

/* Navigation secondary */
div.navigation_secondary div.item a, div.navigation_secondary div.item span {
    color: #000;
    font-size: 11px;
    line-height: 32px;
    height: 32px;
}

div.navigation_secondary div.item_cookies a {
    padding-right: 24px;
}

div.navigation_secondary div.item_facebook a {
    padding-right: 24px;
}
/* LOGO */
#branding {
    float: left;
    height: 100%;
    background-color: #14242c;
    padding: 40px 30px 0px 0px;
}

    #branding a {
        display: block;
    }

/* Column definitions */
.columns {
    /* Negative padding to offset inner column paddings, to achieve uniform column separations */
    /*margin-left: -20px;
    margin-right: -20px;*/
}

.column_20.offset, .column_33.offset, .column_32.offset, .column_50.offset, .column_66.offset, .column_80.offset, .column_100.offset {
    margin-left: -4px;
}

.column_20, .column_33, .column_32, .column_50, .column_66, .column_80, .column_100 {
    display: inline-block;
    vertical-align: middle;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.align_top .column_20, .align_top .column_33, .align_top .column_32, .align_top .column_50, .align_top .column_66, .align_top .column_80, .align_top .column_100 {
    display: inline-block;
    vertical-align: top;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.column_20 {
    width: 20%;
}

.column_25 {
    width: 24%;
}

.column_33 {
    width: 33%;
}

.column_32 {
    width: 32%;
}

.column_50 {
    width: 48%;
}

.column_66 {
    width: 66%;
}

.column_75 {
    width: 75%;
}

.column_80 {
    width: 80%;
}

.column_100 {
    width: 100%;
}

    .column_33 img, .column_50 img, .column_66 img, .column_100 img {
        max-width: 100%;
    }



.small_margin {
    margin-top: 30px;
}

.content_80 p {
    max-width: 80%;
}

.top_align {
    vertical-align: top;
}

.half {
    width: 48%;
}

.pl_50 {
        padding-left: 50px;
    }

.margin_right {
    /*padding-right: 22px;*/
    margin-right: 4%;
}

/* Center */
.center {
    text-align: center;
}
/* Left */
.left {
    text-align: left;
}

/* Sections */
.section.senders {
    padding: 0;
}

.container.senders {
    padding: 0px 0px 5px 0px;
}

.right_arrow {
    background-image: url("../images/7/icons/rightarrow.png");
}

.section.dark {
    background-color: #13242c;
    color: #ffffff;
    margin-top: 35px;
    padding-top: 0;
}

.container.grey, .columns.grey {
    background-color: #f2f2f2;
    color: #000000;
}

    .section.dark .container {
        padding: 225px 0 225px 0;
    }

.section.blue {
    background-color: #233d4a;
    color: #ffffff;
}

.container.line, .content.line {
    border-top: 1px solid #c9c9c9;
}

.content.line {
    padding: 35px 0 35px 0;
}

h2.head_line, h1.head_line {
	border-bottom: 1px solid #c9c9c9;
    width: 100%;
    padding-top: 0px;
	margin-bottom: 15px;
}

div.section div.container_section {
    overflow: hidden;
    padding: 24px 0;
    clear: both;
}

.section.no_banner {
    padding-top: 160px;
}

div.carousel_item {
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

    div.carousel_item .container.center {
      max-width: 600px;
      height: 560px;
    }

.warning_wrapper {
    background-color: #D8EFF7;
    color: #000000;
    padding: 12px 25px 12px 0;
    margin-bottom: 20px;
}

    .warning_wrapper.error {
	background-color: #bb1d2c;
        color: #ffffff;
}

    .warning_wrapper span {
        display: inline-block;
}

    .warning_wrapper .warning_mess {
        width: 80%;
}

.warning_icon {
    vertical-align: top;
    padding: 0px 12px 0 14px;
    font-size: 25px;
}

.warning_wrapper h2 {
    padding: 0;
}

.contact_wrapper {
    background-color: #F5F5F5;
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
}

.contact_wrapper .inner_section {
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #D7D7D7;
}

.contact_wrapper .inner_section h2 {
    margin: -5px 0 0 0;
    padding: 0;
}

.contact_wrapper .inner_section legend {
    margin: -5px 0 0 0;
    padding: 0;
    font-size: 24px;
    font-weight: 100;
}

.contact_wrapper .inner_section span {
    padding: 20px 0 5px 0;
    display: inline-block;
}

.contact_wrapper .inner_section input, .contact_wrapper .inner_section textarea {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #D7D7D7;
    padding: 5px;
}

.contact_wrapper .inner_section textarea {
    resize: none;
    height: 200px;
}

.contact_wrapper .inner_section label {
    display: block;
}

.contact_wrapper .inner_section a {
    margin: 10px 10px 0 0;
            border: 1px solid #D7D7D7;
}



/* IMAGE SECTION BANNER */
body.image_a div.section.banner {
    background-image: url("../images/7/pictures/main_0A_2000x1000.jpg");
}

body.image_0 div.section.banner {
    background-image: url("../images/7/pictures/main_01_2000x1000.jpg");
}

body.image_1 div.section.banner {
    background-image: url("../images/7/pictures/main_02_2000x1000.jpg");
}

body.image_2 div.section.banner {
    background-image: url("../images/7/pictures/main_03_2000x1000.jpg");
}

body.image_3 div.section.banner {
    background-image: url("../images/7/pictures/main_04_2000x1000.jpg");
}

body.image_4 div.section.banner {
    background-image: url("../images/7/pictures/main_05_2000x1000.jpg");
}

body.image_5 div.section.banner {
    background-image: url("../images/7/pictures/main_06_2000x1000.jpg");
}

body.image_6 div.section.banner {
    background-image: url("../images/7/pictures/main_07_2000x1000.jpg");
}

body.image_7 div.section.banner {
    background-image: url("../images/7/pictures/main_08_2000x1000.jpg");
}

body.image_8 div.section.banner {
    background-image: url("../images/7/pictures/main_09_2000x1000.jpg");
}

body.image_9 div.section.banner {
    background-image: url("../images/7/pictures/main_10_2000x1000.jpg");
}

body.image div.section.banner {
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* section banner */
div.section.banner {
    height: 670px;
}

div.section.banner_content {
    margin-top: -400px;
    height: 400px;
}

div.section.banner div.container {
    padding: 300px 0 0 0;
    min-height: 370px;
    height: auto !important;
    max-width: 1024px;
}

.text_block {
    padding: 10px 0 0px 0;
}

.text_block p {
    margin: 0;
}

    .text_block ul, .text_block ol {
    padding: 10px 5px 5px 40px;
}

.links ul {
    padding: 10px 5px 5px 0;
}


.text_block li {
	padding-left: 20px;
	list-style-type: disc;
}

.text_block ol li {
    padding-left: 20px;
    list-style-type: decimal;
}
/*.text_block a{
	margin-top: 12px;
	display: block;
}*/

/* Button */
.buttons {
    float: left;
    margin: 10px -5px;
}


    .buttons .button, .buttons_submenu .button, .button, input[type="submit"].button {
        min-width: 125px;
        height: 40px;
        text-align: center;
        padding: 0 30px;
        line-height: 40px;
        display: inline-block;
        position: relative;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        font-size: 13px;
        margin: 5px;
        cursor: pointer;
        -webkit-transition: 0.2s background;
        -moz-transition: 0.2s background;
        -ms-transition: 0.2s background;
        -o-transition: 0.2s background;
        transition: 0.2s background;
        border: none;
    }

    .navigation_primary a {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        font-size: 13px;
        cursor: pointer;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        position: relative;
        margin: 35px 5px !important;
    }

    #loginSub {
        margin-left: 8px;
    }

    .navigation_primary #loginSub a, .navigation_primary #signupSub a {
        color: #ffffff;
        text-decoration: none;
        min-width: 125px;
        -webkit-transition: 0.2s background;
        -moz-transition: 0.2s background;
        -ms-transition: 0.2s background;
        -o-transition: 0.2s background;
        transition: 0.2s background;
    }


    .buttons.same_width .button {
        min-width: 145px;
    }

.buttons .button.primary, .button.primary, #loginSub a {
        background-color: #bb1d2c;
    }

    .buttons .button.primary:hover, .button.primary:hover, #loginSub a:hover {
            background-color: #c53f4c;
        }

.buttons .button.highlight, .button.highlight, #signupSub a {
        background-color: #14242c;
    }



    .buttons .button.highlight:hover, #signupSub a:hover {
            background: #1a2e37;
        }

span.icon {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    top: 6px;
    right: 6px;
}

    span.icon img {
        height: 24px;
        width: 24px;
    }


span.icon-apple {
        background: url(../images/7/icons/apple.png);
    }

span.icon-android {
        background: url(../images/7/icons/android.png);
    }

span.icon-windows {
        background: url(../images/7/icons/windows.png);
    }

span.icon-youtube {
    background: url(../images/7/icons/YouTube-social-icon_dark_24px.png);
    width: 24px;
    height: 17px;
    top: 3px;
    right: 6px;
}

span.icon-hamburger {
    background-image: url(../images/7/icons/hamburger_white.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 10px;
}

.active span.icon-hamburger {
    background-image: url(../images/7/icons/hamburger_black.png);
}

span.small_triangle {
    font-size: 7px;
    top: -2px;
    right: -10px;
    position: relative;
}

/* Search box */
.search_wrapper input[type=submit] {
    padding-left: 12px;
	padding: 5px 15px;
    background: #bb1d2c url(../images/7/icons/search_icon.png) no-repeat center center;
    border: 0 none;
    cursor: pointer;
    height: 40px;
    width: 15%;
}

.search_wrapper input[type=text], .search_box select {
    padding-left: 12px;
}

.search_box {
	width: 100%;
    height: 40px;
    line-height: 39px;
}

.search_wrapper .left {
    width: 80%;
}

.search_box select {
	width: 95%;
}

.search_box option span {
    padding: 5px;
}


.blueBg {
    background-color: #233f4b;
    color: #fff;
}

.tile {
    overflow: hidden;
	position: relative;
    width: 97%;
}

.tile img {
    max-width: 100%;
}

    .tile.square {
        min-height: 260px;
}

    .tile.right {
        float: right;
}

    .tile .inner {
        padding: 50px 30px 30px 30px;
    text-align: center;
}

    .tile .tileIcon {
	position: absolute;
	background-repeat: no-repeat;
	width: 150px;
	height: 172px;
	float: right;
	top: -45px;
	right: -15px;
}

        .tile .tileIcon#questionicon {
	background-image: url('../images/7/icons/question_trans_icon.png');
}

        .tile .tileIcon#keyicon {
	background-image: url('../images/7/icons/key_trans_icon.png');
}

        .tile .tileIcon#plusicon {
	background-image: url('../images/7/icons/plus_trans_icon.png');
}

    .tile p {
        padding: 30px 0px 30px 0px;
}

    .tile h2 {
        padding: 30px 0px 0px 0px;
    }

    .tile h1 {
        padding: 0px;
    }

    .tile .button {
        width: 100%;
    margin: 0px;
}

    .tile.tileCenter {
        margin: 0 auto;
}

    .vertical_top{
        vertical-align:top;
    }

.subparagraph {
    margin-bottom: 20px;
}

.tile_sm {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 30px 35px 0;
	height: 110px;
	width: 140px;
}
	.tile_sm.red {
		background-color: #bb1d2c;
		color: #ffffff;
	}
	.tile_sm.grey {
		background-color: #f5f5f5;
		color: #000000;
	}
	.tile_sm img {
		margin: 20px 0 0 0;
		height: 32px;
		width: 32px;
	}
	.tile_sm p,
    .tile_sm .paragraph {
		position: absolute;
		line-height: 16px;
		padding: 0 10px 5px 10px;
		bottom: 0px;
        font-size: 13px;
	    margin: 0 0 10px 0;
	}
	.tile_sm.grey p,
    .tile_sm.grey .paragraph {
		color: #000000;
	}
	.tile_sm.red p,
    .tile_sm.red .paragraph {
		color: #ffffff;
	}
	.tile_sm a {
		display: block;
		text-decoration: none;
		height: 110px;
		width: 140px;
	}

    .tile_sm .heading {
        line-height: 120%;
        font-size: 32px;
        font-weight: 100;
        padding: 18px 0 12px 0;
        display: block;
    }

/* NEWS SECTION */
div.grid {
    width: 1024px;
}


.news_section {
    margin-top: 35px;
    padding-bottom: 35px;
    background-color: #233f4b;
}

div.news_section h1 {
    color: #ffffff;
}

div.news_item {
    background-color: #ffffff;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #bd1b31;
    margin-bottom: 44px;
}

    div.news_item h3 {
        padding: 0 0 12px 0;
    }

    div.news_item p.date {
        text-transform: uppercase;
    }

.news_item_content {
    padding: 35px;
}

/* Deprecated (? xch)
.news_item_image {
    background: url("http://placehold.it/500x200");
    width: 500px;
    height: 200px;
}
.youtube_placehold {
	background: url("http://placehold.it/610x325");
    width: 610px;
    height: 325px;
	margin: 15px 0 15px 0;
}*/

.news_image {
    margin-bottom: -18px;
}

    .news_image:after {
        bottom: 35px;
        left: 92px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        border-bottom-color: #FFFFFF;
        border-width: 18px;
        margin-left: -18px;
    }

    .news_image img {
        display: block;
        width: 100%;
    }

/** Footer **/
#footer {
    background: #14242c;
    width: 100%;
}

    #footer h3 {
        font-size: 13px;
        line-height: 140%;
        margin: 0 0 10px 0;
        font-weight: 400;
        padding: 0;
    }
    #footer div.section * {
        color: #fff;
    }

    #footer div.shortcuts li {
        float: left;
        padding: 0 12px 0 0;
        margin: 0 12px 6px 0;
    }

    #footer div.content {
        position: relative;
        margin: 12px 0;
    }

    #footer .footer_navigation {
        display: inline-block;
        padding: 32px 0 20px 0;
    }

    #footer #footer_branding, #footer .footer_buttons {
        float: left;
    }

        #footer #footer_branding img {
            margin: 5px 0;
        }

        #footer .footer_buttons ul {
            list-style: none;
            float: left;
            width: 100%;
            position: relative;
            padding: 0 0 0 20px;
        }

            #footer .footer_buttons ul li {
                float: left;
                position: relative;
                padding: 0 20px;
                border-left: 1px solid #ffffff;
            }

            #footer .footer_buttons ul .button, #footer .shortcuts .shortcuts_menu_btn {
                min-width: 125px;
                cursor: pointer;
                height: 40px;
                line-height: 38px;
                border: 1px solid #ffffff;
                margin-top: 0;
                margin-bottom: 0;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                -o-user-select: none;
                user-select: none;
                text-align: center;
            }

        #footer .footer_buttons .language_menu_btn {
            width: 195px;
            padding: 0 19px;
        }

            #footer .footer_buttons .language_menu_btn.active {
                background: #ffffff;
                color: #000000;
                border: 1px solid #14242c;
                border-top: none;
            }


            #footer .footer_buttons .language_menu_btn b {
                color: #ffffff;
            }

            #footer .footer_buttons .language_menu_btn.active b, #footer .footer_buttons .language_menu_btn.active span.small_triangle {
                color: #000000;
            }



        #footer .footer_buttons ul li .language_menu {
            float: none;
            position: relative;
            display: none;
        }



        #footer .footer_buttons ul li ul {
            position: absolute;
            width: 195px;
            bottom: 35px;
            z-index: 10;
            border: 1px solid #14242c;
            background: #ffffff;
            padding: 0;
            margin: 5px;
        }


            #footer .footer_buttons ul li ul li {
                float: left;
                width: 100%;
                padding: 0;
            }

                #footer .footer_buttons ul li ul li + li {
                    border-top: 1px solid #14242c;
                }

                #footer .footer_buttons ul li ul li a {
                    color: #000000;
                    text-decoration: none;
                    width: 100%;
                    display: inline-block;
                    padding: 0 20px;
                    height: 40px;
                    line-height: 40px;
                }

                    #footer .footer_buttons ul li ul li a:hover {
                        text-decoration: underline;
                    }



/* Footer - shortcuts */
.shortcuts {
    clear: both;
}

div.shortcuts ul {
    list-style: none;
    padding: 0 0 12px 0;
}

div.shortcuts li {
    float: none;
    display: inline;
}

div.items {
    max-width: 500px;
    display: inline-block;
}

/* Slick carousel section (Default styling)*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    /*.slick-loading .slick-list { background: white url('ajax-loader.gif') center center no-repeat; }*/
    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: none;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:focus, .slick-next:focus {
        outline: none;
    }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        -ms-opacity: 0.25;
        opacity: 0.25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        -ms-opacity: 0.85;
        opacity: 0.85;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

    .slick-prev:before {
        content: "\2190";
    }

.slick-next {
    right: -25px;
}

    .slick-next:before {
        content: "\2192";
    }

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 20%;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:focus {
                outline: none;
            }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "\2022";
                width: 20px;
                height: 20px;
                font-size: 40px;
                line-height: 20px;
                text-align: center;
                color: white;
                -ms-opacity: 0.6;
                opacity: 0.6;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -ms-text-shadow: 0px 0px 3px black;
                text-shadow: 0px 0px 3px black;
            }

        .slick-dots li.slick-active button:before {
            -ms-opacity: 0.75;
            opacity: 0.75;
            font-size: 60px;
            -ms-opacity: 1;
            opacity: 1;
        }

/* Slick carousel section end*/


/* Tab bar */
.section.tab_bar {
  position: relative;
  padding: 0 0 0 20px;
  height: 40px;
  top: -40px;
}

  .section.tab_bar .container {
    padding: 0;
    font-size: 0;
  }

  .section.tab_bar a {
    line-height: 37px;
    vertical-align: middle;
    padding: 0 30px;
    min-width: 125px;
    background-color: #ededed;
    display: inline-block;
    border-bottom: 1px solid #c7c7c7;
    border-top: 2px solid #bb1d2c;
    text-align: center;
    color: #707070;
    text-decoration: none;
  }

  .section.tab_bar a.selected {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #414042;
  }

  .section.tab_bar a + a {
    border-left: 1px solid #c7c7c7;
  }


/* Cookies banner */
#cookiebanner {
    background: #233f4b;
    background: rgba(35, 63, 75, 0.9);
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: none;
}

#cookiebanner .container {
        padding-top: 0;
        padding-bottom: 0;
}

        #cookiebanner .container .column_66 {
            width: 55%;
        }

    #cookiebanner #cookieText {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        height: 80px;
        color: #fff;
        text-decoration: none;
    }

    #cookiebanner .buttons {
        float: right;
        line-height: 80px;
        margin-top: 0;
    }

    #cookiebanner form {
        display: inline-block;
    }
/* Senders section */
.senders .line {
    margin-bottom: 15px;
}

.start_letter {
    margin-top: 25px;
    padding: 0;
}

.senders_search {
    width: 100%;
    height: 40px;
    font-weight: bold;
    line-height: 39px;
}

.senders.column_50 {
    padding: 0;
}

#senders_form input[type=submit] {
    padding: 5px 15px;
    background: #bb1d2c url(../images/7/icons/search_icon.png) no-repeat center center;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    height: 40px;
    width: 15%;
}

.img_container {
    padding: 20px 0 20px 0;
}

.group_category {
    background-color: #f2f2f2;
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
    height: 278px;
    position: relative;
}

    .group_category ul, li {
        list-style-type: none;
        padding: 0px 0 10px 0;
    }

    .group_category ul, li .sender {
        padding: 15px 0 15px 0;
    }

.group_category .more {
    text-align: right;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.group_category a {
    text-decoration: none;
}


input:focus::-webkit-input-placeholder {
    color: transparent;
}

.links ul {
    list-style: none;
}

.links li {
    background: url('../Images/7/icons/Arrow.png') no-repeat 0 7px;
	padding: 0px 0 12px 20px;
    list-style-type: none !important;
}

.senders.links li {
    background: url('../images/7/icons/arrow_16x16.png') no-repeat 15px 9px;
    background-color: #f5f5f5;
	padding: 8px 0 9px;
}

.links a {
    text-decoration: none;
    margin: 10px 0 10px 0;
}

.links.columns {
    padding: 10px 0 0 0;
    min-height: 40px;
    overflow: hidden;
}

.senders .column_33 {
    padding-right: 10px;
}

.links .column_33 {
    margin-bottom: 10px;
}

.group_line.first_line {
    margin: 15px 0 15px 0;
}

.group_line {
    height: 3px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 15px;
}
/* Senders sender section*/
.senders_sender_content {
    display: inline-block;
    padding: 10px 10px 10px 40px;
    font-weight: normal;
}

.senders_sender_title {
    cursor: pointer;
    padding-left: 40px;
}

.iframe {
    padding: 0;
}

.senders_sender.first {
    text-align: center;
    padding: 142px 0 0 0;
    clear: both;
}

.senders_sender a {
    text-decoration: none;
}

.senders_sender img {
    float: left;
}

.customer_header img {
    margin-right: 80px;
}

.customer_header h1 {
    padding: 0 0 13px;
}

.senders_sender .column_33, .column_66 {
    vertical-align: top;
}


.senders_sender .grey {
    /*background-color: #f2f2f2;*/
    background-color: #ebebeb;
    color: #000000;
    margin-top: 71px;
    padding-left: 20px;
    border: 1px solid #cfcfcf;
}

.column_33.customerContact {
    padding-bottom: 20px;
}

.senders_sender ul > li {
    background-color: #f5f5f5;
    font-weight: bold;
    /*color: #bb1d2c;*/
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

    .senders_sender ul > li:nth-child(odd) {
        background-color: #ebebeb;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
/* Hidden elements before media queries */
.hidden {
    display: none !important;
}

.modal iframe {
    width: 100%;
    height: 92%;
    border: none;
    position: absolute;
    top: 7%;
}

.modal .closeBtn {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    color: #bb1d2c;
}



/* news page */
.page_news .news_col1 .news_module_con_odd {
    display: none;
}

/* Media queries for responsive. Tablet version */
@media screen and (max-width: 1023px) {
    .section.banner_content .highlighted {
        width: 100%;
        background-color: #f4f4f4;
        padding: 0;
    }

    .container {
        padding: 35px 20px 35px 20px;
    }

    .hidden-tablet {
        display: none;
    }

    .buttons_submenu {
        height: 100%;
    }

    .senders .line._3 {
    display: none;
}

    .links .column_33 {
        width: 50%;
    }

    .senders .column_33 {
        width: 50%;
    }

    .column_32.tridisplay {
        width: 100%;
    }

    .column_32.tridisplay .tile {
        width: 50%;
        margin: 0 auto;
        float: none;
    }

    .senders .column_33.grey {
            width: 100%;
    }

    .senders.column_50 {
        width: 100%;
    }

    .buttons_submenu .button.hidden {
            display: block !important;
        }

        .buttons_submenu #signupTablet {
            display: block !important;
        }

    .navigation.navigation_primary ._submenu p.hidden {
        display: block !important;
        padding: 12px;
        margin: 0;
    }

    .navigation_primary_button, .navigation_login_button {
        display: block;
        color: #000000;
        text-align: center;
        padding-top: 0;
        margin: 35px 5px !important;
        height: 50px;
        width: 50px;
        line-height: 50px;
        vertical-align: middle;
        background-color: #16252d;
        float: right;
        cursor: pointer;
        min-width: 100px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

        .navigation_primary_button.active {
            color: black;
            background-color: #ffffff;
            border: 1px solid #cdcbcc;
        }

    .navigation_login_button {
        margin-right: 10px;
        background-color: #bb1d2c;
    }

    #loginSub, #signupSub {
        display: none;
    }

    div.navigation.navigation_primary {
        float: none;
        position: relative;
        display: none;
    }

        div.navigation.navigation_primary ul {
            position: absolute;
            width: 343px;
            top: 84px;
            right: 5px;
            z-index: 10;
            border: 1px solid #cdcbcc;
        }

        /*, div.item a  mikkel*/
    .navigation_primary a {
        text-align: left;
        display: inline-block;
        position: relative;
        color: #bb1d2c !important;
        margin: 0 !important;
    }

    div.navigation_primary ul:before {
                content: " ";
                width: 125px;
                height: 11px;
                background: #ffffff;
                position: absolute;
                z-index: 12;
                top: -11px;
                right: -1px;
                border-left: 1px solid #cdcbcc;
                border-right: 1px solid #cdcbcc;
            }

    div.navigation_primary li {
            float: none;
            background-color: white;
            min-height: 49px;
        padding: 0;
        }

        div.navigation_primary li .item a {
            font-size: 18px;
            line-height: 49px;
                margin: 0;
            width: 100%;
            padding: 0 12px;
            }

            div.navigation_primary li .item a h2 {
                font-size: 18px;
                color: #bb1d2c;
                line-height: 49px;
                margin: 0;
                width: 100%;
                padding: 0;
                display: inline;
            }

            div.navigation_primary li .item a span.icon-menu {
                display: inline-block !important;
                background: url("../images/7/icons/menu_item_24x24.png");
                position: relative;
                display: inline-block;
                width: 20px;
                height: 20px;
                background-repeat: no-repeat;
                -ms-background-size: 100% auto !important;
                background-size: 100% auto !important;
                top: 4px;
                right: 0;
                margin-right: 12px;
            }

    div.navigation.navigation_primary li.seperatorTop {
                background-image: none;
                margin: 0;
                border-top: 1px solid #e2e0e1;
            }

            div.navigation.navigation_primary li.seperatorBottom {
                background-image: none;
                margin: 0;
                border-bottom: 1px solid #e2e0e1;
            }

    div.navigation_primary div.item.first {
        margin-left: 0;
    }

    .navigation_menu_button {
        display: block;
        float: right;
    }

    .section_navigation_primary, .section {
        width: 100%;
    }

    div.navigation_primary div.item p {
        font-size: 12px;
        line-height: 200%;
        color: #5A5A5A;
    }

    div.navigation_primary div.item a:hover h2 {
        text-decoration: underline;
    }

    div.navigation_primary div.item a:hover p {
        text-decoration: none;
    }

    div.section.banner {
        height: 500px;
    }

    div.section.banner_content {
        margin-top: 0;
        padding-top: 0;
        height: auto;
        border-bottom: 3px solid #bb1d2c;
        background-color: #f4f4f4;
    }

        div.section.banner_content .container {
            padding-top: 20px;
        }

        div.section.banner_content:before {
            top: 452px;
            left: 150px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #f4f4f4;
            border-width: 25px;
            margin-left: -25px;
        }

    div.news_item {
        width: 100%;
    }

    div#news_grid {
        width: 100% !important;
    }

    /*.news_item_image {
        float: right;
        background: url("http://placehold.it/250x200");
        width: 250px;
        margin: 35px;
    }*/

    .section.dark .container {
        padding: 125px 0 125px 0;
    }

    .tile.blueBg.right {
        margin-top: 20px;
    }

    .column_32 {
        width: 49%;
    }

    .tile.blueBg {
        float: right;
        width: 75%;
        margin-right: 8px;
    }

    .tile.tileCenter {
        margin-left: 8px;
        margin-right: 0px;
        float: left;
    }

}

@media screen and (max-width: 860px) {

    #main_content {
        padding-bottom: 450px;
    }


    #helpbody .column_20 {
        width: 100%;
    }


    .hidden-tablet {
        display: none;
    }
    /*.senders .column_33 {
        width: 100%;
    }*/
    .column_33 {
        width: 100%;
    }

    .column_66 {
        width: 100%;
    }

    .column_33 + .column_33 {
        margin-top: 70px;
    }

    .links .column_33 {
        margin-top: 0;
    }

    #footer .column_33 {
        width: 33%;
    }

    .modal {
        width: 100%;
        left: 0;
        margin: -100px 0 0 0;
    }

    #cookiebanner #cookieText {
        text-decoration: underline;
    }

    #cookiebanner .buttons .highlight {
       display: none;
    }

    .tile.blueBg {
        float: none;
        width: 96%;
        margin: auto;
    }

    .tile.blueBg.right {
            margin-top: 20px;
    }

    .column_32 {
        width: 49%;
    }
}

/* For Mobile responsiveness */
@media screen and (max-width: 700px) {

    #main_content {
        padding-bottom: 500px;
    }

    .section.no_banner {
        padding-top: 70px;
    }

    .hidden-tablet {
        display: none;
    }
    /* Header small height */
    div.section_navigation_secondary, .buttons_submenu .button.navigation_login_button.hidden {
        display: none !important;
    }

    .customer_header img {
        margin-right: 25px;
    }

    .senders .line_3 {
        display: none;
    }

    .buttons_submenu #loginMobile, .buttons_submenu #newsSub, .buttons_submenu #aboutSub {
        display: block !important;
    }

    .buttons_submenu {
        padding-right: 0;
    }

    .ie8 .buttons_submenu .button.navigation_primary_button {
        background-image: url("../images/7/icons/hamburger_white_ie8.png") !important;
    }

    .ie8 .buttons_submenu .button.navigation_primary_button.active {
        background-image: url("../images/7/icons/hamburger_black_ie8.png") !important;
    }

    .ie8 div.navigation_primary ul:before {
        width: 50px !important;
    }

    .ie8 .navigation.navigation_primary ._submenu {
        right: 0 !important;
    }

        .buttons_submenu .button.navigation_primary_button {
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            background-image: url("../images/7/icons/hamburger_white.png");
            background-repeat: no-repeat;
            -ms-background-size: 54%;
            background-size: 54%;
            background-position: center;
            width: 50px;
            height: 50px;
            min-width: 0;
            margin: 0 -20px 0 0 !important;
            border: 1px solid #16252d;
            padding: 0;
        }

            .buttons_submenu .button.navigation_primary_button.active {
                background-image: url("../images/7/icons/hamburger_black.png");
                border: 1px solid #e2e0e1;
            }

            .buttons_submenu .button.navigation_primary_button span {
                display: none;
            }

    #header div.section_navigation_primary {
        height: 50px;
        background-color: #14242c;
    }

    #header div.navigation.navigation_primary ul {
        top: 50px;
        right: -20px;
    }

        #header div.navigation.navigation_primary ul:before {
            width: 50px;
            top: -11px;
        }

    #header .buttons_submenu {
        background-color: #14242c;
    }

    #header div.navigation_primary div.item.first {
        margin-left: 0;
    }

    #branding {
        background: none repeat scroll 0 0 #14242c;
        padding: 0px;
    }

        #branding a {
            float: left;
            margin-top: 10px;
        }

    .small_margin {
        margin: 0;
    }

    div.section.banner {
        height: 350px;
    }

    div.section.banner_content:before {
        top: 316px;
        left: 100px;
        border-width: 18px;
    }

    div.section.banner .container > div {
        padding-bottom: 198px;
    }

    .buttons .button + .button {
        margin-left: 0;
    }

    .buttons .button {
        width: 100%;
        margin: 5px 0;
    }

    .buttons.right {
        float: none;
    }

    /* Footer responsive */
    #footer .column_66, #footer .column_33 {
        width: 100%;
    }

    #footer_branding {
        display: none;
    }

    #footer #copyright {
        text-align: center;
    }

        #footer #copyright span {
            float: left;
            width: 100%;
        }

    #footer .footer_navigation {
        padding-bottom: 4px;
    }

        #footer .footer_navigation, #footer .footer_navigation .footer_buttons {
            width: 100%;
            float: none;
        }

        #footer .footer_buttons ul li ul {
            margin: 5px 0 5px 0;
        }

            #footer .footer_navigation .button {
                width: 100%;
                padding: 0;
            }

    #footer .footer_buttons ul {
        padding: 0;
    }

        #footer .footer_buttons ul li {
            border: none;
            width: 100%;
            padding: 5px 0;
        }

    #footer .footer_buttons .buttons, #footer .footer_buttons .button {
        margin: 0;
        width: 100%;
    }

    #footer .footer_buttons ul li ul {
        width: 100%;
    }

        #footer .footer_buttons ul li ul li a {
            text-align: center;
        }

    #footer .shortcuts .items {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    #footer .shortcuts .shortcuts_menu_btn {
        display: block !important;
        width: 100%;
    }

        #footer .shortcuts .shortcuts_menu_btn.active, #footer .shortcuts .shortcuts_menu_btn.active span {
            background: #ffffff;
            color: #000000;
        }

        #footer .shortcuts .shortcuts_menu_btn.active {
            border: 1px solid #14242c;
            border-bottom: none;
        }

    #footer .shortcuts .shortcuts_menu {
        float: none;
        position: relative;
        display: none;
        width: 101%;
        left: 2px;
    }

        #footer .shortcuts .shortcuts_menu ul {
            position: relative;
            display: inline-block;
            width: 99%;
            top: 0;
            left: -2px;
            z-index: 10;
            border: 1px solid #14242c;
            padding: 0;
        }

            #footer .shortcuts .shortcuts_menu ul li {
                float: left;
                width: 100%;
                padding: 0;
                background: #ffffff;
                margin: 0;
            }

                #footer .shortcuts .shortcuts_menu ul li + li {
                    border-top: 1px solid #14242c;
                }

                #footer .shortcuts .shortcuts_menu ul li a {
                    color: #000000;
                    text-decoration: none;
                    width: 100%;
                    display: inline-block;
                    padding: 0 20px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                }

                    #footer .shortcuts .shortcuts_menu ul li a:hover {
                        text-decoration: underline;
                    }

    /* Cookie */

    #cookiebanner .buttons {
        width: 100px;
        padding-left: 0;
        padding-right: 20px;
    }

        #cookiebanner .buttons .button {
            min-width: 80px;
        }

        #cookiebanner .buttons .highlight {
            display: none;
        }

    .columns {
            margin: 0px;
    }


    .buttons {
        margin: 0px;
    }
}


/* Media queries for responsive. Large Mobile version  */
@media screen and (max-width: 535px) {
    #main_content {
        padding-bottom: 550px;
    }

    .column_32, .column_20, .column_50, .column_66, .column_80, .links .column_33 {
        width: 100%;
    }

    #helpbody ul, .head_line {
        /* text-align: center; */
    }

    #helpbody .links ul {
        text-align: left;
    }

        .column_32.tridisplay .tile {
            width: 97%;
        }

    .tile.blueBg.tileCenter {
        margin-top: 20px;
    }

    .columns {
        margin: 0;
    }

    #branding {
        padding: 0;
    }

    .hidden-tablet {
        display: none;
    }

    .senders .line._2 {
        display: none;
    }

        .column_50 + .column_50 {
            margin-top: 35px;
        }

    .content_80 p {
        max-width: 100%;
    }


    /* NEWS SECTION */
    .margin_right {
        margin-right: 0;
    }

    .news_section .column_50 + .column_50 {
        margin-top: 0;
    }

    .section.dark .container {
        padding: 90px 0 90px 0;
    }

    /* news page */
    .page_news .news_col1 .news_module_con_odd {
        display: block;
    }

    .page_news .news_col2 {
        display: none;
    }

    /* Cookie */

    #cookiebanner .container .column_66 {
        width: 50%;
        padding-right: 0;
    }

    #cookiebanner .hidden_phone {
        display: none;
    }

    #cookiebanner .show_phone {
        display: initial;
    }
}

/* Media queries for responsive. Mobile menu */
@media screen and (max-width: 345px) {
  	div.navigation.navigation_primary ul {
  		width: auto;
      left: -20px;
    }
  }

/* Media queries for responsive. Mobile version  */
@media screen and (max-width: 320px), only screen and (min-device-width : 320px) and (max-device-width : 500px) {
    #main_content {
        padding-bottom: 600px;
    }

    .hidden-tablet {
        display: none;
    }

    /* IMAGE SECTION BANNER */
    body.image_a div.section.banner {
        background-image: url("../images/7/pictures/main_0A_500x500.jpg");
    }

    body.image_0 div.section.banner {
        background-image: url("../images/7/pictures/main_01_500x500.jpg");
    }

    body.image_1 div.section.banner {
        background-image: url("../images/7/pictures/main_02_500x500.jpg");
    }

    body.image_2 div.section.banner {
        background-image: url("../images/7/pictures/main_03_500x500.jpg");
    }

    body.image_3 div.section.banner {
        background-image: url("../images/7/pictures/main_04_500x500.jpg");
    }

    body.image_4 div.section.banner {
        background-image: url("../images/7/pictures/main_05_500x500.jpg");
    }

    body.image_5 div.section.banner {
        background-image: url("../images/7/pictures/main_06_500x500.jpg");
    }

    body.image_6 div.section.banner {
        background-image: url("../images/7/pictures/main_07_500x500.jpg");
    }

    body.image_7 div.section.banner {
        background-image: url("../images/7/pictures/main_08_500x500.jpg");
    }

    body.image_8 div.section.banner {
        background-image: url("../images/7/pictures/main_09_500x500.jpg");
    }

    body.image_9 div.section.banner {
        background-image: url("../images/7/pictures/main_10_500x500.jpg");
    }

    body.image div.section.banner {
        -ms-background-size: cover;
        background-size: cover;
        background-position: center;
    }
}

@import "style.css";

/* utility */

.text-medium {
    font-size: 110%;
}

.background-red {
    background: #BB1D2C;
}

.text-red {
    color: #BB1D2C;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.text-italic {
    font-style: italic;
}

/* dev */

.news_dev div {
    box-shadow: 0 0 1px #BB1D2C; 
}


/* news specific */


.page_news  .column_33 {
    vertical-align: top;
} 

.page_news .news_module_con {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #e0e0e0;
    margin-bottom: 25px;
}

.page_news .column_33 .news_box_con,
.page_news .column_33 .news_module_con {
    margin-left:  20px;
}
.page_news .column_33:first-child .news_module_con {
    margin-left: 0px;
}

.page_news .news_module_con p {
    margin: 0 0 10px;
}

.page_news .news_module_con h3 {
    margin: 10px 0;
    padding: 0;
}

.page_news .news_module_text {
    margin: 30px;
}

.page_news .news_bottom_line {
    background: #BB1D2C;
    height: 3px;
}

.page_news .news_box_con {
    background: #eee;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.page_news .news_box {
    margin: 20px;
}

.page_news .news_image100 {
    width: 100%;
}

.page_news .news_box h3 {
    padding-top: 0;
}
