/* GLOBAL*/
.home .menu-header {
    background: #FFF;
    position: relative;
    z-index: 2;
}

/*SLIDER*/

.homeHeader {
    margin-bottom: -111px;
    padding: 0;
}

.homeHeader .hoverSlider {
    top: -111px;
    margin-left: 0;
    margin-right: 0;
}

.hoverSlider {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hoverSlider__inner {
    width: 100%;
    display: table;
}

.hoverSlide {
    width: 15%;
    position: relative;
    display: table-cell;
    overflow: hidden;
    height: 560px;
    transition: width .35s;
}

.hoverSlide:first-child {
    width: 70%;
}

.hoverSlider:hover .hoverSlide{
    width: 15%;
}

.hoverSlider .hoverSlide:hover {
    width: 70%;
}

.hoverSlide__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 80% 50%;
}

.hoverSlide__titleSmall {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 100%;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    width: 460px;
    margin: 0;
    padding: 15px;
    font-size: 22px;
    transition: all ease .25s;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1);
}

.hoverSlide__title {
    position: absolute;
    bottom: 0;
    padding: 25px;
    font-size: 35px;
    font-weight: 600;
    color: #FFF;
    opacity: 0;
    transition: all ease .25s;
    width: 700px;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1)
}

.hoverSlide__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.home .page_short .img-container {
    width: 100%;
}

.hoverSlider--small {
}

.hoverSlider--small .hoverSlide {
    height: 217px;
}

.hoverSlider--small .hoverSlide {
    width: 16.666666%;
}

.hoverSlider--small .hoverSlide:first-child {
    width: 50%;
}

.hoverSlider--small:hover .hoverSlide {
    width: 16.666666%;
}

.hoverSlider--small .hoverSlide:hover {
    width: 50%;
	opacity:0.8;
}

.hoverSlider--small .hoverSlide__title {
    font-size: 20px;
    width: 390px;
    padding: 15px;
}

.hoverSlider--small .hoverSlide__titleSmall {
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    overflow: hidden;
    width: 218px;
}

.hoverSlide:hover .hoverSlide__title, .hoverSlider:not(:hover) .hoverSlide:first-child .hoverSlide__title {
    opacity: 1;
}

.hoverSlide:hover .hoverSlide__titleSmall, .hoverSlider:not(:hover) .hoverSlide:first-child .hoverSlide__titleSmall {
    opacity: 0;
}

/*  

	LOGIN-BAR
	
*/
.login-barr {
	position: absolute;
	width: 90px;
	height: 35px;
	z-index: 9999;
	top: 4px;
	left: 5px;
	width: auto;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,1) , 0 0 40px rgba(0,0,0,1);
}

.login-barr a {
	color: #fff;
}

.login-barr a:hover {
	color: #ebeef2;
}

/*

    PAGE

*/

.home .page_short {
    min-height: 0;
    margin: 0;
    padding: 0;
    width: 33.333333%;

}

.home .page_short--double {
    width: 66.66666%;
}

.home .page_short:hover {
    opacity: 0.8;
}

.home .page_short--double:hover {
    opacity: 1;
}

.home .page_short .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #FFF;
    padding: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1);
}

.home .page_short .link, .miniArticle__link, .infiniteArticle__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-padding {
    padding: 0;
}

.no-padding--right {
    padding-right: 0;
}

/* MINI ARTICLE */

.miniArticle {
    position: relative;
    padding: 0;
}


.miniArticle__img {
    width: 100%;
    height: 320px;
    background-size: cover;
}

.miniArticle__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1);
}

.miniArticle--small .miniArticle__img{
    height: 160px;
}

.miniArticle--small .miniArticle__title {
    background: #ebeef2;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #000;
    height: 70px;
    text-shadow: none;
}

.miniArticle:hover, .infiniteArticle:hover {
    opacity: 0.8;
}

/* INFNITE SCROLL */

.infiniteScroll {
    height: 555px;
    overflow-y: scroll;
    position: relative;
}

.infiniteScroll--tutorials {
    height: 320px;
}

.infiniteArticle {
    background: #ebeef2;
    overflow: hidden;
    margin-bottom: 2px;
    position: relative;
    line-height: 107px;
}

.infiniteArticle:last-child {
    margin-bottom: 0;
}

.infiniteArticle__img {
    height: 107px;
    background-size: cover;
}

.infiniteArticle__title {
    /*text-align: right;*/
    margin: 0;
    color: #000;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
}

.infiniteArticle__title-container {
   /* line-height: 107px; */
    line-height: 18px;
	margin-top: 16px;
}

/* COMMENTS */

.pre-grey-title {
    padding-top: 25px;
}

.comments-left {
    padding-left: 0;
}

.comments-right {
    text-align: right;
}

.comment {
    padding: 20px 15px;
}

.comment__title {
    color: #000;
    font-size: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comment__content {
    padding: 5px;
    margin: 15px 0;
    font-weight: 300;
    height: 70px;
}

.comment__author {
    display: block;
    text-align: right;
    padding-right: 25px;
}

.comment__date {
    font-size: 12px;
}

/* YOUTUBE */

.youtube__wrapper {
    padding: 0;
}

.youtube__title  {
    margin: 50px 0 100px;
    background: #ca0301;
    padding: 10px 0;
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
}

.youtube__title .container {
    position: relative;
}

.youtube__title .container::after, .youtube__content .container::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -70px;
    content: '';
    border-width: 60px 60px 0px 60px;
    border-color: #ca0301 transparent transparent transparent;
    border-style: solid;
    transition: all ease .25s;
}

.youtube__title.is-expanded .container::after {
    opacity: 0;
}

.youtube__content {
    margin-bottom: 50px;
    position: relative;
}

.youtube__content .container {
    position: relative;
}

.youtube__content .page_short {
    padding: 10px;
}

/* TUTS */

.section--tutorials .content_article {
    background: #ebeef2;
}

.section--articles .content_article, .section--blogs .content_article  {
    background: #ebeef2;
    height: 270px;
    position: relative;
}

.content_article .read-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    border-width: 60px 60px 0 0;
    border-color: transparent #ca0301 transparent transparent;
    border-style: solid;
}

.section--tutorial {
    margin-bottom: 100px;
}

.section--articles {
    margin-bottom: 75px;
}

.section--tutorials .more {
    float: none;
    margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .hoverSlider--small .hoverSlide {
        height: 183px;
    }
}

@media (max-width: 991px) {
    .home .page_short {
        float: left;
        width: 50%;
    }
    .home .menu-header {
        margin-top: 0;
        height: auto;
    }

    .hoverSlide__title {
        width: 100%;
        padding: 10px;
    }

    .infiniteArticle__title, .miniArticle__title {
        font-size:16px;
    }

    .home .page_short--double {
        width: 100%;
    }

    .hoverSlider--small .hoverSlide {
        height: 212px;
    }
}

@media (max-width: 767px) {
    .home .page_short {
        float: none;
        width: 100%;
    }

    .home .page_short:nth-child(n+5) {
        display: none;
    }

    .hoverSlide {
        height: 450px;
    }

    .hoverSlide:first-child, .hoverSlider .hoverSlide:hover {
        width: 100%;
    }

    .section--articles .content_article, .section--blogs .content_article {
        height: auto;
        padding-bottom: 60px;
    }

    .hoverSlide__title {
        width: 100%;
        padding: 10px;
    }

    section h2 {
        padding: 0 10px;
    }
    .hoverSlider--small .hoverSlide {
        height: 217px;
    }
	/*footer*/
	.box_news {
		text-align: center;
	}
	.box_news li {
		padding: 5px;
		display: inline-block;
	}
	.bg_foot {
		padding-top: 10px;
	}
	/* global */
	.remov-padding {
		padding: 0 !important;
	}
	.go_top {
		width: 100%;
		margin-bottom: 10px;
	}
	.bx-wrapper {
		overflow-x: hidden;
	}
}

.chrst {
	background: url('../images/wlo.png') no-repeat;
	background-size: cover;
	background-color: #eef8fa;
}

.post_full img {
	max-width: 100% !important;
	max-height: auto !important;
}

/*REAL MOBILE */
.real--mobile hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.real--mobile a {
	color: #000;
}

.real--mobile .btn-default {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
}

.mobile--title, .mobile--title-small {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	height:35px;
}

.mobile--title--small, .stream--title {
	margin-top: 0px;
	height: 50px;
	font-size: 13px;
}

.news--shortcut {
	height: 75px;
	font-weight: 300;
	line-height: normal;
	font-size: 13px;
}

.label-default {
	position: absolute;
	border-radius: 0;
}

.real--mobile .img-responsive,
.real--mobile .thumbnail > img,
.real--mobile .thumbnail a > img,
.real--mobile .carousel-inner > .item > img,
.real--mobile .carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.real--mobile .carousel-inner {
  margin-bottom: 5px;
}

.real--mobile .carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.real--mobile .carousel-caption h2 {
	font-size: 13px !important;
    color: #eee;
    font-weight: 700;
    padding: 3px 3px;
}

.real--mobile .carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.real--mobile .carousel-control.left,
.real--mobile .carousel-control.right {
  background: none;
  color: #fff;
}

@media (min-width:480px) {
.stream--title {
	font-size: 21px;
	height: 70px;
}}

@media (max-width:767px) {
.content-text {
	padding: 0;
}
.content-text p {
	font-size: 14px !important;
}
.post_full {
	padding: 5px !important;
}}

/* home slide */
/* image thumbnail */
.thumb {
    display: block;
	width: 100%;
	margin: 0;
}

/* Style to article Author */
.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	width: 482px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
}

.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgba(0,0,0,0.7);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}

.featured-article .block-title h2 {
	margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
	padding-left: .5em;
}

.main-list .media {
	padding-bottom: 1.1em;
	border-bottom: 1px solid #e8e8e8;
}

/* perfect-scrollbar v0.6.12 */
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}



.activity-feed {
    padding: 15px;
}
.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
}
.activity-feed .feed-item:last-child {
    border-color: transparent;
}
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167;
}
.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}
.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
    font-size: 13px;
}
.activity-feed .feed-item .author {
    position: relative;
    top: -3px;
    font-size: 13px;
    color: #8c96a3;
}
.cover-card {
    border: 2px solid white;
    background-color: black;
    padding: 0px;    
    margin: 0px;
    height:200px;
    text-align: center;
    vertical-align: bottom;
}

.cover-card > .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0 5px 0;
}

.cover-card > .caption:hover {
    background-color: #ca0301;
}

.cover-card > .caption h5, .cover-card > .caption h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cover-card > img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right:-9999px;
    bottom:-9999px;
    margin:auto;
}

.lazy {
    display:none;
}

.post-desc img {
    max-width: 100%;
    height: auto !important;
}
.label-warning {
    background-color: #343840;
}

/******************************************
    WIDGETS
******************************************/

.widget {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.widget-title {
    padding: 15px 0 0;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.widget-title > h3, .widget-title h4 {
    line-height: 1;
    padding: 0 !important;
    font-weight: 700;
    margin: 0 !important;
    font-size: 18px;
}

.widget-title hr {
    /*border-width: 4px;*/
    margin-bottom: 0;
	border: 0; 
	height: 3px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/*.widget-title hr:before {
    width: 80px;
    background-color: #ddd;
    display: block;
    height: 4px;
    position: relative;
    content: "";
    top: -4px;
}*/
.bg_foot {
    border-bottom: 1px solid #2f3235;
    padding-top: 35px;
}
footer {
    background: #26292b;
    border-top:4px solid #ca0301;
}

.box_news ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.box_news h4, .box_news h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.box_news a {
    color: #9aa5ad;
    font-size: 12px;
}

.box_news a:hover, .box_news a:active {
    color: #ca0301;
}

.bottom_foot p {
    color: #9aa5ad;
    margin: 32px 0;
    font-size: 11px;
}

.bottom_foot ul {
    list-style-type: none;
    margin: 27px 0;
    padding: 0px;
    font-weight: 600;
}

.bottom_foot ul li {
    float: left;
    padding: 5px 10px;
}

.bottom_foot ul li a {
    color: #9aa5ad;
    font-size: 13px;
}

.bottom_foot ul li a:hover {
    color: #ff4040;
}
.navbar-default,
.label-primary,
.reviewbox h3,
.progress-bar,
.tags a,
.btn-primary,
div.bbp-template-notice.info,
div.bbp-template-notice.info p,
.header,
.random-article,
.type,
.status,
.flex-direction-nav a,
#bbpress-forums li.bbp-header,
.pagination > li > a,
.pagination > li > span,
.large-widget .large-widget-title:hover a,
.mini-widget .post:hover a,
.post-review:hover h3 a /*,
.widget-title hr:before*/ {
    background-color: #ca0301 !important;
    border-color: #ca0301 !important;
    color: #ffffff !important;
}

a,
.page-404-content h2,
.sitemapwrapper li:hover a,
.news-ticker span,
.footer .check li:hover a,
#sitefooter a:hover,
.sociallinks li:hover a,
#sitefooter a:focus,
.widget-title a,
.post-share .fa-share-alt {
    color: #ca0301;
}
.header .widget,
.header .widget-title,
.navbar-nav,
.navbar {
    margin: 0 !important;
    border-radius: 0 !important;
}

.widget-title {
    position: relative;
}

.widget-title a {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 13px;
}

.widget-title p {
    font-size: 12px;
}

.navbar-default {
    border: 0;
    box-shadow: none !important;
    background-color: #423A3D;
}

.logo-wrapper {
    padding: 20px 0;
    background-color: #fff;
}

.logo-wrapper .ads-widget img {
    margin: 0 !important;
    width: auto;
    display: block;
    float: right;
    text-align: right;
}

.navbar-brand {
    font-size: 24px;
    color: #fff !important;
    padding: 0 0 0 0;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    height: auto;
    text-decoration: none !important;
    font-weight: 700;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-brand img {
    width: 100%;
}

.navbar-nav > li > a i {
    margin-right: 3px;
}

.navbar-nav > li > h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 13px;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.navbar-nav > li > h5 > a, .navbar-nav > li > a {
    font-size: 13px;
    color: #fff !important;
    padding: 15px 15px;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 30px;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper .sitecontainer {
    padding: 30px;
    margin: 0 auto !important;
}
.container.sitecontainer   {
    background-color:#fff !important;
    z-index: 99;
    position: relative;
}

.customshare .list a.fb,
.social-media-widget li.facebook {
    background-color: #3b5998;
}

.customshare .list a.tw,
.social-media-widget li.twitter {
    background-color: #55acee;
}

.customshare .list a.gp,
.social-media-widget li.googleplus {
    background-color: #dd4b39;
}

.social-media-widget li.pinterest {
    background-color: #cb2027;
}

.social-media-widget li.linkedin {
    background-color: #007bb5;
}

.social-media-widget li.rss {
    background-color: #F36F24;
}

.social-media-widget li.youtube {
    background-color: #bb0000;
}

.social-media-widget li.instagram {
    background-color: #125688;
}
.title-area {
    position: relative;
    padding: 10px 40px 0;
}
.title-area h3, .title-area h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    word-wrap: break-word;
}
.large-post-meta .avatar img {
    max-width: 30px;
    border: 1px solid #eee;
    margin-right: 5px;
}



