/* Blog page */
#main .article-list .article-list-item{
  width: 340px;
  list-style: none;
  display: inline-block;
  border-bottom: 10px solid #d6d7d9;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
#main .article-list-item.odd{
  float: right;
}
#main .article-list-item h2{
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  color: #58585a;
}
#main .article-list-item .article-list-item-title{
  padding: 10px 0 0 10px;
  position: relative;
  background: #fff;
}
#main .article-list-item .article-list-item-title span{
  color: rgb(102,102,102);
  height: 35px;
  display: none;
  overflow: hidden;
}
#main .article-list-item a:hover{
  text-decoration: none;
}
#main .article-list-item:hover{
  border-color: #005596;
  text-decoration: none;
}
#main .article-list-item:hover .article-list-item-title span{
  display: block;
}
#main .article-list-item:hover .article-list-item-title{
  margin-top: -35px;
}
#main .article-list-item:hover h2{
  color: #005596;
}
#main .article-list-item img{
  width: 100%;
  height: 180px;
}
#main a.load-more{
  text-transform: capitalize;
  float: right;
  margin: 0 0 20px;
}
#main a.load-more.left{
  float: left;
}
/*right column blog page*/
#right-column .tabs .ui-tabs-hide{
  display: none;
}
#right-column .tabs .tabs-navi{
  margin: 0 -5px;
}
#right-column .tabs .tabs-navi li{
  display: inline-block;
  list-style: none;
  background: #ededed;
  padding: 2px 5px;
  width: 64px;
}
#right-column .tabs .tabs-navi li a{
  color: #a1a1a1;
  font-weight: bold;
}
#right-column .tabs .tabs-navi li.ui-state-active{
  background: #fff;
}
#right-column .tabs .tabs-navi li.ui-state-active a{
  color: #333;
}
#right-column .tabs .top-article-list-item{
  padding: 10px 0;
  width: 100%;
  float: left;
  border-bottom: 1px dashed #ebebeb;
}
#right-column .tabs .top-article-list-item:last-child{
  border: none;
}
#right-column .tabs .top-article-list-item .title{
  width: 165px;
  float: left;
  color: #005494;
}
#right-column .tabs .top-article-list-item .ordinal-number{
  height: 25px;
  width: 25px;
  background: #005494;
  display: inline-block;
  line-height: 25px;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top:7px;
}
#right-column .rc-box.blog-newsletter .text + .text{
  padding-top: 0;
  margin-top: 5px;
}
#right-column .blog-videos .image{
  padding: 14px 0 10px;
  border-bottom: 1px dotted #eee
}
#right-column .blog-videos .image:last-child{
  border-bottom: none;
}
#right-column .image .play{
  top: 62px;
}
#right-column .social-links.blog a{
  background: none;
  height: auto;
}
#right-column .rc-social .blog a{
  text-indent: 0;
}
/*blog post page*/
.video-container,
.image-container{
  margin: 0 0 20px;
}
.image-container img{
  width: 100%;
}
.blog-post blockquote{
  width: 220px;
  float: right;
  border-top: 10px solid #D8D8D8;
  border-bottom: 10px solid #D8D8D8;
  padding: 20px 0 20px 10px;
  margin: 0 0 15px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;
  line-height: 1.2em;
}
.image-carousel{
  border-top: 10px solid #D8D8D8;
  border-bottom: 10px solid #D8D8D8;
  padding: 10px 0;
  margin: 0 0 30px;
}
.article-info{
  margin: 40px 0 43px;
  padding: 0 0 20px;
  border-bottom: 10px solid #D8D8D8;
  float: left;
  width: 100%;
}
.article-author{
  width: 50%;
  float: left;
}
.article-author-name{
  font-weight: bold;
  font-size: 14px;
  margin: 12px 0 0 0;
  display: block;
  color: #333;
}
.article-author a img{
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.article-author-info{
  float: left;
}
.article-social-share{
  padding: 10px 15px;
  background: #EEEEEE;
  float: right;
}
.article-social-share h3{
  padding:0 0 10px;
  border-bottom: 1px solid #979797;
  margin: 0 0 10px;
}
.article-social-share > a{
  height: 24px;
  width: 24px;
  display: inline-block;
  float: left;
  margin: 0 31px 0 0;
}
.article-social-share > a:last-child{
  margin: 0;
}
a.share-facebook{
  background: url('../img/blog/facebook-inactive.png') no-repeat;
}
a.share-facebook:hover{
  background: url('../img/blog/facebook-active.png') no-repeat;
}
a.share-twitter{
  background: url('../img/blog/twitter-inactive.png') no-repeat center center;
}
a.share-twitter:hover{
  background: url('../img/blog/twitter-active.png') no-repeat center center;
}
a.share-gplus{
  background: url('../img/blog/gplus-inactive.png') no-repeat center center;
}
a.share-gplus:hover{
  background: url('../img/blog/gplus-active.png') no-repeat center center;
}
a.share-xing{
  background: url('../img/blog/xing-inactive.png') no-repeat center center;
}
a.share-xing:hover{
  background: url('../img/blog/xing-active.png') no-repeat center center;
}
a.share-linkedin {
    background: url('../img/blog/linkedin-inactive.png') no-repeat center center;
}
    a.share-linkedin:hover {
        background: url('../img/blog/linkedin-active.png') no-repeat center center;
    }
.related-articles{
  margin: 0 0 43px;
}
#content .related-articles.teaser-container{
  width: 100%;
  border-bottom: 0
}
.related-articles .teaser{
  border-bottom: 10px solid #D8D8D8;
}
.related-articles .teaser img{
  width: 220px;
  height: 123px;
}
.interesting-articles{
  margin: 0 0 23px;
}

h3.blog-component-title{
  margin: 0 0 11px;
}
.comments{
  margin: 0 0 39px;
}
.comment{
  padding: 22px 0;
  border-top:1px solid #d6d7d9;
}
.comment:last-child{
  border-bottom: 1px solid #d6d7d9;
}
.comment-user-name{
  font-weight: bold;
  color: #0E0E0E;
}
.comment-info{
  color: #a1a1a1;
}
.comment-info-separator{
  margin: 0 5px;
}
.comment-form-wrap{
  padding: 0 0 22px;
  border-bottom: 10px solid #D8D8D8;
  margin: 0 0 43px;
}
.comment-form textarea{
  width: 678px;
  padding: 8px 10px;
  border: 1px solid #d6d7d9;
  margin:0 0 12px;
  height: 14px;
}
.comment-form input{
  background: none;
  padding: 4px 10px;
  width: 198px;
  margin: 0 20px 0 0;
}
.comment-form button{
  float: right;
  margin: -4px -5px 0 0;
}
/* carusle plugin*/
#lightSlider li img{
  width: auto;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  height: 393px;
}

.image-carousel .lSSlideOuter .lSPager.lSGallery li.active,
.image-carousel .lSSlideOuter .lSPager.lSGallery li:hover{
  border-radius: 0;
}
.image-carousel .lSSlideOuter .lSPager.lSGallery li a{
  overflow: hidden;
  height: 60px;
  width: 60px;
  display: block;
}
.image-carousel .lSSlideOuter .lSPager.lSGallery li.active a{
  border: 2px solid #005596;
  width: 56px;
  height: 56px;
  outline: none;
}
.image-carousel .lSSlideOuter .lSPager.lSGallery img{
  min-height: 60px;
  min-width: 96px;
  margin-left: -28%;
}
.image-carousel .lSAction > a{
  background-image:url("../img/layout/sprite.png");
  height: 54px;
  width: 47px;
  opacity: 1;
}
.image-carousel .lSAction > .lSNext{
  background-position: -253px -1700px;
  right: 0;
}
.image-carousel .lSAction > .lSPrev{
  background-position: 0 -1700px;
  left: 0;
}
@media (max-width:992px){
  #content{
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
    background: #fff;
  }
  #main{
    width: 75%;
  }
  #right-column{
    width: 24%;
    float: right;
  }
  #main .article-list .article-list-item{
    width: 49%;
  }
  #main .article-list-item img{
    height: auto;
  }
  .rc-box{
    width: 90%;
    padding: 5%;
  }
  #right-column .tabs .top-article-list-item .title{
    width: 80%;
  }
  .rc-box img{
    width: 100%;
    height: auto;
  }
  #right-column .image .play{
    top: 45%;
  }
  #content .related-articles .teaser{
    width: 32%;
    margin-left: 2%;
  }
  #content .teaser-container .teaser img{
    width: 100%;
  }
  .comment-form,
  .comment-form-wrap{
    float: left;
    width: 100%;
  }
  .comment-form textarea,
  .comment-form input{
    width: 96%;
    padding-right:2%;
    padding-left: 2%;
  }
  #main .comment-form input[type="text"]{
    margin: 0 0 12px;
  }
}
@media (max-width:767px){
  #main{
    width: 100%;
  }
  #right-column{
    width: 100%;
    float: left;
  }
  #main .article-list .article-list-item{
    width: 100%
  }
  #content .related-articles .teaser{
    width: 100%;
    margin: 0 0 30px;
  }
  #content .related-articles .teaser img{
    height: auto;
  }
  .article-author{
    width: 100%;
    margin: 0 0 25px;
  }
  .article-social-share{
    float: left;
  }
  .lSPager li{
    margin-right: 0.5% !important;
    width: 7.5% !important;
  }
  .image-carousel .lSSlideOuter .lSPager.lSGallery img{
    height: auto;
  }
  .image-carousel .lSSlideOuter .lSPager.lSGallery .active img{
    height: auto;
    border: 1px solid #005596;
  }
}
