﻿
.master-page-body {
    background: #eee /*url(/Images/Pages/Scacchiera.png) 50% -50px*/;
    padding: 0;
}

.application-page-body {
    background: #eee /*url(/Images/Pages/Scacchiera.png) 50% -50px*/;
    padding-bottom: 0 !important;
}

.social-icon {
    width: 16px;
    margin-left: 15px;
}

    .social-icon:hover {
        cursor: pointer;
    }

section.middle {
    padding-bottom: 30px;
    text-align: center;
}

.section-opacity {
    background-color: rgba(0, 20, 30, 0.1);
}

.master-body {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.master-menu-element {
    color: #666;
    font-size: 16px;
    margin-left: 20px;
    vertical-align: baseline;
}

    .master-menu-element.first {
        margin-left: 0;
    }

    .master-menu-element.button-wide {
        background-color: #fafafa;
        border: 1px solid #ccc;
        padding: 5px 15px 5px 15px;
        font-weight: 600;
        color: #333;
        display: block;
        margin-left: 10px !important;
        margin-right: 10px !important;
        text-align: center;
    }

        .master-menu-element.button-wide:hover {
            background-color: #eee;
            text-decoration: none;
        }

    .master-menu-element.button {
        background-color: #fafafa;
        border: 1px solid #ccc;
        padding: 5px 15px 5px 15px;
        font-weight: 600;
        color: #333;
    }

        .master-menu-element.button:hover {
            background-color: #eee;
            text-decoration: none;
        }

    .master-menu-element.selected {
        font-weight: 600;
        color: #333;
    }

    .master-menu-element:hover {
        color: #333;
        cursor: pointer;
        text-decoration: underline;
    }

.carousel-item {
    position: relative;
    color: white;
}

.carousel-image {
    width: 100%;
}

.carousel-inner-container {
    position: absolute;
    left: 55%;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.carousel-bottom-container {
    color: #333 !important;
    margin-bottom: 10px;
}

    .carousel-bottom-container p {
        padding-left: 10px;
        padding-right: 10px;
    }

.carousel-control {
    line-height: 30px !important;
}

footer hr {
    border: none;
    border-top: 1px solid #1a1c1d;
    border-bottom: 1px solid #404449;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.master-page-container {
    padding: 0;
}

    .master-page-container.header {
        background-color: #2b3a42;
        color: white;
    }

    .master-page-container.header-2 {
        background-color: black;
        color: white;
        border-bottom: 4px solid white;
    }

        .master-page-container.header-2 .wrap {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .master-page-container.header-3 {
        background-color: rgb(213, 43, 30);
        color: white;
        border-bottom: 4px solid white;
    }

        .master-page-container.header-3 .wrap {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .master-page-container.footer {
        background-color: #00AEEF;
        color: #2b3a42 !important;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .master-page-container.footer-2 {
        background-color: rgb(64, 64, 64);
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .master-page-container .customer-item {
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .master-page-container .customer-item img {
            width: 58px;
            height: 50px;
        }

    .master-page-container.slider-strip {
        /*background-color: rgb(213, 43, 30);*/
        border-bottom: 4px solid black;
        overflow: hidden;
    }

    .master-page-container.container-black-strip {
        background-color: black;
        color: rgb(212, 212, 212);
    }

    .master-page-container.container-strip {
        background-color: white;
        border-bottom: 4px solid rgb(213, 43, 30);
    }

        .master-page-container.container-strip h2 {
            color: black;
            /*font-style: italic;*/
        }

        .master-page-container.container-strip h3 {
            margin-bottom: 10px;
        }

        .master-page-container.container-strip a {
            color: rgb(213, 43, 30);
            font-style: italic;
        }

            .master-page-container.container-strip a:hover {
                color: #666;
                text-decoration: none;
            }

    .master-page-container .list-item {
        margin-bottom: 20px;
    }

        .master-page-container .list-item.stunning {
            background: url(/Images/Pages/stunning-text-bg.png);
        }

        .master-page-container .list-item p {
            margin-top: 20px;
        }

    .master-page-container .list-item-buttons {
        margin-top: 10px;
        text-align: right;
    }

        .master-page-container .list-item-buttons button {
            min-width: 100px;
        }

    .master-page-container .list-item .list-item-wrap {
        padding: 5px;
    }

    .master-page-container .list-item:hover {
        cursor: pointer;
        background-color: #ddd;
    }

        .master-page-container .list-item:hover h3 {
            color: #f89406;
            text-decoration: none;
        }

    .master-page-container .list-item::after {
        content: '';
        border-bottom: 2px solid rgb(213, 43, 30);
        display: block;
    }

    .master-page-container .list-item.noborder::after {
        border-bottom: 0;
    }

    .master-page-container .list-item:hover::after {
        content: '';
        border-bottom: 2px solid #f89406;
        display: block;
    }

    .master-page-container .list-item.noborder:hover::after {
        border-bottom: 0;
    }

    .master-page-container .list-item h3 {
        color: rgb(213, 43, 30);
        font-style: italic;
    }

    .master-page-container .list-item:last-child {
        margin-bottom: 0;
    }

    .master-page-container .list-item-container h2 {
        color: rgb(214, 43, 30);
        border-bottom: 2px solid black;
        margin-bottom: 15px;
        font-weight: bold;
        font-style: italic;
    }

    .master-page-container .menu-element {
        float: left;
        margin-right: 15px;
        line-height: 42px;
        font-size: 1.2em !important;
    }

        .master-page-container .menu-element.link:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .master-page-container .menu-element img {
            width: 42px;
            height: 42px;
        }

    .master-page-container .menu-element-2 {
        float: left;
        margin-right: 15px;
        line-height: 42px;
        font-size: 1.2em !important;
    }

        .master-page-container .menu-element-2.link:hover {
            text-decoration: underline;
            color: rgb(213, 43, 30);
            cursor: pointer;
        }

        .master-page-container .menu-element-2.selected {
            text-decoration: none !important;
            color: rgb(213, 43, 30);
            cursor: default !important;
        }


        .master-page-container .menu-element-2 img {
            width: 42px;
            height: 42px;
        }

        .master-page-container .menu-element-2:last-child {
            margin-right: 0;
        }

    .master-page-container .menu-element-3 {
        float: left;
        margin-right: 15px;
        line-height: 42px;
        font-size: 1.2em !important;
        font-weight: bold;
    }

        .master-page-container .menu-element-3.link:hover {
            text-decoration: underline;
            color: #333;
            cursor: pointer;
        }

        .master-page-container .menu-element-3.selected {
            text-decoration: none !important;
            color: #333;
            cursor: default !important;
        }


        .master-page-container .menu-element-3 img {
            width: 42px;
            height: 42px;
        }

        .master-page-container .menu-element-3:last-child {
            margin-right: 0;
        }

    .master-page-container.header h2 {
        color: white !important;
    }

    .master-page-container.header-2 h2 {
        color: white !important;
    }

    .master-page-container.header-2 h4 {
        color: #f89406;
    }

    .master-page-container.header-3 h2 {
        color: white !important;
    }

    .master-page-container.header-3 h4 {
        color: #333;
    }

.slider-strip h1 {
    color: white;
    font-style: italic;
    font-weight: bold;
}

.slider-strip h2 {
    color: white;
}

.slider-strip h4 {
    color: white;
    font-weight: bold;
}

button img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px;
}

.master-page-container .menu-element.right {
    float: right;
}

.master-page-container .menu-element.header {
    float: left;
    margin-right: 20px;
    font-size: 1.8em;
    margin-right: 40px;
}

.master-page-container .menu-element.header-2 {
    float: left;
    margin-right: 20px;
    font-size: 1.8em;
    margin-right: 40px;
}

.master-page-container .menu-element.header-3 {
    float: left;
    margin-right: 20px;
    font-size: 1.8em;
    margin-right: 40px;
}

.step-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: white;
    background-color: rgba(0, 20, 30, 0.3);
    text-align: left;
}

.step-caption {
    text-align: center;
    /*color: #2f96b4;*/
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    background-color: rgba(0, 20, 30, 0.3);
    padding: 5px;
}

.thumbnail {
    background-color: white;
    margin-bottom: 20px;
}

.thumbnail-image-wrapper {
    height: 240px;
    overflow: hidden;
    text-align: center;
}

/*MASTER PAGE*/

.master-page-container .wrap {
    /*background-color: white;
    height: 20px;*/
}

.header-menu-table {
    width: 100%;
}

    .header-menu-table tr td {
        padding: 5px;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
    }

        .header-menu-table tr td.three-columm {
            width: 33%;
        }

.step-container {
}

.step-element {
    float: left;
    /*border: 1px solid red;*/
}

    .step-element img {
        width: 100%;
    }

.step-container .step-element:last-child {
    margin-right: 0;
}

.single-block-container {
}

    .single-block-container.highlight .single-block:hover {
        background-color: #0072BC;
        color: white;
        cursor: pointer;
    }

.single-block-outer {
    background-color: #fff;
    display: block;
    width: 100%;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    transition: background-color .25s;
    transition: background-color .25s;
    -moz-box-shadow: #888 0 1px 4px;
    -o-box-shadow: #888 0 1px 4px;
    box-shadow: #888 0 1px 4px;
}

    .single-block-outer .single-block:first-child {
        box-shadow: none;
    }

.single-block {
    background-color: #fff;
    color: #333;
    text-shadow: none;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    transition: background-color .25s;
    transition: background-color .25s;
    -moz-box-shadow: #888 0 1px 4px;
    -o-box-shadow: #888 0 1px 4px;
    box-shadow: #888 0 1px 4px;
    text-decoration: none;
    float: left;
    text-align: center;
}

    .single-block.selected {
        background-color: #0072BC;
        color: white;
    }

.single-block-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.single-block p {
    text-align: justify;
}

.single-block h4 {
    font-weight: bold;
}

.single-block img {
    width: 50%;
    margin-bottom: 10px;
}

.single-block-desc {
    height: 80px;
    overflow: hidden;
}

.single-block-title {
    height: 40px;
    overflow: hidden;
}

.single-block ul li {
    text-align: left;
}

.single-block label {
    text-align: left;
}

@media (max-width: 680px) {
    .master-page-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

        .master-page-container .wrap {
            width: auto !important;
        }

        .master-page-container .menu-element.header {
            /*font-size: 1.2em !important;*/
        }

    .step-container {
        padding-left: 5%;
    }

    .step-element {
        width: 30%;
        margin-right: 5px;
    }

        .step-element.arrow {
            display: none;
        }

    .step-caption {
        font-size: 1em !important;
    }

    .btn-large {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important;
    }

    .single-block {
        display: block;
        width: 100%;
    }

        .single-block.double {
            display: block;
            width: 100%;
        }

        .single-block.half {
            display: block;
            width: 100%;
        }
}

@media (min-width: 681px) and (max-width: 910px) {
    .master-page-container .wrap {
        width: 660px;
        margin: 0 auto;
    }

    .step-container {
        padding-left: 5%;
    }

    .step-element {
        width: 30%;
        margin-right: 5px;
    }

        .step-element.arrow {
            display: none;
        }

    .single-block {
        width: 220px;
    }

        .single-block.double {
            width: 440px;
        }

        .single-block.half {
            width: 110px;
        }

        .single-block p {
            font-size: 0.9em;
        }
}

@media (min-width: 911px) and (max-width: 1015px) {
    .master-page-container .wrap {
        width: 888px;
        margin: 0 auto;
    }

    .step-container {
        width: 800px;
        margin: 0 auto;
    }

    .step-element {
        width: 150px;
        margin-right: 10px;
    }

        .step-element.arrow {
        }

    .single-block {
        width: 296px;
    }

        .single-block.double {
            width: 592px;
        }

        .single-block.half {
            width: 148px;
        }
}

@media (min-width: 1016px) and (max-width: 1189px) {
    .master-page-container .wrap {
        width: 990px;
        margin: 0 auto;
    }

    .step-container {
        width: 900px;
        margin: 0 auto;
    }

    .step-element {
        width: 170px;
        margin-right: 10px;
    }

        .step-element.arrow {
            width: 150px;
            margin-left: 10px;
            margin-right: 20px;
        }

    .single-block {
        width: 330px;
    }

        .single-block.double {
            width: 660px;
        }

        .single-block.half {
            width: 165px;
        }
}

@media (min-width: 1190px) {
    .master-page-container .wrap {
        width: 1140px;
        margin: 0 auto;
    }

    .step-container {
        width: 1050px;
        margin: 0 auto;
    }

    .step-element {
        width: 200px;
        margin-right: 20px;
    }

        .step-element.arrow {
            width: 150px;
            margin-left: 20px;
            margin-right: 30px;
        }

    .single-block {
        width: 380px;
    }

        .single-block.double {
            width: 760px;
        }

        .single-block.half {
            width: 190px;
        }
}

.image-wrapper img {
    max-height: 120px;
}

.carousel-control {
    line-height: 27px !important;
}

.header-strip {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-strip-container {
    border-bottom: 5px solid #ddd;
}

.bookmark span {
    background-color: #0072BC;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

    .bookmark span:after {
        position: absolute;
        content: "";
        bottom: -20px;
        left: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 180px 0 180px;
        border-color: #0072BC transparent transparent transparent;
        line-height: 0px;
        _border-color: #00AEEF #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }


.button-container-right {
    text-align: right;
}

    .button-container-right button:last-child {
        margin-right: 0;
    }


.btn.btn-black {
    background-color: black;
    border-color: black;
    color: white;
}

    .btn.btn-black:hover {
        background-color: #666;
        border-color: #666;
        color: #ccc;
    }

.inner-wrap {
    padding: 10px;
    background-color: white;
}