/*
    ==== GRID ====
*/
.user-area {
  position: relative;
  overflow: hidden;
  background: #dce1e4 url(../images/bg-user-area.jpg) no-repeat 50% 50%;
  background-size: cover;
  font: 13px/17px 'robotoregular', sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  padding: 16px 12px 17px;
  margin: 73px -15px 20px; }
  .user-area .wrap {
    overflow: hidden;
    position: relative;
    padding: 10px; }
  .user-area .cell {
    height: 128px;
    display: table-cell;
    vertical-align: middle; }
  .user-area .avatar-col {
    float: left;
    position: relative;
    margin: 0 13px 0 0; }
    .user-area .avatar-col .img {
      background: #dce1e4 url(../images/avatar-icon.jpg) no-repeat 0 100%;
      border: 2px solid #646260;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      height: 128px;
      overflow: hidden;
      position: relative;
      width: 128px; }
    .user-area .avatar-col .ico {
      position: absolute;
      top: -4px;
      right: -4px;
      color: #fff;
      border-radius: 50%;
      background: #13a7bd;
      width: 36px;
      height: 36px;
      text-shadow: none;
      overflow: hidden; }
      .user-area .avatar-col .ico .btn {
        width: 36px;
        height: 36px;
        padding: 0;
        text-align: center;
        margin: 0; }
      .user-area .avatar-col .ico .fo {
        display: block;
        margin: 9px 0 0 8px;
        line-height: 19px;
        width: 21px;
        height: 19px; }
    .user-area .avatar-col .progress {
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 20px;
      text-shadow: none; }
      .user-area .avatar-col .progress p {
        text-align: center;
        position: absolute;
        margin: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #008000;
        width: 100%;
        font-size: 17px; }
      .user-area .avatar-col .progress .fo {
        color: #008000;
        font-size: 81px;
        line-height: 84px;
        height: 84px;
        width: 84px;
        display: block;
        -webkit-animation: rotating 5s linear infinite;
                animation: rotating 5s linear infinite; }
  .user-area .holder {
    overflow: hidden; }
  .user-area h3 {
    margin: 6px 0 4px;
    font: 24px/27px 'robotomedium', sans-serif; }
  .user-area ul {
    padding: 0 0 4px;
    margin: 0;
    list-style: none; }
    .user-area ul li {
      padding: 0 0 4px; }
  .user-area .user-rating {
    overflow: hidden;
    min-width: 200px; }
    .user-area .user-rating .counter {
      overflow: hidden;
      font: 15px/18px 'robotomedium', sans-serif;
      color: #6dc088;
      text-shadow: none; }
      .user-area .user-rating .counter span {
        color: #fff; }
  .user-area .member {
    text-align: right;
    margin: -18px 9px 0 0; }
  .user-area .btn-mob {
    position: absolute;
    background: #fff;
    padding: 6px;
    width: 36px;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    width: auto;
    background: none;
    font: 17px/19px 'robotomedium', sans-serif;
    color: #ffffff;
    padding: 0 30px 0 0; }
    .user-area .btn-mob span {
      display: block;
      height: 4px;
      background: #368e53;
      text-indent: -9999px;
      overflow: hidden;
      border-radius: 2px; }
      .user-area .btn-mob span + span {
        margin-top: 3px; }
    .user-area .btn-mob strong {
      width: 24px;
      position: absolute;
      right: 0;
      top: 1px; }
    .user-area .btn-mob span {
      background: #ffffff; }

	  
	  
@media (max-width: 767px) {
  .user-area {
    margin: 146px -10px 2px; }
    .user-area .btn-mob {
      display: block; } }

	  
@media (min-width: 1025px) {
  .user-area {
    margin: 73px -10px 0; }
    .user-area .btn-mob {
      display: none; } }

.rating-box {
  text-align: left;
  width: 70px;
  height: 14px;
  overflow: hidden; }
  .rating-box .fo {
    float: left;
    font-size: 15px;
    line-height: 15px;
    color: #6c7f8a;
    text-align: left;
    vertical-align: top; }
    .rating-box .fo span {
      float: left;
      width: 14px;
      height: 14px; }

div.star-rating {
  float: left;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  display: block;
  background: transparent;
  overflow: hidden;
  cursor: pointer; }

div.rating-cancel {
  display: none !important; }

div.star-rating, div.star-rating a {
  background: url(../images/star-rating.png) no-repeat; }

div.star-rating a {
  display: block;
  width: 15px;
  height: 100%;
  background-position: 0 0;
  border: 0; }

div.star-rating-on a {
  background-position: 0 -14px !important; }

div.star-rating-hover a {
  background-position: 0 -14px; }

div.star-rating-readonly a {
  cursor: default !important; }

div.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

/*big*/
.rating-box.big {
  width: 115px;
  height: 22px; }
  .rating-box.big div.star-rating {
    width: 23px;
    height: 22px; }
  .rating-box.big div.star-rating a {
    width: 23px; }
  .rating-box.big div.star-rating, .rating-box.big div.star-rating a {
    background: url(../images/star-rating.png) no-repeat -15px 0; }
  .rating-box.big div.star-rating-on a {
    background-position: -15px -22px !important; }
  .rating-box.big div.star-rating-hover a {
    background-position: -15px -22px; }

/*user-rating*/
.user-rating .rating-box {
  height: 17px;
  width: 95px;
  float: left;
  padding: 2px 0 0; }
  .user-rating .rating-box .fo {
    font-size: 18px;
    color: #87ba97;
    text-shadow: none; }
    .user-rating .rating-box .fo span {
      width: 17px;
      height: 17px; }

#navigation {
  display: none; }

#mobile-navigation {
  padding: 0;
  margin: 0;
  list-style: none; }

@media (min-width: 1025px) {
  #navigation {
    display: block;
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #cfd6da;
    margin: 0 -10px 15px; }
    #navigation > ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #navigation > ul > li {
        display: table-cell;
        width: 1%;
        text-align: center;
        border-left: 1px solid #cfd6da;
        height: 49px;
        vertical-align: middle;
        font: 15px/49px 'robotomedium', sans-serif;
        position: relative; }
        #navigation > ul > li > a {
          color: #7b93a2;
          display: block;
          padding: 0 5px;
          white-space: nowrap;
          background: #ffffff; }
          #navigation > ul > li > a:hover {
            color: #000; }
        #navigation > ul > li .num {
          background: #0B1D73;
          border-radius: 50%;
          color: #fff;
          font: 10px/16px "robotomedium", sans-serif;
          height: 16px;
          position: absolute;
          right: 7px;
          top: 7px;
          width: 16px; }
          #navigation > ul > li .num.big {
            right: 5px;
            top: 5px;
            height: 19px;
            width: 19px;
            line-height: 19px; }
        #navigation > ul > li.active > a {
          color: #000; }
        #navigation > ul > li.home > a span {
          display: none; }
        #navigation > ul > li.home > a:after {
          font-family: "fontello";
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          vertical-align: top;
          content: '\e811'; }
        #navigation > ul > li.hasdrop > a:after {
          font-family: "fontello";
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          vertical-align: top;
          content: '\e832';
          margin: 0 0 0 3px; }
        #navigation > ul > li.color > a {
          background: #0B1D73;
          color: #ffffff;
          text-shadow: 0 1px 0 #000; }
          #navigation > ul > li.color > a span {
            color: #6dc088; }
            #navigation > ul > li.color > a span em {
              font-style: normal;
              color: #fff; }
          #navigation > ul > li.color > a:after {
            color: #87ba97; }
        #navigation > ul > li.color ul {
          left: 0;
          width: 100%; }
        #navigation > ul > li.color.active > a, #navigation > ul > li.color:hover > a {
          background: #0B1D73;
          box-shadow: inset 0 0 0 3px #0B1D73; }
        #navigation > ul > li:hover ul {
          display: block; }
        #navigation > ul > li ul {
          margin: -6px 0 0;
          list-style: none;
          font-size: 15px;
          line-height: 21px;
          position: absolute;
          top: 100%;
          left: -6px;
          padding: 2px 15px 3px;
          background: #fff;
          border-radius: 2px;
          text-align: left;
          width: 214px;
          display: none;
          box-shadow: 0 0 16px rgba(201, 201, 201, 0.9);
          z-index: 20; }
          #navigation > ul > li ul:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 8px;
            border: 5px solid transparent;
            border-bottom: 6px solid #fff; }
          #navigation > ul > li ul li {
            font-size: 15px;
            border-top: 1px solid #f0f0f0;
            padding: 10px 0 11px;
            display: block; }
            #navigation > ul > li ul li:first-child {
              border: none; }
            #navigation > ul > li ul li.active a {
              color: #0B1D73; }
          #navigation > ul > li ul a {
            color: #7b93a2;
            display: block;
            padding: 5px 5px 4px;
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis; }
            #navigation > ul > li ul a:hover {
              color: #0B1D73; } }

.steps-holder {
  position: relative;
  margin: 0 0 30px; }

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%; }
  .steps li {
    display: table-cell;
    font: 15px/24px 'robotomedium', sans-serif;
    color: #6c7f8a;
    position: relative; }
    .steps li span {
      border-top: 4px solid #fff;
      display: block;
      position: relative;
      color: #6c7f8a;
      padding: 4px 5px 0;
      white-space: nowrap; }
    .steps li.active span {
      border-color: #0B1D73;
      color: #0B1D73; }
    .steps li a:hover {
      color: #0B1D73; }
      .steps li a:hover span {
        color: #0B1D73; }

@media (min-width: 1025px) {
  .steps-holder {
    padding: 0 30px;
    margin-top: -14px; } }

.type-box {
  position: relative; }

.type-box.center {
  text-align: center; }
  .type-box.center .select-type li {
    display: inline-block;
    vertical-align: top;
    float: none; }

.select-type {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }
  .select-type li {
    float: left;
    overflow: hidden;
    color: #7b93a2;
    font: 14px/17px 'robotobold', sans-serif;
    width: 155px; }
    .select-type li + li {
      margin: 0 0 0 30px; }
    .select-type li label {
      display: block;
      text-align: center;
      color: #7b93a2;
      cursor: pointer;
      margin: 0; }
      .select-type li label.active, .select-type li label:hover {
        color: #0B1D73; }
        .select-type li label.active .img, .select-type li label:hover .img {
          border-color: #0B1D73; }
        .select-type li label.active span, .select-type li label:hover span {
          color: #0B1D73; }
      .select-type li label.error, .select-type li label.error:hover {
        color: #ff0000; }
        .select-type li label.error .img, .select-type li label.error:hover .img {
          border-color: #ff0000; }
        .select-type li label.error span, .select-type li label.error:hover span {
          color: #ff0000; }
      .select-type li label input {
        display: none; }
    .select-type li .img {
      width: 95px;
      height: 95px;
      border: 3px solid #fff;
      display: table-cell;
      padding: 5px;
      vertical-align: middle;
      position: relative;
      border-radius: 50%;
      -webkit-transition: all .2s;
              transition: all .2s; }
      .select-type li .img img {
        vertical-align: top; }
    .select-type li span {
      display: block;
      margin: 10px 0 0;
      color: #7b93a2; }

.no-js .image-gallery {
  height: 400px; }

.image-gallery {
  position: relative;
  margin: 0 0 15px; }
  .image-gallery .slides {
    padding: 0;
    margin: 0;
    list-style: none;
    font: 24px/27px 'robotoregular', sans-serif;
    overflow: hidden; }
    .image-gallery .slides li {
      float: left;
      color: #ffffff;
      display: none;
      position: relative; }
      .image-gallery .slides li a {
        display: block;
        color: #ffffff; }
      .image-gallery .slides li img {
        width: 100%;
        vertical-align: top; }
      .image-gallery .slides li .view {
        margin: 0;
        padding: 14px 19px 19px;
        position: absolute;
        -webkit-transition: all 0.8s;
                transition: all 0.8s;
        left: 0;
        width: 100%;
        bottom: 0;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(23%, rgba(0, 0, 0, 0.13)), color-stop(74%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.7)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.13) 23%, rgba(0, 0, 0, 0.55) 74%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.13) 23%, rgba(0, 0, 0, 0.55) 74%, rgba(0, 0, 0, 0.7) 100%); }
        .image-gallery .slides li .view span {
          display: block;
          position: relative;
          opacity: 0;
          -webkit-transition: all 0.35s ease-in-out;
                  transition: all 0.35s ease-in-out;
          -webkit-transition-delay: 0.4s;
                  transition-delay: 0.4s;
          -webkit-transform: translate3d(0, 200%, 0);
                  transform: translate3d(0, 200%, 0); }
      .image-gallery .slides li .viewed span {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  .image-gallery .flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 82px; }
    .image-gallery .flex-direction-nav li {
      margin: 0 0 0 1px;
      float: left; }
    .image-gallery .flex-direction-nav a {
      width: 40px;
      display: block;
      height: 40px;
      text-indent: -9999px;
      overflow: hidden;
      -webkit-transition: all 0.2s;
              transition: all 0.2s;
      background: rgba(0, 0, 0, 0.5);
      position: relative; }
      .image-gallery .flex-direction-nav a:after {
        background: url(../images/gallery-nav.png) no-repeat -64px 0;
        content: '';
        position: absolute;
        top: 12px;
        left: 15px;
        width: 9px;
        height: 14px; }
      .image-gallery .flex-direction-nav a:hover {
        background: rgba(0, 0, 0, 0.7); }
    .image-gallery .flex-direction-nav .flex-next:after {
      background-position: -64px -14px; }

#slider {
  margin: 0; }

/*gallery-thumbs*/
.gallery-thumbs {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 3px 0 3px 3px;
  background: #0B1D73; }
  .gallery-thumbs:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: #0B1D73;
    z-index: 100; }
  .gallery-thumbs .slides {
    padding: 0;
    margin: 0;
    list-style: none; }
    .gallery-thumbs .slides li {
      float: left;
      background: #0B1D73; }
      .gallery-thumbs .slides li span {
        display: block;
        margin: 0 3px 0 0;
        cursor: pointer;
        background: #fff; }
      .gallery-thumbs .slides li img {
        vertical-align: top;
        width: 100%; }
  .gallery-thumbs .flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
    width: 82px; }
    .gallery-thumbs .flex-direction-nav li {
      margin: 0 0 0 1px;
      float: left; }
    .gallery-thumbs .flex-direction-nav a {
      width: 40px;
      display: block;
      height: 40px;
      text-indent: -9999px;
      overflow: hidden;
      -webkit-transition: all 0.2s;
              transition: all 0.2s;
      background: rgba(0, 0, 0, 0.5);
      position: relative; }
      .gallery-thumbs .flex-direction-nav a:after {
        background: url(../images/gallery-nav.png) no-repeat -64px 0;
        content: '';
        position: absolute;
        top: 12px;
        left: 15px;
        width: 9px;
        height: 14px; }
      .gallery-thumbs .flex-direction-nav a:hover {
        background: rgba(0, 0, 0, 0.7); }
    .gallery-thumbs .flex-direction-nav .flex-next:after {
      background-position: -64px -14px; }

.galleryHide #slider {
  margin: 0 0 20px; }
.galleryHide .image-gallery .slides li {
  display: block;
  width: 100%; }
  .galleryHide .image-gallery .slides li .view span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
.galleryHide .gallery-thumbs {
  display: none; }

/*datepicker*/
.ui-datepicker {
  font-size: 16px;
  background: #0B1D73;
  border-radius: 4px;
  width: 247px;
  padding: 5px;
  display: none;
  z-index: 9999 !important; }

.ui-datepicker .ui-datepicker-header {
  background: #fff;
  position: relative; }

.ui-datepicker .ui-datepicker-title {
  text-align: center;
  padding: 10px 45px 16px;
  color: #0B1D73;
  font: 18px/21px 'robotomedium', sans-serif; }

.ui-datepicker .ui-datepicker-header a {
  border-radius: 4px;
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: #65c383;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-header a:hover {
  background: #0B1D73; }

.ui-datepicker .ui-datepicker-prev {
  left: 5px; }

.ui-datepicker .ui-datepicker-next {
  right: 5px; }

.ui-datepicker .ui-datepicker-prev span {
  text-indent: -9999px;
  height: 16px;
  width: 17px;
  margin: 7px 0 0 0;
  display: block;
  overflow: hidden;
  border: solid transparent;
  border-width: 8px;
  border-right: 9px solid #fff; }

.ui-datepicker .ui-datepicker-next span {
  height: 16px;
  width: 17px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 7px 0 0 13px;
  border: solid transparent;
  border-width: 8px;
  border-left: 9px solid #fff; }

.ui-datepicker .ui-datepicker-calendar {
  background: #fff;
  width: 100%;
  text-align: center; }

.ui-datepicker .ui-datepicker-calendar th {
  border: 2px solid #fff;
  padding: 0;
  width: 36px;
  text-align: center;
  font-family: 'robotomedium', sans-serif;
  font-weight: normal;
  color: #333333; }

.ui-datepicker .ui-datepicker-calendar td {
  width: 36px;
  border: 2px solid #fff; }

.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  height: 26px;
  line-height: 25px;
  background: #65c383;
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td a:hover {
  background: #0B1D73;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #0B1D73;
  border: 1px solid #0B1D73;
  font-weight: bold;
  background: none; }

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  cursor: not-allowed;
  display: block;
  height: 26px;
  line-height: 25px;
  background: #eceff0;
  color: #666; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a.ui-state-active:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a.ui-state-active {
  color: #fff;
  background: #0B1D73; }

.summary-block {
  margin: 0 0 15px; }

.quick-summary {
  background: #ffffff;
  padding: 16px 10px 10px;
  box-shadow: 0 2px 0 #d1d6d8;
  border-radius: 2px;
  position: relative; }
  .quick-summary dl {
    margin: 0 0 4px;
    overflow: hidden; }
  .quick-summary dt {
    color: #333333;
    font: 15px/19px 'robotobold', sans-serif;
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 50%;
    width: auto;
    padding: 0 5px 0 0; }
  .quick-summary dd {
    color: #666666;
    font: 15px/19px 'robotomedium', sans-serif;
    margin: 0 0 13px;
    overflow: hidden;
    text-align: right; }
    .quick-summary dd .price {
      color: #0B1D73;
      font-family: 'robotobold', sans-serif; }
    .quick-summary dd .rating-box {
      margin: 0 0 0 auto; }
  .quick-summary .btn-more {
    display: block;
    font: 17px/23px "robotobold", sans-serif;
    padding: 9px 10px 11px;
    margin: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .quick-summary dd, .quick-summary dt {
    font-size: 13px; } }

@media (min-width: 1025px) {
  .quick-summary {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; } }

.our-guides {
  margin: 0 0 20px; }

.guides {
  padding: 0;
  margin: 0;
  list-style: none; }
  .guides li {
    font: 15px/19px 'robotomedium', sans-serif;
    position: relative; }
    .guides li + li {
      margin: 15px 0 0; }
  .guides a {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 0 #d1d6d8;
    border-radius: 2px;
    padding: 24px 22px 25px 53px;
    color: #333333;
    overflow: hidden;
    -webkit-transition: all .2s;
            transition: all .2s; }
    .guides a.active, .guides a:hover {
      color: #0B1D73; }
    .guides a:after, .guides a:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: none;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: top;
      position: absolute;
      top: 23px;
      left: 15px;
      width: 30px;
      font-size: 23px;
      -webkit-transition: all .3s;
              transition: all .3s; }
    .guides a.ico1:before {
      content: '\e811'; }
    .guides a.ico2:before {
      content: '\e828'; }
    .guides a.ico3:before {
      content: '\e829'; }
    .guides a.ico4:before {
      content: '\e835'; }
    .guides a.ico5:before {
      content: '\e810'; }
    .guides a:after {
      color: #0B1D73;
      content: '\e827';
      top: 24px;
      right: 14px;
      font-size: 15px;
      left: auto;
      width: auto;
      -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
      -webkit-animation: horz 1s ease infinite;
              animation: horz 1s ease infinite; }

.user-guides a {
  color: #0B1D73; }
  .user-guides a:after {
    display: none; }
  .user-guides a span {
    color: #333;
    float: right; }

@media (min-width: 1025px) {
  .our-guides ul li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .our-guides ul li a:hover {
      padding-left: 60px; }
      .our-guides ul li a:hover:before {
        font-size: 40px;
        left: 8px;
        opacity: 0.5;
        -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
                transform: rotate(15deg); } }

/*property-anemities*/
.property-anemities {
  overflow: hidden;
  padding: 0 0 16px; }
  .property-anemities ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px; }
    .property-anemities ul li {
      display: inline-block;
      vertical-align: top;
      color: #384147;
      font: 14px/24px 'robotoregular', sans-serif;
      letter-spacing: normal;
      position: relative;
      padding: 0 10px 6px 17px;
      width: 50%; }
      .property-anemities ul li:after {
        position: absolute;
        content: '';
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-radius: 50%; }

@media (min-width: 768px) and (max-width: 1024px) {
  .property-anemities ul {
    max-width: 460px; }
    .property-anemities ul li {
      padding: 0 5px 6px 10px;
      font-size: 13px;
      line-height: 16px; }
      .property-anemities ul li:after {
        height: 5px;
        width: 5px;
        top: 6px; } }

.items-holder {
  overflow: hidden;
  padding: 0 8px 20px 0;
  margin: 0 -8px 20px 0;
  border-bottom: 1px solid #eef0f2;
  box-shadow: 0 1px 0 #cfd6da; }
  .items-holder .btn-more {
    margin: 20px 0 0; }

.add-content {
  display: none; }

.add-items {
  padding: 10px 0 0;
  margin: -20px -10px 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .add-items li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px;
    position: relative;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal;
    margin: 20px 0 0; }
  .add-items.wide li {
    width: auto;
    margin: 0; }
  .add-items.wide .add-box {
    width: 140px;
    height: 140px; }
  .add-items .add-box {
    display: table;
    margin: 0 0 13px;
    background: #fff;
    position: relative;
    width: 100%; }
    .add-items .add-box .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .add-items .add-box .img-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .add-items .add-box img {
      vertical-align: top;
      width: 100%;
      height: auto; }
  .add-items .form-group {
    margin: 0; }
  .add-items .file {
    display: none; }
  .add-items .btn-del {
    position: absolute;
    color: #0B1D73;
    top: -10px;
    right: -11px;
    z-index: 10;
    width: 22px;
    height: 22px; }
    .add-items .btn-del .fo {
      font-size: 22px; }
  .add-items .btn-price {
    position: absolute;
    width: 90px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -45px;
    box-shadow: none;
    font-size: 18px;
    line-height: 20px; }

@media (min-width: 768px) {
  .add-items .btn-price {
    width: 97px;
    height: 35px;
    margin: -17px 0 0 -48px; } }

.featured-properties {
  margin: 0 0 15px;
  min-height: 40px;
  position: relative;
  background: #dce1e4; }
  .featured-properties .input-loader {
    background: #dce1e4;
    margin-right: -6px !important;
    right: 50% !important; }
  .featured-properties .featured-items {
    padding: 0;
    margin: 0;
    list-style: none; }
    .featured-properties .featured-items li {
      overflow: hidden;
      color: #546d7d;
      position: relative;
      font: 13px/18px 'robotoregular', sans-serif; }
      .featured-properties .featured-items li + li {
        margin: 20px 0 0; }
      .featured-properties .featured-items li .thumb {
        float: left;
        width: 90px;
        margin: 4px 6px 0 0;
        height: 90px;
        position: relative;
        overflow: hidden;
        background: #d0d0d0; }
        .featured-properties .featured-items li .thumb img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .featured-properties .featured-items li .holder {
        overflow: hidden;
        padding: 0 0 5px 5px; }
        .featured-properties .featured-items li .holder .title {
          display: block;
          color: #7b93a2;
          font-family: 'robotobold', sans-serif;
          font-weight: normal; }
      .featured-properties .featured-items li p {
        margin: 0 0 7px; }
      .featured-properties .featured-items li .btn-price {
        font-size: 13px;
        padding: 6px 12px; }

@media (min-width: 1025px) {
  .featured-properties .featured-items li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .featured-properties .featured-items li .btn-price:hover {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); } }

.add-project {
  display: block;
  color: #ffffff;
  font: 15px/19px 'robotomedium', sans-serif;
  background: #0B1D73;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 2px 0 #d1d6d8;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 24px 20px 25px 53px;
  -webkit-transition: all .5s;
          transition: all .5s; }
  .add-project .fo {
    position: absolute;
    left: 7px;
    top: 12px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    line-height: 43px;
    -webkit-transition: all .5s;
            transition: all .5s; }
  .add-project:hover {
    background: #fff;
    color: #0B1D73;
    padding-left: 63px;
    font-size: 17px; }
    .add-project:hover .fo {
      font-size: 110px;
      left: -20px;
      opacity: 0.5;
      -webkit-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
              transform: rotate(20deg); }

.user-tabset {
  /*healine*/
  /*property-description*/
  /*property-video*/
  /*floor-plans*/ }
  .user-tabset .tab-holder {
    max-width: 780px;
    margin: 0 auto; }
    .user-tabset .tab-holder form > .row {
      padding-top: 25px; }
  .user-tabset .tab-content {
    position: relative; }
  .user-tabset .row.lined {
    position: relative;
    overflow: hidden; }
    .user-tabset .row.lined:before {
      content: '';
      position: absolute;
      border: solid #cfd6da;
      border-width: 0 1px 0 0;
      width: 2px;
      left: 50%;
      top: 20px;
      bottom: 0;
      background: #eef0f2;
      display: block; }
    .user-tabset .row.lined + .lined {
      margin-top: 20px; }
      .user-tabset .row.lined + .lined:after {
        content: '';
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        border-bottom: 1px solid #cfd6da;
        background: #eef0f2;
        height: 2px;
        display: block; }
  .user-tabset .commission .form-group {
    padding: 0 65px 0 0; }
    .user-tabset .commission .form-group .select-area {
      width: 50px !important;
      position: absolute;
      bottom: 0;
      right: 0; }
  .user-tabset .map-block {
    width: 100%;
    border: 3px solid #fff; }
    .user-tabset .map-block .map {
      height: 23px;
      height: 258px;
      width: 100%; }
  .user-tabset .map-box {
    width: 100%;
    border: 3px solid #fff; }
    .user-tabset .map-box .map {
      height: 244px;
      width: 100%; }
  .user-tabset .headline {
    position: relative;
    margin: 0 0 17px; }
    .user-tabset .headline h2 {
      margin: 0 0 2px;
      font: 36px/40px 'robotoregular', sans-serif;
      color: #6c7f8a; }
    .user-tabset .headline h3 {
      margin: 0;
      font: 18px/21px 'robotoregular', sans-serif;
      color: #6c7f8a; }
  .user-tabset .property-description {
    font-size: 14px;
    color: #384147;
    margin: 0 0 20px; }
    .user-tabset .property-description p {
      margin: 0 0 7px; }
  .user-tabset .property-video {
    width: 100%;
    position: relative;
    margin: 0 0 20px; }
    .user-tabset .property-video .video-block {
      border: 3px solid #fff; }
      .user-tabset .property-video .video-block .fluid-width-video-wrapper {
        padding-top: 50%; }
      .user-tabset .property-video .video-block iframe {
        vertical-align: top;
        border: none; }
      .user-tabset .property-video .video-block a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100; }
  .user-tabset .floor-plans {
    margin: 0 0 20px; }
    .user-tabset .floor-plans .plans {
      padding: 0;
      margin: -20px 0 0 -20px;
      list-style: none;
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      letter-spacing: -4px; }
      .user-tabset .floor-plans .plans li {
        vertical-align: top;
        display: inline-block;
        padding: 20px 0 0 20px;
        width: 122px; }
        .user-tabset .floor-plans .plans li a {
          display: block;
          height: 80px;
          overflow: hidden;
          border-bottom: 2px solid #d1d6d8;
          position: relative;
          background: #fff; }
          .user-tabset .floor-plans .plans li a span {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            overflow: hidden; }
            .user-tabset .floor-plans .plans li a span img {
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
        .user-tabset .floor-plans .plans li img {
          vertical-align: top;
          max-width: 100%; }
    .user-tabset .floor-plans .btn-more {
      margin: 20px 0 0;
      display: none; }

.user-tabset .collapsible .btn-more {
  display: inline-block; }

.user-tabset .collapsible .plans-holder {
  overflow: hidden;
  height: 183px; }

.content-columns {
  position: relative; }
  .content-columns .column {
    float: left;
    width: 240px;
    margin: 0 20px 0 0; }
  .content-columns .wrap {
    overflow: hidden; }

@media (max-width: 639px) {
  .user-tabset .row.lined:before, .user-tabset .row.lined:after {
    display: none; } }

@media (min-width: 768px) {
  .content-columns .column {
    width: 215px;
    margin: 0 15px 0 0; }
  .user-tabset .collapsible .plans-holder {
    height: 218px; }
  .user-tabset .floor-plans .plans li {
    width: 148px; }
  .user-tabset .floor-plans .plans li a {
    height: 99px;
    overflow: hidden; }
  .select-type {
    max-width: 400px; }
    .select-type li + li {
      margin: 0;
      /*float: right;*/ } }

@media (min-width: 768px) and (max-width: 1024px) {
  .add-items .btn-price {
    margin-left: -40px;
    width: 80px;
    font-size: 16px; } }

@media (min-width: 1025px) {
  .user-tabset .tab-holder form > .row {
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 32px; }
    .user-tabset .tab-holder form > .row > div {
      padding-left: 40px;
      padding-right: 40px; }
  .user-tabset .row.lined:before {
    top: 32px; }
  .user-tabset .row.lined + .lined {
    margin-top: 32px; }
    .user-tabset .row.lined + .lined:after {
      left: 40px;
      right: 40px; }
  .user-tabset .map-block {
    width: 341px; }
  .content-columns .column {
    width: 240px;
    margin: 0 20px 0 0; }
  .user-tabset .collapsible .plans-holder {
    height: 216px; }
  .user-tabset .floor-plans .plans li {
    width: 33%; }
  .user-tabset .floor-plans .plans li a {
    height: 98px;
    overflow: hidden; } 
    
    /*captcha alignment for user*/
    .hr-captcha-user{margin: 10px 0 14px; border-bottom: 1px solid #eef0f2; box-shadow: 0 1px 0 #cfd6da;}
    .captcha-user{float:right; margin-top:5px; margin-bottom: -36px !important;}
    
    }

@media (min-width: 1200px) {
  .user-tabset .collapsible .plans-holder {
    height: 328px; }
  .user-tabset .floor-plans .plans li a {
    height: 154px;
    overflow: hidden; } }

.additional-info {
  overflow: hidden;
  padding: 0 0 16px; }
  .additional-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px; }
    .additional-info ul li {
      display: inline-block;
      vertical-align: top;
      color: #384147;
      font: 14px/24px 'robotoregular', sans-serif;
      letter-spacing: normal;
      position: relative;
      padding: 0 10px 6px 17px;
      width: 33%; }
      .additional-info ul li:after {
        position: absolute;
        content: '';
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-radius: 50%; }

@media (min-width: 768px) and (max-width: 1024px) {
  .additional-info ul {
    max-width: 460px; }
    .additional-info ul li {
      padding: 0 5px 6px 10px;
      font-size: 13px;
      line-height: 16px; }
      .additional-info ul li:after {
        height: 5px;
        width: 5px;
        top: 6px; } }	  


.interiors-area {
  border-bottom: 1px solid #eef0f2;
  box-shadow: 0 1px 0 #cfd6da;
  margin: 0 0 16px;
  padding: 10px 0 0px; }
.interiors-area-commercial{
  background: #c4cdd3;
  border-bottom: 1px solid #eef0f2;
  box-shadow: 0 1px 0 #cfd6da;
  margin: 0 0 16px;
  padding: 10px 0 0px;
  }
  .interiors-area h2 {
    margin: 0 0 20px;
    position: relative;
    z-index: 20; }

.interiors-cols {
  padding: 0;
  list-style: none;
  margin: 0 -10px; }
  .interiors-cols .list {
    background: #ffffff;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 2px 0 #d1d6d8;
    text-align: center;
    padding: 10px;
    margin: 0 -5px; }
    .interiors-cols .list h3 {
      display: block;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font: 16px/74px 'museo700-regular', sans-serif;
      color: #000;
      height: 84px;
      width: 84px;
      padding: 12px 3px 5px;
      position: relative;
      border-radius: 50%;
      background: #dce1e4;
      margin: -52px auto 15px; }
    .interiors-cols .list ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .interiors-cols .list ul li {
        color: #7b93a2;
        font: 13px/16px 'robotoregular', sans-serif;
        min-height: 72px; }
        .interiors-cols .list ul li + li {
          margin: 4px 0 0; }
        .interiors-cols .list ul li span {
          display: block;
          padding: 0 0 7px; }
        .interiors-cols .list ul li strong {
          display: block;
          color: #000;
          font: 13px/18px 'robotomedium', sans-serif; }

@media (min-width: 768px) {
  .interiors-cols {
    padding: 0 0 25px; }
    .interiors-cols .list {
      margin: 0;
      padding: 10px 20px 6px; }
      .interiors-cols .list ul li strong {
        font-size: 14px; } }	

.radioButton span{display:flex !important; padding:10px !important; padding-left:0px !important;}
.radioButton label{margin-left:5px !important;}
.radioButton .customForm-class-reg-sel{margin-left:10px !important;}	
	