body {
  font-family: europa, sans-serif; }

a {
  text-decoration: none !important; }

@media only screen and (max-device-width: 480px) {
  .recommended_for_you {
    display: none; } }

@media screen and (min-width: 768px) {
  .modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-center {
  text-align: center;
  z-index: 2147483638; }

.modal-dialog-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.popcontent p {
  font-size: 15px;
  font-style: normal; }

.popcontent .price {
  color: #A12014;
  text-decoration: underline; }

.popcontent a {
  color: #A12014; }

.popcontent h4 {
  font-weight: bold; }

.notibar {
  background: #202535;
  padding: 7px 0px; }
  .notibar .leftmenu {
    float: left; }
    .notibar .leftmenu ul {
      margin-left: 0px;
      padding-left: 0px; }
      .notibar .leftmenu ul li {
        float: left;
        margin-right: 20px;
        color: #fff;
        font-size: 11px;
        font-family: arial, sans-serif;
        list-style: none;
        padding-left: 0px;
        margin-left: 0px; }
        .notibar .leftmenu ul li a {
          color: #fff; }
  .notibar .rightmenu {
    float: right; }
    .notibar .rightmenu ul {
      margin-left: 0px;
      padding-left: 0px; }
      .notibar .rightmenu ul li {
        float: left;
        margin-right: 0px;
        color: #fff;
        font-size: 11px;
        font-family: arial, sans-serif;
        list-style: none;
        padding-left: 0px;
        margin-left: 20px; }
        .notibar .rightmenu ul li a {
          color: #fff; }

input:focus {
  outline: 0; }

.header {
  border-bottom: 1px solid #EEEEEE; }
  .header .logo {
    border-right: 1px solid #EEEEEE;
    padding: 25px 0px; }
  .header .search {
    float: left; }
    .header .search input {
      width: 650px;
      margin-top: 24px;
      border: 0px;
      color: #6A6C73;
      float: left;
      font-size: 16px; }
    .header .search .ebadge {
      width: 80px;
      float: left;
      margin-top: 17px; }
      .header .search .ebadge svg {
        float: right;
        margin-right: -60px; }
  .header .menuright {
    border-left: 1px solid #EEEEEE;
    padding: 25px 20px 15px 20px;
    min-height: 75px;
    font-size: 20px;
    float: right; }
    .header .menuright a {
      color: #2e2e2e; }
    .header .menuright.rb {
      border-right: 1px solid #EEEEEE; }

.menu {
  border-bottom: 1px solid #EEEEEE; }
  .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .menu ul li {
      padding-bottom: 0px;
      padding-top: 0px;
      float: left;
      margin-right: 15px;
      font-size: 15px; }
      .menu ul li a {
        color: #6A6C73; }

.content {
  margin-top: 30px; }

.frontbanner {
  background: url("../images/frontbanner.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }
  .frontbanner .info {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .frontbanner .info .benefits {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
    .frontbanner .info .benefit {
      float: left;
      margin: 20px;
      color: #202535;
      font-size: 15px;
      white-space: nowrap; }
      .frontbanner .info .benefit i {
        color: #4EB2D0;
        font-size: 20px;
        padding-right: 10px; }
    .frontbanner .info .landing-text {
      font-size: 33px;
      font-weight: bold;
      text-align: center;
      width: 100%;
      max-width: 640px;
      margin-top: 40px;
      line-height: 45px; }

.whitebtn {
  background: #FFFFFF;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.1);
  font-family: Europa-Bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #202535;
  letter-spacing: 0;
  text-align: center;
  padding: 15px 30px; }

.btnarea {
  margin-top: 20px;
  margin-left: 13px; }
  .btnarea span {
    margin-right: 20px; }

.abbtext-sub {
  color: #1a1a1a;
  font-weight: 100;
  font-size: 13px; }

.abbtext h3 {
  font-weight: normal;
  margin-top: 0px;
  font-size: 18px; }

h1.background {
  position: relative;
  z-index: 1; }
  h1.background:before {
    border-top: 2px solid #EEEEEE;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 53%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  h1.background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px 0 0; }

h1 {
  color: #202535;
  font-size: 25px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 35px;
  text-align: left; }
  @media only screen and (max-device-width: 480px) {
    h1 {
      font-size: 30px; } }

.show-category .product-box-wrap {
  margin-top: 20px; }
  .show-category .product-box-wrap h2 {
    margin-bottom: 15px; }
  .show-category .product-box-wrap p {
    margin-bottom: 30px; }

.product-box-wrap {
  margin-top: 50px; }
  @media only screen and (max-device-width: 480px) {
    .product-box-wrap {
      margin-top: 15px; } }
  .product-box-wrap .text-top-small {
    color: #646261;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center; }
  .product-box-wrap h2.background {
    position: relative;
    z-index: 1; }
    .product-box-wrap h2.background:before {
      border-top: 2px solid #EEEEEE;
      content: "";
      margin: 0 auto;
      /* this centers the line to the full width specified */
      position: absolute;
      /* positioning must be absolute here, and relative positioning must be applied to the parent */
      top: 53%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: -1; }
    .product-box-wrap h2.background span {
      /* to hide the lines from behind the text, you have to set the background color the same as the container */
      background: #fff;
      padding: 0 15px 0 0; }
  .product-box-wrap h2 {
    color: #202535;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: left; }
    @media only screen and (max-device-width: 480px) {
      .product-box-wrap h2 {
        font-size: 30px; } }
  .product-box-wrap .desc {
    font-size: 15px;
    color: #646261;
    text-align: center;
    font-weight: normal;
    margin-bottom: 80px; }
  .product-box-wrap .pboxh {
    margin-bottom: 25px; }
    .product-box-wrap .pboxh a {
      text-decoration: none; }
    .product-box-wrap .pboxh:hover {
      cursor: pointer;
      -webkit-box-shadow: 0px 6px 19px 0px #f0f0f0;
      -moz-box-shadow: 0px 6px 19px 0px #f0f0f0;
      box-shadow: 0px 6px 19px 0px #f0f0f0; }
    @media only screen and (max-device-width: 480px) {
      .product-box-wrap .pboxh {
        margin-bottom: 10px; } }
  .product-box-wrap .pbox {
    min-height: 415px; }
    @media only screen and (max-device-width: 480px) {
      .product-box-wrap .pbox {
        min-height: auto; } }
    .product-box-wrap .pbox:hover {
      cursor: pointer; }
    .product-box-wrap .pbox .image {
      width: 100%;
      margin-bottom: 15px;
      min-height: 265px; }
      @media only screen and (max-device-width: 480px) {
        .product-box-wrap .pbox .image {
          min-height: auto; } }
      .product-box-wrap .pbox .image img {
        width: 100%; }
    .product-box-wrap .pbox .name {
      font-size: 15px;
      color: #000000;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-device-width: 480px) {
        .product-box-wrap .pbox .name {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } }
      .product-box-wrap .pbox .name a {
        color: #f4706b; }
    .product-box-wrap .pbox .subname {
      color: #262626;
      font-size: 12px;
      text-align: center;
      margin-top: 5px;
      min-height: 18px; }
    .product-box-wrap .pbox .pricebox {
      margin-top: 35px; }
      @media only screen and (max-device-width: 480px) {
        .product-box-wrap .pbox .pricebox {
          margin-top: 10px; } }
      .product-box-wrap .pbox .pricebox .nmprice {
        width: 60%;
        float: left;
        padding-bottom: 5px;
        margin-bottom: 8px;
        border-bottom: 4px solid #4EB2D0; }
        @media only screen and (max-device-width: 480px) {
          .product-box-wrap .pbox .pricebox .nmprice {
            width: 60%;
            margin-bottom: 0px; } }
        .product-box-wrap .pbox .pricebox .nmprice .normalprice {
          color: #676767;
          font-size: 13px;
          font-weight: 200; }
          @media only screen and (max-device-width: 480px) {
            .product-box-wrap .pbox .pricebox .nmprice .normalprice {
              font-size: 13px; } }
        .product-box-wrap .pbox .pricebox .nmprice .memberprice {
          font-size: 14px;
          color: #000000; }
          @media only screen and (max-device-width: 480px) {
            .product-box-wrap .pbox .pricebox .nmprice .memberprice {
              font-size: 15px;
              width: 50%; } }
          .product-box-wrap .pbox .pricebox .nmprice .memberprice i {
            color: #b7b7b7; }
      .product-box-wrap .pbox .pricebox .pricearea {
        float: left;
        width: 40%;
        text-align: center;
        border-bottom: 4px solid #4EB2D0;
        font-size: 16px;
        color: #000;
        padding: 7px 10px 5px 20px;
        margin-top: 9px;
        margin-bottom: 8px; }
        @media only screen and (max-device-width: 480px) {
          .product-box-wrap .pbox .pricebox .pricearea {
            font-size: 18px;
            margin-top: 8px;
            border-radius: 0;
            width: 40%;
            float: right;
            text-align: right;
            border-bottom: 4px solid #4EB2D0;
            margin-top: 7px; } }
        .product-box-wrap .pbox .pricebox .pricearea sup {
          font-size: 12px;
          margin-left: -3px;
          text-decoration: underline; }
          @media only screen and (max-device-width: 480px) {
            .product-box-wrap .pbox .pricebox .pricearea sup {
              font-size: 12px;
              margin-left: 0px;
              text-decoration: none; } }
  .product-box-wrap .bboxh {
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 20px; }
    .product-box-wrap .bboxh:hover {
      cursor: pointer;
      -webkit-box-shadow: 0px 6px 19px 0px #f0f0f0;
      -moz-box-shadow: 0px 6px 19px 0px #f0f0f0;
      box-shadow: 0px 6px 19px 0px #f0f0f0; }
  .product-box-wrap .bbox {
    min-height: 250px;
    padding-bottom: 15px;
    border-bottom: 3px solid #efefef; }
    .product-box-wrap .bbox:hover {
      cursor: pointer;
      border-bottom: 3px solid #f4706b; }
    .product-box-wrap .bbox .save {
      font-size: 22px;
      color: #000000;
      font-weight: 200;
      text-align: center; }
    .product-box-wrap .bbox .image {
      width: 50%;
      margin: 25px auto 0px auto; }
      .product-box-wrap .bbox .image img {
        width: 100%; }
    .product-box-wrap .bbox .name {
      font-size: 15px;
      color: #000000;
      text-align: center; }
      .product-box-wrap .bbox .name a {
        color: #f4706b;
        font-size: 22px;
        font-weight: 200; }

@media only screen and (max-device-width: 480px) {
  .notibar {
    display: none; } }

.front-text-topbanner {
  margin-top: 30px;
  text-align: center;
  padding-left: 0px;
  max-width: 550px; }

.product-view {
  margin-top: 60px; }
  .product-view .imagebox img {
    width: 60%;
    margin: auto; }
  .product-view .product h1 {
    color: #202535;
    font-size: 20px;
    margin-top: 0px;
    font-weight: bold; }
  .product-view .product .brand {
    color: #6A6C73;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100; }
  .product-view .product .inventorystatus {
    width: 85%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px 10px; }
    .product-view .product .inventorystatus i {
      color: #4ED092;
      padding-right: 5px; }
  .product-view .product .memberprice-text {
    color: #6A6C73;
    font-size: 13px;
    font-weight: 100; }
  .product-view .product .membertext {
    color: #262626;
    font-size: 13px;
    margin-top: 5px;
    line-height: 19px; }
  .product-view .product .bullets {
    width: 450px; }
    .product-view .product .bullets ul {
      padding-left: 0px;
      margin-left: 0px; }
      .product-view .product .bullets ul li {
        float: left;
        list-style: none;
        padding-left: 0px;
        color: #202535;
        font-size: 13px;
        margin-right: 30px; }
        .product-view .product .bullets ul li i {
          margin-top: 4px;
          margin-right: 5px;
          margin-bottom: -4px;
          color: #4EB2D0;
          font-size: 18px; }
        .product-view .product .bullets ul li svg {
          margin-top: 4px;
          margin-right: 5px;
          margin-bottom: -4px; }
    @media only screen and (max-device-width: 480px) {
      .product-view .product .bullets {
        width: 100%; } }
  .product-view .product .paybox {
    min-height: 150px;
    margin-top: 30px;
    border: 1px solid #EEEEEE;
    padding: 15px 25px; }
    .product-view .product .paybox .checkboxfield {
      width: 40px;
      float: left;
      padding-top: 5px; }
    @media only screen and (max-device-width: 480px) {
      .product-view .product .paybox .membertext {
        display: none; } }
    .product-view .product .paybox .questionproduct {
      display: none; }
      @media only screen and (max-device-width: 480px) {
        .product-view .product .paybox .questionproduct {
          display: inline; } }
    .product-view .product .paybox .pricefield {
      width: 340px;
      float: left; }
      .product-view .product .paybox .pricefield .price {
        color: #202535;
        font-size: 25px;
        font-weight: bold; }
    .product-view .product .paybox .savefield {
      width: 105px;
      float: right;
      border: 1px solid #F6553D;
      border-radius: 3px;
      color: #F6553D;
      font-size: 13px;
      font-weight: 500;
      margin-top: 5px;
      text-align: center;
      padding: 5px; }
    .product-view .product .paybox .paytypebox {
      cursor: pointer;
      margin-bottom: 25px; }
      .product-view .product .paybox .paytypebox.disabled .price, .product-view .product .paybox .paytypebox.disabled .memberprice-text, .product-view .product .paybox .paytypebox.disabled .bullets ul li {
        color: #AEB1BD; }
    .product-view .product .paybox .paybtn {
      background: #4ED092;
      color: #fff;
      border: 0px;
      padding: 15px 10px;
      text-align: center;
      font-size: 16px;
      float: left;
      width: 85%;
      text-transform: uppercase; }
      @media only screen and (max-device-width: 480px) {
        .product-view .product .paybox .paybtn {
          width: 80%; } }
      .product-view .product .paybox .paybtn:hover {
        background: #3fa975; }
    .product-view .product .paybox .emaerketbtn {
      width: 5%;
      margin-left: 5%;
      float: left; }
      @media only screen and (max-device-width: 480px) {
        .product-view .product .paybox .emaerketbtn {
          width: 10%; } }

.default-btn {
  background: #4ED092;
  color: #fff;
  border: 0px;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px; }
  .default-btn:hover {
    background: #3fa975; }

footer {
  border-top: 1px solid #ececec;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px; }
  @media only screen and (max-device-width: 480px) {
    footer .noicon {
      margin-left: 40px;
      margin-top: 30px; } }
  footer .head {
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.47px;
    margin-bottom: 15px;
    font-weight: bold; }
    @media only screen and (max-device-width: 480px) {
      footer .head {
        margin-bottom: 5px; } }
  footer p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 200; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      margin-bottom: 0px;
      font-size: 14px;
      color: #666666;
      letter-spacing: 0;
      line-height: 25px;
      font-weight: 200; }
      footer ul li a {
        color: #666666; }
  footer .contact-box {
    width: 100%;
    margin-bottom: 30px; }
    footer .contact-box .img {
      width: 40px;
      float: left; }
    footer .contact-box .headleft:first-child {
      margin-bottom: 8px; }
    footer .contact-box .text {
      width: 250px;
      float: Left; }
      footer .contact-box .text .headleft {
        font-size: 20px;
        font-weight: bold;
        color: #222222;
        letter-spacing: 0; }
      footer .contact-box .text .sub {
        font-size: 13px;
        color: #666666;
        letter-spacing: 0;
        line-height: 25px; }
  footer .social {
    padding-left: 40px; }
    footer .social a {
      color: #999999; }
    footer .social i {
      font-size: 22px;
      padding-right: 5px; }

.sublogo {
  border-top: 1px solid #ececec;
  padding-top: 35px; }

.subfooter {
  color: #6A6C73;
  padding-top: 15px;
  font-size: 12px;
  text-align: center;
  padding-bottom: 13px;
  border-top: 1px solid #ececec; }
  @media only screen and (max-device-width: 480px) {
    .subfooter {
      text-align: center; } }

.regular-radio {
  -webkit-appearance: none;
  background-color: #fafafa;
  outline: 0;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative; }

.regular-radio:focus {
  outline: 0; }

.regular-radio:checked:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #4EB2D0;
  text-shadow: 0px;
  left: 3px;
  font-size: 32px; }

.regular-radio:checked {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1); }

.regular-radio:active, .regular-radio:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

.big-radio {
  padding: 10px !important; }

.big-radio:checked:after {
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px; }

.apartmentcard {
  margin-bottom: 50px;
  background-color: #fff; }

.apartmentcard h2 {
  font-size: 19px;
  color: #464646;
  margin-bottom: 25px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold; }

.apartmentcard .price {
  font-size: 50px;
  color: #6aaee8;
  text-align: right;
  margin-top: 25px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold; }

.apartmentcard .price .delim {
  font-weight: 100;
  font-size: 30px; }

.apartmentcard .text {
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 100; }

.apartmentcard h1 {
  font-size: 21px;
  font-weight: normal;
  margin: 0px; }

.apartmentcard h1 .date {
  font-size: 16px;
  font-weight: 200;
  color: #afafaf;
  padding-left: 15px; }

.apartmentcard hr {
  border: 0px;
  height: 1px;
  background: #eeeeee;
  margin-left: -25px;
  margin-right: -25px; }

.apartmentcard .small-apartment-img {
  width: 100%;
  cursor: pointer; }

.apartmentcard .description {
  font-size: 15px;
  line-height: 18px; }

.apartmentcard .description .head {
  font-weight: bold;
  margin-bottom: 10px; }

.apartmentcard .contact-renter {
  background: #5cb85c;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center; }

.apartmentcard .not-you {
  background: #469edb;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  text-align: center; }

.apartmentcard .not-you small {
  font-size: 12px;
  padding-top: 5px; }

.apartmentcard .break {
  text-align: center;
  color: #9a9a9a;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px; }

.apartmentcard .contact-renter small {
  font-size: 12px;
  padding-top: 5px; }

.apartmentcard .typebox {
  width: 121px;
  float: left; }

.apartmentcard .typebox .head {
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 200; }

.apartmentcard .typebox .desc {
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 5px;
  font-weight: 200; }

.apartmentcard .form-group {
  margin-bottom: 20px; }

.apartmentcard .form-group label {
  font-size: 18px;
  color: #828282;
  font-weight: 200; }

.apartmentcard .form-group input {
  border: 1px solid #e8e8e8;
  padding: 15px 15px;
  height: 55px;
  font-size: 15px;
  box-shadow: none; }

.apartmentcard .form-group .checkbox-text {
  color: #828282;
  padding-left: 5px;
  padding-right: 15px; }

.apartmentcard .form-group textarea {
  border: 1px solid #e8e8e8;
  padding: 15px 15px !important;
  font-size: 15px;
  box-shadow: none; }

.apartmentcard .benefits h2 {
  font-size: 18px;
  color: #828282;
  font-weight: 200; }

.apartmentcard .benefits p, p {
  color: #828282;
  font-weight: 200; }

.apartmentcard .benefits ul li {
  list-style: none;
  color: #979797;
  list-style-image: url("../images/benefitcheck.png");
  margin-bottom: 15px; }

.apartmentcard .benefits ul {
  padding-left: 23px;
  margin-left: 0px; }

.cart-right {
  font-size: 18px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif; }

.normalprice {
  color: #a1a1a1;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200; }

.line-through {
  text-decoration: line-through; }

.amount_saved {
  color: #6aaee8;
  font-size: 40px;
  font-weight: bold; }

.amountsaved_box {
  font-size: 20px;
  padding-top: 10px; }

.cart-products {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px; }
  .cart-products.grey {
    background: #b1b1b1;
    color: #fff;
    padding-bottom: 0px; }
    .cart-products.grey .abbtext {
      color: #fff;
      padding-top: 15px; }
    .cart-products.grey .priceAmount {
      padding-right: 10px;
      color: #fff; }

.cart-products .img {
  float: left;
  width: 100px; }

.h1thin {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  font-size: 25px; }

.cart-products .product {
  float: left;
  width: 466px;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 25px;
  height: 55px; }

.cart-products .abb-text {
  width: 400px !important; }

.cart-products .product.emaerket {
  width: 650px;
  text-transform: none; }

.cart-products .product small {
  font-size: 12px; }

.cart-products .priceAmount {
  float: right;
  width: 100px;
  text-align: right;
  font-size: 20px;
  color: #525252;
  padding-top: 15px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  height: 55px; }

.abbtext {
  text-transform: none !important;
  font-size: 12px !important; }

.abbtext small {
  font-size: 10px !important; }

.trash-cart {
  background: #787878;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  border: none;
  text-transform: uppercase;
  padding: 15px;
  width: 250px;
  font-size: 17px;
  text-align: center; }

.go-to-payment {
  background: #83c16b;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  border: none;
  padding: 15px;
  text-transform: uppercase;
  float: right;
  width: 250px;
  font-size: 17px;
  text-align: center; }

.go-to-payment:hover {
  background: #639c4c;
  color: #fff; }

.landing-image {
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: -20px; }

.subpage .landing-image img {
  max-height: 200px;
  max-width: 100%; }

.product-view, .cart-view {
  margin-top: 30px; }
  .product-view h1, .cart-view h1 {
    font-size: 35px;
    color: #222222;
    font-weight: 200; }
    @media only screen and (max-device-width: 480px) {
      .product-view h1, .cart-view h1 {
        font-size: 25px; } }
    .product-view h1 a, .cart-view h1 a {
      color: #f4706b; }
  .product-view .typeinfo, .cart-view .typeinfo {
    color: #484848;
    font-size: 14px; }
  .product-view .image-wrapper, .cart-view .image-wrapper {
    margin-top: 0px;
    border: 1px solid #EEEEEE;
    padding: 50px; }
    @media only screen and (max-device-width: 480px) {
      .product-view .image-wrapper, .cart-view .image-wrapper {
        padding: 0px 0px 10px 0px;
        border: 0px; }
        .product-view .image-wrapper img, .cart-view .image-wrapper img {
          width: 100%; } }
  .product-view .buy-box, .cart-view .buy-box {
    background: #FFFFFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 15px 35px 0 rgba(0, 0, 0, 0.05);
    padding: 5px 0px 15px 0px; }
    @media only screen and (max-device-width: 480px) {
      .product-view .buy-box, .cart-view .buy-box {
        padding: 20px 0px 15px 0px; } }
    .product-view .buy-box .brand, .cart-view .buy-box .brand {
      color: #F4706B;
      font-size: 12px;
      font-weight: 600; }
    .product-view .buy-box .padbox, .cart-view .buy-box .padbox {
      padding: 0px 35px; }
      @media only screen and (max-device-width: 480px) {
        .product-view .buy-box .padbox, .cart-view .buy-box .padbox {
          padding: 0px 20px; } }
    .product-view .buy-box h1, .cart-view .buy-box h1 {
      font-weight: bold;
      font-size: 22px;
      font-weight: 700; }
      @media only screen and (max-device-width: 480px) {
        .product-view .buy-box h1, .cart-view .buy-box h1 {
          font-size: 20px; } }
    .product-view .buy-box .typeinfo, .cart-view .buy-box .typeinfo {
      font-size: 14px;
      font-weight: 400; }
    .product-view .buy-box .skiller, .cart-view .buy-box .skiller {
      background: #EEEEEE;
      height: 1px;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px; }
    .product-view .buy-box .normal-sales-price, .cart-view .buy-box .normal-sales-price {
      font-size: 15px;
      color: #999999;
      text-align: left;
      font-weight: 300;
      float: left;
      width: 50%; }
    .product-view .buy-box .content, .cart-view .buy-box .content {
      padding: 20px; }
    .product-view .buy-box .skiller, .cart-view .buy-box .skiller {
      border-bottom: 1px solid #ececec; }
    .product-view .buy-box .image-wrap-box, .cart-view .buy-box .image-wrap-box {
      padding: 0;
      margin: 0; }
      .product-view .buy-box .image-wrap-box li, .cart-view .buy-box .image-wrap-box li {
        width: 100%;
        float: left;
        list-style: none; }
    .product-view .buy-box .inventory-box, .cart-view .buy-box .inventory-box {
      text-align: center;
      color: #666666;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 12px; }
    .product-view .buy-box .b-box-button, .cart-view .buy-box .b-box-button {
      background: #65D32D;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      width: 100%;
      float: left;
      border: none;
      margin-right: 2%;
      padding: 10px;
      margin-top: 1px;
      color: #fff;
      border-radius: 3px;
      text-transform: uppercase; }
      .product-view .buy-box .b-box-button:hover, .cart-view .buy-box .b-box-button:hover {
        background: #56b826; }
    .product-view .buy-box .emaerket-box, .cart-view .buy-box .emaerket-box {
      width: 9%;
      float: left; }
      .product-view .buy-box .emaerket-box img, .cart-view .buy-box .emaerket-box img {
        width: 40px; }
    .product-view .buy-box .savebox, .cart-view .buy-box .savebox {
      width: 110px;
      float: right;
      width: 125px;
      color: black;
      font-size: 16px;
      border: 1px solid black;
      text-align: center;
      border-radius: 10px;
      padding: 5px;
      margin-top: -8px; }
    .product-view .buy-box .price, .cart-view .buy-box .price {
      font-size: 25px;
      color: #333333;
      width: 35%;
      font-weight: 600;
      text-align: left;
      padding-top: 8px;
      float: left; }
    .product-view .buy-box .member, .cart-view .buy-box .member {
      font-size: 12px;
      color: #444444;
      width: 65%;
      padding-top: 18px;
      float: left;
      text-align: right;
      font-weight: 400; }
    .product-view .buy-box .pricedk, .cart-view .buy-box .pricedk {
      font-size: 25px;
      color: #333333;
      width: 100%;
      font-weight: 600;
      text-align: left;
      padding-top: 8px;
      float: left; }
    .product-view .buy-box .memberdk, .cart-view .buy-box .memberdk {
      font-size: 16px;
      color: #444444;
      width: 65%;
      padding-top: 5px;
      float: left;
      text-align: left;
      font-weight: 400; }
    .product-view .buy-box .cart-check, .cart-view .buy-box .cart-check {
      width: 80px;
      float: left;
      color: #f4706b;
      padding-bottom: 0px; }
      @media only screen and (max-device-width: 480px) {
        .product-view .buy-box .cart-check, .cart-view .buy-box .cart-check {
          display: none; } }
      .product-view .buy-box .cart-check .image img, .cart-view .buy-box .cart-check .image img {
        max-width: 80%; }
      .product-view .buy-box .cart-check i, .cart-view .buy-box .cart-check i {
        font-size: 42px;
        margin-top: 3px; }
    .product-view .buy-box .cart-image, .cart-view .buy-box .cart-image {
      width: 150px;
      float: left;
      color: #f4706b;
      padding-bottom: 0px; }
      .product-view .buy-box .cart-image i, .cart-view .buy-box .cart-image i {
        font-size: 42px;
        margin-top: 3px; }
    .product-view .buy-box .same-page .cart-text, .cart-view .buy-box .same-page .cart-text {
      width: 89% !important; }
      .product-view .buy-box .same-page .cart-text .product-brand, .product-view .buy-box .same-page .cart-text .product-name, .product-view .buy-box .same-page .cart-text .product-sub, .cart-view .buy-box .same-page .cart-text .product-brand, .cart-view .buy-box .same-page .cart-text .product-name, .cart-view .buy-box .same-page .cart-text .product-sub {
        width: 80% !important;
        float: left; }
      .product-view .buy-box .same-page .cart-text .product-price, .cart-view .buy-box .same-page .cart-text .product-price {
        width: 100px;
        float: right;
        text-align: right;
        margin-top: -17px; }
      @media only screen and (max-device-width: 480px) {
        .product-view .buy-box .same-page .cart-text, .cart-view .buy-box .same-page .cart-text {
          width: 100% !important; }
          .product-view .buy-box .same-page .cart-text .product-brand, .product-view .buy-box .same-page .cart-text .product-name, .product-view .buy-box .same-page .cart-text .product-sub, .cart-view .buy-box .same-page .cart-text .product-brand, .cart-view .buy-box .same-page .cart-text .product-name, .cart-view .buy-box .same-page .cart-text .product-sub {
            width: 100% !important;
            float: left; } }
    .product-view .buy-box .abb .cart-text, .cart-view .buy-box .abb .cart-text {
      width: 100% !important; }
      .product-view .buy-box .abb .cart-text .product-brand, .product-view .buy-box .abb .cart-text .product-name, .product-view .buy-box .abb .cart-text .product-sub {
        width: 90% !important;
        float: left; }
        @media only screen and (max-device-width: 480px) {
          .product-view .buy-box .abb .cart-text .product-brand, .product-view .buy-box .abb .cart-text .product-name, .product-view .buy-box .abb .cart-text .product-sub {
            width: 86% !important; } }
      .cart-view .buy-box .abb .cart-text .product-brand, .cart-view .buy-box .abb .cart-text .product-name, .cart-view .buy-box .abb .cart-text .product-sub {
        width: calc(100%-100px) !important;
      }
      .product-view .buy-box .abb .cart-text .product-price {
        width: 100px;
        float: right;
        text-align: right;
        margin-top: -35px !important; }
        @media only screen and (max-device-width: 480px) {
          .product-view .buy-box .abb .cart-text .product-price {
            margin-top: -44px !important; } }
      .cart-view .buy-box .abb .cart-text .product-price {
        width: 100px;
        text-align: right;
        position: absolute;
        top: 20px;
        right: 0;
      }
    .product-view .buy-box .cart-text, .cart-view .buy-box .cart-text {
      width: 250px;
      float: left;
      padding-bottom: 0px; }
      @media only screen and (max-device-width: 480px) {
        .product-view .buy-box .cart-text, .cart-view .buy-box .cart-text {
          width: 200px; } }
      .product-view .buy-box .cart-text .top, .cart-view .buy-box .cart-text .top {
        width: 100%;
        color: #222222;
        font-size: 18px; }
      .product-view .buy-box .cart-text .bottom, .cart-view .buy-box .cart-text .bottom {
        width: 100%;
        color: #848484;
        font-size: 13px; }
      .product-view .buy-box .cart-text .product-brand, .product-view .buy-box .cart-text .product-name, .product-view .buy-box .cart-text .product-price, .cart-view .buy-box .cart-text .product-brand, .cart-view .buy-box .cart-text .product-name, .cart-view .buy-box .cart-text .product-price {
        font-size: 13px; }
      .product-view .buy-box .cart-text .product-brand, .cart-view .buy-box .cart-text .product-brand {
        color: #f4706b; }
      .product-view .buy-box .cart-text .product-name, .cart-view .buy-box .cart-text .product-name {
        font-weight: bold; }
      .product-view .buy-box .cart-text .product-sub, .cart-view .buy-box .cart-text .product-sub {
        font-size: 12px; }
        .product-view .buy-box .cart-text .product-sub a, .cart-view .buy-box .cart-text .product-sub a {
          color: #2e2e2e; }
      .product-view .buy-box .cart-text .product-price, .cart-view .buy-box .cart-text .product-price {
        margin-top: 15px; }
  @media only screen and (max-device-width: 480px) {
    .product-view .bullet-product, .cart-view .bullet-product {
      width: 100%; } }
  .product-view .bullet-product ul, .cart-view .bullet-product ul {
    padding: 0;
    margin: 30px 0 10px 0; }
    .product-view .bullet-product ul li, .cart-view .bullet-product ul li {
      list-style: none;
      margin-bottom: 12px;
      text-align: center;
      float: left;
      width: 50%;
      color: #333333;
      font-size: 14px; }
      .product-view .bullet-product ul li i, .cart-view .bullet-product ul li i {
        padding-right: 5px;
        color: #333333;
        font-size: 18px; }

.delivery-boxes {
  width: 50%;
  float: left;
  text-align: right;
  margin-bottom: 0px;
  margin-top: 10px; }
  .delivery-boxes img {
    margin-right: 10px; }
  .delivery-boxes.full {
    width: 100%;
    text-align: center; }

@media only screen and (max-device-width: 480px) {
  .delivery-send {
    margin-top: 15px; } }

.send-in-box {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  width: 50%;
  float: left;
  margin-bottom: 0px;
  margin-top: 10px; }
  .send-in-box span {
    font-size: 15px;
    color: #F4706B;
    font-weight: 600; }

@media only screen and (max-device-width: 480px) {
  .landing-image {
    margin-right: -20px; }
  .landing-box h1 {
    margin-top: 35px; }
  .subpage .landing-image img {
    max-height: 225px;
    max-width: 100%; } }

@media only screen and (max-device-width: 480px) {
  .product-picture-area {
    border-right: 0px; }
  .product-picture-area img, .product-img {
    width: 100%; }
  .fragbanner {
    display: none; }
  .frontbanner .checkpoints {
    display: none; }
  .frontbanner {
    height: 100%; }
  .frontbanner .membertext {
    margin-top: 50px;
    padding-left: 15px; }
  .container {
    width: auto; }
  .extraImages {
    margin-top: 15px;
    width: 25% !important; }
  .roomSizeDiv .wrap, .typeDiv .wrap {
    width: 100%; }
  #navbar {
    z-index: 9999999 !important;
    position: relative;
    background: #fff; }
  .badge {
    margin-top: 0px; }
  .navbar-nav li a {
    padding-left: 30px !important; }
  .shoppingCart {
    margin-top: 5px;
    margin-right: -13px; }
  .cart-products .img {
    width: 60px !important; }
  .cartbox .go-to-payment {
    width: 150px;
    float: right; }
  .cartbox .trash-cart {
    width: 100px;
    float: left; }
  .cart-products {
    padding-bottom: 0px !important; }
  .cart-products .product {
    height: auto !important; }
  .cart-products .priceAmount {
    float: left !important;
    padding-left: 82px;
    width: 250px !important;
    text-align: left; }
  .apartmentcard {
    min-height: 315px !important; }
  .goarrow {
    margin-right: -11px !important; }
  .percentbox {
    margin-top: -205px !important;
    margin-right: -5px !important; }
  .cartbox {
    margin-bottom: 20px; }
  .completePurchase {
    width: 100%; }
  .cart-products .product {
    width: 280px !important; }
  .apartmentcard h1 .date {
    padding-left: 0px; }
  .rentout-login, .rentout-create {
    width: 100%; }
  .rentout-create {
    margin-top: 10px; }
  .rightMenuBar {
    float: left !important; }
  .front-citybox .city {
    margin-top: -110px;
    margin-bottom: 45px;
    position: relative; }
  .front-citybox .city.odense {
    margin-top: -190px;
    margin-bottom: 125px; }
  .front-citybox .city.aalborg {
    margin-top: -210px;
    margin-bottom: 145px; }
  .navbar-toggle {
    background: #2e2e2e;
    margin-top: 25px;
    margin-right: -16px; }
  .mainMenu {
    height: 140px;
    margin-bottom: -40px !important; }
  .navbar-brand {
    margin-top: -50px; }
  #contentt {
    height: auto; }
  .navbar-header {
    margin-top: 0px; }
  #contentt ul {
    list-style: none; }
  .topMenu {
    display: none; }
  #contentt li {
    float: left !important;
    list-style: none !important;
    margin-bottom: -30px !important;
    width: 33% !important; }
  .small-apartment-img {
    width: 100% !important;
    float: left;
    margin-right: 8px; }
  .big-apartment-big {
    margin-bottom: 15px; }
  .apartmentcard .typebox {
    width: 33%;
    margin-bottom: 15px; }
  .imagewrapper {
    height: auto;
    overflow: none; } }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background: #4EB2D0; }

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block !important; }

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block !important; } }

.dropdown-menu li {
  width: 100%; }
  .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px; }

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a.active {
  background: none;
  color: #2e2e2e; }

.ui-menu-item {
  height: 80px;
  border: 1px solid #ececf9; }

.ui-widget-content .ui-state-active {
  background-color: #fff !important;
  margin-top: 2px;
  border: none !important; }

.list_item_container {
  width: 575px;
  height: 80px;
  float: left; }

.ui-widget-content .ui-state-active .list_item_container {
  background-color: none; }

.list_item_container {
  width: 575px;
  height: 80px;
  float: left; }

.ui-widget-content .ui-state-active .list_item_container {
  background-color: none; }

.image {
  width: 15%;
  float: left;
  padding: 10px 15px; }

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

.label {
  width: 85%;
  float: right;
  white-space: normal;
  overflow: auto;
  color: #2e2e2e;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left; }

@media only screen and (max-device-width: 480px) {
  .search {
    margin-top: -30px; }
    .search input {
      width: 100% !important;
      padding-bottom: 20px; }
  .full-line {
    border-bottom: 1px solid #ececec;
    width: 100%;
    height: 15px;
    margin-top: 60px;
    margin-bottom: 20px; }
  .ui-menu, .list_item_container {
    width: 350px !important; }
  .ui-menu-item {
    height: 120px; }
  .list_item_container .image {
    width: 20%; }
  .list_item_container .label {
    width: 78%; }
  .header .logo {
    border-right: 0px; }
  .header .search {
    width: 100%; }
  .notibar .leftmenu {
    width: 100%; }
    .notibar .leftmenu ul {
      width: 100%; }
      .notibar .leftmenu ul li {
        width: 33.3%;
        text-align: center;
        margin-right: 0px;
        float: left; }
        .notibar .leftmenu ul li:first-child {
          text-align: left; }
        .notibar .leftmenu ul li:last-child {
          text-align: right; }
  .image img {
    height: auto; }
  .frontbanner {
    background: #B3E9FE;
    height: 100%; }
    .frontbanner .benefit {
      margin-bottom: 15px;
      margin-left: 50px; }
    .frontbanner .info {
      padding: 20px; }
      .frontbanner .benefits .benefit {
        margin: 10px; }
      .frontbanner .info .landing-text {
        color: #000;
        width: 100%;
        margin-top: 20px;}
  .product-view {
    margin-top: 25px; }
    .product-view .imagebox {
      margin-bottom: 30px; }
    .product-view .pricefield {
      width: 250px !important; }
    .product-view .savefield {
      margin-top: -160px !important; }
  .product-box-wrap h2.background span {
    font-size: 18px; }
  .checkout h1.background span {
    font-size: 25px; }
  .checkout h1.background:before {
    top: 60%; }
  .product-box-wrap h2.background:before {
    top: 60%; }
  .lastmenu {
    padding-right: 3px !important; }
  .chooseVariant {
    margin-bottom: 15px; } }

.chooseVariant {
  margin-bottom: 15px; }

@media only screen and (max-device-width: 480px) {
  .side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 999;
    padding: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.25s ease-in-out; }
    .side-menu.open {
      visibility: visible;
      right: 0px;
      opacity: 1; }
    .side-menu .tophead {
      border-bottom: 1px solid #e1998e;
      padding-bottom: 3px;
      margin-bottom: 15px; }
    .side-menu .tophead-sub {
      padding-bottom: 5px;
      margin-top: 10px;
      padding-left: 15px;
      font-size: 15px; }
    .side-menu ul {
      margin-left: 0px;
      padding-left: 18px; }
      .side-menu ul li {
        width: 100%;
        float: left;
        font-size: 14px;
        list-style: circle;
        margin-bottom: 0px;
        padding-bottom: 2px; }
    .side-menu .menu {
      border-bottom: 0px; }
      .side-menu .menu ul {
        padding: 0;
        margin: 0; }
        .side-menu .menu ul li {
          list-style: none;
          border-bottom: 1px solid #ececec;
          padding: 10px 0 10px 0px;
          font-size: 17px; }
          .side-menu .menu ul li a {
            color: #2e2e2e;
            padding-left: 0px !important; }
          .side-menu .menu ul li:last-child {
            border-bottom: 0px;
            margin-bottom: 0px;
            padding-bottom: 0px; }
      .side-menu .menu .s {
        padding: 0 0 0 18px;
        margin: 5px 0 10px 0; }
        .side-menu .menu .s li {
          list-style: circle;
          border-bottom: 1px solid #ececec;
          padding: 0 0 5px 0px;
          margin: 0 0 10px 0px;
          font-size: 15px; }
          .side-menu .menu .s li a {
            color: #2e2e2e; }
          .side-menu .menu .s li:last-child {
            border-bottom: 0px;
            margin-bottom: 0px;
            padding-bottom: 0px; }
  .goback-menu {
    background: #ececec;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #2e2e2e; }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2d3532;
    visibility: hidden;
    opacity: 0;
    z-index: 998;
    transition: all 0.25s ease-in-out; }
    .overlay.visible {
      opacity: 0.5;
      visibility: visible; } }

#sendcount .delivery, #sendcount1 .delivery {
  width: 40px;
  float: left;
  font-size: 20px;
  padding-top: 0px; }

#sendcount .ctn, #sendcount1 .ctn {
  width: 280px;
  float: left;
  font-size: 14px; }
  @media only screen and (max-device-width: 480px) {
    #sendcount .ctn, #sendcount1 .ctn {
      font-size: 14px; } }
