html,
body,
.theme-color-primary {
  color: #4b4b4b;
}
.theme-color-secondary,
.theme-secondary,
.theme-secondary-link,
.theme-secondary-link a {
  color: #f40009;
}
.theme-contrast .theme-color-primary {
  color: #ffffff;
}
.theme-contrast .theme-color-secondary,
.theme-contrast .theme-secondary {
  color: #666666;
}
.theme-color-title {
  color: #4b4b4b;
}
.theme-color-section-title {
  color: #4b4b4b;
}
nav.breadcrumb a {
  color: #f40009;
}
nav.breadcrumb .active span {
  color: #4b4b4b;
}
html,
body,
.theme-font-primary {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
.theme-font-secondary {
  font-family: Georgia;
  font-weight: normal;
}
#global-header {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
footer {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
#social-stats {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
.theme-font-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: none;
}
.theme-font-section-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.theme-font-button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
strong.theme-secondary {
  font-weight: inherit;
  overflow: initial;
  display: inline;
}
a {
  color: #4b4b4b;
  font-weight: normal;
  text-decoration: none;
}
.asset-content a {
  color: #f40009;
  font-weight: normal;
  text-decoration: none;
}
.button {
  background: #f40009;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
html[dir="rtl"] .button {
  letter-spacing: 0.5px !important;
}
html.big_desktop .button:hover,
html.desktop .button:hover {
  background: #333333;
}
.skyscraper-list .banner {
  background: #f40009;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.skyscraper-list .content-wrapper {
  background: transparent url('../main/images/banner-fold-right-red.png') top right no-repeat;
  color: #4b4b4b;
}
.skyscraper-list .content-wrapper .list-item a:hover {
  color: #f40009;
}
.theme-main-title {
  color: #4b4b4b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: none;
}
.headline-section {
  color: #4b4b4b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.headline-section span {
  background: #ffffff;
}
.headline-section span:before,
.headline-section span:after {
  border-top: 6px solid #cfcfcf;
}
.sub-headline-section {
  color: #4b4b4b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.sub-headline-section span {
  background: #ffffff;
}
.sub-headline-section span:after {
  border-top: 4px solid #cfcfcf;
}
.article-blog-template .articleBody {
  font-family: Georgia;
  font-weight: normal;
}
.article-blog-template .articleBody > h1,
.article-blog-template .articleBody > h2,
.article-blog-template .articleBody > h3,
.article-blog-template .articleBody > div > h1,
.article-blog-template .articleBody > div > h2,
.article-blog-template .articleBody > div > h3,
.article-blog-template .articleBody .sub-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.article-blog-template .articleBody a {
  color: #f40009;
  text-decoration: underline;
  font-weight: normal;
}
.article-blog-template .articleBody .parsys {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
div.wrapper {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background: #ffffff;
}
.theme-bg-primary {
  background-color: #f40009;
}
.theme-bg-main {
  background-image: url("unbottled/images/theme-bg-main.jpg");
  background-position: center 0;
  background-repeat: repeat-y;
  background-color: #7cc0e6;
}
.theme-bg-main.tablet {
  background-image: none;
  background-color: #7cc0e6;
}
.theme-bg-main.mobile {
  background-image: none;
  background-color: #7cc0e6;
}
.theme-bg-banner {
  background-image: none;
  background-color: transparent;
}
html.mobile .theme-bg-banner {
  background-image: none;
  background-color: transparent;
}
html.tablet .theme-bg-banner {
  background-color: transparent;
}
.theme-main-rgba {
  background: #000000 !important;
  /* RGBa with 0.7 opacity */

  background: rgba(0, 0, 0, 0.75) !important;
  /* For IE 8*/

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)" !important;
}
/*------------------------------------------------------------
WRAPPER
------------------------------------------------------------*/
div.wrapper {
  border: 0 !important;
}
/*------------------------------------------------------------
GLOBAL HEADER
------------------------------------------------------------*/
#global-banner .container {
  display: block;
  max-height: 96px;
  overflow: hidden;
}
#global-banner .slice {
  float: left;
}
html.mobile #global-hat {
  height: 76px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html.mobile .mobile-open #global-menu-items {
  top: 76px;
}
html.mobile #mobile-menu {
  z-index: 1;
}
html.mobile #global-hat #mobile-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 0;
}
html.mobile .mobile-open #global-menu-items #header-container {
  height: 76px;
}
html.mobile .mobile-open #global-menu-items .col0 .input-container {
  top: 11px;
}
/*----------------------------
 Slider Theme
----------------------------*/
/* RS bullet spacing */
.rsDefault .rsBullet {
  padding: 6px 6px 6px;
}
/* RoyalSlider bullet default state */
.rsDefault .rsBullet span {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: #666 0px 0px 4px;
  -moz-box-shadow: #666 0px 0px 4px;
  box-shadow: #666 0px 0px 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -pie-background: rgba(255, 255, 255, 0.6);
  zoom: 1;
}
/* RoyalSlider bullet selected state */
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #ffffff;
  -webkit-box-shadow: #666 0px 0px 4px;
  -moz-box-shadow: #666 0px 0px 4px;
  box-shadow: #666 0px 0px 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -pie-background: #ffffff;
  zoom: 1;
}
/*----------------------------
 Slideshow Module themes
----------------------------*/
.col-2xL.right .m-f-slideshow .hat {
  background-color: #333333;
}
.col-2xL.right .m-f-slideshow .hat .theme-font-main {
  font-weight: 300;
}
/*----------------------------
 Article Blog Template
----------------------------*/
.breadcrumb {
  font-family: "Roboto Condensed", sans-serif !important;
}
.article-blog-template {
  background-color: #ffffff;
}
.article-blog-template .byline-asset {
  font-weight: 400;
}
.article-blog-template .ArticleTitle .theme-main-title,
.article-blog-template .byline-asset,
.article-blog-template .shareBar-title,
.article-blog-template .media-credit,
.article-blog-template .more-on-journey,
.article-blog-template .m-stay-sip .headline-section,
.article-blog-template .join-the-conversation .headline-section,
.article-blog-template .skyscraper-list,
.article-blog-template .recommended-tab {
  font-family: "Roboto Condensed", sans-serif;
}
.article-blog-template .theme-main-title.heading-xlarge,
.article-blog-template .skyscraper-list,
.article-blog-template .media-credit,
.article-blog-template .more-on-journey .headline {
  text-transform: uppercase!important;
}
/*----------------------------
 Unbottled Blog Template
----------------------------*/
.unbottled-blog-template {
  background-color: #f3f3f3;
}
html .unbottled-blog-template,
body .unbottled-blog-template,
.unbottled-blog-template .theme-font-primary {
  font-family: "Roboto Condensed", sans-serif;
}
html.tablet .unbottled-blog-template {
  padding: 0 40px;
}
.unbottled-blog-template .row {
  clear: both;
}
.unbottled-blog-template .row > .col {
  overflow: hidden;
}
.unbottled-blog-template .row > .col.left {
  float: left;
}
.unbottled-blog-template .row > .col.right {
  float: right;
}
html.mobile .unbottled-blog-template .row > .col {
  width: 320px;
  float: none;
}
.unbottled-blog-template .col-2xL {
  width: 680px;
}
html.tablet .unbottled-blog-template .col-2xL {
  float: none;
  clear: both;
}
.unbottled-blog-template .col-2xM {
  width: 680px;
}
html.tablet .unbottled-blog-template .col-2xM {
  width: 340px;
}
.unbottled-blog-template .col-2xS {
  width: 680px;
}
html.tablet .unbottled-blog-template .col-2xS {
  width: 295px;
}
.unbottled-blog-template .col-1xL {
  width: 340px;
}
html.tablet .unbottled-blog-template .col-1xL {
  width: 385px;
}
.unbottled-blog-template .col-1xM {
  width: 340px;
}
html.tablet .unbottled-blog-template .col-1xM {
  width: 340px;
}
.unbottled-blog-template .m-f-slideshow .rsGCaption {
  height: 80px;
  background: url('../main/images/footer-bottom-shadow.png') no-repeat #ffffff;
  background-position: -270px 54px;
}
html.mobile .unbottled-blog-template .m-f-slideshow .rsGCaption {
  background-position: -270px 40px;
}
.unbottled-blog-template .m-f-slideshow .royalSlider:hover .rsGCaption {
  background: url('../main/images/footer-bottom-shadow.png') no-repeat #eaeaea;
  background-position: -240px 54px;
}
html.mobile .unbottled-blog-template .m-f-slideshow .royalSlider:hover .rsGCaption {
  background-position: -270px 40px;
}
.unbottled-blog-template .m-f-slideshow .royalSlider {
  height: 460px !important;
}
.unbottled-blog-template .m-f-slideshow {
  height: 519px;
}
.unbottled-blog-template .latest-ub .entry.last {
  background: url('../main/images/footer-bottom-shadow.png') no-repeat #ffffff;
  background-position: 0px 76px;
}
.unbottled-blog-template .promo-space .royalSlider,
.unbottled-blog-template .promo-space .rsOverflow,
.unbottled-blog-template .promo-space .rsContainer,
.unbottled-blog-template .promo-space .slide-link {
  width: 680px !important;
}

