/* CSS Document */

.slider-text-wrapper {
    padding-left: 100px !important;
    justify-content: end;
    margin-bottom: 100px;
}


.right-arrow-icon {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}


.heading-1{
    line-height: 1.2em;
}


.section2-text--wrapper{
    width: 400px;
    padding-left: 60px;
}



.MAGAL{
	width: calc(   (100% / 6) - 5px   );
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	opacity: 0.8;
}

.MAGAL:hover{
	opacity: 1;
}



.MAGAL2{
	width: calc(   (100% / 6) - 5px   );
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	opacity: 0.8;
}



.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}






.KON_1{
    width: calc(100% - 70px);
    margin-left: 70px;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #fff;
}




.KON_2{
    width: 100px;
    position: relative;
    top: 0px;
    min-height: 100vh;
    height: auto;
    background: #fff url(/GSYS/GIUGIU2/images/ROSTO3.jpg) no-repeat center bottom;
    background-size: cover;
    float: left;
}

.KON_3{
    width: auto;
    position: relative;
    height: 100vh;
    float: left;
    background: #222;
    overflow: hidden;
}

.KON_4{
    width: auto;
    position: relative;
    min-height: 100vh;
    height: auto;
    background: #fff;
    float: left;
}


.MONAD_1{
    font-size: 14px;
    color: #555;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
    top: 0px;
}



.MONA_2{
    width: 100%;
    height: auto;
    position: relative;
}



.MONAD_3{
    width: 100%;
    min-height: 100px;
    background: url(/GSYS/GIUGIU2/images/FOTO_7.jpg?x=43) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.heading-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
}


.SOMBTA_BOTTOM {
    height: 80%;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    
}


.SOMBTA_TOP {
    height: 40%;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    
}


.ENDO{
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 600px;
    color: #222;
    position: relative;
}


.ENDO::before{
    content: "";
    width: 90px;
    height: 1px;
    border-bottom: 1px solid #222;
    position: absolute;
    left: -100px;
    top: 10px;
}

    
    
#MOB{
    display: none;
}

    
    

@media only screen and (max-width: 1150px) {
    

    #MOB{
        /*display: block;*/
    }
    
}




@media only screen and (max-width: 750px) {

	.MAGAL2{
		width: calc(   (100% / 3) - 5px   );
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		cursor: pointer;
		opacity: 0.8;
	}
	
}





