/*v1.2 2020-02-17*/

body {

	padding:0;

	margin:0;

	background:#FAFBFC;

	font-family: 'Poppins', sans-serif;

	box-sizing:border-box;

}

*, body, html {

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

 







/* separate elements */



.btnMore {

	width:100%;

	max-width:470px;

	margin-right:20px;

	margin-left:20px;

}



.btnMore:after {

	content:" ";

	padding-left:21px;

	width:21px;

	height:21px;

	margin-left:10px;

	 

	background:url(../images/arrow-right.svg)50% 50% no-repeat;

	background-size:21px auto;

	transition:background 0.3s;

}

.btnMore:hover::after {

	background-image:url(../images/arrow-right-white.svg);

	background-repeat:no-repeat;

	background-position:50% 50%;

	background-size:21px auto;

	transition:background 0.3s;

}

.btnOutlined {

	margin:0 auto;

	display:inline-table;

	border:2px solid #961C71;

	height:62px;

	border-radius:62px;

	line-height:62px;

	font-size:16px;

	color:#961C71;

	font-weight:600;

	text-decoration:none;

	transition:background 0.3s, box-shadow 0.3s, color 0.3s;

}



.btnOutlined:hover {

	background-color:#961C71;

	color:#fff;

	-webkit-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.25);

    -moz-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.25);

    box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.25);

	transition:background 0.3s, box-shadow 0.3s, color 0.3s;

}







.btnFilled {

	margin:0 auto;

	display:inline-table;

	background:#961C71;

	height:62px;

	border-radius:62px;

	line-height:62px;

	font-size:16px;

	color:#FFFFFF;

	font-weight:600;

	text-decoration:none;

	transition:background 0.3s, box-shadow 0.3s, color 0.3s;

	-webkit-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0);

    -moz-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0);

    box-shadow: 0px 3px 25px 0px rgba(150,28,113,0);

}

.btnFilled:hover {

	background:#B6425F;

	-webkit-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.25);

    -moz-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.25);

    box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.25);

	transition:background 0.3s, box-shadow 0.3s, color 0.3s;

}



.btnAll {

	width:100%;

	max-width:310px;

}







.btnMobileMenu {

	display:none;

}



.mobile-menu {

	display:none;

}















/* header */

header {

	width:100%;

	background:#ffffff;

	box-sizing:border-box;

	z-index:2;

	position:relative;

	height:150px; 

	

}

header > div.inner {

	width:100%;

	max-width:1620px;

	margin:0 auto;

	position:relative;

	height:150px;

	box-sizing:border-box;

	padding-left:80px;

	padding-right:80px;
	font-size:0;
}

header > div.inner .logo {

	display:inline-table;

	height:105px;

	width:500px;

}

header > div.inner .logo h1 {

	margin:0;

	padding:0;

	font-weight:400;

	font-size:22px;

	letter-spacing:-0.75pt;

	margin-top:33px;

	margin-left:15px;

	float:left;

	color:#514F51;

	font-family: 'Poppins', sans-serif;

}
header > div.inner .logo > a {
	text-decoration:none;
}
header > div.inner .logo img {

	width:90px;

	height:auto;

	float:left;

	margin-top:25px;

}



header > div.inner .login-search  {

	right:80px;

	top:0;

	position:absolute;

	display:inline-table;

}

header > div.inner .login-search ul {

	margin:0;

	padding:0;

	margin-top:44px;

	display:inline-table;

	box-sizing:border-box;

}

header > div.inner .login-search ul li {

	list-style:none;

	float:left;

}

header > div.inner .login-search ul li.login a {

	width:18px;

	height:30px;

	margin-right:35px;

	display:block;

	background:url(../images/login.svg) 50% 50% no-repeat;

	background-size:13px auto;

} 

header > div.inner .login-search ul li.search a {

	width:18px;

	height:30px;

	 

	display:block;

	background:url(../images/search.svg) 50% 50% no-repeat;

	background-size:17px auto;

}

header > div.inner .login-search ul li.search .btnSearch  {

	display:none;

}

header > div.inner .login-search ul li.search input {

	width:18px;

	height:30px;

	 

	display:block;

	background:url(../images/search.svg) 0% 50% no-repeat;

	background-size:17px auto;

	border:0;

	float:left;

	font-family: 'Poppins', sans-serif;

	box-sizing:border-box;

	font-size:0px;

	outline:none;

}

header > div.inner .login-search ul li.search input[type="text"],

header > div.inner .login-search ul li.search input[type="text"]  {

	font-size:15px;

	width:200px;

	height:30px;

	border-radius:6px;

	display:block;

	border:1px solid #D1D1D1;

	

	padding-left:30px;

	background:url(../images/search.svg) 5px 50% no-repeat;

	background-size:17px auto;

}

header > div.inner .login-search ul li.search .btnSearch,

header > div.inner .login-search ul li.search input:focus + .btnSearch  {

	display:block;

	float:left;

	background:#961C71;

	border:0;

	height:30px;

	margin-left:5px;

	font-family: 'Poppins', sans-serif;

	box-sizing:border-box;

	font-size:15px;

	color:#fff;

	border-radius:30px;

	padding:0 20px ;

	outline:none;

	width: auto;

}











 header::after {

	width:100%;

	height:32px;

 

	background:url(../images/separator-blur.png) -50px -50px no-repeat;

	background-size:calc(100% + 100px) 92px;

	display:block;

	content:" ";

	 

	  z-index:-1;

	  margin-top:0px;

	  position:relative;

}

header div.separator {

	width:100%;

	height:3px;

	background: linear-gradient(90deg, rgba(130,5,130,1), rgba(247,148,30,1) 100%);

	display:block;

	content:" ";

	 

}

 

.cd-morph-dropdown .dropdown-list > ul {

	margin-top:0;

	 

}

/* Submenu level 1 */

ul.submenu {

	margin:0;

	box-sizing:border-box;

	padding:0;

	display:inline-table;

	width:100%;

		background:#F6F9FC;	

}

ul.submenu li {

	margin:0;

	padding:0;

	display:block;

	width:100%;

	 

	font-size:16px; 

	font-weight:600;

	color:#961C71;

	padding:10px;

	/* padding-bottom:0; */

	box-sizing:border-box;

	background:#F6F9FC;	

	padding-left:40px;

	list-style:none !important;

}

ul.submenu li:last-child {

	padding-bottom:40px;

}

ul.submenu li:first-child {

	padding-top:30px;

	 

}





ul.submenu li a {

	text-decoration:none;

}

ul.submenu > li a {

	color:#514F51;

	padding-right:35px;

}

ul.submenu > li a:hover {

	color:#961C71;

	text-decoration:underline;

}

ul.submenu > li.selected {

	background:#FFFFFF !important;

	padding-bottom:20px;

	padding-top:20px;

	

	 

	  margin-bottom:20px;

	 

	

}

ul.submenu > li.selected a {

	color:#961C71;

}



/* level 2 */



ul.submenu li ul.level-2 {

	margin:0;

	padding:0;  

	display:inline-table;

	width:100%;

	margin-top:20px;

}

ul.submenu li ul.level-2 li {

	color:#5C5F71;

	font-size:15px;

	font-weight:500;

	line-height:20px;

	padding:0;

	margin-bottom:15px;

	background:#fff;

}



ul.submenu li ul.level-2 > li.selected > a {

	font-weight:600;

	color:#961C71;

	background:url(../images/menu-bull-selected.svg) 15px 5px no-repeat;

	background-size:8px 8px;

}

ul.submenu li ul.level-2 > li > a {

	padding-left:35px;

	

	background:url(../images/menu-bull-gray.svg) 15px 5px no-repeat;

	background-size:8px 8px;

	color:#5C5F71;

	display:inline-table;

	box-sizing:border-box;

	 

} 

ul.submenu li ul.level-2 > li > a:hover {

	color:#961C71;

	background:url(../images/menu-bull-selected.svg) 15px 5px no-repeat;

	background-size:8px 8px;

}





/* level 3 */

ul.submenu li ul.level-3 {

	margin:0;

	padding:0; 

	margin-top:20px;

	margin-bottom:20px;

}

ul.submenu li ul.level-3 li {

	color:#5C5F71;

	font-size:15px;

	font-weight:400;

	padding-left:15px;

}

 ul.submenu li ul.level-3 > li.selected > a {

	background:url(../images/menu-arr-right-selected.svg) 13px 5px no-repeat;

	background-size:11px auto;

	font-weight:500;

	color:#961C71;

 }

 

 ul.submenu li ul.level-3 > li > a {

	padding-left:40px;

	

	background:url(../images/menu-arr-right-gray.svg) 13px 5px no-repeat;

	background-size:11px auto;

	color:#5C5F71;

	display:inline-table;

	box-sizing:border-box;

}



ul.submenu li ul.level-3 > li > a:hover { 

color:#961C71;

	background:url(../images/menu-arr-right-selected.svg) 13px 5px no-repeat;

	background-size:11px auto;

	



}



 

 

 

 

 

 

 



/*main*/



main {

	width:100%;

	max-width:1620px;

	box-sizing:border-box;

	margin:0 auto;

	padding-top:55px;

	padding-left:80px;

	padding-right:80px;

}





section.top {

	width:100%;

	display:inline-table;

	margin-bottom:80px;

		

}

section.top .welcome-block::before {

	width:606px;

	height:711px;

	content:" ";

	position:absolute;

	display:inline-table;

	background:url(../images/topblock-glow.png) 0% 0% no-repeat;

	background-size:580px auto;

	left:-60px;

	top:-60px;

	z-index:-1;

	 

}

section.top .welcome-block {

	position:relative;

	width:440px;

	display:inline-table;

	float:left;

	box-sizing:border-box;

	border-radius:9px;

	background-color:#FF9733;

	background: linear-gradient(-135deg, rgba(142,20,119,1), rgba(255,151,51,1) 100%);

	color:#fff;

	padding:40px;

}

section h1 {

	font-weight:700;

	margin:0;

	padding:0;

	font-size:28px;

	line-height:43px;

	word-break:break-word;

}





section.top .welcome-block h1 {

	

	margin-bottom:40px;

}



section.top .welcome-block .description {

	font-size:16px;

	letter-spacing:-0.25pt;

	color:#ffffff;

	line-height:24px;



}

section.top .welcome-block .description.small {

	font-size:14px;

	color:#FFEFDB;

	line-height:22px;

}

section.top .welcome-block .description.small a {

	color:#FFEFDB;

}

section.top .welcome-block .description.small a:hover {

	color:#FFFFFF;

	text-decoration:none;

}



section.top .welcome-block .btnWhite {

	margin-top:40px;

	margin-bottom:40px;

}

.btnWhite {

	width:100%;

	height:62px;

	background:#ffffff;

	border-radius:62px;

	text-align:center;

	line-height:62px;

	display:block;

	box-sizing:border-box;

	text-decoration:none;

	font-size:16px;

	color:#961C71;

	font-weight:600;

	

	-webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

	-moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

	box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

	transition:box-shadow 0.3s;

}

.btnWhite:hover {

	transition:box-shadow 0.3s;

	-webkit-box-shadow: 0px 3px 25px 0px rgba(255,255,255,255.05);

	-moz-box-shadow: 0px 3px 25px 0px rgba(255,255,255,255.05);

	box-shadow: 0px 3px 25px 0px rgba(255,255,255,255.05);

}





section.top .blocks-slider {

	float:left;

	width:calc(100vw - 650px);

	margin-left:30px;

	display:block;

	max-width:990px;

	background:#f4f4f4;

	height:530px;

	border-radius:9px;

	overflow:hidden;

	

	-webkit-box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.05);

	-moz-box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.05);

	box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.05);

	

	position:relative;

}

















section.news {

	width:100%;

	display:inline-table;

	margin-bottom:100px;

	box-sizing:border-box;

}





/*facebook feed*/

section.news .facebook-feed {

	width:calc(50% - 44px);

	display:inline-table;

	box-sizing:border-box;

	float:left;

	margin-right:44px;

}

section.news .facebook-feed h1 a{

	background:url(../images/fb.svg) 0% 0% no-repeat;

	background-size:41px 41px;

	padding-left:65px;

	margin-bottom:50px;

	box-sizing:border-box;

	word-break:break-word;
	display: block;

}





section.news .facebook-feed .record, section.news .press-feed .record {

	display:inline-table;

	width:100%;

	position:relative;

	box-sizing:border-box;

	 

	margin-bottom:40px;

}



section.news .facebook-feed .record:last-child, section.news .press-feed .record:last-child  {

		margin-bottom:0px;

}

section.news .facebook-feed .record .content, section.news .press-feed .record  .content {

	display:inline-table;

	width:100%;

	float:left;

}



	section.news .facebook-feed .record.with-image .content, section.news .press-feed .record.with-image  .content {

	 box-sizing:border-box;

	width:calc(100% - 140px);

}





section.news .facebook-feed .record .image-container, section.news .press-feed .record .image-container{

	display:block;

 

	float:left;

	width:104px;

	height:104px;

	left:0px;

	border-radius:50%;

	-webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);

	-moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);

	box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);

	overflow:hidden;

	text-align:center;

	margin-right:35px;

}

section.news .facebook-feed .record .image-container img, section.news .press-feed .record .image-container img  {

	min-width:104px;

	min-height:104px;
	    width: auto !important;
    height: 100%;

}
section.news .facebook-feed .record .image-container img {
	width:100% !Important;
}




section.news .facebook-feed .record h3, section.news .press-feed .record h3 {

	font-size:16px;

	color:#070E18;

	font-weight:700;

	margin:0;

	padding:0;

	margin-bottom:10px;



}

section.news .facebook-feed .record .date, section.news .press-feed .record .date  {

	font-size:11px;

	color:#070E18;

	font-weight:700;

	margin-bottom:10px;

}



section.news .facebook-feed .record .record-text, section.news .press-feed .record .record-text {

	font-size:15px;

	color:#070E18;

	line-height:23px;

	margin-bottom:10px;

	display:inline-table;

	width:100%;
	
	word-break:break-word;

	

}

section.news .facebook-feed .record .record-text a {
	display:inline-block;
	color:#961C71;

}

section.news .facebook-feed .record .record-text a:hover {

	text-decoration:none;

}



section.news .facebook-feed .record .link {

	font-size:15px;

	color:#961C71;

	font-weight:600;

	display:inline;

	background:url(../images/arrow-external.svg) 100% 100% no-repeat;

	background-size:17px auto;

	padding-right:20px;

	width:auto;

	box-sizing:border-box;

	word-break:break-word;

}

section.news .facebook-feed .record .link:hover {

	text-decoration:none;

}  





section.news .facebook-feed .record .fb-record-control {

	display:inline-table;

	width:100%;

	border-top:1px solid #D1D1D1;

	margin:0;

	padding:0;

	margin-right:44px;

	padding-top:10px;

	margin-top:20px;

}



section.news .facebook-feed .record .fb-record-control li {

	float:left;

	list-style:none;

	display:inline-table;

	margin-right:30px;

}

section.news .facebook-feed .record .fb-record-control li:last-child {

	margin-right:0;

}

section.news .facebook-feed .record .fb-record-control li  a {

	padding-left:20px;

	font-weight:700;

	font-size:13px;

	text-decoration:none;

	color:#90959E;

	transition:color 0.3s;

}

section.news .facebook-feed .record .fb-record-control li a:hover {

	color:#070E18;

	transition:color 0.3s;

}

section.news .facebook-feed .record .fb-record-control li.like a {

	background:url(../images/like.png) 0% 50% no-repeat;

	

}



section.news .facebook-feed .record .fb-record-control li.comment a {

	background:url(../images/comment.png) 0% 50% no-repeat;

}

section.news .facebook-feed .record .fb-record-control li.share a {

	background:url(../images/share.png) 0% 50% no-repeat;

}







/*press feed*/

section.news .press-feed {

	width:50%;

	display:inline-table;

	box-sizing:border-box;

	float:left;

	border-left:1px solid #D1D1D1;

	padding-left:44px;

}



section.news .press-feed:before {

	width:1px;

	background:#FAFBFC;

	float:left;

	display:inline-table;

	height:94px;

	margin-left:-45px;

	margin-right:44px;

	content:" ";

	position:absolute;

	

}



 



section.news .press-feed h1 {

	margin-bottom:50px;

}













































section.content-blocks {

	width:100%;

	display:inline-table;

	margin-bottom:100px;

}

section.content-blocks .element {

	width:calc(50% - 22px);

	display:block;

	height:220px;

	box-sizing:border-box;

	float:left;

	

	background: #ffffff;

    

    border-radius: 9px;

    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);

    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);

    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);

	

	margin-bottom:25px;

	overflow:hidden;

}

section.content-blocks .element:nth-child(2n+1) {

	margin-right:44px;

}



section.content-blocks .element .image-container {

	float:left;

	display:block;

	width:200px;

	height:220px;

	overflow:hidden;

	box-sizing:border-box;

	border-radius:9px 0 0 9px;



}

section.content-blocks .element .image-container  img {

	min-height:220px;

	min-width:200px;

}

 

section.content-blocks .element .content {

	width:calc(100% - 200px);

	

	height:220px;

	float:none;

	box-sizing:border-box;

	display:inline-table;

	vertical-align:middle;

	border-left:1px solid #D2D2D2;

}

section.content-blocks .element .content .table-cell {

	width:100%;

	

	height:220px;

	float:none;

	box-sizing:border-box;

	display:table-cell;

	vertical-align:middle;

	

	padding:15px 35px;

}

section.content-blocks .element .content h2 {

	padding:0;

	margin:0;

	margin-bottom:10px;

	width:100%;

	display:inline-table;

	word-break:break-word;

	font-size:22px;

}

section.content-blocks .element .content h2 a {

	text-decoration:none;

	font-weight:800;

	color:#242424;

	line-height:26px;

}



section.content-blocks .element .content .description {

	font-size:15px;

	color:#070E18;

	line-height:23px;

	margin-bottom:10px;

 

	

 

	

}

section.content-blocks .element .content a {

	color:#961C71 !important;

	font-weight:600;

	display:inline;

	background:url(../images/arrow-external.svg) 100% 100% no-repeat;

	background-size:17px auto;

	padding-right:20px;

 	font-size:15px;

	box-sizing:border-box;

}

section.content-blocks .element .content a:hover {

	text-decoration:none;

}









































section.calendar {

	width:100%;

	display:inline-table;

	margin-bottom:100px;

	text-align:center;

}

section.calendar h1 {

	text-align:center;

	margin-bottom:50px;

}











section.calendar .calendar-container {

	width:100%;

	display:block;

	box-sizing:border-box;

	margin-bottom:60px;

	text-align:left;

}



section.calendar .calendar-container .element {

	display:inline-table;

	box-sizing:border-box;

	padding:25px;

	float:left;

	background:#E7E8E8;

	width:227px;

	

	height:285px;

	border-radius:6px;

	/* margin-right:20px; */

	text-align:left;

	

	

	-webkit-box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.06);

    -moz-box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.06);

    box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.06);

}

section.calendar .calendar-container .element:last-child {

	margin-right:0;

}

section.calendar .calendar-container .element h3 {

	padding:0;

	margin:0;

	font-size:16px;

	color:#070E18;

	font-weight:600;

}





section.calendar .calendar-container .element .location {

	font-size:15px;

	line-height:22px;

	color:#949494;

	margin-bottom:20px;

	margin-top:2px;

	padding-left:22px;

	background:url(../images/location.svg) 0% 1px no-repeat;

	background-size:14px auto;

	word-break:break-word;

	

}

section.calendar .calendar-container .element .description {

	font-size:14px;

	font-weight:500;

	color:#070E18;

	word-break:break-word;

	max-height:160px;

	overflow:hidden;

}





















section.selected-article {

	width:100%;

	display:inline-table;

	box-sizing:border-box;

	padding:40px;

	padding-bottom:100px;

	margin-bottom:100px;

	background:#ffffff;

	border-radius:9px;

	

	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);

    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);

    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);

		text-align:center;

}



section.selected-article h1 {

	text-align:center;

	margin-bottom:50px;

	margin-top:40px;

}





section.selected-article .content {

	width:100%;

	display:inline-table;

	box-sizing:border-box;

	text-align:left;

	margin-bottom:40px;



}



section.selected-article .content .image {

	float:left;

	width:190px;

	margin-right:25px;

	display:inline-table;

	box-sizing:border-box;



}

section.selected-article .content .description {

	float:left;

	width:calc(100% - 235px);

	display:inline-table;

	box-sizing:border-box;

	font-size:15px;



}

section.selected-article .content .description h4 {

	margin:0;

	padding:0;

	margin-bottom:20px;

}

section.selected-article .btnOutlined.btnMore {
	color:#961C71;
	padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
	line-height:24px;
}
section.selected-article .btnOutlined.btnMore:hover {
	color:#ffffff;
}




























section.partners {

	width:100%;

	display:inline-table;

	margin-bottom:100px;

	text-align:center;

}

section.partners h1 {

	margin-bottom:50px;

}







section.partners .container {

	width:100%;

	display:inline-table;

	box-sizing:border-box;

	padding-top:30px;

	padding-bottom:40px;

	

}

section.partners ul.partners-list {

	width:auto;

	margin:0 auto;

	display:inline-table;

	box-sizing:border-box;

}

section.partners ul.partners-list li {

	list-style:none;

	float:left;

	margin-right:25px;

	margin-bottom:25px;

	

}





/*footer*/



footer {

	width:100%;

	border-top:1px solid #CCCCCC;

	text-align:center;

	

	position:relative;

	box-sizing:border-box;

	

}



footer div.container {

	position:relative;

	display:inline-table;

	width:100%;

	max-width:1460px;

	padding-left:30px;

	padding-right:30px;

	margin:0 auto;

	box-sizing:border-box;

	 

}



footer ul.footer-nav {

	float:left;

	margin:40px 0;

	padding:0;

	

}



footer ul.footer-nav li {

	float:left;

	list-style:none;

	font-size:12px;

	color:#A5A5A5;

	margin-right:30px;

}

footer ul.footer-nav li.copyright {

	margin-right:60px;

}

footer ul.footer-nav li a {

	font-size:12px;

	color:#A5A5A5;

	transition:color 0.3s, text-decoration 0.3s;

}

footer ul.footer-nav li a:hover {

	color:#070E18;

	text-decoration:none;

	transition:color 0.3s, text-decoration 0.3s;

}



footer ul.footer-social {

	float:right;

	margin:0;

	padding:0;

	margin-top:40px;

}

footer ul.footer-social li {

	float:left;

	margin-right:15px;

	width:25px;

	height:21px;

	list-style:none;

}

footer ul.footer-social li:last-child {

	margin-right:0;

}

footer ul.footer-social li a {

	display:block;

	width:25px;

	height:21px;

}

footer ul.footer-social li.twitter a {

	background:url(../images/twitter.svg) 50% 50% no-repeat;

}

footer ul.footer-social li.facebook a {

	background:url(../images/facebook.svg) 50% 50% no-repeat;

}

footer ul.footer-social li.linkedin a {

	background:url(../images/linkedin.svg) 50% 50% no-repeat;

}

footer ul.footer-social li.instagram a {

	background:url(../images/instagram.svg) 50% 50% no-repeat;

}

#infoFB{display:none;}