/* ----- Slider ----- */
.flexslider{margin-top:45px;margin-bottom:55px;border:6px solid #fff;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:0 5px 15px 0 rgba(0,0,0,.05),0 -5px 15px 0 rgba(0,0,0,.05);-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,.05),0 -5px 15px 0 rgba(0,0,0,.05);box-shadow:0 5px 15px 0 rgba(0,0,0,.05),0 -5px 15px 0 rgba(0,0,0,.05);}
.flex-caption {position:absolute;bottom:20px;max-width:920px;padding:10px 20px;margin:0;background:#1d1d1d;/* browsers that don't support rgba */background:rgba(0, 0, 0, .7);font-size:14px;line-height:24px;color:#eaeaea;text-align:left;font-style:italic;}
.entry .entry-preview {
    margin: 0px 0;
}
.entry .entry-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    color:#3ea3f9;
}
h1:after {
    content: "";
    border-bottom: 2px solid #6f6f6f;
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.h3, h3 {
    font-size: 24px;
    text-align: center;
    color:#3ea3f9;
}
h3:after {
    content: "";
    border-bottom: 2px solid #6f6f6f;
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.entry .entry-content ol, .entry .entry-content ul {
    padding-left: 0em;
    margin-bottom: 0px;
    list-style-position: outside;
}

.article {
border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05),0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    padding:15px;
}
.main-full {
    padding: 5px 0;
    width: auto;
    float: none!important;
}
