c@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Raleway'), local('Raleway-Regular'),
        url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v12-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Raleway Medium'), local('Raleway-Medium'),
        url('../fonts/raleway-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/raleway-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/raleway-v12-latin-500.woff') format('woff'), /* Modern Browsers */
        url('../fonts/raleway-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/raleway-v12-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

html {
    height: 100%;
}
body, div {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #312f92;
    font-size: 16px;
}
body {
    height: 100% !important;
    background-image: url(../assets/bground.png);
    background-color: #fff;
    background-attachment: fixed;
}
#header {
    width: 100%;
    height: 85px;
    position: relative;
    background-position: center center;
}
#logo {
    position: absolute;
    left: 2%;
    top: 7%;
    height: 85%;
    width: auto;
    z-index: 2;
}
#menu {
    position: absolute;
    right: 1.95%;
    top: 30%;
    font-size: 24px;
    width: auto;
    cursor: pointer;
    color: #312f92;
    z-index: 2;
}
#menu a {
    color: #312f92;    
}
#menu #audio, #menu #language {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 25px;
}
#menu #options {
    display: inline-block;
    margin-left: 25px;
}
#menu #home {
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 22px;
    margin-left: 25px;
}
#menu #audio {
    display: inline-block;
    width: 27px;
}
#menu #audio:before {
    display: inline-block;
    width: 27px;
    text-align: left;
}
#options_items, #language_items {
    z-index: 999;
    position: absolute;
    right: 0px;
    top: 95px;
    display: none;
}
#options_items a, #language_items a {
    color: #312f92;
    display: block;
    position: relative;
    text-align: right;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 10px;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    width: 300px;
}
#options_items a span, #language_items a span {
    display: inline-block;
    position: absolute;
    left: 5px;
}
#language_items a span {
    font-weight: bold;
}
#options_items .fa-euro-sign {
    padding-left: 0.5%;
}
#options_items .fa-info {
    padding-left: 1.25%;
}
/*#menu #menu_home {
    display: none;
}*/
#menu_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    z-index: 1;
}
#header .kordel, #footer .kordel {
    position: absolute;
    bottom: -40px;
    right: 0px;
    height: 50px;
    z-index: 2;
    overflow: hidden;
}
#footer .kordel {
    bottom: auto;
    top: -30px;
}
#header .kordel img, #footer .kordel img {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    height: 50px;
}
.content, .splitcontent {
    position: relative;
    max-width: 1024px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,.85);
    text-align: center;
    padding-top: 2%;
}
.content#description {
    text-align: justify;
}
#body .content#description {
    overflow: hidden;
}
.content.full {
    padding-left: 2%;
    padding-right: 2%;
}
.splitcontent .content {
    background-color: transparent;
}
.splitcontent .content_80 {
    vertical-align: top;
    display: inline-block;
    width: 80%;
    min-height: 100px;
}
.splitcontent .content_20 {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    min-height: 100px;
}
.content_20 img, .content_20 #holidaycheck-widget-hotel-1-10974-de_DE-s-w-0-1---0 {
    padding-bottom: 10%;
}
.content_20 #holidaycheck-widget-hotel-1-10974-de_DE-s-w-0-1---0 img, .content_20 img:last-child {
    padding-bottom: 0;
}
#header .content {
    background-color: rgba(255,255,255,.85);
}
#footer .content {
    background-color: rgba(255,255,255,.85);
}
.content:first-child {
    padding-top: 0;
}
#body .content.nobg {
    background-color: transparent;
}
#footer .content {
    padding-bottom: 1%;
}
#cookie {
    z-index: 999;
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 5px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    border-top: 3px solid #312f92;
}
#cookie .button {
    display: inline-block;
    margin-top: 3px;
    padding: 5px;
    background-color: #007B00;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.cell_3, .cell_5, .cell_1, .cell_2, .cell_4 {
    vertical-align: top;
    display: inline-block;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
}
#footer .cell_3, #footer .cell_5, #footer .cell_1, #footer .cell_4 {
    vertical-align: bottom;
}
.cell_2 {
    width: 47%;
}
.cell_3 {
    width: 30.6666666%; 
}
.cell_5 {
    width: 17.6666666%;
}
.cell_4 {
    width: 22.5%;
}
.cell_2:nth-child(odd), .cell_3:first-child, .cell_4:first-child {
    margin-left: 2%;
}
.cell_2:nth-child(even), .cell_3:last-child, .cell_4:last-child {
    margin-right: 2%;
}
.cell_1 {
    position: relative;
    display: block;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 0%;
}
.cell_4 .photo, .cell_3 .photo, .cell_2 .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}
.cell_3 .title, .cell_2 .title, .cell_1 .title {
    bottom: 0px;
    height: auto;
    text-align: right;
    font-size: 18px;
    padding-right: 1%;
    color: #312f92;
}
.subtitle {
    display: block;
    font-size: 16px;
    color: #312f92;
    margin-bottom: 5px;
}
#links .cell_3 .title, #links .cell_2 .title, #links .cell_1 .title {
    position: absolute;
    width: 99.01%;
    background-color: rgba(255,255,255,0.65);
    padding-top: 0.75%;
    padding-bottom: 0.5%;
}
.content#links a  {
    text-decoration: none;
    color: #312f92;
}
.content#links .photo {
    border: none;
}
.cell_2 .title {
    padding-bottom: 5%;
}
#slide {
    display: flex;
}
.slide_border {
    display: inline-block;
    width: 2%;
    background-color: rgba(255,255,255,.85);
    /*visibility: hidden;*/
}
.slide_container {
    width: 96.01%;
    height: auto;
    display: block;
    padding: 0;
    font-size: 0;
    background-color: rgba(255,255,255,.85);
    cursor: grab;
    padding-top: 2%;
}
.slide_container:active {
    cursor: grabbing;
}
#awards .cell_5 {
    margin-bottom: 2%;
    text-align: center;
}
.slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.slide img {
    display: block;
    width: 100%;
    height: auto;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    bottom: 10px;
}
.slick-dots li button:before {
    color: #312f92;
    opacity: 1;
    font-size: 12px;
    text-shadow: 2px 0px 2px #fff, 0px 2px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

span.hc-widget-rating {
    padding-top: 9px !important;
}
.bordered_content, .filled_content {
    margin: 2%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2%;
    padding-bottom: 0%;
    border: 2px solid #fff;
}
.filled_content {
    border: none;
    background-color: rgba(255,255,255,0.5);
    overflow: hidden;
}
.bordered_content .title, .filled_content .title {
    font-size: 24px;
    text-align: left;
    color: #312f92;
    margin-bottom: 0.5%;
}
.subpage .filled_content .title {
    text-align: right;
}
.bordered_content .description, .filled_content .description {
    text-align: justify;
    padding-bottom: 2%;
}
#newsletter input, #newsletter select, #newsletter .botcheck input, #contact input, #contact select, #contact textarea, #unsub_popup input {
    position: relative;
    border: 2px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 16px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0.25%;
    margin-bottom: 2%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#newsletter #disclaimer, #contact #disclaimer {
    font-size: 12px;
    margin-bottom: 2%;
    text-align: center;
}
#contact #disclaimer {
    margin-bottom: 0;
}
#contact input, #contact textarea {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#newsletter .botcheck {
    display: inline-block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
#newsletter input[type="checkbox"]:after, #contact input[type="checkbox"]:after {
    content: '';
    position: relative;
    left: 30%;
    top: 17%;
    width: 25%;
    height: 50%;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}
#newsletter input[type="checkbox"]:checked:after, #contact input[type="checkbox"]:checked:after {
    display: block;
}
#newsletter input:nth-child(odd), #newsletter select {
    width: 49%;
    margin-left: 0%;
}
#newsletter input:nth-child(even), #newsletter .botcheck {
    width: 49%;
    margin-right: 0%;
}
#newsletter .botcheck span, #newsletter .botcheck input {
    display: inline-block;
    width: 50%;
}
#newsletter .botcheck input {
    padding: 0.52%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
#contact .botcheck span, #contact .botcheck input {
    display: inline-block;
    width: 50%;
}
#newsletter .botcheck span, #contact .botcheck span {
    text-align: left;
}
#newsletter input#envio {
    width: 100%;
    margin-left: 0;
}
#contact textarea {
    margin-top: 0;
    height: 135px;
    margin-bottom: 1%;
}
#newsletter input#envio, #contact input#envio {
    margin-top: 0.5%;
    cursor: pointer;
}
#newsletter input#envio[disabled], #contact input#envio[disabled], #unsub_popup input#unsubscribe[disabled] {
    cursor: default;
}
#newsletter .error, #newsletter .botcheck .error, #newsletter .response_message .error, #contact .error, #contact .response_message .error, #unsub_popup .error {
    border: 2px solid #f00;
}
#newsletter input[type="checkbox"], #contact input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    outline: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    top: 2px;
}
#newsletter .response_message, #contact .response_message {
    color: #312f92;
    display: none;
    padding-bottom: 1%;
}
#newsletter .response_message.warn, #contact .response_message.warn {
    display: block;
}
#newsletter .response_message.fail, #newsletter .response_message.mail, #contact .response_message.fail {
    color: #f00;
}
#newsletter .response_message.ok, #contact .response_message.ok {
    color: #006000;
}
#newsletter #unsub {
    text-decoration: underline;
    cursor: pointer;
}
#unsub_popup {
    max-width: 480px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: #4a99e2;
    padding: 1%;
    border: 3px solid #fff;
}
#unsub_popup div {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    margin-bottom: 2%;
}
#unsub_popup input {
    width: 90%;
}
#unsub_popup input#unsubscribe {
    cursor: pointer;
}
#unsub_popup #unsub_retry, #unsub_popup #unsub_ok {
    display: none;
}
.mfp-bg {
    opacity: 1;
    background-color: rgba(255,255,255,0.8);
}
.mfp-close, .mfp-close:active {
    top: -44px;
}

#footer .content {
    padding-top: 1%;
    font-size: 12px;
    padding-bottom: 0.5%; 
}
#footer .copyright {
    font-size: 11px;
}
#footer .content div {
    color: #312f92;
}
#footer .cell_3 {
    vertical-align: bottom;
}
#footer a, #cookie a, #newsletter .response_message.warn a, #contact .response_message.warn a, .description a {
    color: #312f92;
    text-decoration: none;
}
#footer a {
    color: #312f92;
}
#newsletter .response_message.warn a, #contact .response_message.warn a, #footer a.uline:hover, #cookie a, .description a:hover {
    text-decoration: underline;
}

div.hc-widget.hc-widget-small {
    width: 120px !important;
    margin-left: auto;
    margin-right: auto;
}
#bgvideo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subpage p {
    text-align: justify;
    clear: both;
    padding-top: 0;
    padding-bottom: 4%;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.subpage p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.subpage .title {
    font-size: 24px;
    margin-bottom: 2%;
    padding-right: 0;
}
.subpage .title .fas {
    color: inherit;
}
.subpage.news .title, .subpage.gallery .title {
    margin-bottom: 0;
}
.subpage img.half {
    width: 48%;
    height: auto;
}
.subpage img.third {
    width: 31%;
    height: auto;
}
.subpage img.fleft {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 2% !important;
    margin-left: 0% !important;
    margin-right: 2% !important;
}
.subpage img.fright {
    float: right !important;
    margin-top: 0 !important;
    margin-bottom: 2% !important;
    margin-left: 2% !important;
    margin-right: 0% !important;
}
.subpage img.fcenter {
    width: 48%;
    vertical-align: top;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.subpage table {
    margin-bottom: 1%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: rgba(255,255,255,0.25);
}
.subpage .legal {
    font-size: 12px;
    margin-bottom: 2%;
}
.subpage .legal:last-child {
    margin-bottom: 0;
    padding-bottom: 2%;
}
.subpage table th.price_date, .subpage table th.price_tit {
    font-weight: 500;
}
.subpage table td.price_content {
    font-weight: normal;
}
.subpage table .price_range, .subpage table .price_date {
    text-align: left;
    padding-top: 1%;
    padding-bottom: 1%;
    border-bottom: 1px solid rgba(255,255,255,0.9);
}
.subpage table .price_range, .subpage table .price_content, .subpage table .price_tit {
    padding-top: 1%;
    padding-bottom: 1%;
    border-bottom: 1px solid rgba(255,255,255,0.9);
}

.subpage .filled_content .subtitle {
    font-size: 12px;
}
.subpage .offer p {
    padding-bottom: 1%;
}
.subpage.gallery .filled_content {
    padding-bottom: 2%;
}
.subpage ul {
    display: inline-block;
    padding: 0;
}
.subpage ul li {
    text-align: justify;
    font-size: 12px;
}

.gallery img {
    width: 100%;
    height: auto;
}
.gallery .photo {
    cursor: pointer;
}
.gallery .photo .expand {
    position: absolute;
    top: 2%;
    right: 1%;
    background-color: rgba(255,255,255,.75);
    padding: 1%;
    padding-bottom: 1.6%;
    color: #312f92;
}
.gallery .photo {
    height: 150px;
}
.content.subpage.gallery:last-child {
    padding-bottom: 4% !important; 
}
.mfp-counter {
    color: #747474;
}

.processlist #list_wait, .processlist #list_confirm, .processlist #list_unsubscribe, .nonews #no_news {
    height: auto;
    position: relative;
    display: block;
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.processlist #list_wait a, .processlist #list_confirm a, .processlist #list_unsubscribe a {
    color: #312f92;
    text-decoration: underline;
}
.processlist #list_confirm, .processlist #list_unsubscribe {
    display: none;
}

.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.justify {
    text-align: justify !important;
}
.blue {
    color: #312f92;
}

@media (min-aspect-ratio: 16/9) {
    .video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video {
        width: auto;
        height: 100%;
    }
}

/* Large display 1200px and above */
@media screen and (min-width: 1200px) {

}

/* Portrait tablets 768px and above */
@media screen and (min-width: 768px) and (max-width: 979px) {
    #body .content:last-child {
        padding-bottom: 4%;
    }
    #logo {
        top: 20%;
        height: 65%;
    }
    #header .kordel, #footer .kordel {
        bottom: -20px;
        height: 40px;
    }
    #header .kordel img, #footer .kordel img {
        height: 40px;
        right: -30px;
    }
}

/* Phones to tablets 767px and below */
@media screen and (max-width: 767px) {
    #header {
        height: 70px;
    }
    #logo {
        left: 4%;
        top: 20%;
        height: 60%;
    }
    #menu {
        right: 3.83%;
        top: 25%;
    }
    #menu .text {
        font-size: 20px;
    }
    #options_items, #language_items {
        top: 75px;
    }
    #options_items a, #language_items a {
        margin-bottom: 20px;
        padding: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 16px;
        width: 300px;
    }
    #header .kordel, #footer .kordel {
        bottom: -20px;
        height: 40px;
    }
    #header .kordel img, #footer .kordel img {
        height: 40px;
        right: -30px;
    }
    
    .cell_2 {
        width: 92%;
    }
    .cell_2:nth-child(odd), .cell_3:first-child, .cell_4:first-child {
        margin-left: 4%;
        margin-right: 4%;
    }
    .cell_2:nth-child(even), .cell_3:last-child, .cell_4:last-child {
        margin-left: 4%;
        margin-right: 4%;
    }
    
    .content, .splitcontent {
        padding-top: 4%;
        text-align: justify;
    }
    .content#links {
        text-align: center;
    }
    .slide_border {
        width: 4%;
    }
    .slide_container {
        width: 92%;
    }
    
    .cell_1 {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .cell_3 {
        width: 43%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .cell_3:nth-child(odd) {
        margin-left: 4%
    }
    .cell_3:nth-child(even) {
        margin-right: 4%
    }
    .cell_5 {
        width: 27.3%;
        margin-left: 3%;
        margin-right: 3%
    }
    .bordered_content, .filled_content {
        margin: 4%;
        margin-top: 0;
        margin-bottom: 0;
    }
    #body .content:last-child {
        padding-bottom: 5%;
    }
    
    .subpage img.third{
        width: 48%;
        height: auto;
    }
    
    #newsletter input, #newsletter select {
        width: 31.3%;
        font-size: 13px;
    }
    #newsletter input:nth-child(odd), #newsletter select {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    #newsletter input:nth-child(even), #newsletter .botcheck {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    #newsletter input[type="checkbox"], #contact input[type="checkbox"] {
        width: 16px;
    }
    #newsletter .botcheck input {
        width: 50%;
    }
    #newsletter .botcheck span, #contact .botcheck span {
        text-align: right;
        width: 48%;
        margin-right: 2%;
    }
    #footer .cell_3, #footer .cell_4 {
        width: 98%; 
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2%;
        font-size: 14px;
    }
    .left {
        text-align: center !important;
    }
    .right {
        text-align: center !important;
    }
    .subpage .cell_1 {
        padding-top: 4%;
    }
    .subpage p {
        padding-bottom: 4%;
    }
    .content .pricetable th, .content .pricetable td {
        text-align: center;
        font-size: 13px;
    }
    
    #contact.subpage .cell_1 {
        padding-top: 0%;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    #menu {
        text-align: right;
        width: 92%;
    }
     #options_items a, #language_items a {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 10px;
        padding: 5px;
        font-size: 16px;
        width: 300px;
        border: none;
    }
    #newsletter input, #newsletter select {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    #menu .text {
        display: none;
    }
}

/* Phones 480px and below */
@media screen and (max-width: 480px) {
    body, div {
        font-size: 14px;
    }
    #header {
        height: 45px;
    }
    #logo {
        top: 30%;
        height: 55%;
    }
    #menu {
        top: 15%;
        font-size: 24px;
    }
    #options_items, #language_items {
        top: 45px;
    }
    #options_items a, #language_items a {
        font-size: 18px;
        width: 250px;
    }
    #menu #menu_home {
        display: block;
    }
    #menu #home {
        display: none;
    }
    #header .kordel, #footer .kordel {
        bottom: -10px;
        height: 20px;
    }
    #header .kordel img, #footer .kordel img {
        height: 20px;
        right: -30px;
    }
    .bordered_content .title {
        font-size: 20px;
    }
    .cell_3 .title, .cell_2 .title {
        font-size: 16px;
    }
    .bordered_content .description {
        padding-bottom: 4%;

    }
    .cell_5 {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%
    }
    #awards .cell_5 {
        margin-bottom: 4%;
    }
    .cell_3 {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .cell_3:nth-child(2n+1), .cell_3:last-child {
        margin-right: 4%;
    }
    .cell_3 .photo {
        height: 150px;
    }
    #newsletter input, #newsletter select {
        width: 100%;
        font-size: 14px;
    }
    #footer .kordel {
        bottom: auto;
        top: -18px;
    }
        
    .content .pricetable .title, .content .pricetable th, .content .pricetable td {
        text-align: center;
        font-size: 11px;
    }
    .subpage table .price_range, .subpage table .price_date {
        text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
        border-right: 1px solid rgba(255,255,255,0.9);
    }
    .subpage table .price_range, .subpage table .price_content, .subpage table .price_tit {
        padding-top: 2%;
        padding-bottom: 2%;
        border-right: 1px solid rgba(255,255,255,0.9);
    }
    
    .subpage .filled_content .subtitle {
        display: block;
        font-size: 10px;
        margin-bottom: 4%;
    }
    
    .subpage img.half {
        width: 100%;
    }
    .subpage img.third {
        width: 100%;
    }
    .subpage img.fleft {
        float: none!important;
        margin-bottom: 4% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .subpage img.fright {
        float: none !important;
        margin-bottom: 4% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .subpage img.fcenter {
        display: block;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
}

/* Edge */
@supports (-ms-ime-align: auto) {
    html {
        overflow: hidden;
        height: 100%;    
    }
    body {
        overflow: auto;
        height: 100%;
    }
}
/* Ie 10/11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;    
    }
    body {
        overflow: auto;
        height: 100%;
    }
}