
  *, *:before, *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
}
body { 
  	color: #fff;
  	margin: 0;
  	padding: 0;
    line-height: 180%;
    font-weight: 400;
	font-size: 18px;
	background-color: #26656e;

	    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #fff;
}

a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	color: #fff;
}

b {
    font-weight: 700;
}
#main{

	width: 100%;
	height: 100vh !important;

}
.flexContainer {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.spaceBetween {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.spaceAround {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.justifyCenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.itemsCenter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.flexStretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}



#container {
	width: 100%;
	margin: auto;
	max-width: 1200px;
}

#logo{
	width: auto;
    margin: 40px 0;
    max-width: 900px;
}
#logo img{
	width: 100%;
}

#content_footer {
	width: 100%;
	margin: 0 auto;
}

.row_footer {
	width: 100%;
}
.row_footer--item {
	width: auto;
	padding: 10px 20px;
	display: flex;
}
.row_footer--item a{
	
}
.row_footer--item span {
	padding-left: 10px;
	font-size: 21px;
}

/*********************************** 860 *********************************** */
@media screen and (max-width: 861px) {
	#logo{
		padding: 0 20px;
	}
	.row_footer--item {
		width: 100%;
		padding: 0px 20px;
	}
	.row_footer--item span {
		padding-left: 10px;
		font-size: 18px;
	}
	.row_footer--item a{
		margin: auto;
	}
}