@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

h1 {
	font-family: 'Raleway', sans-serif !important;
} 
.border-box-logo{

}
.p_text {
    font-family: "Raleway", sans-serif;
    color: white;
    letter-spacing: 4.5px;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
}
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 10% !important;
    top: 65% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}
.header-menu-toggle {
    position: fixed;
    right: 10% !important;
    top: 3.1% !important;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #39b54a;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu-toggle.opaque{
    background: #0000;
}
.header-menu-icon {
    display: block;
    width: 33px;
    height: 3px;
    margin-top: -1px;
    position: absolute;
    left: 118px;
    top: 85%;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* font-size: 100px; */
}
.home-content h1 {
	line-height: 1.333;
    margin-top: 20px;
    color: #FFFFFF;
}
.home-content__buttons .btn {
	margin: 0 0 0 0 ;
}
.btn--stroke, button.btn--stroke {
    background: transparent !important;
    border: 0.2rem solid #ffffff;
    color: #ffffff;
}
.btn--stroke2 {
    background: transparent !important;
    border: 0.2rem solid #000;
    color: #000;
}

.header-menu-icon {
	background-color: black !important;
}
.header-nav h3{
	color: #fff !important;
}
.FontRegular {
	font-family: 'Montserrat', sans-serif !important;
}
.FontSemiBold {
	font-weight: 800 !important;
}
.FontBold {
	font-weight: 700 !important;
}
.Fontblack {
	font-weight: 800 !important;
}
.bottTitle {
	letter-spacing: 5px;
	text-align: center;
	font-size: 3.3rem !important;
}
.title_shadow{
	text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}

.color_black{
	color: black !important;
}
.text_center{
	text-align: center !important; 
}
.border-box-logo {
    border-width: 3px !important;
    border-style: solid !important;
    width: 175.1px; 
    padding: 2px 15px 2px !important;
    border-color: #ffffff !important;
    color: white;
}
.home-social span {
	color: #fff !important;
}
.home-content__buttons {
    padding-top: 0rem;
    text-align: center;
}
.home-content__buttons2 {
    padding-top: 0rem;
    text-align: center;
}
.home_content_withoutAnim{
	padding-top: 15rem;
}
.flex{
	display: flex;
}
.flex_end{
	justify-content: flex-end;
}
.flex_column{
	flex-direction: column;
}
.flex-bott-start {
	display: flex;
	justify-content: flex-start;
	align-self: flex-start;
	flex-direction: column;
	width: 60%;
}
.flex-bott-end {
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	flex-direction: column;
	width: 60%;
}
.flex-bott-center {
	display: flex;
	justify-content: center;
	align-self: center;
	flex-direction: column;
	width: 60%;
}

.bott {
	width: 20vh;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(10px 15px 15px #222);
    margin-top: 20px
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.btn_scopri {
	letter-spacing: 5px !important;
	height: 36px !important;
    width: 145px !important;
	line-height: calc(3.7rem - .4rem);
	margin-top: 1.5em;
}
.btn_scopri:hover {
	background: white !important;
	border-color: #fdfdfd !important;
}
.btn--stroke2:hover{
	background: white !important;
	border-color: #fdfdfd !important;
}

.btn-padding {
	padding-top: 1rem;
}
.flex_stock{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home-content {
	padding-bottom: 0 !important; 
	padding-top: 30px;
}

.home-social i {
	border: 2px solid #000000;
}
.home-social a {
	color: #000000;
}
.home-social span {
	color: #000000 !important;
}
@/* Portrait */
@media only screen and (max-width: 800px) {
    .header-menu-icon {
        left: 5px !important; 
    }
}
@media only screen and (max-width:767px) {
    .header-menu-icon {
        display: block;
        width: 33px;
        height: 3px;
        margin-top: -1px;
        position: absolute;
        left: 0px;
        top: 94%;
        right: auto;
        bottom: auto;
        background-color: white;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* font-size: 100px; */
    }
    .bott {
        width: 140px;
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(10px 15px 15px #222);
        margin-top: 110px;
    }
    .p_text {
        font-family: "Raleway", sans-serif;
        color: white;
        letter-spacing: 2.5px;
        margin-bottom: 0 !important;
        padding-bottom: 15px;
    }
}
.bottClick { cursor: pointer !important; }

.bott:hover {
    width: 21vh;
    display: inline;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.btn-manager{    
	padding: 0;
    width: 177px;
	height: 40px;
	line-height:0;
}
.btn-manager:hover{background:#fff!important;border:2px solid #fff!important} 