.widget-container{
    margin-bottom: 30px;
    position: relative;
}
.widget-separator{
    margin: 15px 0;
}
.widget-body{
    background: #fff;
    margin-bottom: 15px;
}
.widget-body img{
    /*max-width: 100%;*/ /* image deformation */
}
.widget-col-left,
.widget-col-middle,
.widget-col-right,
.widget-col-alone{
    position: relative;
}
.widget-col-left{
    padding-right: 30px;
}
.widget-col-middle{
    padding-left: 30px;
    padding-right: 30px;
}
.widget-col-right{
    padding-left: 30px;
}
.widget-item .widget-container,
.widget-side .widget-container{
    border: solid 1px #ddd;
    box-shadow: 0 0 10px -5px #999;
    border-radius: 3px;
}
.widget-item .widget-container .widget-container,
.widget-side .widget-container .widget-container{
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.widget-item .widget-container{
    overflow: hidden;
}
.widget-item .widget-container .widget-body{
    margin-bottom: 0;
}
.widget-main .widget-header,
.widget-side .widget-header{
    position: relative;
    background: #5f7c8a;
    padding: 30px;
    color: #fff;
    border-bottom: solid 1px #e7e7e7;
}
.widget-side .widget-header{
    border-radius: 3px 3px 0 0;
}
.widget-side .widget-header .badge{
    background: #cfd8dc;
    color: #607d8b;
}
.widget-main .widget-header h3,
.widget-side .widget-header h3{
    margin: 0;
    font-size: 1.4em;
    letter-spacing: -1px;
    color: #fff;
}
.widget-side .widget-header .tool-button-toggle{
    margin-top: -5px;
    margin-bottom: 0;
}
.widget-side .widget-body{
    margin-bottom: 0;
}
.widget-side .widget-footer{
    float: left;
    border-top: solid 1px #e7e7e7;
    width: 100%;
    border-radius: 0 0 3px 3px;
}
.widget-side .widget-footer button{
    padding: 30px;
    border-radius: 0;
    border-color: transparent;
    width: 100%;
    background: #fff;
    color: #f44336;
    font-size: 1.2em;
    transition: all 0.3s;
}
.widget-side .widget-footer button:first-child{
    border-radius: 0 0 0 3px;
}
.widget-side .widget-footer button:last-child{
    border-radius: 0 0 3px 0;
}
.widget-side .widget-footer button:first-child:last-child{
    border-radius: 0 0 3px 3px;
}
.widget-side .widget-footer button:hover{
    background: #5bc0de;
    color: #fff;
}
.widget-side .widget-collapse{
    width: 100%;
    background: transparent;
    font-size: 1.6em;
    border: none;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-top: 15px;
}
/* Widget animated gallery */
.widget-animated-gallery .widget-container{
    border-radius: 3px;
    border: solid 1px #ddd;
    box-shadow: 0 0 10px -5px #999;
}
.widget-animated-gallery #widget-gallery-carousel{
    position: relative;
    z-index: 1;
}
.widget-animated-gallery .widget-body{
    margin-bottom: 0;
}
.widget-animated-gallery .widget-body,
.widget-animated-gallery .widget-body .carousel,
.widget-animated-gallery .widget-body .carousel .carousel-inner,
.widget-animated-gallery .widget-body .carousel .carousel-inner .item{
    max-height: 520px;
    overflow: hidden;
    border-radius: 3px;
}
.widget-animated-gallery .widget-body .carousel .carousel-inner .item img{
    width: 100%;
}
.widget-animated-gallery .widget-body .carousel .carousel-control.left,
.widget-animated-gallery .widget-body .carousel .carousel-control.right{
    background: none;
}
.widget-animated-gallery .widget-body .carousel .carousel-indicators li{
    border-radius: 0;
    width: 15px;
    height: 15px;
    opacity: 0.5;
}
.widget-animated-gallery .widget-body .carousel .carousel-indicators li.active{
    width: 15px;
    height: 15px;
    opacity: 0.7;
    margin: 1px;
}
.widget-animated-gallery .widget-body .carousel .carousel-indicators{
    bottom: 0;
}
.widget-animated-gallery .widget-body .carousel .carousel-inner .item a{
    color: inherit;
    text-decoration: none;
}
.widget-animated-gallery .widget-body .carousel .carousel-inner .item a:hover,
.widget-animated-gallery .widget-body .carousel .carousel-inner .item a:hover h3,
.widget-animated-gallery .widget-body .carousel .carousel-inner .item a:hover p{
    text-decoration: underline;
}
.widget-animated-gallery .widget-body .carousel .carousel-inner .item .carousel-caption{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: 50px;
}
.widget-animated-gallery .widget-body .carousel .carousel-inner .item .carousel-caption .carousel-caption-background{
    background: #263238;
    opacity: 0.7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
/* Widget zoom */
.widget-zoom{
    margin-bottom: 0;
}
.widget-zoom .widget-body{
    position: relative;
}
.widget-zoom .widget-body{
    overflow: hidden;
    max-height: 325px;
}
.widget-zoom .widget-zoom-image{
    width: 100%;
}
.widget-zoom .widget-zoom-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.widget-zoom .widget-zoom-legend{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 200%;
    z-index: 1;
    color: #eeeeee;
    padding: 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
    transition: all 0.3s;
}
.widget-zoom:hover .widget-zoom-legend{
    margin-top: 0;
}
.widget-zoom .widget-zoom-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #78909c;
}
/* Widget quick access */
.widget-quick-access .widget-body{
    height: 180px;
    overflow: hidden;
}
.widget-quick-access .widget-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-quick-access .widget-body ul li:first-child a{
    border-top: none;
}
.widget-quick-access .widget-body ul li a{
    width: 100%;
    padding: 8px 15px;
    display: inline-block;
    color: inherit;
    height: 36px;
    border-top: solid 1px #eee;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.widget-quick-access .widget-body ul li a .widget-quick-access-background{
    position: absolute;
    background: #ddd;
    left:0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    transition: all 0.3s;
}
.widget-quick-access .widget-body ul li a:hover .widget-quick-access-background{
    width: 100%;
}

/* Widget icon */
.widget-icon{

}
.widget-icon .widget-body{
    background: transparent !important;
}
.widget-icon .widget-icon-container{
    margin-left: -22.5px;
    margin-right: -22.5px;
}
.widget-icon .widget-icon-container .widget-icon-item{
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.widget-icon .widget-icon-item{
    position: relative;
    height: 163px;
}
.widget-icon .widget-icon-link{
    display: block;
    height: 100%;
    width: 100%;
    background: #78909c;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    padding: 30px 15px;
    border: none;
    box-shadow: 0 0 10px -5px #999;
    border-radius: 5px;
}
.widget-icon .widget-icon-link:hover{
    background: #5bc0de !important;
}
.widget-icon .widget-icon-image{
    font-size: 2.5em;
    display: block;
    text-align: center;
    height: 65px;
    padding: 5px 0 10px 0;
    overflow: hidden;
}
.widget-icon .widget-icon-title{
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

/* Article promoted */
.widget-article-promoted{
    margin-bottom: 45px;
}
.widget-article-promoted .widget-body{
    background: transparent !important;
    margin-bottom: 0 !important;
}
.widget-article-promoted .article-preview.article-promoted-preview{
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    border: solid 1px #ddd;
    box-shadow: 0 0 10px -5px #999;
    border-radius: 3px;
}
.widget-article-promoted .article-preview.article-promoted-preview i{
    width: 20px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-image{
    max-height: 260px;
    overflow: hidden;
    border-radius: 3px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-image a.article-title{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    background: #fff;
    color: #5f7c8a;
    letter-spacing: -0.5px;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px 0 0 0;
    box-shadow: 0 0 10px -3px #999;
    max-height: 60px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content{
    border-radius: 3px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content .article-close{
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    border: none;
    font-size: 1em;
    padding: 0;
    width: 25px;
    height: 25px;
    opacity: 0.5;
    color: #fff;
    display: none;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content .article-close{
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    border: none;
    font-size: 1em;
    padding: 0;
    width: 25px;
    height: 25px;
    opacity: 0.5;
    color: #fff;
    display: none;
    background: transparent;
}
.widget-article-promoted .article-preview.article-promoted-preview.article-preview-open-manually .article-content .article-close{
    display: block;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content .article-close:hover{
    opacity: 0.8;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content .article-close i{
    width: 10px;
    display: inline;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-image img{
    width: 100%;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.4s;
    background: #37474f;
    text-align: center;
    z-index: 2;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content.article-content-left{
    margin-left: -500px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content.article-content-right{
    margin-left: 500px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content.article-content-top{
    margin-top: -500px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content.article-content-bottom{
    margin-top: 500px;
}
.widget-article-promoted .article-preview.article-promoted-preview.article-preview-open-manually .article-content,
.widget-article-promoted .article-preview.article-promoted-preview.article-preview-open .article-content,
.widget-article-promoted .article-preview.article-promoted-preview.article-preview-hover .article-content{
    margin-top: 0;
    margin-left: 0;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content i{
    display: none;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content a{
    display: block;
    text-decoration: none;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content a.article-title{
    color: #fff;
    padding: 5px 30px 5px 30px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content a.article-category{
    padding: 30px 30px 5px 30px;
    font-size: 1.2em;
    display: inline-block;
    color: #999 !important;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content h3{
    font-size: 1.4em;
    line-height: 35px;
    height:  70px;
    overflow: hidden;
    margin: 15px 0;
    color: #fff;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content .article-action{
    padding: 5px 30px 20px 30px;
}
.widget-article-promoted .article-preview.article-promoted-preview .article-content .article-action a{
    display: inline-block;
}
/* Article standard */
.widget-article-standard .widget-separator{
    margin: 15px 0 0 0;
}
.widget-article-standard .widget-body{
    background: transparent !important;
}
.widget-article-standard .article-preview.article-standard-preview{
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}
.widget-article-standard.widget-side .article-preview.article-standard-preview{
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.widget-article-standard .article-preview.article-standard-preview.article-standard-promoted{
    background: #fff;
}
.widget-article-standard .article-preview.article-standard-preview i{
    width: 20px;
}
.widget-article-standard .article-preview.article-standard-preview .article-image{
    width: 320px;
    float: left;
    position: relative;
    z-index: 1;
    border: solid 1px #ddd;
}
.widget-article-standard .article-preview.article-standard-preview .article-image img{
    width: 100%;
}
.widget-article-standard .article-preview.article-standard-preview .article-content{
    padding-left: 320px;
    position: relative;
}
.widget-article-standard .article-preview.article-standard-preview .article-content .article-date{
    color: #999;
    font-size: 0.9em;
    padding: 15px 30px 5px 30px;
}
.widget-article-standard .article-preview.article-standard-preview .article-content a.article-category{
    color: #f44336;
    font-size: 1.2em;
}
.widget-article-standard .article-preview.article-standard-preview .article-content .article-promoted{
    position: absolute;
    top: 0;
    right: 10px;
    color: #cfd8dc;
    font-size: 2em;
}
.widget-article-standard .article-preview.article-standard-preview .article-content a{
    color: inherit;
    padding: 5px 30px;
    display: block;
}
.widget-article-standard .article-preview.article-standard-preview .article-content h3{
    font-size: 1.4em;
    margin: 0;
    line-height: 30px;
    max-height:  60px;
    overflow: hidden;
    letter-spacing: -1px;
    font-weight: normal;
}
.widget-article-standard .article-preview.article-standard-preview .article-content .article-extract{
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}
.widget-article-standard .article-preview.article-standard-preview .article-action{
    padding: 15px 15px 5px 15px;
    text-align: right;
}
.widget-article-standard .widget-footer{
    padding: 15px;
    background: #eee;
    text-align: center;
    margin-top: 15px;
    border: solid 1px #ddd;
    border-radius: 3px;
}
/** Article search **/

.widget-article-search .widget-body{
    padding: 30px 30px 15px 30px;
    margin-bottom: 0;
}
/** Article empty **/
.widget-article-standard .article-preview.article-empty-preview{
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}
.widget-article-standard .article-preview.article-empty-preview .article-content{
    padding: 15px;
}
.widget-article-standard .article-preview.article-empty-preview .article-action{
    padding: 15px;
}
/** Article item **/
.widget-article-item .widget-body{
    background: transparent;
}
.widget-article-item .article-preview.article-item-preview{
    padding: 0;
}
.widget-article-item .article-preview.article-item-preview .article-preface{
    padding: 30px;
    background: #f7f7f7;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e7e7e7;
}
.widget-article-item .article-preview.article-item-preview .article-preface .article-image img{
    width: 100%;
    border: solid 1px #e7e7e7;
}
.widget-article-item .article-preview.article-item-preview .article-preface .article-date{
    padding: 15px 0 0 0;
    color: #999;
}
.widget-article-item .article-preview.article-item-preview .article-preface .article-extract{
    padding: 15px 0;
    position: relative;
    font-size: 1.4em;
}
.widget-article-item .article-preview.article-item-preview .article-preface .article-category{
    text-align: left;
}
.widget-article-item .article-preview.article-item-preview .article-preface .article-category a{
    padding: 15px 0;
    font-size: 1.2em;
}
.widget-article-item .article-preview.article-item-preview .article-preface .article-promoted{
    position: absolute;
    top: 0;
    right: 0;
    color: #cfd8dc;
    font-size: 2em;
}
.widget-article-item .article-preview.article-item-preview .article-body{
    padding: 30px;
    background: #fff;
    float: left;
    width: 100%;
}
.widget-article-item .article-preview.article-item-preview .article-body .article-content{
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 1.1em;
}
/** Agenda search **/
.widget-agenda-activity-search .widget-body{
    padding: 30px 30px 15px 30px;
    margin-bottom: 0;
}
/** Agenda filter **/
.widget-agenda-activity-filter .widget-body{
    margin-bottom: 0 !important;
}
.widget-agenda-activity-filter .widget-agenda-activity-filter-date-interval{
    font-size: 0.7em;
    color: #cfd8dc;
    letter-spacing: normal;
}

.widget-agenda-activity-filter.widget-agenda-activity-filter-categories .widget-body{
    padding: 15px;
}
/** Agenda activity promoted **/
.widget-agenda-activity-promoted{
    margin-bottom: 45px;
}
.widget-agenda-activity-promoted .widget-body{
    background: transparent !important;
    margin-bottom: 0 !important;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview{
    background: #fff;
    position: relative;
    overflow: hidden;
    border: solid 1px #ddd;
    box-shadow: 0 0 10px -5px #999;
    border-radius: 3px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview i{
    width: 20px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-image{
    max-height: 260px;
    overflow: hidden;
    border-radius: 3px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-image a.agenda-title{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    background: #fff;
    color: #5f7c8a;
    letter-spacing: -0.5px;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px 0 0 0;
    box-shadow: 0 0 10px -3px #999;
    max-height: 60px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content{
    border-radius: 3px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-close{
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    border: none;
    font-size: 1em;
    padding: 0;
    width: 25px;
    height: 25px;
    opacity: 0.5;
    color: #fff;
    display: none;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-close{
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    border: none;
    font-size: 1em;
    padding: 0;
    width: 25px;
    height: 25px;
    opacity: 0.5;
    color: #fff;
    display: none;
    background: transparent;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview.agenda-preview-open-manually .agenda-content .agenda-close{
    display: block;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-close:hover{
    opacity: 0.8;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-close i{
    width: 10px;
    display: inline;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-image img{
    width: 100%;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.4s;
    background: #37474f;
    text-align: center;
    z-index: 2;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content.agenda-content-left{
    margin-left: -500px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content.agenda-content-right{
    margin-left: 500px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content.agenda-content-top{
    margin-top: -500px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content.agenda-content-bottom{
    margin-top: 500px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview.agenda-preview-open-manually .agenda-content,
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview.agenda-preview-open .agenda-content,
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview.agenda-preview-hover .agenda-content{
    margin-top: 0;
    margin-left: 0;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content i{
    display: none;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content a{
    display: block;
    text-decoration: none;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content a.agenda-title{
    color: #fff;
    padding: 5px 30px 5px 30px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content a.agenda-category{
    padding: 30px 30px 5px 30px;
    font-size: 1.2em;
    display: inline-block;
    color: #999 !important;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content h3{
    font-size: 1.4em;
    line-height: 35px;
    height:  70px;
    overflow: hidden;
    margin: 15px 0;
    color: #fff;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-action{
    padding: 5px 30px 20px 30px;
}
.widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-action a{
    display: inline-block;
}
/** Agenda activity standard **/
.widget-agenda-activity-standard .widget-separator{
    margin: 15px 0 0 0;
}
.widget-agenda-activity-standard .widget-body{
    background: transparent !important;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview{
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}
.widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview{
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview.agenda-standard-promoted{
    background: #fff;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview i{
    width: 20px;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-image{
    width: 320px;
    float: left;
    position: relative;
    z-index: 1;
    border: solid 1px #ddd;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-image img{
    width: 100%;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content{
    padding-left: 320px;
    position: relative;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content .agenda-date{
    color: #999;
    font-size: 0.9em;
    padding: 15px 30px 5px 30px;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content a.agenda-category{
    color: #f44336;
    font-size: 1.2em;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content .agenda-promoted{
    position: absolute;
    top: 0;
    right: 10px;
    color: #cfd8dc;
    font-size: 2em;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content a{
    color: inherit;
    padding: 5px 30px;
    display: block;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content h3{
    font-size: 1.4em;
    margin: 0;
    line-height: 30px;
    max-height:  60px;
    overflow: hidden;
    letter-spacing: -1px;
    font-weight: normal;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content .agenda-extract{
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}
.widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-action{
    padding: 15px 15px 5px 15px;
    text-align: right;
}
.widget-agenda-activity-standard .widget-footer{
    padding: 15px;
    background: #eee;
    text-align: center;
    margin-top: 15px;
    border: solid 1px #ddd;
    border-radius: 3px;
}
/** Agenda empty **/
.widget-agenda-activity-standard .agenda-preview.agenda-empty-preview{
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}
.widget-agenda-activity-standard .agenda-preview.agenda-empty-preview .agenda-content{
    padding: 15px;
}
.widget-agenda-activity-standard .agenda-preview.agenda-empty-preview .agenda-action{
    padding: 15px;
}
/** Agenda item **/
.widget-agenda-activity-item .widget-body{
    background: transparent;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview{
    padding: 0;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface{
    padding: 30px;
    background: #f7f7f7;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e7e7e7;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-image img{
    width: 100%;
    border: solid 1px #e7e7e7;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-date{
    padding: 15px;
    margin-left: 15px;
    color: #999;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-extract{
    padding: 15px;
    margin-left: 15px;
    position: relative;
    font-size: 1.4em;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-category{
    padding: 15px;
    margin-left: 15px;
    font-size: 1.2em;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-promoted{
    position: absolute;
    top: 0;
    right: 0;
    color: #cfd8dc;
    font-size: 2em;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body{
    padding: 30px;
    background: #fff;
    float: left;
    width: 100%;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-content{
    line-height: 25px;
    margin-right: 30px;
    padding: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 30px;
    border: solid 1px #e7e7e7;
    font-size: 1.1em;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-contact{
    line-height: 25px;
    margin-right: 30px;
    padding: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 30px;
    border: solid 1px #e7e7e7;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-contact .agenda-contact-body{
    color: #337ab7;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body i{
    width: 20px;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body  .agenda-contact i{
    padding: 8px;
    width: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    background: #78909c;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-side{
    background: #f7f7f7;
    margin-bottom: 30px;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-side .agenda-side-header{
    padding: 10px 15px;
    background: #78909c;
    color: #fff;
}
.widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-side .agenda-side-body{
    padding: 15px;
    border: solid 1px #e7e7e7;
}
/** widget link */
.widget-link a{
    display: inline-block;
    text-align: center;
    width: 19%;
    max-width: 200px;
    padding: 15px;
    margin: auto;
    vertical-align: top;
    color: #888;
    font-size: 0.8em;
    text-transform: uppercase;
}
.widget-link-image{
    line-height: 110px;
    vertical-align: middle;
}
.widget-link img{
    width: 100%;
    margin-bottom: 10px;
    max-width: 110px;
}
.widget-link span{
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}

/* Location side */
.widget-location-contact.widget-side .widget-body{
    margin-bottom: 0;
}
.widget-location-social.widget-side .widget-body,
.widget-location-contact.widget-side .widget-body{
    overflow: hidden;
    background: #fff !important;
    padding: 15px;
}
.widget-location-contact.widget-side .widget-location-contact-icon{
    font-size: 1.2em;
    color: #5f7c8a;
    text-align: center;
}
.widget-location-contact.widget-side .widget-location-contact-text,
.widget-location-contact.widget-side .widget-location-contact-icon{
    padding: 15px;
}
.widget-location-social.widget-side .widget-location-social-facebook,
.widget-location-social.widget-side .widget-location-social-twitter{
    padding: 15px;
    font-size: 1.2em;
}

.widget-map .widget-container{
    margin-bottom: 0;
}
.widget-map .widget-map-canvas{
    height: 500px;
}
.widget-map .widget-footer{
    padding: 25px 15px;
    background: #fff;
    border-top: solid 1px #ddd;
    float: left;
    width: 100%;
}
.widget-map .widget-footer .tool-button-toggle{
    text-align: left;
    opacity: 0.6;
}
.widget-map .widget-footer .tool-button-toggle.active{
    text-align: left;
    opacity: 1;
}
.widget-map .widget-footer .tool-button-toggle .tool-button-toggle-text{
    display: inline;
}
/* Side navigation */
.widget-side-navigation .widget-body{
    transition: all 0.3s;
}
.widget-side-navigation .widget-side-navigation-collapse,
.widget-side-navigation .widget-side-navigation-collapse-all{
    position: absolute;
    right: 15px;
    top: 25px;
    border-radius: 0;
    width: 28px;
    height: 28px;
    border: none;
    background: #5bc0de;
    padding: 5px;
    color: #fff;
}
.widget-side-navigation .widget-side-navigation-collapse.collapsed{
    background: #5bc0de;
}
.widget-side-navigation .widget-side-navigation-collapse,
.widget-side-navigation .widget-side-navigation-collapse-all[data-collapse="true"]{
    background: #ef5350;
}
.widget-side-navigation .widget-side-navigation-collapse{
    top: 5px;
}
.widget-side-navigation .widget-side-navigation-collapse-all .widget-side-navigation-collapse-close,
.widget-side-navigation .widget-side-navigation-collapse.collapsed .widget-side-navigation-collapse-close,
.widget-side-navigation .widget-side-navigation-collapse-all[data-collapse="true"] .widget-side-navigation-collapse-open,
.widget-side-navigation .widget-side-navigation-collapse .widget-side-navigation-collapse-open{
    display: none;
}
.widget-side-navigation .widget-side-navigation-collapse-all[data-collapse="true"] .widget-side-navigation-collapse-close,
.widget-side-navigation .widget-side-navigation-collapse-all .widget-side-navigation-collapse-open,
.widget-side-navigation .widget-side-navigation-collapse.collapsed .widget-side-navigation-collapse-open{
    display: block;
}
.widget-side-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-side-navigation .widget-body a{
    padding: 10px 15px;
    display: block;
}
.widget-side-navigation .widget-body a:hover{
    text-decoration: none;
}
.widget-side-navigation .widget-body>ul>li{
    position: relative;
    border-top: solid 1px #e7e7e7;
    background: #f7f7f7;
}
.widget-side-navigation .widget-body ul>li:hover{
    background: #e7e7e7;
}
.widget-side-navigation .widget-body ul>li ul li:hover{
    background: #f7f7f7;
}
.widget-side-navigation .widget-body>ul>li>a{
    color: inherit;
    margin-right: 50px;
    font-size: 1.1em;
    padding-left: 30px;
}
.widget-side-navigation .widget-body>ul>li>div{
    border-top: solid 1px #e7e7e7;
    background: #fff;
}
.widget-side-navigation .widget-body>ul>li>div>ul>li>a{
    padding-left: 30px;
}
.widget-side-navigation .widget-body>ul>li>div>ul>li>ul>li>a{
    padding-left: 45px;
}
.widget-side-navigation .widget-body>ul>li>div>ul>li>ul>li>ul>li>a{
    padding-left: 60px;
}
/** Page */
.widget-page-item .page-item-preview .page-preface .page-extract{
    margin: 30px 30px 0 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e7e7e7;
    font-weight: bold;
}
.widget-page-item .page-item-preview .page-body .page-content{
    padding: 30px;
}

/** Map **/


/** Contact form **/
.widget-contact-form form{
    max-width: 600px;
    margin: auto;
    padding: 80px 30px;
}
.widget-contact-form form textarea{
    min-height: 200px;
}
.widget-contact-form form #form_contact_contact,
.widget-contact-form form #form_contact_phone,
.widget-contact-form form #form_contact_name{
    max-width: 200px;
}
/* Responsive */
@media (min-width: 992px) {
    .widget-item .widget-container,
    .widget-side .widget-container{
        border: solid 1px #ddd;
        box-shadow: 0 0 10px -5px #999;
        border-radius: 3px;
    }
    /* Article standard */
    .widget-article-standard .article-preview.article-empty-preview,
    .widget-article-standard .article-preview.article-standard-preview{
        border: solid 1px #ddd;
        box-shadow: 0 0 10px -5px #999;
        border-radius: 3px;
    }
    /* Article side */
    .widget-article-standard.widget-side .widget-footer{
        background: #ccc;
        padding: 0;
        margin-top: 0;
    }
    .widget-article-standard.widget-side  .widget-footer button{
        width: 50%;
        padding: 5px;
        float: left;
    }
    .widget-article-standard.widget-side .widget-header{
    }
    .widget-article-standard.widget-side .widget-body{
        margin-bottom: 0;
        height: 435px;
        overflow: hidden;
        background: #e7e7e7 !important;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview{
        padding: 10px;
        height: 109px;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content{
        padding-left: 0;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content .article-title h3{
        max-height: 50px;
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 1.1em;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content i{
        width: 15px;
        font-size: 0.8em;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content a.article-category{
        font-size: 1em;
        height: 25px;
        overflow: hidden;
        padding: 0;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content .article-date,
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content a{
        padding: 0 5px;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content .article-date{
        text-align: left;
        margin-top: 0;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-image{
        display: inline-block;
        max-width: 120px;
        margin-right: 20px;
        border: solid 1px #e7e7e7;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content .article-extract,
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-content .article-promoted,
    .widget-article-standard.widget-side .article-preview.article-standard-preview .article-action{
        display: none;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview,
    .widget-article-standard.widget-side .article-preview.article-standard-preview.article-standard-promoted{
        background: #fff;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview{
        border-bottom: solid 1px #e7e7e7;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview:last-child{
        border-bottom: none;
    }
    .widget-article-standard.widget-side .widget-separator{
        margin: 0;
        height: 0;
        display: none;
    }
    /* Agenda standard */
    .widget-agenda-activity-standard .agenda-preview.agenda-empty-preview,
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview{
        border: solid 1px #ddd;
        box-shadow: 0 0 10px -5px #999;
        border-radius: 3px;
    }
    /* Agenda side */
    .widget-agenda-activity-standard.widget-side .widget-footer{
        background: #ccc;
        padding: 0;
        margin-top: 0;
    }
    .widget-agenda-activity-standard.widget-side  .widget-footer button{
        width: 50%;
        padding: 5px;
        float: left;
    }
    .widget-agenda-activity-standard.widget-side .widget-header{
    }
    .widget-agenda-activity-standard.widget-side .widget-body{
        margin-bottom: 0;
        height: 435px;
        overflow: hidden;
        background: #e7e7e7 !important;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview{
        padding: 10px;
        height: 109px;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content{
        padding-left: 0;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content .agenda-title h3{
        height: 30px;
        font-size: 1.1em;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content i{
        width: 15px;
        font-size: 0.8em;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content a.agenda-category{
        font-size: 1em;
        height: 25px;
        overflow: hidden;
        padding: 0;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content .agenda-date,
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content a{
        padding: 0 5px;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content .agenda-date{
        text-align: left;
        margin-top: 5px;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-image{
        display: inline-block;
        max-width: 120px;
        margin-right: 20px;
        border: solid 1px #e7e7e7;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content .agenda-extract,
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-content .agenda-promoted,
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview .agenda-action{
        display: none;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview,
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview.agenda-standard-promoted{
        background: #fff;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview{
        border-bottom: solid 1px #e7e7e7;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview:last-child{
        border-bottom: none;
    }
    .widget-agenda-activity-standard.widget-side .widget-separator{
        margin: 0;
        height: 0;
        display: none;
    }

    /* Widget main */
    .widget-main .widget-header{
        position: relative;
        background: #fff;
        padding: 30px 0;
        color: #5f7c8a;
        border-bottom: solid 1px #e7e7e7;
    }
    .widget-main .widget-header h3{
        margin: 0;
        letter-spacing: -1px;
    }
    /* Article main */
    .widget-article-promoted.widget-main .widget-header{
        margin-bottom: 30px;
        display: none;
    }
    /* Agenda main */
    .widget-agenda-activity-promoted.widget-main .widget-header{
        margin-bottom: 30px;
        display: none;
    }
}
@media (max-width: 991px) {
    .widget-body img{
        height: auto;
        max-width: 100%;
    }

    /* Article side */
    .widget-article-standard.widget-side .widget-footer{
        display: none;
    }
    .widget-article-standard.widget-side .article-preview.article-standard-preview{
        padding: 10px;
    }
    /* Agenda side */
    .widget-agenda-activity-standard.widget-side .widget-footer{
        display: none;
    }
    .widget-agenda-activity-standard.widget-side .agenda-preview.agenda-standard-preview{
        padding: 10px;
    }
    /* Article main */
    .widget-article-promoted.widget-main .widget-header{
        display: none;
    }
    /* Agenda main */
    .widget-agenda-activity-promoted.widget-main .widget-header{
        display: none;
    }
    /* Widget */
    .widget-agenda-activity-standard .widget-separator,
    .widget-article-standard .widget-separator{
        margin: 0;
        background: #e7e7e7;
    }
    .widget-main .widget-header,
    .widget-side .widget-header{
        margin-bottom: 0;
    }

    /** Zoom **/
    .widget-zoom .widget-body{
        height: 375px;
    }
    .widget-zoom{
        padding-right: 7px;
    }
    /** Quick access **/
    .widget-quick-access{
        padding-left: 7px;
    }
    .widget-quick-access .widget-body{
        height: 375px;
    }
    .widget-quick-access .widget-body ul li a{
        height: 75px;
        padding: 27px 15px;
    }
    /** Icon **/
    .widget-icon{
        margin-top: 0;
    }
    /** Link **/
    .widget-link a{
        width: 32%;
    }

    /** Article **/
    .widget-article-search{
        display: none;
    }
    /* Article standard */
    .widget-article-standard.widget-side .widget-body{
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    .widget-article-standard .widget-body{
        border: solid 1px #ddd;
        box-shadow: 0 0 10px -5px #999;
        border-radius: 3px;
        overflow: hidden;
    }
    /** Agenda **/
    .widget-agenda-activity-filter,
    .widget-agenda-activity-search{
        display: none;
    }
    /* Agenda standard */
    .widget-agenda-activity-standard.widget-side .widget-body{
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    .widget-agenda-activity-standard .widget-body{
        border: solid 1px #ddd;
        box-shadow: 0 0 10px -5px #999;
        border-radius: 3px;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .widget-separator{
        margin-bottom: 0;
    }

    /** Gallery **/
    .widget-animated-gallery .widget-body{
        margin-bottom: 0 !important;
    }
    /** Zoom **/
    .widget-zoom{
        padding-right: 0;
    }
    .widget-zoom .widget-body{
        height: auto;
    }
    /** Quick access **/
    .widget-quick-access{
        padding-left: 0;
    }
    .widget-quick-access .widget-body{
        margin-bottom: 0 !important;
    }
    .widget-quick-access .widget-body ul li a{

    }
    /** Link **/
    .widget-link a{
        width: 49%;
    }

    /* Article standard */
    .widget-article-standard .article-preview.article-standard-preview .article-image{
        width: 30%;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content{
        padding-left: 30%;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content .article-title h3 i{
        width: 15px;
        font-size: 0.9em;
    }

    /* Article promoted */
    .widget-article-promoted .article-preview.article-promoted-preview .article-content h3{
        font-size: 1.2em;
        line-height: 20px;
        height: 40px;
    }
    .widget-article-promoted .widget-col-left{
        padding-right: 22.5px;
    }
    .widget-article-promoted .widget-col-right{
        padding-left: 22.5px;
    }

    /* Article item */
    .widget-article-item .article-preview.article-item-preview .article-preface .article-date,
    .widget-article-item .article-preview.article-item-preview .article-preface .article-extract,
    .widget-article-item .article-preview.article-item-preview .article-preface .article-category{
        margin-left: 0;
    }
    .widget-article-item .article-preview.article-item-preview .article-body .article-contact,
    .widget-article-item .article-preview.article-item-preview .article-body .article-content{
        margin-right: 0;
    }

    /* Agenda standard */
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-image{
        width: 30%;
    }
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content{
        padding-left: 30%;
    }
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content .agenda-title h3 i{
        width: 15px;
        font-size: 0.9em;
    }

    /* Agenda promoted */
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content h3{
        font-size: 1.2em;
        line-height: 20px;
        height: 40px;
    }
    .widget-agenda-activity-promoted .widget-col-left{
        padding-right: 22.5px;
    }
    .widget-agenda-activity-promoted .widget-col-right{
        padding-left: 22.5px;
    }

    /* Agenda item */
    .widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-date,
    .widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-extract,
    .widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-preface .agenda-category{
        margin-left: 0;
    }
    .widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-contact,
    .widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-content{
        margin-right: 0;
    }
}
@media (max-width: 650px) {
    /* Article promoted */
    .widget-article-promoted .article-preview.article-promoted-preview .article-content h3{
        font-size: 1em;
        margin: 10px 0;
        height: 20px;
    }
    .widget-article-promoted .article-preview.article-promoted-preview .article-content .article-action a{
        padding: 5px 10px;
    }
    /* Agenda promoted */
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content h3{
        font-size: 1em;
        margin: 10px 0;
        height: 20px;
    }
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-action a{
        padding: 5px 10px;
    }
}
@media (max-width: 550px) {
    /** Icon **/
    .widget-icon .widget-icon-item{
        width: 50%;
    }
    /* Article promoted */
    .widget-article-promoted .article-preview.article-promoted-preview .article-content h3{
        height: 40px;
    }
    .widget-article-promoted .article-preview.article-promoted-preview .article-content .article-action a{
        display: none;
    }
    /* Agenda promoted */
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content h3{
        height: 40px;
    }
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content .agenda-action a{
        display: none;
    }
}
@media (max-width: 480px) {
    /** Gallery */
    .widget-animated-gallery .widget-body, .widget-animated-gallery .widget-body .carousel, .widget-animated-gallery .widget-body .carousel .carousel-inner, .widget-animated-gallery .widget-body .carousel .carousel-inner .item{
        border-radius: 0;
    }

    .widget-side .widget-header{
        border-radius: 0;
    }
    .widget-item .widget-container,
    .widget-side .widget-container{
        border: solid 1px #ddd;
        box-shadow: 0 0 10px -5px #999;
        border-radius: 0;
    }
    /** Icon **/
    .widget-icon .widget-icon-container{
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }
    .widget-icon .widget-icon-container .widget-icon-item{
        padding-left: 0.5px;
        padding-right: 0.5px;
        height: auto;
    }
    .widget-icon .widget-icon-title{
        display: none;
    }
    .widget-icon .widget-icon-link{
        height: auto;
        padding: 0;
        border-radius: 0;
    }
    .widget-icon .widget-icon-image{
        padding: 15px;
        font-size: 1.5em;
        height: auto;
    }
    .widget-link-image{
        line-height: normal;
        vertical-align: middle;
        width: 50px;
        display: inline-block;
    }
    .widget-link a{
        width: 100%;
        max-width: 200px;
        padding: 5px 15px;
        vertical-align: middle;
        text-align: left;
    }
    .widget-link a span{
        display: inline-block;
        width: 115px;
        vertical-align: middle;
    }
    .widget-link a img{
        width: 50px;
        display: inline-block;
    }
    /* Article standard */
    .widget-article-standard.widget-side .article-preview.article-standard-preview{
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    .widget-article-standard .widget-body{
        border: solid 1px #ddd;
        box-shadow: 0 0 10px -5px #999;
        border-radius: 3px;
    }
    .widget-article-standard.widget-side .widget-body{
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    .widget-article-standard .article-preview.article-standard-preview{
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content .article-promoted,
    .widget-article-standard .article-preview.article-standard-preview .article-action{
        display: none;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content .article-extract{
        font-size: 0.9em;
        margin-bottom: 5px;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content h3{
        font-size: 1.1em;
        height: auto;
        line-height: 20px;
        padding: 0 2px;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content a{
        padding-right: 0;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content a.article-category{
        font-size: 1em;
        padding: 2px 15px 2px 30px;
    }
    .widget-article-standard .article-preview.article-standard-preview .article-content .article-date{
        padding-top: 2px;
        padding-bottom: 2px;
    }
    /* Article promoted */
    .widget-article-promoted .widget-separator{
        display: none;
    }
    .widget-article-promoted .widget-col-left{
        padding-right: 15px;
    }
    .widget-article-promoted .widget-col-right{
        padding-left: 15px;
    }
    .widget-article-promoted .article-preview.article-promoted-preview{
        border-radius: 0;
    }
    .widget-article-promoted .article-preview.article-promoted-preview .article-image{
        border-radius: 0;
    }
    .widget-article-promoted .article-preview.article-promoted-preview .article-content{
        border-radius: 0;
    }
    .widget-article-promoted .article-preview.article-promoted-preview .article-content a.article-category{
        display: none;
    }
    .widget-article-promoted .article-preview.article-promoted-preview .article-image a.article-title{
        display: none;
    }

    /* Agenda standard */
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content .agenda-promoted,
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-action{
        display: none;
    }
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content .agenda-extract {
        font-size: 0.9em;
        margin-bottom: 5px;
    }
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content h3{
        font-size: 1.1em;
        height: auto;
        line-height: 20px;
        padding: 0 2px;
    }
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content a{
        padding-right: 0;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content a.agenda-category{
        font-size: 1em;
        padding: 2px 15px 2px 30px;
    }
    .widget-agenda-activity-standard .agenda-preview.agenda-standard-preview .agenda-content .agenda-date{
        padding-top: 2px;
        padding-bottom: 2px;
    }
    /* Agenda promoted */
    .widget-agenda-activity-promoted .widget-separator{
        display: none;
    }
    .widget-agenda-activity-promoted .widget-col-left{
        padding-right: 15px;
    }
    .widget-agenda-activity-promoted .widget-col-right{
        padding-left: 15px;
    }
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview{
        border-radius: 0;
    }
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-image{
        border-radius: 0;
    }
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content{
        border-radius: 0;
    }
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-content a.agenda-category{
        display: none;
    }
    .widget-agenda-activity-promoted .agenda-preview.agenda-promoted-preview .agenda-image a.agenda-title{
        display: none;
    }

    /** Agenda Item **/
    .widget-agenda-activity-item .agenda-preview.agenda-item-preview .agenda-body .agenda-contact .agenda-contact-header span{
        display: none;
    }

    .widget-main .widget-header h3, .widget-side .widget-header h3{
        font-size: 1.1em;
    }
    .widget-main .widget-header, .widget-side .widget-header{
        margin-bottom: 0;
        padding: 15px;
    }
    .widget-agenda-activity-standard .widget-separator,
    .widget-article-standard .widget-separator{
        margin: 0;
        background: #e7e7e7;
    }

    .widget-animated-gallery{
        margin-bottom: 15px;
    }
    .widget-icon.widget-container{
        margin-bottom: 0;
    }
}