/* list */
.media .pull-left {
    padding-right: 20px;
    margin-bottom: 20px;
}

.gdpr-list {
    padding-bottom: 50px;
	background-color: #fafafa;
	padding: 20px;
    font-size: 16px;
}
.gdpr-list h2, .gdpr-team h2 {
	
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 25px;
    color: #2BBCDE;
}

.gdpr-list .logos {
    margin: 20px;
}

.gdpr-list .gdpr-box {
	background: #ffffff;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.gdpr-list .gdpr-box:hover h3 {
	color: #2BBCDE;
}
.gdpr-list .gdpr-box:hover .gdpr-slider {
    height: 300px;
    width: 100%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;   
}
.gdpr-list .black {
	background: #2BBCDE;
}
.gdpr-list .gdpr-box .img-box-left {
	display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.gdpr-list .gdpr-box .img-box-left img {
	height: 100%;
    width: auto;
	background: #fff
}
.gdpr-list .gdpr-box .gdpr-box-desc-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px;
}
.gdpr-list .gdpr-box .gdpr-box-desc-right h3 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
	text-shadow: none;
}
.gdpr-list .gdpr-box .gdpr-box-desc-right p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.gdpr-list .gdpr-box .message-publication-home {
    padding: 0 10px;
	font-size: 14px
}
.gdpr-list .gdpr-box .message-publication-home h3 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}
.gdpr-list .gdpr-box .img-publication-home  {
    overflow: hidden;
    max-height: 180px;
}
.gdpr-slider {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 180px;
}
.gdpr-slider span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
@media (max-width: 768px) {
    .gdpr-list h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 70px;
    }
    .gdpr-list .gdpr-box {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: inherit;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    }
    .gdpr-list .gdpr-box .img-box-left {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: auto;
    }
    .gdpr-list .gdpr-box .img-box-left img {
    height: auto;
    width: 100%;
    }
    .gdpr-list .black {
    background: #fff;
    }
    .gdpr-list .gdpr-box .gdpr-box-desc-right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    }
    .gdpr-list .gdpr-box .gdpr-box-desc-right h3 {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    }
    .gdpr-list .gdpr-box .gdpr-box-desc-right p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    }
}

/* art */
section {
   width:100%; 
   float:left;
   margin-bottom:10px;
   padding: 20px;
}
	  
.gdpr-headler {
	background-size:cover; 
	min-height: 380px; 
	left: 0; 
	top: 0; 
	background-position:0;
	font-size:15px; 
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.38) !important;
}
	   
.gdpr-headler h1 {
	color: #fff; 
	font-size: 5.0vw; 
	font-weight: bold; 
	/*text-transform: capitalize; */
	margin-bottom: 50px;
	text-shadow: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.38) !important;
}

.gdpr-avatar {
    text-align:center;
    margin-top: -70px;
}

.gdpr-avatar img {
    width: 100px;
    border: 4px solid #e8e8e8;
}

 .gdpr-post {
	font-size: 15px;
} 
