body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 13px;
    background: #eeeeee;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.h3,
h3 {
    font-size: 21px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}
img{
    max-width: 100%;
}
a:link {
    color: #000;
    text-decoration: none;
    display: inline-block;

}
a:focus, a:hover {
    color: #f48624 ;


}
.align-left {
    float: left;
}

.align-right {
    float: right;
}
.space{
    padding: 15px;
}
.space .thumbnail{
    margin-top: 5px;
    padding: 0;
    border: 0;
}
.space .thumbnail .caption{
    padding: 9px 0; 
    font-size: 14px;
}
.gallery-caption{
    position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 16px;
    padding: 12px;
    display: block;
}

.purple {
    background: #840ea6;
    padding: 0;
}

.white{
    background: #fff;
}
.green {
    background: #086569;
    padding: 0;
}

.orange {
    background: #f5831e;
    padding: 0;
}

.blue {
    background: #095c9e;
    padding: 0;
}

.purple img, .orange img, .green img, .blue img {
    height: 400px;
    width: 100%;
}
/*********AD *******/
.ad-cover{
    padding: 0;
}
.ad-leaderboard{
    background: #ddd;
    text-align: center;
    display: block;
    color: #bbb;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    padding: 20px 5%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
/****** TOP NAVIGATION *******/
.wp-magazine-top-info {
    background: #000;
}
.wp-magazine-top-info i{
    padding: 10px;
    color: #fff;
}
ul.wp-magazine-top-nav{
    padding: 10px 0;
    margin-bottom: 0;
    overflow: hidden;
    color: #fff;
}
ul.wp-magazine-top-nav li{
    float: left;
    display: inline-block;
    padding: 0 5px;
}
ul.wp-magazine-top-nav li a{
    padding: 0 10px;
    color: #ccc;
}
ul.wp-magazine-top-nav li a:hover{
    padding: 0 10px;
    color: #fff;
}


/*********** Review ***********/
.review-info {
    position: absolute;
    right: 10px;
    top:10px;
}
.review-info i{
    padding-right: 3px;
}
.review-info a{
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}
.review-info a:hover{
    color: #ccc;
}
/************VIDEO **********/
.thumbnail .embed-responsive{
    padding-bottom: 60% !important;
}


/******** DROPDOWN ********/
.sub-menu-parent { position: relative; }

.sub-menu { 
    background: #fff;
    box-shadow: 2px 2px 5px #000;
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  transform: translateY(-1em);
  z-index: 100;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.wp-magazine-nav ul.sub-menu li{
    padding: 0;
}
.wp-magazine-nav ul.sub-menu li a{
    color: #000;
    padding: 10px;
    font-size: 1em;
    border-bottom: 1px solid #ddd;
    width: 100%;    
}
.wp-magazine-nav ul.sub-menu li a:hover{
    background: #eee;
    color: #b71c1c;
}
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 100;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
ul.dropdown-menu{
    top: 28px;
    border-radius: 0;
    transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
ul.dropdown-menu li{
    
}
.dropdown:hover .dropdown-menu{
     visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.wp-magazine-nav ul.dropdown-menu>li>a{
    color: #000;
    font-size: 13px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
.wp-magazine-nav ul.dropdown-menu>li>a:hover{
    color: #b71c1c;
}

/***** Mega dropdown *******/
.dropIt:hover .dropdown-items{
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 100;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.dropdown-items{
  width: 100%;
  position: absolute;
  left: 0;
  top: 52px;
  overflow: hidden;
  background: #fff;
 -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.25);
  box-shadow: 0 0px 10px rgba(0,0,0,0.25);
    transform: translateY(-1em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    visibility: hidden; /* hides sub-menu */
  opacity: 0;
    z-index: 100;
}
.dropdown-box{
  padding: 10px 20px;
}
.dropdown-item{
  background: #fff;
    padding: 20px;
}
.dropdown-item .thumbnail{
  border: 0;
  padding: 0;
}

.wp-magazine-popular{
    position: relative;
    margin-bottom: 10px;
}
.wp-magazine-popular img {
    height: 180px;
    max-width: 100%;
   
}

h4.wp-magazine-thumb {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 24px;
}

.wp-magazine-highlight {
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+99 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.tag-purple, .tag-green, .tag-orange, .tag-blue {
    
    background: rgba(132, 14, 166, 1);
    position: absolute;
    top: -40px;
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tag-purple a, .tag-green a, .tag-orange a, .tag-blue a{
    color: #ddd;
    padding: 5px 10px;
    display: block; 
}
.tag-purple a:hover, .tag-green a:hover, .tag-orange a:hover, .tag-blue a:hover{
    color: #fff;
}
.tag-green {
    background: rgba(8, 101, 105, 1);
}

.tag-orange {
    background: rgba(245, 131, 30, 1);
}

.tag-blue {
    background: rgba(9, 92, 158, 1);
}
.wp-magazine-inner-bg .tag-purple, .wp-magazine-inner-bg .tag-green, .wp-magazine-inner-bg .tag-orange, .wp-magazine-inner-bg .tag-blue{
    position: relative;
    background: rgba(132, 14, 166, 1);
    top: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.wp-magazine-inner-bg .tag-green {
    background: rgba(8, 101, 105, 1);
}
.wp-magazine-inner-bg .wp-magazine-highlight{
    background: none;
}
.date {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block;

}

.wp-magazine-block {
    border-right: 1px solid #fff;
    margin: 20px 0;
}

.badge-news {
    background: #b71c1c;
    padding: 9px 20px;
    position: relative;
    color: #fff;
    font-weight: 500;
    left: 0px;
    top: 5px;  
    text-transform: uppercase;
    display: inline-block;
}
.wp-magazine-right{
    background: #fff;
    float: left;
    padding: 15px 5% 15px;
    position: absolute;
    background: #fff;
    color: #000;
    bottom: 0px;
}
.diamond-shape {
    width: 25px;
    height: 25px;
    background: #b71c1c;
    display: inline-block;
    /* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: absolute;
    right: -25px;
    top: 10px;
}


.wp-magazine-breaking-news-cover{
    background: #fff;
}
ul.wp-magazine-breaking-news{
    
}
ul.wp-magazine-breaking-news li{
    padding: 20px 10px 2px 0;;
    list-style-type: none;
    border-bottom: 1px solid #eee;  
}
ul.wp-magazine-breaking-news h5{
    line-height: 20px;
}



.wp-magazine-full-button {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px;
    border:1px solid #b71c1c;
    color: #b71c1c;
    font-weight: 500;
     -webkit-transition: background-color 100ms ease-out 50ms;
    -moz-transition: background-color 100ms ease-out 50ms;
    -o-transition: background-color 100ms ease-out 50ms;
    transition: background-color 100ms ease-out 5ms;
        border-radius: 3px;
        margin: 5px 0;
}

.wp-magazine-full-button:hover {
    color: #fff;
    text-decoration: none;
    background: #b71c1c;

}

.wp-magazine-media-thumb {
    margin-top: 0;
    background: #fff;
    padding: 15px;
}
.wp-magazine-media-thumb:hover{
    color: #f48624;

}
/**********
Tab
**********/
.nav-tabs>li>a{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.nav-tabs>li>a:hover{
    background: #ccc;
    color: #000;
}
.nav-tabs>li.active>a {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #000;
    border-top: 2px solid #000;
}
.tab-content{
    background: #fff;
    padding: 20px 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
}
.tab-content .thumbnail {
    border: 0;
}
.tab-content .wp-magazine-media-thumb{
    background: none;
}
.tab-content .media-left-thumb{
    border: 0;
    padding: 5px;
}
.media-body{
    font-weight: 400;
    font-size: 14px;
}

/*********LABEL ****/
.wp-magazine-label-default{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px 10px;
    margin: 2px 0;
    display: inline-block;
}
.wp-magazine-label-default a{
    color: #fff;
    font-weight: 300;
}
/******** MENU ****/

.wp-magazine-nav .top-menu {
    padding: 0;
    background: #b71c1c;
}

#wp-magazine-logo {
    font-size: 24px;
    margin: 0;
    padding: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    display: block;
}
#wp-magazine-logo a{
    color: #b82222;
}
.wp-magazine-nav #wp-magazine-logo a span {
    color: #F95959;
}

.wp-magazine-nav a {
    padding: 10px;
    color: #fff;
    font-size: 23px;
}

@media screen and (max-width: 768px) {
    .wp-magazine-nav .menu-1 {
        display: none;
    }
}

.wp-magazine-nav ul {
    padding: 0;
    margin:  0;
}

.wp-magazine-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.wp-magazine-nav ul li a {
    font-size: 15px;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wp-magazine-nav ul li a:hover,
.wp-magazine-nav ul li a:focus,
.wp-magazine-nav ul li a:active {
    color: #ddd;
    background: #9b0f0f;
}

.wp-magazine-nav ul li.has-dropdown {
    position: relative;
}

.wp-magazine-nav ul li.has-dropdown .dropdown {
    width: 140px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #000;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.wp-magazine-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.wp-magazine-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.wp-magazine-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.wp-magazine-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}

.wp-magazine-nav ul li.has-dropdown .dropdown li a:hover {
    color: #fff;
}

.wp-magazine-nav ul li.has-dropdown:hover a,
.wp-magazine-nav ul li.has-dropdown:focus a {
    color: #000;
}

.wp-magazine-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

.wp-magazine-nav ul li.btn-cta a span {
    background: #f95959;
    padding: 4px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.wp-magazine-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.wp-magazine-nav ul li.active > a {
    color: #fff !important;
    position: relative;
    background: #9b0f0f ;
}

.wp-magazine-nav ul li.active > a:after {
    position: absolute;
    bottom: 25px;
    left: 15px;
    content: '';
    width: 20px;
    height: 2px;
    margin: 0 auto;
}


/******** 768 ******/

#page-content-wrapper {
    padding: 0px;
}
.wp-magazine-header-ad{
    padding: 20px;
}
h1.wp-magazine-h1 {
    color: #b71c1c;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #b71c1c;
    font-weight: 700;
    padding: 5px 0;
    clear: both;
}

.wp-magazine-tagsover {
    position: absolute;
    top: 20px;
}

.wp-magazine-tagsover span {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 1);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.wp-magazine-tagsover span a{      
        color: #ddd;
}
.wp-magazine-tagsover span a:hover{

        color: #fff;
}
.xclusive p{
    padding: 15px;
    background: #fff;
    font-size: 14px;
}
.wp-magazine-tagsover span.tag-xclusive {
    background: rgba(183, 28, 28, 1);
    letter-spacing: 1px;
}
.wp-magazine-tagsover + img {
 width: 100%;
}
.media-left-thumb {
        border-bottom: 1px solid #ccc;
}

.media-left-thumb img {
    width: 80px;
}
.media-center-thumb img {
    width: 170px;
}
/******* GALLERY *******/
.carousel-indicators{
    position: relative;
    margin-left: 0;
    left: 0%;
    width: 100%;
}
.carousel-indicators li{
    text-indent: 0px;
    width: 80px;
    height: 80px;
    border: 0;
    background: none;
}
.carousel-indicators .active{
    width: 80px;
    height: 80px;

}
.carousel-indicators li img{
    border:2px solid #fff;
    opacity: 0.8
}
.carousel-indicators li img:hover{
    opacity: 1;
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
}
.carousel-caption{
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
}
.gallery{
    margin: 20px 0;
    display: block;
    overflow: hidden;
    background: #fff;
}
.gallery h4{
    text-align: center;
}
.gallery img{
    max-width: 100%;
}
.media-heading{
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}
/******** LIST GROUP *********/

ul.list-group{
    margin-bottom: 0;
}

.ul.list-group li.list-group-item{
    background: #fafafa;
    color: #000;
}
.ul.list-group li.list-group-item a{
    color: #000;
}
.ul.list-group li.list-group-item a:hover{
    color: #f48624;
    text-decoration: none;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/**************** Verticle Tab *****************/

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;

  margin-top: 0px;
  margin-left: 0px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
    padding: 0px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #eee;
  background-image: #eee;
  color: #fff;

}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #eee;
}

div.bhoechie-tab-content{
  background-color: #fff;
  /* border: 1px solid #eeeeee; */
    margin-left: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    border: 1px solid #eee;
}
div.bhoechie-tab-menu .media-left, .media>.pull-left {
    padding-right: 0;
}
div.bhoechie-tab-menu img{
    width: 70px;
}















/********** FOOTER STARTS *******/
footer{
    background: #b92323;
    margin-top: 10px;
    color: #fff;
}
footer .cover{
    padding: 20px;
}
footer .cover .list-group-item{
    background: none;
    border:none;
    border-bottom: 1px solid #c74f4f;
}
footer .cover .list-group-item a{
        color: #ccc;
}
footer .cover .list-group-item a:hover{
    color: #fff;
}
footer .cover a i{
    color: rgba(255, 255, 255, 0.2);
        font-size: 20px;
    margin: 3px;
}
footer .cover a:hover i{
    color: rgba(255, 255, 255, 1);
}
.wp-magazine-subfooter{
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 20px 5px 20px;
}
.wp-magazine-subfooter ul{
    float: right;
}
.wp-magazine-subfooter ul li{
    display: inline-block;
}
.wp-magazine-subfooter ul li a{
    color: #c74f4f;
    padding: 0 10px;
}
.wp-magazine-subfooter ul li a:hover{
    color: #fff;
}
/************** INNER PAGE **************/
.wp-magazine-inner-bg{
    background: #fff;
    padding: 10px  20px;
}
.post-tags{
    text-transform: uppercase;
}
.post-info-img{
    width: 50px;
}
.wp-magazine-inner-bg .media-body{
    padding: 20px;
}
.wp-magazine-inner-bg .post-date{
    color: #ccc;
}
a.reply{
    background: #ddd;
    display: inline-block;
    padding: 3px 5px;
    color: #000;
    font-size: 11px;
    
}
a.reply:hover{
    background: #ccc;
}
.help-block{
    font-size: 11px;
    font-style: italic; 
}
form.comment{
    margin-bottom: 50px
}
/************* SOCIAL ICONS *************/
.facebook-share, .twitter-share, .pinterest-share, .email-share, .social-comments, .whatsapp-share{
    border-radius: 3px;
    display: inline-block;
    margin-left: .1%;
    text-align: center;
    vertical-align: top;
    max-width: 200px;
    height: 25px;
}
.facebook-share {
    background: #3e64ad;
}
.twitter-share {
    background: #6aadd1;
}
.whatsapp-share {
    background: #6cd94e;
}
.pinterest-share {
    background: #de010d;
}
.email-share {
    background: #aaa;
}
.social-comments {
    border: 1px solid #bbb;
    background: #ddd;
    overflow: hidden;
}
.social-sharing{
    overflow: hidden;
    margin: 20px 0;
}
.social-sharing i{
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    line-height: 100%;
}
.social-sharing .social-comments i{
        color: #000;
    padding: 5px 0;
}
blockquote p{
    padding: 20px;
    font-size: 28px;
}
/******** POST INFO **************/
.post-info-wrap{
    margin: 20px 0;
    overflow: hidden;
}
.post-info-in{
    padding: 8px;
}
/*************** min-width 1200  *******/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/*************** min-width 768  *******/
@media (min-width: 768px) {
    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }
    .carousel-indicators {
        bottom: 0px;
    }
  
}
/************* Mobile Device Version **************/
.scroll-news{
        font-size: 20px;
    }


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .scroll-news{
        font-size: 20px;
    }
    .ad-leaderboard{
        font-size:1.2em
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .scroll-news{
            font-size: 20px;
    } 
    .ad-leaderboard{
        font-size:1.2em
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .scroll-news{
            font-size: 25px;
    }  
    .ad-leaderboard{
        font-size:1.7em
    }

}