/*
Theme Name: Sin Embargo MX
Theme URI: http://sinembargo.mx
Description: Theme created for <a href="http://sinembargo.mx">SinEmbargoMX</a>.
Author: SinEmbargoMX
Author URI: http://sinembargo.mx/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/

/**
 * Common styles (setup)
 */
body{
    /*background: url(http://www.sinembargo.mx/wp-content/themes/duplex/images/rayas_bg.png);*/
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
section{
	padding-top: 15px;
	padding-bottom: 15px;
}
footer{
    margin-top: 15px;
}
a{
	color: #303030;
}
a:hover{
	text-decoration: none;
	color: #ab2c35;
}
aside{
    padding-top: 10px;
    padding-bottom: 10px;
}
aside img{
    margin: auto;
}
.section-heading{
    text-align: center;
    background-color: #ab2c35;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
}
.section-heading > a{
	color: white;
}
.arrow-down{
    position: absolute;
    left: 50%;
    top: 90%;
    font-size: 32px;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 1;
    color: #ab2c35;
}
.carousel-mx{
    text-align: center;
    overflow: hidden;
    background-color: #393939;
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel-mx-item{
    width: 33.3333333%;
    position: absolute;
    -webkit-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.carousel-mx-item > img{
    width: 100%;
}
.carousel-mx-item.left{
    left: 0;
}
.carousel-mx-item.center{
    left: 33.3333333%;
}
.carousel-mx-item.right{
    left: 66.6666666%;
}
.carousel-mx-item.next-mx{
    left: 100%;
}
.carousel-mx-item.prev-mx{
    left: -33.3333333%;
}
.carousel-mx-item.off{
    display: none;
}
.carousel-mx-caption {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    background: rgba(0,0,0,0.75);
    padding: 0px 8px;
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.carousel-mx-caption h3{
    margin: 3px 0px;
    line-height: 1;
}

.carousel-mx-caption h3 > a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}
/**
 * Carrusel OPINION
 */
 .carousel-mx.opinion{
     text-align: center;
     overflow: hidden;
     background-color: transparent;
     padding-top: 0px;
     padding-bottom: 0px;
     height: 280px;
 }
.carousel-mx.opinion .carousel-mx-item{
     width: 25%;
     padding: 0 5px;
     position: absolute;
     -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
             transition: all .5s ease;
 }
.carousel-mx.opinion .carousel-mx-item > img{
     width: 100%;
 }
.carousel-mx.opinion .carousel-mx-item.left{
     left: 0;
 }
.carousel-mx.opinion .carousel-mx-item.center{
     left: 25%;
 }
.carousel-mx.opinion .carousel-mx-item.right{
     left: 50%;
 }
.carousel-mx.opinion .carousel-mx-item.next-mx{
     left: 75%;
 }
.carousel-mx.opinion .carousel-mx-item.prev-mx{
     left: -25%;
 }
.carousel-mx.opinion .carousel-mx-item.off{
     display: none;
 }
 .carousel-mx.opinion .carousel-mx-item.off-right{
     display: block;
     left: 100%;
 }
.carousel-mx.opinion .carousel-mx-caption {
    position: absolute;
    /*bottom: -60px;*/
    left: 10px;
    right: 10px;
    background: transparent;
    padding: 0px 8px;
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    height: 100%;
 }
.carousel-mx.opinion .carousel-mx-caption h3{
    position: relative;
    margin: 3px 0px;
    line-height: 1;
    bottom: -220px;
 }

.carousel-mx.opinion .carousel-mx-caption h3 > a {
    color: #303030;
    font-size: 22px;
    text-decoration: none;
}

.carousel-mx.opinion .carousel-mx-caption h3 > a:hover {
    color: #ab2c35;
}

.carousel-mx.opinion .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
}
/*.carousel-mx.opinion.right.carousel-control{
    right: 0;
    left: auto;
}*/
.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right{
    color: white;
}
.glyphicon {
    color: #ab2c35;
}
ul.mini-sidebar {
    margin-top: 30px;
    border-width: 2px;
    border-color: #ab2c35;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    padding: 0px;
}
.mini-sidebar-header {
    background-color: #ab2c35;
    /* margin-left: -20px; */
}
.mini-sidebar-title {
    text-align: center;
    color: white;
    margin-top: 0px;
    padding-top: 10px;
}
.nav-2 {
    list-style: none;
    background-color: #F6F5F0;
    display: flex;
    padding-left: 0;
}
.nav-2 li {
    padding: 12px;
}
.nav-2 a {
    color: #b4b4b4;
    font-weight: 700;
    letter-spacing: 1px;
}
/**
 * Tab sidebar system styles
 */
.active-tab{
    opacity: 1;
    display: block;
}
.pasive-tab{
    opacity: 0;
    display: none;
}
.fade-in{
    opacity: 1;
}
.fade-out{
    opacity: 0;
}
/**
 * Homepage
 */
.date{
    text-align: right;
    margin-top: 25px;
    margin-bottom: 10px;
}
.overlapped-above{
    margin-bottom: -20px;
    z-index: 1;
}
.nav-1{
    text-align: center;
}
.nav-1 i{
    float: none;
}
.nav-1 ul{
    display: block;
    padding: 5px;
}
.nav-1 ul >li{
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
.nav-1 ul >li > a{
    color: #9d9d9d;
    text-decoration: none;
    font-size: large;
}
.nav-1 ul >li > a:hover{
    color: #ab2c35;
}
h1.highlight {
    font-size: 63px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
h2.highlight{
    font-size: 20px;
    font-weight: 600;
}
h1.highlight > a:hover, h2.highlight > a:hover {
	color: #444647;
}
a.author{
    color: #303030;
    font-size: 95%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;    
}
a.author.highlight{
    display: block;
    text-align: center;
    color: #303030;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;    
}
a.author:hover, a.author.highlight:hover{
    color: #ab2c35;
    text-decoration: none;
}
.highlight-img{
    text-align: center;
}
p.extract{
    color: black;
    font-weight: 600;
    font-size: 16px;
}
p.extract.highlight{
    color: #6d6d6d;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
}

.gray-area{
    margin-top: 30px;
    background-color: #ecece8;
    padding-top: 0;
}
.gray-area .section-rule{
    margin-top: 0px;
}

/**
 * Estilos para carrusel de columnas
 */
div.columnas-container{
    overflow: hidden;
}
ul.columnaz{
   /* width: 2280px;
    position: relative;
    padding-left: 0;
    text-align: center;
    transform: translateX(-24.7272%);
    transition: all 0.5s linear;
    margin-left: -0.2728%;*/
    width: 2280px;
    position: relative;
    padding-left: 0;
    transform: translateX(-568px);
    transition: all 0.5s linear;
    margin-left: -0.2728%;
    margin: 0;
    padding: 0 2.5px;
    text-align: center;

}
/*ul.columnaz.centered{
    transform: translateX(-25%);
}*/
ul.columnaz.shifted-prev{
    /*transform: translateX(-12.3636%);*/
    transform: translateX(-283px);
}
ul.columnaz.shifted-next{
    /*transform: translateX(-37.0836%);*/
    transform: translateX(-853px);
}
ul.columnaz.done{
    transition: none;
}
ul.columnaz > li{
    /*position: relative;
    display: inline-block;
    vertical-align: top;
    width: 12.3636%;
    padding: 0.5%;*/
    /*text-align: center;*/
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 281px;
    padding: 3px;
   
}
/* Responsive */
/*@media(min-width:993px) and (max-width:1200px){
    ul.columnaz{
        width: 1940px;
    }
}*/

/*ul.columnaz > li.off{
    display: none;
}
ul.columnaz > :first-child.next{
    transform: translateX(-105%);
}
ul.columnaz > li.next{
    transform: translateX(-100%);
}
ul.columnaz > li.prev{
    transform: translateX(100%);
}
ul.columnaz > :nth-child(4).prev{
    transform: translateX(106%);
}
ul.columnaz > li.next-in{
    position: absolute;
    top: 0;
    left: 101%;
    width: 24%
}
ul.columnaz > li.next-in.next{
    transform: translateX(-112%);
}
ul.columnaz > li.prev-in.prev{
    transform: translateX(111%);
}
ul.columnaz > li.prev-in{
    position: absolute;
    top: 0;
    right: 101%;
    width: 24%
}
ul.columnaz > li.done{
    transition: none;
}*/
ul.columnaz > li > article > h3{
    text-transform: uppercase;
}

#especialistas{
    background-color: white;
    margin-top: 15px;
}
hr.section-rule{
    border-top: 5px solid #d2c9c9;
    margin-bottom: -35px;
}
.single-lg-slide{
    padding-right: 35px;
    padding-left: 35px;
}
.single-lg-slide .caption-title{
    text-align: right;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 29px;
}
.single-lg-slide .caption-title > a{
	color: #ab2c35;
}
.btn-bordered {
    background-color: transparent;
    border: 2px;
    border-style: solid;
    padding: 10px 25px;
    font-weight: bolder;
}
h3.content.highlight {
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
}

.mx-8 article{
	margin-top: 15px;
}
.mx-8  h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
}
.mx-8 > div > article > h3.lg{
    font-size: 45px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.mx-8 h3.first {
    font-size: 18px;
    margin-top: 5px;
}
.sidebar-mas {
    list-style: none;
    padding: 0;
}
.sidebar-mas header {
    text-align: center;
}
.sidebar-mas-title {
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0% 20%;
}
a.aculla {
	margin-bottom: 0; 
    display: block;
}
.img-circle.bordered.cat-salud{
    border: 2px solid #31bfcf;
}
.img-circle.bordered.cat-cultura{
    border: 2px solid #F37B6D;
}
.img-circle.bordered.cat-ciencia{
    border: 2px solid #D1DB3E;
}
.img-circle.bordered.cat-mascotas{
    border: 2px solid #DC432B;
}
h3.aculla {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
}
#aculla .cat-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: #e8e8e8;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
}
#aculla .note-title {
    margin-top: 0px;
    font-size: 18px;
    color: #303030;
    font-weight: 600;
}
.outermost-righter{
    top: -242px;
    left: 78%;
}
.outermost-righter.displayed{
    left: 50%;
}
.outermost-right{
    top: -242px;
    left: 75%;
}
.outermost-right.displayed{
    left: 50%;
}
.slides-container{
    margin-top: 15px;
    height: 242px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px 40px;
}
.slides-container .item{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: inherit;
}
.centered{
    left: 0;
}
.centered.shifted{
    left: -25%;
}
div.sd{
    background-color: #ab2c35;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-left: 46%;
    margin-top: -3%;
    margin-bottom: -20px;
    padding: 0;
    position: relative;
    z-index: 1;
}
h2.sd{
    padding-top: 15px;
}
a.sd{
    color: white;
    font-size: 60px;
    padding-left: 8px;
    font-weight: 700;
}
a.sd span{
    font-weight: 100;
}
.setv.lg{
    text-align: center;
    z-index: 1;
    position: relative;
}
.row.viral{
    margin: 0;
}
.col-sm-12.viral{
    border-width: 7px;
    border-color: #2650b3;
    border-style: solid;
}
.viral-circle{
    margin-top: -35px;
    background-color: #2650B3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -46px;
}
.section-heading.viral{
    width: 20%;
    /* margin-top: -46px; */
    background-color: #2650B3;
    margin: auto;
}
.viral span{
    color: #2650B3;
    font-size: 26px;
}
p.viral.category{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.viral p a{
    color: #B3B3B3;
}
.blue-bar{
    font-size: 16px;
    letter-spacing: 5px;
    background-color: #2650B3;
}
a.blue-bar{
    display: block;
    color: white !important; 
}
.viral h4.post{
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.viral h4.post-2{
    font-size: 18px;
    font-weight: 300;
}
.viral h3{
    font-size: 20px;
    font-weight: 600;
}

/*FOOTER*/
.brand-semx{
    text-align: center;
    /*padding-left: 30px;*/
    padding-right: 60px;
}
.ft-list1{
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
}
.ft-list2{
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
.ft-list2 ul{
    padding: 0;
}
.index{
    list-style: none;
    font-size: 12px;
    line-height: 15px;
}
.index a{
    color: white;
    text-decoration: none;
}
.img-responsive.footer{
    display: inline;
}
.logo.footer{
    margin-top: 10px;
    text-align: center;
    list-style: none;
    padding: 0;
}
.logo.footer li{
    margin-bottom: 10px;
}
.row.legal{
    background-color: #1b1b1b;
    color: white;
}
.container.legal{
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer-content{
    background-color: #262626;
    color: white;
}

/**
 * Single.php
 */
.navbar-semx{
    background-color: white;
}
.nav-semx {
    text-align: center;
}
.nav-semx .item-mx{
    display: inline-block;
}
.nav-semx .item-mx:first-child{
    padding-left: 0;
}
.nav-semx .item-mx:last-child{
    padding-right: 0;
}
.nav-semx .top-single{
    margin-top: 15px;
    font-size: 15px;
}
.top-single{
    font-weight: 600;
}
.top-single .item-mx{
    padding: 0px 20px;
}
.secciones{
    font-weight: 600;
    margin-bottom: 0px;
}
.secciones.inverse{
    background-color: #ab2c35;
}
.secciones.inverse a{
    color: white;
}
.secciones.inverse .glyphicon{
    color: white;
}
.secciones .item-mx{
    padding: 0px 10px;
}
.logo-side{
    padding: 20px 0px;
}
#search{
    height: 25px;
}
.top-date{
    background-color: #ccc;
    text-align: center;
    font-weight: 600;
}
.container.semx.single {
    padding-top: 200px;
}
h1.post_title {
    color: #444647;
    line-height: 1.2em;
    font-weight: bold;
}
.post_author{
    color: #000;
    font-size: 18px;
}
.post_author > a{
    color: #000;
}
.post_author > a:hover{
    color: #ab2c35;
    text-decoration: none;
}
.post_info{
    font-size: 14px;
}
.post-content > h3{
    font-size: 17px;
    margin-bottom: 15px;
    margin-right: 20px;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: 600;
}
.post-content p{
    font-family: 'Quattrocento';
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 26px;
}
p.wp-caption-text{
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 20px;
}
.wp-caption{
    width: 100%!important;
}
.size-full{
    width: 100%!important;
    height: auto;
}
blockquote{
    background-color: #B5BBBB;
    color: white;
    border-left: 0;
}
article h5{
    font-size: 18px;
    padding-bottom: 10px;
}
.title-instruction{
    font-size: 15px;
    font-weight: 600;
}
/**
 * Comentarios
 */
 .comments a {
    color: #ab2c35;
    font-size: 11px;
    font-weight: 800;
}
 .comment-children{
    margin-left: -70px;
 }
.comment-form{
    resize: none;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 10px;
}
.ver-mas{
    margin-top: 15px;
    padding: 10px 20px;
    border: 2px solid #303030;
    font-size: 14px;
    font-weight: 600;
}
/**
 * Sidebar 'widgets'
 */
.tv-schedule{
    width: 100%
}
.sidebar-post-holder{
    border-color: #ab2c35;
    border-style: solid;
    margin: 30px 0px;
}
.sidebar-post-holder > h4{
    font-size: 1.8em;
    text-align: center;
    background-color: #ab2c35;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    font-weight: 600;
}

/**
 * Sidebar headings
 */
.arrow-down-slider{
    position: relative;
    left: 50%;
    top: -25px;
    margin-left: -16px;
    font-size: 32px;
    z-index: 1;
    color: #ab2c35;
}

/**
 * Sidebar sliders
 */
.sidebar-slider-container{
    margin-top: -10px;
}
.sidebar-slider{
    padding: 7px 0px;
    margin-top: -37px;
    background-color: #393939;
}

/**LAS MAS LEIDAS**/
ul.mini-sidebar{
    margin-top: 30px;
    border-width: 2px;
    border-color: #ab2c35;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    padding: 0px;
}
.mini-sidebar-header{
    background-color: #ab2c35;
    /*margin-left: -20px;*/
}
.mini-sidebar-title{
    text-align: center;
    color: white;
    margin-top: 0px;
    padding-top: 10px;
}
.mini-sidebar-posts{
    padding-left: 20px;
}
.mini-sidebar .title{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
/**LAS MAS LEIDAS**/

.back-home{
    text-align: center;
}
/**
 * Media queries (responsiveness)
 */
@media(min-width:768px) and (max-width:991px){
    .carousel-mx{
        height: 151px;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .carousel-mx{
        height: 190px;
    }
    .slides-container{
        height: 192.5px;
    }
    .outermost-right {
        top: -192px;
    }
    .outermost-righter {
        top: -192px;
    }
}
@media(min-width:1200px){
    .carousel-mx{
        height: 226px;
    }
    .mx-8 {
        padding: 0px 40px;
    }
}
@media only screen and (max-width: 768px){
    .nav-1 ul{
        display: none! important;
    }
}
@media (max-width: 1200px){
	.nav-2 li{
		padding: 12px 4px;
	}
}
@media (max-width: 992px){
    .nav-2{
        display: block;
        text-align: center;
    }
    .nav-2 li{
        padding: 12px 4px;
        display: inline;
    }
    .slides-container{
        height: 162.5px;
    }
    .slides-container .item {
         padding: 0px 2.5px;
         height: inherit;
    }
    #aculla .cat-title {
        font-size: 14px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 0;
    }
    #aculla .note-title {
        font-size: 15px;
    }
    .outermost-right {
        top: -162.5px;
        left: 75%;
    }
    .outermost-righter {
        top: -162.5px;
        left: 81%;
    }
}
@media (max-width: 768px){
    .slides-container{
        height: auto;
    }
    .slides-container .item {
         height: 242px;
    }
    #aculla .cat-title {
        font-size: 16px;
    }
    #aculla .note-title {
        font-size: 25px;
    }
    .outermost-right {
        left: 0;
        top: 0px;
    }
    .outermost-righter {
        top: 0px;
        left: 0%;
    }
    .centered.shifted{
        left: 0;
    }
    .outermost-righter.displayed{
        left: 0;
    }
    .outermost-right.displayed{
        /*top: -170px;*/
        left: 0%;
    }
    /**
     * Media queries for carrousel-mx
     */
    .carousel-mx{
        /*height: 400px;*/
        width: 96%;
        margin: auto;
        padding: 0;
    }
    .carrousel-mx img{
        width: 100%%;
    }
    .carousel-mx-item {
        width: 100%;
        position: relative;
        display: none;
        transition: all 0.6s ease-in-out;
    }
    .carousel-mx-item.left {
        /*position: absolute;
        left: -100%;
        top: 0;
        display: block;*/
        left: 0%;
        display: block;
        position: relative;
        top: 0;
    }
    .carousel-mx-item.center {
        /*left: 0%;
        display: block;
        position: relative;
        top: 0;*/
        position: absolute;
        left: 100%;
        top: 0;
        display: block;
    }
    .carousel-mx-item.right {
        /*position: absolute;
        left: 100%;
        top: 0;
        display: block;*/
    }
    .carousel-mx-item.prev-mx {
        left: -100%;
        position: absolute;
        left: -100%;
        top: 0;
        display: block;
    }
    .carousel-mx-item.next-mx {
        left: 100%;
    }
    .carousel-mx-caption {
        display: none;
    }
}

@media (min-width: 992px){
	#search-form{
		margin-bottom: 0;
	}
}




/**
 * marquee
 */

.cssanimations * {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes loop {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
@-moz-keyframes loop {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
@-ms-keyframes loop {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
@keyframes loop {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
.cssanimations .marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cssanimations .marquee > ul {
  list-style: none;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 300% !important;
  /*height: 80px;*/
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: loop 100s linear infinite;
  -moz-animation: loop 100s linear infinite;
  -o-animation: loop 100s linear infinite;
  animation: loop 21s linear infinite;
}
.cssanimations .marquee > ul > li {
  white-space: normal;
  position: relative;
  text-align: justify;
  text-justify: distribute-all-lines;
  line-height: 0;
  letter-spacing: -0.31em;
  float: left;
  width: 11.1%;
  overflow: hidden;
  height: 80px;
  padding: 0 15px;
}
.cssanimations .marquee > ul > li:before {
  content: '';
  position: relative;
  height: 100%;
  width: 0;
}
.cssanimations .marquee > ul > li:before,
.cssanimations .marquee > ul > li > * {
  vertical-align: middle;
  display: inline-block;
}
.cssanimations .marquee > ul > li:after {
  content: '.';
  display: inline-block;
  height: 0 !important;
  width: 100%;
  overflow: hidden !important;
  visibility: hidden;
  font-size: 0;
  word-spacing: 100%;
}
.cssanimations .marquee > ul > li > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
}
.cssanimations .marquee > ul > li img {
  margin: 0 1.6%;
}

.cssanimations .marquee > ul > li a {
  margin: 0 1.6%;
}
.cssanimations .marquee > ul > li > h3 > a, span{
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}
div.marquee{
    background-color: #ecece8;
    margin-top: 10px;
    margin-bottom: 10px;
}