/* reset */
html, body, div, span,
*, *::before, *::after,
object, iframe,
h1, h2, h3, h4, p, a, img,
strong, cite, ul, li, form, embed,
header, section, footer,
audio, video	{ font-size: 100%; font: inherit; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
ul				{ list-style: none; }

h1 { font: 400 140px/120px "Protest Strike", sans-serif; text-transform: uppercase; letter-spacing: -2px; }
h2 { font: 400 120px/100px "Protest Strike", sans-serif; text-transform: uppercase; letter-spacing: -1px; }
h3 { font: 400 44px/44px "Protest Strike", sans-serif; text-transform: uppercase; }
h4 { font: 400 28px/28px "Protest Strike", sans-serif; text-transform: uppercase; }


/* transition */
a,
header .social ul li {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}


/* body */
body {
	width: 100%;
	height: 100vh;
	background: #ffffff url(../img/bg_white_pattern.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #001759;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	display: block;
	margin: 0;
}

.partners img {
    width: auto;
    height: 180px;
    display: inline-block;
    margin: 0 0 100px 0;
}
.partners .mob {
	display: none;
}

/* header */
header .container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 120px;
}
header .logo img {
	width: auto;
	height: 220px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
}
header .logo.small img {
	height: 160px;
}

header #search-query {
	width: 180px;
	height: 50px;
	background: #ffffff;
	-webkit-border-radius: 30px;
       -moz-border-radius: 30px;
    		border-radius: 30px;
	float: right;
	position: relative;
	margin: 35px 0 0 0;
	z-index: 2;
	border:0;
}
header #search-query img {
	width: auto;
	height: 40px;
	float: right;
	margin: 5px;
	cursor: pointer;
}
header #search-query-input {
	width: 120px;
	height: 50px;
	background:transparent;
	color: #001759;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	border: 0;
	margin: 0;
	padding: 0 0 0 20px;
}

header .social {
	float: right;
	position: relative;
	margin: 35px 0 0 0;
	z-index: 2;
}
header .social ul li {
	width: 50px;
	height: 50px;
	background: #ffffff;
	float: left;
	margin: 0 0 0 10px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}
header .social ul li:hover {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
header .social ul li a {
	width: 50px;
	height: 50px;
	background: url(../img/icons/icon_social_blue_facebook.svg) no-repeat center center;
	background-size: auto 100%;
	font-size: 0;
	text-indent: 100%;
	display: inline-block;
	overflow: hidden;
}
header .social ul li:nth-child(2) a {
	background-image: url(../img/icons/icon_social_blue_instagram.svg);
}
header .social ul li:nth-child(3) a {
	background-image: url(../img/icons/icon_social_blue_wpp.svg);
}

header nav {
	background: #e51717;
	display: inline-table;
	margin: 0 auto;
	padding: 12px 15px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 10px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	z-index: 4;
}
header nav ul li {
	float: left;
	display: inline-flex;
	margin: 0 10px;
}
header nav ul li a {
	background: url(../img/icons/icon_menu_home.svg) no-repeat top center;
	background-size: auto 20px;
	color: #ffffff;
	font: 400 16px/30px "Protest Strike", sans-serif;
	text-transform: uppercase;
	position: relative;
	padding: 20px 0 0 0;
	display: inline-block;
	overflow: hidden;
	opacity: .7;
}
header nav ul li a.mark::after {
	content: "";
	width: 15px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
header nav ul li:hover a,
header nav ul li a.mark {
	opacity: 1;
}
header nav ul li:nth-child(2) a {
	background-image: url(../img/icons/icon_menu_info.svg);
}
header nav ul li:nth-child(3) a {
	background-image: url(../img/icons/icon_menu_contact.svg);
}


/* featured */
section#featured {
	width: calc(100% - 60px);
	height: calc(100vh - 60px);
	background: url(../img/img_featured_home.jpg) no-repeat center center;
	background-size: cover;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
	position: relative;
	margin: 30px;
	padding: 0;
}
section#featured .container {
	width: 1200px;
	margin: 0 auto;
}
section#featured .title {
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
}


/* featured infos */
section#featured_infos {
	width: calc(100% - 60px);
	height: 600px;
	background: url(../img/img_featured_faq.jpg) no-repeat center center;
	background-size: cover;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
	position: relative;
	margin: 30px;
	padding: 0;
}
section#featured_infos .container {
	width: 1200px;
	margin: 0 auto;
}
section#featured_infos .title {
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
}


/* featured contact */
section#featured_contact {
	width: calc(100% - 60px);
	height: 600px;
	background: url(../img/img_featured_contact.jpg) no-repeat center center;
	background-size: cover;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
	position: relative;
	margin: 30px;
	padding: 0;
}
section#featured_contact .container {
	width: 1200px;
	margin: 0 auto;
}
section#featured_contact .title {
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
}


/* faq */
section#faq	{
	width: 1200px;
	background: #ffffff;
	position: relative;
	top: -150px;
	margin: 0 auto;
	padding: 40px 60px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
}
section#faq	h3 {
	margin: 0 0 40px 0;
}
section#faq	h3.margin {
	margin: 80px 0 40px 0;
}
section#faq	h4 {
	line-height: 90px;
}
section#faq ul li {
	background: #f2f4f7;
	margin: 0 0 15px 0;
	padding: 0 30px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}
section#faq ul li .question {
	position: relative;
	cursor: pointer;
}
section#faq ul li .answer {
	max-height: 0;
	padding: 0 120px 0 0;
	overflow: hidden;
	transition: all .6s ease;
}
section#faq ul li p b {
	font-weight: 900;
}
section#faq ul li .answer a.button_red {
	background: #e51717 url(../img/icons/icon_pdf.svg) no-repeat 20px 50%;
	background-size: auto 25px;
	color: #ffffff;
	font: 400 18px / 54px "Protest Strike", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0 20px 0 50px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
section#faq ul li.active .answer {
	max-height: 540px !important;
	padding: 0 0 40px 0;
	transition: all .6s ease;
}
section#faq ul li .more {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 1;
}
section#faq ul li .more:before,
section#faq ul li .more:after {
	content: "";
	width: 25px;
	height: 2px;
	background: #001759;
	position: absolute;
	top: 50%;
    left: calc(50% - 10px);
	transition: transform .3s ease;
}
section#faq ul li .more:after {
	transform-origin: center;
}
section#faq ul li .more.collapsed:after {
	transform: rotate(90deg);
}
section#faq ul li .more.collapsed:before {
	transform: rotate(180deg);
}


/* contact */
section#contact	{
	width: 1200px;
	background: #ffffff;
	position: relative;
	top: -150px;
	margin: 0 auto;
	padding: 40px 60px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
}
section#contact	h3 {
	margin: 0 0 15px 0;
}
section#contact	a {
	color: #001759;
	font-weight: 900;
	text-decoration: underline;
}
























