@font-face {
  font-family: 'openSans-regular';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.svg#opensans-regular") format("svg"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'opensans-bold';
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.svg#opensans-bold") format("svg"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
.header {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0dddc;
  padding: 5px 0px; }
  .header .logo {
    float: left; }
    .header .logo img {
      width: 180px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .header .logo img {
          width: 150px; } }
  .header #cssmenu {
    float: left;
    position: relative;
    margin: 15px 0px 0px 120px;
    z-index: 10; }
    @media (max-width: 1199px) {
      .header #cssmenu {
        margin-left: 45px; } }
    .header #cssmenu ul {
      float: left; }
      .header #cssmenu ul li {
        float: left;
        position: relative;
        margin-right: 60px; }
        @media (max-width: 1199px) {
          .header #cssmenu ul li {
            margin-right: 30px; } }
        .header #cssmenu ul li:last-child {
          display: none; }
          @media (max-width: 991px) {
            .header #cssmenu ul li:last-child {
              display: block; } }
        .header #cssmenu ul li a {
          display: block;
          position: relative;
          color: #6e5f57;
          font-weight: bold;
          font-size: 15px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          outline: none; }
          .header #cssmenu ul li a:before {
            content: "";
            position: absolute;
            top: auto;
            right: 0;
            bottom: -1px;
            left: 0;
            z-index: -1;
            height: 3px;
            background: #6e5f57;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
          .header #cssmenu ul li a:hover:before, .header #cssmenu ul li a:focus:before, .header #cssmenu ul li a.active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
        .header #cssmenu ul li:hover a:before, .header #cssmenu ul li .active:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
  .header .bot-swapping {
    float: left;
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #6e5f57;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    font-size: 16px;
    font-family: "opensans-bold";
    margin: -9px 25px 0px 0px; }
    .header .bot-swapping:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #7dc8c8;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .header .bot-swapping:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    @media (max-width: 991px) {
      .header .bot-swapping {
        display: none; } }
  .header .linkright {
    float: right;
    margin-top: 15px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .linkright {
        margin-top: 9px; } }
    .header .linkright .bo-signup {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      float: right;
      width: 90px;
      height: 32px;
      padding: 0px;
      border: 1px solid #5eb3b3;
      background: #7dc8c8;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .header .linkright .bo-signup:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .header .linkright .bo-signup:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .header .linkright .bo-signup:before {
        background: #6e5f57; }
      .header .linkright .bo-signup:hover {
        border: 1px solid #6e5f57; }
      @media (max-width: 991px) {
        .header .linkright .bo-signup {
          margin-right: 30px; } }
      @media (max-width: 550px) {
        .header .linkright .bo-signup {
          display: none; } }
    .header .linkright .bo-signin {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      width: 90px;
      height: 32px;
      padding: 0px;
      margin-right: 25px;
      border: 1px solid #e5d2b2;
      background: #fff4de;
      color: #787878; }
      .header .linkright .bo-signin:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .header .linkright .bo-signin:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      @media (max-width: 991px) {
        .header .linkright .bo-signin {
          margin-right: 15px; } }
      @media (max-width: 550px) {
        .header .linkright .bo-signin {
          display: block;
          margin-right: 30px; } }
      .header .linkright .bo-signin:before {
        background: #e5d2b2; }
      .header .linkright .bo-signin:hover {
        color: #222; }
  .header .dropdown {
    float: right;
    margin-left: 30px; }
    @media (max-width: 991px) {
      .header .dropdown {
        margin: 3px 30px 0px 0px; } }
    .header .dropdown .dropdown-toggle {
      float: right;
      color: #6e5f57;
      font-style: italic;
      font-weight: bold;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .header .dropdown .dropdown-toggle p {
        float: left;
        margin-right: 5px;
        color: #6e5f57;
        font-size: 16px; }
        @media (max-width: 450px) {
          .header .dropdown .dropdown-toggle p {
            display: none; } }
      .header .dropdown .dropdown-toggle span {
        font-style: normal;
        font-size: 17px;
        font-family: "opensans-bold"; }
      .header .dropdown .dropdown-toggle:after {
        display: none; }
      .header .dropdown .dropdown-toggle i {
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .header .dropdown .dropdown-menu.show {
      margin-top: 12px;
      right: 0px !important;
      left: auto !important;
      padding: 0px;
      transform: none !important;
      top: 29px !important; }
      @media (max-width: 450px) {
        .header .dropdown .dropdown-menu.show {
          right: -30px !important; } }
      .header .dropdown .dropdown-menu.show .dropdown-item {
        padding: 5px 20px;
        border-bottom: 1px solid #e0dddc;
        color: #6e5f57;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background: none !important; }
        .header .dropdown .dropdown-menu.show .dropdown-item:last-child {
          border: 0px; }
        .header .dropdown .dropdown-menu.show .dropdown-item:hover {
          font-family: "opensans-bold"; }
      .header .dropdown .dropdown-menu.show:before {
        content: "";
        position: absolute;
        top: -13px;
        right: 47%;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #e0dddc; }
        @media (max-width: 450px) {
          .header .dropdown .dropdown-menu.show:before {
            position: absolute;
            right: 21%; } }
      .header .dropdown .dropdown-menu.show:after {
        content: "";
        position: absolute;
        top: -10px;
        right: 47%;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #fff; }
        @media (max-width: 450px) {
          .header .dropdown .dropdown-menu.show:after {
            position: absolute;
            right: 21%; } }
    .header .dropdown:hover i {
      color: #7dc8c8; }
  .header .bell .dropdown-toggle span {
    position: absolute;
    top: -7px;
    right: -13px;
    width: 20px;
    height: 20px;
    background: #ff0000;
    font: 10px 'opensans-regular';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    padding-top: 2px;
    text-align: center; }
  .header .bell .dropdown-menu.show {
    width: 260px;
    right: -124px !important; }
    @media (max-width: 450px) {
      .header .bell .dropdown-menu.show {
        right: -58px  !important; } }
    .header .bell .dropdown-menu.show .dropdown-item {
      float: left;
      padding: 15px 20px; }
      .header .bell .dropdown-menu.show .dropdown-item img {
        float: left;
        width: 60px;
        height: 50px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box; }
      .header .bell .dropdown-menu.show .dropdown-item .text-not {
        float: left;
        width: 80px;
        margin-left: 15px; }
        .header .bell .dropdown-menu.show .dropdown-item .text-not h3 {
          font-family: "opensans-bold";
          color: #6e5f57; }
        .header .bell .dropdown-menu.show .dropdown-item .text-not p {
          font-size: 12px;
          color: #aaa;
          line-height: 21px; }
      .header .bell .dropdown-menu.show .dropdown-item .text-time {
        float: right;
        width: 50px; }
        .header .bell .dropdown-menu.show .dropdown-item .text-time small {
          font-size: 11px;
          color: #aaa;
          font-family: 'opensans-regular' !important; }
        .header .bell .dropdown-menu.show .dropdown-item .text-time span {
          float: right;
          margin-top: -10px;
          width: 12px;
          height: 12px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background: #ddd;
          margin-top: 5px; }
          .header .bell .dropdown-menu.show .dropdown-item .text-time span.active {
            background: #7dc8c8; }
      .header .bell .dropdown-menu.show .dropdown-item:hover {
        background: #fbfbfb !important; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header.sticky .logo img {
      width: 160px; }
      @media (max-width: 991px) {
        .header.sticky .logo img {
          width: 150px; } }
    .header.sticky .bottom {
      margin-top: 1px; }
    .header.sticky .linkright {
      margin-top: 12px; }
      @media (max-width: 991px) {
        .header.sticky .linkright {
          margin-top: 9px; } }
    .header.sticky #cssmenu {
      margin: 12px 0px 0px 120px; }
      @media (max-width: 1199px) {
        .header.sticky #cssmenu {
          margin: 12px 0px 0px 50px; } }
      @media (max-width: 991px) {
        .header.sticky #cssmenu {
          margin: 15px 0px 0px 0px; } }

.mappopup button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #787878;
  text-shadow: none;
  font-size: 14px;
  opacity: 1;
  z-index: 10;
  margin: 0px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .mappopup button.close:hover {
    color: #7dc8c8; }
  @media (max-width: 667px) {
    .mappopup button.close {
      position: absolute;
      top: 1px;
      right: 3px; } }
  @media (max-width: 450px) {
    .mappopup button.close {
      position: absolute;
      top: 15px;
      right: 15px; } }
.mappopup .modal-content {
  padding: 30px; }
  @media (max-width: 667px) {
    .mappopup .modal-content {
      padding: 15px; } }
.mappopup .modal-dialog.modal-lg {
  width: 575px;
  margin: 0px auto;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .mappopup .modal-dialog.modal-lg {
      width: 100%; } }
.mappopup .modal-title {
  border-bottom: 2px solid #e0dddc;
  font-size: 30px;
  color: #6e5f57;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media (max-width: 667px) {
    .mappopup .modal-title {
      padding-bottom: 15px;
      margin-bottom: 15px; } }
  @media (max-width: 450px) {
    .mappopup .modal-title {
      text-align: center; } }
  .mappopup .modal-title .bot-create {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #6e5f57;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    float: right;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .mappopup .modal-title .bot-create:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #7dc8c8;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .mappopup .modal-title .bot-create:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    @media (max-width: 450px) {
      .mappopup .modal-title .bot-create {
        width: 100%;
        margin-top: 15px; } }
  .mappopup .modal-title i {
    color: #7dc8c8;
    font-size: 20px; }
.mappopup .bottom {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-clip: padding-box;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  border: 0px;
  background: #6e5f57;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  width: 100%;
  height: 55px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background: #7dc8c8;
  font-size: 22px;
  color: #6e5f57; }
  .mappopup .bottom:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #7dc8c8;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .mappopup .bottom:hover:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .mappopup .bottom:before {
    background: #6e5f57; }
  .mappopup .bottom:hover {
    color: #fff; }
.mappopup .form-control {
  height: 55px;
  height: 55px;
  margin-bottom: 30px; }
  @media (max-width: 667px) {
    .mappopup .form-control {
      margin-bottom: 15px; } }
.mappopup .che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
  width: 100%;
  width: auto; }
  .mappopup .che-box input[type="checkbox"], .mappopup .che-box input[type="radio"] {
    position: absolute;
    right: 9000px; }
  .mappopup .che-box input[type="checkbox"] + .label-text:before, .mappopup .che-box input[type="radio"] + .label-text:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    font-style: initial; }
  .mappopup .che-box input[type="radio"] + .label-text:before {
    content: "\f111";
    color: #6e5f57;
    font-weight: 900;
    font-style: initial; }
  .mappopup .che-box input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #7dc8c8;
    animation: effect 250ms ease-in; }
  .mappopup .che-box input[type="radio"]:checked + .label-text:before {
    color: #fff;
    animation: effect 250ms ease-in; }
@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
  @media (max-width: 450px) {
    .mappopup .che-box .label-text {
      font-size: 12px; } }
.mappopup .forgot {
  float: right;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .mappopup .forgot:hover {
    color: #7dc8c8; }
  @media (max-width: 450px) {
    .mappopup .forgot {
      font-size: 12px; } }
.mappopup p.text-center {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0dddc;
  padding-bottom: 15px; }
  @media (max-width: 450px) {
    .mappopup p.text-center {
      font-size: 12px;
      line-height: 20px; } }

@media (max-width: 991px) {
  .header #cssmenu {
    width: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    border: 0px;
    z-index: 100;
    margin: 0px;
    margin-top: 15px; }
    .header #cssmenu .menu {
      text-align: center;
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: #222;
      z-index: 120;
      display: none; }
    .header #cssmenu ul {
      position: absolute;
      top: 35%;
      right: 0px;
      left: 0px;
      width: 150px;
      margin: 0px auto; }
      .header #cssmenu ul li {
        width: 100%;
        margin: 0px; }
        .header #cssmenu ul li a {
          padding: 15px;
          height: auto;
          margin: 0px;
          line-height: 15px;
          color: #fff;
          font-weight: normal; }
          .header #cssmenu ul li a:after {
            display: none; }
    .header #cssmenu .buttoncans {
      position: relative;
      z-index: 1000;
      display: none; }
      .header #cssmenu .buttoncans:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0px;
        bottom: auto;
        left: auto;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header #cssmenu .buttoncans:before {
        content: '';
        position: absolute;
        top: 11px;
        right: 0px;
        bottom: auto;
        left: auto;
        top: 11px;
        background: #fff;
        width: 19px;
        height: 2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .header #cssmenu .button {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: auto;
      cursor: pointer;
      width: 21px;
      height: 21px;
      z-index: 20; }
      .header #cssmenu .button:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0px;
        bottom: auto;
        left: auto;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #6e5f57;
        border-bottom: 2px solid #6e5f57; }
      .header #cssmenu .button:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 0px;
        bottom: auto;
        left: auto;
        display: block;
        height: 2px;
        width: 20px;
        background: #6e5f57; } }
.slider {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #fff url(../images/slider.jpg) no-repeat fixed center center/cover;
  height: 600px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .slider {
      height: 660px; } }
  .slider .titlebold {
    font-size: 40px;
    color: #6e5f57; }
    .slider .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .slider .titlebold {
        font-size: 30px; } }
  .slider .sliderinner {
    position: relative;
    margin-top: 60px; }
    .slider .sliderinner .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .slider .sliderinner .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .slider .sliderinner .slick-list .slick-track:after, .slider .sliderinner .slick-list .slick-track:before {
          display: table;
          content: ''; }
      .slider .sliderinner .slick-list .slick-slide {
        float: left; }
    .slider .sliderinner .slick-prev, .slider .sliderinner .slick-next {
      position: absolute;
      top: 42%;
      right: 0px;
      width: 34px;
      height: 64px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      z-index: 95;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: url(../images/right-arrow.png) no-repeat center center; }
      .slider .sliderinner .slick-prev:hover, .slider .sliderinner .slick-next:hover {
        opacity: 0.7; }
    .slider .sliderinner .slick-prev {
      right: auto;
      left: 0px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .slider .sliderinner .slick-dots {
      position: absolute;
      bottom: -50px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .slider .sliderinner .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
        background: #e0dddc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .slider .sliderinner .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 22px;
          height: 8px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: transparent; }
      .slider .sliderinner .slick-dots li.slick-active {
        background: #6e5f57; }
    @media (max-width: 991px) {
      .slider .sliderinner {
        margin-top: 30px; }
        .slider .sliderinner .slick-next, .slider .sliderinner .slick-prev {
          top: 98%; } }
    .slider .sliderinner .sliditme img {
      width: 217px;
      margin-bottom: 15px; }
    .slider .sliderinner .sliditme h2 {
      color: #6e5f57;
      font-size: 20px;
      margin: 15px 0px;
      font-family: "opensans-bold"; }
    .slider .sliderinner .sliditme .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      padding: 7px 30px; }
      .slider .sliderinner .sliditme .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .slider .sliderinner .sliditme .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
    .slider .sliderinner .sliditme.slidtow h2 {
      font-size: 40px;
      color: #6e5f57;
      text-align: left;
      font-size: 30px; }
      .slider .sliderinner .sliditme.slidtow h2 span {
        font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .slider .sliderinner .sliditme.slidtow h2 {
          font-size: 30px; } }
    .slider .sliderinner .sliditme.slidtow p {
      padding-right: 35px;
      margin: 15px 0px;
      text-align: left; }
    .slider .sliderinner .sliditme.slidtow .bottom {
      float: left; }
    @media (max-width: 991px) {
      .slider .sliderinner .slidtow {
        max-width: 100%;
        flex: 100%; }
        .slider .sliderinner .slidtow h2, .slider .sliderinner .slidtow p, .slider .sliderinner .slidtow .bottom {
          text-align: center !important;
          float: none !important; }
        .slider .sliderinner .slidtow p {
          height: 112px;
          overflow: hidden;
          padding: 0px !important; } }
    @media (max-width: 991px) {
      .slider .sliderinner .disboxslid {
        display: none !important; } }

.forteacher, .studios, .sliderblog {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
   }
  @media (max-width: 991px) {
    .forteacher, .studios, .sliderblog {
      padding: 30px 0px;
      text-align: center; } }
  .forteacher .sliderteacher, .studios .sliderteacher, .sliderblog .sliderteacher {
    position: relative; }
    .forteacher .sliderteacher .slick-list, .studios .sliderteacher .slick-list, .sliderblog .sliderteacher .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .forteacher .sliderteacher .slick-list .slick-track, .studios .sliderteacher .slick-list .slick-track, .sliderblog .sliderteacher .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .forteacher .sliderteacher .slick-list .slick-track:after, .forteacher .sliderteacher .slick-list .slick-track:before, .studios .sliderteacher .slick-list .slick-track:after, .studios .sliderteacher .slick-list .slick-track:before, .sliderblog .sliderteacher .slick-list .slick-track:after, .sliderblog .sliderteacher .slick-list .slick-track:before {
          display: table;
          content: ''; }
      .forteacher .sliderteacher .slick-list .slick-slide, .studios .sliderteacher .slick-list .slick-slide, .sliderblog .sliderteacher .slick-list .slick-slide {
        float: left; }
    .forteacher .sliderteacher .slick-prev, .forteacher .sliderteacher .slick-next, .studios .sliderteacher .slick-prev, .studios .sliderteacher .slick-next, .sliderblog .sliderteacher .slick-prev, .sliderblog .sliderteacher .slick-next {
      position: absolute;
      top: 42%;
      right: 0px;
      width: 34px;
      height: 64px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      z-index: 95;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: url(../images/right-arrow.png) no-repeat center center; }
      .forteacher .sliderteacher .slick-prev:hover, .forteacher .sliderteacher .slick-next:hover, .studios .sliderteacher .slick-prev:hover, .studios .sliderteacher .slick-next:hover, .sliderblog .sliderteacher .slick-prev:hover, .sliderblog .sliderteacher .slick-next:hover {
        opacity: 0.7; }
    .forteacher .sliderteacher .slick-prev, .studios .sliderteacher .slick-prev, .sliderblog .sliderteacher .slick-prev {
      right: auto;
      left: 0px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .forteacher .sliderteacher .slick-dots, .studios .sliderteacher .slick-dots, .sliderblog .sliderteacher .slick-dots {
      position: absolute;
      bottom: -50px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .forteacher .sliderteacher .slick-dots li, .studios .sliderteacher .slick-dots li, .sliderblog .sliderteacher .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
        background: #e0dddc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .forteacher .sliderteacher .slick-dots li button, .studios .sliderteacher .slick-dots li button, .sliderblog .sliderteacher .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 22px;
          height: 8px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: transparent; }
      .forteacher .sliderteacher .slick-dots li.slick-active, .studios .sliderteacher .slick-dots li.slick-active, .sliderblog .sliderteacher .slick-dots li.slick-active {
        background: #6e5f57; }
    .forteacher .sliderteacher .slick-list, .studios .sliderteacher .slick-list, .sliderblog .sliderteacher .slick-list {
      margin: 0px -30px; }
    .forteacher .sliderteacher .sliditme, .studios .sliderteacher .sliditme, .sliderblog .sliderteacher .sliditme {
      margin: 0px 15px; }
      @media (max-width: 991px) {
        .forteacher .sliderteacher .sliditme .col, .studios .sliderteacher .sliditme .col, .sliderblog .sliderteacher .sliditme .col {
          max-width: 100%;
          flex: 100%; } }
      .forteacher .sliderteacher .sliditme img, .studios .sliderteacher .sliditme img, .sliderblog .sliderteacher .sliditme img {
        width: 100%; }
      .forteacher .sliderteacher .sliditme .bottom, .studios .sliderteacher .sliditme .bottom, .sliderblog .sliderteacher .sliditme .bottom {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        font-size: 17px; }
        .forteacher .sliderteacher .sliditme .bottom:before, .studios .sliderteacher .sliditme .bottom:before, .sliderblog .sliderteacher .sliditme .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .forteacher .sliderteacher .sliditme .bottom:hover:before, .studios .sliderteacher .sliditme .bottom:hover:before, .sliderblog .sliderteacher .sliditme .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
    .forteacher .sliderteacher .slick-next, .studios .sliderteacher .slick-next, .sliderblog .sliderteacher .slick-next {
      right: -50px; }
      @media (max-width: 1250px) {
        .forteacher .sliderteacher .slick-next, .studios .sliderteacher .slick-next, .sliderblog .sliderteacher .slick-next {
          right: 0px; } }
      @media (max-width: 991px) {
        .forteacher .sliderteacher .slick-next, .studios .sliderteacher .slick-next, .sliderblog .sliderteacher .slick-next {
          top: 98%; } }
    .forteacher .sliderteacher .slick-prev, .studios .sliderteacher .slick-prev, .sliderblog .sliderteacher .slick-prev {
      left: -50px; }
      @media (max-width: 1250px) {
        .forteacher .sliderteacher .slick-prev, .studios .sliderteacher .slick-prev, .sliderblog .sliderteacher .slick-prev {
          left: 0px; } }
      @media (max-width: 991px) {
        .forteacher .sliderteacher .slick-prev, .studios .sliderteacher .slick-prev, .sliderblog .sliderteacher .slick-prev {
          top: 98%; } }
  .forteacher .titlebold, .studios .titlebold, .sliderblog .titlebold {
    font-size: 40px;
    color: #6e5f57; }
    .forteacher .titlebold span, .studios .titlebold span, .sliderblog .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .forteacher .titlebold, .studios .titlebold, .sliderblog .titlebold {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .forteacher .titlebold, .studios .titlebold, .sliderblog .titlebold {
        margin-top: 30px; } }
  .forteacher p, .studios p, .sliderblog p {
    margin: 30px 0px;
    color: #6e5f57; }

.studios {
  background: #fafafa; }
  @media (max-width: 991px) {
     }
  .studios .sliditme .col {
    margin-bottom: 30px; }
    .studios .sliditme .col:last-child {
      margin-bottom: 0px; }
  .studios .titlebold, .studios p {
    color: #fff; }
  .studios .bottom {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #6e5f57;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer; }
    .studios .bottom:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #7dc8c8;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .studios .bottom:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .studios .bottom:before {
      background: #443a34 !important; }

@media (max-width: 991px) {
  .sliderblog {
    padding-bottom: 100px; } }
@media (max-width: 991px) {
  .sliderblog .fulwith {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px; }
    .sliderblog .fulwith:last-child {
      margin-bottom: 0px; } }
.sliderblog img {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box; }
@media (max-width: 991px) {
  .sliderblog .slick-next, .sliderblog .slick-prev {
    top: 102% !important; } }

.footer {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #FAFAFA;}
  @media (max-width: 991px) {
    .footer .col {
      max-width: 100%;
      flex: 100%;
      text-align: center; } }
  .footer img {
    width: 211px; }
  .footer .social {
    float: left;
    float: right;
    margin-top: 10px; }
    .footer .social a {
      float: left;
      width: 46px;
      height: 46px;
      text-align: center;
      padding: 13px 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #fff;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box; }
      .footer .social a.icon-facebook {
        background-color: #3b5998; }
        .footer .social a.icon-facebook:hover {
          background-color: #fff;
          color: #3b5998;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .social a.icon-twitter {
        background-color: #00acee; }
        .footer .social a.icon-twitter:hover {
          background-color: #fff;
          color: #00acee;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .social a.icon-instagram {
        background-color: #ff3996; }
        .footer .social a.icon-instagram:hover {
          background-color: #fff;
          color: #ff3996;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .social a.icon-youtube {
        background-color: #c4302b; }
        .footer .social a.icon-youtube:hover {
          background-color: #fff;
          color: #c4302b;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .social a.icon-rss {
        background-color: #ee802f; }
        .footer .social a.icon-rss:hover {
          background-color: #fff;
          color: #ee802f;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .social a.icon-linkedin {
        background-color: #007fb1; }
        .footer .social a.icon-linkedin:hover {
          background-color: #fff;
          color: #007fb1;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .social a.icon-gplus {
        background-color: #dd4b39; }
        .footer .social a.icon-gplus:hover {
          background-color: #fff;
          color: #dd4b39;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .social a.icon-whatsapp {
        background-color: #189d0e; }
        .footer .social a.icon-whatsapp:hover {
          background-color: #fff;
          color: #189d0e;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
    @media (max-width: 991px) {
      .footer .social {
        float: none;
        margin-top: 15px; } }
    .footer .social a {
      margin-left: 3px;
      font-size: 22px; }
      @media (max-width: 991px) {
        .footer .social a {
          float: none;
          margin: 0px 3px; } }
  .footer .copyright {
    text-align: center;
    color: #6e5f57;
    margin-top: 5px; }
  .footer nav.linkfooter {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 5px; }
    .footer nav.linkfooter a {
      color: #fff;
      margin: 0px 10px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .footer nav.linkfooter a:hover {
        color: #6e5f57; }

.filter {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #7dc8c8;
  padding: 90px 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .filter {
      padding: 30px 0px; } }
  .filter .centertext {
    margin: 0px auto;
    width: 860px;
    padding: 0px 15px; }
    @media (max-width: 991px) {
      .filter .centertext {
        width: 100%; } }
  .filter .titlebold {
    font-size: 40px;
    color: #6e5f57;
    color: #fff4de; }
    .filter .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .filter .titlebold {
        font-size: 30px; } }
  .filter .text {
    color: #fff4de;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .filter .text {
        margin-top: 15px; } }
  @media (max-width: 767px) {
    .filter .inputform {
      max-width: 100%;
      flex: 100%; } }
  .filter .inputform .form-control {
    height: 55px;
    border: 0px;
    margin-top: 30px;
    padding: 5px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box; }
    @media (max-width: 767px) {
      .filter .inputform .form-control {
        margin-top: 15px; } }
  .filter .inputform i {
    position: absolute;
    top: 18px;
    left: 30px;
    font-size: 20px;
    color: #c7c0bd; }
  .filter .inputform:first-child {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .filter .inputform:first-child {
        margin-top: 15px; } }
    .filter .inputform:first-child .form-control {
      margin: 0px;
      padding-left: 40px; }
  .filter .inputform .che-box {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 16px;
    width: 100%; }
    .filter .inputform .che-box input[type="checkbox"], .filter .inputform .che-box input[type="radio"] {
      position: absolute;
      right: 9000px; }
    .filter .inputform .che-box input[type="checkbox"] + .label-text:before, .filter .inputform .che-box input[type="radio"] + .label-text:before {
      content: "\f0c8";
      font-family: "Font Awesome 5 Free";
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-right: 5px;
      font-style: initial; }
    .filter .inputform .che-box input[type="radio"] + .label-text:before {
      content: "\f111";
      color: #6e5f57;
      font-weight: 900;
      font-style: initial; }
    .filter .inputform .che-box input[type="checkbox"]:checked + .label-text:before {
      content: "\f14a";
      color: #7dc8c8;
      animation: effect 250ms ease-in; }
    .filter .inputform .che-box input[type="radio"]:checked + .label-text:before {
      color: #fff;
      animation: effect 250ms ease-in; }
@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
    .filter .inputform .che-box .label-text {
      color: #fff4de;
      font-style: italic; }
      .filter .inputform .che-box .label-text:before {
        font-style: normal;
        left: 5px !important; }
  .filter .inputform .textor {
    font-size: 80px;
    color: #fff4de;
    margin-top: 20px; }
  .filter .inputform .inputchebox {
    margin-top: 23px; }
    @media (max-width: 767px) {
      .filter .inputform .inputchebox {
        margin-top: 15px; } }
    .filter .inputform .inputchebox .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      height: 55px;
      font-size: 15px;
      width: 100%;
      padding: 14px 5px;
      font-style: italic; }
      .filter .inputform .inputchebox .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .filter .inputform .inputchebox .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .filter .inputform .inputchebox .bottom:before {
        background: #fff; }
      .filter .inputform .inputchebox .bottom.active:before {
        background: #fff;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .filter .inputform .inputchebox .bottom:hover, .filter .inputform .inputchebox .bottom.active {
        font-family: "opensans-bold";
        color: #6e5f57; }
  @media (max-width: 991px) {
    .filter .wihtbox {
      max-width: 100%;
      flex: 100%; } }
  @media (max-width: 991px) {
    .filter .col-sm-5.inputchebox.wihtbox {
      max-width: 40%;
      flex: 40%; }
      .filter .col-sm-5.inputchebox.wihtbox .textor {
        font-size: 60px; } }
  @media (max-width: 550px) {
    .filter .col-sm-5.inputchebox.wihtbox {
      max-width: 30%;
      flex: 30%; } }
  @media (max-width: 991px) {
    .filter .col-sm-7.inputchebox.wihtbox {
      max-width: 60%;
      flex: 60%; }
      .filter .col-sm-7.inputchebox.wihtbox .che-box {
        font-size: 15px; } }
  @media (max-width: 550px) {
    .filter .col-sm-7.inputchebox.wihtbox {
      max-width: 70%;
      flex: 70%; } }
  @media (max-width: 667px) {
    .filter .witrspon {
      max-width: 33.333%;
      flex: 33.333%; } }
  .filter .submitbot {
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .filter .submitbot {
        margin-top: 15px; } }
    .filter .submitbot .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      display: initial;
      font: 15px "opensans-bold";
      padding: 12px 35px;
      margin: 0px 10px; }
      .filter .submitbot .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .filter .submitbot .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .filter .submitbot .bottom:before {
        background: #443a34 !important; }
    .filter .submitbot .bot-filt {
      background: #5e9696;
      display: inline-flex; }
    .filter .submitbot:before {
      background: #443a34 !important; }

.tabs {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 0px;
  display: none; }
  .tabs .tebsshow {
    border-bottom: 1px solid #e2d6c3; }
    @media (max-width: 767px) {
      .tabs .tebsshow {
        border-bottom: 0px; } }
    .tabs .tebsshow .nav-tabs {
      border: 0px; }
      .tabs .tebsshow .nav-tabs li {
        width: 20%; }
        @media (max-width: 767px) {
          .tabs .tebsshow .nav-tabs li {
            width: 33.333%; }
            .tabs .tebsshow .nav-tabs li:nth-last-child(1), .tabs .tebsshow .nav-tabs li:nth-last-child(2) {
              width: 50%; }
            .tabs .tebsshow .nav-tabs li:nth-last-child(2) a {
              border-left: 0px !important; } }
        .tabs .tebsshow .nav-tabs li a {
          text-align: center;
          padding: 30px 10px;
          border: 0px !important;
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box;
          border-left: 1px solid #e2d6c3 !important;
          color: #6e5f57;
          font-family: "opensans-bold"; }
          .tabs .tebsshow .nav-tabs li a.active {
            background: #7dc8c8;
            color: #fff; }
          @media (max-width: 767px) {
            .tabs .tebsshow .nav-tabs li a {
              border-bottom: 1px solid #e2d6c3 !important; } }
        .tabs .tebsshow .nav-tabs li:first-child a {
          border-left: 0px !important; }
  .tabs .tab-pane .boxgender {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .tabs .tab-pane .boxgender {
        max-width: 50%;
        flex: 50%;
        margin-top: 15px;
        padding-bottom: 0px; }
        .tabs .tab-pane .boxgender:last-child {
          max-width: 100%;
          flex: 100%; } }
  .tabs .tab-pane .che-box {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
    width: 100%;
    margin: 0px;
    margin-top: .5rem; }
    .tabs .tab-pane .che-box input[type="checkbox"], .tabs .tab-pane .che-box input[type="radio"] {
      position: absolute;
      right: 9000px; }
    .tabs .tab-pane .che-box input[type="checkbox"] + .label-text:before, .tabs .tab-pane .che-box input[type="radio"] + .label-text:before {
      content: "\f0c8";
      font-family: "Font Awesome 5 Free";
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-right: 5px;
      font-style: initial; }
    .tabs .tab-pane .che-box input[type="radio"] + .label-text:before {
      content: "\f111";
      color: #6e5f57;
      font-weight: 900;
      font-style: initial; }
    .tabs .tab-pane .che-box input[type="checkbox"]:checked + .label-text:before {
      content: "\f14a";
      color: #7dc8c8;
      animation: effect 250ms ease-in; }
    .tabs .tab-pane .che-box input[type="radio"]:checked + .label-text:before {
      color: #fff;
      animation: effect 250ms ease-in; }
@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
    .tabs .tab-pane .che-box input[type="radio"] + .label-text:before {
      font-weight: normal;
      font-size: 17px;
      font-style: normal; }
      @media (max-width: 767px) {
        .tabs .tab-pane .che-box input[type="radio"] + .label-text:before {
          font-size: 15px; } }
    .tabs .tab-pane .che-box input[type="radio"]:checked + .label-text:before {
      color: #7dc8c8;
      font-weight: 900;
      content: "\f192"; }
    .tabs .tab-pane .che-box .label-text {
      font-size: 16px;
      font-style: italic;
      color: #6e5f57; }
      @media (max-width: 767px) {
        .tabs .tab-pane .che-box .label-text {
          font-size: 15px; } }
  .tabs .botinner {
    float: right;
    width: 130px;
    margin-top: -50px; }
    @media (max-width: 991px) {
      .tabs .botinner {
        float: none;
        width: 100%;
        margin-top: 15px; } }
    .tabs .botinner .perint {
      max-width: 100%;
      flex: 100%; }
      @media (max-width: 991px) {
        .tabs .botinner .perint {
          max-width: 50%;
          flex: 50%; } }
      .tabs .botinner .perint .bottom {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        width: 100%;
        padding: 5px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-clip: padding-box;
        margin-bottom: 15px;
        font-family: "opensans-bold"; }
        .tabs .botinner .perint .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .tabs .botinner .perint .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
      .tabs .botinner .perint:first-child .bottom {
        background: #7dc8c8;
        color: #6e5f57; }
        .tabs .botinner .perint:first-child .bottom:before {
          background: #6e5f57; }
        .tabs .botinner .perint:first-child .bottom:hover {
          color: #fff; }
  .tabs .accombox {
    width: 100%;
    margin-top: 30px; }
    .tabs .accombox .boxgender {
      margin-top: 10px; }
    .tabs .accombox h2 {
      font-size: 15px;
      color: #6e5f57;
      font-family: "opensans-bold"; }

.borpage {
  border-bottom: 1px solid #7ab3b1; }

.filterform {
  float: left;
  width: 100%; }
  .filterform .fofilter {
    float: right;
    margin-bottom: 30px; }
    .filterform .fofilter .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      float: left;
      padding: 4px 30px;
      margin: 30px 15px 0px 0px; }
      .filterform .fofilter .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .filterform .fofilter .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      @media (max-width: 450px) {
        .filterform .fofilter .bottom {
          padding: 4px 15px; } }
    .filterform .fofilter .form-control {
      height: 55px;
      float: left;
      width: 150px;
      height: 35px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background-clip: padding-box;
      margin-top: 30px; }
      @media (max-width: 450px) {
        .filterform .fofilter .form-control {
          width: 90px; } }
    .filterform .fofilter p {
      float: left;
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #222;
      margin-top: 40px;
      color: #222;
      line-height: 16px;
      height: 16px; }
      @media (max-width: 450px) {
        .filterform .fofilter p {
          font-size: 13px; } }

.itmeuser {
  float: left;
  background: #fff;
  border: 1px solid #efddb9;
  padding: 30px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; }
  @media (max-width: 767px) {
    .itmeuser {
      padding: 15px; } }
  .itmeuser .imguser {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 240px;
    height: 230px;
    background: #7dc8c8;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    overflow: hidden; }
    @media (max-width: 991px) {
      .itmeuser .imguser {
        width: 80px;
        height: 80px; } }
    @media (max-width: 450px) {
      .itmeuser .imguser {
        width: 100%;
        height: auto;
        padding-top: 80%; } }
    .itmeuser .imguser img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      min-height: 100%; }
  .itmeuser .usertext {
    padding-left: 265px; }
    @media (max-width: 991px) {
      .itmeuser .usertext {
        padding-left: 100px; } }
    @media (max-width: 450px) {
      .itmeuser .usertext {
        float: left;
        width: 100%;
        padding: 0px;
        margin-top: 15px; } }
    .itmeuser .usertext h3 {
      width: 100%;
      color: #6e5f57;
      padding-right: 255px;
      font-size: 20px;
      font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .itmeuser .usertext h3 {
          padding-right: 0px; } }
    .itmeuser .usertext .costarica {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      padding: 1px 15px;
      background: #7dc8c8;
      color: #6e5f57;
      font-family: "opensans-bold";
      margin-top: 15px; }
      .itmeuser .usertext .costarica:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .itmeuser .usertext .costarica:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .itmeuser .usertext .costarica:before {
        background: #6e5f57; }
      .itmeuser .usertext .costarica:hover {
        color: #fff; }
    .itmeuser .usertext p {
      width: 100%;
      color: #222; }
      @media (max-width: 767px) {
        .itmeuser .usertext p {
          display: none; } }
    .itmeuser .usertext .textany {
      margin-top: 15px; }
      .itmeuser .usertext .textany .available {
        float: left;
        margin-right: 15px;
        color: #222; }
      .itmeuser .usertext .textany .typetext {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        float: left;
        padding: 1px 15px;
        background: #7dc8c8;
        cursor: inherit;
        color: #6e5f57; }
        .itmeuser .usertext .textany .typetext:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .itmeuser .usertext .textany .typetext:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
      .itmeuser .usertext .textany .verified {
        float: left;
        margin-left: 120px;
        color: #7dc8c8; }
        @media (max-width: 991px) {
          .itmeuser .usertext .textany .verified {
            margin-left: 15px; } }
        .itmeuser .usertext .textany .verified img {
          width: 22px;
          height: 22px; }
  .itmeuser .botright {
    position: absolute;
    top: 30px;
    right: 30px; }
    @media (max-width: 767px) {
      .itmeuser .botright {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        width: 100%;
        margin-top: 15px; } }
    .itmeuser .botright .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      padding: 1px 15px;
      font-family: "opensans-bold"; }
      .itmeuser .botright .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .itmeuser .botright .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .itmeuser .botright .bottom:first-child {
        background: #7dc8c8;
        color: #6e5f57;
        margin-right: 15px; }
        .itmeuser .botright .bottom:first-child:before {
          background: #6e5f57; }
        .itmeuser .botright .bottom:first-child:hover {
          color: #fff; }

.pannerblog, .pan-gallery {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #7dc8c8;
  padding: 90px 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .pannerblog, .pan-gallery {
      padding: 30px 0px; } }
  .pannerblog .centertext, .pan-gallery .centertext {
    margin: 0px auto;
    width: 860px;
    padding: 0px 15px; }
    @media (max-width: 991px) {
      .pannerblog .centertext, .pan-gallery .centertext {
        width: 100%; } }
  .pannerblog .titlebold, .pan-gallery .titlebold {
    font-size: 40px;
    color: #6e5f57;
    color: #fff4de; }
    .pannerblog .titlebold span, .pan-gallery .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .pannerblog .titlebold, .pan-gallery .titlebold {
        font-size: 30px; } }
  .pannerblog .text, .pan-gallery .text {
    color: #fff4de;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .pannerblog .text, .pan-gallery .text {
        margin-top: 15px; } }
  .pannerblog .maptext, .pan-gallery .maptext {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    font-style: italic; }
    @media (max-width: 450px) {
      .pannerblog .maptext, .pan-gallery .maptext {
        display: block; } }
    .pannerblog .maptext a, .pan-gallery .maptext a {
      color: #fff4de;
      text-decoration: underline; }
      @media (max-width: 450px) {
        .pannerblog .maptext a, .pan-gallery .maptext a {
          float: left;
          width: 100%; } }
      .pannerblog .maptext a:hover, .pan-gallery .maptext a:hover {
        text-decoration: none; }
    .pannerblog .maptext span, .pan-gallery .maptext span {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      padding: 4px 30px;
      cursor: inherit;
      font-family: "opensans-bold";
      margin-left: 15px;
      text-decoration: none;
      font-style: normal; }
      .pannerblog .maptext span:before, .pan-gallery .maptext span:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .pannerblog .maptext span:hover:before, .pan-gallery .maptext span:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      @media (max-width: 450px) {
        .pannerblog .maptext span, .pan-gallery .maptext span {
          margin: 10px 0px 0px 0px; } }
      .pannerblog .maptext span:before, .pan-gallery .maptext span:before {
        background: none; }

.writeblog, .up-gallery {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 30px 0px; }
  .writeblog .titleblog, .up-gallery .titleblog {
    color: #ed145b;
    font-size: 20px;
    margin-bottom: 15px; }
  .writeblog .inputform, .up-gallery .inputform {
    margin-top: 30px; }
    .writeblog .inputform .form-control, .up-gallery .inputform .form-control {
      height: 55px; }
  .writeblog .submitbot, .up-gallery .submitbot {
    margin-top: 30px;
    text-align: center; }
    .writeblog .submitbot .bottom, .up-gallery .submitbot .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      font-family: "opensans-bold";
      padding: 10px 40px; }
      .writeblog .submitbot .bottom:before, .up-gallery .submitbot .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .writeblog .submitbot .bottom:hover:before, .up-gallery .submitbot .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }

.blog {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 0px;
  padding-top: 30px; }
  .blog .inpusrach {
    margin-bottom: 30px; }
    .blog .inpusrach .form-control {
      height: 55px;
      padding: 5px 40px; }
    .blog .inpusrach i {
      position: absolute;
      top: 18px;
      left: 30px;
      font-size: 20px;
      color: #c7c0bd; }
  .blog .bolgbox, .blog .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .blog .item-gal {
    float: left;
    background: #fff;
    border: 1px solid #efddb9;
    padding: 30px 15px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box; }
    @media (max-width: 991px) {
      .blog .bolgbox, .blog .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .blog .item-gal {
        padding: 15px 0px; } }
    .blog .bolgbox .imgblog, .blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-gallery-up .blog .item-gal .imgblog {
      float: left; }
      @media (max-width: 991px) {
        .blog .bolgbox .imgblog, .blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-gallery-up .blog .item-gal .imgblog {
          max-width: 100%;
          flex: 100%; } }
      .blog .bolgbox .imgblog .imgin, .blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .blog .item-gal .imgblog .imgin {
        position: relative;
        width: 100%;
        height: 275px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #7dc8c8;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        overflow: hidden;
        border: 1px solid #ddd; }
        @media (max-width: 991px) {
          .blog .bolgbox .imgblog .imgin, .blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .blog .item-gal .imgblog .imgin {
            height: auto;
            padding-top: 50%; } }
        @media (max-width: 991px) {
          .blog .bolgbox .imgblog .imgin, .blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .blog .item-gal .imgblog .imgin {
            padding-top: 70%; } }
        .blog .bolgbox .imgblog .imgin img, .blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin img, .user-home .gallery-up .slid-gallery-up .blog .item-gal .imgblog .imgin img {
          position: absolute;
          top: 0px;
          right: 0px;
          left: 0px;
          margin: 0px auto;
          width: 100%;
          min-height: 100%;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .blog .bolgbox .imgblog .imgin:hover img, .blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin:hover img, .user-home .gallery-up .slid-gallery-up .blog .item-gal .imgblog .imgin:hover img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
    .blog .bolgbox .textblog, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog {
      float: left; }
      @media (max-width: 991px) {
        .blog .bolgbox .textblog, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog {
          max-width: 100%;
          flex: 100%;
          margin-top: 15px; } }
      .blog .bolgbox .textblog h3, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog h3 {
        width: 100%;
        color: #6e5f57;
        padding-right: 92px;
        font-size: 20px;
        font-family: "opensans-bold"; }
        @media (max-width: 991px) {
          .blog .bolgbox .textblog h3, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog h3 {
            padding-right: 120px;
            font-size: 18px; } }
        @media (max-width: 767px) {
          .blog .bolgbox .textblog h3, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog h3 {
            padding-right: 100px;
            font-size: 16px; } }
      .blog .bolgbox .textblog .bot-share, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .bot-share {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 3px 20px;
        font-family: "opensans-bold"; }
        .blog .bolgbox .textblog .bot-share:before, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share:before, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .bot-share:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .blog .bolgbox .textblog .bot-share:hover:before, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share:hover:before, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .bot-share:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        @media (max-width: 991px) {
          .blog .bolgbox .textblog .bot-share, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .bot-share {
            right: 15px; } }
      .blog .bolgbox .textblog .textany, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .textany {
        margin-top: 15px; }
        .blog .bolgbox .textblog .textany .available, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .textany .available {
          float: left;
          margin-right: 15px;
          color: #6e5f57;
          font-family: "opensans-bold"; }
          @media (max-width: 390px) {
            .blog .bolgbox .textblog .textany .available, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .textany .available {
              font-size: 11px; } }
        .blog .bolgbox .textblog .textany .typetext, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .textany .typetext {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #6e5f57;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          display: inline-block;
          padding: 1px 15px;
          background: #7dc8c8;
          cursor: inherit;
          color: #6e5f57; }
          .blog .bolgbox .textblog .textany .typetext:before, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext:before, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .textany .typetext:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #7dc8c8;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .blog .bolgbox .textblog .textany .typetext:hover:before, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext:hover:before, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .textany .typetext:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
          @media (max-width: 390px) {
            .blog .bolgbox .textblog .textany .typetext, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .textany .typetext {
              padding: 0px 5px;
              font-size: 11px;
              line-height: 18px; } }
      .blog .bolgbox .textblog .hashtag, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .hashtag, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .hashtag {
        display: inline-block;
        width: 100%; }
        .blog .bolgbox .textblog .hashtag a, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .hashtag a, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .hashtag a {
          font-style: italic;
          color: #555;
          text-decoration: underline;
          margin-right: 15px; }
      .blog .bolgbox .textblog p, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog p, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog p {
        display: inline-block;
        color: #222;
        margin-top: 15px; }
      .blog .bolgbox .textblog .bot-more, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .bot-more {
        display: inline-block;
        color: #6e5f57;
        font-style: italic;
        text-decoration: underline;
        margin-top: 5px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .blog .bolgbox .textblog .bot-more i, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more i, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .bot-more i {
          font-size: 12px; }
        .blog .bolgbox .textblog .bot-more:hover, .blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more:hover, .user-home .gallery-up .slid-gallery-up .blog .item-gal .textblog .bot-more:hover {
          text-decoration: none; }
  .blog .sortby {
    float: right;
    margin-bottom: 30px; }
    .blog .sortby .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      float: left;
      padding: 4px 30px;
      margin: 30px 15px 0px 0px; }
      .blog .sortby .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .blog .sortby .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      @media (max-width: 450px) {
        .blog .sortby .bottom {
          padding: 4px 15px; } }
    .blog .sortby .form-control {
      height: 55px;
      float: right;
      width: 150px;
      height: 35px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background-clip: padding-box; }
      @media (max-width: 450px) {
        .blog .sortby .form-control {
          width: 90px; } }
    .blog .sortby p {
      float: right;
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #222;
      margin-top: +10px;
      color: #222;
      line-height: 16px;
      height: 16px; }
      @media (max-width: 450px) {
        .blog .sortby p {
          font-size: 13px; } }

.bloginner {
  text-align: left;
  background: #7dc8c8 url(../images/bloginner.png) no-repeat top center; }
  .bloginner .titlebold {
    font-size: 40px;
    color: #6e5f57;
    color: #fff; }
    .bloginner .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .bloginner .titlebold {
        font-size: 30px; } }
  .bloginner .text {
    font-size: 18px;
    color: #fff4de;
    margin-top: 15px; }

.blogdetals {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 0px;
  padding-top: 30px; }
  .blogdetals .bolgbox, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal {
    float: left;
    background: #fff;
    border: 1px solid #efddb9;
    padding: 30px 15px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    padding: 30px; }
    @media (max-width: 991px) {
      .blogdetals .bolgbox, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal {
        padding: 15px 0px; } }
    .blogdetals .bolgbox .imgblog, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .imgblog {
      float: left; }
      @media (max-width: 991px) {
        .blogdetals .bolgbox .imgblog, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .imgblog {
          max-width: 100%;
          flex: 100%; } }
      .blogdetals .bolgbox .imgblog .imgin, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .imgblog .imgin {
        position: relative;
        width: 100%;
        height: 275px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #7dc8c8;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        overflow: hidden;
        border: 1px solid #ddd; }
        @media (max-width: 991px) {
          .blogdetals .bolgbox .imgblog .imgin, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .imgblog .imgin {
            height: auto;
            padding-top: 50%; } }
        @media (max-width: 991px) {
          .blogdetals .bolgbox .imgblog .imgin, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .imgblog .imgin {
            padding-top: 70%; } }
        .blogdetals .bolgbox .imgblog .imgin img, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin img, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .imgblog .imgin img {
          position: absolute;
          top: 0px;
          right: 0px;
          left: 0px;
          margin: 0px auto;
          width: 100%;
          min-height: 100%;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .blogdetals .bolgbox .imgblog .imgin:hover img, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin:hover img, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .imgblog .imgin:hover img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
    .blogdetals .bolgbox .textblog, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog {
      float: left; }
      @media (max-width: 991px) {
        .blogdetals .bolgbox .textblog, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog {
          max-width: 100%;
          flex: 100%;
          margin-top: 15px; } }
      .blogdetals .bolgbox .textblog h3, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog h3 {
        width: 100%;
        color: #6e5f57;
        padding-right: 92px;
        font-size: 20px;
        font-family: "opensans-bold"; }
        @media (max-width: 991px) {
          .blogdetals .bolgbox .textblog h3, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog h3 {
            padding-right: 120px;
            font-size: 18px; } }
        @media (max-width: 767px) {
          .blogdetals .bolgbox .textblog h3, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog h3 {
            padding-right: 100px;
            font-size: 16px; } }
      .blogdetals .bolgbox .textblog .bot-share, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .bot-share {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 3px 20px;
        font-family: "opensans-bold"; }
        .blogdetals .bolgbox .textblog .bot-share:before, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share:before, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .bot-share:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .blogdetals .bolgbox .textblog .bot-share:hover:before, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share:hover:before, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .bot-share:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        @media (max-width: 991px) {
          .blogdetals .bolgbox .textblog .bot-share, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .bot-share {
            right: 15px; } }
      .blogdetals .bolgbox .textblog .textany, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .textany {
        margin-top: 15px; }
        .blogdetals .bolgbox .textblog .textany .available, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .textany .available {
          float: left;
          margin-right: 15px;
          color: #6e5f57;
          font-family: "opensans-bold"; }
          @media (max-width: 390px) {
            .blogdetals .bolgbox .textblog .textany .available, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .textany .available {
              font-size: 11px; } }
        .blogdetals .bolgbox .textblog .textany .typetext, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .textany .typetext {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #6e5f57;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          display: inline-block;
          padding: 1px 15px;
          background: #7dc8c8;
          cursor: inherit;
          color: #6e5f57; }
          .blogdetals .bolgbox .textblog .textany .typetext:before, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext:before, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .textany .typetext:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #7dc8c8;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .blogdetals .bolgbox .textblog .textany .typetext:hover:before, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext:hover:before, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .textany .typetext:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
          @media (max-width: 390px) {
            .blogdetals .bolgbox .textblog .textany .typetext, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .textany .typetext {
              padding: 0px 5px;
              font-size: 11px;
              line-height: 18px; } }
      .blogdetals .bolgbox .textblog .hashtag, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .hashtag, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .hashtag {
        display: inline-block;
        width: 100%; }
        .blogdetals .bolgbox .textblog .hashtag a, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .hashtag a, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .hashtag a {
          font-style: italic;
          color: #555;
          text-decoration: underline;
          margin-right: 15px; }
      .blogdetals .bolgbox .textblog p, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog p, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog p {
        display: inline-block;
        color: #222;
        margin-top: 15px; }
      .blogdetals .bolgbox .textblog .bot-more, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .bot-more {
        display: inline-block;
        color: #6e5f57;
        font-style: italic;
        text-decoration: underline;
        margin-top: 5px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .blogdetals .bolgbox .textblog .bot-more i, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more i, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .bot-more i {
          font-size: 12px; }
        .blogdetals .bolgbox .textblog .bot-more:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textblog .bot-more:hover {
          text-decoration: none; }
    @media (max-width: 991px) {
      .blogdetals .bolgbox, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal {
        padding: 15px; } }
    .blogdetals .bolgbox .photoblog, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .photoblog, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .photoblog {
      text-align: center; }
      .blogdetals .bolgbox .photoblog img, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .photoblog img, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .photoblog img {
        max-width: 100%; }
    .blogdetals .bolgbox .textitme, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textitme, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textitme {
      margin-top: 15px;
      font-size: 17px;
      line-height: 32px; }
      .blogdetals .bolgbox .textitme span, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .textitme span, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .textitme span {
        color: #ff608c; }
    .blogdetals .bolgbox .sh-icon, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon {
      float: right;
      margin-top: 15px; }
      .blogdetals .bolgbox .sh-icon p, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon p, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon p {
        float: left;
        font-size: 18px;
        margin-top: 5px; }
      .blogdetals .bolgbox .sh-icon .social, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social {
        float: left;
        float: left; }
        .blogdetals .bolgbox .sh-icon .social a, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a {
          float: left;
          width: 46px;
          height: 46px;
          text-align: center;
          padding: 13px 0px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          color: #fff;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box; }
          .blogdetals .bolgbox .sh-icon .social a.icon-facebook, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-facebook, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-facebook {
            background-color: #3b5998; }
            .blogdetals .bolgbox .sh-icon .social a.icon-facebook:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-facebook:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-facebook:hover {
              background-color: #fff;
              color: #3b5998;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .blogdetals .bolgbox .sh-icon .social a.icon-twitter, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-twitter, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-twitter {
            background-color: #00acee; }
            .blogdetals .bolgbox .sh-icon .social a.icon-twitter:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-twitter:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-twitter:hover {
              background-color: #fff;
              color: #00acee;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .blogdetals .bolgbox .sh-icon .social a.icon-instagram, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-instagram, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-instagram {
            background-color: #ff3996; }
            .blogdetals .bolgbox .sh-icon .social a.icon-instagram:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-instagram:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-instagram:hover {
              background-color: #fff;
              color: #ff3996;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .blogdetals .bolgbox .sh-icon .social a.icon-youtube, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-youtube, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-youtube {
            background-color: #c4302b; }
            .blogdetals .bolgbox .sh-icon .social a.icon-youtube:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-youtube:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-youtube:hover {
              background-color: #fff;
              color: #c4302b;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .blogdetals .bolgbox .sh-icon .social a.icon-rss, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-rss, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-rss {
            background-color: #ee802f; }
            .blogdetals .bolgbox .sh-icon .social a.icon-rss:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-rss:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-rss:hover {
              background-color: #fff;
              color: #ee802f;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .blogdetals .bolgbox .sh-icon .social a.icon-linkedin, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-linkedin, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-linkedin {
            background-color: #007fb1; }
            .blogdetals .bolgbox .sh-icon .social a.icon-linkedin:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-linkedin:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-linkedin:hover {
              background-color: #fff;
              color: #007fb1;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .blogdetals .bolgbox .sh-icon .social a.icon-gplus, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-gplus, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-gplus {
            background-color: #dd4b39; }
            .blogdetals .bolgbox .sh-icon .social a.icon-gplus:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-gplus:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-gplus:hover {
              background-color: #fff;
              color: #dd4b39;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .blogdetals .bolgbox .sh-icon .social a.icon-whatsapp, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-whatsapp, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-whatsapp {
            background-color: #189d0e; }
            .blogdetals .bolgbox .sh-icon .social a.icon-whatsapp:hover, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a.icon-whatsapp:hover, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a.icon-whatsapp:hover {
              background-color: #fff;
              color: #189d0e;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
        .blogdetals .bolgbox .sh-icon .social a, .blogdetals .user-home .gallery-up .slid-gallery-up .item-gal .sh-icon .social a, .user-home .gallery-up .slid-gallery-up .blogdetals .item-gal .sh-icon .social a {
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          width: 35px;
          height: 35px;
          padding: 10px 0px;
          margin-left: 15px; }
  .blogdetals .itmeuser {
    padding: 0px;
    border: 0px;
    margin: 0px;
    margin-top: 30px; }
    .blogdetals .itmeuser .botright {
      right: 0px;
      top: 0px; }
  .blogdetals .bot-nexbak {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #efddb9; }
    @media (max-width: 991px) {
      .blogdetals .bot-nexbak {
        margin-top: 15px;
        padding-top: 15px; } }
    .blogdetals .bot-nexbak a {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      display: block;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      padding: 8px 15px;
      width: 130px; }
      .blogdetals .bot-nexbak a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .blogdetals .bot-nexbak a:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      @media (max-width: 991px) {
        .blogdetals .bot-nexbak a {
          width: 125px; } }
    .blogdetals .bot-nexbak .backbot {
      float: left;
      background: #7dc8c8; }
      .blogdetals .bot-nexbak .backbot:before {
        background: #6e5f57; }
      @media (max-width: 439px) {
        .blogdetals .bot-nexbak .backbot {
          margin-bottom: 10px; } }
    .blogdetals .bot-nexbak .nextbot {
      float: right;
      background: #7dc8c8; }
      .blogdetals .bot-nexbak .nextbot:before {
        background: #6e5f57; }
      @media (max-width: 439px) {
        .blogdetals .bot-nexbak .nextbot {
          margin-bottom: 10px; } }
    .blogdetals .bot-nexbak .bot-name {
      margin: 0px auto; }

.dat-gallery {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 0px; }

.item-gal {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .item-gal {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 550px) {
    .item-gal {
      max-width: 100%;
      flex: 100%; } }
  .item-gal .in-gal {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e0dddc;
    padding-bottom: 15px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box; }
    .item-gal .in-gal .img-gal {
      position: relative;
      width: 100%;
      padding-top: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #7dc8c8;
      overflow: hidden;
      border: 1px solid #ddd; }
      .item-gal .in-gal .img-gal img {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        margin: 0px auto;
        width: 100%;
        min-height: 100%;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .item-gal .in-gal .img-gal:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .item-gal .in-gal .img-gal .adds, .item-gal .in-gal .img-gal .times {
        position: absolute;
        top: 35%;
        opacity: 0;
        color: #7dc8c8;
        font-size: 85px;
        z-index: 2;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .item-gal .in-gal .img-gal:after {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(113, 96, 87, 0.74);
        opacity: 0;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        z-index: 1; }
      .item-gal .in-gal .img-gal:hover:after {
        opacity: 1; }
      .item-gal .in-gal .img-gal:hover .adds {
        opacity: 1; }
    .item-gal .in-gal .userimg:after {
      background: rgba(159, 24, 19, 0.75);
      color: #fff; }
    .item-gal .in-gal .userimg .times {
      color: #fff; }
    .item-gal .in-gal .userimg:hover .times {
      opacity: 1; }
    .item-gal .in-gal h2 {
      font: 18px "opensans-bold";
      color: #6e5f57;
      text-align: center;
      margin-top: 15px; }
    .item-gal .in-gal p {
      font-family: "opensans-bold";
      color: #6e5f57;
      padding-left: 15px;
      margin-top: 15px; }
    .item-gal .in-gal span {
      display: inline-block;
      background: #7dc8c8;
      padding: 1px 15px;
      margin-top: 5px;
      font-size: 13px;
      color: #6e5f57;
      -webkit-border-radius: 0px 60px 60px 0px;
      border-radius: 0px 60px 60px 0px;
      background-clip: padding-box; }

div#stocking-facility-slider {
  background: #6e5f57;
  border: 0px;
  height: 15px;
  position: relative;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-clip: padding-box; }
  div#stocking-facility-slider .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background: none; }
  div#stocking-facility-slider span.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin-top: -1px;
    border: 0px;
    background: #fff4de;
    outline: 0px;
    outline-style: none;
    cursor: pointer; }
  div#stocking-facility-slider p {
    float: left;
    width: 33.333%;
    margin-top: 25px;
    font-family: "opensans-bold";
    color: #6e5f57;
    font-style: italic; }
    div#stocking-facility-slider p:nth-last-child(2n+0) {
      text-align: center; }
    div#stocking-facility-slider p:nth-last-child(3n+0) {
      text-align: right; }

.map {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .map {
      padding: 0px; } }
  @media (max-width: 991px) {
    .map .container {
      max-width: 100%;
      padding: 0px; } }
  .map .map-ifrm {
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box; }
    @media (max-width: 991px) {
      .map .map-ifrm {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box; } }
    .map .map-ifrm iframe {
      display: block;
      border: 0px;
      width: 100%;
      height: 550px; }

.triberesults {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding-top: 0px; }
  @media (max-width: 991px) {
    .triberesults {
      padding-bottom: 0px !important;
      margin: 15px 0px; } }

.resultsbox {
  float: left;
  background: #fff;
  border: 1px solid #efddb9;
  padding: 30px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .resultsbox {
      padding: 15px; } }
  .resultsbox .imguser {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 240px;
    height: 230px;
    background: #7dc8c8;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    overflow: hidden; }
    @media (max-width: 991px) {
      .resultsbox .imguser {
        width: 80px;
        height: 80px; } }
    @media (max-width: 450px) {
      .resultsbox .imguser {
        width: 100%;
        height: auto;
        padding-top: 80%; } }
    .resultsbox .imguser img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      min-height: 100%; }
  .resultsbox .usertext {
    padding-left: 265px; }
    @media (max-width: 991px) {
      .resultsbox .usertext {
        padding-left: 100px; } }
    @media (max-width: 450px) {
      .resultsbox .usertext {
        float: left;
        width: 100%;
        padding: 0px;
        margin-top: 15px; } }
    .resultsbox .usertext h3 {
      width: 100%;
      color: #6e5f57;
      padding-right: 255px;
      font-size: 20px;
      font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .resultsbox .usertext h3 {
          padding-right: 0px; } }
    .resultsbox .usertext .costarica {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      padding: 1px 15px;
      background: #7dc8c8;
      color: #6e5f57;
      font-family: "opensans-bold";
      margin-top: 15px; }
      .resultsbox .usertext .costarica:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .resultsbox .usertext .costarica:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .resultsbox .usertext .costarica:before {
        background: #6e5f57; }
      .resultsbox .usertext .costarica:hover {
        color: #fff; }
    .resultsbox .usertext p {
      width: 100%;
      color: #222; }
      @media (max-width: 767px) {
        .resultsbox .usertext p {
          display: none; } }
    .resultsbox .usertext .textany {
      margin-top: 15px; }
      .resultsbox .usertext .textany .available {
        float: left;
        margin-right: 15px;
        color: #222; }
      .resultsbox .usertext .textany .typetext {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        float: left;
        padding: 1px 15px;
        background: #7dc8c8;
        cursor: inherit;
        color: #6e5f57; }
        .resultsbox .usertext .textany .typetext:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .resultsbox .usertext .textany .typetext:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
      .resultsbox .usertext .textany .verified {
        float: left;
        margin-left: 120px;
        color: #7dc8c8; }
        @media (max-width: 991px) {
          .resultsbox .usertext .textany .verified {
            margin-left: 15px; } }
        .resultsbox .usertext .textany .verified img {
          width: 22px;
          height: 22px; }
  .resultsbox .botright {
    position: absolute;
    top: 30px;
    right: 30px; }
    @media (max-width: 767px) {
      .resultsbox .botright {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        width: 100%;
        margin-top: 15px; } }
    .resultsbox .botright .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      padding: 1px 15px;
      font-family: "opensans-bold"; }
      .resultsbox .botright .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .resultsbox .botright .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .resultsbox .botright .bottom:first-child {
        background: #7dc8c8;
        color: #6e5f57;
        margin-right: 15px; }
        .resultsbox .botright .bottom:first-child:before {
          background: #6e5f57; }
        .resultsbox .botright .bottom:first-child:hover {
          color: #fff; }
  .resultsbox .titlebold {
    font-size: 40px;
    color: #6e5f57;
    font-size: 30px;
    margin-bottom: 30px !important; }
    .resultsbox .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .resultsbox .titlebold {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .resultsbox .titlebold {
        margin-bottom: 15px !important;
        font-size: 23px; } }
  .resultsbox .itmeuser {
    border: 0px;
    border-radius: 0px;
    padding: 0px; }
    .resultsbox .itmeuser:last-child {
      margin-bottom: 0px; }
  .resultsbox .botright {
    right: 0px;
    top: 0px; }

.padright {
  float: left;
  width: 100%;
  margin-top: 23px;
  position: relative; }

input#stocking-facility {
  position: absolute;
  top: 25px;
  right: 0px;
  background: none;
  border: 0px;
  outline: none;
  font-family: "opensans-bold";
  color: #6e5f57;
  font-style: italic;
  width: 48px; }

.user-home {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 30px 0px 0px 0px; }
  .user-home .datauser {
    float: left;
    background: #fff;
    width: 100%;
    padding: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #e0dddc; }
    @media (max-width: 991px) {
      .user-home .datauser {
        padding: 0px;
        padding-bottom: 15px; } }
    .user-home .datauser .pho-user {
      float: left;
      margin-top: 15px; }
      @media (max-width: 991px) {
        .user-home .datauser .pho-user {
          max-width: 100%;
          flex: 100%; } }
      .user-home .datauser .pho-user .photo {
        float: left;
        width: 160px;
        height: 160px;
        overflow: hidden;
        background: #7dc8c8;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box; }
        @media (max-width: 400px) {
          .user-home .datauser .pho-user .photo {
            width: 100%; } }
        .user-home .datauser .pho-user .photo img {
          width: 100%;
          min-height: 100%; }
      .user-home .datauser .pho-user .dat-user {
        padding-left: 175px; }
        @media (max-width: 400px) {
          .user-home .datauser .pho-user .dat-user {
            padding-left: 0px;
            display: inline-block;
            margin-top: 15px; } }
        .user-home .datauser .pho-user .dat-user span {
          color: #555;
          font-size: 13px; }
        .user-home .datauser .pho-user .dat-user .nameuser {
          font: 20px "opensans-bold";
          color: #6e5f57;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .user-home .datauser .pho-user .dat-user p {
          font-family: "opensans-bold";
          color: #6e5f57;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .user-home .datauser .pho-user .dat-user .edit {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #6e5f57;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          background: none;
          color: #6e5f57;
          padding: 6px 20px;
          font: 13px "opensans-bold";
          border: 1px solid #e0dddc;
          margin-top: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .user-home .datauser .pho-user .dat-user .edit:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #7dc8c8;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .user-home .datauser .pho-user .dat-user .edit:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
          .user-home .datauser .pho-user .dat-user .edit:hover {
            color: #fff;
            border: 1px solid #7dc8c8; }
        .user-home .datauser .pho-user .dat-user .view {
          display: inline-block;
          width: 100%;
          text-decoration: underline;
          color: #6e5f57;
          font: 12px "opensans-bold";
          font-style: italic; }
          .user-home .datauser .pho-user .dat-user .view:hover {
            text-decoration: none; }
    .user-home .datauser .text-user {
      float: left;
      margin-top: 15px; }
      @media (max-width: 991px) {
        .user-home .datauser .text-user {
          max-width: 100%;
          flex: 100%; } }
      .user-home .datauser .text-user .text {
        color: #222;
        height: 80px;
        overflow: hidden; }
      .user-home .datauser .text-user .rating {
        float: left;
        width: 270px;
        padding: 5px;
        text-align: center;
        margin-top: 15px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        border: 1px solid #e0dddc;
        line-height: 22px; }
        @media (max-width: 991px) {
          .user-home .datauser .text-user .rating {
            width: 50%; } }
        @media (max-width: 767px) {
          .user-home .datauser .text-user .rating {
            width: 100%; } }
        .user-home .datauser .text-user .rating .request {
          float: left;
          width: 50%;
          border-right: 1px solid #e0dddc; }
          .user-home .datauser .text-user .rating .request:last-child {
            border: 0px; }
          .user-home .datauser .text-user .rating .request p {
            color: #222;
            font-size: 13px;
            line-height: 25px; }
          .user-home .datauser .text-user .rating .request span {
            font: 16px "opensans-bold";
            color: #6e5f57; }
          .user-home .datauser .text-user .rating .request .ta-star i {
            color: #e0dddc;
            font-size: 13px;
            margin: 0px 1px; }
            .user-home .datauser .text-user .rating .request .ta-star i.active {
              color: #fece60; }
      .user-home .datauser .text-user .progrs {
        float: left;
        width: 270px;
        margin: 15px 0px 0px 15px; }
        @media (max-width: 991px) {
          .user-home .datauser .text-user .progrs {
            width: 50%;
            margin-left: 0px;
            padding-left: 15px; } }
        @media (max-width: 767px) {
          .user-home .datauser .text-user .progrs {
            width: 100%;
            padding-left: 0px; } }
        .user-home .datauser .text-user .progrs p {
          line-height: 15px;
          color: #222; }
        .user-home .datauser .text-user .progrs .progress {
          margin-top: 8px;
          height: 15px;
          overflow: inherit;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-clip: padding-box;
          background: none;
          border: 1px solid #e0dddc; }
          .user-home .datauser .text-user .progrs .progress .progress-bar {
            display: block;
            -webkit-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
            background-clip: padding-box;
            background: #6e5f57; }
            .user-home .datauser .text-user .progrs .progress .progress-bar span.sr-only {
              position: relative;
              margin: 15px 19px 0px 0px;
              height: auto;
              overflow: inherit;
              float: right;
              font: 13px "opensans-bold";
              font-style: italic;
              color: #6e5f57; }
            .user-home .datauser .text-user .progrs .progress .progress-bar .add-adrs {
              float: left;
              text-decoration: underline;
              color: #6e5f57;
              font: 12px "opensans-bold";
              margin-top: 15px;
              font-style: italic; }
              .user-home .datauser .text-user .progrs .progress .progress-bar .add-adrs:hover {
                text-decoration: none; }
      .user-home .datauser .text-user .social {
        float: left;
        float: right;
        margin-top: 30px; }
        .user-home .datauser .text-user .social a {
          float: left;
          width: 46px;
          height: 46px;
          text-align: center;
          padding: 13px 0px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          color: #fff;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box; }
          .user-home .datauser .text-user .social a.icon-facebook {
            background-color: #3b5998; }
            .user-home .datauser .text-user .social a.icon-facebook:hover {
              background-color: #fff;
              color: #3b5998;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .user-home .datauser .text-user .social a.icon-twitter {
            background-color: #00acee; }
            .user-home .datauser .text-user .social a.icon-twitter:hover {
              background-color: #fff;
              color: #00acee;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .user-home .datauser .text-user .social a.icon-instagram {
            background-color: #ff3996; }
            .user-home .datauser .text-user .social a.icon-instagram:hover {
              background-color: #fff;
              color: #ff3996;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .user-home .datauser .text-user .social a.icon-youtube {
            background-color: #c4302b; }
            .user-home .datauser .text-user .social a.icon-youtube:hover {
              background-color: #fff;
              color: #c4302b;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .user-home .datauser .text-user .social a.icon-rss {
            background-color: #ee802f; }
            .user-home .datauser .text-user .social a.icon-rss:hover {
              background-color: #fff;
              color: #ee802f;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .user-home .datauser .text-user .social a.icon-linkedin {
            background-color: #007fb1; }
            .user-home .datauser .text-user .social a.icon-linkedin:hover {
              background-color: #fff;
              color: #007fb1;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .user-home .datauser .text-user .social a.icon-gplus {
            background-color: #dd4b39; }
            .user-home .datauser .text-user .social a.icon-gplus:hover {
              background-color: #fff;
              color: #dd4b39;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .user-home .datauser .text-user .social a.icon-whatsapp {
            background-color: #189d0e; }
            .user-home .datauser .text-user .social a.icon-whatsapp:hover {
              background-color: #fff;
              color: #189d0e;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
        @media (max-width: 991px) {
          .user-home .datauser .text-user .social {
            float: left;
            width: 100%;
            margin-top: 15px; } }
        @media (max-width: 767px) {
          .user-home .datauser .text-user .social {
            margin-top: 30px; } }
        .user-home .datauser .text-user .social a {
          width: 25px;
          height: 25px;
          margin-left: 2px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          padding: 7px 0px;
          font-size: 12px; }
  .user-home .inpusrach {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative; }
    .user-home .inpusrach .form-control {
      height: 55px;
      padding: 5px 55px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box; }
    .user-home .inpusrach i {
      position: absolute;
      top: 18px;
      left: 30px;
      font-size: 20px;
      color: #c7c0bd; }
  .user-home .map-ifrm {
    float: left;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e0dddc;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box; }
    .user-home .map-ifrm iframe {
      display: block;
      border: 0px;
      width: 100%;
      height: 350px; }
    .user-home .map-ifrm .botofon {
      position: absolute;
      top: 30px;
      right: 30px;
      background: #fff;
      z-index: 100;
      width: 62px;
      height: 26px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-box-shadow: 0px 1px 1px #c3c3c3;
      -moz-box-shadow: 0px 1px 1px #c3c3c3;
      -o-box-shadow: 0px 1px 1px #c3c3c3;
      -ms-box-shadow: 0px 1px 1px #c3c3c3;
      box-shadow: 0px 1px 1px #c3c3c3; }
      .user-home .map-ifrm .botofon .overpan {
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 26px;
        z-index: 1;
        background: #7dc8c8;
        -webkit-box-shadow: 0px 1px 1px #c3c3c3;
        -moz-box-shadow: 0px 1px 1px #c3c3c3;
        -o-box-shadow: 0px 1px 1px #c3c3c3;
        -ms-box-shadow: 0px 1px 1px #c3c3c3;
        box-shadow: 0px 1px 1px #c3c3c3;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box; }
        .user-home .map-ifrm .botofon .overpan:after {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 8px;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0px auto;
          background: #fff4de;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box; }
      .user-home .map-ifrm .botofon .btnon, .user-home .map-ifrm .botofon .btnoff {
        float: left;
        width: 30px;
        height: 26px;
        border: 0px;
        cursor: pointer;
        outline: 0px;
        font-size: 12px;
        background: none;
        line-height: 12px;
        padding: 0px;
        color: #b7b6b6; }
      .user-home .map-ifrm .botofon .btnoff {
        float: right; }
    .user-home .map-ifrm .overlay {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(125, 200, 200, 0.73); }
      .user-home .map-ifrm .overlay .titlebold {
        font-size: 40px;
        color: #6e5f57;
        font-size: 30px;
        margin: 30px 0px 0px 30px; }
        .user-home .map-ifrm .overlay .titlebold span {
          font-family: "opensans-bold"; }
        @media (max-width: 767px) {
          .user-home .map-ifrm .overlay .titlebold {
            font-size: 30px; } }
        @media (max-width: 991px) {
          .user-home .map-ifrm .overlay .titlebold {
            font-size: 25px; } }
  .user-home .gallery-up {
    margin-bottom: 30px; }
    .user-home .gallery-up .slid-gallery-up {
      position: relative; }
      .user-home .gallery-up .slid-gallery-up .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none; }
        .user-home .gallery-up .slid-gallery-up .slick-list .slick-track {
          position: relative;
          top: 0;
          right: auto;
          bottom: auto;
          left: auto;
          display: block;
          overflow: hidden; }
          .user-home .gallery-up .slid-gallery-up .slick-list .slick-track:after, .user-home .gallery-up .slid-gallery-up .slick-list .slick-track:before {
            display: table;
            content: ''; }
        .user-home .gallery-up .slid-gallery-up .slick-list .slick-slide {
          float: left; }
      .user-home .gallery-up .slid-gallery-up .slick-prev, .user-home .gallery-up .slid-gallery-up .slick-next {
        position: absolute;
        top: 42%;
        right: 0px;
        width: 34px;
        height: 64px;
        cursor: pointer;
        border: 0px;
        padding: 0px;
        outline: none;
        font-size: 0px;
        z-index: 95;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        background: url(../images/right-arrow.png) no-repeat center center; }
        .user-home .gallery-up .slid-gallery-up .slick-prev:hover, .user-home .gallery-up .slid-gallery-up .slick-next:hover {
          opacity: 0.7; }
      .user-home .gallery-up .slid-gallery-up .slick-prev {
        right: auto;
        left: 0px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .user-home .gallery-up .slid-gallery-up .slick-dots {
        position: absolute;
        bottom: -50px;
        left: 0px;
        width: 100%;
        padding: 0px;
        list-style: none;
        text-align: center; }
        .user-home .gallery-up .slid-gallery-up .slick-dots li {
          position: relative;
          display: inline-block;
          margin: 0px 5px;
          padding: 0px;
          cursor: pointer;
          background: #e0dddc;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box; }
          .user-home .gallery-up .slid-gallery-up .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            display: block;
            width: 22px;
            height: 8px;
            cursor: pointer;
            border: 0px;
            outline: none;
            background: transparent; }
        .user-home .gallery-up .slid-gallery-up .slick-dots li.slick-active {
          background: #6e5f57; }
      @media (max-width: 991px) {
        .user-home .gallery-up .slid-gallery-up .item-gal {
          margin-top: 15px !important; } }
      .user-home .gallery-up .slid-gallery-up .slick-prev, .user-home .gallery-up .slid-gallery-up .slick-next {
        top: 98%;
        width: 18px;
        height: 32px;
        background-size: 100% 100%; }
        .user-home .gallery-up .slid-gallery-up .slick-prev.slick-next, .user-home .gallery-up .slid-gallery-up .slick-next.slick-next {
          right: 40%; }
          @media (max-width: 991px) {
            .user-home .gallery-up .slid-gallery-up .slick-prev.slick-next, .user-home .gallery-up .slid-gallery-up .slick-next.slick-next {
              right: 15px; } }
        .user-home .gallery-up .slid-gallery-up .slick-prev.slick-prev, .user-home .gallery-up .slid-gallery-up .slick-next.slick-prev {
          left: 40%; }
          @media (max-width: 991px) {
            .user-home .gallery-up .slid-gallery-up .slick-prev.slick-prev, .user-home .gallery-up .slid-gallery-up .slick-next.slick-prev {
              right: auto;
              left: 15px; } }
      .user-home .gallery-up .slid-gallery-up .slick-dots {
        position: relative;
        bottom: -20px; }
        @media (max-width: 991px) {
          .user-home .gallery-up .slid-gallery-up .slick-dots {
            bottom: -10px; } }

.lastblog, .user-home .gallery-up {
  float: left;
  background: #fff;
  width: 100%;
  padding: 30px 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid #e0dddc;
  padding-bottom: 50px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .lastblog, .user-home .gallery-up {
      padding: 30px 0px;
      padding: 15px 0px 30px 0px; } }
  .lastblog .titlebold, .user-home .gallery-up .titlebold {
    font-size: 40px;
    color: #6e5f57;
    font-size: 30px;
    padding: 0px 15px; }
    .lastblog .titlebold span, .user-home .gallery-up .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .lastblog .titlebold, .user-home .gallery-up .titlebold {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .lastblog .titlebold, .user-home .gallery-up .titlebold {
        font-size: 25px; } }
  .lastblog .slid-blog, .user-home .gallery-up .slid-blog {
    position: relative; }
    .lastblog .slid-blog .slick-list, .user-home .gallery-up .slid-blog .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .lastblog .slid-blog .slick-list .slick-track, .user-home .gallery-up .slid-blog .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .lastblog .slid-blog .slick-list .slick-track:after, .user-home .gallery-up .slid-blog .slick-list .slick-track:after, .lastblog .slid-blog .slick-list .slick-track:before, .user-home .gallery-up .slid-blog .slick-list .slick-track:before {
          display: table;
          content: ''; }
      .lastblog .slid-blog .slick-list .slick-slide, .user-home .gallery-up .slid-blog .slick-list .slick-slide {
        float: left; }
    .lastblog .slid-blog .slick-prev, .user-home .gallery-up .slid-blog .slick-prev, .lastblog .slid-blog .slick-next, .user-home .gallery-up .slid-blog .slick-next {
      position: absolute;
      top: 42%;
      right: 0px;
      width: 34px;
      height: 64px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      z-index: 95;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: url(../images/right-arrow.png) no-repeat center center; }
      .lastblog .slid-blog .slick-prev:hover, .user-home .gallery-up .slid-blog .slick-prev:hover, .lastblog .slid-blog .slick-next:hover, .user-home .gallery-up .slid-blog .slick-next:hover {
        opacity: 0.7; }
    .lastblog .slid-blog .slick-prev, .user-home .gallery-up .slid-blog .slick-prev {
      right: auto;
      left: 0px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .lastblog .slid-blog .slick-dots, .user-home .gallery-up .slid-blog .slick-dots {
      position: absolute;
      bottom: -50px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .lastblog .slid-blog .slick-dots li, .user-home .gallery-up .slid-blog .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
        background: #e0dddc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .lastblog .slid-blog .slick-dots li button, .user-home .gallery-up .slid-blog .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 22px;
          height: 8px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: transparent; }
      .lastblog .slid-blog .slick-dots li.slick-active, .user-home .gallery-up .slid-blog .slick-dots li.slick-active {
        background: #6e5f57; }
    .lastblog .slid-blog .bolgbox, .user-home .gallery-up .slid-blog .bolgbox, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal {
      float: left;
      background: #fff;
      border: 1px solid #efddb9;
      padding: 30px 15px;
      width: 100%;
      position: relative;
      margin-bottom: 30px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      border: 0px;
      background: none;
      padding: 0px;
      margin: 0px;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .lastblog .slid-blog .bolgbox, .user-home .gallery-up .slid-blog .bolgbox, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal {
          padding: 15px 0px; } }
      .lastblog .slid-blog .bolgbox .imgblog, .user-home .gallery-up .slid-blog .bolgbox .imgblog, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .imgblog {
        float: left; }
        @media (max-width: 991px) {
          .lastblog .slid-blog .bolgbox .imgblog, .user-home .gallery-up .slid-blog .bolgbox .imgblog, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .imgblog, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .imgblog {
            max-width: 100%;
            flex: 100%; } }
        .lastblog .slid-blog .bolgbox .imgblog .imgin, .user-home .gallery-up .slid-blog .bolgbox .imgblog .imgin, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .imgblog .imgin {
          position: relative;
          width: 100%;
          height: 275px;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #7dc8c8;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-clip: padding-box;
          overflow: hidden;
          border: 1px solid #ddd; }
          @media (max-width: 991px) {
            .lastblog .slid-blog .bolgbox .imgblog .imgin, .user-home .gallery-up .slid-blog .bolgbox .imgblog .imgin, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .imgblog .imgin {
              height: auto;
              padding-top: 50%; } }
          @media (max-width: 991px) {
            .lastblog .slid-blog .bolgbox .imgblog .imgin, .user-home .gallery-up .slid-blog .bolgbox .imgblog .imgin, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .imgblog .imgin, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .imgblog .imgin {
              padding-top: 70%; } }
          .lastblog .slid-blog .bolgbox .imgblog .imgin img, .user-home .gallery-up .slid-blog .bolgbox .imgblog .imgin img, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin img, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .imgblog .imgin img, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .imgblog .imgin img {
            position: absolute;
            top: 0px;
            right: 0px;
            left: 0px;
            margin: 0px auto;
            width: 100%;
            min-height: 100%;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
          .lastblog .slid-blog .bolgbox .imgblog .imgin:hover img, .user-home .gallery-up .slid-blog .bolgbox .imgblog .imgin:hover img, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .imgblog .imgin:hover img, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .imgblog .imgin:hover img, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .imgblog .imgin:hover img {
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15); }
      .lastblog .slid-blog .bolgbox .textblog, .user-home .gallery-up .slid-blog .bolgbox .textblog, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog {
        float: left; }
        @media (max-width: 991px) {
          .lastblog .slid-blog .bolgbox .textblog, .user-home .gallery-up .slid-blog .bolgbox .textblog, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog {
            max-width: 100%;
            flex: 100%;
            margin-top: 15px; } }
        .lastblog .slid-blog .bolgbox .textblog h3, .user-home .gallery-up .slid-blog .bolgbox .textblog h3, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog h3 {
          width: 100%;
          color: #6e5f57;
          padding-right: 92px;
          font-size: 20px;
          font-family: "opensans-bold"; }
          @media (max-width: 991px) {
            .lastblog .slid-blog .bolgbox .textblog h3, .user-home .gallery-up .slid-blog .bolgbox .textblog h3, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog h3 {
              padding-right: 120px;
              font-size: 18px; } }
          @media (max-width: 767px) {
            .lastblog .slid-blog .bolgbox .textblog h3, .user-home .gallery-up .slid-blog .bolgbox .textblog h3, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog h3, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog h3 {
              padding-right: 100px;
              font-size: 16px; } }
        .lastblog .slid-blog .bolgbox .textblog .bot-share, .user-home .gallery-up .slid-blog .bolgbox .textblog .bot-share, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .bot-share {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #6e5f57;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          position: absolute;
          top: 0px;
          right: 0px;
          padding: 3px 20px;
          font-family: "opensans-bold"; }
          .lastblog .slid-blog .bolgbox .textblog .bot-share:before, .user-home .gallery-up .slid-blog .bolgbox .textblog .bot-share:before, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share:before, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .bot-share:before, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .bot-share:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #7dc8c8;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .lastblog .slid-blog .bolgbox .textblog .bot-share:hover:before, .user-home .gallery-up .slid-blog .bolgbox .textblog .bot-share:hover:before, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share:hover:before, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .bot-share:hover:before, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .bot-share:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
          @media (max-width: 991px) {
            .lastblog .slid-blog .bolgbox .textblog .bot-share, .user-home .gallery-up .slid-blog .bolgbox .textblog .bot-share, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .bot-share, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .bot-share {
              right: 15px; } }
        .lastblog .slid-blog .bolgbox .textblog .textany, .user-home .gallery-up .slid-blog .bolgbox .textblog .textany, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .textany, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .textany {
          margin-top: 15px; }
          .lastblog .slid-blog .bolgbox .textblog .textany .available, .user-home .gallery-up .slid-blog .bolgbox .textblog .textany .available, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .textany .available {
            float: left;
            margin-right: 15px;
            color: #6e5f57;
            font-family: "opensans-bold"; }
            @media (max-width: 390px) {
              .lastblog .slid-blog .bolgbox .textblog .textany .available, .user-home .gallery-up .slid-blog .bolgbox .textblog .textany .available, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .textany .available, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .textany .available {
                font-size: 11px; } }
          .lastblog .slid-blog .bolgbox .textblog .textany .typetext, .user-home .gallery-up .slid-blog .bolgbox .textblog .textany .typetext, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .textany .typetext {
            display: inline-block;
            position: relative;
            padding: 10px 30px;
            -webkit-border-radius: 60px;
            border-radius: 60px;
            background-clip: padding-box;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            overflow: hidden;
            color: #fff;
            outline: none;
            outline-style: none;
            border: 0px;
            background: #6e5f57;
            text-align: center;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            cursor: pointer;
            display: inline-block;
            padding: 1px 15px;
            background: #7dc8c8;
            cursor: inherit;
            color: #6e5f57; }
            .lastblog .slid-blog .bolgbox .textblog .textany .typetext:before, .user-home .gallery-up .slid-blog .bolgbox .textblog .textany .typetext:before, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext:before, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .textany .typetext:before, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .textany .typetext:before {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: -1;
              background: #7dc8c8;
              -webkit-border-radius: 100%;
              border-radius: 100%;
              background-clip: padding-box;
              -webkit-transform: scale(0);
              -moz-transform: scale(0);
              -ms-transform: scale(0);
              -o-transform: scale(0);
              transform: scale(0);
              -moz-transition: all 0.6s ease-in-out 0s;
              -o-transition: all 0.6s ease-in-out 0s;
              -webkit-transition: all 0.6s ease-in-out 0s;
              transition: all 0.6s ease-in-out 0s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
            .lastblog .slid-blog .bolgbox .textblog .textany .typetext:hover:before, .user-home .gallery-up .slid-blog .bolgbox .textblog .textany .typetext:hover:before, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext:hover:before, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .textany .typetext:hover:before, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .textany .typetext:hover:before {
              -webkit-transform: scale(2);
              -moz-transform: scale(2);
              -ms-transform: scale(2);
              -o-transform: scale(2);
              transform: scale(2); }
            @media (max-width: 390px) {
              .lastblog .slid-blog .bolgbox .textblog .textany .typetext, .user-home .gallery-up .slid-blog .bolgbox .textblog .textany .typetext, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .textany .typetext, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .textany .typetext {
                padding: 0px 5px;
                font-size: 11px;
                line-height: 18px; } }
        .lastblog .slid-blog .bolgbox .textblog .hashtag, .user-home .gallery-up .slid-blog .bolgbox .textblog .hashtag, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .hashtag, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .hashtag, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .hashtag {
          display: inline-block;
          width: 100%; }
          .lastblog .slid-blog .bolgbox .textblog .hashtag a, .user-home .gallery-up .slid-blog .bolgbox .textblog .hashtag a, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .hashtag a, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .hashtag a, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .hashtag a {
            font-style: italic;
            color: #555;
            text-decoration: underline;
            margin-right: 15px; }
        .lastblog .slid-blog .bolgbox .textblog p, .user-home .gallery-up .slid-blog .bolgbox .textblog p, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog p, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog p, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog p {
          display: inline-block;
          color: #222;
          margin-top: 15px; }
        .lastblog .slid-blog .bolgbox .textblog .bot-more, .user-home .gallery-up .slid-blog .bolgbox .textblog .bot-more, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .bot-more, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .bot-more {
          display: inline-block;
          color: #6e5f57;
          font-style: italic;
          text-decoration: underline;
          margin-top: 5px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .lastblog .slid-blog .bolgbox .textblog .bot-more i, .user-home .gallery-up .slid-blog .bolgbox .textblog .bot-more i, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more i, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .bot-more i, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .bot-more i {
            font-size: 12px; }
          .lastblog .slid-blog .bolgbox .textblog .bot-more:hover, .user-home .gallery-up .slid-blog .bolgbox .textblog .bot-more:hover, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal .textblog .bot-more:hover, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal .textblog .bot-more:hover, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal .textblog .bot-more:hover {
            text-decoration: none; }
      @media (max-width: 991px) {
        .lastblog .slid-blog .bolgbox, .user-home .gallery-up .slid-blog .bolgbox, .lastblog .slid-blog .user-home .gallery-up .slid-gallery-up .item-gal, .user-home .gallery-up .slid-blog .slid-gallery-up .item-gal, .user-home .gallery-up .slid-gallery-up .slid-blog .item-gal {
          padding: 0px !important;
          margin-top: 15px !important; } }
    .lastblog .slid-blog .slick-prev, .user-home .gallery-up .slid-blog .slick-prev, .lastblog .slid-blog .slick-next, .user-home .gallery-up .slid-blog .slick-next {
      top: 98%;
      width: 18px;
      height: 32px;
      background-size: 100% 100%; }
      .lastblog .slid-blog .slick-prev.slick-next, .user-home .gallery-up .slid-blog .slick-prev.slick-next, .lastblog .slid-blog .slick-next.slick-next, .user-home .gallery-up .slid-blog .slick-next.slick-next {
        right: 40%; }
        @media (max-width: 991px) {
          .lastblog .slid-blog .slick-prev.slick-next, .user-home .gallery-up .slid-blog .slick-prev.slick-next, .lastblog .slid-blog .slick-next.slick-next, .user-home .gallery-up .slid-blog .slick-next.slick-next {
            right: 15px; } }
      .lastblog .slid-blog .slick-prev.slick-prev, .user-home .gallery-up .slid-blog .slick-prev.slick-prev, .lastblog .slid-blog .slick-next.slick-prev, .user-home .gallery-up .slid-blog .slick-next.slick-prev {
        left: 40%; }
        @media (max-width: 991px) {
          .lastblog .slid-blog .slick-prev.slick-prev, .user-home .gallery-up .slid-blog .slick-prev.slick-prev, .lastblog .slid-blog .slick-next.slick-prev, .user-home .gallery-up .slid-blog .slick-next.slick-prev {
            right: auto;
            left: 15px; } }
    .lastblog .slid-blog .slick-dots, .user-home .gallery-up .slid-blog .slick-dots {
      position: relative;
      bottom: -20px; }
      @media (max-width: 991px) {
        .lastblog .slid-blog .slick-dots, .user-home .gallery-up .slid-blog .slick-dots {
          bottom: -10px; } }

.faqs {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .faqs {
      padding: 15px 0px; } }
  .faqs .accordion .question {
    background: #fff;
    border: 1px solid #efddb9;
    padding: 15px;
    color: #6e5f57;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    font-size: 20px;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 15px; }
    .faqs .accordion .question:last-of-type {
      margin-bottom: 0px; }
    .faqs .accordion .question:before {
      content: '';
      display: inline-block;
      border-top: 7px solid #6e5f57;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      float: right;
      transform: rotate(0);
      margin-top: 10px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .faqs .accordion .question.active {
      background: #7dc8c8;
      color: #fff;
      -webkit-border-radius: 10px 10px 0px 0px;
      border-radius: 10px 10px 0px 0px;
      background-clip: padding-box;
      margin-bottom: 0px; }
  .faqs .accordion .active.question::before {
    transform: rotate(-180deg);
    border-top: 7px solid #fff; }
  .faqs .accordion .not-active.question::before {
    transform: rotate(0deg); }
  .faqs .accordion .answer {
    display: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #efddb9;
    border-top: 0px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-clip: padding-box;
    margin-bottom: 15px; }
    .faqs .accordion .answer:last-of-type {
      margin-bottom: 0px; }

.terms {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 30px 0px; }
  .terms .termsbox {
    float: left;
    background: #fff;
    border: 1px solid #efddb9;
    padding: 30px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .terms .termsbox {
        padding: 15px; } }
    .terms .termsbox .imguser {
      display: flex;
      align-items: center;
      justify-content: center;
      float: left;
      width: 240px;
      height: 230px;
      background: #7dc8c8;
      position: relative;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      overflow: hidden; }
      @media (max-width: 991px) {
        .terms .termsbox .imguser {
          width: 80px;
          height: 80px; } }
      @media (max-width: 450px) {
        .terms .termsbox .imguser {
          width: 100%;
          height: auto;
          padding-top: 80%; } }
      .terms .termsbox .imguser img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100%; }
    .terms .termsbox .usertext {
      padding-left: 265px; }
      @media (max-width: 991px) {
        .terms .termsbox .usertext {
          padding-left: 100px; } }
      @media (max-width: 450px) {
        .terms .termsbox .usertext {
          float: left;
          width: 100%;
          padding: 0px;
          margin-top: 15px; } }
      .terms .termsbox .usertext h3 {
        width: 100%;
        color: #6e5f57;
        padding-right: 255px;
        font-size: 20px;
        font-family: "opensans-bold"; }
        @media (max-width: 767px) {
          .terms .termsbox .usertext h3 {
            padding-right: 0px; } }
      .terms .termsbox .usertext .costarica {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        padding: 1px 15px;
        background: #7dc8c8;
        color: #6e5f57;
        font-family: "opensans-bold";
        margin-top: 15px; }
        .terms .termsbox .usertext .costarica:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .terms .termsbox .usertext .costarica:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .terms .termsbox .usertext .costarica:before {
          background: #6e5f57; }
        .terms .termsbox .usertext .costarica:hover {
          color: #fff; }
      .terms .termsbox .usertext p {
        width: 100%;
        color: #222; }
        @media (max-width: 767px) {
          .terms .termsbox .usertext p {
            display: none; } }
      .terms .termsbox .usertext .textany {
        margin-top: 15px; }
        .terms .termsbox .usertext .textany .available {
          float: left;
          margin-right: 15px;
          color: #222; }
        .terms .termsbox .usertext .textany .typetext {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #6e5f57;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          float: left;
          padding: 1px 15px;
          background: #7dc8c8;
          cursor: inherit;
          color: #6e5f57; }
          .terms .termsbox .usertext .textany .typetext:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #7dc8c8;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .terms .termsbox .usertext .textany .typetext:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
        .terms .termsbox .usertext .textany .verified {
          float: left;
          margin-left: 120px;
          color: #7dc8c8; }
          @media (max-width: 991px) {
            .terms .termsbox .usertext .textany .verified {
              margin-left: 15px; } }
          .terms .termsbox .usertext .textany .verified img {
            width: 22px;
            height: 22px; }
    .terms .termsbox .botright {
      position: absolute;
      top: 30px;
      right: 30px; }
      @media (max-width: 767px) {
        .terms .termsbox .botright {
          position: relative;
          top: auto;
          right: auto;
          float: left;
          width: 100%;
          margin-top: 15px; } }
      .terms .termsbox .botright .bottom {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        padding: 1px 15px;
        font-family: "opensans-bold"; }
        .terms .termsbox .botright .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .terms .termsbox .botright .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .terms .termsbox .botright .bottom:first-child {
          background: #7dc8c8;
          color: #6e5f57;
          margin-right: 15px; }
          .terms .termsbox .botright .bottom:first-child:before {
            background: #6e5f57; }
          .terms .termsbox .botright .bottom:first-child:hover {
            color: #fff; }
    .terms .termsbox .titleblog {
      font-size: 40px;
      color: #6e5f57;
      margin-bottom: 15px;
      font-size: 30px; }
      .terms .termsbox .titleblog span {
        font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .terms .termsbox .titleblog {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .terms .termsbox .titleblog {
          font-size: 25px; } }
    .terms .termsbox p {
      margin-bottom: 30px; }
      .terms .termsbox p a {
        color: #7dc8c8;
        text-decoration: underline; }
        .terms .termsbox p a:hover {
          text-decoration: none; }
      .terms .termsbox p:last-of-type {
        margin-bottom: 0px; }

.signup, .contact {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .signup, .contact {
      padding: 15px 0px; } }
  .signup .signupfilde, .contact .signupfilde {
    background: #fff;
    border: 5px solid #eee7df;
    padding: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    @media (max-width: 767px) {
      .signup .signupfilde, .contact .signupfilde {
        padding: 15px; } }
    .signup .signupfilde .title-sig, .contact .signupfilde .title-sig {
      float: left;
      width: 100%;
      padding-bottom: 30px;
      border-bottom: 2px solid #e0dddc; }
      @media (max-width: 767px) {
        .signup .signupfilde .title-sig, .contact .signupfilde .title-sig {
          padding-bottom: 15px; } }
      .signup .signupfilde .title-sig .titlebold, .contact .signupfilde .title-sig .titlebold {
        font-size: 40px;
        color: #6e5f57;
        float: left;
        font-size: 35px; }
        .signup .signupfilde .title-sig .titlebold span, .contact .signupfilde .title-sig .titlebold span {
          font-family: "opensans-bold"; }
        @media (max-width: 767px) {
          .signup .signupfilde .title-sig .titlebold, .contact .signupfilde .title-sig .titlebold {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .signup .signupfilde .title-sig .titlebold, .contact .signupfilde .title-sig .titlebold {
            font-size: 25px; } }
        @media (max-width: 450px) {
          .signup .signupfilde .title-sig .titlebold, .contact .signupfilde .title-sig .titlebold {
            width: 100%;
            text-align: center; } }
      .signup .signupfilde .title-sig p, .contact .signupfilde .title-sig p {
        float: right;
        font-size: 13px;
        margin: 5px 30px 0px 0px; }
        @media (max-width: 450px) {
          .signup .signupfilde .title-sig p, .contact .signupfilde .title-sig p {
            float: left;
            margin: 20px 0px 0px 0px; } }
      .signup .signupfilde .title-sig .bottom, .contact .signupfilde .title-sig .bottom {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        float: right;
        padding: 5px 20px;
        background: #7dc8c8;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box; }
        .signup .signupfilde .title-sig .bottom:before, .contact .signupfilde .title-sig .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .signup .signupfilde .title-sig .bottom:hover:before, .contact .signupfilde .title-sig .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .signup .signupfilde .title-sig .bottom:before, .contact .signupfilde .title-sig .bottom:before {
          background: #6e5f57; }
        @media (max-width: 450px) {
          .signup .signupfilde .title-sig .bottom, .contact .signupfilde .title-sig .bottom {
            margin-top: 15px; } }
    .signup .signupfilde .formsignup, .contact .signupfilde .formsignup {
      display: inline-block;
      width: 100%; }
      .signup .signupfilde .formsignup .inpusrach, .contact .signupfilde .formsignup .inpusrach {
        margin-top: 30px; }
        @media (max-width: 767px) {
          .signup .signupfilde .formsignup .inpusrach, .contact .signupfilde .formsignup .inpusrach {
            margin-top: 15px; } }
        .signup .signupfilde .formsignup .inpusrach label, .contact .signupfilde .formsignup .inpusrach label {
          font-family: "opensans-bold";
          color: #6e5f57; }
          .signup .signupfilde .formsignup .inpusrach label em, .contact .signupfilde .formsignup .inpusrach label em {
            color: red; }
        .signup .signupfilde .formsignup .inpusrach .form-control, .contact .signupfilde .formsignup .inpusrach .form-control {
          height: 55px;
          padding: 10px; }
      .signup .signupfilde .formsignup .optional .form-control, .contact .signupfilde .formsignup .optional .form-control {
        background: #e0dddc; }
      .signup .signupfilde .formsignup .chicksign, .contact .signupfilde .formsignup .chicksign {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 2px solid #e0dddc; }
        @media (max-width: 767px) {
          .signup .signupfilde .formsignup .chicksign, .contact .signupfilde .formsignup .chicksign {
            margin-top: 15px;
            padding-top: 15px; } }
        .signup .signupfilde .formsignup .chicksign .che-box, .contact .signupfilde .formsignup .chicksign .che-box {
          position: relative;
          cursor: pointer;
          font-weight: normal;
          text-align: left;
          width: 100%; }
          .signup .signupfilde .formsignup .chicksign .che-box input[type="checkbox"], .contact .signupfilde .formsignup .chicksign .che-box input[type="checkbox"], .signup .signupfilde .formsignup .chicksign .che-box input[type="radio"], .contact .signupfilde .formsignup .chicksign .che-box input[type="radio"] {
            position: absolute;
            right: 9000px; }
          .signup .signupfilde .formsignup .chicksign .che-box input[type="checkbox"] + .label-text:before, .contact .signupfilde .formsignup .chicksign .che-box input[type="checkbox"] + .label-text:before, .signup .signupfilde .formsignup .chicksign .che-box input[type="radio"] + .label-text:before, .contact .signupfilde .formsignup .chicksign .che-box input[type="radio"] + .label-text:before {
            content: "\f0c8";
            font-family: "Font Awesome 5 Free";
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
            font-style: initial; }
          .signup .signupfilde .formsignup .chicksign .che-box input[type="radio"] + .label-text:before, .contact .signupfilde .formsignup .chicksign .che-box input[type="radio"] + .label-text:before {
            content: "\f111";
            color: #6e5f57;
            font-weight: 900;
            font-style: initial; }
          .signup .signupfilde .formsignup .chicksign .che-box input[type="checkbox"]:checked + .label-text:before, .contact .signupfilde .formsignup .chicksign .che-box input[type="checkbox"]:checked + .label-text:before {
            content: "\f14a";
            color: #7dc8c8;
            animation: effect 250ms ease-in; }
          .signup .signupfilde .formsignup .chicksign .che-box input[type="radio"]:checked + .label-text:before, .contact .signupfilde .formsignup .chicksign .che-box input[type="radio"]:checked + .label-text:before {
            color: #fff;
            animation: effect 250ms ease-in; }
@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
          .signup .signupfilde .formsignup .chicksign .che-box .label-text, .contact .signupfilde .formsignup .chicksign .che-box .label-text {
            font-size: 13px; }
            .signup .signupfilde .formsignup .chicksign .che-box .label-text a, .contact .signupfilde .formsignup .chicksign .che-box .label-text a {
              color: #7dc8c8;
              text-decoration: underline; }
              .signup .signupfilde .formsignup .chicksign .che-box .label-text a:hover, .contact .signupfilde .formsignup .chicksign .che-box .label-text a:hover {
                text-decoration: none; }
          .signup .signupfilde .formsignup .chicksign .che-box input[type="checkbox"] + .label-text:before, .contact .signupfilde .formsignup .chicksign .che-box input[type="checkbox"] + .label-text:before {
            font-size: 17px; }
      .signup .signupfilde .formsignup .bottom, .contact .signupfilde .formsignup .bottom {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        width: 300px;
        font-size: 22px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box;
        padding: 15px 30px;
        margin-top: 30px; }
        .signup .signupfilde .formsignup .bottom:before, .contact .signupfilde .formsignup .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .signup .signupfilde .formsignup .bottom:hover:before, .contact .signupfilde .formsignup .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        @media (max-width: 767px) {
          .signup .signupfilde .formsignup .bottom, .contact .signupfilde .formsignup .bottom {
            margin-top: 10px; } }
        @media (max-width: 450px) {
          .signup .signupfilde .formsignup .bottom, .contact .signupfilde .formsignup .bottom {
            width: 100%; } }

.forget {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7dc8c8;
  padding: 150px 0px;
  text-align: center; }
  .forget .titlebold {
    font-size: 40px;
    color: #6e5f57;
    color: #fff; }
    .forget .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .forget .titlebold {
        font-size: 30px; } }
  .forget p {
    margin-top: 15px;
    color: #fff; }
  .forget .inputpass {
    width: 100%;
    margin: 15px 0px; }
    .forget .inputpass .form-control {
      height: 55px;
      display: inline-block;
      width: 600px;
      text-align: center; }
      @media (max-width: 667px) {
        .forget .inputpass .form-control {
          width: 100%; } }
  .forget .bottom {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #6e5f57;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .forget .bottom:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #7dc8c8;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .forget .bottom:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .forget .bottom:before {
      background: #fff; }
    .forget .bottom:hover {
      color: #6e5f57; }

.profile {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 30px 0px 0px 0px; }
  .profile .dataprofile {
    float: left;
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #e0dddc; }
    @media (max-width: 991px) {
      .profile .dataprofile {
        padding: 15px; } }
    .profile .dataprofile .dataimg {
      float: left;
      width: 160px; }
      @media (max-width: 767px) {
        .profile .dataprofile .dataimg {
          float: none;
          margin: 0px auto; } }
      @media (max-width: 400px) {
        .profile .dataprofile .dataimg {
          width: 100%; } }
      .profile .dataprofile .dataimg .photo {
        float: left;
        width: 100%;
        height: 160px;
        overflow: hidden;
        background: #7dc8c8;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box; }
        .profile .dataprofile .dataimg .photo img {
          width: 100%;
          min-height: 100%; }
      .profile .dataprofile .dataimg .social {
        float: left;
        width: 100%;
        margin-top: 15px;
        text-align: center; }
        .profile .dataprofile .dataimg .social a {
          float: left;
          width: 46px;
          height: 46px;
          text-align: center;
          padding: 13px 0px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          color: #fff;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box; }
          .profile .dataprofile .dataimg .social a.icon-facebook {
            background-color: #3b5998; }
            .profile .dataprofile .dataimg .social a.icon-facebook:hover {
              background-color: #fff;
              color: #3b5998;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .dataimg .social a.icon-twitter {
            background-color: #00acee; }
            .profile .dataprofile .dataimg .social a.icon-twitter:hover {
              background-color: #fff;
              color: #00acee;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .dataimg .social a.icon-instagram {
            background-color: #ff3996; }
            .profile .dataprofile .dataimg .social a.icon-instagram:hover {
              background-color: #fff;
              color: #ff3996;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .dataimg .social a.icon-youtube {
            background-color: #c4302b; }
            .profile .dataprofile .dataimg .social a.icon-youtube:hover {
              background-color: #fff;
              color: #c4302b;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .dataimg .social a.icon-rss {
            background-color: #ee802f; }
            .profile .dataprofile .dataimg .social a.icon-rss:hover {
              background-color: #fff;
              color: #ee802f;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .dataimg .social a.icon-linkedin {
            background-color: #007fb1; }
            .profile .dataprofile .dataimg .social a.icon-linkedin:hover {
              background-color: #fff;
              color: #007fb1;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .dataimg .social a.icon-gplus {
            background-color: #dd4b39; }
            .profile .dataprofile .dataimg .social a.icon-gplus:hover {
              background-color: #fff;
              color: #dd4b39;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .dataimg .social a.icon-whatsapp {
            background-color: #189d0e; }
            .profile .dataprofile .dataimg .social a.icon-whatsapp:hover {
              background-color: #fff;
              color: #189d0e;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
        .profile .dataprofile .dataimg .social a {
          float: none;
          width: 25px;
          height: 25px;
          margin-left: 2px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          padding: 7px 0px;
          font-size: 12px; }
    .profile .dataprofile .dat-user {
      padding-left: 180px; }
      @media (max-width: 767px) {
        .profile .dataprofile .dat-user {
          float: left;
          padding-left: 0px;
          width: 100%;
          margin-top: 15px; } }
      .profile .dataprofile .dat-user .nameuser {
        font: 20px "opensans-bold";
        color: #6e5f57; }
      .profile .dataprofile .dat-user .ab-text {
        display: inline-block;
        font-family: "opensans-bold";
        color: #6e5f57;
        margin: 5px 0px; }
      .profile .dataprofile .dat-user .text {
        height: 50px;
        width: 100%;
        overflow: hidden; }
        @media (max-width: 991px) {
          .profile .dataprofile .dat-user .text {
            height: auto; } }
      .profile .dataprofile .dat-user .datatype {
        border-top: 1px solid #e0dddc;
        margin-top: 15px; }
        .profile .dataprofile .dat-user .datatype .childbox {
          margin-top: 15px; }
          @media (max-width: 550px) {
            .profile .dataprofile .dat-user .datatype .childbox {
              margin-top: 0px; }
              .profile .dataprofile .dat-user .datatype .childbox:last-child {
                margin-top: 15px; } }
          @media (max-width: 991px) {
            .profile .dataprofile .dat-user .datatype .childbox {
              max-width: 50%;
              flex: 50%; } }
          @media (max-width: 550px) {
            .profile .dataprofile .dat-user .datatype .childbox {
              max-width: 100%;
              flex: 100%; } }
          .profile .dataprofile .dat-user .datatype .childbox .rowdata {
            float: left;
            width: 100%;
            margin-top: 2px; }
            .profile .dataprofile .dat-user .datatype .childbox .rowdata p {
              float: left;
              width: 120px;
              color: #6e5f57;
              font-family: "opensans-bold"; }
              @media (max-width: 550px) {
                .profile .dataprofile .dat-user .datatype .childbox .rowdata p {
                  width: 100%; } }
            .profile .dataprofile .dat-user .datatype .childbox .rowdata span {
              float: left; }
          .profile .dataprofile .dat-user .datatype .childbox .edit {
            display: inline-block;
            position: relative;
            padding: 10px 30px;
            -webkit-border-radius: 60px;
            border-radius: 60px;
            background-clip: padding-box;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            overflow: hidden;
            color: #fff;
            outline: none;
            outline-style: none;
            border: 0px;
            background: #6e5f57;
            text-align: center;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            cursor: pointer;
            padding: 4px 20px; }
            .profile .dataprofile .dat-user .datatype .childbox .edit:before {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: -1;
              background: #7dc8c8;
              -webkit-border-radius: 100%;
              border-radius: 100%;
              background-clip: padding-box;
              -webkit-transform: scale(0);
              -moz-transform: scale(0);
              -ms-transform: scale(0);
              -o-transform: scale(0);
              transform: scale(0);
              -moz-transition: all 0.6s ease-in-out 0s;
              -o-transition: all 0.6s ease-in-out 0s;
              -webkit-transition: all 0.6s ease-in-out 0s;
              transition: all 0.6s ease-in-out 0s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
            .profile .dataprofile .dat-user .datatype .childbox .edit:hover:before {
              -webkit-transform: scale(2);
              -moz-transform: scale(2);
              -ms-transform: scale(2);
              -o-transform: scale(2);
              transform: scale(2); }
          .profile .dataprofile .dat-user .datatype .childbox .view {
            display: inline-block;
            width: 100%;
            text-decoration: underline;
            color: #6e5f57;
            font: 12px "opensans-bold";
            font-style: italic; }
            .profile .dataprofile .dat-user .datatype .childbox .view:hover {
              text-decoration: none; }
    .profile .dataprofile .text-user {
      float: left;
      margin-top: 15px; }
      .profile .dataprofile .text-user .rating {
        float: left;
        width: 270px;
        padding: 5px;
        text-align: center;
        margin-top: 15px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        border: 1px solid #e0dddc;
        line-height: 22px; }
        @media (max-width: 991px) {
          .profile .dataprofile .text-user .rating {
            width: 50%; } }
        @media (max-width: 767px) {
          .profile .dataprofile .text-user .rating {
            width: 100%; } }
        .profile .dataprofile .text-user .rating .request {
          float: left;
          width: 50%;
          border-right: 1px solid #e0dddc; }
          .profile .dataprofile .text-user .rating .request:last-child {
            border: 0px; }
          .profile .dataprofile .text-user .rating .request p {
            color: #222;
            font-size: 13px;
            line-height: 25px; }
          .profile .dataprofile .text-user .rating .request span {
            font: 16px "opensans-bold";
            color: #6e5f57; }
          .profile .dataprofile .text-user .rating .request .ta-star i {
            color: #e0dddc;
            font-size: 13px;
            margin: 0px 1px; }
            .profile .dataprofile .text-user .rating .request .ta-star i.active {
              color: #fece60; }
      .profile .dataprofile .text-user .progrs {
        float: left;
        width: 270px;
        margin: 15px 0px 0px 15px; }
        @media (max-width: 991px) {
          .profile .dataprofile .text-user .progrs {
            width: 50%;
            margin-left: 0px;
            padding-left: 15px; } }
        @media (max-width: 767px) {
          .profile .dataprofile .text-user .progrs {
            width: 100%;
            padding-left: 0px; } }
        .profile .dataprofile .text-user .progrs p {
          line-height: 15px;
          color: #222; }
        .profile .dataprofile .text-user .progrs .progress {
          margin-top: 8px;
          height: 15px;
          overflow: inherit;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-clip: padding-box;
          background: none;
          border: 1px solid #e0dddc; }
          .profile .dataprofile .text-user .progrs .progress .progress-bar {
            display: block;
            -webkit-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
            background-clip: padding-box;
            background: #6e5f57; }
            .profile .dataprofile .text-user .progrs .progress .progress-bar span.sr-only {
              position: relative;
              margin: 15px 19px 0px 0px;
              height: auto;
              overflow: inherit;
              float: right;
              font: 13px "opensans-bold";
              font-style: italic;
              color: #6e5f57; }
            .profile .dataprofile .text-user .progrs .progress .progress-bar .add-adrs {
              float: left;
              text-decoration: underline;
              color: #6e5f57;
              font: 12px "opensans-bold";
              margin-top: 15px;
              font-style: italic; }
              .profile .dataprofile .text-user .progrs .progress .progress-bar .add-adrs:hover {
                text-decoration: none; }
      .profile .dataprofile .text-user .social {
        float: left;
        float: right;
        margin-top: 30px; }
        .profile .dataprofile .text-user .social a {
          float: left;
          width: 46px;
          height: 46px;
          text-align: center;
          padding: 13px 0px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          color: #fff;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box; }
          .profile .dataprofile .text-user .social a.icon-facebook {
            background-color: #3b5998; }
            .profile .dataprofile .text-user .social a.icon-facebook:hover {
              background-color: #fff;
              color: #3b5998;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .text-user .social a.icon-twitter {
            background-color: #00acee; }
            .profile .dataprofile .text-user .social a.icon-twitter:hover {
              background-color: #fff;
              color: #00acee;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .text-user .social a.icon-instagram {
            background-color: #ff3996; }
            .profile .dataprofile .text-user .social a.icon-instagram:hover {
              background-color: #fff;
              color: #ff3996;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .text-user .social a.icon-youtube {
            background-color: #c4302b; }
            .profile .dataprofile .text-user .social a.icon-youtube:hover {
              background-color: #fff;
              color: #c4302b;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .text-user .social a.icon-rss {
            background-color: #ee802f; }
            .profile .dataprofile .text-user .social a.icon-rss:hover {
              background-color: #fff;
              color: #ee802f;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .text-user .social a.icon-linkedin {
            background-color: #007fb1; }
            .profile .dataprofile .text-user .social a.icon-linkedin:hover {
              background-color: #fff;
              color: #007fb1;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .text-user .social a.icon-gplus {
            background-color: #dd4b39; }
            .profile .dataprofile .text-user .social a.icon-gplus:hover {
              background-color: #fff;
              color: #dd4b39;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
          .profile .dataprofile .text-user .social a.icon-whatsapp {
            background-color: #189d0e; }
            .profile .dataprofile .text-user .social a.icon-whatsapp:hover {
              background-color: #fff;
              color: #189d0e;
              -webkit-box-shadow: 0px 1px 1px #b3b3b3;
              -moz-box-shadow: 0px 1px 1px #b3b3b3;
              -o-box-shadow: 0px 1px 1px #b3b3b3;
              -ms-box-shadow: 0px 1px 1px #b3b3b3;
              box-shadow: 0px 1px 1px #b3b3b3; }
        @media (max-width: 991px) {
          .profile .dataprofile .text-user .social {
            float: left;
            width: 100%;
            margin-top: 15px; } }
        @media (max-width: 767px) {
          .profile .dataprofile .text-user .social {
            margin-top: 30px; } }
        .profile .dataprofile .text-user .social a {
          width: 25px;
          height: 25px;
          margin-left: 2px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          padding: 7px 0px;
          font-size: 12px; }
  .profile .datavalue {
    float: left;
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #e0dddc; }
    @media (max-width: 991px) {
      .profile .datavalue {
        padding: 15px; } }
    .profile .datavalue .required {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
      @media (max-width: 550px) {
        .profile .datavalue .required {
          margin-bottom: 0px; } }
      .profile .datavalue .required p {
        float: left;
        width: 260px;
        font-family: "opensans-bold";
        color: #6e5f57; }
        @media (max-width: 550px) {
          .profile .datavalue .required p {
            width: 100%;
            margin-bottom: 5px; } }
      .profile .datavalue .required span {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        padding: 0px 20px;
        background: #7dc8c8;
        color: #6e5f57;
        font-family: "opensans-bold"; }
        .profile .datavalue .required span:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .profile .datavalue .required span:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
    .profile .datavalue .swapwith {
      float: left;
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #e0dddc;
      padding-top: 30px; }
      @media (max-width: 991px) {
        .profile .datavalue .swapwith {
          padding-top: 15px; } }
      .profile .datavalue .swapwith p {
        float: left;
        font-family: "opensans-bold";
        color: #6e5f57; }
        @media (max-width: 550px) {
          .profile .datavalue .swapwith p {
            width: 100%;
            margin-bottom: 5px; } }
      .profile .datavalue .swapwith span {
        padding: 0px 20px;
        border: 1px solid #e0dddc;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        padding: 5px 30px;
        margin-left: 30px; }
        @media (max-width: 991px) {
          .profile .datavalue .swapwith span {
            margin-left: 15px;
            padding: 5px 15px; } }
        @media (max-width: 550px) {
          .profile .datavalue .swapwith span {
            margin-left: 0px;
            margin-right: 10px; }
            .profile .datavalue .swapwith span:last-child {
              margin-right: 0px; } }
        .profile .datavalue .swapwith span.active {
          background: #7dc8c8;
          color: #6e5f57;
          font-family: "opensans-bold";
          border-top: 1px solid #7dc8c8; }
  .profile .teachingvideo {
    float: left;
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #e0dddc; }
    @media (max-width: 991px) {
      .profile .teachingvideo {
        padding: 15px; } }
    .profile .teachingvideo .titlebold {
      font-size: 40px;
      color: #6e5f57;
      font-size: 20px; }
      .profile .teachingvideo .titlebold span {
        font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .profile .teachingvideo .titlebold {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .profile .teachingvideo .titlebold {
          font-size: 20px; } }
    .profile .teachingvideo .iframe {
      margin-top: 30px;
      background: #222;
      height: 360px; }
      @media (max-width: 991px) {
        .profile .teachingvideo .iframe {
          margin-top: 15px; } }
      .profile .teachingvideo .iframe iframe {
        width: 100%;
        height: 360px; }
  .profile .dasired {
    float: left;
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #e0dddc; }
    @media (max-width: 991px) {
      .profile .dasired {
        padding: 15px; } }
    .profile .dasired .titlebold {
      font-size: 40px;
      color: #6e5f57;
      font-size: 20px; }
      .profile .dasired .titlebold span {
        font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .profile .dasired .titlebold {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .profile .dasired .titlebold {
          font-size: 20px; } }
    @media (max-width: 767px) {
      .profile .dasired .datext {
        max-width: 100%;
        flex: 100%; } }
    .profile .dasired .datext .textdetals {
      float: left;
      width: 100%;
      margin-top: 10px;
      font-style: italic;
      font-weight: bold;
      font-size: 13px;
      padding-left: 10px;
      color: #6e5f57; }
      .profile .dasired .datext .textdetals span {
        float: left;
        width: 14px;
        height: 14px;
        margin: 7px 10px 0px 0px;
        background: #7dc8c8;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
    .profile .dasired .border-bot {
      width: 100%;
      margin-top: 10px;
      border-bottom: 1px solid #e0dddc;
      padding-bottom: 10px; }
      .profile .dasired .border-bot:last-child {
        border-bottom: 0px;
        padding-bottom: 0px; }
      .profile .dasired .border-bot h3 {
        width: 100%;
        color: #6e5f57;
        font-size: 15px; }
    .profile .dasired .type-pro {
      margin: 0px;
      margin-bottom: 15px; }
      .profile .dasired .type-pro:last-child {
        margin-bottom: 0px; }
      .profile .dasired .type-pro h3 {
        margin: 0px;
        font-family: "opensans-bold"; }
  .profile .lastname {
    float: left;
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #e0dddc; }
    @media (max-width: 991px) {
      .profile .lastname {
        padding: 15px; } }
    .profile .lastname .titlebold {
      font-size: 40px;
      color: #6e5f57;
      font-size: 20px; }
      .profile .lastname .titlebold span {
        font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .profile .lastname .titlebold {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .profile .lastname .titlebold {
          font-size: 20px; } }
    .profile .lastname .ratingbox {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e0dddc;
      margin-top: 30px;
      padding-bottom: 30px; }
      @media (max-width: 991px) {
        .profile .lastname .ratingbox {
          margin-top: 15px;
          padding-bottom: 15px; } }
      .profile .lastname .ratingbox:last-child {
        border-bottom: 0px;
        padding-bottom: 0px; }
      .profile .lastname .ratingbox img {
        float: left;
        width: 140px;
        height: 140px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box; }
        @media (max-width: 767px) {
          .profile .lastname .ratingbox img {
            width: 100%;
            height: auto; } }
      .profile .lastname .ratingbox .ratingtext {
        padding-left: 155px; }
        @media (max-width: 767px) {
          .profile .lastname .ratingbox .ratingtext {
            float: left;
            width: 100%;
            padding-left: 0px;
            margin-top: 15px; } }
        .profile .lastname .ratingbox .ratingtext .title-rat {
          font: 20px "opensans-bold"; }
          .profile .lastname .ratingbox .ratingtext .title-rat span {
            font-size: 11px;
            -webkit-border-radius: 60px;
            border-radius: 60px;
            background-clip: padding-box;
            background: #7dc8c8;
            color: #6e5f57;
            padding: 3px 15px;
            margin-left: 15px;
            text-align: center; }
            @media (max-width: 767px) {
              .profile .lastname .ratingbox .ratingtext .title-rat span {
                display: block;
                max-width: 170px;
                margin: 5px 0px 0px 0px; } }
        .profile .lastname .ratingbox .ratingtext p {
          float: left;
          width: 100%;
          margin-top: 10px;
          line-height: 25px; }
  .profile .certificate {
    float: left;
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #e0dddc; }
    @media (max-width: 991px) {
      .profile .certificate {
        padding: 15px; } }
    .profile .certificate .titlebold {
      font-size: 40px;
      color: #6e5f57;
      font-size: 20px; }
      .profile .certificate .titlebold span {
        font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .profile .certificate .titlebold {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .profile .certificate .titlebold {
          font-size: 20px; } }
    @media (max-width: 991px) {
      .profile .certificate .cert-box {
        max-width: 100%;
        flex: 100%; } }
    .profile .certificate .cert-box h3 {
      color: #6e5f57;
      font-size: 17px;
      font-family: "opensans-bold";
      margin-top: 10px; }
    .profile .certificate .cert-box .slidimg {
      margin-top: 10px; }
      @media (max-width: 767px) {
        .profile .certificate .cert-box .slidimg {
          width: 33.333%; } }
      .profile .certificate .cert-box .slidimg .d-block {
        height: 100px; }
        @media (max-width: 991px) {
          .profile .certificate .cert-box .slidimg .d-block {
            height: auto; } }
    .profile .certificate .cert-box .last-det li {
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      padding: 5px 15px;
      color: #6e5f57;
      font-style: italic;
      font-family: "opensans-bold";
      margin-top: 15px;
      border: 1px solid #e0dddc; }
  .profile .recomen {
    margin-bottom: 30px; }

/***********************************************************************
**********************************************************************/
.viewbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000; }
  .viewbox-container .viewbox-body {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 1px #292828;
    -moz-box-shadow: 0px 1px 1px #292828;
    -o-box-shadow: 0px 1px 1px #292828;
    -ms-box-shadow: 0px 1px 1px #292828;
    box-shadow: 0px 1px 1px #292828;
    overflow: auto; }
    .viewbox-container .viewbox-body .viewbox-header, .viewbox-container .viewbox-body .viewbox-footer {
      margin: 10px; }
    .viewbox-container .viewbox-body .viewbox-content {
      margin: 10px;
      width: 300px;
      height: 300px; }
      .viewbox-container .viewbox-body .viewbox-content .viewbox-image {
        width: 100%;
        height: 100%; }

.viewbox-button-default {
  cursor: pointer;
  height: 64px;
  width: 64px;
  fill: #999; }
  .viewbox-button-default svg {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0px); }
  .viewbox-button-default:hover {
    fill: #fff; }

.viewbox-button-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9; }
  @media (max-width: 480px) {
    .viewbox-button-close {
      top: 0px;
      right: 0px; } }

.viewbox-button-full-screen {
  position: absolute;
  top: 84px;
  right: 10px;
  z-index: 9; }

.viewbox-button-next,
.viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 100px;
  width: 100px;
  margin: -64px 0 0;
  z-index: 9; }
  @media (max-width: 480px) {
    .viewbox-button-next,
    .viewbox-button-prev {
      height: 81px;
      width: 81px;
      margin-top: -40px; } }

.viewbox-button-next {
  right: 0px; }
  @media (max-width: 480px) {
    .viewbox-button-next {
      right: -15px; } }

.viewbox-button-prev {
  left: 0px; }
  @media (max-width: 480px) {
    .viewbox-button-prev {
      left: -15px; } }

.viewbox-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  widows: 100%;
  margin: -25px 0 0 -25px; }
  .viewbox-container .loader .spinner {
    width: 30px;
    height: 50px;
    position: relative;
    margin: 0px auto; }
  .viewbox-container .loader .double-bounce1,
  .viewbox-container .loader .double-bounce2 {
    position: absolute;
    top: 0;
    left: 50;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #6e5f57;
    opacity: 0.6;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  .viewbox-container .loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.memberships {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #7dc8c8;
  padding: 100px 0px;
  text-align: center; }
  .memberships .titlebold {
    font-size: 40px;
    color: #6e5f57;
    color: #fff; }
    .memberships .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .memberships .titlebold {
        font-size: 30px; } }

.member {
  padding: 0px 100px;
  margin: 60px 0px;
  text-align: center; }
  @media (max-width: 1200px) {
    .member {
      padding: 0px 50px; } }
  @media (max-width: 991px) {
    .member {
      padding: 0px 15px; } }
  @media (max-width: 767px) {
    .member {
      max-width: 100%;
      flex: 100%;
      margin: 15px 0px; }
      .member:last-child {
        margin-top: 0px; } }
  .member .innermember {
    background: #fff;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 1px 1px #d6d4d4;
    -moz-box-shadow: 0px 1px 1px #d6d4d4;
    -o-box-shadow: 0px 1px 1px #d6d4d4;
    -ms-box-shadow: 0px 1px 1px #d6d4d4;
    box-shadow: 0px 1px 1px #d6d4d4; }
    .member .innermember .headtitle {
      background: #7dc8c8;
      padding: 30px; }
      .member .innermember .headtitle h2 {
        font: 40px "opensans-bold";
        color: #fff; }
      .member .innermember .headtitle h3 {
        font-size: 30px;
        color: #fff; }
        .member .innermember .headtitle h3 span {
          font-size: 15px; }
    .member .innermember .lastmember {
      padding: 30px;
      text-align: left; }
      @media (max-width: 767px) {
        .member .innermember .lastmember {
          padding: 20px; } }
      .member .innermember .lastmember li {
        font: 16px "opensans-bold";
        color: #222;
        margin-bottom: 15px; }
        .member .innermember .lastmember li i {
          font-size: 20px;
          color: #a7e17a; }
    .member .innermember .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box; }
      .member .innermember .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .member .innermember .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
    .member .innermember .colorbrwn {
      background: #6e5f57; }

.dashboard, .inbox {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .dashboard, .inbox {
      padding: 15px 0px; } }
  .dashboard .dashdetals, .inbox .dashdetals, .inbox .inboxdetals {
    float: left;
    background: #fff;
    border: 1px solid #efddb9;
    padding: 30px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .dashboard .dashdetals, .inbox .dashdetals, .inbox .inboxdetals {
        padding: 15px; } }
    .dashboard .dashdetals .imguser, .inbox .dashdetals .imguser, .inbox .inboxdetals .imguser {
      display: flex;
      align-items: center;
      justify-content: center;
      float: left;
      width: 240px;
      height: 230px;
      background: #7dc8c8;
      position: relative;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      overflow: hidden; }
      @media (max-width: 991px) {
        .dashboard .dashdetals .imguser, .inbox .dashdetals .imguser, .inbox .inboxdetals .imguser {
          width: 80px;
          height: 80px; } }
      @media (max-width: 450px) {
        .dashboard .dashdetals .imguser, .inbox .dashdetals .imguser, .inbox .inboxdetals .imguser {
          width: 100%;
          height: auto;
          padding-top: 80%; } }
      .dashboard .dashdetals .imguser img, .inbox .dashdetals .imguser img, .inbox .inboxdetals .imguser img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100%; }
    .dashboard .dashdetals .usertext, .inbox .dashdetals .usertext, .inbox .inboxdetals .usertext {
      padding-left: 265px; }
      @media (max-width: 991px) {
        .dashboard .dashdetals .usertext, .inbox .dashdetals .usertext, .inbox .inboxdetals .usertext {
          padding-left: 100px; } }
      @media (max-width: 450px) {
        .dashboard .dashdetals .usertext, .inbox .dashdetals .usertext, .inbox .inboxdetals .usertext {
          float: left;
          width: 100%;
          padding: 0px;
          margin-top: 15px; } }
      .dashboard .dashdetals .usertext h3, .inbox .dashdetals .usertext h3, .inbox .inboxdetals .usertext h3 {
        width: 100%;
        color: #6e5f57;
        padding-right: 255px;
        font-size: 20px;
        font-family: "opensans-bold"; }
        @media (max-width: 767px) {
          .dashboard .dashdetals .usertext h3, .inbox .dashdetals .usertext h3, .inbox .inboxdetals .usertext h3 {
            padding-right: 0px; } }
      .dashboard .dashdetals .usertext .costarica, .inbox .dashdetals .usertext .costarica, .inbox .inboxdetals .usertext .costarica {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        padding: 1px 15px;
        background: #7dc8c8;
        color: #6e5f57;
        font-family: "opensans-bold";
        margin-top: 15px; }
        .dashboard .dashdetals .usertext .costarica:before, .inbox .dashdetals .usertext .costarica:before, .inbox .inboxdetals .usertext .costarica:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .dashboard .dashdetals .usertext .costarica:hover:before, .inbox .dashdetals .usertext .costarica:hover:before, .inbox .inboxdetals .usertext .costarica:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .dashboard .dashdetals .usertext .costarica:before, .inbox .dashdetals .usertext .costarica:before, .inbox .inboxdetals .usertext .costarica:before {
          background: #6e5f57; }
        .dashboard .dashdetals .usertext .costarica:hover, .inbox .dashdetals .usertext .costarica:hover, .inbox .inboxdetals .usertext .costarica:hover {
          color: #fff; }
      .dashboard .dashdetals .usertext p, .inbox .dashdetals .usertext p, .inbox .inboxdetals .usertext p {
        width: 100%;
        color: #222; }
        @media (max-width: 767px) {
          .dashboard .dashdetals .usertext p, .inbox .dashdetals .usertext p, .inbox .inboxdetals .usertext p {
            display: none; } }
      .dashboard .dashdetals .usertext .textany, .inbox .dashdetals .usertext .textany, .inbox .inboxdetals .usertext .textany {
        margin-top: 15px; }
        .dashboard .dashdetals .usertext .textany .available, .inbox .dashdetals .usertext .textany .available, .inbox .inboxdetals .usertext .textany .available {
          float: left;
          margin-right: 15px;
          color: #222; }
        .dashboard .dashdetals .usertext .textany .typetext, .inbox .dashdetals .usertext .textany .typetext, .inbox .inboxdetals .usertext .textany .typetext {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #6e5f57;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          float: left;
          padding: 1px 15px;
          background: #7dc8c8;
          cursor: inherit;
          color: #6e5f57; }
          .dashboard .dashdetals .usertext .textany .typetext:before, .inbox .dashdetals .usertext .textany .typetext:before, .inbox .inboxdetals .usertext .textany .typetext:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #7dc8c8;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .dashboard .dashdetals .usertext .textany .typetext:hover:before, .inbox .dashdetals .usertext .textany .typetext:hover:before, .inbox .inboxdetals .usertext .textany .typetext:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
        .dashboard .dashdetals .usertext .textany .verified, .inbox .dashdetals .usertext .textany .verified, .inbox .inboxdetals .usertext .textany .verified {
          float: left;
          margin-left: 120px;
          color: #7dc8c8; }
          @media (max-width: 991px) {
            .dashboard .dashdetals .usertext .textany .verified, .inbox .dashdetals .usertext .textany .verified, .inbox .inboxdetals .usertext .textany .verified {
              margin-left: 15px; } }
          .dashboard .dashdetals .usertext .textany .verified img, .inbox .dashdetals .usertext .textany .verified img, .inbox .inboxdetals .usertext .textany .verified img {
            width: 22px;
            height: 22px; }
    .dashboard .dashdetals .botright, .inbox .dashdetals .botright, .inbox .inboxdetals .botright {
      position: absolute;
      top: 30px;
      right: 30px; }
      @media (max-width: 767px) {
        .dashboard .dashdetals .botright, .inbox .dashdetals .botright, .inbox .inboxdetals .botright {
          position: relative;
          top: auto;
          right: auto;
          float: left;
          width: 100%;
          margin-top: 15px; } }
      .dashboard .dashdetals .botright .bottom, .inbox .dashdetals .botright .bottom, .inbox .inboxdetals .botright .bottom {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        padding: 1px 15px;
        font-family: "opensans-bold"; }
        .dashboard .dashdetals .botright .bottom:before, .inbox .dashdetals .botright .bottom:before, .inbox .inboxdetals .botright .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .dashboard .dashdetals .botright .bottom:hover:before, .inbox .dashdetals .botright .bottom:hover:before, .inbox .inboxdetals .botright .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .dashboard .dashdetals .botright .bottom:first-child, .inbox .dashdetals .botright .bottom:first-child, .inbox .inboxdetals .botright .bottom:first-child {
          background: #7dc8c8;
          color: #6e5f57;
          margin-right: 15px; }
          .dashboard .dashdetals .botright .bottom:first-child:before, .inbox .dashdetals .botright .bottom:first-child:before, .inbox .inboxdetals .botright .bottom:first-child:before {
            background: #6e5f57; }
          .dashboard .dashdetals .botright .bottom:first-child:hover, .inbox .dashdetals .botright .bottom:first-child:hover, .inbox .inboxdetals .botright .bottom:first-child:hover {
            color: #fff; }
    @media (max-width: 991px) {
      .dashboard .dashdetals, .inbox .dashdetals, .inbox .inboxdetals {
        padding: 15px; } }
    .dashboard .dashdetals .titlebold, .inbox .dashdetals .titlebold, .inbox .inboxdetals .titlebold {
      font-size: 40px;
      color: #6e5f57;
      font-size: 30px; }
      .dashboard .dashdetals .titlebold span, .inbox .dashdetals .titlebold span, .inbox .inboxdetals .titlebold span {
        font-family: "opensans-bold"; }
      @media (max-width: 767px) {
        .dashboard .dashdetals .titlebold, .inbox .dashdetals .titlebold, .inbox .inboxdetals .titlebold {
          font-size: 30px; } }
      @media (max-width: 991px) {
        .dashboard .dashdetals .titlebold, .inbox .dashdetals .titlebold, .inbox .inboxdetals .titlebold {
          font-size: 25px; } }

.step-app {
  padding: 0px 15px; }
  .step-app .step-steps {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    background: #7dc8c8;
    margin-top: 30px;
    padding: 5px 0px; }
    @media (max-width: 991px) {
      .step-app .step-steps {
        padding: 0px;
        margin-top: 15px; } }
    .step-app .step-steps li {
      border-right: 1px solid #78b9b9;
      text-align: center;
      height: 45px;
      overflow: hidden;
      padding: 0px 5px; }
      .step-app .step-steps li:last-child {
        border: 0px; }
      @media (max-width: 991px) {
        .step-app .step-steps li {
          max-width: 33.333%;
          flex: 33.333%;
          padding: 5px;
          height: 50px; }
          .step-app .step-steps li:nth-last-child(1), .step-app .step-steps li:nth-last-child(2) {
            border-top: 1px solid #78b9b9;
            max-width: 50%;
            flex: 50%; }
          .step-app .step-steps li:nth-last-child(3) {
            border-right: 0px; } }
      @media (max-width: 450px) {
        .step-app .step-steps li {
          max-width: 50%;
          flex: 50%; }
          .step-app .step-steps li:nth-last-child(1) {
            max-width: 100%;
            flex: 100%; }
          .step-app .step-steps li:nth-last-child(3) {
            border-right: 1px solid #78b9b9;
            border-top: 1px solid #78b9b9; }
          .step-app .step-steps li:nth-last-child(2), .step-app .step-steps li:nth-last-child(4) {
            border-right: 0px; } }
      .step-app .step-steps li a {
        display: block;
        padding: 10px;
        height: 100%;
        color: #6e5f57;
        font-style: italic;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .step-app .step-steps li a:hover {
          background-color: #72b7b7; }
        @media (max-width: 991px) {
          .step-app .step-steps li a {
            padding: 7px 5px; } }
    .step-app .step-steps li.active a {
      background-color: #fff4de;
      font-family: "opensans-bold";
      font-style: normal; }
    .step-app .step-steps li.done a {
      background-color: #72b7b7; }
    .step-app .step-steps li.error a {
      background-color: red; }

.step-tab-panel {
  display: none; }

.step-tab-panel.active {
  display: block; }

.step-footer {
  position: relative;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .step-footer {
      margin-top: 15px; } }
  .step-footer .step-btn {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #6e5f57;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    border: 1px solid #e0dddc;
    width: 120px;
    color: #6e5f57;
    font-family: "opensans-bold";
    background: #fff;
    padding: 5px 15px; }
    .step-footer .step-btn:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #7dc8c8;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .step-footer .step-btn:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .step-footer .step-btn:hover {
      border: 1px solid #7dc8c8;
      color: #fff; }
    .step-footer .step-btn i {
      font-size: 12px; }
    @media (max-width: 450px) {
      .step-footer .step-btn span {
        display: none; } }
  .step-footer .next {
    float: right; }
    @media (max-width: 450px) {
      .step-footer .next {
        width: 40px !important; } }
  .step-footer .previous {
    float: left; }
    @media (max-width: 450px) {
      .step-footer .previous {
        width: 40px !important; } }
  .step-footer .apply {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #6e5f57;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 5px 15px;
    width: 120px;
    color: #6e5f57;
    font-family: "opensans-bold";
    background: #7dc8c8;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0px auto; }
    .step-footer .apply:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #7dc8c8;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .step-footer .apply:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .step-footer .apply:before {
      background: #6e5f57; }
    .step-footer .apply:hover {
      color: #fff; }

label.error {
  color: #e7505a;
  margin-left: 10px;
  padding: 7px; }

input.error {
  border: 2px solid #e7505a; }

.step-content {
  margin: 0px -15px; }

.file-stab1 {
  border-bottom: 1px solid #e0dddc;
  padding-bottom: 15px;
  margin-top: 15px; }
  .file-stab1 h2 {
    font: 15px "opensans-bold";
    color: #6e5f57; }
  .file-stab1 .inpusrach {
    margin-top: 15px; }
    @media (max-width: 991px) {
      .file-stab1 .inpusrach {
        max-width: 100%;
        flex: 100%; } }
    .file-stab1 .inpusrach .form-control {
      height: 55px;
      height: 55px;
      padding: 10px; }
  .file-stab1 .inergender .titleform {
    font: 14px "opensans-bold";
    color: #6e5f57;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
    margin-top: 10px;
    position: relative; }
    .file-stab1 .inergender .titleform em {
      position: absolute;
      top: 0;
      right: -10px;
      color: red; }
  .file-stab1 .inergender .che-box {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
    width: 100%;
    margin: 0px;
    margin-top: 6px; }
    .file-stab1 .inergender .che-box input[type="checkbox"], .file-stab1 .inergender .che-box input[type="radio"] {
      position: absolute;
      right: 9000px; }
    .file-stab1 .inergender .che-box input[type="checkbox"] + .label-text:before, .file-stab1 .inergender .che-box input[type="radio"] + .label-text:before {
      content: "\f0c8";
      font-family: "Font Awesome 5 Free";
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-right: 5px;
      font-style: initial; }
    .file-stab1 .inergender .che-box input[type="radio"] + .label-text:before {
      content: "\f111";
      color: #6e5f57;
      font-weight: 900;
      font-style: initial; }
    .file-stab1 .inergender .che-box input[type="checkbox"]:checked + .label-text:before {
      content: "\f14a";
      color: #7dc8c8;
      animation: effect 250ms ease-in; }
    .file-stab1 .inergender .che-box input[type="radio"]:checked + .label-text:before {
      color: #fff;
      animation: effect 250ms ease-in; }
@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
    .file-stab1 .inergender .che-box input[type="radio"] + .label-text:before {
      font-weight: normal;
      font-size: 15px;
      font-style: normal; }
    .file-stab1 .inergender .che-box input[type="radio"]:checked + .label-text:before {
      color: #7dc8c8;
      font-weight: 900;
      content: "\f192"; }
    .file-stab1 .inergender .che-box .label-text {
      color: #6e5f57;
      font: 14px "opensans-bold";
      font-style: italic; }
      @media (max-width: 1199px) {
        .file-stab1 .inergender .che-box .label-text {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .file-stab1 .inergender .che-box .label-text {
          font-size: 12px; } }
  .file-stab1 .inergender .form-control {
    height: 36px;
    padding: 5px 10px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box; }
  .file-stab1 .posicon {
    position: relative; }
    @media (max-width: 991px) {
      .file-stab1 .posicon {
        max-width: 50%;
        flex: 50%;
        margin-bottom: 10px; }
        .file-stab1 .posicon:nth-last-child(1), .file-stab1 .posicon:nth-last-child(2) {
          margin: 0px; } }
    .file-stab1 .posicon .form-control {
      padding-left: 35px; }
    .file-stab1 .posicon i {
      position: absolute;
      top: 6px;
      left: 21px;
      color: #fff;
      width: 24px;
      height: 24px;
      padding: 6px 0px;
      font-size: 12px;
      text-align: center;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
    .file-stab1 .posicon i.icon-facebook {
      background: #3b5998 !important; }
    .file-stab1 .posicon i.icon-instagram {
      background: #ff3996 !important; }
    .file-stab1 .posicon i.icon-twitter {
      background: #00acee !important; }
    .file-stab1 .posicon i.icon-youtube {
      background: #c4302b !important; }
  @media (max-width: 991px) {
    .file-stab1 .textarea {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 15px; }
      .file-stab1 .textarea:last-child {
        margin: 0px; } }
  .file-stab1 .textarea .titleform {
    margin-top: 0px;
    margin-bottom: 10px; }
  .file-stab1 .textarea textarea.form-control {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    resize: none;
    height: 170px; }
  @media (max-width: 767px) {
    .file-stab1 .textarea .inergender {
      max-width: 100%;
      flex: 100%; } }
  @media (max-width: 767px) {
    .file-stab1 .textarea .phot {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 991px) {
    .file-stab1 .gend {
      max-width: 25%;
      flex: 25%; } }
  @media (max-width: 550px) {
    .file-stab1 .gend {
      max-width: 33.333%;
      flex: 33.333%; } }
  @media (max-width: 767px) {
    .file-stab1 .cant {
      max-width: 25%;
      flex: 25%; } }
  @media (max-width: 450px) {
    .file-stab1 .cant {
      max-width: 33.333%;
      flex: 33.333%; }
      .file-stab1 .cant:nth-last-child(4) {
        max-width: 100%;
        flex: 100%; }
        .file-stab1 .cant:nth-last-child(4) .titleform {
          margin: 0px;
          margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .file-stab1 .cantbox {
      margin: 0px;
      margin-bottom: 15px; }
      .file-stab1 .cantbox:last-child {
        margin: 0px; } }
  @media (max-width: 991px) {
    .file-stab1 .cantbox .inergender {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .file-stab1 .socialbox {
      max-width: 100%;
      flex: 100%; }
      .file-stab1 .socialbox .titleform {
        margin: 0px;
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .file-stab1 .socialfild {
      max-width: 100%;
      flex: 100%; } }
  .file-stab1 .teach {
    padding-left: 30px; }
    @media (max-width: 767px) {
      .file-stab1 .teach {
        max-width: 50%;
        flex: 50%;
        padding-left: 15px; } }
    .file-stab1 .teach .che-box .label-text {
      font-family: 'openSans-regular'; }
      @media (max-width: 767px) {
        .file-stab1 .teach .che-box .label-text {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .file-stab1 .pritme {
      max-width: 100%;
      flex: 100%; } }
  .file-stab1 .text {
    float: right;
    color: #222;
    font-style: italic;
    font-family: 'openSans-regular'; }
    @media (max-width: 550px) {
      .file-stab1 .text {
        display: block;
        float: none;
        margin-top: 10px; } }
  .file-stab1 .add, .file-stab1 .remtext {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #6e5f57;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    background: #7dc8c8;
    width: 100%;
    height: 55px;
    padding: 18px 5px;
    font: 16px "opensans-bold";
    color: #6e5f57;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .file-stab1 .add:before, .file-stab1 .remtext:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #7dc8c8;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .file-stab1 .add:hover:before, .file-stab1 .remtext:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .file-stab1 .add:before, .file-stab1 .remtext:before {
      background: #6e5f57; }
    .file-stab1 .add:hover, .file-stab1 .remtext:hover {
      color: #fff; }
  .file-stab1 .remtext {
    background: #cc0000;
    color: #fff; }
  .file-stab1 .optionBox {
    width: 100%; }
    .file-stab1 .optionBox .inpusrach {
      float: left; }
  @media (max-width: 991px) {
    .file-stab1 .witrspon {
      max-width: 60%;
      flex: 60%; } }
  @media (max-width: 991px) {
    .file-stab1 .witrspontow {
      max-width: 40%;
      flex: 40%; } }
  .file-stab1 .studio {
    margin-top: 20px; }
    @media (max-width: 991px) {
      .file-stab1 .studio {
        max-width: 25%;
        flex: 25%; } }
    @media (max-width: 500px) {
      .file-stab1 .studio {
        max-width: 50%;
        flex: 50%;
        margin-top: 15px; }
        .file-stab1 .studio .titleform, .file-stab1 .studio .che-box {
          margin: 0px; } }
  @media (max-width: 991px) {
    .file-stab1 .studioinp {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 500px) {
    .file-stab1 .studioinp {
      max-width: 100%;
      flex: 100%; } }
  .file-stab1 .studioinp .form-control {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    height: 45px; }
  .file-stab1 .textpriv {
    margin: 10px 0px;
    font-style: italic;
    color: #222; }
    .file-stab1 .textpriv a {
      color: #7dc8c8;
      text-decoration: underline; }
      .file-stab1 .textpriv a:hover {
        text-decoration: none; }
  @media (max-width: 1199px) {
    .file-stab1 .exchange {
      max-width: 50%;
      flex: 50%; } }
  .file-stab1 .exchange label {
    font-style: italic;
    color: #222;
    margin: 0px; }
  .file-stab1 .exchange .che-box {
    margin-top: 15px; }
    .file-stab1 .exchange .che-box .label-text {
      font-family: 'openSans-regular'; }
  @media (max-width: 1199px) {
    .file-stab1 .exchange.wittext {
      max-width: 100%;
      flex: 100%; } }
  .file-stab1 .textdidn {
    color: red;
    font-style: italic;
    text-align: center;
    margin-top: 45px; }
    @media (max-width: 991px) {
      .file-stab1 .textdidn {
        margin-top: -15px; } }
    .file-stab1 .textdidn span {
      display: inline-block;
      font-family: "opensans-bold"; }

.mertow .teach {
  margin-top: 10px !important; }

.mergno {
  margin: 0px; }
  @media (max-width: 991px) {
    .mergno {
      margin-top: 15px; } }
  @media (max-width: 400px) {
    .mergno .cantbox .inergender {
      max-width: 100% !important;
      flex: 100% !important; } }

.nomerg {
  margin: 0px !important; }
  .nomerg .custom-file {
    margin-top: 15px;
    height: auto;
    overflow: hidden; }
    .nomerg .custom-file .custom-file-label, .nomerg .custom-file .custom-file-input {
      height: 55px;
      margin: 0px; }
    .nomerg .custom-file .custom-file-input {
      margin-bottom: 10px; }
    .nomerg .custom-file .custom-file-label {
      padding: 15px 0px 0px 135px;
      font-style: italic; }
      .nomerg .custom-file .custom-file-label:after {
        right: auto;
        left: 15px;
        top: 10px;
        padding: 5px 15px;
        border: 0px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        background: #7dc8c8;
        font-family: "opensans-bold";
        color: #6e5f57; }
  .nomerg span {
    display: block;
    font-size: 13px;
    font-style: italic; }

.wrap-custom-file {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  text-align: center;
  background: #7dc8c8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .wrap-custom-file input[type="file"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0; }
  .wrap-custom-file label {
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wrap-custom-file label span {
      display: block;
      color: #6e5f57; }
  .wrap-custom-file label.file-ok {
    background-size: cover;
    background-position: center; }
    .wrap-custom-file label.file-ok span {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      color: #222;
      background-color: rgba(255, 255, 255, 0.7); }

.inbox .inboxdetals {
  border: 1px solid #e0dddc;
  padding-bottom: 0px; }
  .inbox .inboxdetals .titlebold {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0dddc; }
  .inbox .inboxdetals .nav-tabs {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 0px 5px 0px;
    border-bottom: 1px solid #e0dddc; }
    .inbox .inboxdetals .nav-tabs li {
      display: inline-block;
      margin: 0px; }
      .inbox .inboxdetals .nav-tabs li a {
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #6e5f57;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        color: #6e5f57;
        font-style: italic;
        padding: 5px 30px;
        background: #fff;
        border: 1px solid #e0dddc; }
        .inbox .inboxdetals .nav-tabs li a:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #7dc8c8;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -moz-transition: all 0.6s ease-in-out 0s;
          -o-transition: all 0.6s ease-in-out 0s;
          -webkit-transition: all 0.6s ease-in-out 0s;
          transition: all 0.6s ease-in-out 0s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .inbox .inboxdetals .nav-tabs li a:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .inbox .inboxdetals .nav-tabs li a:hover {
          border: 1px solid #5eb3b3; }
        .inbox .inboxdetals .nav-tabs li a.active {
          background: #7dc8c8;
          border: 1px solid #5eb3b3; }
  .inbox .inboxdetals .tab-content {
    padding-bottom: 30px; }
    @media (max-width: 991px) {
      .inbox .inboxdetals .tab-content {
        padding-bottom: 15px; } }
    .inbox .inboxdetals .tab-content .itme-rq {
      margin-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #e0dddc; }
      .inbox .inboxdetals .tab-content .itme-rq .it-rq {
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          .inbox .inboxdetals .tab-content .itme-rq .it-rq {
            max-width: 50%;
            flex: 50%; } }
        @media (max-width: 767px) {
          .inbox .inboxdetals .tab-content .itme-rq .it-rq {
            max-width: 100%;
            flex: 100%;
            margin-bottom: 5px; }
            .inbox .inboxdetals .tab-content .itme-rq .it-rq:last-child {
              margin-bottom: 0px; } }
        .inbox .inboxdetals .tab-content .itme-rq .it-rq img {
          float: left;
          width: 60px;
          height: 50px;
          margin-right: 15px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background-clip: padding-box; }
        .inbox .inboxdetals .tab-content .itme-rq .it-rq h2 {
          color: #6e5f57;
          font-family: "opensans-bold";
          font-style: italic;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .inbox .inboxdetals .tab-content .itme-rq .it-rq span {
          font-style: italic; }
        .inbox .inboxdetals .tab-content .itme-rq .it-rq p {
          font-style: italic;
          color: red; }
        .inbox .inboxdetals .tab-content .itme-rq .it-rq a {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #6e5f57;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          padding: 4px 15px;
          color: #6e5f57;
          font-family: "opensans-bold";
          background: #7dc8c8;
          min-width: 130px;
          margin: 0px 10px; }
          .inbox .inboxdetals .tab-content .itme-rq .it-rq a:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #7dc8c8;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .inbox .inboxdetals .tab-content .itme-rq .it-rq a:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
          .inbox .inboxdetals .tab-content .itme-rq .it-rq a:before {
            background: #6e5f57; }
          .inbox .inboxdetals .tab-content .itme-rq .it-rq a:hover {
            color: #fff; }
          .inbox .inboxdetals .tab-content .itme-rq .it-rq a.accept {
            margin-right: 0px;
            background: #6e5f57;
            color: #fff; }
            @media (max-width: 767px) {
              .inbox .inboxdetals .tab-content .itme-rq .it-rq a.accept {
                margin-left: 15px; } }
            .inbox .inboxdetals .tab-content .itme-rq .it-rq a.accept:before {
              background: #443a34; }
          @media (max-width: 767px) {
            .inbox .inboxdetals .tab-content .itme-rq .it-rq a {
              margin: 0px;
              min-width: 115px; } }
.inbox .leftuser {
  border-right: 1px solid #e0dddc;
  padding-right: 0px; }
  @media (max-width: 1199px) {
    .inbox .leftuser {
      max-width: 30%;
      flex: 30%; } }
  @media (max-width: 991px) {
    .inbox .leftuser {
      max-width: 40%;
      flex: 40%; } }
  @media (max-width: 767px) {
    .inbox .leftuser {
      max-width: 100%;
      flex: 100%;
      border-right: 0px; } }
  .inbox .leftuser .user-mass {
    height: 485px;
    overflow: hidden;
    overflow-y: scroll; }
    @media (max-width: 767px) {
      .inbox .leftuser .user-mass {
        float: left;
        width: 100%;
        height: 110px;
        overflow-y: inherit;
        overflow-x: scroll;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e0dddc; } }
    .inbox .leftuser .user-mass .itemusers {
      float: left;
      width: 100%;
      padding: 15px 15px 15px 0px;
      border-bottom: 1px solid #e0dddc;
      position: relative; }
      @media (max-width: 767px) {
        .inbox .leftuser .user-mass .itemusers {
          width: 85px;
          padding: 0px;
          border-bottom: 0px;
          text-align: center;
          margin: 0px 10px; } }
      .inbox .leftuser .user-mass .itemusers:last-child {
        border-bottom: 0px; }
      .inbox .leftuser .user-mass .itemusers img {
        float: left;
        width: 60px;
        height: 50px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box; }
        @media (max-width: 767px) {
          .inbox .leftuser .user-mass .itemusers img {
            float: none;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            width: 60px;
            height: 60px; } }
      .inbox .leftuser .user-mass .itemusers .text-not {
        float: left;
        width: 80px;
        margin-left: 15px; }
        @media (max-width: 767px) {
          .inbox .leftuser .user-mass .itemusers .text-not {
            margin-left: 0px;
            width: 100%; } }
        .inbox .leftuser .user-mass .itemusers .text-not h3 {
          font-family: "opensans-bold";
          color: #6e5f57; }
          @media (max-width: 767px) {
            .inbox .leftuser .user-mass .itemusers .text-not h3 {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 11px; } }
        .inbox .leftuser .user-mass .itemusers .text-not p {
          font-size: 12px;
          color: #aaa;
          line-height: 21px; }
          @media (max-width: 767px) {
            .inbox .leftuser .user-mass .itemusers .text-not p {
              display: none; } }
      .inbox .leftuser .user-mass .itemusers .text-time {
        float: right;
        width: 50px; }
        .inbox .leftuser .user-mass .itemusers .text-time small {
          font-size: 11px;
          color: #aaa;
          font-family: 'opensans-regular' !important; }
          @media (max-width: 767px) {
            .inbox .leftuser .user-mass .itemusers .text-time small {
              display: none; } }
        .inbox .leftuser .user-mass .itemusers .text-time span {
          float: right;
          margin-top: -10px;
          width: 12px;
          height: 12px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background: #ddd;
          margin-top: 5px; }
          @media (max-width: 767px) {
            .inbox .leftuser .user-mass .itemusers .text-time span {
              position: absolute;
              top: 53px;
              right: 0px;
              left: 0px;
              margin: 0px auto; } }
          .inbox .leftuser .user-mass .itemusers .text-time span.active {
            background: #7dc8c8; }
      .inbox .leftuser .user-mass .itemusers:hover {
        background: #fbfbfb !important; }
.inbox .rightchat {
  padding-right: 0px; }
  @media (max-width: 1199px) {
    .inbox .rightchat {
      max-width: 70%;
      flex: 70%; } }
  @media (max-width: 991px) {
    .inbox .rightchat {
      max-width: 60%;
      flex: 60%; } }
  @media (max-width: 767px) {
    .inbox .rightchat {
      max-width: 100%;
      flex: 100%; } }
  .inbox .rightchat .chat-text {
    border-bottom: 1px solid #e0dddc;
    padding: 15px 15px 0px 0px;
    height: 405px;
    margin-bottom: 13px;
    overflow: hidden;
    overflow-y: scroll; }
    .inbox .rightchat .chat-text .userchat {
      float: left;
      width: 100%;
      margin-bottom: 15px;
      position: relative; }
      .inbox .rightchat .chat-text .userchat .imgchat {
        float: left;
        width: 35px;
        height: 35px;
        overflow: hidden;
        position: relative; }
        .inbox .rightchat .chat-text .userchat .imgchat img {
          width: 35px;
          height: 35px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
        .inbox .rightchat .chat-text .userchat .imgchat .orng {
          position: absolute;
          right: 0;
          bottom: 5px;
          width: 7px;
          height: 7px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background: #ffc107; }
      .inbox .rightchat .chat-text .userchat .padcht {
        padding-left: 45px; }
        .inbox .rightchat .chat-text .userchat .padcht p {
          display: inline-block;
          background: #fff4de;
          padding: 5px 30px;
          color: #222;
          -webkit-border-radius: 0px 30px 30px 30px;
          border-radius: 0px 30px 30px 30px;
          background-clip: padding-box; }
        .inbox .rightchat .chat-text .userchat .padcht span {
          color: #555;
          font-size: 10px;
          margin-left: 15px; }
    .inbox .rightchat .chat-text .chat-reception {
      float: right;
      width: 100%;
      margin-bottom: 15px;
      position: relative; }
      .inbox .rightchat .chat-text .chat-reception .imgchat {
        float: right;
        width: 35px;
        height: 35px;
        overflow: hidden;
        position: relative; }
        .inbox .rightchat .chat-text .chat-reception .imgchat img {
          width: 35px;
          height: 35px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
        .inbox .rightchat .chat-text .chat-reception .imgchat .green {
          position: absolute;
          bottom: 5px;
          left: 0;
          width: 7px;
          height: 7px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background: #4caf50; }
      .inbox .rightchat .chat-text .chat-reception .padcht {
        padding-right: 45px; }
        .inbox .rightchat .chat-text .chat-reception .padcht p {
          float: right;
          display: inline-block;
          background: #7dc8c8;
          padding: 5px 30px;
          color: #fff;
          -webkit-border-radius: 30px 0px 30px 30px;
          border-radius: 30px 0px 30px 30px;
          background-clip: padding-box; }
        .inbox .rightchat .chat-text .chat-reception .padcht span {
          float: right;
          color: #555;
          font-size: 10px;
          margin: 5px 15px 0px 0px; }
          .inbox .rightchat .chat-text .chat-reception .padcht span i {
            font-size: 8px; }
  .inbox .rightchat .formchat {
    position: relative; }
    .inbox .rightchat .formchat .text-chat {
      padding-right: 105px;
      position: relative; }
      .inbox .rightchat .formchat .text-chat textarea {
        border: 0px;
        width: 100%;
        outline: 0px;
        height: 55px;
        box-shadow: none;
        resize: none;
        padding-right: 40px; }
      .inbox .rightchat .formchat .text-chat .icon-at {
        position: absolute;
        top: 0;
        right: 105px;
        width: 30px; }
        .inbox .rightchat .formchat .text-chat .icon-at .ic-item {
          font-size: 20px; }
    .inbox .rightchat .formchat .submitsend {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #6e5f57;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      background: #7dc8c8;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      font-family: "opensans-bold";
      color: #6e5f57;
      padding: 6px 30px;
      margin-top: 8px; }
      .inbox .rightchat .formchat .submitsend:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #7dc8c8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .inbox .rightchat .formchat .submitsend:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      @media (max-width: 991px) {
        .inbox .rightchat .formchat .submitsend {
          right: 15px; } }
      .inbox .rightchat .formchat .submitsend:hover {
        color: #fff; }
      .inbox .rightchat .formchat .submitsend:before {
        background: #6e5f57; }

.contact .signupfilde {
  background: #7dc8c8; }
  .contact .signupfilde .titlebold {
    font-size: 40px;
    color: #6e5f57;
    font-size: 35px;
    color: #fff; }
    .contact .signupfilde .titlebold span {
      font-family: "opensans-bold"; }
    @media (max-width: 767px) {
      .contact .signupfilde .titlebold {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .contact .signupfilde .titlebold {
        font-size: 25px; } }
  .contact .signupfilde p {
    color: #fff;
    margin: 15px 0px; }
  .contact .signupfilde .lastcontat li {
    font-size: 17px;
    margin-top: 5px;
    color: #6e5f57; }
  .contact .signupfilde .formsignup .inpusrach {
    margin: 0px; }
    @media (max-width: 991px) {
      .contact .signupfilde .formsignup .inpusrach {
        max-width: 100%;
        flex: 100%; } }
    .contact .signupfilde .formsignup .inpusrach .form-control {
      margin-top: 30px; }
      @media (max-width: 991px) {
        .contact .signupfilde .formsignup .inpusrach .form-control {
          margin-top: 15px; } }
    .contact .signupfilde .formsignup .inpusrach textarea.form-control {
      height: 225px !important;
      resize: none; }
  .contact .signupfilde .formsignup .bottom {
    margin-top: 30px !important; }
    @media (max-width: 991px) {
      .contact .signupfilde .formsignup .bottom {
        margin-top: 15px !important; } }
    .contact .signupfilde .formsignup .bottom:before {
      background: #443a34 !important; }

html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, hr, strong, b, input, select, textarea, .highcharts-title,
.highcharts-axis-labels, .highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  color: #787878;
  font-family: 'opensans-regular'; }

body {
  direction: ltr;
  text-align: left;
  background: #fff4de; }

.container {
  clear: both;
  position: relative; }

.modal {
  background: rgba(0, 0, 0, 0.68);
  padding: 15px !important; }

.pagination {
  margin: 30px 0px;
  justify-content: center; }
  .pagination li {
    display: inline-block;
    margin: 0px 3px; }
    .pagination li a, .pagination li span {
      display: block;
      padding: 8px 12px;
      text-align: center;
      color: #333;
      -webkit-border-radius: 4px !important;
      border-radius: 4px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #fff;
      font-size: 17px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 0px 1px 1px #b3b3b3;
      -moz-box-shadow: 0px 1px 1px #b3b3b3;
      -o-box-shadow: 0px 1px 1px #b3b3b3;
      -ms-box-shadow: 0px 1px 1px #b3b3b3;
      box-shadow: 0px 1px 1px #b3b3b3; }
  .pagination .page-link.active, .pagination .page-link:hover {
    background: #6e5f57 !important;
    color: #fff !important; }

/*# sourceMappingURL=home.css.map */
