﻿#article-details {
    padding-top: 10px;
    font-weight: 300;
    padding-bottom: 10px;
}
   

#article-details .single-article .post-title {
    margin-bottom: 15px;
}

    #article-details .single-article .post-title h2 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 36px;
        font-size: 24px;
        color: #000000;
        font-weight: bold;
    }

#article-details .single-article .post-author time {
    color: #999999;
}

#article-details .single-article .post-body {
    color: #333333;
    padding-bottom: 35px;
    padding-top: 30px;
    line-height: 40px;
    font-size: 16px;
}

    #article-details .single-article .post-body p {
        line-height: 30px;
        font-size: 16px;
        text-indent: 2em;
    }

    #article-details .single-article .post-body h3 {
        line-height: 36px;
        font-size: 18px;
        font-weight: bold;
    }

    #article-details .single-article .post-body h4 {
        line-height: 36px;
        font-size: 16px;
        font-weight: bold;
        text-indent: 2em;
    }

    #article-details .single-article .post-body p img {
        text-align: center;
        width: 100%;
    }

.section-resolution
{
    padding-top:50px;
}
.single-resolution {
    cursor: pointer;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #c5d8db;
}

.resolution-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .resolution-thumb img {
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.single-resolution a {
    text-decoration: none;
}

.single-resolution:hover {
    box-shadow: 0 0 10px #eee, 0 0 10px #eee, 0 0 10px #eee, 0 0 10px #eee, 0 0 10px #eee;
}

    .single-resolution:hover .resolution-thumb img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.resolution-content {
    height: 70px;
    text-align: center;
    background-color: #f5f7f7;
    display: table;
    width: 100%;
}

    .resolution-content .title {
        font-size: 16px;
        margin: 0 auto;
        padding: 0;
        vertical-align: middle;
        display: table-cell;
        letter-spacing: 1px;
        /*-webkit-box-sizing:none;
  -moz-box-sizing: none;
  -ms-box-sizing: none;
  -o-box-sizing: none;
  box-sizing: none;*/
    }


.single-resolution:hover .resolution-content {
    /*background-color: #4178be;*/
}

    .single-resolution:hover .resolution-content .title {
        /*color:#fff;*/
    }

.single-case {
    margin: 20px 0 0 0;
    border: 1px solid #e9e9e9;
    height: 210px;
    overflow: hidden;
    padding: 20px;
    font-weight: 300;
    cursor: pointer;
}
.case-timer {
    width: 160px;
    height: 170px;
    text-align: center;
    color: #666666;
    padding: 20px 0;
    float: left;
}

    .case-timer .day {
        font-size: 90px;
        line-height: 90px;
        display: block;
    }

    .case-timer .date {
        font-size: 18px;
        line-height: 36px;
        display: block;
    }

.case-thumb {
    width: 250px;
    height: 170px;
    float: left;
    margin-left: 10px;
    margin-right: 40px;
}

    .case-thumb img {
        width: 100%;
        height: 100%;
    }
.case-content {
    display: table-cell;
}

    .case-content .title {
        padding: 0;
        margin: 20px 0 20px 0;
        font-size: 20px;
        letter-spacing: 1px;
        color: #3a3a3a;
        position: relative;
        display: inline-block;
    }

        .case-content .title:before {
            position: absolute;
            bottom: -10px;
            left: 0;
            z-index: 0;
            content: "";
            width: 90px;
            height: 4px;
            background: #000;
        }

        .case-content .title:after {
            position: absolute;
            bottom: -10px;
            left: 45px;
            z-index: 0;
            content: "";
            width: 0;
            height: 4px;
            background: #4178be;
            -moz-transition: width 300ms ease-in-out,left 300ms ease-in-out;
            -o-transition: width 300ms ease-in-out,left 300ms ease-in-out;
            -webkit-transition: width 300ms ease-in-out,left 300ms ease-in-out;
            transition: width 300ms ease-in-out,left 300ms ease-in-out;
        }
.single-case:hover .case-content .title:after {
    left: 0;
    width: 90px;
}

.case-content .description {
    font-size: 14px;
    line-height: 24px;
    color: #3a3a3a;
}

/*.case-content .bottom-separator{
	margin: 5px 0 15px;
	height: 5px;
	background-color: #666666;
	width: 90px;
}*/
.single-case:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

    .single-case:hover .case-content .title {
        color: #4178be;
    }