footer#colophon {
	padding-top: 3.35vw !important;
	background: #003767;
	overflow: hidden
}

footer#colophon .widget ul,
footer#colophon .widget ol {
	margin: 0 !important
}

footer#colophon ul.menu {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

footer#colophon ul.menu li {
	margin: 0 5px
}

footer#colophon ul.menu li a {
	font-family: avenir;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 16px
}

footer#colophon a {
	border: none !important;
	text-decoration: none !important
}

footer#colophon p {
	margin-bottom: 0
}

footer#colophon div#footer_1st_row {
	max-width: 1726px;
	margin: 0 auto
}

footer#colophon div#footer_1st_row .widget {
	margin-bottom: 0
}

footer#colophon div#footer_2nd_row {
	max-width: 882px;
	margin: 0 auto;
	margin-top: 14px;
}

footer#colophon div#footer_2nd_row .logo-wrapper .vc_column-inner {
	justify-content: flex-start
}

footer#colophon div#footer_2nd_row .logo-wrapper+.overflow_hidden .red_separator:before {
	content: none
}

footer#colophon .red_separator {
	position: relative
}

footer#colophon .red_separator:after,
footer#colophon .red_separator:before {
	content: ' ';
	background: #b32929;
	position: absolute;
	width: 2px;
	left: 0;
	top: 0;
	bottom: 0
}

footer#colophon .red_separator:after {
	right: 0;
	left: auto
}

footer#colophon .addtoany_shortcode {
	text-align: center
}

footer#colophon .addtoany_shortcode .addtoany_list>a {
	width: 43px;
	height: 43px;
	border: 2px solid #fff !important;
	border-radius: 100%;
	margin: 9px
}

footer#colophon .addtoany_shortcode .addtoany_list>a svg {
	margin-top: 3px
}

footer#colophon .addtoany_shortcode .addtoany_list>a svg path {
	fill: #fff !important
}

footer#colophon .addtoany_shortcode .addtoany_list>a:hover {
	background: #fff
}

footer#colophon .addtoany_shortcode .addtoany_list>a:hover svg path {
	fill: #003366 !important
}

footer#colophon div#footer_credits {
	margin-bottom: 0 !important
}

footer#colophon div#footer_credits>.wpb_wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-transform: uppercase
}

footer#colophon div#footer_credits>.wpb_wrapper>p {
	margin: 10px 0;
	padding: 0 16px;
	position: relative
}

#footer_social_profiles .menu-social-profiles-container,
#footer_social_profiles .menu-social-profiles-en-container {
	display: flex;
	justify-content: center
}

#footer_social_profiles .widget.widget_nav_menu {
	margin-bottom: 0 !important
}

#page .go_top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	left: auto;
	top: auto;
	background: #003767;
	border-radius: 50%;
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	opacity: 0;
	-webkit-transition: opacity .5s .1s ease-in-out;
	transition: opacity .5s .1s ease-in-out;
	z-index: 1000
}

#page .go_top>svg {
	width: 25px
}

footer#colophon img {
	max-width: 124px
}

@media (prefers-reduced-motion: no-preference) {
  .transit {
	/*transition: opacity 1.5s ease, transform 1.5s ease;*/
	-webkit-animation: 3s ease 0s normal forwards 1 fadeisn;
    animation: 3s ease 0s normal forwards 1 fadeisn;
  }
}
.transit {
    opacity: 0;
}
.transitionBach {
    opacity: 1 !important;
    transform: none;
}
@keyframes fadeisn{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeisn{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@media screen and (max-width:480px) {
	footer#colophon {padding-right: .9em;padding-left: .9em}
	footer#colophon .mobile_footer_content .addtoany_shortcode {overflow: hidden}
	footer#colophon .mobile_footer_content .addtoany_shortcode>* {float: left}
	#page .go_top.active {opacity: 1 !important}
}
@media screen and (max-width:770px) {
	.part2{margin-top:20px;}
}

@media screen and (max-width:1010px) {
	.logofooter {text-align: center;}
	footer#colophon .red_separator:after {content: none}
	footer#colophon .red_separator:before {left: calc(100% + 10px)}
	footer#colophon .red_separator {width: fit-content;line-height: 1}
}

@media screen and (min-width:481px) {
	footer#colophon div#footer_credits>.wpb_wrapper p.separator span::before {content: '|';color: #fff;color: rgba(255, 255, 255, .29);position: absolute;left: 0;top: 0;bottom: 0}
}

@media screen and (min-width:1025px) {
	footer#colophon .tablet_footer_content {
		display: none
	}
}