a, a:visited, a:link {
    color: #1d3557;
    text-decoration: underline;
}

a:hover, a:active {
    color: #1d3557;
    text-decoration: none;
}

h1 {
    display: block;
    font-size: 24px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0px;
    font-weight: bold;
}

.inputError {
    border:1px solid   #ff0a0a !important ;
}


/*text with line behind*/
.heading-1{
    position:relative;
    text-align: left;
    margin-top: 40px;
    font-size: 14px;
}
.heading-1:before {
    content: "";
    display: block;
    border-top: solid 1px #bebebe;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.heading-1 span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    left: 10px;
    color: #3E517A;
}

#bodyContainer {
    width: 860px;
    margin: auto;
    margin-top:10px;
}

.posterPage {


    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-right: 3px solid #333;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
.containerFlex {
    display: flex; margin-top: 10px
}
.leftPage {
    width: 200px;
}

.rightPage {
    flex: 1;
    margin-left: 15px;
}

.businessLandscapePage {
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.businessLogo {
    position: absolute;
    top:10px;
    left:10px;
    border:5px solid #fff;
    border-radius: 7px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.landscapePage {
    flex: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*Elements for company and event page*/
.leftBox {
    border-radius: 5px;
    background: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 10px
}

.titleRight {
    font-size:14px;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius:5px;
    position: relative;
    background-color: #fcffff;
}

.rowRight {
    font-size:14px;
    margin-top: 10px;
    background: white;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius:5px;
    position: relative;
}

.price {
    color: #1c606a;
    font-size: 30px;
    font-family: 'Khand', sans-serif;
}


.priceTagRon:after {
    content: 'RON';
    font-size: 14px;
}

.priceTagEur:after {
    content: '€';
    font-size: 14px;
}

.priceTagUsd:after {
    content: '$';
    font-size: 14px;
}

.priceTagRonOld:after {
    content: 'RON';
    font-size: 12px;
}

.priceTagEurOld:after {
    content: '€';
    font-size: 12px;
}

.priceTagUsdOld:after {
    content: '$';
    font-size: 12px;
}

.priceRow {
    position: relative;
    margin: 2px;
    border:1px solid #f5f5f5;
    margin-top: 12px;
}

.titleCart {
    font-size:14px;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius:5px;
    position: relative;
    background-color: #fcffff;
}

.layOver {
    display:none;
    border-radius:5px;
    bordertop:0;
    bottom:0;
    left:0;
    right:0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid green;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.layOver .message {
    margin: auto;
    margin-top: 50px;
    width: 100px;
    background: white;
    padding:15px;
    text-align: center;
    border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #F8463F;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
    color:white
}
.ribbon1 span:before, .ribbon1 span:after {
    position: absolute;
    content: "";
}
.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}
.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}



/*Media queries*/
@media only screen and ( max-width: 860px ) {

    #bodyContainer {
        width: 94%;
        margin: auto;
        margin-top:10px;
    }

    .textSubMenu {
        display: none;
    }

    .leftPageEvent {
        display: none;
    }

    .rightPageEvent {
        width: 100% !important;
        margin: auto;
        margin-top: 10px;
        flex: none;
    }

    .leftFlexPage {
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    .rightFlexPage {
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    .containerFlex {
        display: block
    }

    .bannerHeight {
        height: 150px;
    }
    .posterWidth {
        width: 100px;
    }

}

/*Media queries*/
@media only screen and (min-width: 861px) and (max-width: 1024px) {

    .bannerHeight {
        height: 260px;
    }

    .posterWidth {
        width: 150px;
    }

}
/*Media queries*/
@media only screen and ( min-width: 1025px ) {

    .bannerHeight {
        height: 300px;
    }

    .posterWidth {
        width: 200px;
    }

}