html { height: 100%; }
body { height: 100%; background: #080808; font-family: 'Open Sans'; font-size: 14px; line-height: 22px; color: #fff; overflow-x: hidden; }
.inner { max-width: 100%; padding: 0 15px; margin: 0 auto; position: relative; }
.container { position: relative; }
.container-small { position: relative; width: 640px; margin: 0 auto; max-width: 100%; }
a { cursor: pointer; }
a:hover { text-decoration: none; }
p { margin: 0 0 20px 0; }
img { max-width: 100%; display: block; }
ul { list-style: none; margin: 0; padding: 0; }
.left { float: left !important; }
.right { float: right !important; }
.fake-table { display: table; height: 100%; width: 100%; }
.fake-table-cell { height: 100%; display: table-cell; vertical-align: middle; text-align: center; }
.img-nest { position: relative; display: block; }
input, textarea { outline: none; border: none; }
.fixed { position: fixed; top: 0; }

#blog-details {
    background: #fff;
    color: #535353;
}

#blog-details.show .layout {
    opacity: 1;
}

#blog-details span.sep {
    display: block;
    margin: 0 auto 40px auto;
    width: 128px;
    height: 1px;
    background: #535353;
}

#blog-details span.sep.short {
    margin: 35px auto;
    width: 48px;
    background: #dddddd;
}

#blog-details div.info img.aligncenter {
    margin: 0 auto;
}

#blog-details div.other {
    font-size: 0;
    text-align: center;
}

#blog-details div.other div.row > div {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#blog-details div.other span.sep {
    margin: 0 auto 50px auto;
}

#blog-details div.other img {
    height: auto;
    margin: 0 auto 20px auto;
}

#blog-details div.other a span.sep {
    width: 56px;
    background: #e0e0e0;
    margin: 0 auto 10px auto;
}

#blog-details div.other a:hover h4 {
    text-decoration: underline;
}

#blog-details div.other h3 {
    font-size: 14px;
    line-height: 110%;
    color: #535353;
    font-weight: 500;
    margin: 0 0 25px 0;
}

#blog-details div.other h4 {
    font-size: 18px;
    font-weight: 600;
    color: #6e6e6e;
    margin: 0 0 5px 0;
}

#blog-details div.other h5 {
    font-size: 12px;
    font-weight: 500;
    color: #bab9b9;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#blog-details div.other p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #6e6e6e;
    padding: 0 25px;
    margin: 0 0 50px 0;
}


/* TOP */
div.top {
    position: relative;
    background-color: #323a45;
    overflow: hidden;
    height: 600px;
}

div.top .img-nest {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
}

div.top .img-nest img {
    opacity: 0;
    visibility: hidden;
}


/* INFO */
div.info {
    text-align: center;
    padding: 53px 0;
}

div.info div.cont h1 {
    font-size: 18px;
    line-height: 26px;
    max-width: none;
}

div.info h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #535353;
    margin: 0 auto 20px auto;
    max-width: 50%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

div.info h2 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: left;
}

div.info p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 0 30px 0;
    text-align: left;
}

div.info p a {
    color: #9fc8bd;
    font-weight: 300;
    text-decoration: underline;
}

div.info a {
    color: #c8c8c8;
}

div.info h3 {
    font-size: 18px;
    font-weight: 300;
    display: inline;
    text-align: left;
}

div.info h3 a {
    color: #9fc8bd;
    font-weight: 300;
    text-decoration: underline;
}

div.info ul {
    margin: 0 0 30px 30px;
}

div.info ul li {
    position: relative;
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
    text-align: left;
    padding: 0 0 0 25px;
}

div.info ul li:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #b7b7b7;
}

div.info ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 50px;
}

div.info ol li {
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
    text-align: left;
}

div.info a {
    text-decoration: underline;
}

div.info blockquote {
    line-height: 36px;
    color: #535353;
    font-style: italic;
    font-weight: 300;
    max-width: 390px;
    padding: 55px 50px 0 50px;
    margin: 0 0 30px 50px;
    float: right;
    text-align: left;
    border-left: 4px solid transparent;
    background: url("../images/icon-quote.png") no-repeat 55px 15px;
}

div.info blockquote p {
    font-size: 24px;
    margin: 0 0 15px 0;
}

div.info div.tags {
    display: inline-block;
    text-align: center;
    color: rgba(83, 83, 83, 0.5);
    padding: 0 0 0 37px;
    margin: 0 0 40px 0;
    background: url("../images/icon-tags.png") no-repeat 0 50%;
}

div.info div.tags h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(83, 83, 83, 0.5);
    font-style: italic;
}

div.info div.tags h2 a {
    text-decoration: none;
}

div.info div.tags h2 a:hover {
    text-decoration: underline;
}

div.info div.tags span {
    float: left;
    margin: 0 3px 0 0;
}

div.info div.addthis_sharing_toolbox {
    margin: 0 0 10px 0;
}

div.info a.dis-btn {
    display: block;
    height: 54px;
    border: 1px solid;
    font-size: 18px;
    line-height: 52px;
    background: none;
    width: 351px;
    max-width: 100%;
    margin: 0 auto 56px auto;
    text-decoration: none;
    cursor: default;
}


/* BOTTOM */
div#bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 47px 0;
    background: #f3f3f3;
}

div#bottom div.links {
    display: none;
    position: relative;
    padding: 55px 0;
    text-align: left;
}

div#bottom div.links a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
    text-decoration: underline;
}

div#bottom p {
    display: inline-block;
    font-size: 30px;
    line-height: 54px;
    color: #9fc8bd;
    font-style: normal;
    font-weight: 300;
    margin: 0 40px 0 0;
}

div#bottom a.cta-btn {
    display: inline-block;
    font-size: 18px;
    line-height: 54px;
    color: #fff !important;
    padding: 0 73px;
    background: #9fc8bd;
}


/* BUTTONS */
.btn {
    display: inline-block;
    width: 253px;
    line-height: 52px;
    height: 54px;
    text-align: center;
    font-size: 18px;
}

.btn.white {
    color: #fff;
    background: none;
    border: 1px solid #fff;
}

.btn.white:hover {
    color: #797266;
    background: #fff;
}

.btn.yellow {
    border: 1px solid #ede982;
    color: #ede982;
}

.btn.yellow:hover {
    background: #ede982;
    color: #000;
}

.btn.green {
    border: 1px solid #4cc992;
    color: #4cc992;
}

.btn.green:hover {
    background: #4cc992;
    color: #000;
}

.btn.light-green {
    border: 1px solid #a3d39c;
    color: #a3d39c;
}

.btn.light-green:hover {
    background: #a3d39c;
    color: #000;
}

.btn.red {
    border: 1px solid #de466a;
    color: #de466a;
}

.btn.red:hover {
    background: #de466a;
    color: #000;
}

.btn.blue {
    border: 1px solid #8bc9ca;
    color: #8bc9ca;
}

.btn.blue:hover {
    background: #8bc9ca;
    color: #000;
}


/* MEDIA QUERRIES */
@media (max-width: 479px) {
    div.container {
        padding: 0 15px;
    }
    div.top {
        height: 250px;
    }
    div#bottom {
        padding: 25px 0;
    }
    div#bottom p {
        margin: 0;
    }
}