.title-block {
    padding: 0;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}
.title-block:after{
    position: absolute;
    content: "";
    background-color: #078ad4;
    height: 3px;
    width: 60px;
    bottom: -1px;
    left: 0;
}
.share-buttons{
	float: right;
}
.fa-linkedin:hover{
	color:  #0077B5;
}
.fa-facebook-square:hover{
	color:  #3b5998;
}
.fa-google-plus-square:hover{
	color:  #d34836;
}
.fa-envelope-square:hover{
	color:  #3a84df;
}

.title-block h1{
	margin: 0;
    display: inline;
}
.dkev-data-block {
    margin-bottom: 10px;
}
.dkev-col_1 {
    width: 60%;
    display: inline-block;
	float: left;
}
.dkev-col_2 {
    display: inline-block;
    width: 39%;
}
/* CSS WITH BEM METHOD */
.eblock{
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.eblock__col--width-80{
	flex-basis: 80%;
}
.eblock__col--width-60{
	flex-basis: 60%;
}
.eblock__col--width-40{
	flex-basis: 40%;
}
.eblock__col--width-20{
	flex-basis: 20%;
}
.erow{
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.erow:last-child {
    margin-bottom: auto;
}
.erow__col{
	text-align: center;
}
.eblock__col iframe{
    max-width: 100%;
    max-height: 250px;
}
.erow__col--short{
	flex-basis: 20%
}
.erow__col--wide{
	flex-basis: 80%
}
.eicon {
	font-size: 2em;
}
.eseparator{
    line-height: 2px;
    display: block;
}
.eaddress, .erow__col--linksmaller a  {
    font-size: .9em;
}
/* BEM METHOD END */

.dkev-col_2 iframe {
    max-height: 250px;
}
.dkev-col_2 iframe {
    margin: 0;
}
.dkev-short-info {
    text-align: justify;
}
.reg-link {
    text-align: center;
    width: 100%;
    display: block;
    margin: 15px 0 20px 0;
    background-color: #078ad4;
    padding: 15px;
    color: #fff;
	text-decoration: none;
    clear: both;
}

.reg-link:hover {
	font-weight: 600;
    color: #fff;
}
.dkev-description {
    clear: both;
}
@media only screen and (max-width: 678px) {
.dkev-col_1 {
    width: 100%;
}
.dkev-col_2 {
	width: 100%;
}
}