/*.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: #137eba;
	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;
	z-index: 1000;
}
.navSupScrollTop.is-active {
	visibility: visible;
	opacity: 1;
}
.box-secondary.box.secondary.object-documents {
	width: 100%;
}
div.jquerypanel .header a.hidden {
	background-position: 0 4px;
}
/* Default (desktop) */
form {
	width: 100%;
}

.col33 {
	width: 300px;
}
.alignleft {
	float: left;
	margin-right: 2.85%;
}
.primary a.bulleted::before {
}
a.bulleted::before {
}
a {
}
.secondary a.bulleted {
}
div.navbar {
	margin-top: 20px;
}

/* Tablet */
@media (min-width: 481px) and (max-width: 1199px) {
    body {
        padding:0;
        background:#fff;
        font-family: 'Open Sans',Arial,Helvetica,sans-serif;
        font-weight:400;
        font-style: normal;
    }
    form {
        padding:0;
    }
    div.siteMenu-container,
    div.siteSidebar {
        display: none;
    }
    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
        background:#fff;
        border-radius: 4px;
        padding: 4px 10px;
    }
    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }
    .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
        font-family: 'Open Sans',Arial,Helvetica,sans-serif;
        font-weight:400;
        font-size:1em;
        position: relative;
        z-index: 2000;
        background:#fff;
        border-radius: 0;
        border-bottom:1px solid #fff;
    }
    .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
        position: relative;
        z-index: 2000;
        border-bottom: 1px solid #137eba;
    }
    .handheld-menu .handheldTopMenu a,
    .handheld-menu .handheldTopMenu span {
        font-weight: normal;
        font-size: 1em;
        padding-left: 0.6em;
	    color: #333;
        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 #137eba;
    }
    .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: 1em;
        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:#fff;
        overflow: hidden;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
        background:#fff;
        overflow: hidden;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
        background:#fff;
        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: -5px;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color:#007ac2;
        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:#137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }
    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
        padding:0;
    }
    div.siteHeader-container h1 {
        background: none;
        margin: 0;
        padding: 0;
        text-indent: 0%;
        width: 25%;
        top: 0px;
    }
    div.siteToplinks, div.siteHeader, div.siteMain, div.siteFooter {
        width: auto;
        padding:10px;

    }
    div.siteHeader {
        height: 110px;
        top: 0px;
    }
    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 120px;
    }
    div.siteLogo {
        position: absolute;
        top: 18px;
        left: 24px;
    }
    div.siteFooter-container {
        background-size:100%;
        background-color:#fff;
    }
    div.siteContact h6 {
        width:100%;
    }
    div.search_area {
        position: absolute;
        right: 15px;
        top: 66px;
        width: 62%;
    }
        div.search_area .search_field {
            width:81%;
        }
        div.search_area .btn_search {
            width:12%;
            float:right !important;
        }
    div.siteContent {
        width: 100%;
    }
    .default div.fullContent {
        background: none;
        width: 100%;
    }
        div.siteMain {
        margin-top:0;
    }
    .default .col33 {
        width: 100%;
    }
    div.siteContent .col25 .box {
        width: 100%;
    }
    ul.siteOptions {
        text-align: center;
        width: 100%;
    }
    ul.siteOptions li a {
        color: #fff;
    }
    div.global-authorization {
        background: transparent;
        color: #fff;
        padding: 0 0;
        position: absolute;
        right: 0.5em;
        top: 1.25em;
    }
    div.global-authorization a {
        color: #fff;
        font-size: 14px;
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #cecfce;
        border-color: #cecfce;
    }
    .page-col75.col75 li:not(.validator):not(.value):not(.label):not(.question):not(.answer) {
        clear:none;
    }
    div.page-col50 ul.grid li.right {
        padding:0;
    }
    div.siteContent .col25 .box.object-interest {
        width:100% !important;
    }
     h1, h2.pagetitle {
        font-size: 40px;
        line-height: 53px;
        letter-spacing: -1px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    div.article {
       min-height:unset;
    }
    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
    }
    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }
   div.siteFooter ul.siteOptions {
        display:none;
    }
    div.siteAuthor {
        width:auto !important;
        padding: 0 0 10px;
    }

    div.siteMain:before,
    div.siteMain:after {
        content: "";
        display:none;
    }
    .col75 img {
        max-width:100%;
    }
    div.siteContent table tr > .col50 {
        max-width:61.71428571428571%;
        width:auto;
    }
        div.siteContent table tr > .col25 {
        max-width:31.42857142857143%;
        width:auto;
    }
    table.col75 tbody tr td.col25 img {
        width:100% !important
    }
    div.siteFooter div.col33 {
        width:45%;
        float:left;
    }
    .col100 .slider, .col100 .slider-container {
        width:100%;
        height:auto;
    }
    div.ImageTextStyles.Text {
        width:60%;
        padding:2% 3%;
    }
    div.ImageText div.sliderTitle {
        color: #fff;
        font-size: 22px;
        line-height: 34px;
    }
    div.ImageTextStyles.Text a {
        color: #fff;
        line-height: 21px;
        font-size: 14px;
    }
    div.ImageTextStyles.Text p {
        margin-bottom:6px;
    }
    div.ImageTextStyles.Text p.link {
        font-size: 14px;
    }
    div.ingangar-container h4 {
        font-size:15px;
        margin-bottom:2px;
        text-indent:16px;
    }
    div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li {
        margin-top: 2px;
        font-size: 23px;
        padding-top:26px;
    }
    div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li span {
        font-size: 35px;
        line-height: 10px;
    }
    div.promobox {
        margin-bottom:20px;
    }
    div.col50.puff.alignright div.puff-container {
        width: 49%;
        float:left;
    }
    div.col50.puff.alignright div.puff-container img {
        width:100%;
    }
        div.col50.puff.alignright div.puff-container:nth-of-type(2n+2) {
           float:right;
        }
    div.col50.puff.alignright div.puff-container .ingress {
        font-size: 15px;
        line-height: 23px;
    }
    div.siteFooter {
        height:auto !important;
    }
    div.siteFooter .col25 {
            width:100%;
        }
        div.siteFooter div.col25:nth-of-type(4n+4) {
            position:relative;
        }
    div.siteFooter div.col25:nth-of-type(4n+4) {
        position: relative;
        top: -80px;
        right: 17px;
        width: auto;
        padding: 0;
        margin: 0;
    }
    div.col100.siteinfo {
        position: relative;
        top: -110px;
        left: 10px;
    }
    .col75 .slider, .col75 .slider-container {
         width:100%;
    }
   ul.templatelist.block.objectlist li:nth-of-type(8n+2){
        height:130px;
        overflow:hidden;
    }
    div.areatext {
        width: 69%;
        float: left;
    }
    div.areaimg {
        width: 29%;
        float: right;
        overflow: hidden;
        margin-top: 52px;
    }
    div.areaimg img {
        width: 100%;
        float: right;
    }
    div.areatext h3 {
        width:100%;
    }
    div.box-secondary.box.secondary.object-interest {
        height:auto !important;
    }
    .col50 img {
        width:100%;
        max-width:none;
    }
    #google-translate-container {
        position: absolute;
        right: 2.85%;
        z-index: 3000;
        top: 1.25em;
    }


    div.interest-image {
        float: left;
        width: auto;
        height: auto;
        padding: 0;
    }

        div.interest-image img {
            width: 99%;
        }

    .page-col75 div.interest-interestinfo {
        width: 100%;
        height: auto;
    }
}

/* Phone */
@media (max-width: 480px) {

        div.siteMenu-container,
        div.siteSidebar {
        display: none;
    }
    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
        background:#fff;
        border-radius: 4px;
        padding: 4px 10px;
    }
    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }
    .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
        font-weight:400;
        font-size:1em;
        position: relative;
        z-index: 2000;
        background:#fff;
        border-radius: 0;
        border-bottom:1px solid #fff;
    }
    .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
        position: relative;
        z-index: 2000;
        border-bottom: 1px solid #137eba;
    }
    .handheld-menu .handheldTopMenu a,
    .handheld-menu .handheldTopMenu span {
        font-weight: normal;
        font-size: 1em;
        padding-left: 0.6em;
	    color: #333;
        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 #137eba;
    }
    /*.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: 1em;
        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:#fff;
        overflow: hidden;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
        background:#fff;
        overflow: hidden;
    }
    .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
        background:#fff;
        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: -5px;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color:#007ac2;
        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:#137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }
    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
    }
    div.siteToplinks, div.siteHeader, div.siteMain, div.siteFooter {
        width: auto;
        padding:10px;
    }
    div.siteToplinks {
        padding:10px 0;
    }
    div.siteFooter-container {
        padding:20px;
    }
    div.siteContent {
	    margin-top: 0;
	    width: 100%;
    }
    div.siteHeader-container .sitelogo {
	    background: none;
	    margin: 0;
	    padding: 0;
	    text-indent: 0%;
	    width: 39%;
	    top: 0px;
    }
    div.siteHeader {
        background:none;
        border-bottom: 1px solid #e2e2e2;
        clear: both;
        padding-top: 0;
        position: relative;
        height:10em;
    }
    div.siteLogo {
        display: inline;
        left: 0.5em;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        top: 10%;
        width: auto;
    }
    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 26%;
    }
    div.siteMain {
        margin-top:0;
    }
    div.siteFooter-container {
        background-size:100%;
        background-color:#fff;
        padding-top:0;
    }
    div.siteContact h6 {
        width:100%;
    }
    div.ImageTextStyles.Image {
	    height: auto;
	    margin: 0px 0 40px;
	    padding: 7px 7px 9px;
	    width: auto;
    }
    .default div.fullContent {
	    background: none;
	    width: 100%;
    }
    .default .col33 {
	    width: 100%;
    }
    div.siteContent .col25 .box {
	    width: 100%;
    }
    ul.siteOptions {
	    text-align: center;
	    width: 100%;
    }
    ul.siteOptions li a {
	    color: #fff;
    }
    div.global-authorization {
        background: transparent;
        color: #fff;
        right: 0;
        text-align: right;
        top: 4.125em;
        width: auto;
        right: 1.5em;
    }
    div.global-authorization a {
	    color: #fff;
        font-size:14px;
    }
    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss { 
        margin: 0 3px;
        text-align:center;
        float:none;
        padding: 0;
        width: auto;
    }
    div.global-authorization div.global-unauthorized-login a:before,
    div.global-authorization div.global-authorized-logout a:before {
        content: "";
        font-weight: 300;
        color: #66b5dd;
        margin-left:0;
        padding-right:0;
    }
    ul.quickfilter li.full {
        width:100%;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter li {
        margin-left:0;
        width: 100%;
    }
    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
    }
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }
    .templatelist.block.objectlist {
       margin-right: 2%;
        width: 100%!important;
    }
    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }
    h1, h1.pagetitle {
        font-size: 32px;
        margin-bottom: 24px;
        margin-top: 10px;
        text-align: left;
        letter-spacing:-1px;
    }
    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width:auto !important;
    }
    .col75 img {
        height: auto !important;
        max-width: 100%;
    }
    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
    }
    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }
    ul.siteOptions li a {
        color:#e84e0e;
    }
    ul.subst-row li {
        padding: 0 14px;
        width: 100%;
    }
   div.siteFooter ul.siteOptions {
        display:none;
    }
    div.siteAuthor {
        width:auto !important;
        padding: 0 20px 10px;
    }

    div.siteMain:before,
    div.siteMain:after {
        content: "";
        display:none;
    }
    div.siteContent table tr > .col50,
     div.siteContent table tr > .col25 {
        max-width: 100%;
        width: auto;
        margin: 0;
        padding: 0;
    }
    table.col75 tbody tr td.col25 img {
        width:100% !important
    }
    div.siteFooter div.col33 {
        margin-bottom:20px;
    }
    div.siteFooter div.col33 ul.contact-details li {
        font-size:13px;
        margin-bottom:6px;
    }
        div.siteFooter div.col33 ul.contact-details li.contact-header {
            font-size:15px;
            margin-bottom:10px;
        }
    div.search_area {
        position: absolute;
        right: 2%;
        top: auto;
        bottom: 2%;
        width: 91%;
        left: 4%;
    }
        div.search_area .search_field {
            width:80%;
        }
        div.search_area .btn_search {
            width:12%;
            float:right !important;
        }

    ul.contact-information li.companyName span.desc {
        display:block;    
    }

    div.slider-container.col100 {
        width:100%;
        height:auto;
        display:none;
    }
    div.ImageTextStyles.Text {
        width:60%;
        padding:2% 3%;
    }
    div.ImageText div.sliderTitle {
        color: #fff;
        font-size: 22px;
        line-height: 34px;
    }
    div.ImageTextStyles.Text a {
        color: #fff;
        line-height: 21px;
        font-size: 14px;
    }
    div.ImageTextStyles.Text p {
        margin-bottom:6px;
    }
    div.ImageTextStyles.Text p.link {
        font-size: 14px;
    }
    div.col33.ingangar {
        width:100%;
        margin-bottom:20px;
    }
    div.ingangar-container {
        width:100%;
    }
    div.ingangar-container h4 {
        font-size: 18px;
        margin-bottom: 2px;
        text-indent: 0;
        text-align: center;
    }
    div.col100.ingangar {
        margin-bottom:0;
    }
    div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li {
        margin-top: 2px;
        font-size: 31px;
        padding-top: 60px;
    }
    div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li span {
        font-size: 66px;
        line-height: 40px;
    }
    div.col50.news-col div.news-area h3 {
        font-size: 20px;
        color: #005aa0;
        margin-bottom: 8px;
        font-weight: 400;
        line-height: 26px;
    }
    div.promobox {
        margin-bottom:20px;
    }
    div.col50.puff.alignright div.puff-container {
        width: 100%;
        float:left;
    }
    div.col50.puff.alignright div.puff-container img {
        width:100%;
    }
        div.col50.puff.alignright div.puff-container:nth-of-type(2n+2) {
           float:right;
        }
    div.col50.puff.alignright div.puff-container .ingress {
        font-size: 15px;
        line-height: 23px;
    }
    div.siteFooter {
        height:auto !important;
    }
    div.siteFooter .col25 {
            width:100%;
            padding-top:20px;
            margin-bottom:20px;
        }
        div.siteFooter div.col25:nth-of-type(4n+4) {
            position:relative;
        }
    div.siteFooter div.col25:nth-of-type(4n+4) {
        position: relative;
        top: -24px;
        right: auto;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    div.col100.siteinfo {
        position: relative;
        top: -10px;
        left: 0;
        text-align: center;
    }
    .col75 .slider, .col75 .slider-container {
         width:100%;
    }
        ul.templatelist.block.objectlist li:nth-of-type(8n+2){
        height:auto;
        overflow:hidden;
    }

    .objectlistFilters {
        padding: 17px 20px 3px;
    }
    div.areatext {
        width: 100%;
        float: left;
    }
        div.image-big img {
        width: 97% !important;
    }
    div.image-slideshow {
        margin-bottom: 0;
    }
    div.page-col50 ul.grid li.left {
        width: 100%;
        line-height: 20px;
        margin-bottom: 14px;
    }
    div.page-col50 .register-interest ul.grid li.left {
        display:block;
        width:100%;
        text-align:center;
    }
    ul.contact-information {
        text-align:center;
    }
    div.siteFooter .col25 h6 {
        font-size:14px;
    }
    span.CompanyPhoneLabel {
        display:none;
    }
    ul.contact-information li a.ico-phone {
        color:#fff;
        background:#3b3b3b;
        border-radius: 16px;
        color: #fff;
        display: inline-block;
        margin-top: 3px;
        padding: 3px 14px 3px 2px;
        text-decoration: none;
        font-weight:700;
        margin-bottom:14px;
    }
    ul.contact-information li a.ico-phone:before {
        background:#32c109;
        border-radius:50%;
        color: #fff;
        content: "\f095";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        margin-right: 10px;
        padding: 3px 7px;
    }
    .col50 img,
        table.col75 tbody tr td.col25.alignright table.box.secondary.col25 tbody tr td.box-outer.box-inner p img {
        width:100%;
        max-width:none;
    }
    div.hsm_binder span.button-list a {
        width: 99%;
    }
    div.interest-image {
        float: left;
        width: auto;
        height: auto;
        padding: 0;
    }
    div.interest-image img {
        width:99%;
    }
    .page-col75 div.interest-interestinfo {
        width: 100%;
        height: auto;
    }
    #google-translate-container {
        position: absolute;
        right: 6%;
        z-index: 3000;
        top: 1.25em;
    }
}
