.resize-none {
    resize: none;
}
.form-control:focus {
    border-color: #ddd;
    box-shadow: none;
}
.vote_count{  
	background: rgba(0, 0, 0, 0) url("/contests/babyphotocontest/assets/green-ribbon.png") no-repeat scroll 0 0 / 50px 22px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    min-height: 22px;
    min-width: 50px;
    padding-right: 10px;
    vertical-align: middle;
	}
	
.vote_btn:hover{
	text-decoration:underline ;
	color:#fff;}
	
.vote_btn{
	background: #92278f none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 3px 3px;
    padding: 6px 12px;
    vertical-align: middle;
	}
.page-title {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}
.page-title h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
}
.page-title h2::after {
    background-color: #6b6e80;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin-bottom: -11px;
    position: absolute;
    width: 100%;
}
.page-title.title-center {
    text-align: center;
}
.heading-title {
    display: block;
    margin-bottom: 20px;
}
.heading-title h2 {
    color: #434a54;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}
.heading-title h3 {
    color: #434a54;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.navbar-default {
    background-color: #fff;
    border-bottom: medium none;
    border-color: #fff #fff -moz-use-text-color;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.navbar-default .navbar-brand span {
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a {
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    color: #6b6e80;
}
.navbar-default .navbar-nav > li:last-child > a {
    border-right: 1px solid #ddd;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #000;
}
.navbar-default .navbar-nav > li.dropdown.open > a, .navbar-default .navbar-nav > li.dropdown.open > a:hover {
    background-color: #ddd;
    border-color: #ddd;
}
.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding-bottom: 0;
    padding-top: 0;
}
.dropdown-menu > li > a {
    color: #434a54;
    padding: 10px 20px;
}
.dropdown-menu > li > a:hover {
    background-color: #4a89dc;
    color: #fff;
}
.dropdown-menu > .active:last-child > a, .dropdown-menu > .active:last-child > a:focus, .dropdown-menu > .active:last-child > a:hover, .dropdown-menu > li:last-child > a:focus, .dropdown-menu > li:last-child > a:hover {
    border-radius: 0 0 4px 4px;
}
.btn-search:hover {
    cursor: pointer;
}
.btn-search::before {
    content: "";
    font-family: FontAwesome;
}
.btn-search.active::before {
    content: "";
    font-family: FontAwesome;
}
#searchbox {
    background-color: #f8f8f8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    left: 0;
    opacity: 0;
    padding: 25px 0 15px;
    position: fixed;
    top: 50px;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 3;
}
#searchbox .form-control {
    border-radius: 24px;
}
#searchbox.searchbox-show {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
}
#content {
    height: auto;
    width: 100%;
}
.post-container {
    box-shadow: 0 0 1px 1px #ddd;
    height: auto;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
}
.post-container:hover > .post-option {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out 0s;
}
.post-option {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 2px 2px 0 0;
    left: 0;
    margin-bottom: 2px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    transform: translateY(-100px);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.post-option .list-options {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.contestGo{
	background:#00759A;
	border: 1px solid #b0b0b0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.searchcontest {
    display: inline-block;
}
.post-option .list-options > li {
    display: inline-block;
    width: 41%;
}
.post-option .list-options > li {
    display: table-cell;
    width: 25%;
}
.hover_options{

    display: inline-block !important;
    width: 49% !important;
}
.contest_voting{
text-align:center;
padding:5px;}
.post-option .list-options > li > a {
    color: #434a54;
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.post-option .list-options > li > a:hover {
    color: #4a89dc;
    text-decoration: none;
}
.post-option .list-options > li > a span {
    display: block;
    font-size:14px;
    font-weight: 400;
    line-height: 9px;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
}
.post-image {
    background-color: #fff;
    padding: 15px;
}
.post-image img:focus {
    outline: 0 none;
}
.post-meta {
    background-color: #fff;
    padding: 15px;
}
.post-meta .list-meta, .post-meta .list-meta > li {
    font-size: 12px;
    line-height: 14px;
}
.post-desc {
    background-color: #fff;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 15px;
}
.post-desc h2 {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}
.post-content {
    background-color: #fff;
    padding: 15px;
}
.post-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-menu {
    background-color: #fff;
}
.sidebar-menu .nav-stacked > li + li {
    margin-top: 0;
}
.sidebar-menu .nav-pills > li > a {
    border-radius: 0;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    padding: 6px 15px;
}
.sidebar-menu .nav-pills > .active > a, .sidebar-menu .nav-pills > .active > a:focus, .sidebar-menu .nav-pills > .active > a:hover, .sidebar-menu .nav-pills > li > a:focus, .sidebar-menu .nav-pills > li > a:hover {
    background-color: #f6f6f6;
    color: #434a54;
}
.team-container {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: auto;
}
.team-container .team-img {
    border: 4px solid transparent;
    border-radius: 100%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: block;
    height: 160px;
    margin: 0 auto 20px;
    opacity: 0.7;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    width: 160px;
}
.team-container:hover > .team-img {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
.team-container h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 20px;
}
.team-container .list-inline {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
.img-partners {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-avatar {
    float: left;
    height: 32px;
    margin-right: 20px !important;
    margin-top: -6px;
    width: 32px;
}
.profile-account {
    font-size: 13px;
    line-height: 18px;
}
.profile-account img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.profile-account h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px;
    text-align: center;
}
.portfolio-container {
    background-color: #fff;
    box-shadow: 0 0 1px 1px #ddd;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.portfolio-container .portfolio-img {
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.portfolio-container .portfolio-img img {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-container:hover .portfolio-img img {
    opacity: 0.75;
    transform: translate3d(0px, -30px, 0px);
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-container .portfolio-img a {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3d(-30px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 3;
}
.portfolio-container:hover .portfolio-img a {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-container .portfolio-img a .fa, .portfolio-container .portfolio-img a .glyphicon {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.portfolio-container .portfolio-img a:active, .portfolio-container .portfolio-img a:focus, .portfolio-container .portfolio-img a:hover {
    outline: 0 none;
}
.portfolio-container h3 {
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    opacity: 0;
    padding-right: 10px;
    position: absolute;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
    top: 50px;
    transition: all 0.35s ease-in-out 0s;
    width: 80%;
}
.portfolio-container:hover > h3 {
    opacity: 1;
    position: absolute;
    top: 20px;
    transition: all 0.35s ease-in-out 0s;
}
.portfolio-container h3 a {
    color: #fff;
}
.portfolio-container h3 a:hover {
    color: #434a54;
    text-decoration: none;
}
.portfolio-container .portfolio-desc {
    background-color: #fff;
    bottom: -48px;
    height: auto;
    left: 0;
    padding: 12px 5px 5px;
    position: absolute;
    transition: bottom 0.35s ease-in-out 0s;
    width: 100%;
}
.portfolio-container .portfolio-desc .list-meta {
    font-size: 13px;
    text-align: center;
}
.portfolio-container:hover .portfolio-desc {
    background-color: #fff;
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    transition: bottom 0.35s ease-in-out 0s;
    width: 100%;
}
.nav-filter {
    padding: 0 0 40px;
}
.nav-filter .nav-pills {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.nav-filter .nav-pills > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #434a54;
    color: #6b6e80;
    margin: 5px;
    padding: 8px 24px;
}
.nav-filter .nav-pills > li > a:hover {
    background: #434a54 none repeat scroll 0 0;
    border: 1px solid #434a54;
    color: #fff;
}
.nav-filter .nav-pills > .active > a, .nav-filter .nav-pills > .active > a:active, .nav-filter .nav-pills > .active > a:focus, .nav-filter .nav-pills > .active > a:hover, .nav-filter .nav-pills > li > a.active, .nav-filter .nav-pills > li > a.active:active, .nav-filter .nav-pills > li > a.active:focus, .nav-filter .nav-pills > li > a.active:hover {
    background-color: #434a54;
    border: 1px solid #434a54;
    color: #fff;
}
#portfolio-content .col-md-3 {
    margin-right: -1px;
}
.portfolio-title {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}
.portfolio-title h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 38px;
}
.portfolio-title h2 a {
    color: #6b6e80;
    text-decoration: none;
}
.portfolio-title h2 a:hover {
    color: #428bca;
    text-decoration: none;
}
.portfolio-title small {
    font-size: 13px;
}
#single-portfolio-slider .carousel-control {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 40px;
    margin-right: 40px;
    opacity: 0.8;
    text-shadow: none;
    top: 40%;
    transition: opacity 0.2s ease-in-out 0s;
    width: 40px;
}
#single-portfolio-slider .carousel-control:focus, #single-portfolio-slider .carousel-control:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
#single-portfolio-slider .carousel-control.left, #single-portfolio-slider .carousel-control.right {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -25px;
    width: 50px;
}
#single-portfolio-slider .carousel-control.left {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 0;
}
#single-portfolio-slider .carousel-control.right {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 0;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
    transition-duration: 0s;
}
.isotope.infinite-scrolling {
    transition: none 0s ease 0s ;
}
.detail-option {
    position: relative;
    width: 100%;
}
.detail-option .list-options {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.detail-option .list-options > li {
    display: table-cell;
    width: 25%;
}
.detail-option .list-options > li > a {
    color: #6b6e80;
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.detail-option .list-options > li > a:hover {
    color: #434a54;
    text-decoration: underline;
}
.detail-option .list-options > li > a span {
    display: block;
    font-size: 9px;
    font-weight: 400;
    line-height: 9px;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
}
.widget-title {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.widget-title h3 {
    color: #434a54;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: relative;
}
.widget-title h3::after {
    border-bottom: 2px solid #434a54;
    bottom: -16px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
.widget-content {
    margin: 0;
    padding: 0;
}
.widget-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-content ul > li > a {
    border-bottom: 1px solid #ddd;
    color: #6b6e80;
    display: block;
    padding: 8px 0;
    position: relative;
}
.widget-content ul > li > a::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 15px;
    position: absolute;
    right: 0;
}
.widget-content ul > li > a:hover {
    color: #428bca;
    text-decoration: none;
}
.widget-content.popular-post ul > li > a {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.widget-content.popular-post ul > li > a span {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
}
.widget-content.popular-post ul > li > a::after {
    content: "";
    margin: 0;
    padding: 0;
}
.detail-similiar {
    display: block;
    position: relative;
    width: 100%;
}
.detail-similiar .list-similiars {
    background-color: #fff;
    display: inline-block;
    height: auto;
    list-style-type: none;
    margin: 0 0 -7px;
    min-height: 30px;
    padding: 0;
    width: 100%;
}
.detail-similiar .list-similiars > li {
    display: block;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 33.3333%;
}
.detail-similiar .list-options > li img {
    margin-bottom: 0 !important;
}
.detail-meta {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.detail-meta span em {
    color: #999;
    text-transform: none;
}
.detail-meta span {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.detail-heading-title {
    margin-bottom: 40px;
}
.detail-heading-title h2 {
    border-bottom: 1px solid #eee;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.tags {
    margin-left: 0;
    padding-left: 0;
}
.tags > li {
    display: inline-block;
    position: relative;
}
.tags > li > a {
    background-color: #fff;
    border: 1px solid #6b6e80;
    border-radius: 2px 0 0 2px;
    color: #6b6e80;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 5px 12px 5px 10px;
    position: relative;
}
.tags > li::before {
    background-color: #fff;
    border: 1px solid #6b6e80;
    border-radius: 5px;
    content: "";
    height: 6px;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 6px;
    z-index: 3;
}
.tags > li > a::after {
    border-color: transparent transparent transparent #434a54;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    z-index: 1;
}
.tags > li > a::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    content: "";
    position: absolute;
    right: -14px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    z-index: 2;
}
.tags > li > a:hover {
    background-color: #6b6e80;
    border-color: #6b6e80;
    color: #fff;
    text-decoration: none;
}
.tags > li > a:hover::after, .tags > li > a:hover::before {
    border-left-color: #6b6e80;
    content: "";
    transition: all 0.2s ease-in-out 0s;
}
.comments {
    display: block;
    min-height: 50px;
    padding: 30px 0;
}
.comments ul, .comments ul ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.comments ul li ul {
    margin-left: 60px;
}
.comment-container {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 20px;
}
.comments .comment-meta {
    margin-bottom: 15px;
}
.comments .comment-meta .comment-avatar {
    float: left;
    margin-right: 20px;
}
.comments .comment-meta .comment-author {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}
.comments .comment-meta .comment-date {
    color: #999;
    display: table;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
}
.comments .comment-meta .comment-reply {
    float: right;
    margin-top: -40px;
}
.post-content .tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f3f3f3;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 20px;
}
.post-content .nav-tabs > .active > a, .post-content .nav-tabs > .active > a:active, .post-content .nav-tabs > .active > a:focus, .post-content .nav-tabs > .active > a:hover, .post-content .nav-tabs > li > a:active, .post-content .nav-tabs > li > a:focus, .post-content .nav-tabs > li > a:hover {
    background-color: #f3f3f3;
}
.form-signin .input-group {
    margin-bottom: 10px;
}
.form-signin .control-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.form-signin .btn-signin {
    text-align: right;
}
.fa-tw, .form-signin .fa-tw {
    color: #4099ff;
}
.fa-fb, .form-signin .fa-fb {
    color: #4467ad;
}
.fa-gp, .form-signin .fa-gp {
    color: #ff4b4b;
}
.blog-container {
    background-color: #fff;
    box-shadow: 0 0 1px 1px #ddd;
    margin-bottom: 20px;
}
.blog-container .blog-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    opacity: 0.75;
    transition: opacity 0.3s ease-in-out 0s;
    width: auto;
}
.blog-container:hover > .blog-img img {
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0s;
}
.blog-container .blog-description {
    display: table;
    padding: 20px;
}
.blog-container .blog-description h2 {
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
    width: 75%;
}
.blog-container .blog-description h2 a {
    color: #6b6e80;
}
.blog-container .blog-description h2 a:hover {
    color: #428bca;
    text-decoration: none;
}
.blog-container .blog-description h2 small {
    color: #999;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0;
    text-transform: none;
}
.blog-container .blog-description h3 {
    display: table-cell;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    vertical-align: top;
    width: 25%;
}
.blog-container .blog-description h3 span {
    display: block;
    padding: 5px 10px;
    text-align: center;
}
.blog-title {
    padding-bottom: 40px;
    padding-left: 90px;
    position: relative;
}
.blog-title h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 38px;
}
.blog-title h2 a {
    color: #6b6e80;
    text-decoration: none;
}
.blog-title h2 a:hover {
    color: #428bca;
    text-decoration: none;
}
.blog-title small {
    font-size: 13px;
}
.blog-title .meta-date {
    background: #428bca none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 45px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 75px;
}
.blog-title .meta-date::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #428bca;
    border-image: none;
    border-style: solid;
    border-width: 0 38px 18px;
    content: "";
    left: 0;
    position: absolute;
    top: -18px;
}
.blog-title .meta-date::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #428bca transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 18px 38px 0;
    bottom: -18px;
    content: "";
    position: absolute;
    right: 0;
}
.blog-title .meta-date .meta-date-day {
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 24px;
    margin-top: -5px;
    position: relative;
    z-index: 2;
}
.blog-title .meta-date .meta-date-month {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.blog-title .meta-date .meta-date-year {
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    position: relative;
    z-index: 2;
}
.related-posts {
    margin-bottom: 40px;
}
.blog-container-related {
    display: block;
    margin-bottom: 20px;
}
.blog-container-related img {
    border-radius: 2px;
    display: block;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.blog-container-related h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.blog-container-related h4 a {
    color: #6b6e80;
}
.blog-container-related h4 a:hover {
    color: #428bca;
    text-decoration: none;
}
.about-author {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: block;
    margin: 60px 0;
    padding: 20px;
}
.about-author .author-left {
    border-radius: 100%;
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
    width: 80px;
}
.about-author .author-left img {
    max-width: 100%;
}
.about-author .author-right h4 {
    color: #434a54;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.about-author .author-right h4 small {
    color: #6b6e80;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.about-author .author-right p {
    font-size: 14px;
    line-height: 24px;
}
.comments-container {
    display: block;
    margin-bottom: 60px;
    padding: 0;
}
.comments-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.comments-container .comments-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 20px;
}
.comments-item .comments-item-left {
    float: left;
    height: 50px;
    overflow: hidden;
    width: 50px;
}
.comments-item .comments-item-left img {
    max-width: 100%;
}
.comments-item .comments-item-right {
    display: block;
    margin-left: 70px;
}
.comments-item-right .item-right-author h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.comments-item-right .item-right-author .reply-link {
    float: right;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.comments-item-right .item-right-author .reply-link a:hover {
    text-decoration: none;
}
.comments-item-right .item-right-date {
    color: #999;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.comments-item-right .item-right-comment {
    color: #434a54;
    font-size: 15px;
    line-height: 28px;
}
.comments-container ul li ul {
    margin-left: 60px;
}
.comments-container .children, .comments-container .comments-reply-container {
    position: relative;
}
.comments-container .children::before, .comments-container .comments-reply-container::before {
    background-color: #eee;
    content: "";
    height: 100%;
    left: -60px;
    position: absolute;
    top: 0;
    width: 1px;
}
.comments-container .children::after, .comments-container .comments-reply-container::after {
    background-color: #eee;
    content: "";
    height: 1px;
    left: -60px;
    position: absolute;
    top: 50px;
    width: 60px;
}
.footer {
    color: #434a54;
    padding: 40px 0;
    width: 100%;
}
.footer a {
    color: #434a54;
    text-decoration: underline;
}
.footer a:hover {
    color: #333;
    text-decoration: none;
}
.footer hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.footer .list-social {
    float: right;
    list-style-type: none;
}
.footer .list-social > li {
    display: inline-block;
}
.footer .list-social > li > a {
    border: 1px solid #999;
    border-radius: 100%;
    color: #999;
    display: block;
    height: 35px;
    margin-bottom: 10px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    transform: rotateY(0deg);
    transition: all 0.3s ease-in-out 0s;
    width: 35px;
    z-index: 3;
}
.footer .list-social > li > a > .fa, .footer .list-social > li > a > .glyphicon {
    font-size: 20px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}
.footer .list-social > li:last-child > a {
    margin-right: 0;
}
.footer .list-social > li:hover > a {
    border: 1px solid #333;
    color: #333;
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
}
