@media (max-width: 1024px) {

  /* temp for dev */
  body {
    padding-top: 0 !important;
  }

  #toolbar,
  .tabs {
    display: none !important;
  }



  article.main span.share {
    padding-top: 21px;
  }  

  .back-to-top-btn {
    left: 50%;
    margin-left: -17px;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    background-color: #fff;
    background-position: 50% 50%;
  }

  .back-to-top-btn:hover {
    background-color: #fff;
  }

  .back-to-top-btn-show {
    top: -35px;
  }

  input[type="text"],
  input[type="search"],
  input[type="number"],
  input[type="email"],
  input[type="submit"],
  input[type="button"],
  textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 16px !important;
  }

  footer {
    background-image: none;
  }


  .rbth-widget > iframe {
    display: block;
    margin: 0 auto !important;
    min-height: 500px;
  }


  .rd-main-nav > li.m-social-share {
    display: block;
    padding: 4px 15px;
  }

  .m-social-share span,
  .m-social-share a {
    display: inline-block;
    height: 31px;
    vertical-align: top;
    width: 30px;
  }

  .m-social-share span {
    color: #fff;
    font-size: 13px;
    width: auto;
  }

  .m-social-share a {
    background: transparent url(themes/russiadirect/images/icons-social.png) no-repeat;
    background-image: url(themes/russiadirect/images/icons-social.svg);
    margin: 4px 4px 8px 0;
  }

  .m-social-share a:first-child {
    margin-left: 15px;
  }

  .m-social-share .icon-fb {
    background-position: -98px 0;
  }

  .m-social-share .icon-li {
    background-position: -66px 0;
  }

  .m-social-share .icon-tw {
    background-position: -33px 0;
  }

  .m-social-share .icon-rss {
    background-position: -1px 0;
  }


  .rd-navbrand-header {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .row {
    max-width: 100%;
  }

  section#content,
  footer {
    border-left: 0;
    border-right: 0;
  }

  .supra-header,
  #search,
  .sliderArrow,
  #events > img {
    display: none;
  }

  .brand {
    width: 200px;
    height: 29px;
    margin: 20px 0;
    background: url(themes/russiadirect/images/m-wordmark.png) no-repeat 0 0;
    background-image: url(themes/russiadirect/images/m-wordmark.svg);
  }

  #rd-main-nav-wrapper {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .m-main-nav-trigger-wrapper,
  .m-pseudo-breadcrumbs,
  .m-main-search {
    display: block;
  }

  .m-main-nav-trigger-wrapper,
  .m-main-search {
    float: right;
    margin-top: -74px;
    border-left: 1px solid transparent;
  }

  .m-main-search {
    width: 49px;
    height: 75px;
    margin-right: -1px;
    border-right: 1px solid transparent;
    background: url(themes/russiadirect/images/searchbutton.png) no-repeat center center;
    background-image: url(themes/russiadirect/images/searchbutton.svg);
  }

  .m-main-nav-trigger-wrapper-active,
  .m-main-search-active {
    border-color: #fff;
  }

  .m-main-nav-trigger {
    width: 19px;
    height: 15px;
    padding: 0;
    margin: 30px 15px;
    border-width: 3px 0;
    border-color: #fff;
  }

  .m-main-nav-trigger,
  .m-main-nav-trigger:hover,
  .m-main-nav-trigger:active {
    background: none;
  }

  .m-main-nav-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }

  .m-main-nav-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 3px;
    bottom: -3px;
    width: 3px;
    background: #000;
  }

  .rd-main-nav,
  .m-main-search-form {
    display: block;
    position: absolute;
    z-index: 1000;
    padding: 8px 0 4px;
    border-top: 1px solid #fff;
    background: #000;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    clip: rect(0, auto, 1000em, 0);
  }

  .m-main-search-form {
    width: 100%;
    padding: 15px;
    font-size: 1px;
  }

  .m-main-search-form input {
    display: inline-block;
    margin-bottom: 0;
    -webkit-transition: none;  
       -moz-transition: none;  
         -o-transition: none;
            transition: none;
  }

  .m-main-search-form input[type="text"] {
    background: #fff;
    width: 83%;
    border: 0;
  }

  .m-main-search-form input[type="submit"] {
    height: 37px;
    padding: 8px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    text-transform: uppercase;
  }

  .rd-main-nav-active,
  .m-main-search-form-active {
    visibility: visible;
  }

  .rd-main-nav li {
    display: block;
    padding: 0 !important;
  }

  #rd-main-nav-wrapper li ul,
  #rd-main-nav-wrapper li:hover ul {
    display: block;
    position: static;
    width: auto;
    background: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #rd-main-nav-wrapper li ul li,
  #rd-main-nav-wrapper li:hover ul li {
    margin-left: 10px;
  }

  .rd-main-nav > li {
    margin: 0 !important;
  }

  .rd-main-nav li a,
  #rd-main-nav-wrapper li:hover ul a {
    padding: 6px 15px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }

  .rd-main-nav li a:hover,
  #rd-main-nav-wrapper li:hover ul a:hover,
  #rd-main-nav-wrapper li.selected > a,
  .rd-main-nav > li:first-child > a,
  .m-pseudo-breadcrumbs a:hover {
    color: #F94B52 !important;
  }

  #rd-main-nav-wrapper li.selected {
    background: #000;
  }

  .m-pseudo-breadcrumbs {
    position: relative;
    padding: 0 15px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .m-pseudo-breadcrumbs:before {
    color: #fff;
    content: '\3009';
    font-size: 15px;
    font-weight: 200;
    left: 14px;
    position: absolute;
    top: 11px;
    display: none;
  }

  .m-pseudo-breadcrumbs > a,
  .m-pseudo-breadcrumbs > span {
    display: block;
  }

  .m-pseudo-breadcrumbs > a {
    float: right;
    padding: 12px 0 12px 8px;
    border-left: 1px solid #fff;
    color: #F94B52;
  }
  
  #mobile-archive-link {
    padding-right: 8px;
  }

  #mobile-subscribe-link {
    padding-right: 8px;
  }

  .m-pseudo-breadcrumbs > a:first-child,
  .m-pseudo-breadcrumbs > span {
    float: left;
    padding: 12px 15px 12px 0;
    border-left: 0;
    color: #fff;
    max-width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }


  #about-us-main-section,
  #page-about .reports-wrapper,
  #page-about .membership-wrapper {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  #page-about .reports-wrapper {
    margin-bottom: 20px;
  }


  #feature-player {
    overflow: visible !important;
    max-height: none!important;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
  }

  .bxslider article {
    height: auto !important;
    margin-bottom: 7px !important;
    position: relative;
    padding-top: 10px;
  }

  .bxslider article:before {
    background: #ccc;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 72%;
  }

  .bxslider > article > a:first-child {
    display: none !important;
  }

  .bxslider article:first-child {
    padding-top: 0;
  }

  .bxslider article:first-child:before {
    height: 0;
  }

  .bxslider > article:first-child > a:first-child {
    display: block !important;
  }

  .bxslider h2,
  .taxonomy-list .top-story h4 a,
  article.main h1,
  .ad-and-research-text h1 {
    font-size: 20px !important;
    margin-bottom: 5px !important;
    line-height: 24px !important;
  }

  .ad-and-research-text h2 {
    font-size: 18px;
  }

  .bxslider .author {
    margin-bottom: 5px !important;
  }

  .bxslider .author > a {
    font-size: 15px;
  }

  .bxslider article p,
  div.boxes section article p,
  .rd-tax-section > p,
  .taxonomy-list .top-story p.teaser {
    font-size: 14px !important;
  }


  .digital li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #monthly .cover,
  #quarterly .cover,
  .digital li > div {
    padding-bottom: 60px;
  }

  .page-archive .cover .links {
    bottom: 5px;
  }

  #monthly .cover > .large-3,
  #quarterly .cover > .large-3,
  .digital li > div > .large-3 {
    margin-right: 10px;
    width: 30%;
  }

  #monthly .cover > .large-9,
  #quarterly .cover > .large-9,
  .digital li > div > .large-9 {
    width: 100%;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-archive .report-subtitle {
    margin-bottom: 0;
    font-size: 13px;
  }

  .page-archive .digital li h4 .arrow {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  section.sidebar section h4 {
    background-position: 97.5% center !important;
  }

  .subscription-flyout-wrapper,
  .article-fixed-shares {
    display: none !important;
  }
}

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {

  html.rd-momentum-scroll,
  html.rd-momentum-scroll body {
    height: 100%;
  }

  html.rd-momentum-scroll body {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  html.rd-momentum-scroll .omni-wrapper {
    height: 100%;
    overflow: scroll;
  }
}

@media (max-width: 975px) {

.upcomingReports{
  visibility: hidden;
  height: 0;
}

.page-blackfriday--bodyheadertext{
  font-size: 1.75em !important;
  line-height: 1;
  text-align: center; 
  color: #888888; 
}

.page-blackfriday-icons li{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.page-xmasoffer--bodyheadertext{
  font-size: 1.75em !important;
  line-height: 1;
  text-align: center; 
  color: #888888; 
}

.page-xmasoffer-icons li{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.node--registration_page--title{
      text-align: left!important;
    font-size: 1.05em;


}
  .node--registration_page--subtitle {
    font-size: 2em;
    text-align: left;
    padding-top: 10px;
  }


.node--registration_page--slidertitle{

    font-size: 2em;
    text-align: Left;
}
.node--registration_page--subheading {
visibility: hidden;
}
.node--registration_page--subheadingtext{
  margin-bottom: -30px;
}
.node--registration_page--footertext{
  text-align: center !important;
}

.node--registration_page--price {
 padding-bottom: 23px; 
}

.node--registration_page--singleprice {
  margin-top: 5px;
  padding-bottom: 0px;
  top: 30px

}
.node--registration_page--body{
    font-size: 1em;
    margin-top: 0;
}
.node--registration_page--body ul {
    margin-bottom: 0;
}
.node--registration_page--footer {
    bottom: -65px;
}

  .rduser-wrapper {
    padding-right: 0;
  }

  .ebook-cover-wrapper {
    max-width: 92%;
    margin: 0 auto;
  }

  .ebook-padder-v {
    padding-left: 0;
    margin-top: 40px;
  }

  .ebook-title,
  h1.ebook-title {
    font-size: 1.7em;
  }

  .ebook-title:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 30px;
    margin-top: 0;
    border-width: 0 22px 15px 22px;
    border-color: transparent transparent #f94b52 transparent;
  }

  .ebook-cover {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
  }

  .archive-dl-popup {
    padding-left: 35px;
    padding-right: 35px;
  }

  .archive-dl-popup .download {
    right: 10px;
  }

  .archive-search-form {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .archive-search-result {
    height: 0;
    padding-bottom: 30%;
  }

  .p-custom-archive-title {
    margin-left: 5px;
  }

  .m-home-inner-ad {
    display: block;
  }

  div.boxes section.large-4 {
    height: auto !important;
    margin-bottom: 20px;
    min-height: 0 !important;
    overflow: hidden;
    padding-left: 0.975em !important;
    padding-right: 0.975em !important;
  }

  div.boxes section.large-4 h4,
  div.boxes section.large-6 h4 {
    background-position: 97% center !important;
  }

  div.boxes section.large-4 article {
    height: auto !important;
    padding-bottom: 10px !important;
  }

  div.boxes section.qa {
    border-left: 0.975em solid #fff;
    border-right: 0.975em solid #fff;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0.975em !important;
  }

  section.qa p {
    margin-top: 0.75em !important;
  }

  div.boxes section.rbth-news,
  div.boxes section.bookshelf {
    padding-right: 0.975em !important;
    padding-left: 0.975em !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  div.boxes section.rbth-news {
    margin-bottom: 20px;
  }

  div.boxes section.bookshelf article {
    min-height: 0 !important;
  }

  div.boxes section.bookshelf > article > a:first-child {
    display: none;
  }

  div.boxes section.bookshelf > article > h5 > a {
    display: block;
    padding: 0.4875em 13px 0;
  }

  div.boxes section.rbth-news article {
    position: relative;
  }

  div.boxes section.rbth-news article:before {
    background: #ccc;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 72%;
  }

  div.boxes section.rbth-news > h4 + article:before {
    height: 0;
  }

  div.boxes section.rbth-news article:nth-child(4) {
    padding-bottom: 10px !important;
    padding-top: 10px;
  }

  div.boxes section.rbth-news article hr {
    display: none;
  }

  div.boxes section article p {
    margin-bottom: 0 !important;
    margin-left: 0.975em !important;
    margin-right: 0.975em !important;
  }


  .subscription-flyout {
    margin-right: 0;
    right: 15px;
  }


  .bxslider .author > a {
    display: block;
    padding-top: 2px;
  }


  .feedback {
    margin-bottom: 10px;
  }

  #feedback-form-message {
    font-size: 14px;
  }

  div#feedback-form {
    width: 94%;
    max-width: 400px;
    margin-left: -47%;
  }

  div#feedback-form textarea,
  div#feedback-form input[type="text"],
  div#feedback-form input[type="email"],
  div#feedback-form input[type="submit"] {
    width: 80% !important;
    margin: 0 auto !important;
    float: none;
    display: block;
  }

  div#feedback-form input[type="text"],
  div#feedback-form input[type="email"] {
    border-bottom: 0;
  }

  div#feedback-form input[type="submit"] {
    margin-top: 20px !important;
  }


  .infinite-scroll > a:first-child {
    display: none;
  }

  .infinite-scroll > a + div {
    padding-left: 0;
  }

  .infinite-scroll > div > h4 + p {
    margin-top: 5px;
  }

  article.taxonomy-list p.teaser {
    font-size: 14px;
  }

  #infinite-scroll-target > article:first-child {
    padding-top: 0;
  }

  .rd-homepage #newsletter {
    display: none;
  }

  .rd-homepage #newsletter + div,
  .rd-homepage #newsletter + section {
    margin-top: 0;
  }

  .rd-homepage-newsletter {
    clear: left;
    display: block;
    border-top: 20px solid #fff;
    margin-left: 0.975em;
    margin-right: 0.975em;
    height: auto !important;
    padding: 0.975em;
  }

  .rd-homepage-newsletter h4,
  .rd-homepage-newsletter p {
    color: #fff;
  }

  .rd-homepage-newsletter h4 {
    border: 0 !important;
    padding-left: 0 !important;
  }


  .row .ht-even,
  .row .ht-odd {
    padding-left: 0.975em;
    padding-right: 0.975em;
  }

  .ht-even > a + a,
  .ht-odd > a + a {
    display: block;
  }

  
  .row .column,
  .row .columns {
    width: 100%;
  }

  .row section.sidebar {
    padding-left: 0.9375em !important;
  }

  section.sidebar section h4 {
    background-position: 97% center !important;
  }

  div.sidebar-helper {
    margin: 0;
  }

  section#newsletter input[type="text"],
  section#newsletter button,
  .rd-homepage-newsletter input[type="text"],
  .rd-homepage-newsletter button {
    width: 85% !important;
    max-width: 300px;
    margin: 0 auto !important;
  }

  section#newsletter button,
  .rd-homepage-newsletter button {
    margin-top: 16px !important;
  }


  .row .rd-half-right {
    padding-left: 0.975em;
  }

  .row .rd-half-left {
    padding-right: 0.9375em;
    padding-left: 0.975em;
  }

  .rd-half-right .rd-content-box {
    padding-top: 0;
  }

  .m-newsletter-type {
    display: inline;
  }

  .rd-content-box .control {
    min-width: 235px;
  }

  .rd-sub-form-group {
    float: none;
    width: 100%;
  }

  .rd-sub-form-group-even {
    padding-right: 10px;
  }

  .rd-sub-form-group label + select {
    margin-bottom: 26px;
  }

  .rd-content-box img {
    margin-right: 10px;
  }

  .rd-sub-form-group #rd-tos {
    margin-top: 0;
  }

  .rd-sub-form-group button {
    margin-top: 12px;
  }

  .page-sub-header {
    font-size: 20px;
  }

  .page-sub p,
  #page-about p {
    font-size: 14px;
  }


  #page-about > h2 + div > section.large-8,
  #page-about-mission-box-container,
  #page-about-middle-boxes > .large-4,
  #page-about-middle-boxes > .large-8,
  #page-about-middle-boxes > .large-8 > .row > .large-6:first-child,
  #page-about-middle-boxes > .large-8 > .row > .large-6:first-child + .large-6,
  #custom-profile-container,
  #custom-profile-container > .row > .large-6:first-child,
  #custom-profile-article-container {
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
  
  #page-about-middle-boxes .large-8 .large-6 {
    margin-top: 20px;
  }

  #page-about .dlpromo,
  #page-about .membership .mempromo {
    margin: 0 15px;
  }

  #page-about .mission h3,
  #page-about .reports h3,
  #page-about .digital h3,
  #page-subscribe .digital h3,
  #page-about .membership h3,
  #page-about .company-news h3,
  #page-about .team h3,
  #page-about .digital ul li {
    background-position: 97% center !important;
  }

  #page-about .mission,
  #page-about .membership,
  #page-about .reports {
    height: auto;
    padding-bottom: 20px;
  }

  #page-subscribe .bx-viewport,
  #page-about .team,
  #page-about .bx-viewport,
  #page-about .rotator > div,
  #page-about .partners {
    height: auto !important;
  }

  #page-subscribe .partnerSlider, 
  #page-about .rotator,
  .partnerSlider {
    width: auto !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

.partnerSlider {
    width: auto !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  #page-about .rotator > div,
  #page-about .team div p,
  #page-about .partners div p {
    float: none !important;
    width: auto !important;
    padding: 0 15px;
  }

  #page-about .team div p,
  #page-about .partners div p {
    padding: 0;
  }

  #page-about .membership {
    padding-bottom: 30px;
  }

  #page-about .team div img,
  #page-about .partners div img {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  #page-about h2.large-12 {
    margin: 0;
    padding: 5px 0 5px 15px;
  }

  .bx-prev,
  .bx-next,
  .bx-clone,
  .partner-prev,
  .partner-next,
  .partnerSlider > div > div br {
    display: none;
  }

  #page-about .mission {
    padding-bottom: 0;
  }

  .partnerSlider > div > div {
    margin: 0 !important;
    width: auto !important;
    padding: 15px;
  }

  #page-about .advertise {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
  }


  .region-content p {
    font-size: 14px;
  }

  .region-content .content iframe[src*="maps.google.com"],
  .region-content .content iframe + br {
    display: none;
  }

  .article-body iframe {
    width: 100% !important;
  }

  .rd-basic-page .large-4.sidebar {
    padding-right: 0.9375em;
  }


  .region-content .content > .row {
    margin-left: 0; 
    margin-right: 0;
  }

  .rd-basic-page .top-story {
    padding-left: 0;
  }

  .views-row article > a:first-child {
    float: left;
    margin-top: 12px;
  }

  .views-row article > a:first-child > img {
    padding-left: 0;
    width: auto;
  }

  .views-row article > .large-9 {
    float: none;
    padding-right: 0;
  }

  .region-content .pager-item {
    display: none !important;
  }

  .item-list ul li {
    margin: 0 0 0.25em !important;
    font-size: 13px;
  }


  article.main span.share {
    float: left;
    clear: left;
  }

  article.main span.author {
    clear: left;
    margin-top: 5px;
    margin-left: 0;
  }

  article.main span.author:before {
    display: none;
  }

  article.main span.author > a {
    display: block;
  }

  .field-name-field-tags .field-label {
    margin-top: 10px;
  }

  .field-name-field-tags .field-items {
    float: left;
    margin: 10px 0;
  }

  .related-content > p > a:first-child > img {
    display: none;
  }


  #custom-profile-container .custom-profile-reports {
    margin-bottom: 20px;
  }

  #custom-profile-container > h2 {
    font-size: 24px;
  }

  #custom-profile-container > h3 {
    font-size: 18px;
  }

  .custom-profile-reports li {
    background-position: 97% center !important;
  }


  .sbOptions {
    z-index: 100;
  }

  .custom-event-image + p,
  .custom-event-image + a,
  .custom-event-image + p + a {
    clear: left !important;
    margin-left: 0;
  }

  .custom-event-image + p {
    padding-top: 10px;
  }

  .custom-event-main-blocks + .evt-user-callout {
    margin-bottom: 20px;
  }


  .ad-and-research-text .download {
    margin-right: 0;
    float: left;
  }

  .archive-dl-popup-container {
    padding: 0 0.9375em;
  }

 #page-subscribe .archive-dl-popup-container {
    padding: 0 0.9375em;
  }

  .archive-dl-popup-container .archive-dl-popup {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .archive-dl-popup-container .archive-dl-popup:before,
  .archive-dl-popup-container .archive-dl-popup:after {
    content: ' ';
    display: table;
  }

  .archive-dl-popup-container .archive-dl-popup:after {
    clear: both;
  }
}

@media (min-width: 769px) and (max-width: 975px) {

  .bxslider article > a:first-child > img,
  .box1 article > a:first-child > img,
  .box3 article > a:first-child > img,
  .rd-basic-page .top-story > div > a:first-child > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }
}

@media (max-width: 768px) {

  .subscription-flyout {
    height: 37px;
  }
}

@media (max-width: 767px) {
  .ad-wrapper-728 {
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .ad-wrapper-468 {
    width: auto;
    height: auto;
    overflow: auto;
    clip: auto;
  }
}

@media (max-width: 700px) {
  .rduser-profile-edit-col,
  .rduser-profile-edit-row-pass .form-type-password,
  .rduser-profile-edit-col-lname > div,
  .rduser-profile-edit-col-fname > div {
    float: none;
    width: 100%;
  }

  .rduser-profile-edit-col-ucountry,
  .rduser-profile-edit-col-uindustry {
    padding-left: 0;
  }

  .rduser-profile-edit-row-pass input[type='password'] {
    width: 100%;
  }

  .archive-search-result {
    width: 33.3333%;
    padding-bottom: 40%;
  }
}

@media (max-width: 650px) {

  .m-pseudo-breadcrumbs > a:first-child,
  .m-pseudo-breadcrumbs > span {
    max-width: 28%;
  }

  .archive-top-report {
    float: none;
    width: 100%;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .archive-search-grp {
    float: none !important;
  }

  .archive-search-grp:before,
  .archive-search-grp:after {
    content: ' ';
    display: table;
  }

  .archive-search-grp:after {
    clear: both;
  }

  .archive-search-yr,
  .archive-search-q {
    padding-left: 65px;
  }

  .archive-search-yr,
  .archive-search-month {
    margin-bottom: 10px;
  }

  .archive-search-grp label {
    margin-left: -63px;
  }
}

@media screen and (max-width: 600px){
  .tp-modal .tp-close {
    right: 0 !important;
  }
}
@media (max-width: 600px) {

  .search-results--archive-result--img-wrap {
    display: none;
  }

  .search-results--archive-result--inner {
    margin-left: 0;
  }

  .custom-archive-ad--covers,
  .custom-archive-ad--content {
    float: none;
    width: 100%;
  }

  .custom-archive-ad--covers {
    margin: 0 auto;
    max-width: 320px;
  }

  .sub-msg {
    float: none;
    width: auto;
  }

  .custom-registration-content {
    margin-top: 50px;
  }

  .custom-registration-form-grp-name input,
  .custom-registration-form-grp-name input + input,
  .custom-registration-form-grp input,
  .custom-registration-form-grp input + input,
  .custom-registration-form-grp select {
    float: left;
    display: block;
    width: 90%;
  }

  .custom-registration-form-grp input[type='submit'] {
    width: 100px;
  }

  .page-archive .digital li.clicked h4 .arrow,
  .page-archive h4 {
    font-size: 14px;
  }


  .rd-content-box .control {
    float: left;
  }

  .rd-content-box img {
    width: 35%;
  }

  .rd-sub-form-group label {
    max-width: 220px;
    line-height: 22px;
  }

  .rd-sub-form-group label span {
    float: none;
    display: inline-block;
  }


  #page-about .rotator > div .email {
    display: block;
  }

  
  .views-row article > a:first-child {
    margin-top: 7px;
  }

  .archive-dl-popup-content,
  .archive-dl-popup-previews {
    clear: left;
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .archive-dl-popup .archive-dl-popup-previews img {
    margin: 10px 10px;
    width: auto;
  }

  .archive-dl-linkwrapper {
    margin-bottom: 15px;
  }
}

@media (max-width: 520px) {

  #events-date-filter .sbHolder .sbSelector,
  #events-date-filter .sbOptions > li > a {
    text-align: left;
    padding-left: 10px;
  }

  #date-filter-month + .sbHolder {
    width: 43.142857%;
  }

  #date-filter-year + .sbHolder {
    width: 25.4285714%;
  }

  .ebook-logo-wrapper {
    display: block;
    padding: 0;
    width: 100%;
  }

  .ebook-logo {
    display: block;
    max-height: none;
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .ebook-50 {
    float: none;
    width: 100%;
  }

  .ebook-50 + .ebook-50 {
    margin-top: 20px;
  }

  .ebook-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebook-review,
  .ebook-note {
    padding-left: 15px;
  }

  .ebook-editor-thumb {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 80px;
  }

  .archive-search-result {
    width: 50%; /** 50% */
    padding-bottom: 60%;
  }
}

@media (max-width: 480px) {

  .page-blackfriday--topimage {
  /*
  background: transparent url(/sites/default/files/field/image/desktop-banner-text.jpg) no-repeat center center;
  */
  content:url(/sites/default/files/field/image/mobile-banner2@2x.jpg ) !important;
  width: inherit;
}

  .page-xmasoffer--topimage {
  /*
  background: transparent url(/sites/default/files/field/image/desktop-banner-text.jpg) no-repeat center center;
  */
  content:url(/sites/default/files/field/image/Mobile-ball.jpg ) !important;
  width: inherit;
}


  .ebook-share {
    width: 50px;
    margin: 0 10px;
  }

  .ebook-share-icon,
  .ebook-share-counter {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .ebook-share-counter {
    margin-top: 10px;
  }

  .ebook-share-counter:before {
    top: auto;
    top: -9px;
    margin-top: auto;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f94b52 transparent;
  }

  .archive-dl-popup {
    margin-top: 80px;
  }

  .views-row article > a:first-child > img {
    display: none;
  }

  #custom-profile-article-container > div > p {
    font-size: 13px;
  }

  .subscription-flyout {
    margin-left: 0;
    min-width: 280px;
  }

  .custom-event-main-blocks {
    margin-left: 50px;
  }

  .custom-event-main-blocks > h2 {
    margin-right: 0;
  }

  .events-add-cal {
    position: static;
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 9px;
  }

  .custom-event-main-blocks .minical {
    width: 50px;
    margin-left: -64px;
  }

  .custom-event-main-blocks .minical .month {
    font-size: 14px;
  }

  .custom-event-main-blocks .minical .day {
    font-size: 29px;
  }
}

@media (max-width: 467px) {
  .ad-wrapper-468 {
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (max-width: 350px) {
  .subscription-flyout {
    left: 15px;
  }
}

@media (max-height: 550px) {

  div#feedback-form {
    overflow: scroll;
  }

  .page-custom-archive-overlay > div {
    margin-top: 75px;
  }
}

@font-face {
    font-family: "HelveticaRegular";
    src: url("libraries/popup_double/fonts/HelveticaRegular/HelveticaRegular.eot");
    src: url("libraries/popup_double/fonts/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBold"; */
@font-face {
    font-family: "HelveticaBold";
    src: url("libraries/popup_double/fonts/HelveticaBold/HelveticaBold.eot");
    src: url("libraries/popup_double/fonts/HelveticaBold/HelveticaBold.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaBold/HelveticaBold.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaItalic"; */
@font-face {
    font-family: "HelveticaItalic";
    src: url("libraries/popup_double/fonts/HelveticaItalic/HelveticaItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaItalic/HelveticaItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaItalic/HelveticaItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaItalic/HelveticaItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaLight"; */
@font-face {
    font-family: "HelveticaLight";
    src: url("libraries/popup_double/fonts/HelveticaLight/HelveticaLight.eot");
    src: url("libraries/popup_double/fonts/HelveticaLight/HelveticaLight.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaLight/HelveticaLight.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaLight/HelveticaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBlack"; */
@font-face {
    font-family: "HelveticaBlack";
    src: url("libraries/popup_double/fonts/HelveticaBlack/HelveticaBlack.eot");
    src: url("libraries/popup_double/fonts/HelveticaBlack/HelveticaBlack.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaBlack/HelveticaBlack.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaBlack/HelveticaBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaHeavy"; */
@font-face {
    font-family: "HelveticaHeavy";
    src: url("libraries/popup_double/fonts/HelveticaHeavy/HelveticaHeavy.eot");
    src: url("libraries/popup_double/fonts/HelveticaHeavy/HelveticaHeavy.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaHeavy/HelveticaHeavy.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaHeavy/HelveticaHeavy.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaMedium"; */
@font-face {
    font-family: "HelveticaMedium";
    src: url("libraries/popup_double/fonts/HelveticaMedium/HelveticaMedium.eot");
    src: url("libraries/popup_double/fonts/HelveticaMedium/HelveticaMedium.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaMedium/HelveticaMedium.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaThin"; */
@font-face {
    font-family: "HelveticaThin";
    src: url("libraries/popup_double/fonts/HelveticaThin/HelveticaThin.eot");
    src: url("libraries/popup_double/fonts/HelveticaThin/HelveticaThin.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaThin/HelveticaThin.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaThin/HelveticaThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaUltraLight"; */
@font-face {
    font-family: "HelveticaUltraLight";
    src: url("libraries/popup_double/fonts/HelveticaUltraLight/HelveticaUltraLight.eot");
    src: url("libraries/popup_double/fonts/HelveticaUltraLight/HelveticaUltraLight.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaUltraLight/HelveticaUltraLight.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaUltraLight/HelveticaUltraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBoldItalic"; */
@font-face {
    font-family: "HelveticaBoldItalic";
    src: url("libraries/popup_double/fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaBoldItalic/HelveticaBoldItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaBoldItalic/HelveticaBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBlackItalic"; */
@font-face {
    font-family: "HelveticaBlackItalic";
    src: url("libraries/popup_double/fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaBlackItalic/HelveticaBlackItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaBlackItalic/HelveticaBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaLightItalic"; */
@font-face {
    font-family: "HelveticaLightItalic";
    src: url("libraries/popup_double/fonts/HelveticaLightItalic/HelveticaLightItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaLightItalic/HelveticaLightItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaLightItalic/HelveticaLightItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaLightItalic/HelveticaLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaMediumItalic"; */
@font-face {
    font-family: "HelveticaMediumItalic";
    src: url("libraries/popup_double/fonts/HelveticaMediumItalic/HelveticaMediumItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaMediumItalic/HelveticaMediumItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaMediumItalic/HelveticaMediumItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaMediumItalic/HelveticaMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaHeavyItalic"; */
@font-face {
    font-family: "HelveticaHeavyItalic";
    src: url("libraries/popup_double/fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaThinItalic"; */
@font-face {
    font-family: "HelveticaThinItalic";
    src: url("libraries/popup_double/fonts/HelveticaThinItalic/HelveticaThinItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaThinItalic/HelveticaThinItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaThinItalic/HelveticaThinItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaThinItalic/HelveticaThinItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaUltraLightItalic"; */
@font-face {
    font-family: "HelveticaUltraLightItalic";
    src: url("libraries/popup_double/fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot");
    src: url("libraries/popup_double/fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot?#iefix")format("embedded-opentype"),
    url("libraries/popup_double/fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.woff") format("woff"),
    url("libraries/popup_double/fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-black-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-black-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-black-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-black-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-blackitalic-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-blackitalic-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-blackitalic-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-blackitalic-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-heavy-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-heavy-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-heavy-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-heavy-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-heavy-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-heavyitalic-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-heavyitalic-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-heavyitalic-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-heavyitalic-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-bold-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-bolditalic-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-bolditalic-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-bolditalic-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-bolditalic-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-medium-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-medium-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-medium-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-mediumitaicl-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-mediumitaicl-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-mediumitaicl-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-mediumitaicl-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-mediumitaicl-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-light-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-light-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-lightitalic-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-lightitalic-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-lightitalic-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-lightitalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-thin-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-thin-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-thin-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-thin-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-thinitalic-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-thinitalic-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-thinitalic-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-thinitalic-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-ultralight-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-ultralight-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-ultralight-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-ultralight-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
   font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-ultralightitalic-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-ultralightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-ultralightitalic-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-ultralightitalic-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-ultralightitalic-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-italic-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-italic-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-italic-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-italic-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('libraries/popup_double/fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('libraries/popup_double/fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('libraries/popup_double/fonts/helveticaneuecyr-roman-webfont.svg') format('svg'),
         url('libraries/popup_double/fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('libraries/popup_double/fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.6; filter: alpha(opacity = 60);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(libraries/popup_double/images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(libraries/popup_double/images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(libraries/popup_double/images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
#rd-popup1 #cboxClose {
	border:0; 
	padding:0; 
	margin:0; 
	overflow:visible;  
	position:absolute; 
	top: 18px;
	right: 18px;
	background:url(libraries/popup_double/images/colorbox/popup_n_close.png) no-repeat 0px 0px;  
	width:22px; 
	height:21px; 
	text-indent:-9999px;
	background-size: 22px 21px;
}
#cboxLoadedContent {
	border: 0 !important;
  
}

#cboxClose {
	border:0; 
	padding:0; 
	margin:0; 
	overflow:visible;  
	position:absolute; 
	top: 18px;
	right: 18px;
	background:url(libraries/popup_double/images/colorbox/popup_n_close.png) no-repeat 0px 0px; 
	width:22px; 
	height:21px; 
	text-indent:-9999px;
	background-size: 22px 21px;
}


#cboxLoadedContent {
	border: 0 !important;
	height: 595px !important;
}

.show_popup {display: none;}
#rd-popup1 .row {clear: both;}
#rd-popup1 {


	
}
#rd-popup1 .rd-popup-header {
	width: 700px;
	background: #fff;
	margin-left: 20px; 
	padding-top: 20px;
	 
	border-bottom: 1px #808080 solid;
	
}

#rd-popup1 .rd-popup-header .main_head {
	font-family: 'Helvetica Neue';
	color: #000;
	font-weight: bold;
	font-size: 28px;
	
}


#rd-popup1 .rd-popup-header .desc_head {
	font-family: 'Helvetica Neue';
	color: #000;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#rd-popup1 .cols {
	float: left;

}
#rd-popup1 .left_col {
width: 26%;
}
#rd-popup1 .center_col {
	margin-left: 60px;
width: 40%;
}
#rd-popup1 .right_col {
	float: right;
width: 25%;
    margin-right: 20px;
}	
#rd-popup1 .cols .he {
	padding-top: 18px;
	font-family: 'Helvetica Neue';
	color: #000;
	font-size: 20px;

	text-align: center;	
}
#rd-popup1 .cols .body {
	height: 300px;
}
#rd-popup1 .buttons {
	text-align: center;
	
}
#rd-popup1 .butleft {
	text-align: left;
	margin-left: 10px; 
	
}
#rd-popup1 .left_col {
	padding-left: 40px;
	margin-right: -20px;
}
#rd-popup1   .desc {
	margin-top: 20px;
	font-family: 'Helvetica Neue';
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 20px;
}





#rd-popup1 #popup_email {

    border: 1px #868686 solid;
    width: 200px;
    height: 30px;
    padding: 5px;
    font-size: 15px;
    font-family: 'Helvetica Neue';
	color: #000;
	margin-bottom: 20px;
	

	
}

#rd-popup1 .popup_button {
	font-family: 'Helvetica Neue';
    min-width: 160px;
    padding: 12px 20px;
    color: #fff;
    background: #f94b52;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none; 
    -webkit-user-select: none;
    border: 1px #f94b52 solid;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 300;
	width: 160px;
	height: 40px;
   
}
#rd-popup1 .popup_button:hover {
	 background: #cb282e;
	 border: 1px #cb282e solid;
	 color: #fff; 
}


#rd-popup1 .center_col {
	

	
}

#rd-popup1  .pic {
	text-align: center;
	padding-top: 20px;

	
}
#rd-popup1  .pic1 {
	width: 179px;
	
}
#rd-popup1  .pic2 {
	width: 258px;
	
}
#rd-popup1  .pic3 {
	width: 103px;
	margin: 0 auto;
	
}
#rd-popup1 .center_col ul {
	font-family: 'Helvetica Neue';
	color: #000;
	font-size: 14px;
	list-style-type: disc;
	margin-left: 90px;
	line-height: 16px;
	padding-top: 20px;

	
	
}

#rd-popup1 .center_col ul li {
	padding-top: 10px;
	
	
}
#rd-popup1 .center_col .blue {
	color: #e94b52;
	font-size: 14px;
	line-height: 16px;
}


#rd-popup1 .right_col {
	

	
}


#rd-popup1 .right_col .book {
	padding-top: 25px;
	text-align: center;
}


.error {border: 3px #ff0000 solid !important;}

#rd-popup2 .popup_body {
	padding-top: 65px;
	margin: 0 auto;
	
}
#rd-popup2 .em, #rd-popup2 .popup3_im {text-align: center; margin: 0 auto;}


#rd-popup2 .normal_desc {text-align: center; color: #000; font-size: 23px; line-height: 1.5em; padding-top: 35px; }
#rd-popup2 .b_desc {text-align: center; color: #000; font-size: 23px; font-weight: bold;  padding-top: 25px; padding-bottom: 35px; }


#rd-popup2 .popup_button {
	font-family: 'Helvetica Neue';
    min-width: 160px;
    padding: 12px 20px;
    color: #fff;
    background: #f94b52;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none; 
    -webkit-user-select: none;
    border: 1px #f94b52 solid;
    font-size: 20px;
    transition: 0.3s;
    font-weight: 300;
	width: 190px;
	height: 45px; 
   
}
#rd-popup2 .popup_button:hover {
	 background: #cb282e;
	 border: 1px #cb282e solid;
	 color: #fff; 
}


#rd-popup2 #popup_email2 {

    border: 1px #868686 solid;
    width: 292px;
    height: 45px; 
    padding-left: 15px;
    font-size: 15px;
    font-family: 'Helvetica Neue';
	color: #000;
	margin-bottom: 20px;
	display: inline !important;
	

	
}
#rd-popup2 .buttons {
	text-align: center;
	
}
/** OVERWRITING SOME FOUNDATION.CSS STYLES FOR HOME **/

.row .row{ margin-bottom: .9375em; }

/** END OVERWRITE **/

#feature-player{
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 47px;
	max-height: 497px;
	overflow: hidden;
}

.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border-top: none !important;
}

.bx-pager{ 
	background-color: #000;
	padding-top: 8px !important;
	padding-bottom: 5px !important;
}

.bxslider h2 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 15px 15px;
}

.bxslider .author {

	display: block;
	margin: 0 15px 15px;

}

.bxslider h2 a {
	color: #000 !important;
}

.bxslider article {
	height: 490px;
}

.bxslider article p {
	margin: 0 15px;
}

.bxslider article img{
	margin-bottom: 15px;
}

a.bx-pager-link {
	background-color: #FFF !important;
}

a.bx-pager-link.active {
	background-color: #f94b52 !important;
}

.prevControl, .nextControl {
	width: 25px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	bottom: -27px;
}

.prevControl {
	background: url("themes/russiadirect/images/icon-arrow-left-white.png") no-repeat scroll center center #000;				
	right: 26px;
	border-left: 1px solid #FFF;
}

.nextControl {
	background: url("themes/russiadirect/images/icon-arrow-right-white.png") no-repeat scroll center center #000;				
	right: 0;
	border-left: 1px solid #FFF;
}


article h2 a {
	color: #000;
}

article p {
	color: #000;
	margin-bottom: 0;
}

article p a {
	color: #000;
}

.row section.sidebar {
	padding-bottom: 30px;
	padding-left: 0;
}

section.sidebar section h4 {
	background: url(themes/russiadirect/images/icon-arrow-right-white.png) no-repeat 240px center;
}

section.sidebar section h4.nolink {
	background-image: none;
}

section.sidebar section h4 a {
	display: block;
}

section.sidebar section#newsletter h4 {
	background: none;
}

section.feedback {
	clear: both;
}

section.feedback p {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 15px;
	background-color:#f94b52;
	text-align: center;
}

section.feedback a, section.feedback a:hover {
	color: #FFF;
	font-weight: lighter;
}

div.boxes section.qa {
	height: 238px;
	background: url(themes/russiadirect/images/page-curl.png) no-repeat top right #d2d2d2;
}

div.boxes section.box1 {
	padding-right: 20px;
}

div.boxes section.box3 {
	padding-left: 20px;
}

section.box1 article, section.box3 article {
	height: 200px;
}

section.box3 article p {
	padding-top: 10px;
}

section.qa h3 {
	font-weight: normal;
	font-size: 2.7em;
	margin-bottom: -3px;
}

section.qa article {
	border: none !important;
	padding-top: 0;
	margin-top: 0;
}

section.qa p {
	color: #FFF;
	font-weight: bold;
	border: none;
	font-size: 1.1em;
	margin: 0 !important;
}

div.boxes section.qa article p a {
	color: #FFF;
}


section.qa p.author {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}


div.boxes section.qa article p.author a {
	color: #000;
}

section.bookshelf article img {
	margin-top: 10px;
	margin-bottom: .9375em;
}

section.bookshelf article h5 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

div.boxes {
/*	min-height: 550px; */
}


div.boxes section {
	margin-top: 0 !important;
	height: 233px;
}

div.boxes section.large-4 {
	min-height: 230px;
}

div.boxes section h4 {
	margin-top: 0;
}

div.boxes article {
	padding-bottom: 10px;
}

div.boxes section h4 {
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #b4b3b3;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	padding: 5px .9375em;
	margin-bottom: 0;
}

div.boxes section.large-4 h4 {
	background: url(themes/russiadirect/images/icon-arrow-right-dark.png) no-repeat 170px center;
}

div.boxes section.large-4 h4 a, div.boxes section.large-6 h4 a {
	color: #000;
}

div.boxes section.large-6 h4 {
	background: url(themes/russiadirect/images/icon-arrow-right-dark.png) no-repeat 285px center;
}

div.boxes section article {
	border: 1px solid #b4b3b3;
	margin-top: 0;
	border-top: none;
}

div.boxes section article a {
	color: #000;
}

div.boxes section.rbth-news, div.boxes section.bookshelf {
	padding-top: 20px;
	min-height: 285px;
}

div.boxes section.bookshelf article{
	min-height: 249px;
}

div.boxes section.rbth-news{ padding-right: 10px; }
div.boxes section.bookshelf{ padding-left: 10px; }

div.boxes section.rbth-news article:nth-child(2) {
	padding-top: 10px;
	border-bottom: none;
}

div.boxes section.rbth-news article:nth-child(3) {
	padding-top: 10px;
	border-bottom: none;
}

div.boxes section.rbth-news article:nth-child(4) {
	padding-bottom: 50px;

}

div.boxes section.rbth-news article hr {
	width: 75px;
	margin: 5px;
	margin-left: .9375em;
}

div.boxes section article p {
	margin: 0 .9375em;
}

div.boxes section.box1 article p, div.boxes section.box3 article p{
	margin: .75em .9375em;
	padding: 0;
}

div.boxes section.large-4 article {
	padding-bottom: 30px;
}

div.boxes section.rbth-news, div.boxes section.bookshelf {
	height: auto;
}

div.boxes section.ad-spot {
	height: auto;
}
#div-gpt-ad-1382086761795-0 {
	position: relative;
	margin: 20px auto 0;
}

/* Sidebar Ad */
#div-gpt-ad-1382086921252-0 {
	margin-top: 20px;
	width: 100% !important;
	height: auto !important;
}

/* Header Ad */
#div-gpt-ad-1382087005757-0 {
	margin: 0 auto 20px;
}