.search-results .cb-pagination{
    display: none;
}

#menu-footer li a {
    font-family: Ubuntu;
}

#fb-root {
    display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.visible-mobile {
    display: none !important;
}
.info-page {
    background:url(images/201608_NGIN-Food_Landingpage_BG.jpg) no-repeat center center fixed;
    background-size:cover;
    background-repeat: no-repeat;
    font-family: 'Ubuntu';
}
.info-page h1,
.info-page h2,
.info-page h3 {
    color:#fff;
    text-align: center;
}
.info-page #cb-content a:not(.further_btn),
.info-page #cb-content a:hover:not(.further_btn)
{
    color:#A0C131;
}
.info-page #cb-content {
    padding-bottom:50px;
}
.info-page #cb-content p{
    text-align: center;
    font-family: 'Ubuntu';
     color: #fff;
    font-size: 22px;
    line-height: 1.3;
}
.info-page .further_btn {
    background-color:#9FC31E;
    color:#fff;
    font-family: 'Ubuntu';
    margin: 50px auto;
    display: block;
    text-align: center;
    width: 400px;
    font-size: 22px;
    padding: 1px 10px 3px;
}
.info-page footer {
    color:#A0C131;
    text-align: center;
    position: fixed;
    bottom:0;
    width:100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom:10px;
    background-color:#fff;
    padding-top: 8px;

}
.info-page footer a {
    color:#A0C131;
}
.info-page footer .hosted_by {
    color:#CCC;
}
.syseleven {
    text-align: center;
    margin-top: 30px;
    font-size:12px;
    color:#B5B5B5;
    font-family: 'Montserrat', sans-serif;
}
.ngin-logo {
    background-image: url(images/ngin-food_white.svg);
    background-repeat: no-repeat;
    background-size: 145px;
    width:145px;
    height:100px;
    margin:100px auto 50px;
    display: block;
}
.main-content {
    padding-top:112px;
}
.single .main-content {
    padding-top:70px;
}
.social_media {
    text-align: center;
    margin-bottom:10px;
    margin: 60px 0 0px;
}
.social_media a {
    display: inline-block;
    width:54px;
    height:54px;
    background-repeat: no-repeat;
    text-indent: -99999px;
    margin: 0px 10px;
}
.social_media a.fb {
    background-image:url(images/fb_icon.png);
}
.social_media a.tw {
    background-image:url(images/twitter_icon.png);
}
.footer_bar {
    margin-left: -23px;
}
.hosted_by {
    position: absolute;
    right: 10px;
    margin-top: -28px;
    font-size: 12px;
}
.hosted_by img {
    margin-left: 6px;
}
.search-top {
    overflow: hidden;
    position: fixed;
    width:100%;
    background-color:#fff;
    z-index: 1000;
    height: 100px;
    padding-top:25px;
    padding-bottom:25px;
    -webkit-transition: height 0.5s, padding-top 0.5s; /* Safari */
    transition: height 0.5s, padding-top 0.5s;
    border-bottom: 1px #ccc solid;
}
.search-top.smaller {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-transition: height 0.5s, padding-top 0.5s; /* Safari */
    transition: height 0.5s, padding-top 0.5s;
    border-bottom: 1px #ccc solid;
}
.search-top .logo {
    position: absolute;
    margin-top:-10px;
}
.search-tools {
    float:right;
}
.search-tools .cb-search {
    float:left;
    margin-right: 50px;
}
.claim-header {
    text-align: center;
    float: left;
    width: 52%;
    margin-left: 23%;
    font-size: 10px;
    font-weight:bold;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
button:focus {
    outline:0;
}
#toggle {
  position: relative;
  width:30px;
  height: 30px;
  margin-top:8px;

}
.open #toggle {
    margin-top:0;
}
.search-top.smaller #toggle {
    margin-top: -3px;
}
.search-top.smaller #toggle span {
    margin-left: -15px;
}
.search-top.smaller #toggle.rdy input:checked + span {
    margin-left:-20px;
}
#toggle input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  margin-left: -15px;
}
#toggle.rdy input:checked + span {
  background: transparent;
}
#toggle.rdy input:checked + span:after {
  -webkit-transform: rotate(45deg) translate(-1px, -8px);
          transform: rotate(45deg) translate(-1px, -8px);
}
#toggle.rdy input:checked + span:before {
  -webkit-transform: rotate(-45deg) translate(-4px, 12px);
          transform: rotate(-45deg) translate(-4px, 12px);
}
#toggle span {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #A0C131;
  margin-left: -15px;
  margin-top: 12px
}
#toggle span:before, #toggle span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #A0C131;
  top: -9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
    margin-left: -15px;

}
#toggle span:after {
  top: 9px;
}

.search-top.smaller .navbar-toggle {
    top:-4px;
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
}

.search-top.smaller #search_wrap input[type="submit"] {
    top:4px;
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
}

.navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
}
#cb-container {
    font-family: 'Ubuntu';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu' !important;
}
h6 {
  font-size: 14px;
}
.logo {
    display: block;
    width:95px;
    height:70px;
    text-indent: -9999px;
    background-image:url(images/ngin-food-logo.svg);
    background-repeat: no-repeat;
    background-size: 95px;
}
.logo.small {
    background-size: 60px;
    width:60px;
    height:44px;
    display: inline-block;
    margin-top:10px;
}
.search-top.smaller .logo {
    width:50px;
    height:38px;
    background-size:50px;
    margin-top: -3px;
}
.cb-body-light .cb-module-header .cb-module-title:after {
    background-image:url(images/food-line.png);
    background-repeat: repeat-x;
    height: 20px;
    margin-top: -10px;
}
#menu-main .cb-module-header .cb-module-title:after {
    background-image:url(images/line-w.png);
}

/* Search menu */
#search_wrap {
  display: inline-block;
  height: 60px;
  float: right;
  padding: 0;
  position: absolute;
  margin-left: -58px;
}
.search-top.smaller #search_wrap input[type="text"] {
    top: 0px;
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
#search_wrap input[type="text"] {
  height: 35px;
  font-size: 18px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #363742;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  -webkit-transition: top 0.5s; /* Safari */
  transition: top 0.5s;
  cursor: pointer;
}

.search-food {
    background: url(images/food-search1.svg) right 4px;
    background-repeat: no-repeat !important;
    background-size:25px;
}
.search-food:focus {
    background: #eee url(images/food-search1.svg) right 4px;
    background-repeat: no-repeat !important;
    background-size:25px;
}

.search-mobility {
    background: #fff url(images/mob-search.svg) right 4px;
    background-repeat: no-repeat !important;
    background-size:25px;
}

.search-mobility:focus {
    background: #eee url(images/mob-search.svg) right 4px;
    background-repeat: no-repeat !important;
    background-size:25px;
}

#search_wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #ccc;
  z-index: 1;
}

#search_wrap input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  cursor: text;
}
#search_wrap input[type="submit"] {
  height: 25px;
  width: 25px;
  display: inline-block;
  float: right;
  background-repeat: no-repeat !important;
  background-size:25px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: top 0.5s; /* Safari */
  transition: top 0.5s;
}

#search_wrap input[type="submit"]:hover {
  opacity: 1;
  z-index: 3;
}
/* Menu */

.menu-main-container {
    position: fixed;
    width: 300px;
    right: 0;
    z-index: 100;
    background-color:#9FC31E;
    height:100%;
    margin-top:50px;
    height:0;
    overflow: hidden;
    padding:0;
    -webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
}
.menu-main-container.open {
    height:100%;
}
.menu-main-container.open ~ .main-content {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
.menu-main-container.open ~.background-blocker {
    width:100%;
    height:100%;
    position: fixed;
    z-index: 1;
}
#menu-main {
    margin:30px;
}
.cb-module-header .cb-module-title {
    font-size:25px;
    letter-spacing: 0;
    color:#9FC31E;
    padding: 0 10px 0 0;
}
.cb-module-header .cb-module-title-with-img {
    font-size:27px;
    letter-spacing: 0;
    color:#9FC31E;
    padding: 0 10px 0 0;
}
#menu-main .cb-module-header .cb-module-title {
    color:#fff;
    padding-right: 15px;
}
#menu-main .cb-module-header .cb-module-title-with-img {
    color:#fff;
    padding-right: 15px;
}
.cb-img-above-meta .cb-meta .cb-post-title,
.cb-module-block .cb-article-small .cb-post-title {
    padding-right: 10px;
}
.cb-main .cb-double-block:first-child {
    float:left;
}
.cb-main .cb-double-block:first-child .cb-module-half:last-child{
    margin-right:15px !important;
}
#cooler-nav .cb-img-above-meta {
    height:auto;
    border-bottom: none;
}
#cooler-nav .cb-double-block:first-child .cb-module-half:last-child {
    margin-right:0 !important;
}
#cooler-nav .cb-img-fw .cb-article-meta  {
    padding: 0px 10px;
    width: 100%;
}
#cooler-nav .cb-img-fw .cb-article-meta h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

#cooler-nav .cb-module-block .cb-grid-img:before,
#cooler-nav .cb-module-block a:hover .cb-grid-img:before,
.cb-module-block .cb-slider-3 .slides .cb-grid-img:before,
.cb-body-light .cb-grid-x .cb-grid-feature .cb-grid-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(transparent 60%, #000 95%);
    background: -webkit-linear-linear-gradient(transparent 60%, #000 95%);
    background: -moz-linear-gradient(transparent 60%, #000 95%);
    background: -o-linear-gradient(transparent 60%, #000 95%);
}
.cb-body-light .cb-grid-x .cb-grid-feature .cb-grid-img:before {
    z-index:100;
}
.cb-body-light .cb-grid-x .cb-grid-feature .cb-article-meta {
    z-index: 101;
}
.cb-grid-x .cb-link {
    z-index: 102;
}
.cb-module-block .cb-slider-3 .slides .cb-grid-img:before  {
    z-index: 100;
    height:100%;
    margin:0;
}
.cb-module-block .cb-slider-3 .slides li:hover .cb-grid-img:before  {
    z-index: -1;
}
.cb-module-block .cb-slider-3 .slides .cb-article-meta {
    z-index: 101;
}
.cb-module-block .cb-slider-3 .slides li .cb-link{
    z-index: 102;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -291px;
    max-width: 343px;
}

#cooler-nav .cb-img-fw a img {
    -webkit-transition: none;
    -transition: none;
    transition:none;
}
#menu-main ul li a, #menu-main .cb-module-header a span {
    font-size: 18px;
    color:#fff;
    font-weight: 700;
    margin: 0 0 5px;
}
#menu-main .cb-module-header {
    margin-bottom:0;
    margin-top:35px;
}
#menu-main .cb-module-header:first-child {
    margin-top:0;
}
#menu-main .menu-part {
    margin-top:8px;
}
#menu-social-media li,
.menu-social-media li{
  float:left;
  margin-right:20px;
}
#menu-social-media li:last-child
.menu-social-media li:last-child{
  margin-right:0;
}
#menu-social-media li a,
.menu-social-media li a{
  display: block;
  width:30px;
  height:30px;
  text-indent: -99999px;
  background-size:100%;
}
.menu-social-media-container {
  position: fixed;
  bottom: 15px;
  display: none;
}
.menu-main-container.open .menu-social-media-container {
  display: block;
}

.single-job_listing .expired_frame {
  position: relative;
  margin-top: -17px;
}
.expired_overlay {
    position: absolute;
    background: -webkit-linear-gradient(transparent -150%, white 90%); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(transparent -150%, white 90%); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(transparent -150%, white 90%); /* Firefox 3.6-15 */
    background: linear-gradient(transparent -150%, white 90%); /* Standard syntax */
    height: 100%;
    z-index: 10;
    width:100%;
    margin-top:0;
}

#expired_overay_popup {
    position: absolute;
    z-index: 11;
    color: #fff;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    text-align: center;
    margin-top: 120px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

@media only screen and (max-height: 737px) {
  
  .menu-social-media-container {
    position: absolute;
    top: 630px;
  }
}
#menu-social-media li.fb a,
.menu-social-media li.fb a{
  background-image:url(images/fb.svg);
}
#menu-social-media li.tw a,
.menu-social-media li.tw a {
  background-image:url(images/twt.svg);
}
#menu-social-media li.in a,
.menu-social-media li.in a{
  background-image:url(images/insta.svg);
}

/* Homepage */
.billboard {
    text-align: center;
}
.billboard.home > div {
    margin-top: 16px;
    margin-bottom: 1px;
}

.fireplaces .leaderboard {
    margin-bottom:7px;
    text-align: center;
}
.fireplaces .skyscraper_left {
    position: absolute;
    left: 50%;
    margin-top: -105px;
    margin-left: -712px;
}
.fireplaces .skyscraper_right {
    position: absolute;
    left: 50%;
    margin-top: -105px;
    margin-left: 552px;
}
.single .fireplaces .skyscraper_right {
  margin-top:-58px;
}
.single .cc_banner-wrapper ~ #cb-outer-container .fireplaces .skyscraper_right {
  margin-top:-30px;
}
.fireplaces .skyscraper_right_solo {
    position: absolute;
    left: 50%;
    margin-left: 560px;
    z-index: 100;
}
.single .fireplaces .skyscraper_right_solo {
    top: 148px;
    margin-left: 398px;
}
.fireplaces .skyscraper_right_solo.sticky{
    position: fixed;
    top:132px;
}
.fireplaces .skyscraper_right.sticky {
    position: fixed;
    top:205px;
    z-index: 1;
}
.single .fireplaces .skyscraper_right.sticky {
    top:158px;
}
.fireplaces .skyscraper_right_solo.sticky.upper {
    top:50px;
}
.fireplaces .skyscraper_right.sticky.upper {
    top:155px;
}
.single .fireplaces .skyscraper_right.sticky.upper {
    top:108px;
}
.cb-meta-style-2.cb-s .cb-article-meta, .cb-meta-style-4.cb-s .cb-article-meta {
    padding: 10px 20px;
}
.cb-meta-style-4.cb-m .cb-article-meta h2, .cb-meta-style-4.cb-s .cb-article-meta h2 {
    letter-spacing: 0px;
    line-height: 1.1;
    font-size: 28px;
}
.cb-meta-style-4.cb-m .cb-article-meta h2, .cb-meta-style-4.cb-s .cb-article-meta h2 {
    text-transform: none;
    margin-bottom:0;
    font-size: 28px;
}
.cb-meta-style-4.cb-s:not(.cb-feature-2) .cb-article-meta h2{
    font-size: 22px;
}
#cb-section-a .cb-module-block.cb-module-fw:not(.job-slider) {
    border-bottom:1px solid #363742;
}
#cb-section-a .more_jobs_wrapper{
    margin-bottom:20px;
}
.cb-meta-style-4.cb-m .cb-article-meta .cb-byline,
.cb-meta-style-4.cb-s .cb-article-meta .cb-byline,
section .cb-article .cb-post-meta,
section .cb-article .cb-byline,
section .cb-article .cb-excerpt {
    display: none;
}

.cb-module-block .cb-post-title {
    text-transform: none;
    letter-spacing: 0;
    font-size:22px;
}

section .cb-img-above-meta{
    padding-bottom: 10px;
}

.cb-module-block .cb-article-small .cb-post-title {
    font-size:18px;
    letter-spacing: 0;
}

.further_link,
.further_link:hover,
.further_link:focus {
    color:#A0C131;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    margin-top: -30px;
}
.single.cb-body-light .cb-pagination a,
.single.cb-body-light .cb-pagination > span.cb-page{
    display: inline-block;
    border-right: 1px solid #ccc;
    transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg);
    margin-right:0;
    padding-left: 16px;
    color: #ccc;
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-color:#ccc;
}
.single.cb-body-light .cb-pagination > span.cb-page {
    background-color:#A0C131;
    border-right:1px solid #A0C131;
    padding-left: 10px;
    padding-right: 10px;
}
.cb-body-light:not(.single) .cb-pagination a,
.cb-body-light:not(.single) .cb-entry-content .cb-pagination a {
    color:#A0C131;
    border-color:#A0C131;
    font-size: 14px !important;
    line-height: 1.5;
}
.cb-body-light:not(.single) .cb-pagination .current,
.cb-body-light:not(.single) .cb-pagination > .cb-page,
.cb-body-light:not(.single) .cb-entry-content .cb-pagination .current,
.cb-body-light:not(.single) .cb-entry-content .cb-pagination > .cb-page,
.cb-body-light:not(.single) .cb-pagination:not(.single) a:hover,
.cb-body-light:not(.single) .cb-entry-content .cb-pagination a:hover {
    background:#A0C131;
    border: 1px solid #A0C131;
    font-size: 14px !important;
    line-height: 1.5;
    color:#fff;
}
.single.cb-body-light .cb-pagination > span.cb-page > span {
    color: #fff;
}
.single.cb-body-light .cb-pagination a:hover,
.single.cb-body-light .cb-pagination > span.cb-page:hover {
    background-color:#A0C131;
    color:#fff;
}
.single.cb-body-light .cb-pagination > span.cb-page:last-child,
.single.cb-body-light .cb-pagination a:last-child{
    border-right:none;
}
.single.cb-body-light .cb-pagination a > span,
.single.cb-body-light .cb-pagination > span.cb-page > span{
    padding: 5px 12px;
    display: inline-block;
    text-decoration: none;
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(23deg) skewY(0deg);
    border-right:none;
    font-size: 17px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight:normal;
}
.single.cb-body-light .cb-pagination a:first-child {
    border-right:none;
    margin-right:10px;
}
.single.cb-body-light .cb-pagination a:first-child + a{
    border-left:1px solid #ccc;
}

.single.cb-body-light .cb-pagination a:last-child {
    margin-left: 13px;
}
.single.cb-pagination .page-numbers li > a {
    padding-right:22px;
    color:#ccc;
}

/* post in post */
.post-in-post {
    margin-top: 20px;
    margin-bottom:20px;
    margin-left: -1px;
    padding: 0px 10px 0px 20px;
    width: 100%;
    float: right;
}

.post-in-post-food {
    border-top: 1px solid #9FC31E;
    border-bottom: 1px solid #9FC31E;
}

.post-in-post-mobility {
    border-top: 1px solid #0097b6;
    border-bottom: 1px solid #0097b6;
}

.post-in-post-link {
    text-decoration: none !important;
}

.post-in-post-link:hover {
    text-decoration: none !important;
}

.image-container-add {
    position: relative;
    top: 20px;
    display: inline-block;
    float: left;
    max-width: inherit !important;
    width:142px;
}

.phone-hidden {
    display: none;
}

.post-in-post-headline {
    color: #3c3b3a !important;
    font-size: 17px;
    margin-bottom:0;
}

.post-in-post-content {
    display: block;
    font-size:17px !important;
    font-weight: normal !important;
    line-height: 22px !important;
}

.image-block {
    padding: 20px 0 11px;
}

@media only screen and (min-width: 1120px) {
    .image-block {
        width: 200px;
        float: left;
        margin-right:15px;
    }
    
    .post-in-post {
        width: 100%;
    }

    .phone-hidden {
        display: block;
    }

    .post-in-post-headline {
        margin-bottom:10px;
        display: inline-block;
    }

    .post-in-post-content {
        margin-top:0;
    }

    .post-in-post-block {
        float: left;
        width: 66%;
    }
}

/* Job slider */

.job-thumb-wrapper {
    border:1px solid #ccc;
    text-align: center;
    width:300px;
    height: 122px;
    margin-bottom:20px;
}
.job-thumb {
    max-width: 100px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 100px;
}
.cb-slider-3 .slides li:nth-child(3n-1) .job-wrapper {
    margin-left: 4px;
    width: 367px;
}
.cb-slider-3 .slides li:nth-child(3n) .job-wrapper {
    margin-left:8px;
    width: 367px;
}
.flex-viewport {
    margin-bottom: 50px;
}
/* Category */

.archive-header {
    border-top: 1px solid #ccc;
    margin-top: 13px;
    padding-top: 21px;
}

/* Single */
.article_header {
    margin-top: 75px;
    min-height: 15px;
}
.article_label {
    text-transform: uppercase;
    color: #888;
    margin-left: 150px;
    text-align: left;
}
.pjax_ad .leaderboard_single {
    position: relative;
    margin-top: 41px;
    padding-bottom: 90px;
}
.pjax_ad .leaderboard_single > div{
    position: absolute;
    width: 100%;
}

.leaderboard_single {
    margin-top: 42px;
    margin-bottom: -40px;
    text-align: center;
}
.content_ad {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: -60px;
}
.content_ad .content-ad-title {
    color: #464646;
    text-transform: uppercase;
    float: right;
    clear: both;
    font-size: 14px;
    line-height: 1;
}

.single-post h1.cb-module-title {
    letter-spacing: 2px;
    font-size: 34px;
    line-height: 1.3;
    margin-top: -30px;
}
.page-template h1.cb-module-title {
    display: block;
    font-size:38px;
    font-weight:900;
    text-align:center;
}
.vertical_social .social-share .social_media{
    margin-top:0;
}
/*.vertical_social.fixed .social-share {
    margin-top: 0;
    position: fixed;
    top: 140px;
}*/
#cooler-nav {
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px #ccc solid;
    padding-top: 40px
}
#cooler-nav .sneaky_banner > img {
    margin-bottom:20px;
}
#cooler-nav .cb-module-half {
    margin-bottom:0;
}
#cooler-nav .cb-module-half .cb-module-header h2 {
    color: #363742;
    padding-right: 10px;
}

.cb-byline {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 15px;
    margin-bottom:15px;
}
.cb-body-light .cb-byline {
    color:#161616;
}
.cb-body-light .cb-byline .caption{
    color:#777;
}
.cb-byline span {
    font-family: 'Hind';
}
.article-image img{
    width:100%;
}
.page-template-page-nosm .article-image {
    margin-top:-45px;
}
.cb-img-fw .cb-article-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 95%;
    padding: 20px;
}
.cb-arrows-tr .flex-direction-nav i {
    color:#fff;
    padding: 2px 13px;
}
.cb-arrows-tr .flex-direction-nav a {
    background:#9FC31E;
}
.cb-slider:not(.job-slider) .flex-direction-nav {
    display: none;
}

.cb-img-fw .cb-article-meta h2 {
    color:#fff;
}
.caption {
    float:none;
}
.content-block p, .content-block {
    font-family: "Hind";
    color: #161616;
    font-size: 17px;
    line-height: 1.7;
}
.content-block p.teaser-text {
    font-weight: bold;
}
.content-block p span,
.content-block p a {
    font-family: "Hind" !important;
}
.content-block a,
.content-block a:hover{
    color:#A0C131;
    font-weight: bold;
    text-decoration: none;
}
.social-share {
    margin-top:30px;
}
.social-share .wording {
    font-weight: bold;
    font-size: 16px;
    float:left;
    margin-right:30px;
}
.social-share .social_media {
    text-align: left;
}
.social-share .social_media  li {
    text-align: left;
}
.social-share .social_media li a{
    width:25px;
    height:25px;
    background-size:25px;
    margin-right:30px;
}
.tags {
    margin-top: 30px;
}
.tags a,
.tags a:hover{
    background-color: #9FC31E;
    color:#fff !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
    padding: 4px 4px 2px;
    line-height: 1;
}
.tags a:last-child{
    margin-right:0;
}
.more_jobs {
    display: block;
    text-align: center;
    background-color: #9FC31E;
    width:100%;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    width:1024px;
    position: absolute;
    margin: 0 40px;
    margin-top: -76px;
    box-sizing: border-box;
}
.more_jobs:hover {
    color:#fff;
    background-color:#617811;
}
.show-company-name {
    display: none;
}
.company-hover {
    position: relative;
    text-transform: uppercase;
    text-decoration: underline;
}
.company-hover:hover .show-company-name {
    width:150px;
    padding:10px;
    background: #999;
    position: absolute;
    top:-50px;
    display: block;
    content: 'Vertical Media GmbH';
    text-align: center;
}
.headline_right {
    line-height:1.2 !important;
    color: #fff !important;
    font-size:13px !important;
    margin-left: 20px;
}
.archive .cb-module-block .category-box article.no-line{
    border-bottom:none;
    margin-bottom:0;
}
.archive .cb-module-block .category-box {
    border-bottom:1px solid #363742;
    overflow: hidden;
}

.category-galerie .cb-article-info {
    display: none;
}

.owl-caption h4, .owl-caption p {
    color:#fff;
    font-weight:300;
    font-size:16px;
    padding: 0 15px 0 15px;
}

/*Gallerien */
.foo-item {
    text-align: center;
}
.foo-item img {
    max-height:100%;
    height: 100%;
}

#pjax-container .counter {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.owl-item {
    position: relative;
}
.owl-caption  {
    position:  absolute;
     bottom:  0px;
     background:  rgba(0, 0, 0, .5);
     text-align:  center;
     width:  100%;
     padding:  .5rem 0;
}

.owl-caption h4, .owl-caption p  {
    color:  white;
     display:  block;
     text-align:  left;
     width:  90%;
     margin:  0 auto;
}
.owl-carousel .owl-nav [class*=owl-], .owl-carousel .owl-nav div:hover, .owl-carousel .owl-nav [class*=owl-]:hover {
    text-indent: -9999px;
}

.ngg-galleryoverview {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color:#ccc;
    padding-top: 20px;
}

.ngg-galleryoverview h3{
    margin-top: 10px;
    font-size: 18px;
}

.ngg-galleryoverview .imagebox {
    overflow: hidden;
}

.ngg-galleryoverview .gallery-link {
    display: block;
    background-color: #A0C131;
    color: #fff;
    width: 220px;
    text-align: center;
    padding: 56px 0;
    font-size: 20px;
    box-sizing: border-box;
    height: 147px;
}
.ngg-galleryoverview.last {
    margin-right:0;
}
.gallery-link:hover {
    color:#fff !important;
}

@media only screen and (min-width: 768px) {
    .foo-item {
        height:473px;
    }
    .foogallery-container {
        width:710px !important;
        margin-left:-129px;
    }
    .owl-carousel .owl-nav [class*=owl-] {
        display: block;
        width: 45px;
        height: 473px;
        border-radius: 0;
        margin: 0;
        position: absolute;
        background-color:#ccc;
        cursor: pointer;
    }
    .owl-carousel .owl-nav {
        position: absolute;
        margin-top: -473px;
        width: 710px;
        opacity: 0.5;
    }
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover {
        margin-left:665px;    }
}
@media only screen and (min-width: 1020px) {
    .foo-item {
        height:631px;
    }
    .billboard.home > div{
      margin-top: 25px;
      margin-bottom: 0px;
    }

    .foogallery-container {
        width:947px !important;
        margin-left:-197px;
    }
    .owl-carousel .owl-nav [class*=owl-] {
        display: block;
        width: 45px;
        height: 631px;
        border-radius: 0;
        margin: 0;
        position: absolute;
    }
    .owl-carousel .owl-nav {
        position: absolute;
        margin-top: -631px;
        width: 947px;
        opacity: 0.5;
    }
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover {
        margin-left:902px
    }
}
@media only screen and (min-width: 1200px) {
    .foo-item {
        height:646px;
    }
    .foogallery-container {
        width:970px !important;
        margin-left:-145px;
    }
    .owl-carousel .owl-nav [class*=owl-] {
        display: block;
        width: 45px;
        height: 646px;
        border-radius: 0;
        margin: 0;
        position: absolute;
    }
    .owl-carousel .owl-nav {
        position: absolute;
        margin-top: -646px;
        width: 970px;
        opacity: 0.5;
    }
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover {
        margin-left:925px;
    }
}
.owl-carousel .owl-dots{
    margin-top:10px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover {
    background-image:url(images/Pfeil_Galerie_rechts.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:20px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover {
    background-image:url(images/Pfeil_Galerie_links.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:20px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color:#ccc;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color:#A0C131;
}
.owl-carousel .owl-nav .genericon{
    display: none;
}
.foo-item a {
    margin:0;
}
@media only screen and (max-width: 767px) {
    .foo-item img {
        height: auto;
    }

    .single .leaderboard_single {
        max-width: none;
        margin-left: 0;
    }
    .billboard.home > div{
      margin-top: 16px;
      margin-bottom: 1px;
    }
    .owl-caption {
        width: auto;
        position: static;
    }

    .owl-nav {
        text-align: center;
        margin-top: 10px;
    }

    .owl-carousel .owl-nav [class*=owl-],
    .owl-carousel .owl-nav div:hover,
    .owl-carousel .owl-nav [class*=owl-]:hover {
        width: 140px;
        border-radius: 0;
        background-color:#A0C131 !important;
        background-image: none;
        color: #fff;
        text-indent: 0;
        padding: 3px 0px 0px;
        display: inline-block;
        font-size: 15px;
    }
    .owl-carousel .owl-nav .genericon{
        display: block;
        color:#fff;
        font-size: 20px;
    }
    .ngg-gallery-thumbnail-box{
        width: 49%;
        margin-right: 1% !important;
    }
    .ngg-gallery-thumbnail-box.last {
        width: 100%;
        margin-right: 0 !important;
    }
    .ngg-gallery-thumbnail-box .gallery-link {
        width: 100%;
        padding: 10px 0;
        height: auto;
    }

}
/* Footer */
#cb-footer {
    background-color: #ffffff;
    padding-bottom: 20px;
}
#cb-footer .cb-footer-lower{
    background-image: url(images/food-line.png);
    background-repeat:repeat-x;
    padding-top: 45px;

}
#cb-footer .cb-footer-lower .cb-footer-links ul li{
    text-transform: uppercase;
}
#cb-footer .cb-footer-lower .cb-footer-links ul li.partnership_gs a, .in_coop{
    text-transform: none;
    background-image:url(images/gs-logo.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 130px;
    background-size: 125px;
}
#cb-footer .cb-footer-lower .cb-footer-links ul li.top-arrow a{
    background-image:url(images/food-up.svg);
    background-size:20px;
    width:25px;
    height:22px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-table;
    text-indent: -9999px;
}

/*social media popup */

#sm-popup {
    position: fixed;
    width: 80%;
    height: 260px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    max-width: 550px;
    margin-left: -275px;
    margin-top:-130px;
    box-sizing: border-box;
    padding: 50px 10px 40px;
    text-align: center;
    background-image:url(images/food-line.png);
    background-repeat: repeat-x;
    z-index: 1001;
    display: none;
}
#sm-popup .social_media {
    margin-top: 0px;
    margin-bottom: 23px;
}
#sm-popup h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom:31px;
}
.social_media li a{
    display: block;
    float:left;
    width:50px;
    height:50px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-right:35px;
}

.social_media {
    text-align: center;
}
.social_media li {
    display: inline-block;
}
.social_media li.facebook a{
    background-image:url(images/food-fb.svg);
}
.social_media li.twitter a{
    background-image:url(images/food-twt.svg);
}
.social_media li.instagram a{
    background-image:url(images/food-inst.svg);
}
.social_media li.linkedin a{
    background-image:url(images/food-in.svg);
}
#sm-overlay {
    position: fixed;
    z-index: 1000;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: 0.5;
    top:0;
    display: none;
}

.overlay-close {
    position: absolute;
    z-index: 1002;
    background-image:url(images/close-some.svg);
    display: block;
    width:35px;
    height:35px;
    background-size: 35px;
    background-repeat: no-repeat;
    right: 16px;
    top: 30px;
    cursor: pointer;
}

/* Jobboard */
.navi_header {
    margin-top: 71px;
    border-bottom: 1px solid #ccc;
    padding-bottom:10px;
}
.navi_header span.job_date {
    display: block;
    float: left;
    float: right;
    margin-top: -26px;

}
.job_filters .job_types {
    background-color:#fff;
    border:none;
    padding: 0 45px 20px;
}
.job_filters .job_types li:first-child {
    padding-left:0;
}
.job_filters .job_types li {
    border: none;
    padding: .5em 1em .5em 0em;
}
.job_filters .showing_jobs {
    display: none !important;
}
.job_filters .job_types input {
    visibility: hidden;
    position: absolute;
}
.job_filters .job_types input:checked + label{
    background-color: #9FC31E;
    color:#fff;
    background-image:url(images/jb-check-w.png);
}
.job_filters .job_types label {
    background-color: #EAEAEA;
    padding: 2px 5px 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left 3px center;
    padding-left: 22px;
    background-image:url(images/jb-check-g.png);
}

.expired_info {
    background-color: #e30513;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
}
.single_job_listing .company {
    border:none;
    box-shadow: none;
    height:auto;
}
.single_job_listing .company img {
    width:150px;
    height:auto;
}
.single_job_listing .company .name {
    padding-left: 0;
    margin-left: 170px;
    font-size: 18px;
    color:#9FC31E;
}
.single_job_listing .company .name p{
    margin:15px 0;
}
.single_job_listing .job_description {
    font-family: 'Hind';
    color: #161616;
    font-size: 16px;
    line-height: 1.5;
}
.contact_box {
    width:100%;
    background-color:#9FC31E;
    color:#fff;
    box-sizing:border-box;
    padding:20px;
    font-size: 16px;
    overflow: hidden;
    margin-bottom:45px;
}
.contact_box a{
    color:#fff;
}
.contact_box .contact_person {
    font-size:18px;
    margin:0 0 10px;
}
.contact_box .contact_daten div{
    float:left;
    height:38px;
    line-height: 38px;
    margin-right:40px;
    background-position: left center;
    background-size:auto 38px;
    background-repeat: no-repeat;
}
.contact_box .contact_daten div:last-child{
    margin-right:0;
}
.contact_box .contact_daten .tel {
    background-image: url(images/jb-phone.svg);
    padding-left: 30px;
}
.contact_box .contact_daten .email {
    background-image: url(images/jb-mail.svg);
    padding-left: 38px;
    background-size: auto 25px;
}
.contact_box .contact_daten .joblink {
    background-image: url(images/jb-link.svg);
    padding-left: 30px;
    background-size: auto 25px;
}
.contact_box .contact_daten .website{
    float:right;
    display: block;
    width:25px;
    height:25px;
    background-image:url(images/jb-url.svg);
    background-size:25px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-top:7px;
}
.single_job_listing .social-share, .vertical_social .social-share {
    margin-top: 0;
    position: absolute;
    left: 50%;
    margin-left: -530px;
}
.single_job_listing .social-share .wording, .vertical_social .social-share .wording {
    display: none;
}
.single_job_listing .social-share .social_media li, .vertical_social .social-share .social_media li {
    display: block;
}
.single_job_listing .social-share .social_media li a, .vertical_social .social-share .social_media li a{
    float:left;
    margin-bottom: 30px;
}
.job_description ul:not(.social_media) li {
    list-style: none;
    padding-left: 20px;
    background-image: url(images/food-jb-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 4px;
    background-size:13px;
}
ul.job_listings li.job_listing {
    background-color:#EAEAEA;
    margin-bottom: 15px;
}
ul.job_listings li.job_listing a {

}
ul.job_listings li.job_listing a img.company_logo {
    width: 63px;
    height: auto;
}
.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    padding-left: 78px;
    font-size: 16px;
    line-height: 1.3;
    min-height: 60px;
    width: 87%;
}
ul.job_listings li.job_listing a div.position .company .company_name {
    font-size:14px;
    color:#9FC31E;
}
ul.job_listings li.job_listing a div.location {
    width: 13%;
    text-align: right;
}
.page-template-page-gray,
.page-template-page-gray.cb-body-light #cb-content,
.page-template-page-gray .search-top {
    background-color:#F2F2F2;
    border-bottom:none;
}
.page-template-page-gray.cb-body-light #cb-content p {
    line-height: 1.3;
    color: #363742;
    font-family: 'Hind';
    font-size: 16px;
}
.page-template-page-gray.cb-body-light .red_btn {
    display: block;
    color: #fff;
    background-color: #CC3D37;
    padding: 10px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px auto;
    width: 330px;
    text-align: center;
}
.page-template-jobboard #cb-content {
    background-image:url(images/ngin-jb-header.jpg);
    background-size: 1105px;
    background-repeat: no-repeat;
    background-position: top center;
}
.searchbox .job_filters{
    background-color:#fff;
    background-image:url(images/food-line.png);
    background-repeat: repeat-x;
    background-position: top left;
}
.searchbox h2,
.page-template-page-gray #main h2 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 26px;
    margin-top:0;
}
.page-template-page-gray #main h2 {
    font-size:35px;
}
.searchbox h3 {
    margin-left: 45px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
}
.searchbox .search_jobs {
    padding:45px 45px 15px;
    min-height: 85px;
}
.add_job_box {
    border: 1px solid #ccc;
    margin-top: -7px;
    margin-bottom: 15px;
    padding: 8px 8px;
}
.add_job_box a {
    display: block;
    float:right;
    color: #fff;
    background-color: #CC3D37;
    padding: 1px 24px;
    font-weight: bold;
}
.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
    width:40%;
    float:left;
    padding-right:1%;
}
.job_filters .search_jobs #filter_switch {
    display: none;
    outline:none;
}

.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location{
    width:40%;
    float:left;
    padding-left:0;
    padding-right:1%;
}
.searchbox .search_jobs .search_buttons {
    width:20%;
    float:left
}
.job_filters .search_jobs input, .job_filters .search_jobs select {
    padding:5px;
}
.job_filters #submit_button {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    float: left;
    padding: 7px;
}

.job_filters .search_jobs input.category_button {
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    margin-left:1%;
    width: 19%;
    background-image:url(images/jb-search-ex.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 7px 0;
}

.anzeige-label {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    padding: 0px 5px;
    text-transform: uppercase;
    color: #888;
    line-height: 1.5;
}

.newsletter_placeholder {
    height: 160px;
    width:100%;
}
.newsletter_bar {
    width: 100%;
    left: 0;
    background-color: #A0C131;
    color:#fff;
    padding:15px 0;
    margin-top: -175px;
}
.newsletter_bar label,
.socialmedia_bar p {
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Ubuntu';
    margin:0;
}
.socialmedia_bar p {
  float:left;
}
.socialmedia_bar .menu-social-media {
  float:right;
  margin: 0;
}
.socialmedia_bar {
    position: absolute;
}

.single .newsletter_bar {
    max-width: 800px;
    margin-left: -400px;
    left: 50%;
}
.single .newsletter_bar label {
    font-size:14px;
}

.single .newsletter_bar input[type=email] {
    line-height: 28px;
    font-size: 14px;
    width:334px;
    margin-top: -3px;
}
.single .newsletter_bar input[type=submit] {
    font-size: 14px;
    padding: 0px 15px;
    margin-top: -2px;
}
.newsletter_bar .input_fields {
    float:right;
    margin-top:5px;
}
.newsletter_bar input {
    font-size: 21px;
    color:#363742;
    float:left;
}
.newsletter_bar input[type=checkbox] {
    position: relative;
    right:2px;
}
.newsletter_bar input[type=email] {
    float: left;
    border: 1px solid #363742;
    line-height: 33px;
    padding-left: 10px;
    margin-top: -6px;
    width: 310px;
    font-size: 15px;
}
.newsletter_bar input[type=submit] {
    color: #fff;
    background-color: #363742;
    border: 0;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 17px;
    margin-left: 10px;
    margin-top: -6px;
}

.cb-slider-3 .slides li {
    margin-right: 3px;
}



@media only screen and (min-width: 481px) {
    .vertical-food  .cb-module-block .cb-article-row,
    .vertical-mobility  .cb-module-block .cb-article-row{
        min-height: 320px;
    }
    section .cb-img-above-meta, .archive .cb-separated {
        height: 370px;
    }
}
@media only screen and (min-width: 768px) {

    .single .fireplaces .skyscraper_right_solo {
        margin-left: 355px;
        top: 115px;
    }
    .single .fireplaces .skyscraper_right {
        top: 173px;
    }
    .vertical-food  .cb-module-block .cb-article-row,
    .vertical-mobility  .cb-module-block .cb-article-row{
        min-height: 350px;
    }
    .cb-grid-x .cb-m.cb-feature-1, .cb-grid-x .cb-s.cb-feature-2  {
        width:50%;
    }
    .cb-module-block .cb-article-small.cb-separated {
        height: 100px;
    }
    .menu-main-container {
        right:50%;
        margin-right:-358px;
    }
    body.popup #sm-popup, body.popup #sm-overlay {
        display: none;
    }
    .searchbox .job_filters {
        margin-bottom: 80px;
        margin-top:8px;
    }
    #cb-footer .cb-footer-lower .cb-footer-links ul li:last-child {
        float:right;
    }
    .cb-module-block .cb-article-row .cb-mask {
        min-height: 147px;
        background-color: #fff !important;
    }
    .expired_overlay {
      width:460px;
    }
}

@media only screen and (min-width: 1020px) {

    .single .fireplaces .skyscraper_right_solo {
        margin-left: 475px;
        margin-top:0px;
    }

    .vertical-food  .cb-module-block .cb-article-row,
    .vertical-mobility  .cb-module-block .cb-article-row{
        min-height: 380px;
    }

    .cb-module-half .cb-module-header h2 {
        font-size: 24px;
    }
        /* Single */
    .single .content-block {
        padding: 0px 30px;
    }
    #cb-footer .cb-footer-lower .cb-footer-links ul li{
        margin-right:46px;
    }
    #cb-footer .cb-footer-lower .cb-footer-links ul li:last-child {
        margin-right:0;
    }
    .menu-main-container {
        right:50%;
        margin-right:-478px;
    }
    .search_line.on_top {
        position: fixed;
        top: 9px;
        z-index: 100;
        width: 800px;
        left: 50%;
        margin-left: -400px;
    }
    .job_filter_box {
        height:0;
        -webkit-transition: height 0.5s;
        transition: height 0.5s;
    }
    .job_filter_box.slideout.on_top {
        position: fixed;
        background-color: #ffffff;
        overflow: hidden;
        height:75px;
        z-index: 1000;
        top: 39px;
    }
    .job_filter_box.slideout.on_top .job_types {
        padding:0;
    }
    .job_filter_box.slideout.on_top h3 {
        margin-left:0;
        margin-top:15px;
    }
    .search-top.slideout {
        height: 115px;
    }
    .search_line.on_top #submit_button {
        width: 60%;
    }
    .job_filters .search_line.on_top #filter_switch{
        display: block;
        width:40%;
        background-color:#fff;
        background-image:url(images/ngin-jb-wheel.svg);
        background-size:24px;
        background-repeat: no-repeat;
        background-position: center center;
        border:none;

    }
    .cb-module-block .cb-article-row .cb-mask {
        min-height: 200px;
        background-color: #fff !important;
    }
}

@media only screen and (min-width: 1200px) {
    .single .leaderboard_single {
        max-width: none;
        margin-left: 0;
    }
    .single .fireplaces .skyscraper_right_solo {
        margin-left: 555px;
    }

    .cb-grid-x .cb-m.cb-feature-1, .cb-grid-x .cb-s.cb-feature-2  {
        width: 552px;
    }
    .menu-main-container {
        right:50%;
        margin-right:-555px;
    }
    /* Single */
    .single .content-block {
        padding: 0px 60px;
    }
    #cooler-nav .cb-module-half, #cooler-nav .cb-module-block .cb-article-row  {
        width: 385px;
    }
    .job-thumb-wrapper {
        width:358px;
    }
    .cb-slider-3 .slides li:nth-child(3n-1) .job-wrapper {
        margin-left: 4px;
        width: 358px;
    }
    .cb-slider-3 .slides li:nth-child(3n+1) .job-wrapper {
        margin-left: 1px;
    }
    .cb-slider-3 .slides li:nth-child(3n) .job-wrapper {
        margin-left:8px;
        width: 358px;
    }
    .cb-module-block .cb-article-row .cb-mask {
        min-height: 240px;
        background-color: #fff !important;
    }
}

@media only screen and (min-width: 1500px) {
    .fireplaces .skyscraper_right_solo,
    .single .fireplaces .skyscraper_right_solo {
        margin-left: 567px;
    }
}


@media only screen and (max-width: 1199px) {
    .fireplaces .leaderboard {
        margin-bottom: -8px;
    }
    .fireplaces .skyscraper_left {
        position: absolute;
        left: 50%;
        top: 147px;
        margin-left: -635px;
    }
    .fireplaces .skyscraper_right {
        position: absolute;
        left: 50%;
        top: 147px;
        margin-left: 474px;
    }
    .fireplaces .skyscraper_right_solo {
        position: absolute;
        left: 50%;
        margin-left: 480px;
        z-index: 100;
    }
    .cb-main .cb-double-block:first-child {
        width:650px;
    }
    .cb-main .cb-double-block:first-child .cb-module-half {
        width:300px;
        margin-right: 25px;
    }
    .cb-main .cb-double-block:first-child .cb-module-half:last-child {
    }
    .cb-module-half:nth-child(even) {
        width:300px;
    }

    .cb-main .cb-double-block:first-child .cb-module-half:last-child {
        margin-right:0 !important;
    }
    .more_jobs {
        width: 870px;
    }
    .single_job_listing .social-share {
        margin-left: -475px;
    }
    .page-template-jobboard #cb-content {
        background-size: auto 250px;
    }
    .newsletter_bar label,
    .socialmedia_bar p {
        font-size: 18px;
    }
    .newsletter_bar input[type=email]{
        width: 230px;
    }
    .newsletter_bar input[type=submit] {
        font-size: 16px;
    }
    .ngg-gallery-thumbnail-box{
        width: 32%;
        margin-right: 2% !important;
    }
    .ngg-gallery-thumbnail-box.last {
        margin-right: 0 !important;
    }
    .ngg-gallery-thumbnail-box .gallery-link {
        width: 100%;
        padding: 43px 0;
        height: auto;
    }
}
@media only screen and (min-width: 1019px) {
    .newsletter_bar {
        position: absolute;
    }
}

@media only screen and (max-width: 1019px) {
    .fireplaces .leaderboard {
        margin-bottom: -8px;
    }
    .fireplaces .skyscraper_left {
        display: none;
    }
    .fireplaces .skyscraper_right {
        display: none;
    }
    .fireplaces .skyscraper_right_solo {
        margin-left: 360px;
    }
    .cb-meta-style-4.cb-m .cb-article-meta h2, .cb-meta-style-4.cb-s .cb-article-meta h2 {
        font-size: 20px !important;
    }
    #cb-section-b .cb-main {
        width: 100%;
    }
    .cb-main .cb-double-block:first-child .cb-module-half {
        width:220px;
    }
    .cb-module-half:nth-child(even) {
        width:220px;
    }
    .cb-main .cb-double-block:first-child {
        width:490px;
    }
    .more_jobs {
        width: 630px;
    }
    .single_job_listing .company .name p {
        margin: 5px 0;
        font-size: 16px;
    }
    .single_job_listing .social-share {
        margin-left: -355px;
    }
    .job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
        width:100%;
        padding-right:0;
    }
    .job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location{
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-top:10px;
    }
    .searchbox .search_jobs .search_buttons {
        width:100%;
        margin-top:10px;
    }
    .job_filters #submit_button {
        width: 100%;
    }
    .job_filters .search_jobs input.category_button {
        margin-left:1%;
        width: 19%;
        background-position: center right;
    }
    .page-template-jobboard #cb-content {
        background-size: auto 340px;
    }
    body:not(.single) .newsletter_placeholder {
        height: 107px;
    }
    body:not(.single) .newsletter_bar {
        margin-top: -127px;
    }
    body:not(.single) .newsletter_bar label,
    body:not(.single) .socialmedia_bar p {
        line-height: 1;
    }
    body:not(.single) .newsletter_bar .input_fields {
        float:none;
    }
    body:not(.single) .newsletter_bar input[type=email] {
        width:100%;
    }
    body:not(.single) .newsletter_bar input[type=submit] {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .single .newsletter_bar {
        margin-right: 30px;
    }
    .single .newsletter_bar input[type=email] {
        width: 290px;
    }
    .single .newsletter_bar label {
        padding-left: 10px;
    }

    .page-template-page-nosm .article-image {
        margin-top:-35px;
    }
    .ngg-gallery-thumbnail-box .gallery-link {
        padding: 33px 0;
    }
}
@media only screen and (max-width: 767px) {
    .leaderboard_single {
        margin-top:22px;
    }
    .fireplaces .skyscraper_right_solo {
        display: none;
    }
    .owl-carousel.owl-loaded {
        margin-left: -4px;
    }
    .hidden-mobile {
        display: none !important;
    }
    .visible-mobile {
        display: block !important;
    }
    #mc_embed_signup form {
        padding:10px !important;
    }
    .ngin-logo {
        margin-top: 30px;
    }
    .info-page h1 {
       font-size: 28px;
    }
    .info-page .further_btn {
        width:90%;
    }
    .footer_bar {
        margin-left:0;
    }
    .info-page footer .hosted_by {
        right: 50%;
        margin-right: -71px;
        margin-top: 15px;
    }
    .main-content {
        padding-top:4px;
    }
    .cb-main .cb-double-block:first-child .cb-module-half {
        width: 47%;
        margin-right: 3%;
    }
    .cb-module-half:nth-child(even) {
        width:32%;
    }
    .cb-main .cb-double-block:first-child {
        width:68%;
    }
    .menu-main-container {
        width:100%;
    }
    #menu-main .cb-module-header {
        padding-left:0;
    }
    .search-top {
        height: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .search-top .logo {
        width:50px;
        height:38px;
        background-size:50px;
        margin-left:5px;
        margin-top: -3px;
    }
    .single #main .cb-module-title {
        padding:0 10px;
    }
    #cb-section-a {
        padding-top:50px;
    }
    .navbar-toggle {
        top:-2px;
    }
    #toggle {
      margin-top: -2px;
    }
    
    #search_wrap {
        top:-2px;
    }
    .search-top.smaller #search_wrap input[type="text"] {
      top: 12px;
        -webkit-transition: top 0.5s; /* Safari */
        transition: top 0.5s;
    }
    .search-top.smaller #search_wrap input[type="submit"] {
        top:10px;
        -webkit-transition: top 0.5s; /* Safari */
        transition: top 0.5s;
    }
    #cooler-nav .cb-double-block:first-child .cb-module-half {
        width: 49%;
        margin-right:1%;
    }
    #cooler-nav .cb-double-block:first-child {
        width:100%;
    }
    #cooler-nav  .cb-module-header .cb-module-title {
        font-size: 16px;
    }
    #cb-footer .cb-footer-lower .cb-footer-links ul li{
        margin-right: 0px;
        width: 100%;
        margin: 0;
        padding: 0px 3px;
    }
    #cb-footer .cb-footer-lower .cb-footer-links ul li:nth-child(2),
    #cb-footer .cb-footer-lower .cb-footer-links ul li:nth-child(3),
    #cb-footer .cb-footer-lower .cb-footer-links ul li:nth-child(4)
    {
        display: inline;
        font-size: 14px;
        font-weight: bold;
        margin-left: 15px;
    }
    #cb-footer .cb-footer-lower .cb-footer-links ul li:first-child,
    #cb-footer .cb-footer-lower .cb-footer-links ul li:last-child {
        text-align: center;
        padding: 20px;
    }
    .more_jobs {
        width: 100%;
        position: static;
        margin-left:0;
    }
    .more_jobs_wrapper  {
        box-sizing:border-box;
        padding:0 10px;
        margin-top:100px;
    }
    #search_wrap input[type="text"]:focus {
        width:150px;
    }
    #cb-footer {
        padding-top:35px;
    }
    .single_job_listing .social-share {
        position: static;
        margin:0;
    }
    .single_job_listing .social-share .social_media {
        margin-top: -20px;
    }
    .single_job_listing .social-share .social_media li {
        display: inline-block;
    }
    .single_job_listing .social-share .social_media li a{
        float:left;
        margin-bottom: 0px;
    }
    ul.job_listings li.job_listing {
        width:100%;
        overflow: hidden;
    }
    .rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
        padding-left:22%;
    }
    ul.job_listings li.job_listing a div.location {
        padding-left:0;
    }
    ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
        visibility: visible;
    }
    .single .newsletter_bar {
        max-width: none;
        margin-left: 0;
        left: 0;
    }
    .single .newsletter_bar .input_fields {
        width: 100%;
        padding: 0 10px;
    }
    .single .newsletter_bar input,
    .single .newsletter_bar input[type=email],
    .single .newsletter_bar input[type=submit] {
        width:100%;
    }
    .single .newsletter_bar input[type=submit] {
        margin-top:10px;
        margin-left:0;
    }
    .newsletter_bar .wrap {
        padding: 0 20px;
    }
    .newsletter_bar {
        margin-top: -147px;
    }
    .single .newsletter_bar label {
        font-size: 16px;
    }
    .single .newsletter_placeholder {
            height: 118px;
    }
    .single .newsletter_bar {
        margin-top: -120px;
    }
    .article_header {
        margin-top: 60px;
        padding: 0 5px;
        min-height: 0;
    }
    .single-post h1.cb-module-title {
        margin-top:-10px;
    }
    .single .main-content {
        padding-top:40px;
    }
    .social-share .social_media {
        width: 100%;
        clear: both;
        display: block;
        padding-top: 15px;
        margin-left:-10px;
    }
    #cb-footer .cb-footer-lower .cb-footer-links ul {
        margin: 0 5px;
    }
    .page-template-page-nosm .article-image {
        margin-top:43px;
    }
    .content_ad {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .navi_header {
        margin-top: 53px;
    }
    .navi_header .further_link {
        margin-left: 7px;
        font-size: 27px;
        margin-top: -36px;
    }
    .navi_header .further_link span {
        display: none;
    }
    .ngg-gallery-thumbnail-box{
        width: 49%;
        margin-right: 1% !important;
    }
    .ngg-gallery-thumbnail-box.last {
        width: 100%;
        margin-right: 0 !important;
    }
    .ngg-gallery-thumbnail-box .gallery-link {
        width: 100%;
        padding: 10px 0;
        height: auto;
    }
    .socialmedia_bar .menu-social-media {
      float:left;
      margin-top:10px;
      width:100%;
    }
}
@media only screen and (max-width: 480px) {

    .cb-main .cb-double-block:first-child .cb-module-half {
        width: 100%;
        margin-right: 0%;
    }
    .cb-module-half:nth-child(even) {
        width:100%;
    }
    .cb-main .cb-double-block:first-child {
        width:100%;
    }
    .cb-grid-x .cb-m {
        height: 220px;
    }
    #cooler-nav .cb-double-block:first-child .cb-module-half {
        width: 100%;
        margin-right:0%;
    }
    #cooler-nav .cb-double-block:first-child {
        width:100%;
    }
    #cooler-nav  .cb-module-header .cb-module-title {
        font-size: 24px;
    }
    #cooler-nav .cb-module-block .cb-grid-img:before {
        height:100%;
    }
    ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
        visibility: visible;
        width:15%;
        height:auto;
    }
    .newsletter_bar label,
    .socialmedia_bar p {
        font-size:16px;
    }
    .newsletter_placeholder {
        height: 88px;
    }
    .newsletter_bar {
        margin-top: -131px;
    }
    .cb-module-block .cb-separated {
        border-bottom:none;
    }
}


/* NEXUS Placeholder */

.advertisement {
    text-align: right;
}

.billboard-wrapper {
    margin-bottom:10px;
}

.vjs-poster {
    -webkit-background-size: cover!important;
    background-size: cover!important;
}

@media  (min-width: 768px) {
    .mrec-wrapper,
    .mrec-wrapper2 {
        float: left;
        margin-right: 20px;
    }

    .claim-header {
        font-size: 18px;
    }
}
