/*
  Theme Name: kippametheme
  Theme URI: http://www.digitalcups.com
  Description: theme based on bootstrap 3 for ameinfo
  Version: 0.1.1
  Author: digitalcups
  Author URI: http://www.digitalcups.com
*/

/* ==============
    General
============== */
.visible-mobile{
  display: none;
}
.hidden-mobile{
  display: block;
}
@media (max-width: 767px){
  .visible-mobile{
    display: block;
  }
  .hidden-mobile{
    display: none;
  }
}



body{
  background: #ffffff;
  font-family: Georgia,Times,Times New Roman,serif;
  line-height: 1.25em;
  overflow: visible !important;
}

a {
  color: #000;
}
p {
    color: #646464;
    font-size: 16px;
}

.clear {
  clear:both;
}

.content{
  background: #ebebeb;
  padding:20px 0;
}

.post-img {
  background:#ffffff;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.post-txt {
    background-color: #fff;
    width:100%;
}

/*************************************** BEGIN: HEADER */
.logobar{
  background: #000000;
  padding:5px 0;
  height:65px;
  position:relative;
  z-index: 100;
}

.headerlogo{
  width:172px;
  height: 60px;
  margin:0 auto;
}

.headsocmedia{
  position:relative;
  color:#ffffff;
  float:right;
  top:-40px;
  text-align: right;
  padding:0;
}

.circle{
  border-radius: 50%;
  margin: 0.15em;
  font-size: 1em;
  padding: 6px 7px;
  background:#ffffff;
  color:#000000;
}

#searchformlink{
  color:#ffffff;
}

#socialbarlink{
  color:#ffffff;
}

#search{
  display:inline-block;
  border:1px #ffffff solid;
}

.btn-search{
  background-color: #000000;
  border:0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

#s{
  border-radius: 0;
  color:#000000;
  border:0;
  padding: 4px 0 8px;
  margin-left: 1px;
  width:170px;
}

.fa-search{
  margin: 0.8em;
}


.fa-facebook{
    padding: 6px 9px;
}
.fa-twitter{
}
.fa-linkedin{
}
.menu{
  height:53px;
  position: relative;
  z-index: 50000;
  border-bottom: 2px #F4F4F4 solid;
  background: #ffffff;
   width:100%;
}
.sticky {
  background: #000000;
  border-bottom: 0;
    position:fixed;
    top:0;
}

.aficionadomenu a{
  background:url('images/Aficionadomenuhead.png');
  background-repeat:no-repeat;
  background-position: left center;
  width:131px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: -8px;
}

.aficionadomenu a{
  content:"";
}

.stickyheaderlogo{
  height:52px;
  width:auto;
  display:none;
  overflow: hidden;
}

.stickyheaderlogo img{
  width:auto;
  height: 100%;
}


#menu-main-menu{
  float: left;
}
  

#navbarcollapse ul li{
  padding:0;
}

#menu-main-menu li{
  padding:0 20px;
  border-left: 1px #F4F4F4 solid;
  border-right:1px #F4F4F4 solid;
}

#menu-main-menu li a{
  text-transform: uppercase;
}

.navbar-collapse #menu-main-menu li.aficionadomenu{
  padding-left:11px;
  padding-right:11px;
}
.navbar-collapse #menu-main-menu .aficionadomenu.current-menu-item {
    background: #000000;
}
#menu-main-menu li:hover{
    background-color: #000000;  
}
#menu-main-menu li:hover > a {
  color:#ffffff;
}
.navbar-collapse #menu-main-menu .aficionadomenu.current-menu-item a {
    border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #000000;
  color:#ffffff;
}
.nav > li:hover,
.nav > li:focus {
  background-color: #000000;
}

.sticky .stickyheaderlogo{
  display:inline-block;
  float:left;
}

.skin_wrap .stickyheaderlogo{
  display:none;
}

.skin_wrap #menu-main-menu{
  margin-top:-36px;
  margin-left: 50px;
  margin-left: 0;
}

.sticky #menu-main-menu{
  margin-top:0;
  margin-left:5px;
}
.videoico{
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  min-height: 60px !important;
  position: absolute;
  width: 60px !important;
}

.sticky .navbar-collapse ul li{
  padding:0;
}

.sticky #menu-main-menu li{
  border-left: 0;
  border-right:0;
}

.sticky .navbar-collapse #menu-main-menu li.aficionadomenu{
  padding-left:11px;
  padding-right:11px;
}

.sticky #menu-main-menu li a{
  color:#ffffff;
}

.sticky #menu-main-menu li:hover{
    background-color: #ffffff;  
}

.sticky #menu-main-menu li:hover > a{
  background-color: #ffffff;
  color:#000000;
}

#navbarcollapse ul ul { 
  display: none; 
  position: absolute;
  top: 50px;
}

.sub-menu li{
  padding:10px 10px;
}

#navbarcollapse ul ul li { 
  float: none; 
  background: #000000;
  padding:10px 10px;
  margin-left: -40px;
}

#navbarcollapse ul ul li:hover{
  background: #ffffff;
}

#navbarcollapse ul ul li:hover > a{
  color:#000000;
}

#navbarcollapse ul ul li a:hover{
  text-decoration: none;
}

#navbarcollapse ul ul li a {
  color:#ffffff; 
  padding: 5px 1px;
  background:none;
}

#navbarcollapse ul li:hover > ul {
  display: block; 
}

/*************************************** END : HEADER */
.pagetitle{
  color:#000000;
  font-size:2.6em;
  padding:15px 15px;
}
.nopadding{
  padding:0;
}
/*************************************** BEGIN : BREADCRUMBS */

span.breadcrumbSeparator {
    float: left;
    font-size: 12px;
    padding: 0 8px;
    padding-top: 11px;
}

li{
  list-style-type: none;
}

/*************************************** END : BREADCRUMBS */


/*.blog-sidebar{*/
  /*text-align: center;*/
/*}*/


/************** BEGIN: SOCIALS BLOCK **/

footer {
  background-color: #FFF;
}
.sc_social_media {
    padding: 10px 0;
    text-align: center;
}
.sc_social_media .socialmedia_list {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    width: auto;
    text-align: center;
}
.socialmedia_list li {
    margin: 0 5px;
    display: inline;
}
.socialmedia_list a.socialmedia_icon {
        height: 32px;
    width: 36px;
    text-indent: -999px;
    display: inline-block;
    background: url('images/socialmedia_icons.png') scroll no-repeat 0 0 transparent;
    font-size: 0px;
}
.socialmedia_list a.socialmedia_icon.facebook { background-position: 0px 0px; }
.socialmedia_list a.socialmedia_icon.twitter { background-position: -46px 0px; }
.socialmedia_list a.socialmedia_icon.linkedin { background-position: -90px 0px; }
#navbarcollapse ul ul li.lowercasemenu a{text-transform: none;}


/* Start Sidebar scroll style */
.archive.category .content {
  padding: 5px 0;
}

.archive.category .footer {
  margin-bottom: -40px;
}

li.siemensmenu {
  width:96px;
}

.siemensmenu a{
  background:url('images/siemens.png');
  background-repeat:no-repeat;
  background-position: left center;
  width:96px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 5px;
}

.expert_info {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: arial;
    padding: 2px 10px 2px 16px;
    position: absolute;
    top: 51%;
    height:28px;
}
.expert_info a{
  color:white;
}
.expert_info a:hover{
  color:white;
  text-decoration:underline;
}
.expertdescription p{
  word-wrap: break-word;
}
span.endpoint {
  font-size: 12px;
  float: left;
  padding: 0 8px 0 8px;
  color: #000;
  font-weight: normal;
  /*padding-top: 10px;*/
}
p#breadcrumbs {
  /*float: left;*/
}
.expertimg{
  margin-top: -3px;
  border: 2px #ffffff solid;
  margin-right: 4px;
  border-radius: 50%;
}

.expertentry{
  font-size:20px;
  line-height: 30px;
}

.authortxt{
  /*background:#ffffff;*/
  /*padding:10px;*/
  min-height:65px;
  max-height:65px;
}

.expertwidget{
  /*background:#ffffff;*/
  padding-top:5px;
  padding-bottom:0px;
  text-align:center;
}

.expertwidget #experts-slider .expertwimg img {
    width: 95px !important;
    height: 80px !important;
}

.expertw{
  border-bottom:1px #cccccc solid;
  padding:10px;
  text-align: left;
}
.expertwtxt {
  padding-right:0px;
}

.textwidget{
  overflow: hidden;
}
.expert_widget{
  /*float: right;*/
  margin: 0 auto;
}
.expertwidgettitle {
  line-height: 1.25em;
}

.expertw:last-child{
	margin-bottom:0px;
}

.expertwtitle,
.expertwtitle a,
.expertwtitle a:hover{
  color:grey;
}

.viewexpertlink{
  color: black;
  display: inline-block;
  font-family: arial;
  font-weight: 600;
  padding: 0px 0;
  float: right;
  margin: 0 16px 0 0px;
}

.viewexpertlink:hover{
  color:black;
  text-decoration:underline;
}
.experts-block-footer {
  overflow: hidden;
  padding: 4px 0;
}
.expertwname a{
  font-size: 20px;
  color:#BABABC;
  text-decoration: none;
}
.flex-direction-nav li a {
  font-size: 0px;
  color: transparent;
}
.expertwidget .flex-direction-nav {
  position: absolute;
  left: 9px;
  bottom: -20px;
  width: 72px;
}
.flex-nav-prev {
  float: left;
}
.flex-nav-next {
  float: right;
}
#experts-slider .flex-direction-nav a::before {
  font-size: 14px;
}
#experts-slider .flex-direction-nav a {
  width: 12px;
  height: 15px;
}
.experts-slider-count {
  float: left;
  font-size: 14px;
  font-weight: 600;
  font-family: Helvetica;
  margin: 0 0 0 30px;
}
.expertwname a:hover{
  color:#BABABC;
  text-decoration: underline;
}

.expertwidgettitle{
  border-bottom: 1px #cccccc solid;
  color: #000000;
  font-family: arial;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  padding: 7px 9px 2px 9px;
}
#experts-slider ul {
  padding: 0;
}
#experts-slider.flexslider {
  margin: 0;
  border: 0px solid;
  position: relative;
  border-radius: 0px;
}
#experts-slider.flexslider .slides > li {
  height: auto;
}
#experts-slider .flex-direction-nav a {
  padding-top: 0px;
}
.alphabetsort li {
  border: 1px solid gray;
  float: left;
  padding: 5px 12px;
}

.alphabetsort li a{
  text-transform: uppercase;
  font-family: arial;
  font-size: 10px;
  font-weight: 600;
  color: grey;
}

.alphabetsort > ul {
    margin-left: -40px;
}

.expertpagination, .expertpagination a{
  font-family: arial;
  font-size: 12px;
  color: grey;
  padding-left: 0;
  margin-top: 13px;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 14px;
  margin-bottom: 32px;
}

.expertpagination a{
  border-bottom: none;
}

.expertpagination2, .expertpagination2 a{
  font-family: arial;
  font-size: 12px;
  color: grey;
  padding-left: 0;
  margin-top: 8px;
  font-weight: 600;
  border-top: 1px solid;
  padding-top: 14px;
  margin-top: 32px;
}

.expertpagination2 a{
  border-bottom: none;
}

#experts-slider .expertwname a{
  margin-bottom: 6px;
  font-size: 15px;
  color:#000000;
}
.expertwname {
    max-height: 53px;
    overflow: hidden;
}
.expertwtitle {
    padding: 5px 0 0 0;
    max-height: 40px;
    overflow: hidden;
}
.expertw .expertwtitle {
  font-size: 12px;
}
.expertwname a:hover{
  color:#cccccc;
  text-decoration: none;
}

.expert_widget{
  width:300px;
  background-color: #ffffff;
}
@media (min-width: 361px)  and (max-width: 980px){
  .expert_info a{
    font-size:12px;
  }
}
@media (max-width: 360px){
  .expert_info a{
    font-size:10px;
  }
}
#experts-slider .flex-direction-nav a {
  margin: 0px;
  position: static;
  top: auto;
  overflow: visible;
  opacity: 1;
}
#experts-slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: auto;
}
#experts-slider .flex-direction-nav .flex-prev {
  left: auto;
}
#experts-slider .flex-direction-nav .flex-next {
  right: auto;
  text-align: left;
}

.coverage{
  text-align: center;
  background: #233e6d;
  color: #ffffff;
  font-size: 18px;
  height: 30px;
  font-weight: 300;
}


.coverage{
  text-align: center;
  background: #233e6d;
  color: #ffffff;
  font-size: 18px;
  height: 30px;
  font-weight: 300;
  color: #fff;
}
.coverage a {
  color: white;
  text-decoration: underline;
}
.coverage a:hover,
a:focus {
  color: white;
  text-decoration: underline;
}
.coverage a:focus  {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.cov-link:hover, a.cov-link:focus {
    color: white;
    text-decoration: underline;
}

.mqfooter {
  background: #fff;
  color: #2a2b2a;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.medium-2.columns.mqfooter {
  width: 16.66667%;
  float: left;
  text-align: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (max-width: 767px){
  .medium-2.columns.mqfooter{
    width: 50%;
  }
}

.mqfooter .large-12.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.publications-mq {
  float: left;
  width: 16.66667%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .publications-mq {
    width: 100%;
  }
}

.mqbottom {
  text-align: left;
}

.mqfooter .row.container {
  margin: 0 auto;
}

.mqfooter .row.rowvertspacet.rowvertspaceb {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.postblock.col-xs-12.col-lg-4.col-md-4.col-sm-12 {
    padding-left: 10px;
    
}

.footernewsletter .newsletter-email {
  padding: 10px;
  border: none;
}

.footernewsletter .newsletter-submit {
  color: #fff;
  padding: 9px 15px;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.sponsor-right {
  float: right;
}
.sponsor-right h5 {
  margin: 0;
}
.sponsor-content a{
  font-family:arial;
  color: #0471aa;
  text-transform: uppercase;
  text-decoration: none;
}
.sponsor-content a:focus{
  color: #0471aa;
}
.sponsor-content a span {
  border-bottom: 1px solid;
}
.white-bg {
  background-color: white;
  overflow: auto;
}
.expertimgsinglepage a,
.expert-pic a {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.author p.date {
  clear: both;
  margin-top: 24px;
}
.full-image img{
  border: solid #cccccc 1px;
}
.wp-inread-widget{
  float: left;
  margin: 0 30px 0 0;
}
/* Experts slider*/
@media (max-width: 1024px) and (min-width: 768px){
  .expert_widget {
    width: 100%;
    background-color: #ffffff;
  }

  .expertw{
    width:33%;
    float:left;
  }

  .expertwtxt{
    padding-left: 34px;
  }
}

@media (max-width: 768px) {

  li .expertw:last-child {
    display: none;
  }

}
/* End of Experts slider*/


/* Leveling the halfpage with the article container in single pages */
.halfpage-ads-container {
  margin-top: 0px !important;
}
/* End of Leveling the halfpage with the article container in single pages */

/* hompage restructure */
.home .col-md-4.col-sm-5.hidden-xs, .category .col-md-4.col-sm-5.hidden-xs,  .tag .col-md-4.col-sm-5.hidden-xs  {
  /*background: #ffffff;*/
  margin-top: 15px;
  /*height:5655px;*/
}
@media (min-width: 1366px) {
  .home .container, .category .container, .tag .container {
    width: 1366px;
  }
}
@media (min-width: 1200px){
  .home .videoimage img, .home .post-img img, .category .videoimage img, .category .post-img img, .tag .videoimage img, .tag .post-img img {
    width: 100%;
    /*max-height: 246px !important;*/
  }

  .home .skin_wrap .col-lg-3, .category .skin_wrap .col-lg-3, .tag .skin_wrap .col-lg-3 {
    width: 30.33333333%;
  }
  .home .skin_wrap .col-lg-9, .category .skin_wrap .col-lg-9, .tag .skin_wrap .col-lg-9 {
    width: 69.66666667%;
    float: right;
  }

}

@media (min-width: 1200px) and (max-width: 1365px){
  .home .col-lg-3, .category .col-lg-3, .tag .col-lg-3 {
    width: 30%;
  }
  .home .col-lg-9, .category .col-lg-9, .tag .col-lg-9 {
    width: 70%;
    float: right;
  }
}

@media (max-width: 1200px) and (min-width: 1025px){
  .home .mpu-ads-container,.home div#HalfPage, .category .mpu-ads-container,.category div#HalfPage, .tag .mpu-ads-container,.tag div#HalfPage {
    margin-left: -7px;
  }
}

.home div#HalfPage, .category div#HalfPage, .tag div#HalfPage {
  padding-top: 20px;
}

div#MPU {
  text-align: center;
}

div#HalfPage {
  text-align: center;
}

/* End of homepage restructure */

/* ads position */
div#MPU div, div#HalfPage div, .experts-template-default .col-md-4.col-sm-5.hidden-xs div, .post-type-archive-experts .col-md-4.col-sm-5.hidden-xs div{
  display: inline-block !important;
  text-align: center;
}
/* ads position */

/*white sidebars*/
.single .col-md-4.col-sm-5.hidden-xs, .post-type-archive-experts .col-md-4.col-sm-5.hidden-xs{
  /* background: #fff; */
  margin-left: -5px;
}
/*white sidebars*/

/*Horizontal tab*/
a.horizontal-tab {
  color: #fff;
}

div#horizontal-tab {
  text-align: center;
  background: #930218;
  padding: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
}
/*End of horizontal tab*/

/* Leveling the MPU with the article container in expert single pages */
.single-experts div#MPU {
  margin-top: 0;
}
/* End of Leveling the MPU with the article container in expert single pages */

/* 300*100 ad widget */
.bnsidebar{
  background: #444444;
  position: relative;
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.bnsidebar-content a{
  font-size : 18px;
  color:#FFFFFF;
  text-align: center;
}

.typeform-widget{

  height: 600px !important ;
}

.bnsidebar {
  background: #444444;
  position: relative;
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
/* End of 300*100 ad widget */

/* Sponsored content */
h5.text-ad.tooltip-sponsor {
  position: relative;
}
.sponsored-desc {
  width: 186px;
  position: absolute;
  left: 148px;
  line-height: 1.2;
  top: -62px;
  background: rgba(0,0,0,0.8);
  padding: 8px;
  color: #ffffff;
  z-index: 99;
  border-radius: 8px;
}
/* End of Sponsored content */

/* ads position */
div#MPU div, div#HalfPage div, .experts-template-default .col-md-4.col-sm-5.hidden-xs div, .post-type-archive-experts .col-md-4.col-sm-5.hidden-xs div{
  display: inline-block !important;
  text-align: center;
}
/* ads position */

 /*white sidebars*/
.single .col-md-4.col-sm-5.hidden-xs, .post-type-archive-experts .col-md-4.col-sm-5.hidden-xs{
  /*background: #fff;*/
  margin-left: -5px;
}
/*white sidebars*/
.foxpush_blocked_box.foxpush_blocked_box_left{
   z-index: 99999;
   margin-top: -205px;
 }


/* New menu item: Wealth by Standard Chartered Bank */

/*.charteredbank{*/
  /*border-bottom: none !important;*/
/*}*/

/*.charteredbank a{*/
  /*!*background:url('images/SCB_Color Logo_Resized.jpg');*!*/
  /*!*background-repeat:no-repeat;*!*/
  /*!*background-position: left center;*!*/
  /*!*width:131px;*!*/
  /*!*height: 50px;*!*/
  /*!*text-indent: -9999px;*!*/
  /*!*overflow: hidden;*!*/
  /*!*margin-right: -8px;*!*/
  /*background: url('images/SCB_Color Logo_Resized.png');*/
  /*background-repeat: no-repeat;*/
  /*width: 95px;*/
  /*height: 52px;*/
  /*background-size: contain;*/
  /*text-indent: -9999px;*/
  /*overflow: hidden;*/
  /*margin-right: -24px;*/
  /*margin-top: 0;*/
/*}*/

/*.skin_wrap .charteredbank a {*/
  /*height: 51px;*/
  /*width: 95px;*/
  /*margin-right: 0;*/
/*}*/

/*.sticky .charteredbank a{*/
  /*margin-top: 1px;*/
/*}*/

/*.charteredbank a{*/
  /*content:"";*/
/*}*/

/*.navbar-collapse #menu-main-menu li.charteredbank{*/
  /*padding-left:11px;*/
  /*padding-right:11px;*/
/*}*/
/*.navbar-collapse #menu-main-menu .charteredbank.current-menu-item {*/
  /*background: #000000;*/
/*}*/
/*.navbar-collapse #menu-main-menu .charteredbank.current-menu-item a {*/
  /*border: none;*/
/*}*/

/*.sticky .navbar-collapse #menu-main-menu li.charteredbank{*/
  /*padding-left:11px;*/
  /*padding-right:11px;*/
/*}*/

/*.sticky .navbar-collapse #menu-main-menu li.charteredbank a {*/
  /*width: 92px;*/
  /*margin-right: -10px;*/
/*}*/



/*.standard-chartered-div {*/
  /*background-color: #F9F5F2;*/
  /*text-align: center;*/
  /*height: 60px;*/
/*}*/

/*.standard-chartered-div span{*/
  /*font-size: 18px;*/
  /*color: #000000;*/
/*}*/

/*a.horizontal-tab.standard-chartered-link {*/
  /*text-decoration: none;*/
  /*!*margin: 1px;*!*/
  /*padding: 12px 0;*/
  /*display: block;*/
  /*background: #ffffff;*/
/*}*/

/*.standard-chartered-div img{*/
  /*height: 60px;*/
  /*margin-left: 4px;*/
/*}*/

/* End of New menu item: Wealth by Standard Chartered Bank */

/* Start Year Review Sidebar */
.year-review-block{
  width: 300px;
  overflow: hidden;
  font-family: "HelveticaNeue";
}

.year-review-block-left{
  position: relative;
  display: inline-block;
  float: left;
  width: 132px;
  color: #fff;
  text-align: center;
}

.year-review-block-left a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.year-review-top{
  font-size: 31px;
  line-height: 24px;
  padding: 12px 5px;
  background-color: #cc1817;
}

.year-review-top span{
  font-size: 20px;
  display: block;
}

.year-review-middle{
  -moz-box-shadow: inset 0 -10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000;
}

.year-review-middle, .year-review-bottom{
  font-size: 13px;
  padding: 20px 5px;
  background-color: #7c1713;
}

.year-review-block-right{
  display: inline-block;
  float: left;
  width: 168px;
}

.year-review-block-right p{
  color: #cc1817;
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: center;
}

.year-review-block-right ul{
  padding: 0;
}

.year-review-block-right ul li{
  position: relative;
  width: 158px;
  margin-left: 10px;
  margin-bottom: 12px;
  padding: 8px 5px 8px 46px;
  border-top-left-radius: 22px;
}

.year-review-block-right ul li:before {
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  position: absolute;
  display: inline-block;
  border-top-left-radius: 22px;
  background-color: #6e6f6f;
  background-position: center;
  background-repeat: no-repeat;
}

.year-review-block-right ul li.red:before {
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: #811d1b;
}

.year-review-block-right ul li.wifi:before{
  background-image: url("./images/wifi.png");
}
.year-review-block-right ul li.energy:before{
  background-image: url("./images/energy.png");
}
.year-review-block-right ul li.finance:before{
  background-image: url("./images/dollars.png");
}
.year-review-block-right ul li.transport:before{
  background-image: url("./images/truck.png");
}
.year-review-block-right ul li.videos:before{
  background-image: url("./images/play.png");
}

.year-review-list.grey{
  background-color: #959696;
}

.year-review-list.red{
  margin-top: 14px;
  background-color: #b1211e;
}

.year-review-block-right ul li a{
  padding: 0;
  width: 120px;
  color: #fff;
  font-weight: bold;
}

/* Fonts */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeueLTStd-XBlkCn.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueLTStd-XBlkCn.otf')  format('opentype'),
  url('fonts/HelveticaNeueLTStd-XBlkCn.woff') format('woff'), url('fonts/HelveticaNeueLTStd-XBlkCn.ttf')  format('truetype'), url('fonts/HelveticaNeueLTStd-XBlkCn.svg#HelveticaNeueLTStd-XBlkCn') format('svg');
  font-weight: normal;
  font-style: normal;
}
#eng_adv_body img,
.the_content img {
    max-width: 100%;
}

#lc_ads_header-12 {z-index:0!important;}

    #div-gpt-ad-1365507342620-13 iframe 
    {height:17px!important}


.pd-expand 
{position:relative!important;height:768px!important;}

#pushdown-skin {position:relative!important}
.rowvertspaceb .hidden-xs {z-index:0!important}
#div-gpt-ad-1365507342620-3 #stickympu {position:relative!important; left:0!important}

#div-gpt-ad-1365507342620-3 #stickympu.stick-in-view {position:relative!important; top:0px!important;}
.single-post ul li {list-style:disc}
.single-post ol li {list-style:decimal}
