@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*------------------------------------------------------------------
[ 27. Agent Box ]
*/
.type-box.item-per-row-1 .agents-container {
  width: 100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  }

.type-box.item-per-row-2 .agents-container {
  width: 50%; }

.type-box.item-per-row-3 .agents-container {
  width: 33.33333%; }

.type-box.item-per-row-4 .agents-container {
  width: 25%; }

.type-box.item-per-row-5 .agents-container {
  width: 20%; }

.type-box.item-per-row-6 .agents-container {
  width: 16.66667%; }

.type-box .agents-row {
  box-sizing: content-box;
padding:0 20px;  }

.type-box .agents-container {
  float: left;
  position: relative;
  transition: all linear 0.2s; }
  .type-box .agents-container:before {
    background-color: #fe7716;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all cubic-bezier(0.2, 0, 0, 1) 0.3s;
    width: 3px; }
  @media (min-width: 992px) {
    .type-box .agents-container:hover:before {
      width: 68px; } }
  .type-box .agents-container:hover .agent-box {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 767px) {
    .type-box .agents-container {
      margin-bottom: 30px;
      width: 100% !important; }
      .type-box .agents-container:last-child {
        margin-bottom: 0px; } }

.agent-box {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding:10px 20px;
  min-height:180px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  transition: all linear 0.2s; }

.agent-box-image {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  float: left;
  height: 95px;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
  position: relative;
  transition: all linear 0.15s;
  width: 95px;
  z-index: 10; }
  .agent-box-image img {
    height: auto;
    max-width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .agent-box-image {
      float: none;
      margin: 0px auto 30px auto; } }

.agent-box-title {
  margin-top: 0px; }
  .agent-box-title a {
    color: #636363;
    font-size: 16px; }
    .agent-box-title a:hover {
      color: #fe7716;
      text-decoration: none; }

a:hover {
  color: #fe7716; }

.agent-box-email, .agent-box-phone, .agent-box-web {
  font-size: 14px;
  line-height: 20px; }
  .agent-box-email:before, .agent-box-phone:before, .agent-box-web:before {
    color: #fe7716;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 8px; }

.agent-box-email:before {
  content: "\f003"; }

.agent-box-phone:before {
  content: "\f10b"; }

.agent-box-web:before {
  content: "\e69a";
  font-size: 12.5px;
  -webkit-font-smoothing: antialiased; }

.agent-box-content {
  margin-left: 115px; }

/*------------------------------------------------------------------
[ 28. Agent Detail ]
*/
.agent-detail .agent-thumbnail {
  display: block;
  width: auto; }
  .agent-detail .agent-thumbnail:before {
    display: none; }
  .agent-detail .agent-thumbnail img {
    background-color: #f9f9f9;
    border: 5px solid #f9f9f9;
    border-radius: 50%;
    height: auto;
    width: 100%; }

.agent-detail .agent-overview {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0px 0px 20px;
  padding-right: 25px;
  padding-bottom: 15px;
  width: auto; }
  .agent-detail .agent-overview .pp, .agent-detail .agent-overview .widget.widget_archive ul li a:before, .widget.widget_archive ul li .agent-detail .agent-overview a:before, .agent-detail .agent-overview .widget.widget_categories ul li a:before, .widget.widget_categories ul li .agent-detail .agent-overview a:before, .agent-detail .agent-overview .widget.widget_nav_menu ul li a:before, .widget.widget_nav_menu ul li .agent-detail .agent-overview a:before, .agent-detail .agent-overview .widget.widget_meta ul li a:before, .widget.widget_meta ul li .agent-detail .agent-overview a:before, .agent-detail .agent-overview .widget.widget_pages ul li a:before, .widget.widget_pages ul li .agent-detail .agent-overview a:before, .agent-detail .agent-overview .widget.widget_recent_entries ul li a:before, .widget.widget_recent_entries ul li .agent-detail .agent-overview a:before {
    color: #cccccc; }
  .agent-detail .agent-overview dd {
    border-bottom: 5px solid transparent;
    display: table-cell;
    line-height: 24px; }
  .agent-detail .agent-overview dt {
    color: #959595;
    float: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 30px; }
  .agent-detail .agent-overview dt.properties-count .pp, .agent-detail .agent-overview dt.properties-count .widget.widget_archive ul li a:before, .widget.widget_archive ul li .agent-detail .agent-overview dt.properties-count a:before, .agent-detail .agent-overview dt.properties-count .widget.widget_categories ul li a:before, .widget.widget_categories ul li .agent-detail .agent-overview dt.properties-count a:before, .agent-detail .agent-overview dt.properties-count .widget.widget_nav_menu ul li a:before, .widget.widget_nav_menu ul li .agent-detail .agent-overview dt.properties-count a:before, .agent-detail .agent-overview dt.properties-count .widget.widget_meta ul li a:before, .widget.widget_meta ul li .agent-detail .agent-overview dt.properties-count a:before, .agent-detail .agent-overview dt.properties-count .widget.widget_pages ul li a:before, .widget.widget_pages ul li .agent-detail .agent-overview dt.properties-count a:before, .agent-detail .agent-overview dt.properties-count .widget.widget_recent_entries ul li a:before, .widget.widget_recent_entries ul li .agent-detail .agent-overview dt.properties-count a:before {
    color: #fe7716; }

.agent-detail .agent-contact {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .agent-detail .agent-contact h2 {
    background-color: #f9f9f9;
    font-weight: 300;
    margin: 0px;
    padding: 30px; }
  .agent-detail .agent-contact .agent-contact-form {
    padding: 30px; }
  .agent-detail .agent-contact .form-group {
    float: left;
    margin-bottom: 5px;
    padding-left: 15px;
    width: 50%; }
    .agent-detail .agent-contact .form-group:first-of-type {
      padding-left: 0px;
      padding-right: 15px; }
    .agent-detail .agent-contact .form-group:last-of-type {
      float: none;
      padding-left: 0px;
      width: 100%; }
  .agent-detail .agent-contact textarea {
    margin-bottom: 20px; }

/*------------------------------------------------------------------
[ 29. Property Map ]
*/
.property-map-append-top .widget_properties_map .map-wrapper {
  margin-top: -154px; }

.map-wrapper img {
  height: auto;
  max-width: inherit; }

/*******************************************************************
 * Marker
 *******************************************************************/
.marker {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 56px;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-out;
  -webkit-user-select: none;
  user-select: none;
  width: 56px; }

.marker img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px; }

.marker:hover {
  transform: scale(1.4);
  transition: all 0.15s ease-in; }

.marker:after {
  border-radius: 50%;
  bottom: 0px;
  content: '';
  display: block;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px; }

.marker span {
  background-color: #fff;
  border: 2px solid red;
  border-radius: 50%;
  display: block;
  font-size: 13px;
  font-weight: 600;
  height: 50px;
  line-height: 46px;
  text-align: center;
  width: 50px; }

.marker .multiple:hover {
  transform: scale(1); }

/*******************************************************************
 * Cluster
 *******************************************************************/
.clusterer {
  background-color: transparent;
  box-shadow: none;
  color: #171717;
  font-size: 9px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 36px; }
  .clusterer:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 20px;
    z-index: -1; }
  .clusterer:after {
    -webkit-font-smoothing: antialiased;
    color: #fe7716;
    content: '\e85a';
    display: block;
    font-family: 'PictoPro';
    font-size: 44px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 5px; }

/*******************************************************************
 * Infobox
 *******************************************************************/
.infobox {
  background-color: transparent;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  height: 120px;
  position: relative;
  width: 280px; }

.infobox .close {
  color: #333;
  cursor: pointer;
  height: 17px;
  display: block;
  font-size: 10px;
  line-height: 17px;
  opacity: 1;
  position: absolute;
  right: 10px;
  text-align: center;
  text-indent: 0px;
  top: 10px;
  transition: background-color 0.15s linear, color 0.15s linear;
  width: 17px; }

.infobox-scroll {
  bottom: 4px;
  font-size: 16px;
  position: absolute;
  right: 8px;
  text-align: center; }

.infobox-image {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 2px 0px 0px 2px;
  display: block;
  float: left;
  height: 120px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  width: 120px; }

.infobox-image img {
  display: block;
  max-width: 120px;
  position: relative;
  z-index: 2; }

.infobox-content {
  background-color: #fff;
  height: 120px;
  float: left;
  padding: 8px;
  position: relative;
  width: 160px;
  z-index: 2; }

.infobox-content.multiple {
  border-radius: 2px 0px 0px 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  width: 280px; }

.infobox-content-title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px; }
  .infobox-content-title a {
    color: #1f1f1f; }

.infobox-content-body {
  background-color: #fff;
  font-size: 11px;
  line-height: 16px;
  height: 80px;
  margin: 0px;
  position: relative;
  overflow: hidden; }

.infobox-content-body.multiple {
  height: 102px;
  overflow: auto; }

.infobox-content-body-location {
  color: #9E9E9E;
  display: block;
  font-size: 9px;
  font-weight: 500;
  list-style: none;
  margin: 0px 0px 2px 0px;
  overflow: hidden;
  padding: 0px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 144px; }
  .infobox-content-body-location a {
    color: #959595; }
  .infobox-content-body-location .separator {
    color: #cccccc;
    margin: 0px 3px; }

.infobox-content-body-area, .infobox-content-body-baths, .infobox-content-body-beds {
  line-height: 19px; }

.infobox-content-body-value strong {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

.infobox-content-price {
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  color: #1f1f1f;
  font-size: 11px;
  font-weight: 600;
  left: 7px;
  line-height: 1;
  margin: 0px;
  padding: 6px 7px;
  position: absolute;
  top: 7px;
  z-index: 3; }

/*------------------------------------------------------------------
[ 30. Property Box ]
*/
.properties-row {
  box-sizing: content-box;
  margin: 30px -15px; }
  .properties-row .property-container {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .item-per-row-2 .properties-row .property-container {
      width: 50%; }
    .item-per-row-3 .properties-row .property-container {
      width: 33.33%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .item-per-row-3 .properties-row .property-container {
          margin-bottom: 30px;
          width: 50% !important; } }
    .item-per-row-4 .properties-row .property-container {
      width: 25%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .item-per-row-4 .properties-row .property-container {
          margin-bottom: 30px;
          width: 50% !important; } }
    .item-per-row-5 .properties-row .property-container {
      width: 20%; }
    @media (max-width: 767px) {
      .properties-row .property-container {
        margin-bottom: 30px;
        width: 100% !important; }
        .properties-row .property-container:last-child {
          margin-bottom: 0px; } }

.property-box {
  border: 2px solid #f9f9f9;
  border-top: none;
  position: relative;
  transition: all linear 0.15s; }
  .property-box:hover {
    border-color: #fe7716; }
    .property-box:hover .property-box-location:before {
      color: #fff; }
    .property-box:hover .property-box-location .separator {
      color: #fff; }
    .property-box:hover .property-box-title {
      background-color: #fe7716; }
      .property-box:hover .property-box-title a {
        color: #fff; }
    .property-box:hover .property-badge {
      background-color: #fe7716;
      border-color: #fe7716;
      color: #fff; }
    .property-box:hover .property-box-image:before {
      opacity: 1; }
    .property-box:hover .property-box-image:after {
      opacity: .6; }

.property-box-image {
  margin: 0px -2px -2px -2px;
  background-color: #171717;
  position: relative; }
  .property-box-image img {
    width: 100%; }
  .property-box-image:after, .property-box-image:before {
    transition: all linear 0.15s;
    position: absolute; }
  .property-box-image:before {
    background-color: #252525;
    border-radius: 50%;
    content: "\e824";
    color: #fff;
    font-family: PictoPro;
    left: 50%;
    margin-left: -18px;
    margin-top: -19px;
    opacity: 0;
    padding: 10px 16px;
    top: 50%;
    z-index: 20;
    pointer-events: none; }
  .property-box-image:after {
    background-color: #252525;
    content: "";
    height: 100%;
    opacity: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none; }

.property-box-content {
  padding: 0px 30px;
  margin-top: 2px;
  position: relative; }

.property-box-title {
  background-color: #f9f9f9;
  margin: 0px -30px;
  padding: 20px 30px; }
  .property-box-title .property-box-location {
    display: block;
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .property-box-title .property-box-location:before {
      color: #fe7716;
      content: '\e85a';
      display: inline-block;
      font-family: PictoPro;
      font-size: 10px;
      margin: 0px 8px 0px 0px;
      transition: color 0.15s linear; }
    .property-box-title .property-box-location a {
      color: #cccccc; }
    .property-box-title .property-box-location .separator {
      color: #cccccc;
      margin: 0px 3px;
      transition: color 0.15s linear; }
  .property-box-title h3 {
    display: block;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .property-box-title h3 a {
      color: #636363;
      font-size: 16px; }
      .property-box-title h3 a:hover {
        color: #fe7716;
        text-decoration: none; }

.property-box-price {
  color: #8dc63f;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0px; }

.property-box-type {
  border-radius: 3px;
  background-color: #fff;
  display: none;
  font-size: 10px;
  font-weight: 600;
  padding: 0px 10px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: -45px;
  z-index: 20; }

.property-badge {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #959595;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
  padding: 0px 10px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 20px;
  z-index: 20; }

.property-badge-sticky {
  left: 18px;
  right: auto; }

.property-box-read-more {
  bottom: 18px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 30px;
  text-transform: uppercase; }
  .property-box-read-more a {
    color: #959595; }
    .property-box-read-more a:hover {
      color: #fe7716;
      text-decoration: none; }

.property-box-title, .property-badge, .property-box-type, img {
  transition: all linear 0.15s; }

.property-box-meta {
  border-bottom: 1px solid #f9f9f9;
  padding: 15px 0px; }

.property-box-meta-item {
  line-height: 30px; }
  .property-box-meta-item span, .property-box-meta-item strong {
    font-size: 11px; }
  .property-box-meta-item span {
    text-transform: uppercase; }
  .property-box-meta-item strong {
    float: right; }

/*------------------------------------------------------------------
[ 31. Property Row ]
*/
.property-row {
  box-shadow: 0px 0px 5px 0px rgba(3, 3, 3, 0.1);
  display: table;
  margin: 0px 0px 30px 0px;
  width: 100%; }
  .property-row:hover .property-row-meta {
    background-color: #fe7716; }
  .property-row:hover .property-row-image:before {
    opacity: 1; }
  .property-row:hover .property-row-image:after {
    opacity: .6; }
  .property-row:hover .property-row-meta-item {
    border-right-color: rgba(255, 255, 255, 0.3); }
    .property-row:hover .property-row-meta-item span {
      color: rgba(255, 255, 255, 0.7) !important; }
    .property-row:hover .property-row-meta-item strong {
      color: #fff !important; }

.property-row-image {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 340px; }
  @media (max-width: 991px) {
    .property-row-image {
      display: block;
      width: 100%; } }
  .property-row-image img {
    height: auto;
    width: 100%; }
  .property-row-image:after, .property-row-image:before {
    transition: all linear 0.15s;
    position: absolute; }
  .property-row-image:before {
    background-color: #252525;
    border-radius: 50%;
    content: "\e824";
    color: #fff;
    font-family: PictoPro;
    left: 50%;
    margin-left: -18px;
    margin-top: -19px;
    opacity: 0;
    padding: 10px 16px;
    top: 50%;
    z-index: 20;
    pointer-events: none; }
  .property-row-image:after {
    background-color: #252525;
    content: "";
    height: 100%;
    opacity: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none; }

.property-row-content {
  display: table-cell;
  height: 200px;
  padding: 0px;
  position: relative;
  vertical-align: top; }
  @media (max-width: 991px) {
    .property-row-content {
      display: block;
      height: auto; } }

.property-row-title {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0px 5px 0px;
  padding: 0px 30px; }
  .property-row-title a {
    color: #636363;
    text-decoration: none; }

.property-row-location {
  border-bottom: 1px solid #f9f9f9;
  color: #cccccc;
  font-size: 12px;
  margin: 0px 30px 15px 30px;
  padding: 0px 0px 15px 0px; }
  .property-row-location:before {
    -webkit-font-smoothing: antialiased;
    color: #fe7716;
    content: '\e85a';
    display: inline-block;
    font-family: PictoPro;
    font-size: 9px;
    margin: 0px 5px 0px 0px;
    vertical-align: 1px; }
  .property-row-location a {
    color: #cccccc; }
  .property-row-location .separator {
    margin: 0px 5px; }

.property-row-body {
  padding: 0px 30px; }

.property-row-content-inner {
  display: table;
  height: 100%;
  width: 100%; }
  .property-row-content-inner .entry-footer {
    display: table-footer-group; }

.property-row-main {
  display: table-row; }

.property-row-meta {
  background-color: #f9f9f9;
  font-size: 12px;
  display: table-row;
  height: 1px;
  transition: all linear 0.15s; }

.property-row-meta-item {
  border-right: 1px solid #cccccc;
  display: inline-block;
  line-height: 1;
  margin: 18px 0px;
  padding: 0px 10px;
  vertical-align: middle; }
  .property-row-meta-item .pp, .property-row-meta-item .widget.widget_archive ul li a:before, .widget.widget_archive ul li .property-row-meta-item a:before, .property-row-meta-item .widget.widget_categories ul li a:before, .widget.widget_categories ul li .property-row-meta-item a:before, .property-row-meta-item .widget.widget_nav_menu ul li a:before, .widget.widget_nav_menu ul li .property-row-meta-item a:before, .property-row-meta-item .widget.widget_meta ul li a:before, .widget.widget_meta ul li .property-row-meta-item a:before, .property-row-meta-item .widget.widget_pages ul li a:before, .widget.widget_pages ul li .property-row-meta-item a:before, .property-row-meta-item .widget.widget_recent_entries ul li a:before, .widget.widget_recent_entries ul li .property-row-meta-item a:before {
    color: #cccccc;
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    vertical-align: -2px; }
  .property-row-meta-item span {
    color: #cccccc;
    padding-right: 5px; }
  .property-row-meta-item strong {
    color: #959595;
    font-weight: normal; }
  .property-row-meta-item:first-child {
    padding-left: 0px;
    margin-left: 30px; }
  .property-row-meta-item:last-child {
    border-right: 0px; }

.property-row-meta-item-price span {
  display: none; }

.property-row-meta-item-price strong {
  color: #8dc63f;
  font-size: 15px;
  font-weight: bold; }

.caroufredsel_wrapper {
height:170px;
}
  
/*------------------------------------------------------------------
[ 39. Mobile ]
*/
@media only screen and (min-width: 176px)  and (max-width: 800px) {
.agent-box-image {
    float: none;
    margin: 0 auto;
}

.agent-box-content {
  margin-left: 0px;
  float:none;
  text-align:center;
  }

}

@media only screen and (min-width: 800px)  and (max-width: 800px) {
.caroufredsel_wrapper {
height:260px;
}

.agent-box {
    width: 730px;
}

}

@media only screen and (min-width: 768px)  and (max-width: 799px) {
.caroufredsel_wrapper {
height:260px;
}

.agent-box {
    width: 728px;
}

}

@media only screen and (min-width: 603px)  and (max-width: 767px) {
.caroufredsel_wrapper {
height:260px;
}

.agent-box {
    width: 563px;
}

}

@media only screen and (min-width: 600px)  and (max-width: 602px) {
.caroufredsel_wrapper {
height:260px;
}

.agent-box {
    width: 560px;
}

}

@media only screen and (min-width: 533px)  and (max-width: 599px) {
.caroufredsel_wrapper {
height:260px;
}

.agent-box {
    width: 493px;
}

}

@media only screen and (min-width: 414px)  and (max-width: 532px) {
.caroufredsel_wrapper {
height:260px;
}

.agent-box {
    width: 374px;
}

}

@media only screen and (min-width: 375px)  and (max-width: 413px) {
.caroufredsel_wrapper {
height:270px;
}

.agent-box {
    width: 336px;
}

}

@media only screen and (min-width: 360px)  and (max-width: 374px) {
.caroufredsel_wrapper {
height:270px;
}

.agent-box {
    width: 320px;
}

}

@media only screen and (min-width: 320px)  and (max-width: 359px) {
.caroufredsel_wrapper {
height:300px;
}

.agent-box {
    width: 280px;
}

}

@media only screen and (min-width: 240px)  and (max-width: 319px) {
.caroufredsel_wrapper {
height:300px;
}

.agent-box {
    width: 200px;
}

}

