.datalogic {
}
.datalogic:before {
    display: table;
    content: " ";
}
.datalogic:after {
    clear: both;
	display: table;
    content: " ";
}
.datalogic .abstract, .datalogic .abstract-r {
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    font-size: 16px;
    margin: 6% -15px;
    color: #5a5b5e;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.abstract, .abstract-r, .abstract p, .abstract a {
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    /*line-height: 21px; */
    font-size: 16px;
    /* text-align: justify; */
    color: #5a5b5e;
}
.prod-sect {
    font-family: Teko;
	font-size: 27px;
    line-height: 1.2;
	margin-bottom: 10px;
    text-align: left;
	letter-spacing: -.32px;
	white-space: normal;
	color: #cc0000;
    text-transform: none;
}
.abstract img, .abstract-r img {
    width: auto;
    max-width: 100%;
	padding: 15px;
    border-radius: 28px;
}
h3.prod-sect {
    margin: 0 0 4%;
    font-size: 22px;
    line-height: 1.35;
    color: gray;
    text-transform: none;
    text-align: left;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}
.embed-responsive-4by3 {
    /*padding-bottom: 50%;*/
}
.embed-responsive-item,  .embed-responsive iframe{
    position: absolute;
    /*top: 0;
    bottom: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    border: 0;
}
.col-md-8 {
      min-height:350px !important;
    }
.col-xs-12 {
    margin: 6px 0px;
}
.video-box{
	margin: 0px 12px;
}
.video-box video{
	border-radius: 12px;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, .7058823529);
}

@media (min-width: 768px) {
.datalogic .col-sm-6 {
    width: 50%;
    }
}
@media only screen and (max-width: 575px) {
.abstract-r {
    flex-direction: column;
    }
.abstract {
    flex-direction: column-reverse !important;
    }
.prod-sect{
   margin-top:24px;
}
.video-box{
	margin: 0px;
}
.datalogic .abstract, .datalogic .abstract-r {
    margin: 6% -15px;
}
}
@media only screen and (max-width: 1261px) {
.embed-responsive-4by3 {
    /*padding-bottom: 80%;*/ 
}
}