html {}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/3966-webfont.woff2') format('woff2'),
    url('../fonts/3966-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:focus {
    outline: none!important;
}

body {
    background-image: url("../images/Pattern.jpg");
    font-family: 'robotoregular', 'Times New Roman', Times, serif;
}

.logo_text {
    width: 100%;
    margin-top: -36px;
}

a, a:hover {
    color: black;
    text-decoration: none;
}

.bg_top {
    background-image: url("../images/bg_top.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

}

.red_force, .green_force {
    background-image: url("../images/red_force.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 230px;
}

.green_force {
    background-image: url("../images/green_force.png");
}

.rome_women, .rome_man, .gall_man, .gall_women {
    height: 440px;
    float: left;
    padding: 5px;
}

.rome_women .img , .rome_man .img , .gall_man .img , .gall_women .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 400px;
    cursor: pointer;
    position: absolute;
}


.rome_women .img  {
    /*background-image: url("../images/rome_women.png");
    margin-left: -10px;*/
    height: 534px;
    margin-top: -100px;
    width: auto;
    margin-left: -18px;
}

.rome_man .img {
    height: 480px;
    width: auto;
    margin-top: -56px;
}

.gall_man .img  {
    height: 470px;
    width: auto;
    margin-top: -56px;
}

.gall_women .img  {
    height: 534px;
    margin-top: -100px;
    width: auto;
    margin-left: -10px;
}

.border_red {
    /*float: left;*/
    width: 100%;
    height: 8px;
    background-color: red;
    margin-top: 410px;
    box-shadow:5px 5px 4px rgba(0,0,0,0.5);;
}

.img_text {
    margin-top: 16px;
    width: 90%;
}

.img_text2 {
    margin-top: 16px;
    width: 76%;
}

.forma_custom input{
    border-radius: 10px;
    box-shadow:2px 2px 4px rgba(0,0,0,0.2);
}

.block_people div > div:hover .border_red {
    /*background-color: firebrick;*/
}


.button_config {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    color: #deba83;
    font-family: 'Georgia', 'Times New Roman', Times, serif;

}

.button_config:active, .button_config:focus {
    border: 0;
    outline: none!important;
}

.or_color {
    color: #9d6339;
}

.button_1, .button_1:active {
    background-image: url("../images/button_1.png");
    width: 264px;
    height: 82px;
    font-size: 20px;
}

.button_2, .button_2:focus {
    background-image: url("../images/button_2.png");
    width: 354px;
    height: 72px;
    margin-top: 30px;
    font-size: 20px;
}

.btn.button_1:not(:disabled):not(.disabled).active, .btn.button_1:not(:disabled):not(.disabled):active {
    background-image: url("../images/button_1.png");
}

.btn.button_2:not(:disabled):not(.disabled).active, .btn.button_2:not(:disabled):not(.disabled):active {
    background-image: url("../images/button_2.png");
}

.cont_mar_0 {
    margin-top: 100px;
}

.cont_mar_1 {
    margin-top: 60px;
}

.cont_mar_2 {
    margin-top: 0px;
    height: 400px;
}



.cont_mar_3 {
    margin-top: 50px;
}

.cont_mar_4 {
    margin-top: 50px;
}

.pad_1 {
    padding-left: 80px;
}

.bg_im_4 {
    background-image: url("../images/bg_im_4.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg_im_1 {
    background-image: url("../images/bg_im_1.png");
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    height: 435px;
}

.bg_im_2 {
    background-image: url("../images/bg_im_2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 310px;
    background-position: 0px 14px;
    height: 483px;
}

.bg_im_3 {
    background-image: url(../images/bg_im_3.png);
    background-position: 100% -90px;
    background-repeat: no-repeat;
    background-size: 700px;
}

.bg_im_2 .pad_1 {
    margin-top: 160px;
}



@media (min-width: 990px) and (max-width: 1200px) {
    .gall_women .img {
        margin-left: -16%;
    }

    .rome_women .img {
        margin-left: -10%;
    }

    .rome_man .img {
        margin-left: -10%;
    }

    .gall_man .img {
        margin-left: -4%;
    }

    .logo_text {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {

    .logo_text {
        margin-top: 0px;
    }

    .container, .container-fluid {
        max-width: 100%;
    }

    .gall_women {
        width: 200px;
        height: 450px;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .gall_women .img {
        margin-left: -14%;
        height: 460px;
        margin-top: -36px;
        width: auto;
    }

    .rome_women .img {
        margin-left: -4%;
        height: 460px;
        margin-top: -34px;
        width: auto;
    }

    .rome_man .img {
        margin-left: -6%;
        height: 430px;
        width: auto;
        margin-top: -10px;
    }

    .gall_man .img {
        margin-left: 0%;
        height: 420px;
        width: auto;
        margin-top: -12px;
    }

    .cont_p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bg_im_2 {
        background-size: 230px;
        background-position: 0px 0px;
    }

    .pad_1 {
        padding-left: 40px;
    }

    .cont_mar_1 {
        margin-top: 60px;
    }

    .cont_mar_2 {
        margin-top: 0px;
    }

    .cont_mar_3 {
        margin-top: 160px;
    }

    .bg_im_2 .pad_1 {
        margin-top: 80px;
    }

    .bg_im_2 {
        height: 283px;
    }

    .cont_mar_2 {
        margin-top: 0px;
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 880px) {

    .logo_text {
        margin-top: 0px;
    }

    .gall_women .img {
        margin-left: -20%;
    }

    .rome_women .img {
        margin-left: -14%;
    }

    .rome_man .img {
        margin-left: -14%;
    }

    .gall_man .img {
        margin-left: -8%;
    }

    .block_people {
        margin-left: -30px;
    }

    .cont_mar_1 {
        margin-left: 10px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {

    .logo_text {
        margin-top: 0px;
    }

    .container, .container-fluid {
        min-width: 768px;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .gall_women {
        width: 200px;
        height: 450px;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .gall_women .img {
        height: 460px;
        width: auto;
        margin-top: -32px;
        margin-left: -30px;
    }

    .rome_women .img {
        height: 460px;
        margin-top: -40px;
        width: auto;
        margin-left: -30px;
    }

    .rome_man .img {
        height: 430px;
        width: auto;
        margin-top: -10px;
        margin-left: -36px;
    }

    .gall_man .img {
        height: 420px;
        width: auto;
        margin-top: -10px;
        margin-left: -20px;
    }

    .cont_p .row{
        padding-left: 20px;
        padding-right: 20px;
    }

    .cont_mar_3.bg_im_3 .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bg_im_2 {
        background-size: 230px;
        background-position: 0px 0px;
    }

    .pad_1 {
        padding-left: 60px;
    }

    .cont_mar_1 {
        margin-top: 60px;
    }

    .cont_mar_2 {
        margin-top: 80px;
    }

    .cont_mar_3 {
        margin-top: 160px;
    }

    .bg_im_2 .pad_1 {
        margin-top: 80px;
    }

    .bg_im_2 {
        height: 283px;
    }

    .cont_mar_2 {
        margin-top: 0px;
        height: 300px;
    }

    .container-fluid.bg_top {
        padding: 0px;
        margin: 0px;
    }

}

.err_mess{
	display:none;
	color: #dc3545;
	text-align: center;	
}
