/* BLOG POSTS 
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
*//* Border Adjustments */
/* .col_type_2 .col-md-6:first-child {
    border-right: 1px solid #dadada;
}
.col_type_3 .col-md-4, .col_type_2 .col-md-6, .col_type_1 .col-md-12 {
    border-bottom: 1px solid #dadada;
}
.col_type_3 .col-md-4:nth-child(2) {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
*/

/* Social Icons */
.social-links .btn .fa, .free-social-links .btn .fa, .box-social-links .btn .fa {
    font-size: 20px;
    line-height: 35px;
}
.detailed-social-links .btn .fa {
    font-size: 18px;
    line-height: 24px;
}
.free-social-links, .detailed-social-links {
    display: block;
    float: none !important;
    padding: 10px 5px 5px 0;
    text-align: left;
}
.free-social-links .btn {
    border: 0 none;
    border-radius: 5px;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}
.detailed-social-links .btn {
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    width: 24px;
}
.box-social-links .btn {
    border: 0 none;
    border-radius: 50%;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}
.social-links {
    position: absolute;
}
.social-links .btn {
    border: 0 none;
    border-radius: 50%;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}
.btn-twitter {
    background: #00acee;
    border-radius: 0;
    color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook {
    background: #3b5998;
    border-radius: 0;
    color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus {
    background: #e93f2e;
    border-radius: 0;
    color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}
.btn-stumbleupon {
    background: #f74425;
    border-radius: 0;
    color: #fff
}
.btn-stumbleupon:link, .btn-stumbleupon:visited {
    color: #fff
}
.btn-stumbleupon:active, .btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff
}
.btn-linkedin {
    background: #0e76a8;
    border-radius: 0;
    color: #fff
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #0b6087;
    color: #fff
}

/* Elegant Post Style */
.elegant-post {
    font-family: 'Roboto', sans-serif;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    overflow: auto;
    padding: 10px;
    position: relative;
}
.elegant-post .thumbnail {
    background-color: #f1f1f1;
    border: 0 solid #ddd;
    border-radius: 0;
    display: block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}
.elegant-post .blog-item-wrap {
    margin-bottom: 0;
}
.elegant-post .single-featured {
    display: block;
    margin: auto;
    transition: opacity 0.3s linear 0s;
}
.elegant-post .single-featured:hover {
    opacity: 0.8;
}
.elegant-post .post-inner-content {
    background-color: #ffffff;
    border: 0 none;
    padding: 15px;
}
.elegant-post .entry-header {
}
.elegant-post .btn.read-more {
    border: 0 none;
    border-radius: 3px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.elegant-post .entry-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #444;
    line-height: 30.8px;
    margin: 0 0 30px;
}
.elegant-post .entry-title a {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    line-height: 30.8px;
}
.elegant-post .entry-title a:hover {
    color: #005885;
}
.elegant-post .entry-meta {
    margin-bottom: 30px;
}
.elegant-post .entry-meta a {
    color: #6b6b6b;
    font-size: 13px;
}
.elegant-post .entry-meta .byline {
    margin-right: 0px;
}
.elegant-post .entry-meta a:hover {
    color: #005885;
}
.entry-meta span {
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
}
.elegant-post .entry-meta .updated {
    display: none;
}
.elegant-post .entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;
}
.elegant-post .entry-content p {
    color: #454545;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    margin-bottom: 25.6px;
}
.elegant-post .clearfix {
    clear: both;
    margin-bottom: 30px;
}

/* Post Listing */
.posts-rows {
    margin-top: 15px;
    margin-bottom: 15px;
}
.post {
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
.post img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}
.post .content .desc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.post .content h4 {
    margin: 0px;
    padding: 0px;
}
.post .content h4.post-title a {
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.post .content {
    padding: 15px;
}
.post .author {
    color: #737373;
    font-size: 11px;
    padding: 10px 0;
}
.post .post-img-content {
    height: 196px;
    position: relative;
}
.post .post-img-content {
    height: auto;
    overflow: hidden;
    position: relative;
}
.post .post-img-content img {
}
.no-margin {
    /* margin: 0px;
    */
}
.post .post-title {
    display: table-cell;
    left: 0;
    position: absolute;
    top: 15px;
    vertical-align: bottom;
    z-index: 2;
}
.post .post-title b {
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}
.detailed-post h3 a {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    text-decoration: none;
}
.detailed-post .desc p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500px;
}
.comment-form .control-label{
    color: #444444;
}
.comment-form .alert, .comment-form .attention{
    margin-bottom: 10px;
}
/* Post Listing */
body .blog-post a {
    border-bottom: 1px solid #DFDFDF;
    color: #21759B;
    font-weight: 400;
    text-decoration: none;
}
body .blog-post a:hover {
    color: #D54E21;
}
body .blog-post h2 {
    display: inline;
}
body .blog-post h2 a {
    border: 0 none;
    color: #196d45;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 14px;
    text-decoration: none;
}
.blog-post cite {
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 19.2px;
    margin-bottom: 8px;
}
.blog-post .entry p {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.blog-post .entry .post_date {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 22.4px;
    white-space: nowrap;
}
.blog-post .author-avatar {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    padding: 10px;
}

/* category widget styles */
.cat-img-left {
    border-radius: 50%;
    box-shadow: 1px 1px 3px #888;
}
.bc-img-left-list {
}
.bc-img-left-list .row {
    border: 1px solid #ddd;
    border-bottom: 0px;
    padding: 5px 0px;
    margin-right: 0;
}
.bc-img-left-list .row:last-child {
    border-bottom: 1px solid #ddd;
}
.bc-img-left-list .row.active {
    background-color: #EFEFEF;
}
.cat-text-left {
}

.blog-category-widget a, .blog-category-widget a:focus, .blog-category-widget a:hover {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  outline: medium none;
  text-decoration: none;
}
.list-unstyled.bc-simple-list > li {
border: 0 none;
border-radius: 10px;
color: #b8b8b8;
list-style: outside none none;
margin: 0 0 5px;
padding: 5px 10px;
}
.list-unstyled.bc-simple-list li.active{
    background-color: #f5f5f5;
}
.list-unstyled.bc-simple-list li ul li{
 list-style: initial;   
}

.nopadding {
    padding: 0;
}
.bc-img-top-list .row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 10px 0;
}
.bc-img-top-list .row.active {
    background: none repeat scroll 0 0 #f5f5f5;
}

/* BLOG POST VIEW */
#socialbuttonnav {
    overflow: auto;
}
#socialbuttonnav li {
    list-style: none;
    overflow: hidden;
    margin: 1 auto;
    background: none;
    overflow: hidden;
    width: 92px;
    height: 25px;
    line-height: 10px;
    margin-right: 1px;
    padding: 20px 0px 0px 0px;
    float: left;
    text-align: center;
}
.single-post  .entry-content p {
    color: #454545;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    margin-bottom: 25.6px;
}
.single-post .post-inner-content {
    padding-bottom: 100px;
}
.post_related_tags .label.label-primary {
    font-size: 13px;
    line-height: 30px;
}

/* Shareee Styles */
#post-social-links {
    float: right;
    margin: 0;
}
.sharrre {
    margin: 10px;
    float: left;
}
.sharrre .box {
    float: left;
    width: 80px;
    height: 75px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #54a2bc, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #54a2bc, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #54a2bc, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
    background: #dee7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #dee7ea 0%, #e5eef2 20%, #e5eef2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dee7ea), color-stop(20%, #e5eef2), color-stop(100%, #e5eef2)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #dee7ea 0%, #e5eef2 20%, #e5eef2 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #dee7ea 0%, #e5eef2 20%, #e5eef2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dee7ea 0%, #e5eef2 20%, #e5eef2 100%); /* IE10+ */
    background: linear-gradient(top, #dee7ea 0%, #e5eef2 20%, #e5eef2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7ea', endColorstr='#e5eef2', GradientType=0 ); /* IE6-9 */
}
#facebook .box {
    -webkit-box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #28437a, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #28437a, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #28437a, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
}
#googleplus .box {
    -webkit-box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #404040, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #404040, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 #C3C3C3, 0 6px 0 #404040, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
}
.sharrre .box:active, #facebook .box:active, #googleplus .box:active {
    box-shadow: 0 0 3px #333333;
    margin-top: 4px;
}
.sharrre .count, .sharrre .share {
    display: inline-block;
    width: 78px;
    text-align: center;
    font-weight: bold;
}
.sharrre .count {
    font-size: 20px;
    color: #444444;
    text-shadow: 0px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    height: 40px;
    line-height: 40px;
    border: 1px solid #b9b9b9;
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
}
.sharrre .count:before, .sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0;
}
.sharrre .count:before {
    border: solid 7px transparent;
    border-top-color: #b2c6cc;
    margin-left: -7px;
    bottom: -14px;
}
.sharrre .count:after {
    border: solid 6px transparent;
    margin-left: -6px;
    bottom: -12px;
    border-top-color: #e5eef2;
}
.sharrre .share {
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
    filter: dropshadow(color=#d1d1d1, offx=0, offy=1);
    border: 1px solid #6fa4b5;
    border-width: 0 1px 1px 1px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    background-color: #7ac5df;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(105, 164, 185, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.6), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(105, 164, 185, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.6), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    box-shadow: inset 0px 1px 0px 0px rgba(105, 164, 185, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.6), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
}
.sharrre .share span {
    background: url("/catalog/view/javascript/webby-blog/sharrre/example6.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 10px;
    display: inline-block;
}
#facebook .share span {
    background-position: 0 -35px;
    height: 12px;
}
#facebook .share {
    border-color: #35538f;
    background: #637fbb; /* Old browsers */
    background: -moz-linear-gradient(top, #637fbb 0%, #49649e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #637fbb), color-stop(100%, #49649e)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #637fbb 0%, #49649e 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #637fbb 0%, #49649e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #637fbb 0%, #49649e 100%); /* IE10+ */
    background: linear-gradient(top, #637fbb 0%, #49649e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637fbb', endColorstr='#49649e', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    box-shadow: inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
}
#googleplus .share {
    border-color: #303030;
    background: #626263; /* Old browsers */
    background: -moz-linear-gradient(top, #626263 0%, #424244 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626263), color-stop(100%, #424244)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #626263 0%, #424244 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #626263 0%, #424244 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #626263 0%, #424244 100%); /* IE10+ */
    background: linear-gradient(top, #626263 0%, #424244 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626263', endColorstr='#424244', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    box-shadow: inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
}




.webby-blog-widget {
    list-style: none;
}
.webby-blog-widget li {
    list-style: none;
    position: relative;
}
.webby-blog-widget li a, 
.webby-blog-widget li a:hover,
.webby-blog-widget li a:focus {
    display: block;
    font-size: 13px;
    line-height: 26px;
    text-decoration: none;
    outline: none;
    font-family: "Open Sans",sans-serif;
    color: #444444;
}

.webby-blog-widget li a{
    padding-left: 10px;
    padding-left: 10px !important;
}
.webby-blog-widget > ul > li > a{
    padding-left: 0px !important;
}
.webby-blog-widget li.active > a {
    color: #B60040;
}

.webby-blog-widget li.active > a .fa-brown{
    font-weight: bold;
    font-size: 16px;
    color: #B60040;
}
.webby-blog-widget li a:hover, .webby-blog-widget li a:focus {
    color: #B60040;
}
.webby-blog-widget li a.bc-dropdown {
    position: absolute;
    right: 5px;
    padding: 0px;
    margin: 0px;
    top: 1px;
}
.webby-blog-widget li a.bc-dropdown .fa{
    font-size: 14px;
    color: #2A6496;
}
.webby-blog-widget li a.bc-dropdown, .webby-blog-widget li a.bc-dropdown:hover, .webby-blog-widget li a.bc-dropdown:focus {
    background-color: transparent;
    text-decoration: none;
    outline: none;
    color: #872A2A;
}
.webby-blog-widget ul > li > a{

}
.webby-blog-widget ul > li > ul > li{
    background-color: #F1F1F1;
}
.webby-blog-widget ul > li > ul > li  > ul > li{
    background-color: #E0E0E0;   
}
.webby-blog-widget ul > li > ul > li  > ul > li > a{
    padding-left: 20px;
}
.fa-brown{
    color: #872A2A;
}

#column-left h3{
    font-weight: bold;
    font-size: 16px;
}


.entry-links {
        position: relative;
        padding-bottom: 10px;
    /*
    overflow: auto;
    position: absolute;
    width: 88%;
    bottom: 20px;
    */
}
#column-left h3 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #00AEFE;
    padding-bottom: 7px;
}

.recent-posts h4 {
    font-size: 14px;
    line-height: 20px;
}
.threaded-comments li{
    list-style: none;
}
.threaded-comments li ul{
    padding-left: 60px;
}

.comment-author{
    font-size:18px;
    font-weight:300;
    font-style:normal;
    font-size-adjust:none;
    color:#222;
    text-decoration:none;
    line-height:24px;
    font-family:"Helvetica Neue",​Helvetica,​Arial,​sans-serif;
}
.comment-date{
    color: #bbb;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.comment-content{
    font-size: 15px;
    line-height: 27px;  
}
@media (max-width: 990px){
    .recent-posts .media, .media-body{
        clear: both;
    }
}