body {
  background: #f3f9fe;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #404143;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:focus, button:focus, input:focus {
  outline: none !important; }

a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0; }

a, a:hover, a:focus {
  text-decoration: none;
  color: #acaeb6; }

a, button {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

textarea.form-control {
  min-height: 100px;
  resize: none; }

img {
  max-width: 100%; }

select option {
  color: black;
  font-weight: 300; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.dev-navbar {
  position: relative;
  background: white;
  /* .nav-logo
  {
  	display: inline-block;
  	padding: 27px 0;
  } */ }
  .dev-navbar .navbar-brand {
    height: auto;
    padding: 15px 0; }
    .dev-navbar .navbar-brand img {
      max-width: 100px; }
  .dev-navbar .navbar {
    margin: 0; }
    .dev-navbar .navbar .nav li {
      padding: 30px 0 10px 0; }
      .dev-navbar .navbar .nav li a {
        color: #354052;
        font-size: 14px;
        font-weight: 500;
        text-shadow: none;
        padding: 7px;
        border: 1px solid transparent;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        .dev-navbar .navbar .nav li a:hover, .dev-navbar .navbar .nav li a:focus {
          color: #354052;
          background: none; }
        .dev-navbar .navbar .nav li a.nav-btn {
          padding: 7px 25px;
          margin: 0 5px; }
          .dev-navbar .navbar .nav li a.nav-btn > i {
            margin-right: 10px; }
          .dev-navbar .navbar .nav li a.nav-btn, .dev-navbar .navbar .nav li a.nav-btn:hover, .dev-navbar .navbar .nav li a.nav-btn:focus {
            color: white;
            border-color: white; }
      .dev-navbar .navbar .nav li.nav-avatar {
        padding: 34px 5px 10px 5px; }
        .dev-navbar .navbar .nav li.nav-avatar a {
          padding: 0 15px; }
          .dev-navbar .navbar .nav li.nav-avatar a > img {
            height: 27px;
            width: 27px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #404143; }
          .dev-navbar .navbar .nav li.nav-avatar a > span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 13px; }
  .dev-navbar .navbar-toggle {
    border: 1px solid #354052;
    margin-top: 27px; }
    .dev-navbar .navbar-toggle .icon-bar {
      background: #354052; }
  .dev-navbar.nav-home {
    background: none; }
    .dev-navbar.nav-home .navbar .nav li a {
      color: white; }
    .dev-navbar.nav-home .navbar-toggle {
      border: 1px solid #fff; }
      .dev-navbar.nav-home .navbar-toggle .icon-bar {
        background: #fff; }

.dev-menu {
  background: #354052;
  text-align: center; }
  .dev-menu .menu-nav {
    display: inline-block; }
    .dev-menu .menu-nav li {
      display: inline-block; }
      .dev-menu .menu-nav li a {
        display: block;
        padding: 13px 10px;
        font-family: "CircularStd-Book";
        font-weight: normal;
        font-size: 16px;
        color: #ffffff;
        border-bottom: 2px solid transparent; }
        .dev-menu .menu-nav li a .notif {
          display: inline-block;
          font-family: "CircularStd-Book";
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          padding: 0px 7px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          background: #f85645;
          color: white; }
      .dev-menu .menu-nav li.active a {
        color: #ff4e3b;
        border-color: #ff4e3b; }

.dev-navigation {
  padding: 15px 0; }

@media (max-width: 768px) {
  .dev-navbar .navbar-brand img {
    width: 175px; }
  .dev-navbar .navbar .nav li {
    padding: 3px; }
    .dev-navbar .navbar .nav li a {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .dev-navbar .navbar .nav li a.nav-btn.arrow {
        position: relative; }
        .dev-navbar .navbar .nav li a.nav-btn.arrow:before {
          display: none; } }
.dev-title {
  margin: 0 0 15px 0;
  color: #404143;
  font-family: "CircularStd-Medium";
  font-weight: normal;
  font-size: 36px; }
  .dev-title.title-lg {
    font-size: 30px; }
  .dev-title.title-md {
    font-size: 24px; }
  .dev-title.title-sm {
    font-size: 20px; }
  .dev-title.title-xs {
    font-size: 17px; }

.btn-rd {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important; }

.btn-no-rd {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }

.btn-lg, .btn {
  white-space: normal;
  font-family: "CircularStd-book";
  font-weight: normal;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .btn-lg i, .btn i {
    margin-right: 10px; }
    .btn-lg i.m-l, .btn i.m-l {
      margin-left: 10px;
      margin-right: 0; }
    .btn-lg i.m-r, .btn i.m-r {
      margin-left: 0;
      margin-right: 10px; }
    .btn-lg i.n-m, .btn i.n-m {
      margin: 0; }

.btn-lg {
  padding: 12px 30px;
  font-family: "CircularStd-Medium";
  font-weight: normal;
  font-size: 16px; }

.btn-pdn-lg {
  padding-left: 80px;
  padding-right: 80px; }

.btn-pdn-md {
  padding-left: 45px;
  padding-right: 45px; }

.btn-pdn-sm {
  padding-left: 25px;
  padding-right: 25px; }

.btn-pdn-xs {
  padding-left: 15px;
  padding-right: 15px; }

.btn-blue, .btn-blue:focus, .btn-blue-o:hover {
  background: #4183d7;
  color: white;
  border: 1px solid #4183d7; }

.btn-blue:hover, .btn-blue-o, .btn-blue-o:focus {
  background: none;
  color: #4183d7;
  border: 1px solid #4183d7; }

.btn-blue-out, .btn-blue-out:hover, .btn-blue-out:focus {
  background: none;
  color: #4183d7;
  border: none; }

.btn-blue-h {
  background: #4183d7;
  color: white; }
  .btn-blue-h:hover, .btn-blue-h:focus {
    background: #2d6fc3;
    color: white; }

.btn-grey, .btn-grey:focus, .btn-grey-o:hover {
  background: #7d8298;
  color: white;
  border: 1px solid #7d8298; }

.btn-grey:hover, .btn-grey-o, .btn-grey-o:focus {
  background: none;
  color: #7d8298;
  border: 1px solid #7d8298; }

.btn-grey-out, .btn-grey-out:hover, .btn-grey-out:focus {
  background: none;
  color: #7d8298;
  border: none; }

.btn-grey-h {
  background: #7d8298;
  color: white; }
  .btn-grey-h:hover, .btn-grey-h:focus {
    background: #696e84;
    color: white; }

.btn-red, .btn-red:focus, .btn-red-o:hover {
  background: #f36859;
  color: white;
  border: 1px solid #f36859; }

.btn-red:hover, .btn-red-o, .btn-red-o:focus {
  background: none;
  color: #f36859;
  border: 1px solid #f36859; }

.btn-red-out, .btn-red-out:hover, .btn-red-out:focus {
  background: none;
  color: #f36859;
  border: none; }

.btn-red-h {
  background: #f36859;
  color: white; }
  .btn-red-h:hover, .btn-red-h:focus {
    background: #df5445;
    color: white; }

.btn-prim, .btn-prim:focus, .btn-prim-o:hover {
  background: #282561;
  color: white;
  border: 1px solid #282561; }

.btn-prim:hover, .btn-prim-o, .btn-prim-o:focus {
  background: none;
  color: #282561;
  border: 1px solid #282561; }

.btn-prim-out, .btn-prim-out:hover, .btn-prim-out:focus {
  background: none;
  color: #282561;
  border: none; }

.btn-prim-h {
  background: #282561;
  color: white; }
  .btn-prim-h:hover, .btn-prim-h:focus {
    background: #14114d;
    color: white; }

.btn-teal, .btn-teal:focus, .btn-teal-o:hover {
  background: #38ada9;
  color: white;
  border: 1px solid #38ada9; }

.btn-teal:hover, .btn-teal-o, .btn-teal-o:focus {
  background: none;
  color: #38ada9;
  border: 1px solid #38ada9; }

.btn-teal-out, .btn-teal-out:hover, .btn-teal-out:focus {
  background: none;
  color: #38ada9;
  border: none; }

.btn-teal-h {
  background: #38ada9;
  color: white; }
  .btn-teal-h:hover, .btn-teal-h:focus {
    background: #249995;
    color: white; }

.btn-white, .btn-white:focus, .btn-white-o:hover {
  background: white;
  color: #4183d7;
  border: 1px solid white; }

.btn-white:hover, .btn-white-o, .btn-white-o:focus {
  background: none;
  color: white;
  border: 1px solid white; }

.btn-white-out, .btn-white-out:hover, .btn-white-out:focus {
  background: none;
  color: white;
  border: none; }

.btn-white-h {
  background: white;
  color: #4183d7; }
  .btn-white-h:hover, .btn-white-h:focus {
    background: #ebebeb;
    color: #4183d7; }

.btn-rounded {
  padding: 0;
  width: 3em;
  height: 3em;
  line-height: 3em; }

.btn-wb {
  background: white;
  color: #4183d7;
  border: 1px solid #4183d7; }
  .btn-wb:hover, .btn-wb:focus {
    background: #4183d7;
    color: white; }

.btn-wg {
  background: white;
  color: #37c58c;
  border: 1px solid #37c58c; }
  .btn-wg:hover, .btn-wg:focus {
    background: #37c58c;
    color: white; }

@media (max-width: 480px) {
  .btn-pdn-sm, .btn-pdn-md, .btn-pdn-lg {
    padding-left: 15px;
    padding-right: 15px; }

  .btn-lg, .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; } }
.dev-form .form-control {
  border: 1px solid #d7dee0;
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .dev-form .form-control.input-lg {
    font-size: 16px; }
.dev-form .control-label {
  font-family: "CircularStd-Medium";
  font-weight: normal;
  font-size: 16px;
  color: #404143;
  margin-bottom: 7px; }
  .dev-form .control-label.sm {
    font-size: 13px; }
.dev-form .input-group .form-control {
  border-color: #d7dee0; }
.dev-form .input-group .input-group-addon {
  border-color: #d7dee0;
  color: #8797a9; }
.dev-form .input-group .input-group-btn .btn-default {
  border-color: #d7dee0;
  color: #8797a9; }
.dev-form .input-group.as-one .form-control {
  border-right: none; }
.dev-form .input-group.as-one .input-group-addon {
  background: white; }
.dev-form .input-group.as-one .input-group-btn .btn-default {
  background: white;
  border-left: none; }
  .dev-form .input-group.as-one .input-group-btn .btn-default:hover, .dev-form .input-group.as-one .input-group-btn .btn-default a:focus {
    background: white; }
.dev-form .form-txt {
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 14px;
  color: #5e748b; }
.dev-form .form-info {
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 13px;
  color: #a3a5aa; }
.dev-form.search-filters-form .form-control {
  margin-bottom: 15px; }
.dev-form.search-filters-form .control-label {
  margin-bottom: 15px; }
.dev-form.auth-form .form-control {
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 15px;
  color: #8797a9; }

.search-container {
  padding: 25px 0;
  background: white; }
  .search-container .dev-form .form-group {
    margin-bottom: 0; }

.grey-bloc {
  background: #f1f3f6;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

@media (max-width: 768px) {
  .search-container .dev-form .form-group {
    margin-bottom: 15px; } }
.dev-section {
  padding: 50px 0; }
  .dev-section .section-header {
    text-align: center; }
    .dev-section .section-header .h-title {
      font-size: 30px;
      font-weight: 600;
      color: #404143;
      margin: 0 0 15px 0; }
    .dev-section .section-header .h-desc {
      font-size: 14px;
      font-weight: 500;
      color: #72747a; }
  .dev-section .section-body {
    padding: 25px 0; }
  .dev-section .section-action {
    padding: 25px 0; }
  .dev-section.section-offers {
    background: #ffffff; }
  .dev-section.section-price {
    background: #f8f9fb; }
  .dev-section.section-exemples {
    background: #354052; }
    .dev-section.section-exemples .section-header .h-title {
      color: white; }
  .dev-section.section-pros {
    background: #ffffff;
    padding-bottom: 0; }
    .dev-section.section-pros .section-body {
      padding-bottom: 0; }
    .dev-section.section-pros .s-img {
      text-align: center;
      overflow: hidden;
      margin-top: -130px; }
      .dev-section.section-pros .s-img img {
        display: inline-block;
        max-width: 100%;
        margin-bottom: -125px; }
    .dev-section.section-pros .s-content {
      padding: 45px 0; }
      .dev-section.section-pros .s-content .s-title {
        margin: 0 0 15px 0;
        font-size: 36px;
        color: #20285e; }
      .dev-section.section-pros .s-content .s-lst {
        margin-bottom: 15px; }
        .dev-section.section-pros .s-content .s-lst li {
          position: relative;
          font-size: 14px;
          font-weight: 500;
          color: #20285e;
          padding: 3px 0 3px 25px; }
          .dev-section.section-pros .s-content .s-lst li:before {
            content: "\f00c";
            font-family: FontAwesome;
            margin-right: 7px;
            color: #f36859;
            position: absolute;
            left: 0;
            top: 2px; }
  .dev-section.section-other-offers .s-title {
    font-family: "CircularStd-Medium";
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 15px 0;
    color: #19395a; }
  .dev-section.section-other-offers .s-desc {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 15px;
    color: rgba(25, 57, 90, 0.7);
    text-align: justify; }
  .dev-section.section-parteners .section-header .h-title {
    font-family: "CircularStd-Medium";
    font-weight: normal;
    font-size: 20px;
    color: #19395a; }
  .dev-section.section-inscription-pro {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/bg-1.png"); }
    .dev-section.section-inscription-pro .invitaion-pro-bloc {
      -webkit-transform: translateY(80px);
      -moz-transform: translateY(80px);
      -ms-transform: translateY(80px);
      -o-transform: translateY(80px);
      transform: translateY(80px); }
  .dev-section.section-auth {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/auth-bg.png");
    min-height: 100vh; }
    .dev-section.section-auth .auth-logo {
      margin-bottom: 25px; }
      .dev-section.section-auth .auth-logo img {
        width: 120px; }
    .dev-section.section-auth .auth-title {
      font-family: "CircularStd-Bold";
      font-weight: normal;
      font-size: 30px;
      color: #ffffff;
      margin: 0 0 15px 0; }
    .dev-section.section-auth .auth-desc {
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 16px;
      color: #ffffff;
      margin: 0 0 15px 0; }
    .dev-section.section-auth .auth-socials {
      display: inline-block; }
      .dev-section.section-auth .auth-socials li {
        display: inline-block; }
        .dev-section.section-auth .auth-socials li a {
          font-size: 20px;
          color: white;
          margin-right: 15px; }

.dev-panel {
  background: white;
  border: 1px solid #e9eef2;
  margin-bottom: 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }
  .dev-panel .dev-panel-header {
    padding: 25px; }
    .dev-panel .dev-panel-header .h-title {
      font-family: "CircularStd-Bold";
      font-weight: normal;
      font-size: 20px;
      color: #354052;
      margin: 0; }
  .dev-panel .dev-panel-tabs {
    border-bottom: 1px solid #e9eef2;
    padding: 0 25px; }
    .dev-panel .dev-panel-tabs .nav li {
      display: inline-block;
      padding: 0 7px; }
      .dev-panel .dev-panel-tabs .nav li a {
        padding: 15px 3px;
        border-bottom: 2px solid transparent;
        font-family: "CircularStd-Book";
        font-weight: normal;
        font-size: 15px;
        color: #8797a9; }
        .dev-panel .dev-panel-tabs .nav li a:hover, .dev-panel .dev-panel-tabs .nav li a:focus {
          background: none;
          color: #4183d7;
          border-color: #4183d7; }
      .dev-panel .dev-panel-tabs .nav li.active a {
        color: #4183d7;
        border-color: #4183d7; }
  .dev-panel .dev-panel-body {
    padding: 25px; }
    .dev-panel .dev-panel-body .panel-title {
      font-family: "CircularStd-Medium";
      font-weight: normal;
      font-size: 24px;
      color: #19395a;
      margin: 0 0 15px 0; }
    .dev-panel .dev-panel-body .panel-subtitle {
      font-family: "CircularStd-Bold";
      font-weight: normal;
      font-size: 16px;
      color: #19395a;
      margin: 0 0 15px 0; }
    .dev-panel .dev-panel-body .panel-text {
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 14px;
      color: #354052;
      margin-bottom: 15px; }
    .dev-panel .dev-panel-body .panel-info {
      display: inline-block;
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 16px;
      color: #8797a9;
      padding: 7px 0; }
    .dev-panel .dev-panel-body:not(:last-child) {
      border-bottom: 1px solid #e9eef2; }

.dev-file-upload .file-upload-area {
  padding: 15px;
  border: 1px dashed rgba(65, 131, 215, 0.36);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
.dev-file-upload .file-preview {
  padding: 15px 0; }
  .dev-file-upload .file-preview .prev-img {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 15px; }
    .dev-file-upload .file-preview .prev-img > img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    .dev-file-upload .file-preview .prev-img .btn-delete {
      position: absolute;
      top: -8px;
      right: -8px;
      padding: 0;
      height: 20px;
      width: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid white;
      text-align: center;
      line-height: 18px;
      font-size: 9px;
      background: #f36859;
      color: white; }
      .dev-file-upload .file-preview .prev-img .btn-delete > i {
        margin: 0; }
  .dev-file-upload .file-preview .prev-file {
    margin-bottom: 5px; }
    .dev-file-upload .file-preview .prev-file .file-name {
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 14px;
      color: #354052; }
      .dev-file-upload .file-preview .prev-file .file-name > i {
        margin-right: 7px;
        color: #4183d7; }
    .dev-file-upload .file-preview .prev-file .btn-delete {
      padding: 0;
      height: 20px;
      width: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid white;
      text-align: center;
      line-height: 18px;
      font-size: 9px;
      background: #f36859;
      color: white;
      float: right; }
      .dev-file-upload .file-preview .prev-file .btn-delete > i {
        margin: 0; }

.dev-image-uploader {
  display: table;
  width: 100%;
  margin-bottom: 25px; }
  .dev-image-uploader > div {
    display: table-cell;
    vertical-align: middle; }
    .dev-image-uploader > div.preview {
      width: 160px; }
      .dev-image-uploader > div.preview .prev-img {
        display: inline-block;
        width: 130px;
        height: 130px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background-color: #dcdfe2;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("../images/empty-img.png"); }
    .dev-image-uploader > div.upload-content .btn {
      margin-bottom: 15px; }
    .dev-image-uploader > div.upload-content .upload-info {
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 15px;
      color: #8797a9;
      margin-bottom: 0; }

.dev-iconed-bloc {
  display: table;
  width: 100%; }
  .dev-iconed-bloc:not(:last-child) {
    margin-bottom: 25px; }
  .dev-iconed-bloc > .ib-bloc {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    padding: 0 15px; }
    .dev-iconed-bloc > .ib-bloc:not(:last-child) {
      border-right: 1px solid #e4ebee; }
    .dev-iconed-bloc > .ib-bloc .ib-title {
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 14px;
      color: #8797a9;
      margin: 0 0 15px 0; }
    .dev-iconed-bloc > .ib-bloc .ib-content {
      font-family: "CircularStd-Bold";
      font-weight: normal;
      font-size: 14px;
      color: #354052;
      margin: 0; }
      .dev-iconed-bloc > .ib-bloc .ib-content > i {
        margin-right: 10px;
        color: #4183d7;
        font-size: 18px; }

.dev-row {
  display: table;
  width: 100%; }
  .dev-row > .dev-col {
    display: table-cell;
    vertical-align: top; }
  .dev-row.v-middle > .dev-col {
    vertical-align: middle; }

.dev-partener-logo {
  display: table;
  width: 100%; }
  .dev-partener-logo > .logo {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 7px 16px 0 rgba(0, 21, 41, 0.09);
    background: white;
    height: 80px;
    text-align: center; }
    .dev-partener-logo > .logo > img {
      display: inline-block;
      max-height: 100%; }

.dev-tags .dev-tag {
  display: inline-block;
  position: relative;
  padding: 7px 32px 7px  7px;
  background-color: #e4edf9;
  color: #4183d7;
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 14px;
  margin: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .dev-tags .dev-tag .tag-btn {
    background: #4183d7;
    border: none;
    color: white;
    border-radius: 50%;
    padding: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    position: absolute;
    top: 8px;
    right: 7px; }
.dev-tags.simple-tags .dev-tag {
  padding: 3px 15px; }
.dev-tags.sm-tags .dev-tag {
  padding: 3px 5px;
  font-size: 12px; }

.dev-stat-tag {
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 12px;
  color: #4183d7;
  display: inline-block;
  padding: 3px 10px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  border-color: #4183d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f1f7ff; }
  .dev-stat-tag.green {
    color: #5fd075;
    border-color: #5fd075;
    background: rgba(95, 208, 117, 0.12); }

.dev-rating {
  display: inline-block;
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 15px;
  color: #354052; }
  .dev-rating i {
    color: #d5dbe1; }
    .dev-rating i.active {
      color: #fcbe32; }
  .dev-rating .score {
    margin-left: 5px; }

.dev-tickets .ticket {
  display: inline-block;
  padding: 3px 7px;
  background-color: #ff9f00;
  color: white;
  font-family: "CircularStd-Bold";
  font-weight: normal;
  font-size: 14px;
  margin: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.dev-hero {
  min-height: 530px;
  background-color: #344052;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/hero-bg.png");
  position: relative;
  /* &:before
  {
      @include full_cover(rgba($c-primary,.58));
  } */ }
  .dev-hero .hero-content {
    padding: 80px 15px;
    margin-top: 35px;
    text-align: center; }
    .dev-hero .hero-content .hero-title {
      color: white;
      font-size: 48px; }
    .dev-hero .hero-content .hero-desc {
      color: white;
      font-size: 24px;
      font-weight: 400; }
    .dev-hero .hero-content .hero-form-container {
      padding: 50px 0; }

.dev-list-bloc {
  background: white;
  border: 1px solid #f8f9fb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px; }
  .dev-list-bloc .b-header {
    padding: 15px;
    border-bottom: 1px solid #f8f9fb;
    text-align: center; }
    .dev-list-bloc .b-header .b-icon {
      display: inline-block; }
      .dev-list-bloc .b-header .b-icon img {
        height: 75px; }
  .dev-list-bloc .b-body {
    padding: 15px;
    min-height: 215px; }
    .dev-list-bloc .b-body .b-lst li {
      position: relative;
      font-size: 14px;
      font-weight: 500;
      color: #404143;
      padding: 3px 0 3px 25px; }
      .dev-list-bloc .b-body .b-lst li:before {
        content: "\f00c";
        font-family: FontAwesome;
        margin-right: 7px;
        color: #404143;
        position: absolute;
        left: 0;
        top: 2px; }
  .dev-list-bloc .b-action {
    padding: 15px; }
  .dev-list-bloc.blue-bloc {
    background: #3056f3;
    border: 1px solid #2172da; }
    .dev-list-bloc.blue-bloc .b-header {
      border-bottom: 1px solid #2172da; }
    .dev-list-bloc.blue-bloc .b-body .b-lst li {
      color: white; }

.dev-thumb {
  position: relative;
  height: 220px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px; }
  .dev-thumb:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(64, 65, 67, 0.3); }
  .dev-thumb .t-img {
    height: 100%;
    background-color: #404143;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .dev-thumb .t-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 15px; }
    .dev-thumb .t-info .t-title {
      margin: 0;
      color: white;
      font-size: 16px;
      font-weight: 500; }
    .dev-thumb .t-info .t-price {
      color: white;
      font-size: 12px;
      font-weight: 400; }

.dev-auth {
  display: table;
  width: 100%; }
  .dev-auth > div {
    display: table-cell;
    vertical-align: middle; }
    .dev-auth > div.auth-img {
      width: 50px; }
      .dev-auth > div.auth-img .img {
        display: inline-block;
        height: 40px;
        width: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #282561;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: middle; }
        .dev-auth > div.auth-img .img > img {
          display: none;
          height: 100%;
          width: 100%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
    .dev-auth > div.auth-content p {
      font-size: 14px;
      font-family: "CircularStd-Book";
      font-weight: normal;
      margin: 0; }
      .dev-auth > div.auth-content p.auth-info {
        color: #8797a9; }
  .dev-auth.auth-xs > div.auth-img {
    width: 35px; }
    .dev-auth.auth-xs > div.auth-img .img {
      height: 25px;
      width: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
  .dev-auth.auth-xs > div.auth-infos {
    padding: 7px 0; }
  .dev-auth.auth-sm > div.auth-img {
    width: 65px; }
    .dev-auth.auth-sm > div.auth-img .img {
      height: 45px;
      width: 45px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
  .dev-auth.auth-sm > div.auth-content p {
    font-size: 19px; }
    .dev-auth.auth-sm > div.auth-content p.auth-info {
      font-size: 14px; }
  .dev-auth.auth-lg > div.auth-img {
    width: 135px; }
    .dev-auth.auth-lg > div.auth-img .img {
      height: 120px;
      width: 120px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
  .dev-auth.auth-lg > div.auth-infos {
    padding: 15px 0; }
    .dev-auth.auth-lg > div.auth-infos .auth-title {
      font-size: 22px; }

.dev-thumbnail {
  border: 1px solid #e9eef2;
  background: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 15px;
  color: #404143;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }
  .dev-thumbnail .thumb-preview {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    overflow: hidden; }
    .dev-thumbnail .thumb-preview .thumb-img {
      height: 150px;
      overflow: hidden; }
      .dev-thumbnail .thumb-preview .thumb-img > img {
        object-fit: cover;
        object-position: center; }
  .dev-thumbnail .thumb-content {
    padding: 15px; }
    .dev-thumbnail .thumb-content .thumb-title {
      font-size: 16px;
      color: #404143;
      margin: 0 0 15px 0;
      font-family: "CircularStd-Book";
      font-weight: normal; }
    .dev-thumbnail .thumb-content .info-span {
      font-size: 13px;
      color: #354052;
      margin-right: 5px;
      font-family: "CircularStd-Book";
      font-weight: normal; }
      .dev-thumbnail .thumb-content .info-span > i {
        color: #8797a9;
        margin-right: 2px; }
    .dev-thumbnail .thumb-content .price {
      color: #f36859;
      font-size: 17px;
      line-height: 17px;
      font-family: "CircularStd-Bold";
      font-weight: normal;
      padding: 0px 0 0px 15px;
      border-left: 1px solid #ccc; }
      .dev-thumbnail .thumb-content .price.red {
        color: #f36859; }
      .dev-thumbnail .thumb-content .price.green {
        color: #37c58c; }
    .dev-thumbnail .thumb-content .dev-tags {
      display: inline-block; }
  .dev-thumbnail:hover, .dev-thumbnail.shadow {
    box-shadow: 0 7px 16px 0 rgba(0, 21, 41, 0.09); }

.dev-project-bloc {
  padding: 25px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }
  .dev-project-bloc .b-img {
    text-align: center;
    margin-bottom: 25px; }
    .dev-project-bloc .b-img .img {
      display: inline-block;
      height: 80px;
      width: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: #404143;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden; }
  .dev-project-bloc .b-infos .b-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 25px 0; }
  .dev-project-bloc .b-infos .b-desc {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 25px 0; }
  .dev-project-bloc .b-infos .b-nbr {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0; }
  .dev-project-bloc .b-infos .b-price {
    font-size: 12px;
    font-weight: 500; }

.search-filters-bloc {
  padding: 25px;
  border: 1px solid #e9eef2;
  background: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }
  .search-filters-bloc .sf-block {
    margin-bottom: 30px; }

.invitaion-pro-bloc {
  padding: 45px;
  background: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 11px 63px 0 rgba(0, 0, 0, 0.12); }
  .invitaion-pro-bloc .b-title {
    font-family: "CircularStd-Medium";
    font-weight: normal;
    font-size: 30px;
    color: #354052;
    margin: 0; }
    .invitaion-pro-bloc .b-title > .dev-icon-circle {
      margin-right: 15px; }

.result-preview {
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 25px; }
  .result-preview .r-actions {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px; }
    .result-preview .r-actions > .btn {
      margin-right: 7px; }

.annonce-final-step {
  text-align: center;
  padding: 75px 50px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../images/morif.png"); }
  .annonce-final-step .dev-panel .dev-panel-body {
    padding: 45px; }
  .annonce-final-step .annonce-title {
    font-family: "CircularStd-Medium";
    font-weight: normal;
    font-size: 18px;
    color: #4183d7;
    margin: 0 0 25px 0; }
  .annonce-final-step .annonce-txt {
    font-family: "CircularStd-Book";
    font-weight: normal;
    font-size: 15px;
    color: #19395a;
    margin: 0 0 25px 0; }
    .annonce-final-step .annonce-txt b {
      font-family: "CircularStd-Bold"; }

.add-annonce-bloc {
  display: table;
  width: 100%;
  background: white;
  border: 1px dashed #a8b7f5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden; }
  .add-annonce-bloc .wrap {
    display: table-cell;
    padding: 25px;
    text-align: center;
    vertical-align: middle;
    height: 402px; }
    .add-annonce-bloc .wrap p {
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 18px;
      color: #4183d7; }

.dev-chat {
  min-height: 660px; }
  .dev-chat .chat-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #e9eef2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .dev-chat .chat-wrapper .chat-body {
      padding: 25px;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow: auto; }
      .dev-chat .chat-wrapper .chat-body .chat-msg {
        display: table;
        width: 100%;
        margin-bottom: 25px; }
        .dev-chat .chat-wrapper .chat-body .chat-msg > div {
          display: table-cell;
          vertical-align: top; }
          .dev-chat .chat-wrapper .chat-body .chat-msg > div.msg-auth {
            width: 55px; }
            .dev-chat .chat-wrapper .chat-body .chat-msg > div.msg-auth .auth-img {
              display: inline-block;
              height: 40px;
              width: 40px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border-radius: 50%;
              background-color: #282561;
              border: 1px solid #ebedee;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat; }
              .dev-chat .chat-wrapper .chat-body .chat-msg > div.msg-auth .auth-img > img {
                display: none;
                height: 100%;
                width: 100%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
          .dev-chat .chat-wrapper .chat-body .chat-msg > div.msg-content .msg-text {
            display: inline-block;
            max-width: 80%;
            padding: 15px;
            font-family: "CircularStd-Book";
            font-weight: normal;
            font-size: 16px; }
            .dev-chat .chat-wrapper .chat-body .chat-msg > div.msg-content .msg-text p {
              margin: 0; }
          .dev-chat .chat-wrapper .chat-body .chat-msg > div.msg-content .msg-time {
            display: inline-block;
            font-family: "CircularStd-Book";
            font-weight: normal;
            font-size: 14px;
            color: #8797a9;
            vertical-align: top; }
        .dev-chat .chat-wrapper .chat-body .chat-msg.msg-down > div.msg-content .msg-text {
          -webkit-border-radius: 0 20px 20px 20px;
          -moz-border-radius: 0 20px 20px 20px;
          -ms-border-radius: 0 20px 20px 20px;
          -o-border-radius: 0 20px 20px 20px;
          border-radius: 0 20px 20px 20px;
          background: #edeff8;
          color: #354052; }
        .dev-chat .chat-wrapper .chat-body .chat-msg.msg-down > div.msg-content .msg-time {
          margin-left: 15px; }
        .dev-chat .chat-wrapper .chat-body .chat-msg.msg-up {
          text-align: right; }
          .dev-chat .chat-wrapper .chat-body .chat-msg.msg-up > div.msg-content .msg-text {
            -webkit-border-radius: 20px 0 20px 20px;
            -moz-border-radius: 20px 0 20px 20px;
            -ms-border-radius: 20px 0 20px 20px;
            -o-border-radius: 20px 0 20px 20px;
            border-radius: 20px 0 20px 20px;
            background: #dce3fb;
            color: #4183d7;
            text-align: left; }
          .dev-chat .chat-wrapper .chat-body .chat-msg.msg-up > div.msg-content .msg-time {
            margin-right: 15px; }
    .dev-chat .chat-wrapper .chat-action {
      padding: 25px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .dev-chat .chat-wrapper .chat-action .send-box {
        display: table;
        width: 100%;
        padding: 7px;
        background: rgba(243, 249, 254, 0.47);
        border: 1px solid #e9eef2;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
        .dev-chat .chat-wrapper .chat-action .send-box > div {
          display: table-cell;
          vertical-align: middle; }
          .dev-chat .chat-wrapper .chat-action .send-box > div.send-text .form-control {
            border: none;
            background: none;
            box-shadow: none; }
          .dev-chat .chat-wrapper .chat-action .send-box > div.send-actions {
            width: 85px;
            text-align: right; }
            .dev-chat .chat-wrapper .chat-action .send-box > div.send-actions .btn {
              font-size: 18px;
              background: none;
              padding: 5px 7px;
              color: #4183d7; }

.dev-table {
  width: 100%; }
  .dev-table thead tr {
    border-bottom: 1px solid #e9eef2; }
    .dev-table thead tr th {
      font-family: "CircularStd-Book";
      font-weight: normal;
      font-size: 14px;
      color: #8797a9;
      padding: 15px 0; }
  .dev-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e9eef2; }
  .dev-table tbody tr td {
    padding: 15px 0;
    font-family: "CircularStd-Book";
    font-weight: normal;
    font-size: 15px;
    color: #354052; }
  .dev-table.white-style {
    border-spacing: 0 10px;
    border-collapse: separate; }
    .dev-table.white-style thead tr {
      border-bottom: none;
      background: white; }
      .dev-table.white-style thead tr th {
        padding: 15px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #e9eef2; }
        .dev-table.white-style thead tr th:first-child {
          border-left-width: 1px; }
        .dev-table.white-style thead tr th:last-child {
          border-right-width: 1px; }
    .dev-table.white-style tbody tr {
      background: white; }
      .dev-table.white-style tbody tr:not(:last-child) {
        border-bottom: none; }
      .dev-table.white-style tbody tr td {
        padding: 15px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #e9eef2; }
        .dev-table.white-style tbody tr td:first-child {
          border-left-width: 1px; }
        .dev-table.white-style tbody tr td:last-child {
          border-right-width: 1px; }

.checkbox {
  margin: 0; }
  .checkbox label {
    font-family: "CircularStd-Book";
    font-weight: normal;
    font-size: 14px;
    color: #354052; }

.dev-icon-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  background: rgba(243, 104, 89, 0.2);
  color: #f36859; }
  .dev-icon-circle.icon-lg {
    height: 87px;
    width: 87px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 87px;
    font-size: 33px; }
  .dev-icon-circle.red-icon {
    background: rgba(243, 104, 89, 0.2);
    color: #f36859; }
  .dev-icon-circle.blue-icon {
    background: rgba(65, 131, 215, 0.2);
    color: #4183d7; }

#detail-map {
  height: 230px;
  background: #20285e; }

.v-top {
  vertical-align: top; }

.dev-checkable {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 7px 25px;
  background-color: #d6dde4;
  color: #8797a9;
  font-family: "CircularStd-Book";
  font-weight: normal;
  font-size: 14px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
  .dev-checkable.active {
    background-color: #e4edf9;
    color: #4183d7; }
  .dev-checkable > input {
    position: absolute;
    left: -50px;
    top: -15px;
    visibility: hidden; }

.checkable-reveal {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top; }

.dev-footer {
  background: #f8f9fb;
  padding-top: 80px; }
  .dev-footer .f-top {
    padding: 25px 0;
    border-bottom: 1px solid #ccc; }
  .dev-footer .f-bottom {
    padding: 15px 0; }
  .dev-footer .copyright {
    padding: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #333333; }
  .dev-footer .nav {
    float: right; }
    .dev-footer .nav li a {
      color: #333333;
      background: none;
      text-shadow: none;
      padding: 7px;
      font-weight: 500;
      font-size: 13px; }
      .dev-footer .nav li a:hover, .dev-footer .nav li a:focus {
        color: #333333;
        background: none; }
  .dev-footer .f-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333; }
  .dev-footer .f-subtitle {
    margin: 0 0 15px 0;
    font-size: 13px;
    font-weight: 500;
    color: #333333; }
  .dev-footer .f-links-list {
    margin-bottom: 15px; }
    .dev-footer .f-links-list li a {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: #333333;
      padding: 3px 0; }
  .dev-footer .socials {
    padding: 5px 0; }
    .dev-footer .socials a {
      margin-left: 5px;
      font-size: 14px;
      display: inline-block;
      text-align: center;
      line-height: 2em;
      width: 2em;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #969798;
      color: white; }

/* bxslider */
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
  display: inline-block; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
  opacity: 0.29; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: white;
  opacity: 1; }

.dev-slider .slide-item .item-wrap {
  margin: 0 15px; }

/* / bxslider */
.ts-xs {
  font-size: 12px; }

.ts-sm {
  font-size: 14px; }

.ts-md {
  font-size: 16px; }

.ts-lg {
  font-size: 18px; }

.ts-xlg {
  font-size: 20px; }

.tw-100 {
  font-weight: 100 !important; }

.tw-200 {
  font-weight: 200 !important; }

.tw-300 {
  font-weight: 300 !important; }

.tw-400 {
  font-weight: 400 !important; }

.tw-500 {
  font-weight: 500 !important; }

.tw-600 {
  font-weight: 600 !important; }

.tw-700 {
  font-weight: 700 !important; }

.tw-900 {
  font-weight: 900 !important; }

.tc-red {
  color: #f36859; }

.tc-grey {
  color: #92a1b2; }

.no-pdn {
  padding: 0 !important; }

.no-pdn-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-pdn-r {
  padding-right: 0 !important; }

.no-pdn-l {
  padding-left: 0 !important; }

.no-pdn-t {
  padding-top: 0 !important; }

.no-pdn-b {
  padding-bottom: 0 !important; }

.no-mrg {
  margin: 0 !important; }

.nm-t {
  margin-top: 0 !important; }

.nm-b {
  margin-bottom: 0 !important; }

.nm-l {
  margin-left: 0 !important; }

.nm-r {
  margin-right: 0 !important; }

.dis-block {
  display: block !important; }

.dis-inline {
  display: inline-block !important; }

.pdn-xs {
  padding: 5px; }

.pdn-lr-xs {
  padding-left: 5px;
  padding-right: 5px; }

.pdn-l-xs {
  padding-left: 5px; }

.pdn-r-xs {
  padding-right: 5px; }

.pdn-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px; }

.pdn-t-xs {
  padding-top: 5px; }

.pdn-b-xs {
  padding-bottom: 5px; }

.pdn-sm {
  padding: 15px; }

.pdn-lr-sm {
  padding-left: 15px;
  padding-right: 15px; }

.pdn-l-sm {
  padding-left: 15px; }

.pdn-r-sm {
  padding-right: 15px; }

.pdn-tb-sm {
  padding-top: 15px;
  padding-bottom: 15px; }

.pdn-t-sm {
  padding-top: 15px; }

.pdn-b-sm {
  padding-bottom: 15px; }

.pdn-md {
  padding: 25px; }

.pdn-lr-md {
  padding-left: 25px;
  padding-right: 25px; }

.pdn-l-md {
  padding-left: 25px; }

.pdn-r-md {
  padding-right: 25px; }

.pdn-tb-md {
  padding-top: 25px;
  padding-bottom: 25px; }

.pdn-t-md {
  padding-top: 25px; }

.pdn-b-md {
  padding-bottom: 25px; }

.pdn-lg {
  padding: 35px; }

.pdn-lr-lg {
  padding-left: 35px;
  padding-right: 35px; }

.pdn-l-lg {
  padding-left: 35px; }

.pdn-r-lg {
  padding-right: 35px; }

.pdn-tb-lg {
  padding-top: 35px;
  padding-bottom: 35px; }

.pdn-t-lg {
  padding-top: 35px; }

.pdn-b-lg {
  padding-bottom: 35px; }

.pdn-xlg {
  padding: 45px; }

.pdn-lr-xlg {
  padding-left: 45px;
  padding-right: 45px; }

.pdn-l-xlg {
  padding-left: 45px; }

.pdn-r-xlg {
  padding-right: 45px; }

.pdn-tb-xlg {
  padding-top: 45px;
  padding-bottom: 45px; }

.pdn-t-xlg {
  padding-top: 45px; }

.pdn-b-xlg {
  padding-bottom: 45px; }

.pdn-xxlg {
  padding: 80px; }

.pdn-lr-xxlg {
  padding-left: 80px;
  padding-right: 80px; }

.pdn-l-xxlg {
  padding-left: 80px; }

.pdn-r-xxlg {
  padding-right: 80px; }

.pdn-tb-xxlg {
  padding-top: 80px;
  padding-bottom: 80px; }

.pdn-t-xxlg {
  padding-top: 80px; }

.pdn-b-xxlg {
  padding-bottom: 80px; }

.mrg-xs {
  margin: 5px; }

.mrg-lr-xs {
  margin-left: 5px;
  margin-right: 5px; }

.mrg-l-xs {
  margin-left: 5px; }

.mrg-r-xs {
  margin-right: 5px; }

.mrg-tb-xs {
  margin-top: 5px;
  margin-bottom: 5px; }

.mrg-t-xs {
  margin-top: 5px; }

.mrg-b-xs {
  margin-bottom: 5px; }

.mrg-sm {
  margin: 15px; }

.mrg-lr-sm {
  margin-left: 15px;
  margin-right: 15px; }

.mrg-l-sm {
  margin-left: 15px; }

.mrg-r-sm {
  margin-right: 15px; }

.mrg-tb-sm {
  margin-top: 15px;
  margin-bottom: 15px; }

.mrg-t-sm {
  margin-top: 15px; }

.mrg-b-sm {
  margin-bottom: 15px; }

.mrg-md {
  margin: 25px; }

.mrg-lr-md {
  margin-left: 25px;
  margin-right: 25px; }

.mrg-l-md {
  margin-left: 25px; }

.mrg-r-md {
  margin-right: 25px; }

.mrg-tb-md {
  margin-top: 25px;
  margin-bottom: 25px; }

.mrg-t-md {
  margin-top: 25px; }

.mrg-b-md {
  margin-bottom: 25px; }

.mrg-lg {
  margin: 35px; }

.mrg-lr-lg {
  margin-left: 35px;
  margin-right: 35px; }

.mrg-l-lg {
  margin-left: 35px; }

.mrg-r-lg {
  margin-right: 35px; }

.mrg-tb-lg {
  margin-top: 35px;
  margin-bottom: 35px; }

.mrg-t-lg {
  margin-top: 35px; }

.mrg-b-lg {
  margin-bottom: 35px; }

.mrg-xlg {
  margin: 45px; }

.mrg-lr-xlg {
  margin-left: 45px;
  margin-right: 45px; }

.mrg-l-xlg {
  margin-left: 45px; }

.mrg-r-xlg {
  margin-right: 45px; }

.mrg-tb-xlg {
  margin-top: 45px;
  margin-bottom: 45px; }

.mrg-t-xlg {
  margin-top: 45px; }

.mrg-b-xlg {
  margin-bottom: 45px; }

.mrg-xxlg {
  margin: 80px; }

.mrg-lr-xxlg {
  margin-left: 80px;
  margin-right: 80px; }

.mrg-l-xxlg {
  margin-left: 80px; }

.mrg-r-xxlg {
  margin-right: 80px; }

.mrg-tb-xxlg {
  margin-top: 80px;
  margin-bottom: 80px; }

.mrg-t-xxlg {
  margin-top: 80px; }

.mrg-b-xxlg {
  margin-bottom: 80px; }

.mt30 {
  margin-top: 30px; }

.with-b {
  border: 1px solid #ccc; }

.with-bb {
  border-bottom: 1px solid #ccc; }

.with-bt {
  border-top: 1px solid #ccc; }

.with-br {
  border-right: 1px solid #ccc; }

.with-bl {
  border-left: 1px solid #ccc; }

.bg-white {
  background: white; }

.gray-bg {
  background: #f8f8f8; }

/*# sourceMappingURL=app.css.map */
