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: #f40009;
}
.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: "proxima-nova", 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: "proxima-nova", 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: none;
  background-position: center 0;
  background-repeat: repeat-y;
  background-color: #ffffff;
}
.theme-bg-main.tablet {
  background-image: none;
  background-color: #ffffff;
}
.theme-bg-main.mobile {
  background-image: none;
  background-color: #ffffff;
}
.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;
}
/* RoyalSlider bullet default state */
.rsDefault .rsBullet span {
  background: #FFF;
  -webkit-box-shadow: #666 0px 0px 4px;
  -moz-box-shadow: #666 0px 0px 4px;
  box-shadow: #666 0px 0px 4px;
}
/* RoyalSlider bullet selected state */
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #f40009;
  -webkit-box-shadow: #f40009 0px 0px 4px;
  -moz-box-shadow: #f40009 0px 0px 4px;
  box-shadow: #f40009 0px 0px 4px;
}
/* SelectBoxIt library's arrow UI */
.selectboxit-arrow-container {
  background-color: #f40009;
}
.theme-bg-banner {
  width: 100%;
  /*height: 135px;*/
  overflow: hidden;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}


