﻿/*.bulleted:before
{
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: black;
    font-size: 1.15em;
}
.bulleted
{
    background: none !important;
    padding-left: 0 !important;
}*/

.navSupScrollTop
{
	visibility: hidden;
	opacity: 0;
	
	position: fixed;
	bottom: 0.3em;
	left: 0.3em;
	width: 3em;
	height: 3em;
    background-color:#ed1b2f;
    background-size: contain;
	
	cursor: pointer;
	
	box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	
	-moz-transition: opacity .25s linear, visibility .1s linear;
	-webkit-transition: opacity .25s linear, visibility .1s linear;
	-o-transition: opacity .25s linear, visibility .1s linear;
	transition: opacity .25s linear, visibility .1s linear;
    border-radius:6px;
    z-index:120;
}
.navSupScrollTop.is-active
{
	visibility: visible;
	opacity: 1;
}
.box-secondary.box.secondary.object-documents
{
    width: 100%;
}

.templatelist.block.objectlist .image
{
    width: auto;
    height: 8em;
}
.templatelist.block.objectlist a
{
    word-break: break-all;
}

/* Default (desktop) */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.siteHeader-container, div.siteMain-container, div.siteFooter-container {
}
div.siteContentFull, div.siteContainer, div.siteMain {
}
div.siteHeader {
}
/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    body {
        background: #fff;
        padding:10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    form {
        width: 100%;
        margin: 0 auto;
        position:relative;
        padding-bottom:20px;
    }
    div.cycle-slideshow {

    }
    div.siteMenu-container {
           display:none;
    }
    div.siteHeader {
        width:100%;
    }

    div.siteContentFull, 
    div.siteContainer, 
    div.siteMain,
    div.siteFooter, 
    div.siteOptions {
        width:auto;
    }
    div.search_area, div.language {
        padding:0;
    }
    .handheld-menu {
        display: block;
        position:relative;
        z-index:8000;
        top:84px;
    }
    .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
        position: relative;
        z-index: 2000;
        background: #003366;
        border-radius:0;
    }
    .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
        position: relative;
        z-index: 2000;
        border-bottom:1px solid #fff;
    }

    .handheld-menu .handheldTopMenu a,
    .handheld-menu .handheldTopMenu span {
        font-weight: normal;
        font-size: 14px;
        font-weight:bold;
        padding-left: 0.6em;
        color: #fff;
        border: none;
    }
    .handheld-menu .handheldTopMenu a {
        display:block;
    }
    .handheld-menu .handheldTopMenu > li:first-of-type,
    .handheldTopMenu.nojs > li:first-of-type {
        border:none;
    }
    .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
        border-bottom: 1px solid #fff;
    }
    /*.handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid #fff;
    }*/
    .handheld-menu .handheldTopMenu .expanded ul {
        padding-left: 0;
        width: 100%;
    }
    .handheld-menu .handheldTopMenu .expanded ul li a {
        padding-left: 1em;
        display:block;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li a {
        padding-left: 2em;
        display:block;
        font-weight:normal;
        font-size:13px;
        text-transform:none;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
        padding-left: 3em;
        display:block;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
        padding-left: 4em;
        display:block;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul {
        background: #666;
        overflow: hidden;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
        background: #555;
        overflow: hidden;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
        background: #444;
        overflow: hidden;
    }

    .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
        color: #fff;
        padding-top: 0.615em;
    }

    .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
        margin: 0;
    }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background:transparent !important;
    }
    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width:100%;
        position:absolute;
        top:0;
        height:100%;
        text-align:right;
        padding:0.615em;
        box-sizing:border-box;    
    }   
    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display:block;
        position:absolute;
        top:0;
        right:0;
        width:auto;
        height:auto;
        text-align:left;
    }
    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff; 
        font-family: FontAwesome;
        font-size:0.8em;
    }
    div.siteHeader-container {
        background: #fff;
        height: 140px;
        width: 100%;
        box-shadow:none;
    }
    div.siteMain-container, div.siteOptions-container {
        width:100% !important;
    }
    .siteLogo {
        left: 6px;
        padding:0;
        top: 6px;
        width: 130px;
        z-index: 20000;
        height:auto;
        background:transparent;
    }
    .siteLogo img {
        width:100%;
    }
    div.siteDescription {
        right: 0;
        top: 88px;
    }
    div.language
    {
    }
    div.global-authorization {
        background: transparent;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 12px;
    }

    div.global-authorization a {
        color:#005581;
    }
        div.global-authorization i {
            color:#0072bc;
        }
    div.search_area {
        background: #fff;
        border: 1px solid #005581;
        position: absolute;
        right: 0;
        top: 46px;
        width: 220px;
    }
    div.search_area .btn_search {
        color:#005581;
    }
    a.translate {
        color: #005581;
        display: block;
        font-size: 14px;
        position: absolute;
        right: 181px;
        text-decoration: none;
        top: 12px;
    }
    a.translate:before {
        color: #0072bc;
        content: "\f0ac";
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: normal;
        padding-right:3px;
    }
    .col100.background {
        height: auto;
        margin-bottom: 0;
        text-align: center;
    }
    .listavailable-container {
        margin-bottom:0;
    }
    body.default ul.listavailable li {
        display:block;
        margin:0 0 20px;
    }
    body.default ul.listavailable li:last-of-type {
        display:block;
        margin-bottom:0;
    }
    .col50.largepuff {
        margin-bottom:auto;
    }

    div.siteFooter .col33 {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }
    div.siteFooter-container {
        padding:40px 0;
    }
    div.siteFooter-container h6 {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 14px;
        margin-top: 30px;
    }
    div.siteFooter .col33.openinghours p, div.siteFooter .col33.openinghours ul,
    div.siteFooter ul.contact-information {
        margin:0;
    }
    h6.header-contact:before {
        content: "\f095";
        display: block;
        font-family: FontAwesome;
        font-size: 52px;
        font-weight:normal;
        margin-right: 0;
        margin-bottom:30px;
        text-decoration: none;
    }
    h6.header-openinghours:before {
        content: "\f017";
        display: block;
        font-family: FontAwesome;
        font-size: 52px;
        font-weight:normal;
        margin-right: 0;
        margin-bottom:30px;
        text-decoration: none;
    }
    h6.header-information:before {
        content: "\f05a";
        display: block;
        font-family: FontAwesome;
        font-size: 52px;
        font-weight:normal;
        margin-right: 0;
        margin-bottom:30px;
        text-decoration: none;
    }

    div.siteFooter ul.siteOptions {
        width:auto;
        margin:0;
    }
    div.siteFooter ul.siteOptions li {
        line-height: 15px;
        text-align: center;
        border-bottom: 1px dotted #ddd;
    }
    div.siteFooter ul.companyinfo li.companyName {
        font-size:18px;
        display:block;
        text-align:center;
        margin:10px;
        border:none;
    }
    div.siteFooter ul.companyinfo li:nth-of-type(7n+4){
        border:none;
    }
    div.siteFooter ul.companyinfo li:nth-of-type(7n+5){
        font-size:18px;
        display:block;
        text-align:center;
        margin:10px;
        border:none;
    }
    .siteAuthor-container {
        padding:20px;
        text-align:center;
    }
    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }
    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width:100%;
    }
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin: auto;
    }
    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }
    body.hss_object_objectdetailstemplateb span.button-list {
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #005581;
        color:#000;
        border-radius: 10px;
        display: block;
        font-size: 15px;
        height: 60px;
        margin-right: 2.6%;
        width: 100%;
    }
    div.siteContent .col25 .box.object-interest {
        height:auto !important;
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.register-interest input {
        margin: 10px auto auto;
    }
    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #eee;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
    }
    ul.quickfilter li {
        margin-left:0;
    }
    .templatelist.block.objectlist {
        margin-right: 2%;
        width: 31.7%;
    }
    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }
    .templatelist.block.objectlist .image
    {
        width: auto;
        height: 8em;
    }
    .templatelist.block.objectlist a {
        color: #00529C;
        word-break: break-all;
    }
    div.siteAuthor {
        margin: 0 auto;
        width: 100%;
    }
    h1, h1.pagetitle {
        margin-top:26px;
    }
    div.siteContent .col25 .box {
        width: 100%;
    }
    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image,
    table.gridlist td img {
        width:auto !important;
    }
    div.ImageTextStyles.Text {
        width:90%;
        top:3%;
        padding:2%;
    }
    div.ImageTextStyles.Text h1 {
        font-size: 26px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 32px;
        margin:10px 0;
    }
    div.ImageTextStyles.Text h2 {
        font-size: 19px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 26px;
    }
    div.ImageTextStyles.Text p {
        font-size: 16px;
        line-height: 24px;
    }
    .cycle-prev:after {
        content: "\f137";
        font-family: FontAwesome;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 32px;
        left: 16px;
        position: absolute;
        text-decoration: none;
        top: 10%;
        z-index: 1000;
    }
    .cycle-next:after {
        z-index:1000;
        content: "\f138";
        font-family: FontAwesome;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 32px;
        right: 16px;
        position: absolute;
        text-decoration: none;
        top: 10%;
        z-index: 1000;
    }
    .col75 img {
        height: auto !important;
        max-width: 100%;
    }
    .col100.viktiginfo h1, .col100.viktiginfo h1.pagetitle {
        font-size: 36px;
        letter-spacing: -0.0125em;
        line-height: 48px;
        margin-bottom: 14px;
        margin-top: 0;
    }
    .siteLogo {
        box-shadow:none;
        z-index:200;
    }
}

/* Phone */
@media (max-width: 480px) {
    body {
        background: #fff;
        -webkit-text-size-adjust: none;
        padding: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    form {
        margin: 0 auto;
        padding-bottom: 20px;
        position: relative;
        width: 100%;
    }

    div.cycle-slideshow {
        display:none;
    }
 
    div.siteMenu-container {
           display:none;
    }
    div.siteHeader {
        width:100%;
    }
    div.siteContentFull, 
    div.siteContainer, 
    div.siteMain,
    div.siteFooter, 
    div.siteOptions {
        width:auto;
    }
    div.search_area, div.language {
        padding:0;
    }
    .handheld-menu {
        display: block;
        position:relative;
        z-index:8000;
        top:153px;
    }
    .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
        position: relative;
        z-index: 2000;
        background: #003366;
        border-radius:0;
    }
    .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
        position: relative;
        z-index: 2000;
        border-bottom:1px solid #fff;
    }

    .handheld-menu .handheldTopMenu a,
    .handheld-menu .handheldTopMenu span {
        font-weight: normal;
        font-size: 14px;
        font-weight:bold;
        padding-left: 0.6em;
        color: #fff;
        border: none;
    }
    .handheld-menu .handheldTopMenu a {
        display:block;
    }
    .handheld-menu .handheldTopMenu > li:first-of-type,
    .handheldTopMenu.nojs > li:first-of-type {
        border:none;
    }
    .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
        border-bottom: 1px solid #fff;
    }
    /*.handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid #fff;
    }*/
    .handheld-menu .handheldTopMenu .expanded ul {
        padding-left: 0;
        width: 100%;
    }
    .handheld-menu .handheldTopMenu .expanded ul li a {
        padding-left: 1em;
        display:block;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li a {
        padding-left: 2em;
        display:block;
        font-weight:normal;
        font-size:13px;
        text-transform:none;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
        padding-left: 3em;
        display:block;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
        padding-left: 4em;
        display:block;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul {
        background: #666;
        overflow: hidden;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
        background: #555;
        overflow: hidden;
    }

    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
        background: #444;
        overflow: hidden;
    }

    .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
        color: #fff;
        padding-top: 0.615em;
    }

    .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
        margin: 0;
    }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background:transparent !important;
    }
    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width:100%;
        position:absolute;
        top:0;
        height:100%;
        text-align:right;
        padding:0.615em;
        box-sizing:border-box;    
    }   
    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display:block;
        position:absolute;
        top:0;
        right:0;
        width:auto;
        height:auto;
        text-align:left;
    }
    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff; 
        font-family: FontAwesome;
        font-size:0.8em;
    }
    div.siteHeader-container {
        border:none;
        background:#fff;
        height: 220px;
        width: 100%;
        box-shadow:none;
    }
    div.siteMain-container, div.siteOptions-container {
        width:100% !important;
    }
    .siteLogo {
        left: 6px;
        padding:0;
        top: 0px;
        width: 100%;
        z-index: 20000;
        height:auto;
        background:transparent;
    }
    .siteLogo img {
        width:110px;
    }
    div.siteDescription {
        right: 0;
        top: 88px;
    }
    div.language
    {

    }
    div.global-authorization {
        background: transparent;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 60px;
    }
    div.global-authorization a {
        color:#005581;
    }
    div.global-authorization i {
        color:#0072bc;
    }
    div.global-authorization {
        background: transparent ;
        font-size: 13px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 68px;
        width: 100%;
    }

    div.global-authorization div {
        margin:0;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language {
        background: #003366;
        display: inline-block;
        float: right;
        padding: 6px 10px 6px 0;
        text-align: center;
        width: 44%;
        color: #fff;
        border-radius:3px;
    }

    div.global-unauthorized-register, div.global-authorized-mypages {
        background: #ed1b2f;
        color: #fff;
        float:left;
    }

    div.global-unauthorized-login i, div.global-unauthorized-register i, div.global-authorized-mypages i, div.global-authorized-logout i, div.global-language i {
        color: #fff;
    }

    div.global-authorization a {
        color: #fff;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout {
        margin-bottom: 8px;
    }

    div.search_area {
        background: #fff;
        border: 1px solid #005581;
        position: absolute;
        right: 0;
        top: 113px;
        width: 100%;
    }
    div.search_area .btn_search {
        color:#005581;
    }
        div.search_area .search_field {
            width:70%;
            color:#434343;
            }
    a.translate {
        background:transparent;
        border-radius: 0;
        color: #0072bc;
        display: block;
        font-size: 12px;
        left: 5px;
        padding: 0;
        position: absolute;
        text-decoration: none;
        top: 10px;
    }
    a.translate:before {
        color: #0072bc;
        content: "\f0ac";
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: normal;
        padding-right:3px;
    }

    .col100.background {
        height: auto;
        margin-bottom: 0;
        text-align: center;
    }

    .primary h2 {
        font-size: 26px;
        line-height: 29px;
    }

    .col50.puff p, .col50.puff a {
        font-size: 16px;
        line-height: 26px;
    }
    .col50.puff img {
       width:auto !important;
        max-width:100% !important;
        height:auto !important;
    }
    .col50.puff .bulleted-puff {
        font-size:12px;
    }
    .listavailable-container {
        margin-bottom:0;
    }
    .listavailable-container h3 {
        font-size: 26px;
    }
    body.default ul.listavailable li {
        display:block;
        margin:0 0 20px;
    }
    body.default ul.listavailable li:last-of-type {
        display:block;
        margin-bottom:0;
    }
    body.default ul.listavailable li a {
        font-size:18px;
    }
    .col50.largepuff {
        margin-bottom:auto;
    }
    .col50.largepuff h3 {
        font-size: 21px;
        line-height: 26px;
    }
    .col50.largepuff img.img {
        max-width:100% !important;
    }
    .newsbox h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .newsbox h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .archive-readmore a {
        font-size:12px;
    }
    div.siteFooter .col33 {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }
    div.siteFooter-container {
        padding:40px 0;
    }
    div.siteFooter-container h6 {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 14px;
        margin-top: 30px;
    }
    div.siteFooter .col33.openinghours p, div.siteFooter .col33.openinghours ul,
    div.siteFooter ul.contact-information {
        margin:0;
    }
    h6.header-contact:before {
        content: "\f095";
        display: block;
        font-family: FontAwesome;
        font-size: 42px;
        font-weight:normal;
        margin-right: 0;
        margin-bottom:30px;
        text-decoration: none;
    }
    h6.header-openinghours:before {
        content: "\f017";
        display: block;
        font-family: FontAwesome;
        font-size: 42px;
        font-weight:normal;
        margin-right: 0;
        margin-bottom:30px;
        text-decoration: none;
    }
    h6.header-information:before {
        content: "\f05a";
        display: block;
        font-family: FontAwesome;
        font-size: 42px;
        font-weight:normal;
        margin-right: 0;
        margin-bottom:30px;
        text-decoration: none;
    }

    div.siteFooter ul.siteOptions {
        width:auto;
        margin:0;
    }
    div.siteFooter ul.siteOptions li {
        line-height: 15px;
        text-align: center;
        border-bottom: 1px dotted #ddd;
    }
    .siteAuthor-container {
        padding:20px;
        text-align:center;
    }
    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width:100%;
    }
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin-top:14px;
    }
    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }
    body.hss_object_objectdetailstemplateb span.button-list {
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #005581;
        border-color:#005581;
        color:#000;
        border-radius: 10px;
        display: block;
        font-size: 15px;
        height: 60px;
        margin-right: 2.6%;
        width: 100%;
    }
    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #eee;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
    }
    ul.quickfilter li {
        margin-left:0;
    }
    
    div.siteAuthor {
        margin: 0 auto;
        width: 100%;
    }

    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }
    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width:100%;
    }
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin: 14px auto 0;
    }
    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }
    body.hss_object_objectdetailstemplateb span.button-list {
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #005581;
        border-color:#005581;
        color:#000;
        border-radius: 10px;
        display: block;
        font-size: 15px;
        height: 60px;
        margin-right: 2.6%;
        width: 100%;
    }
    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #eee;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
    }
    ul.quickfilter li {
        margin-left:0;
           width: 100%;
    }
    .templatelist.block.objectlist {
       margin-right: 2%;
        width: 100%!important;
    }
    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }
    h1, h1.pagetitle {
        text-align:center;
        margin-top:22px;
        font-size:26px;
    }
    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width:auto !important;
    }
    .col75 img {
        height: auto !important;
        max-width: 100%;
    }
    
    .col100.viktiginfo p {
        font-size: 16px;
        line-height: 26px;
    }
    .col100.viktiginfo a.bulleted {
        font-size: 16px;
        line-height: 26px;
        text-decoration:none;
    }
    .col100.viktiginfo a.bulleted:before {
        color: #ed1b2f;
        content: "\f054";
        font-family: FontAwesome;
        font-size: 16px;
    }
    
    .col100.viktiginfo h1,
    .col100.viktiginfo h1.pagetitle {
        font-size: 24px;
        margin-top: 8px;
        text-align: left;
        line-height:32px;
    }
    div.col50.puff.alignleft.column,
    div.col50.puff.alignright.column,
    div.col50.largepuff.alignleft div.box.primary div.box-outer div.box-inner.column,
    div.col50.alignright div.newsbox div.box-outer div.box-inner.column {
        height:auto !important;
    }
    .siteLogo {
        box-shadow:none;
        z-index:200;
    }
}