/* COLOURS */
html {
  position: relative;
  min-height: 100%;
  font-family: 'Open Sans Condensed', sans-serif !important;
}
body {
  font-family: 'Open Sans Condensed', sans-serif !important;
  padding-top: 120px;
}
a{
    cursor: pointer;
}
a:hover{
    text-decoration:none;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans Condensed', sans-serif !important;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  
}
/*blockquote {
    border-color:#E98787;
}*/
.CursorPointer{
    cursor: pointer;
}
.ForceBlock{
    clear: both;
    display: block;
    height: 1px;
}
.TextJustify{
    text-align: justify;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
#pleaseWaitDialog {
  position: absolute;
}
#pleaseWaitDialog .progress {
  position: relative;
  width: 300px;
  left: 50%;
  top: 50vh;
  margin-left: -150px;
}
.clearfix {
  display: inline-block;
}
/* start commented backslach hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.divInfo:empty {
  display: none;
}
.hide {
  display: none;
}
.button {
  background-color: #c1272d;
  color: #fff !important;
  padding: 10px;
  font-family: sans-serif;
}
/* NAVBAR */
.nav{
      font-family: 'Open Sans Condensed', sans-serif !important;
}
.navbar-inverse {
  background-color: #fff !important;
  color: #2c1f2c;
  font-family: sans-serif;
  border-bottom: 1px solid #e6e6e6 !important;
}
.navbar-inverse .navbar-brand {
  margin-top: -18px;
}
.navbar-inverse .navbar-nav li {
  /*padding: 15px 0 !important;*/
}
.navbar-inverse .navbar-nav li a {
  color: #2c1f2c !important;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 70px;
}
.navbar-inverse .navbar-nav li a:hover {
  color: #c1272d !important;
}
.navbar-inverse .navbar-nav li.open a {
  background-color: #c1272d;
  color: #fff !important;
}
.navbar-inverse .dropdown-menu {
  background-color: #c1272d;
}
.navbar-inverse .dropdown-menu li {
  padding: 0 !important;
}
.navbar-inverse .dropdown-menu li a {
  padding: 5px 10px;
  color: #fff !important;
  line-height: 35px;
}
.navbar-inverse .dropdown-menu li a:hover {
  background-color: #d94a46;
}
.navbar-inverse li.follow-link {
  padding: 0 !important;
  line-height: 60px !important;
}
.navbar-inverse li.follow-link a {
  display: inline-table;
  padding: 10px 5px;
  padding-bottom: 0;
  margin-top: 10px;
  color: #2c1f2c !important;
  line-height: 70px !important;
}
.navbar-inverse li.follow-link a.HoverLinkFacebook i:hover {
  background-color: #3a5795;
  color: #fff;
}
.navbar-inverse li.follow-link a.HoverLinkTwitter i:hover {
  background-color: #55acee;
  color: #fff;
}
.navbar-inverse li.follow-link a.HoverLinkRSS i:hover {
  background-color: #e67e22;
  color: #fff;
}
.navbar-inverse li.follow-link a.HoverLinkEmail i:hover {
  background-color: #8cc63f;
  color: #fff;
}
.navbar-inverse li.follow-link a i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 32px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 20px;
  transition: background-color ease-in-out 500ms;
  -webkit-transition: background-color ease-in-out 500ms;
  -moz-transition: background-color ease-in-out 500ms;
}
/* SECONDARY NAV */
#secondary-nav {
  background-color: #f5f5f5;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 1000;
}
#secondary-nav .btn-all,
#secondary-nav .btn-media,
#secondary-nav .btn-marketing,
#secondary-nav .btn-socialmedia,
#secondary-nav .btn-publicity {
  font-family: sans-serif;
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #2c1f2c;
}
#secondary-nav .btn-all.active {
  background-color: #e6e6e6;
  color: #2c1f2c;
}

#secondary-nav .btn-marketing.active {
  background-color: #448aff;
  color: #fff;
}
#secondary-nav .btn-socialmedia.active {
  background-color: #F39C12;
  color: #fff;
}
#secondary-nav .btn-media.active {
  background-color: #c1272d;
  color: #fff;
}
#secondary-nav .btn-publicity.active {
  background-color: #8bc34a;
  color: #fff;
}
#site-search input[type="text"] {
  background-color: #f5f5f5;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: 1px solid #dcdcdc;
  padding: 10px;
  font-family: sans-serif;
}
#site-search #btnSearch {
  background-color: #cccccc;
  padding: 10px 15px;
  border-radius: 0;
}
.CustomSearch{
    float: left; 
    margin-right: 10px; 
    padding: 7px 0 7px 10px;
    margin-top:5px;
}
/* SUB CATEGORIES */
ul#sub-categories {
  list-style: none;
  margin: 15px 0 15px 10px;
  padding: 0;
}
ul#sub-categories li {
  display: inline-block;
  margin: 0 5px 0 0;
}
ul#sub-categories li:first-child {
  margin-left: 0;
}
ul#sub-categories li:after {
  content: '•';
  display: inline-block;
  margin-left: 5px;
}
ul#sub-categories li a {
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: 300 !important;
  color: #2c1f2c;
  line-height: 30px;
  transition: all 0.5s;
}
ul#sub-categories li a:hover {
  color: #c1272d;
  text-decoration: none;
}

/* ARTICLE */
#article h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
#article h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
#article h3 {
    margin-top:20px;
  font-size: 22px;
  margin-bottom: 10px;
}
#article h4 {
    margin-top:20px;
  font-size: 20px;
  margin-bottom: 7px;
}
#article h6{
    margin: 15px 0 15px 0;
    line-height: 25px;
    padding: 12px 22px 12px 22px;
    display: block;
    color: #fff!important;
    font-size:18px;
}
#article h6 a{
    text-decoration:underline;
    font-style:italic;
    /*color:#2A6496 !important;*/
    color:black !important;
    
}
.h6-bg-media{
    background-color:#e45e5e;
}
.h6-bg-marketing{
    background-color:#5ea7dc;
}
.h6-bg-publicity{
    background-color:#a3b83b;
}
.h6-bg-social{
    background-color:#EDB169;
}
.bq-media {
    text-align: center;
    font-size: 23px;
    font-style: italic;
    font-family: sans-serif !important;
    border: none;
}
    .bq-media::before {
        content: '\201C';
        margin-right: 10px;
        color: #DC4444;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 60px;
        font-size: 75px;
        opacity: .6;
    }

    .bq-media::after {
        content: '\201D';
        margin-right: 10px;
        color: #DC4444;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 60px;
        font-size: 75px;
        opacity: .6;
    }

.bq-marketing {
    text-align: center;
    font-size: 23px;
    font-style: italic;
    font-family: sans-serif !important;
    border: none;
}

    .bq-marketing::before {
        content: '\201C';
        margin-right: 10px;
        color: #5ea7dc;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 60px;
        font-size: 75px;
        opacity: .6;
    }

    .bq-marketing::after {
        content: '\201D';
        margin-right: 10px;
        color: #5ea7dc;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 60px;
        font-size: 75px;
        opacity: .6;
    }
.bq-publicity {
    text-align: center;
    font-size: 23px;
    font-style: italic;
    font-family: sans-serif !important;
    border: none;
}

    .bq-publicity::before {
        content: '\201C';
        margin-right: 10px;
        color: #a3b83b;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 60px;
        font-size: 75px;
        opacity: .6;
    }

    .bq-publicity::after {
        content: '\201D';
        margin-left: 0px;
        color: #a3b83b;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 60px;
        font-size: 75px !important;
        opacity: .6;
    }
.bq-social {
    text-align: center;
    font-size: 23px;
    font-style: italic;
    font-family: sans-serif !important;
    border: none;
}

    .bq-social::before {
        content: '\201C';
        margin-right: 10px;
        color: #EDB169;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 60px;
        font-size: 75px;
        opacity: .6;
    }

.bq-social::after {
    content: '\201D';
    margin-left: 0px;
    color: #EDB169;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 60px;
    font-size: 75px !important;
    opacity: .6;
}

#article p {
  font-size: 18px;
}
#article .social-sharing {
  float: right;
  position: relative;
}
.icons.social-sharing a img{
  /*height: 42px;
  position: relative;
  right: 0;
  top: -10px !important;
  width: 42px;
  display:inline-block;
  width: 100% !important;
    height: auto!important;*/
  width:5rem!important;
  height:auto!important;
  margin:5px;
}
/*#article .social-sharing .ShareIcon img{
        width: 5rem !important;
    height: auto!important;
    display: inline-block!important;
}*/

#article .social-sharing span {
  top: -10px;
}
#article .social-sharing .facebook,
#article .social-sharing .twitter,
#article .social-sharing .pinterest,
#article .social-sharing .linked-in,
#article .social-sharing .google-plus,
#article .social-sharing .email {
  background-color: #e6e6e6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#article .social-sharing .facebook i,
#article .social-sharing .twitter i,
#article .social-sharing .pinterest i,
#article .social-sharing .linked-in i,
#article .social-sharing .google-plus i,
#article .social-sharing .email i {
  color: #b3b3b3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#article .social-sharing .facebook:hover i,
#article .social-sharing .twitter:hover i,
#article .social-sharing .pinterest:hover i,
#article .social-sharing .linked-in:hover i,
#article .social-sharing .google-plus:hover i,
#article .social-sharing .email:hover i {
  color: #ffffff;
}
#article .social-sharing .facebook:hover {
  background-color: #3a5795;
}
#article .social-sharing .twitter:hover {
  background-color: #55acee;
}
#article .social-sharing .linked-in:hover {
  background-color: #0077b5;
}
#article .social-sharing .pinterest:hover {
  background-color: #d01d15;
}
#article .social-sharing .google-plus:hover {
  background-color: #d73d32;
}
#article .social-sharing .email:hover {
  background-color: #8cc63f;
}
#article .date-author {
  font-family: sans-serif;
  float: left;
  margin-bottom: 12px;
}
#article .date-author span {
  display: inline-block;
  padding: 5px;
}
#article .date-author .dt-date {
  background-color: #e6e6e6;
  padding: 6px;
}
.dt-date{
    font-family: 'Open Sans Condensed', sans-serif !important;
    
}
.dt-category {
    font-family: 'Open Sans Condensed', sans-serif !important;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12pt;
}
#article .date-author .dt-category {
  color: #fff;
  padding: 5px;
  padding-top: 3.5px;  
  font-size: 12pt;
}
#article .article-intro {
    font-family: 'Open Sans Condensed Light', sans-serif !important;
  font-size: 21px;
  margin: 0 0 20px 0;
  line-height:1.3;
}
#article .article-intro p {
    font-family: 'Open Sans Condensed Light', sans-serif !important;
  font-size: 21px;
  margin: 0 0 20px 0;
  line-height:1.3;
}
#article img{
    max-width:100%;
    height:auto;
      margin-left:auto;
    margin-right:auto;
    display:block;
}
#article .article-image {
  float: left;
  margin: 0 0 5px 0;
  width:300px;
  max-width: 300px; 
  height: auto;
}
figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
    font-style:italic;
    font-size:16px;
}

/*centre social posts*/
#article twitterwidget{
    margin:0 auto;
}


@media screen and (max-width: 430px) {
    #article .article-image {
      margin: 0 0 20px 0;
      width:100%;
      max-width: 250px;
    }
}

.article-image-block{
    float: left; 
    margin: 0 20px 0 0;
}
#article .article-body {
     font-family: 'Open Sans Condensed Light', sans-serif !important;
  font-size: 18px;
}
#article .article-body p {
     font-family: 'Open Sans Condensed Light', sans-serif !important;
  font-size: 18px;
}
#article #article-navigation {
  border-bottom: 1px solid #ecf0f1;
  border-top: 1px solid #ecf0f1;
  margin-top: 35px;
  padding: 10px 0 5px 0;
}
.marginTop20{
    margin-top: 20px;
}
#article .next-button,
#article .previous-button {
  color: #fff;
  display: inline-block;
  /*font-family: sans-serif;*/
  font-size: small;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; 
}
#article .float-left {
  float: left;
}
#article .float-right {
  float: right;
}
#article .next-button {
  background: #c1272d url("../img/next.png") no-repeat 99%;
  text-align: left;
  padding: 10px 20px 10px 10px;

  /*background: #c1272d url('/img/SpriteImages.png') no-repeat -41px -149px;
	    width: 12px;
	    height: 22px;
        text-align: left;
  padding: 10px 20px 10px 10px;*/
}
#article .next-button span {
  float: left;
}
#article .previous-button {
  background: #c1272d url("../img/prev.png") no-repeat 5px;
  text-align: right;
  padding: 10px 10px 10px 20px;
}
#article .previous-button span {
  float: right;
}
#article ul li {
  padding: 5px 0px;
}

/*RATING SYSTEM*/
.article-rating{
       width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
    display: block;
    padding-left: 3rem;
}
.article-rating img{
    display: inline-block !important;
    margin-right: 2.5rem !important;
    cursor:pointer;
    vertical-align:bottom;
}
.article-rating .badge{
    right: 1rem;
    position: absolute;
    top: -5rem;
 font-size:1.3rem;
}
.article-rating img.small {
   
    height: 8rem !important;
  
}
.article-rating img.medium {
   
    height: 9rem !important;
  
}
.article-rating img.large {
   
    height: 9.5rem !important;
  
}


/* ARTICLE GRID */
#ArticleGrid {
  margin: 0 auto;
}
#ArticleGrid .article {
  background-color: #fff;
  border: 1px solid #cccccc;
  
  /*margin: 10px;*/
  -moz-transition: box-shadow ease-in-out 500ms;
  padding: 20px;
  transition: box-shadow ease-in-out 500ms;
  -webkit-transition: box-shadow ease-in-out 500ms;
  
   width: 100%;
   
}
#ArticleGrid .article:hover {
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}
#ArticleGrid .article h4 {
  font-size: 21px;
  margin-top: 20px;
}
#ArticleGrid .article p {
  font-size: 16px;
}
#ArticleGrid a{
    color: rgba(48, 48, 48, 0.9);
     text-decoration: none;
}
#ArticleGrid .article p.article-image {
  text-align: center;
  float: none;
}
#ArticleGrid .article p.article-image img {
  display: inline-block;
}
#ArticleGrid .article .social-sharing {
  float: right;
  position: relative;
  top: 5px;
}
#ArticleGrid .article .social-sharing a {
  height: 42px;
  position: absolute;
  right: 0;
  /*top: -10px;*/
  width: 42px;
}
#ArticleGrid .article .date-author {
  font-family: sans-serif;
  float: left;
  margin: 10px 0 20px -20px;
}
#ArticleGrid .article .date-author span {
  display: inline-block;
  font-size: 12px;
  padding: 5px;
}
#ArticleGrid .article .date-author .dt-date {
  background-color: #e6e6e6;
}
#ArticleGrid .article .date-author .dt-category {
  color: #fff;
}
#ArticleGrid .article .article-image {
  float: left;
  margin: 0 0 0 0;
}
#ArticleGrid .article .article-body {
  clear: both;
  font-size: 16px;
}
#ArticleGrid .advert {
  border: none !important;
  transition: none;
}
#ArticleGrid .advert:hover {
  box-shadow: none;
  cursor: pointer;
}

.article_engagement{
    position:fixed;
    top:35%;
    left:7%;
}
.article_engagement button{
    display:block;
    margin-bottom:2rem;
        /* width: 100px; */
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    /*box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);*/
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    outline:0;
}
.article_engagement button:focus{
  outline:0;
}
.article_engagement i{
    font-size:25px;
}
.article_engagement .btn .badge{
        top: -23px;
    left: -2px;
}

a.more-button {
  background-color: #2c1f2c;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-family: sans-serif;
  margin-top: 25px;
  padding: 20px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
a.more-button:hover {
  color: #c1272d;
}
/* SEARCH RESULT */
.SearchResult {
  border-bottom: 1px dotted #cccccc;
  margin: 15px 0;
  padding-bottom: 15px;
  color: #333;
  display: block;
  text-decoration: none !important;
}
.SearchResult h3 {
  margin-bottom: 0 !important;
}
.SearchResult .date-author {
  font-family: sans-serif;
  float: left;
  margin: 10px 0 10px 0;
}
.SearchResult .date-author span {
  display: inline-block;
  font-size: 12px;
  padding: 5px;
}
.SearchResult .date-author .dt-date {
  background-color: #e6e6e6;
}
.SearchResult .date-author .dt-category {
  color: #fff;
}
/* ICONS */
.icons .facebook,
.icons .twitter,
.icons .pinterest,
.icons .google-plus,
.icons .email,
.icons .share,
.icons .linked-in {
  display: inline-table;
  text-decoration: none;
  position: absolute;
}
.icons .facebook i,
.icons .twitter i,
.icons .pinterest i,
.icons .google-plus i,
.icons .email i,
.icons .share i,
.icons .linked-in i {
  color: #fff;
  display: table-cell;
  font-size: 24px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  width: 42px;
}
.icons .facebook {
  background-color: #3a5795;
  /*z-index: 1;*/
}
.icons .facebook:hover {
  background-color: #6179aa;
}
.icons .twitter {
  background-color: #55acee;
  /*z-index: 1;*/
}
.icons .twitter:hover {
  background-color: #77bdf1;
}
.icons .linked-in {
  background-color: #0077b5;
  /*z-index: 1;*/
}
.icons .linked-in:hover {
  background-color: #268bc0;
}
.icons .pinterest {
  background-color: #d01d15;
  /*z-index: 1;*/
}
.icons .pinterest:hover {
  background-color: #d94a44;
}
.icons .google-plus {
  background-color: #d73d32;
  /*z-index: 1;*/
}
.icons .google-plus:hover {
  background-color: #df645b;
}
.icons .email {
  background-color: #8cc63f;
  /*z-index: 1;*/
}
.icons .email:hover {
  background-color: #a3d165;
}
.icons .share {
  background-color: #e6e6e6;
  /*z-index: 2;*/
  /*top: -10px;*/
  cursor: pointer;
  position: relative;
}
.icons .share:hover {
  background-color: #f0f0f0;
}
.icons .share i {
  color: #b3b3b3 !important;
  display: table-cell;
  font-size: 24px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  width: 42px;
}
#article-sidebar .back-to-articles {
  background: #c1272d url("../img/prev.png") no-repeat 10px;
  color: #fff;
  display: inline-block;
  /*font-family: sans-serif;*/
  font-size: small;
  padding: 15px 10px;
  text-align: right;
  text-decoration: none;
  width: 100%;
}
#article-sidebar .back-to-newsletter {
  background: #458ccc url("../img/newsletter.png") no-repeat 10px;
  color: #fff;
  display: inline-block;
  /*font-family: sans-serif;*/
  font-size: small;
  padding: 15px 10px;
  text-align: right;
  text-decoration: none;
  width: 100%;
}
#article-sidebar h3 {
  border-bottom: 3px double #ecf0f1;
  font-size: 32px;
  padding: 0 0 15px 0;
}
#article-sidebar h4 {
  font-size: 18px;
  margin-bottom: 0;
}
#article-sidebar h4 a {
  color: #000;
}
#article-sidebar .related-article {
  border-bottom: 1px dashed #ecf0f1;
  margin: 20px 0;
  padding-bottom: 20px;
}
#article-sidebar #ads {
  margin: 25px 0;
}
#article-sidebar #ads img {
  border: 1px solid #e6e6e6;
}
/* FOOTER */
#site-footer {
    font-family: 'Open Sans Condensed', sans-serif !important;
  background-color: #c1272d;
  color: #fff;
  font-family: sans-serif;
  margin-top: 50px;
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
}
#site-footer a {
  color: #fff;
}
#site-footer p {
  text-align: center;
}
#site-footer #quick-links li {
  padding: 15px 10px;
}
#site-footer #quick-links li:first-child {
  padding-left: 5px;
}
#site-footer #footer-social-links li a {
  display: inline-table;
}
#site-footer #footer-social-links li a i {
  background-color: #fff;
  border-radius: 50%;
  color: #c1272d;
  display: table-cell;
  font-size: 24px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  width: 48px;
}
/* MODALS */
#contribute-modal {
  font-size: 18px;
}
#contribute-modal a {
  color: #c1272d;
}
/* STATIC PAGES */
#about-us,
#disclaimer,
#advertising,
#contact-us,
#newsletter {
  font-size: 18px;
}
#about-us a,
#disclaimer a,
#advertising a,
#contact-us a,
#newsletter a {
  color: #c1272d !important;
}
#contact-details span {
  display: inline-block;
  font-size: large;
  width: 32px;
}
#newsletter input[type="text"],
/*#newsletter input[type="tel"],*/
#newsletter input[type="email"] {
  max-width: 400px;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
}
.newsletterTel{
    max-width: 400px;
  width: 100%;
  margin-bottom: 5px;
 
}
.intl-tel-input{
    display:block !important;
    font-size:18pt;
}
 
#newsletter .button {
  color: #fff !important;
}


@media (max-width: 638px) {
    #ArticleGrid .article {
        margin-bottom: 15px;
      }
  
}
@media (max-width: 767px) {
  body {
    padding-top: 75px;
  }
  #site-footer {
    height: 300px;
  }
  #site-footer h3,
  #site-footer ul {
    padding: 0 20px;
  }
  #site-footer .row {
    margin: 0;
  }
  .follow-link {
    display: inline-block !important;
    margin-bottom: 10px;
  }
  #secondary-nav {
    top: 50px;
  }
  #secondary-nav a {
    font-size: 12px;
  }
  #secondary-nav .row {
    padding: 0 10px;
  }
  .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
    /*#article .social-sharing {
    top: 20px;
  }*/
  #article .float-left,
  #article .float-right {
    float: none;
  }
  #article .next-button,
  #article .previous-button {
    width: 100%;
  }
  .navbar .container {
    margin-left: 15px;
  }
  .navbar-inverse li:open a:hover {
    color: #c1272d !important;
  }
  .navbar-inverse .navbar-brand {
    margin-top: -18px;
  }
  .navbar-inverse .navbar-brand img {
    height: 55px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #c1272d !important;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:active,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #c1272d !important;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .navbar-inverse .navbar-toggle:active .icon-bar,
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff !important;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #c1272d !important;
  }
  .navbar-inverse li a {
    line-height: 40px !important;
  }
  .navbar-inverse .navbar-nav li.open a:hover {
    color: #c1272d !important;
  }
  .wrapper {
    overflow:hidden;
  }
}

@media (max-width: 1460px){
    .article_engagement{
  
    left:4%;
}
}
@media (max-width: 1354px){
    .article_engagement{
  
    left:1%;
}
    
}
@media (max-width: 843px){
    .article_engagement{
  
    display:none;
}
}

.dt-keyword{
    font-family: 'Open Sans Condensed', sans-serif !important;
    margin-top: 5px;
    background-color: #E6E6E6; 
    color: #808080;
    padding: 5px;
    cursor: pointer;
    font-size: 10pt;
    display: inline-block;
}
.GalleryImage{
    height: 100px; 
    padding: 5px;
}
.MasterPP {
    width: 33px;
    height: 33px;
    -moz-box-shadow: 0px 0px 1px #b3b3b3;
    -webkit-box-shadow: 0px 0px 1px #b3b3b3;
    box-shadow: 0px 0px 1px #b3b3b3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.badgeNoti{
    position: relative;
    top: -10px;
    right: 5px;
    background-color: #DC4444;
}

/* MY NOTIFICATIONS */
.MyNotificationBox {
    border-left: 3px solid #DC4444;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
}
.MyNotificationBoxUnseen {
    border-left: 3px solid #8cc63f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
}
.MyNotificationBox b{
    font-size: 13pt;
    display: block;
}
.MyNotificationBox time{
    float:right;    
    font-size: 8pt;
}


.MyContributionBox{
      border-left: 3px solid #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
}
.MyContributionBox b{
    font-size: 13pt;
    display: block;
}
.MyContributionBox time{
    font-size: 8pt;
    display: block;
}
.MyContributionBoxStory{
    padding: 10px;
    font-size: 10pt;
}


.MyProfilePP{
     width: 65px;
    height: 65px;
    -moz-box-shadow: 0px 0px 1px #b3b3b3;
    -webkit-box-shadow: 0px 0px 1px #b3b3b3;
    box-shadow: 0px 0px 1px #b3b3b3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*float:left;*/
    margin-right: 10px;
}

.dt-bookmark{
    font-size: 12pt;
}

.margin5{
    margin: 5px;
}
.marginTop5{
    margin-top: 5px;
}
.carousel-control{
            background-image: none !important;
        }
        .carousel{
            cursor: pointer;
        }
.BackgroundSizeCover{
    background-size: cover;
}

.ColorWhite{
    color: white;
}

.Font8{
    font-size: 8pt;
}

.RegisterBenefitList{
    list-style-type:disc; 
    text-align:left;
}

.Width100{
    width: 100%;
}
.Width50{
    width: 50%;
}

.EffectiveMeasureImg{
    position: absolute; 
    left: -5px;
}

.BorderZero{
    border:0;
}

/*EMBEDDED VIDEO'S*/
.youtubevideowrap{
    max-width:550px;
    display:block;
    margin:0 auto;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    display: block !important;
margin: 0 auto !important;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-container-tiktok {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto !important;
    height:750px !important;
    border:none !important;
    box-sizing:border-box !important;
}

    .video-container-tiktok iframe, .video-container-tiktok object, .video-container-tiktok embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.twitter-video.twitter-video-rendered{
    max-width:550px !important;
    min-width:0 !important;
 display: block !important;
margin: 0 auto !important;
}
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
     display: block !important;
margin: 0 auto !important;
}

.navigation-button:hover {
    transition: .1s;
    background-color: #c1272d;
}

.navigation-button:hover i {
    transition: .1s;
    color: #FFF !important;
}

.navigation-button:hover p {
    transition: .1s;
    color: #FFF !important;
}