* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

ul {
    list-style: circle;
    margin: 0 0 1.75em 2.8em;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

a,
a img,
input,
.featured-post .byline {
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.featured-wrapper {
    float: right;
    margin-bottom: 30px;
    /* width: 79.78723404255319%; */
    /* 750 / 940 = 0.79787234042553 */
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#featured-content {
    position: relative;
    margin-bottom: 20px;
    /* height: 500px !important; */
    overflow: hidden;
}

.featured-post {
    position: relative !important;
    overflow: hidden;
    float: left;
}

.slider-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    color: #fff;
    background-color: rgba(128, 128, 128, .5);
    font-size: 1em;
    z-index: 9;
    cursor: pointer;
}

.slider-nav img {
    width: 80%;
    height: 80%;
}

#slider-prev {
    left: 0;
    background-position: 7px -21px;
}

#slider-next {
    right: 0;
    background-position: 7px 11px;
}

.slider-nav:hover {
    background-color: rgba(128, 128, 128, .8);
}

#slider-nav {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#slide-thumbs {
    width: 100%;
    height: 150px;
    margin: 0;
}

#slider-nav li {
    float: left;
    list-style: none;
    width: 14.66666666666667%;
    /* 110 / 750 = 0.1466666666666667 */
    margin: 0 2% 0 0px;
    /* 18 / 750 = 0.024 */
}

#slider-nav li a,
#slider-nav li a:visited {
    border-bottom: none;
    padding: 0;
}

#slider-nav li.last {
    margin-right: 0;
}

#slider-nav li img {
    max-width: 100%;
    height: 125px;
}

.activeSlide img {
    opacity: 0.3!important;
}

.activeSlide a:hover,
#slider-nav li a:hover {
    border-bottom: none!important;
    text-decoration: none
}