@import "fonts.css";
@import "texts.css";

*:focus,
*:active:focus{
    outline: none !important;
}
body{
    font-family: 'Hurme Geometric Sans 1';
}
.header{
    padding: 28px 0 22px 0px;
}
h1.blue, h2.blue, h3.blue, h5.blue,
.size180.blue,
.size125.blue,
.size82.blue,
.size83.blue,
.size53.blue{
    text-shadow: 2px 2px 1px rgba(180, 208, 223, 1);
}
h1.red, h2.red, h3.red,  h4.red, h5.red,
.size180.red,
.size125.red,
.size83.red,
.size82.red,
.size53.red{
    text-shadow: 2px 2px 1px rgba(198, 29, 72, 0.4);
}
.navbar-nav>li>a{
    font-size: 18px;
    color: #294189;
    text-transform: uppercase;
    padding: 10px 40px;

}
.navbar-nav>li.active>a {
    color: #c61d48;
    font-weight: bold;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #c61d48;
    font-weight: bold;
}
.home-container{
    min-height: 79vh;
    background-image: url(../img/white-bgi.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
}
.col-md-6 .col-sm-4 img {
    width: 100%;
    max-width: 160px;
}
.home-container:before{
    content: '';
    position: absolute;
    width: 50vw;
    left: 0px;
    height: 100%;
    background-image: url(../img/red-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;

}
.home-container .container{
    display: flex;
}
.home-container .container .col-md-6{
    display: inline-flex;
}
.copyright{
    font-size: 12px;
    padding: 20px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.euro-im {
    background-image: url(../img/bg-r.png);
    color: #ffffff;
    width: 74px;
    display: inline-block;
    text-align: center;
    font-size: 33px;
    height: 35px;
    padding: 3px;
}
.module-container{
    background-image: url(../img/bg2.png);
    background-repeat: repeat-y;
    padding-bottom: 40px;
    background-position: center;
    overflow: hidden;
    background-size: 100%;
}
.section1{
    width: 720px;
    height: 265px;
    position: relative;
    z-index: 11;
}
.section1:after{
    width: 720px;
    height: 265px;
    content: '';
    position: absolute;
    background-image: url(../img/red2.png);
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;

}
.section2{
    margin-top: -55px;
}
.half-red:after{
    content: " ";
    width: 50vw;
    background-color: #c71e2f;
    height: 106%;
    position: absolute;
    top: 0;
}
.module2 .col-md-6 h4{
    margin-top: -11px;
}
.module2 .col-md-6:first-child .vertical-mid {
    position: relative;
    padding-right: 70px;
}
.module2 .col-md-6:last-child .vertical-mid{
    padding-left: 70px;
}
.module2 .col-md-6:first-child .vertical-mid:after{
    content: '';
    background-color:#c61d48;
    width: 2px;
    height: 320px;
    right: -20px;
    position: absolute;
    bottom: 0;
    top: 120px;
}
.modal{
    top: 27%;
}
.size16 {
    font-size: 16px;
}
.text-box-heart .absolute{
    right: 0;
    left: 0;
    top: 100px;
}
.heart-text .absolute{
    top: 100px;
    left: 0;
    right: 0;
}
.absolute {
    position: absolute;
}
.modal-dialog {
    width: 560px;
}
.modal-dialog .close{
    padding: 10px;
    opacity: 1;
    z-index: 111;
    position: absolute;
    right: 0;
}
.modal-content{
    border-radius: 1px;
    border: none;
}
.modal-body img {
    margin-bottom: 20px;
    text-align: left;
}
.modal-body p{
    color: #ffffff;
    font-size: 20px;
}
.container-flex .webkit-box {
    margin-bottom:-40px;
}
.module2  h5{
    font-family: 'Beebas Neue';
}
.white-box {
    width: 880px;
    height: 520px;
    background-color: #ffffff;
    border: 2px solid #c61d48;
    padding: 20px 17px 30px 30px;
    overflow: auto;
}
.white-box p {
    font-size: 14px;
}
.red-textleft {
   text-align: left;
}
.scroll {
    overflow: auto;
    height: 460px;
    padding: 20px;
}
/* width */
.scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
    background: #c61d48;
    border-radius: 10px;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}




@media (min-width: 1100px) {
    .module2 .container {
        width:1300px;
    }
}