*:focus,
*:hover,
a:focus {
	outline: none;
	outline: 0;
	outline-offset: 0;
}

img {
	max-width: 100%;
}


.header {
	margin-top: 50px;
	margin-bottom: 30px;
}

.header .title {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 36px;
	padding-bottom: 15px;
	font-weight: 400;
	font-family: initial;
}

.header .subtitle {
	text-align: center;
	text-transform: uppercase;
	font-family: initial;
}

.header .subtitle span {
	position: relative;
	color: #e7e7e7;
	font-size: 18px;
}

.header .subtitle span:before {
	content: "";
	position: absolute;
	height: 1px;
	left: -180px;
	width: 160px;
	background-color: #e7e7e7;
	top: 10px;
}

.header .subtitle span:after {
	content: "";
	position: absolute;
	height: 1px;
	right: -180px;
	width: 160px;
	background-color: #e7e7e7;
	top: 10px;
}

.item .name {
	font-family: 'UVF Aphrodite Pro';
	line-height: 50px;
	text-align: center;
	height: 50px;
	background-color: #f9ddd4;
	font-size: 16px;
	color: #2d2d2d;
	position: absolute;
	display: block;
	opacity: 0;
	bottom: 0;
	width: 100%;
	transition: all 0.3s ease;
}

.item:hover .name {
	opacity: 0.8;
}

.item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(67, 69, 113, 0.01);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.item:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(67, 69, 113, 0.01);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.item:hover:before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, 0.5);
}

.item:hover:after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.5);
}

.content-material ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.content-material ul li {
	width: 20%;
	float: left;
}

.content-material ul li a {
	position: relative;
	display: inline-block;
}

.partner__item {
	background: #fbfbfb;
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.background-body {
	background: #083248;
}

.partner__item .name {
	color: #000;
	font-size: 24px;
	padding-top: 12px;
}

.partner__item:hover .name {
	color: red;
}
.title br {
	display: none;
}
.title-rg {
	color: #fff;
    font-size: 24px;
    font-family: initial;
    margin-bottom: 15px;
}
@media (min-width: 1400px) {
    .container{
        max-width: 1370px;
    }
}
@media (min-width: 768px) {
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 600px) {
	.header .title {
		font-size: 30px;
	}
	.partner__item .name {		font-size: 15px;	}
	.title br {
		display: block;
	}
}