/* foter bottom start */

figure.partners a {
	color: #0663AD;
}

.footer-bottom {
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.copyright {
	background-color: #132c58;
	padding: 8px 1%;
}

.copyright,
.copyright a {
	color: rgba(255,255,255,0.5);
	font-family: "Lato Light",  "Helvetica", sans-serif;
}

.copyright img {
	vertical-align: middle;
  margin: 0 5px;
}

.footer-menu {
	padding: 1%;
	background: #132c58;
	background: -moz-linear-gradient(left, #132c58 0%, #0663ad 50%, #132c58 100%);
	background: -webkit-linear-gradient(left, #132c58 0%,#0663ad 50%,#132c58 100%);
	background: linear-gradient(to right, #132c58 0%,#0663ad 50%,#132c58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132c58', endColorstr='#132c58',GradientType=1 );
}

.footer-menu nav a {
	color: #ffffff;
	text-transform: uppercase;
}

.footer-menu-wrapper {
	/* max-width: 1400px; */
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-social {
	width: 52px;
	height: 24px;
	display: none;
}

.ya-share2__item_service_facebook .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__badge {
	background-color: rgba(255,255,255,0.2) !important;
}

.footer-menu-wrapper nav {
	/* width: calc(100% - 70px); */
	width: 100%;
	/* max-width: 1200px; */
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-around;
}

@media screen and (max-width: 992px) {
	.footer-menu nav a {
		font-size: 14px;
	}

	.copyright, .copyright a {
		font-size: 12px;
	}
}

@media screen and (max-width: 650px) {
	.footer-menu-wrapper {
		flex-direction: column;
	}
	.footer-menu-wrapper nav {
	    padding: 15px 0;
		width: 100%;
		flex-direction: column;
	}
	.footer-social,
	.footer-menu nav a {
		margin: 1% 0;
	}
	.copyright, 
	.copyright a {
		padding: 1% 0;
		display: block;
	}
}
/* footer bottom end */






.parallax {
	width: 100%;
	padding: 0;
	z-index: 10;
	position: relative;
	overflow: hidden;
	background-image: url(/themes/home/assets/img/stadio.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


/*footer*/

#footer{
	/* margin-top: 6vw; */
	margin-top: 3vw;
	clear: both;
}
/* footer #footer2 {
	padding: 2vw;
}
footer #footer2 {
	display: block;
	left: 0%;
	right: 0%;
	padding: 0%;
} */

footer #footer2 .from {
	position: relative;
	width: 90%;
	height: 100%;
	max-width: 1920px;
  margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
footer #footer2 .from .logo-signature {
	width: 19%;
	display: inline-block;
	vertical-align: middle;
}
.from .logo-signature img {
	max-width: 100%;
	height: auto;
	width: auto;
}
footer #footer2 .from .win {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 80%;
	margin: 0;
	vertical-align: middle;
}
.win h2 {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 3% 0 1%;
	width: 100%;
	max-width: 900px;
}
footer #footer2 .from .win h2::before{
	content: url(../themes/home/assets/img/l-quotes-symbol.svg);
	width: 2vw;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wrapper-from {
	width: 100%;
	padding: 4% 0;
}
footer #footer2 .from .win h2::after{
	content: url(../themes/home/assets/img/r-quotes-symbol.svg);
	width: 2vw;
	position: absolute;
	right: 0;
	top: -10%;
}
footer #footer2 .from .win img {
	max-width: 100%;
	height: auto;
}
footer #footer2 .sign {
	width: 380px;
	color: #ffffff;
	position: absolute;
	display: inline-block;
	bottom: 2%;
	right: 2%;
}
footer #footer2 .sign img {
	margin-left: -10%;
	max-width: 100%;
	height: auto;
}
footer #footer2 .sign span {
	width: 100%;
	color: #ffffff;
	float: right;
	font-style: italic !important;
	font-family: "Lato MediumItalic", "Helvetica", sans-serif;
	text-align: left;
	padding: 0;
}

.wrapper-logo {
	width: 80%;
	margin: 0 auto;
}
footer #footer3 {
	background-color: #ffffff;
	padding: 3.3vw;
}
footer #footer3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
footer #footer3 figure.partners {
	margin: 0.75%;
	border-radius: 0.5em;
	border: thin solid #18396D;
	padding: 0.5vw;
}
footer #footer3 figure.partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
footer #footer3 figure.partners .fr-partners-img {
	overflow: hidden;
	display: block;
	height: 2em;
	width: auto;
	margin-right: 0.5vw;
}
.partners .fr-partners-img img {
	width: auto;
	height: 100%;
}
figure.partners figcaption span {
	max-width: 15vw;
	font-size: 0.75vw;
	font-family: "Lato Medium", "Helvetica", sans-serif;
	color: #0663AD;
}
figure.partners figcaption span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

footer.footer,
div.footer,
nav.footer,
#footer .copywriting{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
div.footer{
	width: 100%;
	background-image: url("../themes/home/assets/img/footer/niz.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
nav.footer{
	width: 100%;
}
div.footer nav.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1vw;
}

a.nav-footer-img{
	width: 2em;
	margin: 1%;
}
a.nav-footer-img img{
	width: 1.44em;
	height: 1.44em;
}

#footer .copywriting h2 span {
	font-size: 0.8vw;
	font-family: "Lato Light", "Helvetica", sans-serif;
	padding: 1vw;
	color: #FFFFFF;
	position: relative;
}



@media (max-width:1280px){	
	
footer #footer2 {
	background-repeat: no-repeat;
}
footer #footer2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}

footer #footer2 .from .logo-signature {
	width: 19%;
	display: inline-block;
	vertical-align: middle;
}
.from .logo-signature img {
	width: 100%;
	height: auto;
}
footer #footer2 .from .win {
	width: 75%;
	margin-left: 5%;
}
footer #footer2 .from .win h2::before{
	content: url(../themes/home/assets/img/l-quotes-symbol.svg);
	position: absolute;
	width: 2.5vw;
}
footer #footer2 .from .win h2::after{
	content: url(../themes/home/assets/img/r-quotes-symbol.svg);
	position: absolute;
	width: 2.5vw;
}
footer #footer2 .from .win img{
	width: 100%;
	height: auto;
}
footer #footer2 .from p {
	width: 100%;
	color: #FFFFFF;
	float: right;
	margin: 0%;
}
footer #footer2 .from p span{
	width: 100%;
	color: #FFFFFF;
	float: right;
	font-size: 1vw;
	text-align: right;
	padding: 1em;
}
footer #footer2 .from p img{
	width: 17.5%;
	float: right;
}
footer #footer3 {
	background-color: #FFFFFF;
	padding: 4.4vw;
}
footer #footer3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
footer #footer3 figure.partners {
	margin: 1%;
	border-radius: 0.5em;
	border: thin solid #18396D;
	padding: 0.5vw;
}
footer #footer3 figure.partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
footer #footer3 figure.partners .fr-partners-img {
	overflow: hidden;
	display: block;
	height: 2em;
	width: auto;
	margin-right: 1vw;
}
.partners .fr-partners-img img {
	width: auto;
	height: 100%;
}
figure.partners figcaption span {
	max-width: 12vw;
	font-size: 0.9vw;
	color: #0663AD;
}
figure.partners figcaption span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

footer.footer,
div.footer,
nav.footer,
#footer .copywriting{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
div.footer{
	width: 100%;
	background-image: url(../themes/home/assets/img/footer/niz.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
nav.footer{
	width: 100%;
}
div.footer nav.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2vw;
}

a.nav-footer-img{
	width: 2em;
	margin: 1%;
}

#footer .copywriting h2 span {
	font-size: 0.8vw;
	padding: 1vw;
	color: #FFFFFF;
}		

footer #footer2 .sign {
	width: 25vw;
}

footer #footer2 .sign span {
	font-size: 1.1vw;
}

.wrapper-logo {
	width: 100%;
}
	
}


@media (max-width:800px){

footer #footer2 {
	padding: 0 2vw;
}
.wrapper-logo {
	text-align: center;
}
footer #footer2 .from .win {
	width: 90%;
  margin-left: 0%;
}
footer #footer2 .sign {
	width: 80%;
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: right;
}
footer #footer2 .sign span {
	font-size: 16px;
	display: inline-block;
	width: auto;
}
footer #footer2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
footer #footer2 .from {
	padding: 0%;
	width: 100%;
	margin: 0%;
}
footer #footer2 .from {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
footer #footer2 .from .logo-signature {
	width: 20%;
	margin: auto;
	position: relative;
}
.from .logo-signature img {
	width: 100%;
	height: auto;
}
footer #footer2 .from .win {
	width: 90%;
}
footer #footer2 .from .win h2::before{
	content: url(../themes/home/assets/img/l-quotes-symbol.svg);
	position: absolute;
	margin-top: 3%;
	margin-left: -2%;
	width: 2.5vw;
}
footer #footer2 .from .win h2::after{
	content: url(../themes/home/assets/img/r-quotes-symbol.svg);
	position: absolute;
	margin-left: 2.5%;
	margin-top: -2.5%;
	width: 2.5vw;
}
footer #footer2 .from .win img{
	width: 100%;
	height: auto;
}
footer #footer2 .from p {
	width: 100%;
	color: #FFFFFF;
	float: right;
	margin: 0%;
}
footer #footer2 .from p span{
	width: 100%;
	color: #FFFFFF;
	float: right;
	font-size: 2.25vw;
	text-align: right;
	padding-top: 1em;
	padding-bottom: 1vw;
}
footer #footer2 .from p img{
	width: 22.5%;
	float: right;
}
footer #footer3 {
	background-color: #FFFFFF;
	padding: 4vw 1vw 2vw 2vw;
	width: 100%;
	height: auto;
}
footer #footer3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}
footer #footer3 figure.partners {
	width: 49%;
	margin: 0% 0% 4%;
	border-radius: 0%;
	padding: 0%;
	border-style: none;
}
footer #footer3 figure.partners {
/*     display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: center; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
footer #footer3 figure.partners .fr-partners-img {
	width: auto;
	height: 1.5em;
	/* margin-right: 1vw; */
	margin-bottom: 5px;
}
.partners .fr-partners-img img {
	width: auto;
	height: 100%;
}
figure.partners figcaption span {
	display: block;
	max-width: 40vw;
}
figure.partners figcaption span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 2vw;
	color: #0663AD;
}
footer #footer3 figure.partners .fr-partners-img {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
}	
figure.partners figcaption span {
    order: 0;
    flex: 1 1 auto;
    align-self: center;
}
	
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    }

.flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    }	
	
footer.footer,
div.footer,
nav.footer,
#footer .copywriting{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
div.footer{
	width: 100%;
	background-image: url(../themes/home/assets/img/footer/niz.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 4vw;
	padding-bottom: 4vw;
}
nav.footer{
	width: 100%;
}
div.footer nav.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 2vw;
}

a.nav-footer-img{
	width: 2em;
	margin: 1%;
}

#footer .copywriting h2 span {
	font-size: 1.75vw;
	color: #FFFFFF;
}	
	
}

@media screen and (max-width: 767px) {
	footer #footer2 .sign {
		width: 60%;
	}
}

@media screen and (max-width: 550px) {
	footer #footer2 .sign span {
		font-size: 14px;
	}
	
	figure.partners figcaption span {
    	font-size: 2.5vw;
	}
}

/* @media screen and (max-width: 500px) {
    footer #footer3 figure.partners {
        width: 100%;
        padding-left: 25%;
    }
} */


@media screen and (max-width: 420px) {
	footer #footer2 .sign span {
		font-size: 3vw;
	}
	
	figure.partners figcaption span {
    	font-size: 3vw;
	}
}