﻿.introduction { background: #1f232c; text-align: center; padding-top: 80px; overflow: hidden; margin-bottom: 40px; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.introduction h2 { font-family: Open Sans, Arial, Helvetica, sans-serif; font-size: 32px; color: #fff; }
.introduction header p { margin: 0 auto; text-align: center; font-weight: 400; color: #4f5974; font-size: 14px; }
.introduction .small-desc { font-weight: 100; font-size: 20px; color: #aaa; }
.introduction .long-desc { width: 70%; }
.introduction .footer-introduction { color: #888; background-color: #f5f5f5; border-radius: 3px; padding: 0 15px; }
.introduction .footer-introduction p { margin: 0; line-height: 40px; }
.introduction footer a { }
.introduction .footer-introduction a:hover { color: #c22818; }
.introduction .hero-links { margin-top: 30px; }
.introduction .hero-links a { border: 1px solid #545e79; padding: 0 30px; line-height: 35px; margin: 0 3px; color: #4f5974; text-decoration: none; display: inline-block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 130px; outline: none !important; }
.introduction .hero-links a:hover { color: #fff; background: #d53e2e; border-color: #d53e2e; }
/*[HERO]*/
.hero { margin-top: 80px; overflow: hidden; }
.hero a { outline: none !important; }
.hero-desktop { width: 1280px; max-width: 100%; margin: 0 auto; box-shadow: 0 0 25px rgba(0,0,0,0.2); }

@media only screen and (max-width : 1290px) {
    .hero { padding: 0 40px; }
}
/*[CONTENT_HOME]*/
.box-well { background-color: #fff; -moz-transition: all ease .3s; -o-transition: all ease .3s; -webkit-transition: all ease .3s; transition: all ease .3s; }
.box-well h3 { text-transform: uppercase; padding-bottom: 5px; border-bottom: 1px solid #eee; margin-bottom: 18px; }
.about-be { line-height: 23px; padding-right: 50px; }
.post-list .post { margin-bottom: 10.5px; border-bottom: 1px solid #eee; padding-bottom: 10.5px; }
.post-list .post:last-child { }
.post-list .post-header .post-title { line-height: 22px; font-size: 20px; margin: 0 0 5px; }
.post-list .post-header .post-title a { color: #d53e2e; font-size: 14px; text-decoration: none; -moz-transition: all ease .5s; -o-transition: all ease .5s; -webkit-transition: all ease .5s; transition: all ease .5s; font-weight: 400; font-family: "Open Sans"; }
.post-list .post:hover .post-header .post-title a { color: #c22818; }
.post-list .post-info, .post-list .post-info a { color: #aaa; font-size: 12px; }
.post-list .post .post-body { display: none; }
.post-list .post-info { height: 15px; }
.post-list .post-info i { margin-right: 4px; display: none; }
.post-list .post-info span { padding: 0; margin-right: 8px; display: inline-block; height: 10px; line-height: 10px; float: left; border-right: 2px solid #ccc; padding-right: 8px; }
.post-list .post-info span:last-child { border: none; }
.post-list .post-info .post-author { display: none; }
.post-list .post-info .post-comment-link { float: left !important; padding: 0; padding-right: 8px; margin-right: 5px; display: inline-block; height: 10px; line-height: 10px; }
.post-list #PostPager { display: none; }
.shareblogengine { margin: 25px 0 0 !important; padding: 0; padding: 15px 0 10px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
/*[RESPONSIVE]*/

@media screen and (max-width:1200px) {
    .social-network li a { font-size: 11px !important; }
}

@media screen and (max-width:992px) {
    .about-be { padding-right: 0; }
    .carousel .item img { max-width: 90% !important; }
    .introduction .long-desc { width: 90%; }
    .social-network { border: none; background-color: #eee; padding: 15px 4%; border-radius: 3px; margin-bottom: 30px !important; }
    .introduction footer { }
    .content-home .col-md-5, .content-home .col-md-7 { padding-right: 15px; padding-left: 15px; }
}

@media screen and (max-width:480px) {
    .social-network li { float: none; width: 100%; margin-bottom: 10px; }
    .social-network li:last-child { margin: 0; }
}

@media screen and (max-width:360px) {
    .post-info { display: none; }
    .post { border-bottom: 1px solid #eee !important; padding: 0 !important; margin: 0 !important; }
    .post-list .post-header .post-title { line-height: 40px !important; margin-bottom: 0; }
}
