@charset "UTF-8";

body {
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	background: #fbfbfb;
	color: #000;
}
.modal header, .modal section, .modal footer { position: initial; }

h1,h2,h3 { margin-bottom: .75em; font-weight: 900; }
h1 { font-size: 40px; line-height: 40px; }
h2 { font-size: 40px; line-height: 40px; }
h3 { font-size: 30px; line-height: 30px; }
.subtitle { display: block; margin: 2em 0 .25em; text-transform: uppercase; font-weight: 700; }

a { text-decoration: none; color: #000; }

.content h2 { text-transform: uppercase; font-weight: 400;}
.content .home-h2 {text-transform: none !important; font-weight: 900;}
.footer-logo .logo {color:white;}
.bloc-text { margin-bottom: 1.25em; }
.bloc-text a { text-decoration: underline; font-weight: 700; }
.bloc-text a:hover { text-decoration: none; }
.bloc-text li { position: relative; margin-bottom: .5em; }

/* Placeholder */
::-webkit-input-placeholder { color: #969696; font-style: italic; }
::-moz-placeholder { color: #969696; font-style: italic; }
:-ms-input-placeholder { color: #969696; font-style: italic; }
:-moz-placeholder { color: #969696; font-style: italic; }

/* Inputs */
input {
	width: 100%;
	margin-bottom: 1em;
	padding: 12px 1em;
	outline: none;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	box-shadow: none;
	border: 1px solid #969696;
	background: #fff;
	border-radius: 25px;
	color: #000;
}

/* Textarea */
textarea {
	width: 100%;
	min-height: 200px;
	margin-bottom: 1em;
	padding: 20px 1em;
	outline: none;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	box-shadow: none;
	border: 1px solid #969696;
	background: #fff;
	border-radius: 25px;
	color: #000;
}

/* Select */
.wrap-input select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url('../../img/icons/arrow-form.svg') no-repeat right center transparent;
	border: 1px solid #39c0e0;
	border-top: none;
	border-right: none;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	width: 100%;
	font-size: 18px;
	background-size: 19px auto;
	padding: .25em 1em;
	cursor: pointer;
}
.wrap-input select:focus { outline: none; }

/* Radio */
.wrap-radio-btn { margin-bottom: 1em; margin-top: 1.5em; }
.wrap-radio-btn:last-child { margin-bottom: 0; }
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    margin-top: 0 !important;
    padding-left: 2em;
    cursor: pointer;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    background: #fff;
    border-radius: 50%;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top: 7px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} 

/* BTN */
.btn,
button {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 8px 35px;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 45px;
	border: 2px solid transparent;
	-webkit-transition: box-shadow 700ms ease-in-out, color 1.25s ease-in-out;
	transition: box-shadow 700ms ease-in-out, color 1.25s ease-in-out;
}
.btn:hover,
button:hover { color: #000; border-color: #000; box-shadow: 0 0 40px 40px #fff inset; }

button { padding: 12px 35px; font-size: 16px; font-family: 'Lato', sans-serif; cursor: pointer; }

/* Slick */
.slick-prev,
.slick-next {
	z-index: 6;
	width: 28px !important;
	height: 30px !important;
	top: 50% !important;
	background: transparent url('../../img/icons/arrow-menu.svg') no-repeat center center !important;
	background-size: 100% auto !important;
}
.slick-prev { left: 0 !important; }
.slick-next { right: 0 !important; }
.slick-prev { transform: rotate(180deg) translateY(-50%) !important; -webkit-transform: translateY(-50%) rotate(180deg) !important; }
.slick-prev:before,
.slick-next:before { content: none !important; }

/* Page container */
.layout { max-width: 1920px; width: 100%; margin: 0 auto; }
.container { overflow: hidden; position: relative; max-width: 1240px; width: 100%; margin: 0 auto; padding: 1em 20px; }
.content,
.sidebar { float: left; }
.content { width: 59%; margin-right: 6%; margin-bottom: 2em; }
.sidebar { width: 35%; }
.sidebar-box {
	width: 100%;
	margin-bottom: 1.5em;
	padding: 1.5em 0 1.5em 1.5em;
	background: #e1edf7;
	border-radius: 25px;
}
.sidebar-box h3 { padding-bottom: 5px; border-bottom: 3px solid #000; }
.sidebar-box .sidebar-txt { padding-right: 1.5em; }
.sidebar-box .sidebar-txt .alerts span { display: block; }
.sidebar-box .sidebar-txt .alerts a { font-size: 18px; font-weight: 700; }

.sidebar .wrap-gallery { padding: 0; }
.sidebar .wrap-gallery li { width: 100%; margin-right: 0; margin-bottom: 2em; }
.sidebar .wrap-gallery li a:before,
.sidebar .wrap-gallery li a img { border-radius: 25px; }

.sidebar-form { overflow: hidden; }
.sidebar-form button {  float: right; }

/* Banners */
.banner {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.wrap-home-banner { margin-bottom: 2.5em !important; }
.wrap-home-banner .banner .container { z-index: 1; overflow: inherit; height: 798px; padding-top: 335px; }
.wrap-home-banner .banner h1 { margin-bottom: 25px; color: #fff; font-size: 56px; line-height: 61px; font-weight: 700; text-shadow: 0 0 12px #040b16; }
.wrap-home-banner .banner p { font-size: 22px; line-height: 26px; color: #fff; text-shadow: 0 0 12px #040b16; }

.wrap-home-banner .slick-dots {
	position: absolute;
	bottom: 82px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	max-width: 1240px;
	padding: 0 1em;
}
.wrap-home-banner .slick-dots li { margin-right: 8px; }
.wrap-home-banner .slick-dots li button { width: 18px; height: 18px; border-radius: 50%; background: #fff; }
.wrap-home-banner .slick-dots li.slick-active button { background: #000; }
.wrap-home-banner .slick-dots li button:before { content: none; }

.home-sub-banner { background: #e1edf7; text-align: center; }
.home-sub-banner .wrap-letters,
.home-sub-banner .wrap-words { display: inline-block; }
.home-sub-banner .wrap-letters { margin-right: 2em; }
.home-sub-banner .wrap-letters span {
	display: inline-block;
	margin-right: 2px;
	padding: 6px 12px;
	background: #fff;
	border-radius: 10px 10px 10px 0;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
}
/*.home-sub-banner .wrap-letters span:first-child { margin-right: 10px; }*/
.home-sub-banner .wrap-words li {
	display: inline-block;
	margin-right: 4px;
	font-weight: 900;
	font-size: 20px;
}
.home-sub-banner .wrap-words li:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	background: url('../../img/icons/circle-arrow.svg') right center no-repeat;
	background-size: 100%;
}
.home-sub-banner .wrap-words li:last-child:after { display: none; }

/* Banners in page */
.page-banner .banner { z-index: 1; overflow: inherit; height: 387px;}
.page-banner .home-sub-banner { margin-bottom: 2.5em; }

/* Logo */
.logo {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 25px;
	font-weight: 900;
	/*color: black;*/
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.logo span { display: block; margin-top: .25em; letter-spacing: 1px; font-size: 20px; font-weight: 700; }

.menu-open .logo { color: #000; }

/* Slogan */
.slogan { overflow: hidden; padding: 2em 0; }
.slogan p { display: inline-block; font-size: 30px; line-height: 30px; font-weight: 700; }
.slogan span { font-size: 85px; line-height: 85px; font-weight: 900; }

/* Header */
.small-header { box-shadow: 0 0 6px #dadfe3; }
.header-menu { z-index: 10; position: fixed; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 100%; background: transparent; }
.small-header.header-menu { background: #fff; }
.small-header.header-menu .logo {
	color: #000!important;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.small-header.header-menu > .container {
	padding-top: 1em;
	padding-bottom: 1em; 
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.header-contact { position: relative; z-index: 5; padding: .5em 0; background: #000; }
.header-contact .container { padding-top: 0; padding-bottom: 0; }
.header-contact ul { text-align: right; }
.header-contact ul li { display: inline-block; margin-right: 15px; }
.header-contact ul li:last-child { margin-right: 0; padding-left: 15px; border-left: 1px solid #fff; }
.header-contact ul li a { color: #fff; }
.header-contact ul li.address a:before,
.header-contact ul li.tel a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
}
.header-contact ul li.address a:before { background-image: url('../../img/icons/pin.svg'); }
.header-contact ul li.tel a:before { background-image: url('../../img/icons/phone.svg'); }

.header-menu > .container { overflow: inherit; padding-top: 2em; padding-bottom: 2em; }
.header-menu .menu { display: none; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.header-menu .menu.show { display: block; }

.header-menu .menu li { position: relative; display: inline-block; margin-right: 15px; }
.header-menu .menu li:last-child { margin-right: 0; }
.header-menu .menu li a {
	display: block;
	text-transform: uppercase;
	color: black;
	text-align: center;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.small-header.header-menu .menu li a { color: #000; }
.header-menu .menu li.selected > a { border-color: #fff; }
.small-header.header-menu .menu > li.selected > a { border-color: #000; }
.header-menu .menu li a :last-child { margin-right: 0; }
.home .header-menu .menu li a { color: #fff; }
.home .small-header.header-menu .menu li a { color: #000; }
.header-menu .menu .has-submenu > a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-top: -2px;
	background: url('../../img/icons/arrow-submenu.svg') center center no-repeat;
	background-size: 100%;
}
.header-menu .menu .has-submenu.move-arrow a:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.header-menu .menu li .submenu { display: none; }
.header-menu .menu li .submenu.show { display: block; }
.header-menu .menu li .submenu li { margin-bottom: .5em; }
.header-menu .menu li .submenu li a { color: #000; }
.header-menu .menu li .submenu li.selected a { font-weight: 700; }
.header-menu .menu li .submenu li:last-child { margin-bottom: 0; }

.header-menu .wrap-nav-icon { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.header-menu .wrap-nav-icon .nav-icon { 
	position: relative;
	width: 40px;
	height: 24px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.header-menu .wrap-nav-icon .nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.menu-open .header-menu .wrap-nav-icon .nav-icon span { background: #000; }
.home .header-menu .wrap-nav-icon .nav-icon span { background: white; }
.home .small-header .wrap-nav-icon .nav-icon span,
.header-menu .wrap-nav-icon .nav-icon span { background: #000; }
.header-menu .wrap-nav-icon .nav-icon span:nth-child(1) { top: 0px; left: 0; width: 40px; }
.header-menu .wrap-nav-icon .nav-icon span:nth-child(2) { top: 10px; left: 0; width: 40px; }
.header-menu .wrap-nav-icon .nav-icon span:nth-child(3) { top: 20px; right: 0; width: 40px; } 
.header-menu .wrap-nav-icon.open .nav-icon span:nth-child(1) {
	top: 8px;
	left: 5px;
	width: 40px;
	-webkit-transform: translateY(50%) rotate(135deg);
	transform: translateY(50%) rotate(135deg);
}
.header-menu .wrap-nav-icon.open .nav-icon span:nth-child(2) { opacity: 0; }
.header-menu .wrap-nav-icon.open .nav-icon span:nth-child(3) {
	top: 8px;
	left: 5px;
	width: 40px;
	-webkit-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg);
}

/* Home */
.external-logo { margin: 2em 0; }
.external-logo li { display: inline-block; margin-right: 5em; }
.external-logo li:last-child { margin-right: 0; }

.wrap-gallery { overflow: hidden; width: 100%; margin-bottom: 2em; }
.wrap-gallery li { position: relative; float: left; width: 49%; margin-right: 2%;}
.wrap-gallery li:last-child { margin-right: 0; }
.wrap-gallery li a { display: block; color: #fff; }
.wrap-gallery li a:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
}
.wrap-gallery li a .presentation-title { position: absolute; top: 50%; left: 40px; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.wrap-gallery li a .presentation-title h4 { margin-bottom: .25em; font-size: 40px; line-height: 40px; font-weight: 700; }
.wrap-gallery li a .presentation-title .icons:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 31px;
	height: 22px;
	margin-left: 15px;
	background: url('../../img/icons/video.svg') center center no-repeat;
	background-size: 100%;
}
.wrap-gallery li a .presentation-title p { font-size: 17px; }
.wrap-gallery li a img { display: block; }

.wrap-home-testimonials { text-align: center; background: #e7f1f9 url('../../img/banners/testimonials_banner.jpg') top center no-repeat;}
.home-testimonials.container { overflow: inherit; max-width: 1200px; padding-left: 5em; padding-right: 5em; padding-top:3em; padding-bottom:3em;}
.home-testimonials h4 { margin-bottom: .5em; font-size: 40px; line-height: 40px; font-weight: 900; }
.home-testimonials p,
.home-testimonials span { font-size: 22px; line-height: 34px; font-family: 'Alegreya', serif; }
.home-testimonials p { text-align: center; }
.home-testimonials span { display: block; font-weight: 700; }

/* PAGES */
.wrap-contact-list p { margin-bottom: 0; }
.contact-list { margin-bottom: 2em; }
.contact-list dd.clock:before,
.contact-list dd.tel a:before,
.contact-list dd.mail a:before,
.contact-list dd.fax a:before {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.contact-list dd.clock:before { background-image: url('../../img/icons/clock.svg'); }
.contact-list dd.tel a:before { background-image: url('../../img/icons/phone-dark.svg'); }
.contact-list dd.mail a:before { height: 19px; background-image: url('../../img/icons/email-dark.svg'); }
.contact-list dd.fax a:before { height: 19px; background-image: url('../../img/icons/fax-dark.svg'); }

.btn-complaints { margin-bottom: 2em; }

.wrap-vision { margin-bottom: 2em; padding: 2em 1.5em; border-radius: 40px 40px 40px 0; border: 5px solid #000; }
.wrap-vision p { font-size: 36px; line-height: 44px; text-transform: uppercase; }
.wrap-vision p span { font-size: 72px; line-height: 72px; font-weight: 900; }

.doc-list { overflow: hidden; margin-bottom: 2em; }
.doc-list dt { margin-bottom: 1em; }
.doc-list dd { float: left; width: 100%; margin-bottom: .25em; }
.doc-list dd a { display: inline-block; }
.doc-list dd a:before {
	content: '';
	float: left;
	display: inline-block;
	vertical-align: top-text;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	background: url('../../img/icons/icon-pdf.svg') center center no-repeat;
	background-size: 100%;
}
.doc-list dd a span { display: block; padding-left: 50px; padding-top: 5px; }

.doc-list.documents-list dd { padding: 5px 10px 5px 5px; }
.doc-list.documents-list dd:nth-child(odd) { background: #edeeef; }
.doc-list.documents-list dd a { display: block; }
.doc-list.documents-list dd a span { display: inline-block; padding-left: 0; }
.doc-list.documents-list dd a span.date { float: right; padding: 5px 0 0 0; }

.career-list { padding: 1em 0; }

.wrap-benevole-form { padding: 2.5em 0; background: #e7f1f9; }
.wrap-benevole-form h2 { margin-bottom: 1.25em; text-align: center; }
.benevole-inputs .wrap-inputs { overflow: hidden; margin-bottom: .5em; }
.benevole-inputs .wrap-inputs input {
	float: left;
	width: calc(94.5% / 3);
	margin-right: 2.75%;
}
.benevole-inputs .wrap-inputs input:last-child { margin-right: 0; }
.benevole-inputs .wrap-inputs.special input:first-child { width: 66%; margin-right: 2.5%; }
.benevole-inputs .wrap-inputs.special input:last-child { width: 31.5%; }

.benevole-form-textarea { overflow: hidden; margin-bottom: .5em; }
.benevole-form-textarea textarea {
	float: left;
	width: calc(97.5% / 2);
	margin-right: 2.5%;
	margin-bottom: 1.5em;
	min-height: 160px;
}
.benevole-form-textarea textarea:nth-of-type(2n) { margin-right: 0; }
.benevole-form-textarea textarea:nth-of-type(3),
.benevole-form-textarea textarea:nth-of-type(4) { margin-bottom: 1em; }
.benevole-approve .benevole-radio { width: 70%; }
.benevole-approve button { float: right; }

.menu-btn { overflow: hidden; margin-bottom: 1em; padding-top: 1em; }
.menu-btn li { float: left; margin-right: 1em; }
.menu-btn li .btn { color: black; }
.menu-btn li .btn.blue { background: #d9e2f3; }
.menu-btn li .btn.orange { background: #fbe4d5; }
.menu-btn li .btn.green { background: #e2efd9; }
.menu-btn li .btn.blue:hover { border-color: #d9e2f3; }
.menu-btn li .btn.orange:hover { border-color: #fbe4d5; }
.menu-btn li .btn.green:hover { border-color: #e2efd9; }
/*photo gallery*/
.gallery-list { overflow: hidden; margin-bottom: 2em; }
.gallery-list a { overflow: hidden; position: relative; float: left; width: calc(96% / 4); margin: 0 1% 1% 0; border-radius: 10px; }
.gallery-list a:hover { opacity: 1; }
.gallery-list a img { display: block; border-radius: 10px; }
.gallery-list a .gallery-title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 2em 0 4em;
}
.gallery-list a .gallery-title p {
    margin-bottom: .5em;
    line-height: 30px;
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.gallery-list a .gallery-title p:before {
    content: '';
    display: block;
    width: 35px;
    height: 22px;
    margin-bottom: 10px;
    background: url(../../img/title-tag-light.png) top center no-repeat;
}
/* photo gallery */

/* services */
.services-content{
	max-width: 1920px;
	width: 100%;
	margin:0 auto;
}
.services-content-title{
	height:3em;
	width:1240px;
	margin:0 auto;
	padding-left:1em;
}
.services-row .services-container{
	overflow: hidden;
	position:relative;
	max-width:1240px;
	width: 100%;
	margin:0 auto;
	padding:1em 20px;
	border-bottom-style: dotted !important;
	border-color: black;
}
.services-content-text{
	/*width: 743px;*/
	width: 55%;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-lato);
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	font: normal normal normal 18px/26px Lato;
	letter-spacing: 0px;
	color: #000000;
	margin-right:1.5em;
}
.services-content-picture{
	width: 412px;
	padding-top:6em;
}
.service-content{
	float:right;
}
.service-content .img{
	top: 515px;
	left: 1149px;
	/*width: 412px;*/
	height: 301px;
	background: #F0F0F0 0% 0% no-repeat padding-box;
	border-radius: 21px;
	opacity: 1;
	display: block;
}
.services-content .services-row:nth-child(2n) .services-container .service-content{
	float:left;
}
.three-last-services{
	margin: 2em 0 8em 0;
}
.three-last-services .services-container{
	border:none !important;
}
.last-services-content .last-services-img{
	width: 340px;
	height: 301px;
	background: #F0F0F0 0% 0% no-repeat padding-box;
	border-radius: 21px;
	opacity: 1;
}
.last-services-content{
	width: 380px;
	float:left;
}
.last-content{
	display:relative;
}
.last-services-text{
	width: 347px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	height: auto;
}
/* services */

/* Footer */
footer { max-width: inherit; }
.footer { width: 100%; background: #333F46 url('../../img/bg-footer.png') top center no-repeat; }
.footer:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(51,63,70,.3);
}
.footer > .container { padding: 3em 1em 3em; }
.footer > .container div { float: left; margin-right: 8%; }
.footer .container h3 { margin-bottom: 1.5em; color: #fff; font-size: 18px; font-weight: 700; }
.footer .container .footer-logo { width: 32%; min-height: 190px; margin-right: 7%; }
.footer .container .footer-office { width: 28%; }
.footer .container .footer-slogan { width: 24%; margin-right: 0; }

.footer .container div ul li { margin-bottom: 1em; }
.footer .container div ul li:last-child { margin-bottom: 0; }
.footer .container div ul li a { color: #fff; }

.footer-logo .logo { position: relative; display: block; }
.footer-logo .logo img { position: absolute; top: -15px; right: 0; }

.footer .container .footer-office ul li { margin-bottom: 0.25em; }
.footer .container .footer-office ul li.map { margin-bottom: 1.25em; }
.footer .container .footer-office ul li a { color: #fff; font-weight: 700; }
.footer .container .footer-office ul li.map a { font-weight: 400; color: #fff; }
.footer .container .footer-office ul li.map span { display: block; padding-left: 27px; }

.footer-office ul li a:before {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.footer-office ul li.map a:before { float: left; margin-top: 5px; height: 20px; background-image: url('../../img/icons/pin.svg'); }
.footer-office ul li .tel:before { background-image: url('../../img/icons/phone.svg'); }
.footer-office ul li .fax:before { background-image: url('../../img/icons/fax.svg'); }
.footer-office ul li .mail:before { height: 19px; background-image: url('../../img/icons/email.svg'); }
.footer-office ul li .tel { margin-right: 15px; }

.footer-slogan p { font-size: 25px; line-height: 30px; color: #fff; text-align: right; }
.footer-slogan span { display: block; margin-top: 5px; font-size: 50px; font-weight: 700; color:white; text-align: right;}

.wrap-copyright { position: relative; width: 100%; background: #fff; }
.wrap-copyright .container { overflow: hidden; }
.wrap-copyright .container .copyright { width: 100%; }
.wrap-copyright .container p { margin: 0; float: left; }
.wrap-copyright .container p:last-child { float: right; }
.wrap-copyright .container p,
.wrap-copyright .container a { display: inline-block; color: #000; }
.wrap-copyright .container a { color: #000; }

.display_none { display: none; }