/* -- start setup -- */
/*
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

* {
    font-family: 'Roboto Condensed', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 17px;
    color: #5e5e5e;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.text-underline {
    text-decoration: underline;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

.white {
    color: White !important;
}

.black {
    color: Black !important;
}

.t-d-n,
.t-d-n:HOVER {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
.path,
.topMenuButton,
.footerLogo,
.button,
.menuTitle,
.menuItems li a,
.dwButton,
.roleTitle,
.itemSelectBoxTitle,
.itemSelectBoxLinks li a,
.infoBubble {
    font-family: 'Barlow Condensed', sans-serif;
}

body {
    background-color: White;
}

.homeBcg {
    height: 100vh;
    background-color: #7fc1df;
    background-image: url(../pcs/pcs_layout/bcg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.detailBcg {
    min-height: 100vh;
    background-color: #dfebf9;
    background-image: url(../pcs/pcs_layout/detail-background.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.secondPageBcg {
    min-height: 100vh;
    background-color: #deebf8;
}

.pageTop {
    min-height: 48px;
    position: relative;
}

@media (min-width: 768px) {
    .pageTop {
        min-height: 78px;
    }

}

.continue .pageTop,
.continueHigher .pageTop,
.continueDetail .pageTop,
.continueSC .pageTop {
    background-color: White;
}

.topLogo {
    position: absolute;
    top: 0;
    left: 0px;
}

.topLogo img {
    width: 70%;
}

@media (min-width: 768px) {
    .topLogo {
        left: 15px;
    }

    .topLogo img {
        width: auto;
    }
}

.topMenu {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 9;
}


@media (min-width: 768px) {
    .topMenu {
        right: 30px;
    }
}

.topMenuButton {
    margin-left: 10px;
    background-image: url(../pcs/pcs_layout/menu.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    width: 80px;
    height: 38px;
    line-height: 38px;
    margin-top: 5px;
    background-color: #0d5388;
    color: White;
    cursor: pointer;
    text-align: center;
    padding-left: 15px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    .topMenuButton {
        margin-left: 20px;
        background-position: 12px center;
        width: 87px;
        height: 44px;
        line-height: 44px;
        margin-top: 15px;
        padding-left: 15px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
    }
}

.topMenuButtonClose {
    background-image: url(../pcs/pcs_layout/close-menu.png);
    background-position: 16px center;
}

.path {
    font-size: 21px;
    color: #0d5388;
    line-height: 48px;
}

@media (min-width: 768px) {

    .path {
        font-size: 41px;
        line-height: 78px;
    }
}

.pathBlue {
    color: #0d5388;
}

.pathRed {
    color: #dc2337;
}

.openMenu {
    display: none;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    position: absolute;
    height: 100vh;
    background-color: #f1f1f1;
    -webkit-box-shadow: -5px 0px 16px -4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -5px 0px 16px -4px rgba(0, 0, 0, 0.55);
    box-shadow: -5px 0px 16px -4px rgba(0, 0, 0, 0.55);
}


@media (min-width: 768px) {
    .openMenu {
        min-width: 480px;
        width: auto;
    }
}

.topMenuButton:HOVER {
    background-color: #07395e;
}

.menuContent {
    padding: 30px 0 15px 25px;
    background-color: White;
    background-image: url(../pcs/pcs_layout/open-menu-background.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .menuContent {
        padding: 60px 0 30px 45px;
    }

}

.menuContent2 {
    background-color: #f1f1f1;
    padding: 15px 0 15px 25px;
}

@media (min-width: 768px) {
    .menuContent2 {
        padding: 30px 0 30px 45px;
    }
}

.menuTitle {
    color: #0d5388;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 768px) {
    .menuTitle {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.roleTitle {
    color: #3b3b3b;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.menuItems {
    padding-left: 0;
}

.menuItems li {
    list-style-type: none;
    background-image: url(../pcs/pcs_layout/menu-arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.menuItems li a {
    font-size: 17px;
    color: #5e5e5e;
}

@media (min-width: 768px) {
    .menuItems li a {
        font-size: 19px;
    }
}

.dwButton {
    color: #0d5388;
    font-size: 19px;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contentCol {
    background-color: #FAF8F5;
}




.footer {
    min-height: 62px;
    background-color: #0d5388;
}

.copy {
    color: White;
    font-size: 14px;
}

.footerLogo {
    background-image: url(../pcs/pcs_layout/footer-logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: White;
    font-size: 16px;
    text-transform: uppercase;
}



.footerLeft {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #262626;
    text-transform: uppercase;
    transition: background-color 0.5s;
}

@media only screen and (min-width : 1200px) {
    .footerLeft {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 62px;
    }
}

.footerLeft:HOVER {
    background-color: Black;
}

.footerLinks {
    padding-left: 0;
    margin-bottom: 0;
}

.footerLinks li {
    list-style-type: none;
}

.footerLinks li a {
    color: White;
}

@media only screen and (min-width : 768px) {
    .footerLinks li a {
        font-size: 14px;
    }
}

@media only screen and (min-width : 1200px) {
    .footerLinks li a {
        font-size: 16px;
    }
}

.footerRight {
    line-height: 62px;
    background-color: #f09415;
    text-align: center;
    transition: background-color 0.5s;
    color: Black;
    text-transform: uppercase;
}

.footerRight:HOVER {
    background-color: #cd5713;
}




h1 {
    color: #0d5388;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
}

h1 {
    font-size: 25px;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 29px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 33px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 37px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 40px;
    }
}



h2 {
    color: #0d5388;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 20px;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 23px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 29px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 30px;
    }
}






.maxW970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 170px;
    height: 44px;
    line-height: 44px;
    background-color: #dc2337;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    transition: all 0.5s;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .button {
        font-size: 20px;
        width: 250px;
        height: 66px;
        line-height: 66px;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        border-radius: 33px;
    }

}


.backButton {
    width: 170px;
    margin: 0 0 30px 30px;
}

.menuButtons .button {
    width: 155px;
    height: 44px;
    line-height: 44px;
}


@media (min-width: 768px) {
    .menuButtons .button {
        width: 200px;
        height: 54px;
        line-height: 54px;
    }
}

.buttonRed {
    background-color: #dc2337;
}

.buttonBlue {
    background-color: #0d5388;
}

.homeButtons .buttonBlue,
.homeButtons .buttonRed {
    -webkit-animation: pulse 3.25s infinite cubic-bezier(0.99, 0, 0, 0);
    -moz-animation: pulse 3.25s infinite cubic-bezier(0.99, 0, 0, 0);
    -ms-animation: pulse 3.25s infinite cubic-bezier(0.99, 0, 0, 0);
    animation: pulse 3.25s infinite cubic-bezier(0.99, 0, 0, 0);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(67, 110, 176, 1);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(67, 110, 176, 1);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(67, 110, 176, 1);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(67, 110, 176, 1);
    }
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    /*text-decoration: none;*/
}

.buttonRed:HOVER {
    background-color: #830412;
}

.buttonBlue:HOVER {
    background-color: #07395e;
}

.homeButtons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    margin-top: -30px;
    margin-left: -85px;
}

@media (min-width: 768px) {
    .homeButtons {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -30px;
        margin-left: 0;
    }
}

.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    width: 60px;
    background-color: #C3AB80;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.oddLine {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background-color: #C3AB80;
}

.imgShadow {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
}

.ico {}

.ico1 {
    background-image: url(../pcs/pcs_layout/icon-1.svg);
}

.ico2 {
    background-image: url(../pcs/pcs_layout/icon-2.svg);
}

.ico3 {
    background-image: url(../pcs/pcs_layout/icon-3.svg);
}

.ico4 {
    background-image: url(../pcs/pcs_layout/icon-4.svg);
}

.icoText {}

/* detail  */
.mainContent {
    padding: 30px;
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

.detailContent {
    margin-top: 50px;
    padding-bottom: 30px;
}


@media (min-width: 992px) {
    .detailContent {
        margin-top: 35px;
    }
}

.text a {
    color: #dc2337;
    text-decoration: underline;
}

.video {
    background-color: #bdcee0;
    max-width: 500px;
    height: 270px;
}



.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contentCol {
    background-color: #FAF8F5;
}




.footer {
    min-height: 62px;
    background-color: #0d5388;
}

@media only screen and (min-height : 700px) {

    .homepage .footer,
    .continueVyber .footer,
    .continue .footer {
        position: absolute;
        z-index: 999;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media only screen and (min-height : 1000px) {
    .continueHigher .footer {
        position: absolute;
        z-index: 999;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.copy {
    color: White;
    font-size: 14px;
}

.footerLogo {
    background-image: url(../pcs/pcs_layout/footer-logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: White;
    font-size: 16px;
    text-transform: uppercase;
}













.itemSelect {
    background-size: 924px 520px;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    transition: linear all 0.5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    padding-top: 65px;
}

@media (min-height: 1150px) {

    .itemSelect {
        background-size: auto;
        min-height: 1080px;
    }


}

@media (min-width: 720px) {
    .itemSelect {
        padding-top: 20px;
    }
}

@media (min-width: 980px) {
    .itemSelectState {
        background-image: url(../pcs/pcs_layout/original_house-min.png);
    }

    .itemSelectState1 {
        background-image: url(../pcs/pcs_layout/highlighted-min.png);
    }

    .itemSelectState2 {
        background-image: url(../pcs/pcs_layout/extinguisher-min.png);
    }

    .itemSelectState3 {
        background-image: url(../pcs/pcs_layout/extinguisher_highlighted-min.png);
    }
}


.itemSelectBox {
    max-width: 290px;
    max-width: 350px;
    background-color: White;
    padding: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

@media (max-width: 992px) {
    .itemSelectBox {
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 992px) {
    .itemSelect {
        background-image: none !important;
    }

    .infoBubble {
        display: none !important;
    }
}


@media (min-width: 720px) {
    .itemSelect {
        padding-top: 20px;
    }
}


.itemSelectBoxTitle {
    color: #0d5388;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
}

.itemSelectBoxLinks {
    padding-left: 0;
}

.itemSelectBoxLinks li {
    list-style-type: none;
}

.itemSelectBoxLinks li {
    margin-bottom: 0.5rem;
}

.itemSelectBoxLinks li a {
    color: #5e5e5e;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-color: Black;
    /*background-image: url(../pcs/pcs_layout/info-i.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;*/
}

.itemSelectBoxLinks li a.detailButton {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #dc2337;
    color: White;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.itemSelectBoxInfo {
    background-image: url(../pcs/pcs_layout/info-i.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 11px;
    font-style: italic;
    line-height: 19px;
}


.infoBubble {
    display: block;
    max-width: 500px;
    margin: -200px auto 0 auto;
    background-color: White;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 20px 15px;
    font-size: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
}

.infoBubbleColor1 {
    color: #0d5388;
}

.infoBubbleColor2 {
    color: #dc2337;
}

.overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99500;
    background-image: url(../pcs/pcs_layout/overlay.png);
    xdisplay: none;
}

.popUpInfo {
    top: 40%;
    position: absolute;
    width: 100%;
    z-index: 99510;
}

@media (min-width: 992px) {
    .popUpInfo {
        top: 50%;
        left: 50%;
        height: 250px;
        width: 400px;
        margin-top: -125px;
        margin-left: -200px;
    }
}

.popUpInfoTitle {
    text-align: center;
    color: Black;
    font-size: 30px;
    font-weight: bold;
}

.popUpInfoText {
    text-align: center;
    color: Black;
    font-size: 18px;
    margin-bottom: 1rem;
}

.buttonsFirepoint {
    width: 100%;
}

@media (min-width: 992px) {
    .popUpInfoTitle {
        text-align: center;
        font-size: 60px;
    }

    .popUpInfoText {
        text-align: center;
        font-size: 45px;
        line-height: 43px;
    }

    .buttonsFirepoint {
        width: 400px;
    }
}