@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../fonts/WorkSans-Regular.eot');
  src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-Regular.woff2') format('woff2'),
    url('../fonts/WorkSans-Regular.woff') format('woff'),
    url('../fonts/WorkSans-Regular.ttf') format('truetype'),
    url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WorkSans-Thin';
  src: url('../fonts/WorkSans-Thin.eot');
  src: url('../fonts/WorkSans-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-Thin.woff2') format('woff2'),
    url('../fonts/WorkSans-Thin.woff') format('woff'),
    url('../fonts/WorkSans-Thin.ttf') format('truetype'),
    url('../fonts/WorkSans-Thin.svg#WorkSans-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WorkSans-Light';
  src: url('../fonts/WorkSans-Light.eot');
  src: url('../fonts/WorkSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-Light.woff2') format('woff2'),
    url('../fonts/WorkSans-Light.woff') format('woff'),
    url('../fonts/WorkSans-Light.ttf') format('truetype'),
    url('../fonts/WorkSans-Light.svg#WorkSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../fonts/WorkSans-Medium.eot');
    src: url('../fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff'),
        url('../fonts/WorkSans-Medium.ttf') format('truetype'),
        url('../fonts/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../fonts/WorkSans-SemiBold.eot');
    src: url('../fonts/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
        url('../fonts/WorkSans-SemiBold.woff') format('woff'),
        url('../fonts/WorkSans-SemiBold.ttf') format('truetype'),
        url('../fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html, body {
  padding: 0;
  margin: 0;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  background: #F9F9F9;
  color: #000;
}

h1 {
  font-family: 'WorkSans-Thin';
  font-size: 32px;
  letter-spacing: -1;
}

h2 {
  font-family: 'WorkSans-Light';
  font-size: 24px;
  letter-spacing: -0.4;
}

h3 {
  font-family: 'WorkSans-Light';
  font-size: 20px;
  letter-spacing: -0.3;
}

h4 {
  font-family: 'WorkSans-Light';
  font-size: 18px;
  letter-spacing: -0.2;
}

h5 {
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  letter-spacing: -0.2;
}

h6 {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .remove-margin {
    margin: 0 !important;
  }
}

@media (min-width: 576px) {
  .remove-margin {
    margin: 0 !important;
  }
}

@media (min-width: 769px) {
  .remove-margin {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .remove-margin {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .remove-margin {
    margin: 0 !important;
  }
}

@media (max-width: 576px) {
  .remove-padding {
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
  .remove-padding {
    padding: 0 !important;
  }
}

@media (min-width: 769px) {
  .remove-padding {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .remove-padding {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .remove-padding {
    padding: 0 !important;
  }
}

.mybtn-white {
  padding: 10px 15px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #9B9B9B;
  border-radius: 4px;
  border: 1px solid #9B9B9B;
}

.mybtn-white:hover {
  padding: 10px 15px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #9B9B9B;
  border-radius: 4px;
  border: 1px solid #9B9B9B;
}

.mybtn-white-small {
  padding: 8px 13px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #9B9B9B;
  border-radius: 4px;
  border: 1px solid #9B9B9B;
}

.mybtn-white-small:hover {
  padding: 8px 13px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #9B9B9B;
  border-radius: 4px;
  border: 1px solid #9B9B9B;
}

.mybtn-blue {
  padding: 10px 15px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-blue:hover {
  padding: 10px 15px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-blue-small {
  padding: 8px 13px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-blue-small:hover {
  padding: 8px 13px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-green {
  padding: 10px 15px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-green:hover {
  padding: 10px 15px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-green-small {
  padding: 8px 13px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-green-small:hover {
  padding: 8px 13px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-green-revert-white {
  padding: 10px 15px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #61A343;
  border-radius: 4px;
  border: 1px solid #61A343;
}

.mybtn-green-revert-white:hover {
  padding: 10px 15px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #61A343;
  border-radius: 4px;
  border: 1px solid #61A343;
}

.mybtn-green-revert-white-small {
  padding: 8px 13px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #61A343;
  border-radius: 4px;
  border: 1px solid #61A343;
}

.mybtn-green-revert-white-small:hover {
  padding: 8px 13px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #61A343;
  border-radius: 4px;
  border: 1px solid #61A343;
}

.clean-button-block {
  width: 100%;
}

.clean-button-green {
  padding: 8px 13px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #61A343;
  cursor: pointer;
}

.clean-button-green:hover {
  padding: 8px 13px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #61A343;
  cursor: pointer;
}

.clean-button-blue {
  padding: 8px 13px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #155A98;
  cursor: pointer;
}

.clean-button-blue:hover {
  padding: 8px 13px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #155A98;
  cursor: pointer;
}

.clean-button-grey {
  padding: 8px 13px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #61A343;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-grey:hover {
  padding: 8px 13px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #61A343;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-grey-white-text {
  padding: 8px 13px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-grey-white-text:hover {
  padding: 8px 13px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-white {
  padding: 8px 13px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.clean-button-white:hover {
  padding: 8px 13px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.clean-button-green-small {
  padding: 5px 10px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #61A343;
  cursor: pointer;
}

.clean-button-green-small:hover {
  padding: 5px 10px;
  background: #61A343;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #61A343;
  cursor: pointer;
}

.clean-button-blue-small {
  padding: 5px 10px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #155A98;
  cursor: pointer;
}

.clean-button-blue-small:hover {
  padding: 5px 10px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #155A98;
  cursor: pointer;
}

.clean-button-grey-small {
  padding: 5px 10px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #61A343;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-grey-small:hover {
  padding: 5px 10px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #61A343;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-grey-white-text-small {
  padding: 5px 10px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-grey-white-text-small:hover {
  padding: 5px 10px;
  background: #E5E5E5;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.clean-button-white-small {
  padding: 5px 10px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.clean-button-white-small:hover {
  padding: 5px 10px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 12px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.btn-center {
  text-align: center;
}

@media (max-width: 576px) {
  .btn-center {
    margin: 10px 0;
    display: block;
  }
}

@media (min-width: 576px) {
  .btn-center {
    margin: 10px 0;
    display: block;
  }
}

@media (min-width: 769px) {
  .btn-center {
    margin: 20px 0;
    min-width: 150px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .btn-center {
    margin: 20px 0;
    min-width: 150px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .btn-center {
    margin: 30px 0;
    min-width: 150px;
    display: inline-block;
  }
}

.btn-float-left {
  text-align: center;
}

@media (max-width: 576px) {
  .btn-float-left {
    margin: 10px 0;
    display: block;
  }
}

@media (min-width: 576px) {
  .btn-float-left {
    margin: 10px 0;
    display: block;
  }
}

@media (min-width: 769px) {
  .btn-float-left {
    margin: 20px 0;
    min-width: 200px;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 992px) {
  .btn-float-left {
    margin: 20px 0;
    min-width: 200px;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 1200px) {
  .btn-float-left {
    margin: 30px 0;
    min-width: 200px;
    display: inline-block;
    float: left;
  }
}

.btn-float-right {
  text-align: center;
}

@media (max-width: 576px) {
  .btn-float-right {
    margin: 20px 0 10px 0;
    display: block;
  }
}

@media (min-width: 576px) {
  .btn-float-right {
    margin: 20px 0 10px 0;
    display: block;
  }
}

@media (min-width: 769px) {
  .btn-float-right {
    margin: 20px 0;
    min-width: 200px;
    display: inline-block;
    float: right;
  }
}

@media (min-width: 992px) {
  .btn-float-right {
    margin: 20px 0;
    min-width: 200px;
    display: inline-block;
    float: right;
  }
}

@media (min-width: 1200px) {
  .btn-float-right {
    margin: 30px 0;
    min-width: 200px;
    display: inline-block;
    float: right;
  }
}

.bg-sample {
  background: url("../img/bg-1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.header-placeholder {
  padding-top: 50px;
}

@media (max-width: 576px) {
  .large-left-small-center {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .large-left-small-center {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .large-left-small-center {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .large-left-small-center {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .large-left-small-center {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .large-right-small-center {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .large-right-small-center {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .large-right-small-center {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .large-right-small-center {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .large-right-small-center {
    text-align: right;
  }
}

.text-green {
  color: #61A343;
}

@media (max-width: 576px) {
  .border-top-bottom-when-small {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}

@media (min-width: 576px) {
  .border-top-bottom-when-small {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}

@media (min-width: 769px) {
  .border-top-bottom-when-small {
    border: none;
  }
}

@media (min-width: 992px) {
  .border-top-bottom-when-small {
    border: none;
  }
}

@media (min-width: 1200px) {
  .border-top-bottom-when-small {
    border: none;
  }
}

@media (max-width: 576px) {
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .rm-margin-top {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .rm-margin-top {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 769px) {
  .rm-margin-top {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .rm-margin-top {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .rm-margin-top {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 576px) {
  .rm-margin-bottom {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .rm-margin-bottom {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 769px) {
  .rm-margin-bottom {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .rm-margin-bottom {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .rm-margin-bottom {
    margin-bottom: 0 !important;
  }
}

.my-card {
  background: #FFF;
  margin: 15px 0;
}

.image-card a {
  text-decoration: none;
}

.image-card .card-image-description {
  margin: 15px 0;
}

.image-card .card-image-description span.card-image-name {
  display: block;
  text-align: center;
  color: #61A343;
  font-size: 14px;
  line-height: 14px;
}

.image-card .card-image-description span.card-city {
  display: block;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}

.progress-bar {
  background: #61A343;
}

/*----------------------------------------------

Read More

-----------------------------------------------*/
.read-more-state {
  display: none;
}

.read-more-trigger {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  line-height: 2;
  color: transparent;
}

.read-more-wrap {
  max-height: 100px;
  transition: all 0.1s ease;
  background: -webkit-linear-gradient(#000, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  background: #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}

.read-more-state~.read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
  content: 'Show less';
}

header {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 99;
}

header nav.main-menu {
  position: relative;
  width: 100%;
  cursor: pointer;
}

header .brand {
  float: left;
  width: 130px;
}

header img.bluprin-logo {
  padding: 5px 5px 5px 0;
  width: 130px;
}

header .pull-right-menu {
  float: right;
}

header ul.blu-nav {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}

header li.nav-item {
  display: inline-block;
}

header a.nav-link {
  line-height: 30px;
  padding: 0 10px !important;
  color: #FFFFFF;
}

header .account {
  border-left: 2px solid #FFFFFF;
}

header ul.blu-nav-xs {
  display: inline-block;
  margin-right: -15px;
  padding: 0;
}

header li.nav-item-xs {
  display: inline-block;
  line-height: 50px;
  width: 50px;
  border-left: 1px solid #b5b5b5;
  text-align: center;
}

header li.nav-item-xs i {
  font-size: 20px;
}

.cta {
  height: 100vh;
}

.tagline {
  float: none;
  padding: 20px;
  max-width: 900px;
  background: rgba(7, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
}

@media (max-width: 576px) {
  .tagline {
    margin: 20px -15px;
  }
}

@media (min-width: 576px) {
  .tagline {
    margin: 20px auto;
  }
}

@media (min-width: 769px) {
  .tagline {
    margin: 20px auto;
  }
}

@media (min-width: 992px) {
  .tagline {
    margin: 20px auto;
  }
}

@media (min-width: 1200px) {
  .tagline {
    margin: 20px auto;
  }
}

.tagline h1.title {
  font-family: 'WorkSans-Light';
  letter-spacing: -0.3;
}

@media (max-width: 576px) {
  .tagline h1.title {
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .tagline h1.title {
    font-size: 32px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .tagline h1.title {
    font-size: 32px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .tagline h1.title {
    font-size: 32px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .tagline h1.title {
    font-size: 32px;
    text-align: center;
  }
}

@media (max-width: 769px) {
  .tagline h3.title-additional {
    display: none;
  }
}

form.search-box-area {
  margin: 0 auto;
  max-width: 700px;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  height: 50px;
}

form.search-box-area .search-icon {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  background: none;
  border: none;
}

form.search-box-area .search-icon img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form.search-box-area .search-input-box {
  padding: 0 5px;
}

@media (max-width: 576px) {
  form.search-box-area .search-input-box {
    width: calc(100% - 50px - 50px);
  }
}

@media (min-width: 576px) {
  form.search-box-area .search-input-box {
    width: calc(100% - 20% - 50px);
  }
}

@media (min-width: 769px) {
  form.search-box-area .search-input-box {
    width: calc(100% - 20% - 50px);
  }
}

@media (min-width: 992px) {
  form.search-box-area .search-input-box {
    width: calc(100% - 20% - 50px);
  }
}

@media (min-width: 1200px) {
  form.search-box-area .search-input-box {
    width: calc(100% - 20% - 50px);
  }
}

form.search-box-area .search-input-box input[type="text"] {
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  width: 100%;
  height: 48px;
  border: none;
}

form.search-box-area .search-option {
  padding: 0;
  border-left: 1px solid #E5E5E5;
}

@media (max-width: 576px) {
  form.search-box-area .search-option {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}

@media (min-width: 576px) {
  form.search-box-area .search-option {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}

@media (min-width: 769px) {
  form.search-box-area .search-option {
    width: 20%;
  }
}

@media (min-width: 992px) {
  form.search-box-area .search-option {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  form.search-box-area .search-option {
    width: 20%;
  }
}

form.search-box-area .search-option .cs-select span {
  font-family: 'WorkSans-Thin';
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

form.search-box-area .search-option .cs-skin-elastic.cs-active .cs-options ul li {
  margin: 0;
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 576px) {
  #section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  #section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 769px) {
  #section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 576px) {
  #section .head-box {
    padding-bottom: 10px;
  }
}

@media (min-width: 576px) {
  #section .head-box {
    padding-bottom: 10px;
  }
}

@media (min-width: 769px) {
  #section .head-box {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #section .head-box {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #section .head-box {
    padding-bottom: 30px;
  }
}

#section h3.title {
  font-family: 'WorkSans-Medium';
  letter-spacing: -0.3;
  text-align: center;
}

@media (max-width: 576px) {
  #section h3.title {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  #section h3.title {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  #section h3.title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  #section h3.title {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  #section h3.title {
    font-size: 22px;
  }
}

#section h4.desc {
  font-family: 'WorkSans-Light';
  letter-spacing: -0.2;
  text-align: center;
}

@media (max-width: 576px) {
  #section h4.desc {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  #section h4.desc {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  #section h4.desc {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  #section h4.desc {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  #section h4.desc {
    font-size: 18px;
  }
}

#section-mobile-title {
  padding: 0;
  background: #FFF;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 576px) {
  .card {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .card {
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) {
  .card {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .card {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .card {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .card-no-margin-bottom {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-no-margin-bottom {
    margin-bottom: 0px;
  }
}

@media (min-width: 769px) {
  .card-no-margin-bottom {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .card-no-margin-bottom {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .card-no-margin-bottom {
    margin-bottom: 30px;
  }
}

.card-no-border {
  border: none !important;
}

.card-title {
  font-family: 'WorkSans-Medium';
  line-height: 26px;
  color: #61A343;
}

@media (max-width: 576px) {
  .card-title {
    font-size: 16px;
    text-align: left;
  }
}

@media (min-width: 576px) {
  .card-title {
    font-size: 16px;
    text-align: left;
  }
}

@media (min-width: 769px) {
  .card-title {
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .card-title {
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .card-title {
    font-size: 18px;
    text-align: center;
  }
}

.card-text {
  font-family: 'WorkSans-Light';
  font-size: 14px;
  color: #000;
}

a.card-link {
  text-decoration: none !important;
}

.card-img-profile {
  border-radius: 50%;
  width: 50%;
  margin: 20px auto 0 auto;
}

.card-profile-title {
  font-family: 'WorkSans-Thin';
  line-height: 26px;
  color: #9B9B9B;
  text-align: center;
}

@media (max-width: 576px) {
  .card-profile-title {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .card-profile-title {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .card-profile-title {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .card-profile-title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .card-profile-title {
    font-size: 18px;
  }
}

p.card-profile-info {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  color: #9B9B9B;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #FFF;
}

@media (max-width: 576px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 769px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#footer ul.menu-footer {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

#footer ul.menu-footer li {
  padding: 0;
}

@media (max-width: 576px) {
  #footer ul.menu-footer li {
    display: block;
    text-align: center;
  }
}

@media (min-width: 576px) {
  #footer ul.menu-footer li {
    display: block;
    text-align: center;
  }
}

@media (min-width: 769px) {
  #footer ul.menu-footer li {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #footer ul.menu-footer li {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  #footer ul.menu-footer li {
    display: inline-block;
  }
}

#footer ul.menu-footer li a {
  padding: 0 10px;
  display: inline-block;
  font-family: 'WorkSans-Medium';
  font-size: 10px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 576px) {
  #footer ul.menu-footer li a {
    border-right: none;
  }
}

@media (min-width: 576px) {
  #footer ul.menu-footer li a {
    border-right: none;
  }
}

@media (min-width: 769px) {
  #footer ul.menu-footer li a {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
}

@media (min-width: 992px) {
  #footer ul.menu-footer li a {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
}

@media (min-width: 1200px) {
  #footer ul.menu-footer li a {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
}

@media (max-width: 576px) {
  #footer ul.menu-footer li:first-child a {
    padding: 0px 10px;
  }
}

@media (min-width: 576px) {
  #footer ul.menu-footer li:first-child a {
    padding: 0px 10px;
  }
}

@media (min-width: 769px) {
  #footer ul.menu-footer li:first-child a {
    padding: 0px 10px 0px 0px;
  }
}

@media (min-width: 992px) {
  #footer ul.menu-footer li:first-child a {
    padding: 0px 10px 0px 0px;
  }
}

@media (min-width: 1200px) {
  #footer ul.menu-footer li:first-child a {
    padding: 0px 10px 0px 0px;
  }
}

#footer ul.menu-footer li:last-child a {
  border-right: none;
}

#footer .footer-left-bottom {
  font-family: 'WorkSans-Medium';
  font-size: 10px;
  color: #9B9B9B;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  #footer .footer-left-bottom {
    margin: 5px 0;
    display: block;
    text-align: center;
  }
}

@media (min-width: 576px) {
  #footer .footer-left-bottom {
    margin: 5px 0;
    display: block;
    text-align: center;
  }
}

@media (min-width: 769px) {
  #footer .footer-left-bottom {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #footer .footer-left-bottom {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  #footer .footer-left-bottom {
    display: inline-block;
  }
}

#footer .footer-left-bottom a {
  color: #9B9B9B !important;
}

#footer .footer-left-bottom a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  #footer .social-media {
    text-align: center;
  }
}

@media (min-width: 576px) {
  #footer .social-media {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #footer .social-media {
    text-align: right;
  }
}

@media (min-width: 992px) {
  #footer .social-media {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  #footer .social-media {
    text-align: right;
  }
}

#footer ul.social-media-link {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer ul.social-media-link li {
  padding: 0 10px;
  display: inline-block;
}

#footer ul.social-media-link li a {
  color: #9B9B9B;
}

#footer ul.social-media-link li a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  .image-grid {
    margin: 10px 0;
  }
}

@media (min-width: 576px) {
  .image-grid {
    margin: 10px 0;
  }
}

@media (min-width: 769px) {
  .image-grid {
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  .image-grid {
    margin: 20px 0;
  }
}

@media (min-width: 1200px) {
  .image-grid {
    margin: 30px 0;
  }
}

#select-option-home .select-with-border {
  border: 1px solid #E5E5E5;
}

#select-option-home .cs-skin-elastic.cs-active .cs-options ul li {
  margin: 0;
  border-top: 1px solid #E5E5E5;
}

#select-option-home .cs-select span {
  font-family: 'WorkSans-Thin';
  color: #000;
  padding: 0.64em !important;
}

/*----------------------------------------------

Form Wizard

-----------------------------------------------*/
.bs-wizard {
  margin-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
  padding: 0;
}

.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  font-size: 14px;
  margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: transparent;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #155A98;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0px;
  height: 3px;
  box-shadow: none;
  margin: 22px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0px;
  box-shadow: none;
  background: #155A98;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: transparent;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  background: #CCC;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/*----------------------------------------------

Page Home

-----------------------------------------------*/
#carouselExampleControls {
  padding: 0 40px;
}

#carouselExampleControls i.my-carousel-arrow {
  font-size: 36px;
  color: #E5E5E5;
}

/*----------------------------------------------

Page Photos

-----------------------------------------------*/
.adv-filter {
  background: #FFF;
}

.filter-criteria {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}

.filter-criteria .sprite {
  left: 25px;
}

.filter-criteria-title {
  font-family: 'WorkSans-Light';
  font-size: 16px;
}

.filter-criteria-title i {
  position: relative;
  float: right;
  font-size: 20px;
  color: #E5E5E5;
}

.filter-criteria-option {
  margin-top: 15px;
}

.color-desc {
  padding-left: 1.4em;
}

@media (max-width: 576px) {
  .image-grid-photos {
    margin: -10px 0 0 0;
  }
}

@media (min-width: 576px) {
  .image-grid-photos {
    margin: -10px 0 0 0;
  }
}

@media (min-width: 769px) {
  .image-grid-photos {
    margin: -10px 0 0 0;
  }
}

@media (min-width: 992px) {
  .image-grid-photos {
    margin: -10px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .image-grid-photos {
    margin: -10px 0 0 0;
  }
}

.search-result-info {
  margin: 0 0 1rem 10px;
}

.search-result-info p {
  margin-bottom: 0.1rem;
  font-family: 'WorkSans-Light';
  font-size: 16px;
}

#selected-filter span.filter-tags {
  margin-right: 5px;
  padding: 3px 5px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  font-size: 12px;
  font-family: "WorkSans-Medium";
}

.mobile-filter-menu {
  position: relative;
  float: left;
  display: inline-block;
  padding: 10px 0;
  width: 50%;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  font-family: 'WorkSans-Medium';
  text-align: center;
  cursor: pointer;
}

.mobile-filter-menu:last-child {
  border-right: none;
}

.mobile-filter-menu .sprite {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  transform: none;
  margin-right: 5px;
}

/*----------------------------------------------

Common Mobile

-----------------------------------------------*/
h4.mobile-title {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

/*----------------------------------------------

Photo Filter Modal

-----------------------------------------------*/
#photoFilterModal .modal-dialog {
  margin: 0 !important;
}

#photoFilterModal .modal-content {
  border-radius: 0;
}

#photoFilterModal .modal-header {
  background: #155A98;
}

#photoFilterModal .modal-body {
  background: #F9F9F9;
  height: calc(100vh - 58px - 58px);
  overflow: auto;
}

#photoFilterModal .modal-footer {
  padding: 12px 15px;
}

#photoFilterModal h4.modal-title {
  width: 100%;
  font-family: 'WorkSans-Medium';
  text-align: center;
  color: #FFF;
}

#photoFilterModal button.reset {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#photoFilterModal .reset {
  font-family: 'WorkSans-Thin';
  font-size: 14px;
  color: #FFF;
}

#photoFilterModal button.cancel {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#photoFilterModal .cancel {
  float: right;
  font-family: 'WorkSans-Thin';
  font-size: 14px;
  color: #FFF;
}

#photoFilterModal .modal-footer {
  justify-content: center;
}

#photoFilterModal .mybtn-green {
  margin: 0;
  padding: 5px 20px;
}

#photoFilterModal .adv-filter {
  background: none;
}

#photoFilterModal .filter-criteria {
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}

#photoFilterModal .filter-criteria-title {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
}

/*----------------------------------------------

Photo Search Modal

-----------------------------------------------*/
#photoSearchModal .modal-dialog {
  margin: 0 !important;
}

#photoSearchModal .modal-content {
  border-radius: 0;
}

#photoSearchModal .modal-header {
  background: #155A98;
}

#photoSearchModal .modal-body {
  background: #F9F9F9;
}

#photoSearchModal h4.modal-title {
  width: 100%;
  font-family: 'WorkSans-Medium';
  text-align: center;
  color: #FFF;
}

#photoSearchModal h6 {
  margin: 0;
  padding: 0 0 15px 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
}

#photoSearchModal button.reset {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#photoSearchModal .reset {
  font-family: 'WorkSans-Thin';
  font-size: 14px;
  color: #FFF;
}

#photoSearchModal button.cancel {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#photoSearchModal .cancel {
  float: right;
  font-family: 'WorkSans-Thin';
  font-size: 14px;
  color: #FFF;
}

#photoSearchModal .modal-footer {
  justify-content: center;
  bottom: 0;
  position: absolute;
  width: 100%;
  background: #FFF;
}

#photoSearchModal .modal-body {
  height: calc(100vh - 103px) !important;
}

#photoSearchModal .mybtn-green {
  margin: 0;
  padding: 5px 20px;
}

#photoSearchModal .adv-filter {
  background: none;
}

#photoSearchModal .filter-criteria {
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}

#photoSearchModal .filter-criteria-title {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  color: #5C5C5C;
}

#photoSearchModal .option-tab {
  background: #FFF;
  padding: 0;
}

#photoSearchModal .mobile-filter-menu {
  border-top: none;
}

/*----------------------------------------------

Photo Detail Modal

-----------------------------------------------*/
@media (max-width: 576px) {
  #photoDetailsModal .modal-dialog {
    margin: 0;
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  #photoDetailsModal .modal-dialog {
    margin: 0;
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  #photoDetailsModal .modal-dialog {
    margin: 0;
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #photoDetailsModal .modal-dialog {
    margin: 0;
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  #photoDetailsModal .modal-dialog {
    margin: 0;
    position: relative;
    max-width: 100%;
  }
}

.photo-detail-modal {
  position: relative;
}

.photo-detail-left {
  padding: 0;
  background: #FFF;
}

@media (max-width: 576px) {
  .photo-detail-left {
    min-height: 100vh;
  }
}

@media (min-width: 576px) {
  .photo-detail-left {
    min-height: 100vh;
  }
}

@media (min-width: 769px) {
  .photo-detail-left {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .photo-detail-left {
    height: 100vh;
  }
}

@media (min-width: 1200px) {
  .photo-detail-left {
    height: 100vh;
  }
}

.photo-detail-right {
  padding: 0;
}

@media (max-width: 576px) {
  .photo-detail-right {
    height: auto;
  }
}

@media (min-width: 576px) {
  .photo-detail-right {
    height: auto;
  }
}

@media (min-width: 769px) {
  .photo-detail-right {
    height: auto;
  }
}

@media (min-width: 992px) {
  .photo-detail-right {
    height: 100vh;
  }
}

@media (min-width: 1200px) {
  .photo-detail-right {
    height: 100vh;
  }
}

.photo-detail-right .image-preview {
  width: 100%;
}

@media (min-width: 992px) {
  .photo-detail-right .image-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  .photo-detail-right .image-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.photo-detail-right img.photo-detail-item-car {
  width: 100%;
}

.photo-detail-header {
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
}

.photo-detail-header .mybtn-green-small {
  width: 49%;
  cursor: pointer;
}

@media (max-width: 576px) {
  .photo-detail-header .mybtn-green-small {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .photo-detail-header .mybtn-green-small {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .photo-detail-header .mybtn-green-small {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .photo-detail-header .mybtn-green-small {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .photo-detail-header .mybtn-green-small {
    font-size: 12px;
  }
}

.photo-detail-header .mybtn-blue-small {
  width: 49%;
  cursor: pointer;
}

@media (max-width: 576px) {
  .photo-detail-header .mybtn-blue-small {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .photo-detail-header .mybtn-blue-small {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .photo-detail-header .mybtn-blue-small {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .photo-detail-header .mybtn-blue-small {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .photo-detail-header .mybtn-blue-small {
    font-size: 12px;
  }
}

.photo-detail-header .professional-info {
  margin-bottom: 10px;
}

.photo-detail-header .professional-info .avatar {
  display: inline-block;
  margin-right: 10px;
}

.photo-detail-header .professional-info .avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #e5e5e5;
}

.photo-detail-header .professional-info .short-info {
  display: inline-block;
}

.photo-detail-header .professional-info .short-info span.name {
  display: block;
  font-family: "WorkSans-Light";
  color: #000;
  font-size: 20px;
}

.photo-detail-header .professional-info .short-info span.ratings {
  font-family: "WorkSans-Light";
  font-size: 12px;
}

.photo-detail-project {
  position: relative;
  padding: 15px;
  width: 100%;
  overflow: auto;
}

.photo-detail-project table {
  width: 100%;
}

.photo-detail-project table tr {
  border-bottom: 1px solid #E5E5E5;
}

.photo-detail-project table tr td {
  width: 50%;
  font-size: 13px;
  line-height: 25px;
}

.photo-detail-project table tr .left-col-table {
  font-family: 'WorkSans-Medium';
}

.photo-detail-project h2.project-name {
  margin-bottom: 0;
  font-family: "WorkSans-Thin";
  color: #61A343;
}

@media (max-width: 576px) {
  .photo-detail-project h2.project-name {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .photo-detail-project h2.project-name {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .photo-detail-project h2.project-name {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .photo-detail-project h2.project-name {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .photo-detail-project h2.project-name {
    text-align: left;
  }
}

.photo-detail-project .project-attr {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .photo-detail-project .project-attr {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .photo-detail-project .project-attr {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .photo-detail-project .project-attr {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .photo-detail-project .project-attr {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .photo-detail-project .project-attr {
    text-align: left;
  }
}

.photo-detail-project .project-attr span.icon-set {
  margin-right: 10px;
  font-size: 12px;
}

.photo-detail-project .project-attr .sprite {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  transform: none;
}

.photo-detail-project .other-photo {
  padding-top: 15px;
}

@media (max-width: 576px) {
  .photo-detail-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .photo-detail-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .photo-detail-project .other-photo {
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .photo-detail-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .photo-detail-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

.photo-detail-project .other-photo h4 {
  font-family: "WorkSans-Thin";
}

@media (max-width: 576px) {
  .photo-detail-project .other-photo h4 {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .photo-detail-project .other-photo h4 {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .photo-detail-project .other-photo h4 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .photo-detail-project .other-photo h4 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .photo-detail-project .other-photo h4 {
    text-align: left;
  }
}

.photo-detail-project .other-photo .image-grid-3 {
  width: 100%;
  padding: 0 3px;
}

.mini-menu-modal {
  position: relative;
  padding: 10px;
}

@media (max-width: 576px) {
  .mini-menu-modal {
    background: #FFF;
  }
}

@media (min-width: 576px) {
  .mini-menu-modal {
    background: #FFF;
  }
}

@media (min-width: 769px) {
  .mini-menu-modal {
    background: #FFF;
  }
}

@media (min-width: 992px) {
  .mini-menu-modal {
    background: none;
  }
}

@media (min-width: 1200px) {
  .mini-menu-modal {
    background: none;
  }
}

.mini-menu-modal .sprite {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  transform: none;
  margin-right: 5px;
}

.mini-menu-modal .close-mini-menu-modal {
  display: inline-block;
  float: right;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .mini-menu-modal .close-mini-menu-modal {
    color: #E5E5E5;
  }
}

@media (min-width: 1200px) {
  .mini-menu-modal .close-mini-menu-modal {
    color: #E5E5E5;
  }
}

/*----------------------------------------------

About

-----------------------------------------------*/
.bg-about-intro {
  background: url("../img/bg-about.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: calc(100vh - 52px);
}

#about {
  background: #FFF;
}

#about .bg-about-end {
  background: url("../img/bg-about-end.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

#about .nav-tabs {
  border: none;
}

#about .nav-tabs .nav-link {
  padding: 15px 0;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid transparent;
  color: #000;
  font-family: "WorkSans-Light";
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

#about .nav-tabs .nav-link:hover {
  border-right: none;
  border-left: none;
  border-bottom: 3px solid #61A343;
  color: #61A343 !important;
}

#about .nav-tabs .nav-link.active {
  color: #61A343 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #61A343 !important;
}

#about .nav-item {
  width: 100%;
}

@media (max-width: 576px) {
  #about .tab-content {
    padding-top: 10px;
  }
}

@media (min-width: 576px) {
  #about .tab-content {
    padding-top: 10px;
  }
}

@media (min-width: 769px) {
  #about .tab-content {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  #about .tab-content {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) {
  #about .tab-content {
    padding-top: 30px;
  }
}

#about h2 {
  margin-bottom: 20px;
  font-family: "WorkSans-Thin";
}

#about p {
  margin-bottom: 20px;
  font-family: "WorkSans-Thin";
  line-height: 25px;
}

#about .row-photo {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}

#about .col-small-gutter {
  padding-left: 5px;
  padding-right: 5px;
}

#about img.about-profile-photo {
  width: 100%;
  margin-bottom: 10px;
}

/*----------------------------------------------

Consult And Hire

-----------------------------------------------*/
#consult-and-hire {
  margin-top: 50px;
  padding: 30px 0;
}

#consult-and-hire h1.page-title {
  text-align: center;
}

#consult-and-hire p.description {
  margin-bottom: 0;
  text-align: center;
}

#consult-and-hire .cnh-wrapper {
  margin-top: 30px;
  background: #FFF;
  border: 1px solid #E5E5E5;
}

@media (max-width: 576px) {
  #consult-and-hire .cnh-wrapper {
    padding: 15px 20px;
  }
}

@media (min-width: 576px) {
  #consult-and-hire .cnh-wrapper {
    padding: 15px 20px;
  }
}

@media (min-width: 769px) {
  #consult-and-hire .cnh-wrapper {
    padding: 30px 50px;
  }
}

@media (min-width: 992px) {
  #consult-and-hire .cnh-wrapper {
    padding: 30px 50px;
  }
}

@media (min-width: 1200px) {
  #consult-and-hire .cnh-wrapper {
    padding: 30px 50px;
  }
}

#consult-and-hire .select2-container {
  width: 100% !important;
}

#consult-and-hire .select2-container .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 33.5px;
}

#consult-and-hire .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35.5px;
}

#consult-and-hire .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33.5px;
}

#consult-and-hire #section-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35.5px;
}

#consult-and-hire .checkbox-image-wrap {
  text-align: center;
}

#consult-and-hire .checkbox-image-wrap .form-check-input {
  position: relative;
  margin-left: 0px;
}

#consult-and-hire .checkbox-image-wrap .label-icon {
  display: block;
  margin: 0 auto;
  height: 70px;
}

#consult-and-hire .checkbox-image-wrap span.checkbox-desc {
  position: relative;
  display: block;
  margin: 5px 15px 5px 0;
}

#consult-and-hire .checkbox-image-wrap span.checkbox-desc i {
  position: absolute;
  right: -20px;
  top: 3px;
}

#consult-and-hire .testimonial-wrap {
  margin-top: 30px;
}

#consult-and-hire .testimonial-wrap h1.testimonial-title {
  text-align: center;
  margin-bottom: 30px;
}

#consult-and-hire span.testimonial-by {
  display: block;
  font-family: "WorkSans-SemiBold";
  font-size: 12px;
}

#consult-and-hire .user-features {
  margin-bottom: 20px;
}

#consult-and-hire .user-features span.title {
  display: block;
  font-size: 16px;
  color: #155A98;
}

/*----------------------------------------------

Professionals Project

-----------------------------------------------*/
#professionals-project {
  margin-top: 50px;
  margin-bottom: 15px;
}

#professionals-project .project-info {
  padding: 20px;
  min-height: 80px;
  background: #FFF;
}

@media (max-width: 576px) {
  #professionals-project .project-info {
    margin: 7.5px 0;
  }
}

@media (min-width: 576px) {
  #professionals-project .project-info {
    margin: 7.5px 0;
  }
}

@media (min-width: 769px) {
  #professionals-project .project-info {
    margin: 15px 0;
  }
}

@media (min-width: 992px) {
  #professionals-project .project-info {
    margin: 15px 0;
  }
}

@media (min-width: 1200px) {
  #professionals-project .project-info {
    margin: 15px 0;
  }
}

#professionals-project .project-info .professional-avatar {
  width: 100%;
}

#professionals-project .project-info h3.professional-name {
  margin-bottom: 0;
}

#professionals-project .project-info span.address {
  display: block;
  font-family: "WorkSans-Thin";
  font-size: 14px;
}

#professionals-project .project-info span.others-info {
  display: block;
  font-family: "WorkSans-Medium";
  font-size: 12px;
}

#professionals-project .project-result-info {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}

#professionals-project .project-result-info ul.result-info-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

#professionals-project .project-result-info ul.result-info-list li {
  padding: 10px 0;
  display: inline-block;
  width: 23.8%;
  border-right: 1px solid #E5E5E5;
  text-align: center;
}

#professionals-project .project-result-info ul.result-info-list li:last-child {
  border-right: none;
}

#professionals-project .project-result-info h2.total-result-info {
  margin: 10px 0 0 0;
}

#professionals-project .project-result-info span.name-result-info {
  margin-bottom: 10px;
  display: block;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  text-transform: uppercase;
}

#professionals-project table.professional-connected {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}

#professionals-project table.professional-connected tr {
  border-bottom: 1px solid #E5E5E5;
}

#professionals-project table.professional-connected tr td {
  vertical-align: middle;
}

#professionals-project table.professional-connected tr td i.my-sprite {
  margin: 0 auto;
}

#professionals-project table.professional-connected tr td a.connected-link {
  color: #61A343;
  text-decoration: none;
}

#professionals-project table.professional-connected tr td a.connected-link:hover {
  color: #61A343;
}

#professionals-project .professional-about-wrap {
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
}

#professionals-project .professional-about {
  position: relative;
}

#professionals-project .professional-about p {
  margin-bottom: 0;
}

#professionals-project .message-shortcut {
  padding: 15px 15px 0px 15px;
  border-bottom: 1px solid #E5E5E5;
}

#professionals-project .message-shortcut .select-with-border {
  border: 1px solid #E5E5E5;
}

#professionals-project .message-shortcut .cs-skin-elastic.cs-active .cs-options ul li {
  margin: 0;
  border-top: 1px solid #E5E5E5;
}

#professionals-project .message-shortcut .cs-select span {
  font-family: 'WorkSans-Thin';
  color: #000;
  padding: 0.64em !important;
}

#professionals-project .message-shortcut .my-form-set {
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

#professionals-project .message-shortcut .uk-placeholder {
  margin-bottom: 0;
}

#professionals-project .project-navigation {
  position: relative;
  padding: 15px;
}

#professionals-project .project-navigation a.pro-nav {
  font-family: "WorkSans-Medium";
  font-size: 12px;
  color: #61A343;
  text-decoration: none;
}

#professionals-project .project-navigation h2 {
  padding: 15px 0;
  margin: 0;
}

@media (max-width: 576px) {
  #professionals-project .project-navigation h2 {
    text-align: center;
  }
}

@media (min-width: 576px) {
  #professionals-project .project-navigation h2 {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #professionals-project .project-navigation h2 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  #professionals-project .project-navigation h2 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #professionals-project .project-navigation h2 {
    text-align: left;
  }
}

#professionals-project .project-navigation .stat-and-share {
  margin-bottom: 15px;
  min-height: 50px;
}

@media (max-width: 576px) {
  #professionals-project .project-navigation .stat-and-share {
    border-top: none;
    border-bottom: none;
  }
}

@media (min-width: 576px) {
  #professionals-project .project-navigation .stat-and-share {
    border-top: none;
    border-bottom: none;
  }
}

@media (min-width: 769px) {
  #professionals-project .project-navigation .stat-and-share {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}

@media (min-width: 992px) {
  #professionals-project .project-navigation .stat-and-share {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}

@media (min-width: 1200px) {
  #professionals-project .project-navigation .stat-and-share {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}

#professionals-project .project-navigation .stat-and-share span.statistic {
  display: inline-block;
  font-family: "WorkSans-Light";
  text-transform: uppercase;
}

@media (max-width: 576px) {
  #professionals-project .project-navigation .stat-and-share span.statistic {
    margin: 0 4px 15px 4px;
  }
}

@media (min-width: 576px) {
  #professionals-project .project-navigation .stat-and-share span.statistic {
    margin: 0 4px 15px 4px;
  }
}

@media (min-width: 769px) {
  #professionals-project .project-navigation .stat-and-share span.statistic {
    margin: 0 8px 0 0;
  }
}

@media (min-width: 992px) {
  #professionals-project .project-navigation .stat-and-share span.statistic {
    margin: 0 8px 0 0;
  }
}

@media (min-width: 1200px) {
  #professionals-project .project-navigation .stat-and-share span.statistic {
    margin: 0 8px 0 0;
  }
}

#professionals-project .project-navigation .stat-and-share span.share {
  display: inline-block;
  margin-left: 8px;
  margin-top: 5px;
  line-height: 1.5px;
}

#professionals-project .project-navigation table.project-info-table {
  width: 100%;
  margin-bottom: 15px;
}

#professionals-project .project-navigation table.project-info-table tr {
  border-bottom: 1px solid #E5E5E5;
}

#professionals-project .project-navigation table.project-info-table tr td {
  line-height: 30px;
}

#professionals-project .project-navigation .photos-photos img {
  width: 100%;
  margin-bottom: 5px;
}

#professionals-project .pro-project-review {
  position: relative;
  padding: 15px;
}

#professionals-project .pro-project-review h4.review-title {
  margin-bottom: 15px;
  font-family: "WorkSans-Light";
  font-size: 16px;
  color: #000;
}

#professionals-project .pro-project-review .list-review {
  margin-bottom: 15px;
}

#professionals-project .pro-project-review .list-review span.star-rating {
  display: block;
  color: #61A343;
}

#professionals-project .pro-project-review .list-review span.reviewer {
  display: block;
  font-size: 14px;
  font-family: "WorkSans-Medium";
  color: #000;
}

#professionals-project .pro-project-review .list-review p.review-content {
  margin-bottom: 0;
}

#professionals-project .other-photo {
  padding-top: 15px;
}

@media (max-width: 576px) {
  #professionals-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  #professionals-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  #professionals-project .other-photo {
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  #professionals-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  #professionals-project .other-photo {
    width: 100%;
    margin: 0 auto;
  }
}

#professionals-project .other-photo h4 {
  font-family: "WorkSans-Thin";
}

@media (max-width: 576px) {
  #professionals-project .other-photo h4 {
    text-align: center;
  }
}

@media (min-width: 576px) {
  #professionals-project .other-photo h4 {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #professionals-project .other-photo h4 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  #professionals-project .other-photo h4 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #professionals-project .other-photo h4 {
    text-align: left;
  }
}

#professionals-project .other-photo .image-grid-normal {
  width: 100%;
}

/*----------------------------------------------

Account

-----------------------------------------------*/
.account-menu {
  margin-top: 50px;
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 769px) {
  .account-menu .show-show-me {
    display: block;
  }
}

@media (min-width: 992px) {
  .account-menu .show-show-me {
    display: block;
  }
}

@media (min-width: 1200px) {
  .account-menu .show-show-me {
    display: block;
  }
}

@media (max-width: 576px) {
  .account-menu .acc-menu-height {
    padding: 0 0 15px 0;
  }
}

@media (min-width: 576px) {
  .account-menu .acc-menu-height {
    padding: 0 0 15px 0;
  }
}

@media (min-width: 769px) {
  .account-menu .acc-menu-height {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .account-menu .acc-menu-height {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .account-menu .acc-menu-height {
    padding: 0;
  }
}

.account-menu .acc-mobile-trigger {
  padding: 10px;
  font-family: "WorkSans-Medium";
  color: #61A343;
  text-align: center;
  cursor: pointer;
}

.account-menu ul.acc-menu {
  margin: 0;
  list-style: none;
}

@media (max-width: 576px) {
  .account-menu ul.acc-menu {
    padding: 0 0 15px 0;
  }
}

@media (min-width: 576px) {
  .account-menu ul.acc-menu {
    padding: 0 0 15px 0;
  }
}

@media (min-width: 769px) {
  .account-menu ul.acc-menu {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .account-menu ul.acc-menu {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .account-menu ul.acc-menu {
    padding: 0;
  }
}

.account-menu ul.acc-menu li.acc-menu-list {
  font-family: "WorkSans-Light";
  color: #000;
  list-style: none;
}

@media (max-width: 576px) {
  .account-menu ul.acc-menu li.acc-menu-list {
    display: block;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .account-menu ul.acc-menu li.acc-menu-list {
    display: block;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .account-menu ul.acc-menu li.acc-menu-list {
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .account-menu ul.acc-menu li.acc-menu-list {
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .account-menu ul.acc-menu li.acc-menu-list {
    display: inline-block;
    text-align: center;
  }
}

.account-menu ul.acc-menu li.acc-menu-list a {
  color: #000;
  padding: 10px 10px;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.account-menu ul.acc-menu li.acc-menu-list a:hover {
  color: #61A343;
  border-bottom: 2px solid #61A343;
}

.account-menu ul.acc-menu li.acc-menu-list a.active {
  color: #61A343;
}

@media (max-width: 576px) {
  .account-menu ul.acc-menu li.acc-menu-list a.active {
    border-bottom: 2px transparent;
  }
}

@media (min-width: 576px) {
  .account-menu ul.acc-menu li.acc-menu-list a.active {
    border-bottom: 2px transparent;
  }
}

@media (min-width: 769px) {
  .account-menu ul.acc-menu li.acc-menu-list a.active {
    border-bottom: 2px solid #61A343;
  }
}

@media (min-width: 992px) {
  .account-menu ul.acc-menu li.acc-menu-list a.active {
    border-bottom: 2px solid #61A343;
  }
}

@media (min-width: 1200px) {
  .account-menu ul.acc-menu li.acc-menu-list a.active {
    border-bottom: 2px solid #61A343;
  }
}

.account-menu .right-menu-account {
  padding: 0;
}

.account-menu .right-menu-account .leads-total-at-top {
  font-family: "WorkSans-Medium";
}

#section-account {
  padding: 30px 0;
}

#section-account .card-acc {
  background: #FFF;
  margin-bottom: 30px;
}

#section-account .card-acc .card-acc-head {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

#section-account .card-acc .card-acc-head h3 {
  margin-bottom: 0;
}

#section-account .card-acc .card-acc-head .my-sprite {
  position: absolute;
  right: 10px;
  top: 12px;
}

#section-account .card-acc .card-acc-head .user-avatar {
  width: 100%;
  border-radius: 50%;
}

#section-account .card-acc .card-acc-head span.user-name {
  font-family: "WorkSans-SemiBold";
}

#section-account .card-acc .card-acc-head .user-result-info {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}

#section-account .card-acc .card-acc-head .user-result-info ul.result-info-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

#section-account .card-acc .card-acc-head .user-result-info ul.result-info-list li {
  padding: 10px 0;
  display: inline-block;
  width: 32.5%;
  border-right: 1px solid #E5E5E5;
  text-align: center;
}

#section-account .card-acc .card-acc-head .user-result-info ul.result-info-list li:last-child {
  border-right: none;
}

#section-account .card-acc .card-acc-head .user-result-info h2.total-result-info {
  margin: 10px 0 0 0;
}

#section-account .card-acc .card-acc-head .user-result-info span.name-result-info {
  margin-bottom: 10px;
  display: block;
  font-family: "WorkSans-SemiBold";
  font-size: 12px;
  text-transform: uppercase;
  color: #61A343;
}

#section-account .card-acc .card-acc-head img.user-avatar-medium-v {
  border-radius: 50%;
}

@media (max-width: 576px) {
  #section-account .card-acc .card-acc-head img.user-avatar-medium-v {
    width: 100%;
  }
}

@media (min-width: 576px) {
  #section-account .card-acc .card-acc-head img.user-avatar-medium-v {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #section-account .card-acc .card-acc-head img.user-avatar-medium-v {
    width: 80%;
  }
}

@media (min-width: 992px) {
  #section-account .card-acc .card-acc-head img.user-avatar-medium-v {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  #section-account .card-acc .card-acc-head img.user-avatar-medium-v {
    width: 80%;
  }
}

#section-account .card-acc .card-acc-head .result-info-list-medium-v {
  position: relative;
  height: 100px;
  text-align: center;
}

@media (max-width: 576px) {
  #section-account .card-acc .card-acc-head .result-info-list-medium-v {
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    margin-top: 10px;
  }
}

@media (min-width: 576px) {
  #section-account .card-acc .card-acc-head .result-info-list-medium-v {
    margin-top: 10px;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
  }
}

@media (min-width: 769px) {
  #section-account .card-acc .card-acc-head .result-info-list-medium-v {
    margin-top: 0px;
    border-top: none;
    border-left: 1px solid #E5E5E5;
  }
}

#section-account .card-acc .card-acc-head .result-info-list-medium-v .detail-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section-account .card-acc .card-acc-head .result-info-list-medium-v .detail-detail span.name-result-info {
  margin-bottom: 10px;
  display: block;
  font-family: "WorkSans-SemiBold";
  font-size: 12px;
  text-transform: uppercase;
  color: #61A343;
}

#section-account .card-acc .card-acc-head .no-padding-result-info {
  padding: 0;
}

@media (max-width: 576px) {
  #section-account .card-acc .padding-user-medium-v {
    padding: 0 15px;
  }
}

@media (min-width: 576px) {
  #section-account .card-acc .padding-user-medium-v {
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  #section-account .card-acc .padding-user-medium-v {
    padding: 0;
  }
}

@media (min-width: 992px) {
  #section-account .card-acc .padding-user-medium-v {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  #section-account .card-acc .padding-user-medium-v {
    padding: 0;
  }
}

#section-account .card-acc .card-acc-body {
  position: relative;
  padding: 15px;
}

#section-account .card-acc .card-acc-body .progress {
  margin-bottom: 15px;
}

#section-account .card-acc .card-acc-body p.info-acc-message {
  font-family: "WorkSans-Medium";
  color: #000;
  margin-bottom: 15px;
}

#section-account .card-acc .card-acc-body ul.info-acc-message-list {
  padding: 0 0 0 15px;
  margin: 0;
}

#section-account .card-acc .card-acc-body ul.info-acc-message-list li a {
  color: #61A343;
  line-height: 14px;
  text-decoration: none;
  line-height: 24px;
}

#section-account .card-acc .card-acc-body-more-padding {
  padding: 30px;
}

@media (max-width: 576px) {
  #section-account .card-acc .card-acc-body-more-padding-img {
    padding: 0;
  }
}

@media (min-width: 576px) {
  #section-account .card-acc .card-acc-body-more-padding-img {
    padding: 0;
  }
}

@media (min-width: 769px) {
  #section-account .card-acc .card-acc-body-more-padding-img {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  #section-account .card-acc .card-acc-body-more-padding-img {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  #section-account .card-acc .card-acc-body-more-padding-img {
    padding: 30px;
  }
}

#section-account .card-acc-add-padding {
  padding: 30px;
}

#section-account .card-acc-inbox {
  background: #FFF;
  margin-bottom: 30px;
  cursor: pointer;
}

#section-account .card-acc-inbox .card-acc-head-inbox {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

#section-account .card-acc-inbox .card-acc-head-inbox h3 {
  margin-bottom: 0;
}

#section-account .card-acc-inbox .card-acc-head-inbox i {
  position: absolute;
  top: 14px;
  right: 10px;
}

#section-account .card-acc-inbox .card-acc-head-inbox a {
  text-decoration: none;
  color: #000;
}

#section-account .card-acc-inbox .card-acc-body-inbox {
  position: relative;
  padding-bottom: 10px;
}

#section-account .card-acc-inbox .card-acc-body-inbox .filter-criteria-option {
  padding: 15px;
  margin-top: 0;
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list table {
  margin-bottom: 0;
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.avatar {
  vertical-align: middle;
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.avatar img.sender-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.sender-subject {
  vertical-align: middle;
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.sender-subject span.sender {
  font-family: "WorkSans-Thin";
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.sender-subject span.sender-unread {
  font-family: "WorkSans-Medium" !important;
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.sender-subject p.subject {
  margin-bottom: 0;
}

#section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.date {
  vertical-align: middle;
}

#section-account .card-acc-inbox .card-acc-body-inbox .load-more-inbox {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid #E5E5E5;
  text-align: center;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail {
  position: relative;
  padding-bottom: 10px;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .bg-inbox-client {
  background: #FFF;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .bg-inbox-professional {
  background: #E5E5E5;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .filter-criteria-option {
  padding: 15px;
  margin-top: 0;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list table {
  margin-bottom: 0;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.avatar {
  vertical-align: top;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.avatar img.sender-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject {
  vertical-align: top;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject span.sender {
  font-family: "WorkSans-SemiBold";
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject span.sender-unread {
  font-family: "WorkSans-Medium" !important;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject p.body-message {
  margin-bottom: 0;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject a.attached-file {
  display: inline-block;
  margin-top: 10px;
  height: 37px;
  border: 1px solid #E5E5E5;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject a.attached-file span.file-name {
  position: relative;
  display: inline-block;
  color: #61A343;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  background: #E5E5E5;
  float: left;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject a.attached-file span.download-button {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0 10px;
  background: #61A343;
  float: right;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject a.attached-file span.download-button i {
  position: absolute;
  top: 6px;
  left: 4px;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.date {
  vertical-align: top;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail form.reply-form {
  padding: 0 20px;
  margin-top: 25px;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .my-form-set {
  margin-bottom: 15px;
}

#section-account .card-acc-inbox .card-acc-body-inbox-detail .my-form-set span.attach-info {
  color: #9B9B9B;
  font-size: 10px;
}

#section-account .card-acc-message {
  min-height: 300px;
}

#section-account .card-acc-message span.message-title {
  display: block;
  text-transform: uppercase;
  color: #155A98;
  margin-bottom: 10px;
}

#section-account .card-acc-message h4.message-subject {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}

#section-account .card-acc-message p.message-description {
  margin-bottom: 10px;
}

#section-account .card-acc-widget {
  background: transparent;
  margin-bottom: 30px;
}

#section-account .card-acc-widget .widget-add-margin-bottom {
  margin-bottom: 10px;
}

#section-account .card-acc-widget .card-acc-widget-body {
  position: relative;
  padding: 15px;
}

#section-account .card-acc-widget span.widget-title {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-family: "WorkSans-Thin";
}

#section-account .card-acc-widget a.widget-action {
  display: inline-block;
  color: #61A343;
  line-height: 14px;
  cursor: pointer;
  text-decoration: none;
}

#section-account .card-acc-widget img.professional-avatar {
  width: 100%;
  border-radius: 50%;
}

#section-account .card-acc-widget img.user-avatar {
  width: 100%;
  border-radius: 50%;
}

#section-account .card-acc-widget span.professional-name {
  margin: 0;
  display: block;
  font-family: "WorkSans-SemiBold";
}

#section-account .card-acc-widget span.professional-info {
  margin: 0;
  display: block;
  color: #9B9B9B;
  font-size: 12px;
}

#section-account .card-acc-widget .professional-project-photo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

#section-account .card-acc-widget .professional-project-photo img.project-photo-list {
  float: left;
  width: calc(25% - 1px);
  margin: 0 0.5px;
}

#section-account .card-acc-widget .remove-margin-bottom-widget {
  margin-bottom: 0;
}

#section-account .card-acc-widget a.widget-article {
  display: block;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
}

#section-account .card-acc-widget a.widget-article p.article-title {
  margin-bottom: 0;
}

#section-account .card-acc-widget a.widget-article span.article-tags {
  font-family: "WorkSans-SemiBold";
}

#section-account .card-acc-widget .add-margin-bottom-widget {
  margin-bottom: 15px;
}

#section-account .widget-divider {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

#section-account ul.acc-left-menu-list {
  padding: 0;
  margin-top: 0;
}

#section-account ul.acc-left-menu-list li.acc-left-menu-list-list {
  border-bottom: 1px solid #E5E5E5;
  list-style: none;
}

#section-account ul.acc-left-menu-list li.acc-left-menu-list-list a {
  display: block;
  padding: 10px 0px 10px 20px;
  color: #000;
  text-decoration: none;
  border-left: 5px solid #000;
}

#section-account ul.acc-left-menu-list li.acc-left-menu-list-list a:hover {
  color: #155A98;
  border-left: 5px solid #155A98;
}

#section-account ul.acc-left-menu-list li.acc-left-menu-list-list a.active {
  color: #155A98;
  border-left: 5px solid #155A98;
}

#section-account ul.acc-left-menu-list li.acc-left-menu-list-list:last-child {
  border-bottom: none;
}

#section-account .form-group .uk-placeholder {
  margin-top: 0;
  margin-bottom: 0;
}

#section-account .form-group .uk-placeholder-border {
  border: 1px dashed #ddd;
}

#section-account .select2-container {
  width: 100% !important;
}

#section-account .select2-container .select2-selection--single {
  height: 33.5px;
}

#section-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35.5px;
}

#section-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33.5px;
}

#section-account #section-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35.5px;
}

#section-account .account-summary-overview {
  margin: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

#section-account .account-summary-overview .add-border-card-overview {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

#section-account .account-summary-overview .add-border-card-overview:last-child {
  border-right: 1px solid #FFF;
}

#section-account .account-summary-overview .aso-card {
  padding-top: 15px;
  padding-bottom: 15px;
}

#section-account .account-summary-overview .aso-card span.aso-card-title {
  display: block;
  color: #000;
  text-transform: uppercase;
}

#section-account .account-summary-overview .aso-card span.aso-card-value {
  display: block;
  color: #000;
  font-family: "WorkSans-Light";
  font-size: 34px;
}

#section-account h5.account-summary-overview-additional-title {
  font-size: 18px;
  font-family: "WorkSans-Light";
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 0;
}

#section-account .account-summary-overview-additional {
  padding: 10px 0;
  margin-bottom: 10px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

#section-account .account-summary-overview-additional span.details-overview-additional {
  display: block;
  padding: 5px 0;
}

#section-account .analytics-wrapper {
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
}

#section-account span.improvement-tutorial {
  display: block;
  margin-bottom: 10px;
}

#section-account span.improvement-tutorial a.link-tutorial {
  color: #61A343;
  text-decoration: none;
}

#section-account .leads-table-wrapper {
  margin: -15px;
}

#section-account .leads-table-wrapper table {
  margin-bottom: 0;
}

#section-account .leads-table-wrapper table td {
  vertical-align: middle;
}

#section-account .leads-table-wrapper table span.title-details {
  padding: 5px 0;
  display: inline-block;
  width: 100px;
}

#section-account .leads-table-wrapper table span.value-details {
  padding: 5px 0;
  display: inline-block;
}

#section-account .card-hero-image {
  position: relative;
  margin-bottom: 30px;
}

#section-account .card-hero-image img {
  width: 100%;
}

#section-account .card-hero-image .hero-wording {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#section-account .card-hero-image .hero-wording h3 {
  color: #FFF;
}

@media (max-width: 576px) {
  #section-account .card-hero-image .hero-wording h3 {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  #section-account .card-hero-image .hero-wording h3 {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  #section-account .card-hero-image .hero-wording h3 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  #section-account .card-hero-image .hero-wording h3 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  #section-account .card-hero-image .hero-wording h3 {
    font-size: 28px;
  }
}

#section-account .card-hero-image .hero-wording p {
  color: #FFF;
  margin: 0 auto 15px auto;
}

@media (max-width: 576px) {
  #section-account .card-hero-image .hero-wording p {
    font-size: 12px;
    width: 80%;
  }
}

@media (min-width: 576px) {
  #section-account .card-hero-image .hero-wording p {
    width: 80%;
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  #section-account .card-hero-image .hero-wording p {
    width: 100%;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #section-account .card-hero-image .hero-wording p {
    width: 100%;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #section-account .card-hero-image .hero-wording p {
    width: 100%;
    font-size: 14px;
  }
}

#section-account .card-home-feed-project {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFF;
}

#section-account .card-home-feed-project .home-feed-project-title {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}

#section-account .card-home-feed-project .home-feed-project-title h4.project-title {
  color: #61A343;
  font-size: 22px;
  margin: 0;
}

@media (max-width: 576px) {
  #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    width: 80%;
  }
}

@media (min-width: 576px) {
  #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    width: 80%;
  }
}

@media (min-width: 769px) {
  #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    width: 90%;
  }
}

@media (min-width: 992px) {
  #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    width: 90%;
  }
}

#section-account .card-home-feed-project .home-feed-project-title span.project-info {
  display: inline-block;
  color: #9B9B9B;
  font-size: 12px;
}

#section-account .card-home-feed-project .home-feed-project-title span.three-sixty-icon {
  position: absolute;
  right: 15px;
  top: 35%;
  padding: 5px;
  color: #61A343;
  background: #EEE;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
}

#section-account .card-home-feed-project .home-feed-project-body {
  padding: 15px 0;
}

#section-account .card-home-feed-project .home-feed-project-body p {
  margin-bottom: 0px;
}

#section-account .card-home-feed-project .image-home-feed-area {
  padding: 0;
}

#section-account .card-home-feed-project .image-home-feed-area .image-left-placeholder {
  padding: 0;
  margin-right: 2.5px;
}

#section-account .card-home-feed-project .image-home-feed-area .image-left-placeholder img {
  width: 100%;
}

#section-account .card-home-feed-project .image-home-feed-area .image-right-placeholder {
  margin-left: 2.5px;
  margin-bottom: 5px;
}

#section-account .card-home-feed-project .image-home-feed-area .image-right-placeholder img {
  width: 100%;
}

#section-account .card-home-feed-project .image-home-feed-area .image-right-placeholder:last-child {
  margin-bottom: 0;
}

#section-account .card-acc-user-message span.message-title {
  display: block;
  text-transform: uppercase;
  color: #155A98;
  margin-bottom: 10px;
}

#section-account .card-acc-user-message h4.message-subject {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}

#section-account .card-acc-user-message p.message-description {
  margin-bottom: 10px;
}

#section-account .card-saved-professionals {
  margin-bottom: 30px;
  background: #FFF;
}

#section-account .card-saved-professionals .professional-hero-image img {
  width: 100%;
}

#section-account .card-saved-professionals .card-saved-professionals-body {
  position: relative;
  padding: 50px 0 15px 0;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}

#section-account .card-saved-professionals .card-saved-professionals-body span.professional-name {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #000;
}

#section-account .card-saved-professionals .card-saved-professionals-body span.professional-ratings {
  display: block;
  color: #61A343;
  text-align: center;
}

#section-account .card-saved-professionals .card-saved-professionals-body span.professional-business,
#section-account .card-saved-professionals .card-saved-professionals-body span.professional-location {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #9B9B9B;
}

#section-account .card-saved-professionals .card-saved-professionals-body img.professional-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#section-account .card-saved-professionals a.visit-professional {
  text-decoration: none;
}

#section-account .card-saved-professionals a.send-message-professional {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #61A343;
  padding: 15px 0;
}

#section-account a.home-feed-view-more {
  width: 100%;
  display: block;
  font-family: "WorkSans-Medium";
  background: #FFF;
  color: #9B9B9B;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

#section-account .inspiration-board {
  position: relative;
  border: 1px solid #E5E5E5;
  background: #FFF;
  margin-bottom: 30px;
}

#section-account .inspiration-board img.first-image {
  width: 100%;
  margin-bottom: 2px;
}

#section-account .inspiration-board .small-image {
  float: left;
  width: 50%;
}

#section-account .inspiration-board .small-image img.second-image {
  width: 100%;
  padding-right: 1px;
}

#section-account .inspiration-board .small-image img.third-image {
  width: 100%;
  padding-left: 1px;
}

#section-account .inspiration-board span.inspiration-project-title {
  display: block;
  width: 100%;
  margin-top: 15px;
  color: #61A343;
}

#section-account .inspiration-board span.inspiration-total-photo {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #9B9B9B;
}

#section-account a.inspiration-board-link {
  text-decoration: none;
}

#section-account .settings-board {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 16px;
}

#section-account .settings-board i {
  font-size: 16px;
  color: #FFF;
}

#section-account .settings-board .dropdown-menu {
  border: none;
  border-radius: 0;
}

#section-account .settings-board .dropdown-menu .dropdown-item {
  font-family: "WorkSans-Light";
  font-size: 12px;
}

#section-account .create-new-board {
  position: relative;
  border: 1px dashed #E5E5E5;
  background: #FFF;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  #section-account .create-new-board {
    min-height: 300px;
    min-height: 300px;
  }
}

@media (min-width: 769px) {
  #section-account .create-new-board {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  #section-account .create-new-board {
    min-height: 100%;
  }
}

@media (min-width: 1200px) {
  #section-account .create-new-board {
    min-height: 100%;
  }
}

#section-account .create-new-board .board-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section-account .create-new-board .board-placeholder span.create-new-board-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #61A343;
}

#section-account .create-new-board .board-placeholder i {
  width: 100%;
  text-align: center;
  color: #9B9B9B;
}

#section-account-upgrade {
  padding: 30px 0;
}

#section-account-upgrade h2.upgrade-page-titel {
  margin: 0;
}

#section-account-upgrade p.page-description {
  margin-bottom: 30px;
}

#section-account-upgrade .acc-card-subscription-status {
  padding: 15px;
  margin-bottom: 30px;
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid transparent;
}

#section-account-upgrade .acc-card-subscription-status span.subscription-item-detail {
  display: block;
}

#section-account-upgrade .acc-card-subscription-status span.subscription-item-value {
  display: inline-block;
  font-family: "WorkSans-Medium";
  font-size: 20px;
  color: #000;
}

#section-account-upgrade .acc-card-subscription-status:last-child {
  border-right: 1px solid #E5E5E5;
}

#section-account-upgrade .upgrade-table {
  background: #FFF;
  border: 1px solid #E5E5E5;
}

#section-account-upgrade .upgrade-table tr {
  border: none;
}

#section-account-upgrade .upgrade-table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border: none;
}

#section-account-upgrade .upgrade-table td span.plan-type {
  display: inline-block;
  font-family: "WorkSans-Medium";
  font-size: 18px;
}

#section-account-upgrade .upgrade-table td span.plan-price {
  display: block;
}

#section-account-upgrade .upgrade-table td span.plan-period {
  display: block;
  font-family: "WorkSans-Medium";
  font-size: 14px;
}

#section-account-upgrade .upgrade-table td span.upgrade-feature {
  display: block;
  font-family: "WorkSans-Medium";
  font-size: 14px;
  color: #000;
}

#section-account-upgrade .upgrade-table td i.fa-check {
  color: green;
}

#section-account-upgrade .upgrade-table td i.fa-times {
  color: red;
}

#section-account-upgrade .upgrade-table .add-border-right {
  border-right: 1px solid #E5E5E5;
}

#section-account-upgrade .upgrade-table .border-bottom-feature-value {
  position: absolute;
  bottom: 10px;
  height: 2px;
  width: 85%;
  margin: 0 auto;
  left: 7%;
  border-bottom: 1px solid #E5E5E5;
}

#section-account-upgrade .acc-card-upgrade-options {
  padding: 30px;
  background: #FFF;
  border: 1px solid #E5E5E5;
}

#section-account-upgrade .acc-card-upgrade-options h3 {
  margin-bottom: 20px;
}

#section-account-upgrade .acc-card-upgrade-options label.option-radio-card {
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

#section-account-upgrade .acc-card-upgrade-options label.option-radio-card span.main-label {
  margin-bottom: 10px;
  font-family: "WorkSans-SemiBold";
  color: #000;
  font-size: 16px;
}

#section-account-upgrade .acc-card-upgrade-options label.option-radio-card i.my-sprite {
  position: absolute;
  top: 11px;
  left: 75px;
}

#section-account-upgrade .acc-card-upgrade-options label.option-radio-card p.option-description {
  margin-left: 16px;
  margin-bottom: 10px;
}

#section-account-upgrade .acc-card-upgrade-options label.option-radio-card .form-group {
  margin-left: 16px;
  margin-bottom: 10px;
}

#section-account-upgrade .acc-card-upgrade-options span.total-price-upgrade {
  display: block;
  margin-bottom: 0;
  font-family: "WorkSans-SemiBold";
  font-size: 20px;
  color: #000;
}

#section-account-upgrade .acc-card-upgrade-options span.price-information {
  display: block;
  font-family: "WorkSans-Thin";
  font-size: 12px;
  margin-bottom: 30px;
}

#section-account-upgrade .acc-card-upgrade-options a.upgrade-cancel {
  display: block;
  color: #000;
  text-decoration: none;
}

#section-account-upgrade .acc-card-upgrade-payment {
  padding: 30px;
  background: #FFF;
  border: 1px solid #E5E5E5;
}

#section-account-upgrade .acc-card-upgrade-payment .payment-instruction {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}

#section-account-upgrade .acc-card-upgrade-payment .payment-instruction h3 {
  margin-bottom: 10px;
  font-family: "WorkSans-Medium";
}

#section-account-upgrade .acc-card-upgrade-payment .payment-instruction p.payment-information {
  margin-bottom: 10px;
}

#section-account-upgrade .acc-card-upgrade-payment .payment-instruction span.payment-transfer-information {
  font-family: "WorkSans-SemiBold";
}

#section-account-upgrade .acc-card-upgrade-payment .payment-instruction span.total-payment {
  margin: 20px 0;
  display: block;
  font-size: 24px;
  color: #155A98;
}

#section-account-upgrade .acc-card-upgrade-success {
  padding: 30px;
  background: #FFF;
  border: 1px solid #E5E5E5;
}

#section-account-upgrade .acc-card-upgrade-success i {
  color: green;
}

#section-account-upgrade .acc-card-upgrade-success h3 {
  margin-bottom: 10px;
  font-family: "WorkSans-Medium";
}

#section-account-upgrade .acc-card-upgrade-success p.payment-information {
  margin-bottom: 30px;
}

#section-account-upgrade .acc-card-upgrade-success .divider-info {
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
}

.page-title-set-action {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .page-title-set-action h2.acc-pro-page-title {
    margin: 10px;
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .page-title-set-action h2.acc-pro-page-title {
    margin: 10px;
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .page-title-set-action h2.acc-pro-page-title {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .page-title-set-action h2.acc-pro-page-title {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .page-title-set-action h2.acc-pro-page-title {
    margin: 0;
  }
}

.page-title-set-action ul.action-form-button {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 576px) {
  .page-title-set-action ul.action-form-button li.list-action {
    display: block;
    padding: 0px 10px;
  }
}

@media (min-width: 576px) {
  .page-title-set-action ul.action-form-button li.list-action {
    display: block;
    padding: 0px 10px;
  }
}

@media (min-width: 769px) {
  .page-title-set-action ul.action-form-button li.list-action {
    display: inline-block;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .page-title-set-action ul.action-form-button li.list-action {
    display: inline-block;
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  .page-title-set-action ul.action-form-button li.list-action {
    display: inline-block;
    padding: 0 10px;
  }
}

#upload-project-photo .uk-placeholder {
  text-align: center;
  border: none;
  margin-bottom: 0;
  background: #FFF;
}

#upload-project-photo span.drag-drop-info {
  display: block;
  color: #000;
  line-height: 14px;
  margin-bottom: 5px;
}

#upload-project-photo small {
  display: block;
  margin-top: 5px;
  color: #000;
}

.acc-card-image {
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .acc-card-image {
    border: 1px solid transparent;
  }
}

@media (min-width: 576px) {
  .acc-card-image {
    border: 1px solid transparent;
  }
}

@media (min-width: 769px) {
  .acc-card-image {
    border: 1px solid #E5E5E5;
  }
}

@media (min-width: 992px) {
  .acc-card-image {
    border: 1px solid #E5E5E5;
  }
}

@media (min-width: 1200px) {
  .acc-card-image {
    border: 1px solid #E5E5E5;
  }
}

.acc-card-image .row-image-acc-card {
  position: relative;
  display: block;
}

.acc-card-image .row-image-acc-card img.card-image-1-1 {
  display: block;
  width: 100%;
  margin-bottom: 1px;
}

.acc-card-image .row-image-acc-card img.card-image-1-2 {
  display: block;
  width: calc(50% - 0.5px);
  margin-left: 0;
  margin-right: 0.5px;
}

.acc-card-image .row-image-acc-card img.card-image-1-2:last-child {
  margin-left: 0.5px;
  margin-right: 0;
}

.acc-card-image .card-image-description {
  font-family: "WorkSans-Thin";
}

.acc-card-image .card-image-description span.project-name {
  margin-top: 15px;
  display: block;
  text-align: center;
}

.acc-card-image .card-image-description span.icon-detail-project {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.review-pro-project {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}

.review-pro-project h4.project-review-name {
  font-family: "WorkSans-Light";
  font-size: 20px;
  color: #61A343;
  margin-bottom: 10px;
}

.review-pro-project span.reviewer-name {
  display: block;
}

.review-pro-project span.reviewer-name span.star-rating {
  color: #61A343;
}

.review-pro-project span.other-detail-review {
  display: block;
  font-family: "WorkSans-Medium";
  color: #000;
  margin-bottom: 10px;
}

.review-pro-project p {
  margin-bottom: 10px;
}

.editorial-article-pro {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}

.editorial-article-pro h4.article-title {
  font-family: "WorkSans-Light";
  font-size: 20px;
  color: #61A343;
  margin-bottom: 10px;
}

.editorial-article-pro span.date-submit {
  display: block;
  font-family: "WorkSans-Medium";
}

.editorial-article-pro span.date-submit span.status-pending {
  font-family: "WorkSans-Thin";
}

.editorial-article-pro span.date-submit span.status-published {
  font-family: "WorkSans-Thin";
  color: #155A98;
}

.editorial-article-pro p {
  margin-bottom: 10px;
}

.setting-checkbox-pro {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}

.setting-checkbox-pro h4.setting-title {
  font-family: "WorkSans-Medium";
  font-size: 16px;
  margin-bottom: 10px;
}

.setting-checkbox-pro span.date-submit {
  display: block;
  font-family: "WorkSans-Medium";
}

.setting-checkbox-pro span.date-submit span.status-pending {
  font-family: "WorkSans-Thin";
}

.setting-checkbox-pro span.date-submit span.status-published {
  font-family: "WorkSans-Thin";
  color: #155A98;
}

.setting-checkbox-pro p {
  margin-bottom: 10px;
}

/* --------------------------------

Custom Mobile Navigation
#myMenu

-------------------------------- */
#myMenu .cd-header {
  z-index: 301;
  box-shadow: none;
}

@media (max-width: 576px) {
  #myMenu .cd-header {
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
  }
}

@media (min-width: 576px) {
  #myMenu .cd-header {
    background: #FFFFFF;
  }
}

@media (min-width: 769px) {
  #myMenu .cd-header {
    background: #FFFFFF;
  }
}

@media (min-width: 992px) {
  #myMenu .cd-header {
    background: #FFFFFF;
  }
}

@media (min-width: 1200px) {
  #myMenu .cd-header {
    background: #FFFFFF;
  }
}

#myMenu .cd-logo img {
  width: 130px;
}

#myMenu .cd-secondary-nav a {
  display: inline-block;
  font-family: 'WorkSans-Medium';
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}

#myMenu .cd-secondary-nav a:hover {
  text-decoration: none;
}

#myMenu .cd-secondary-nav {
  right: 30px;
}

#myMenu .cd-secondary-nav li {
  display: inline-block;
  margin-left: 2em;
}

#myMenu .cd-primary-nav-trigger {
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
}

#myMenu .cd-primary-nav-trigger-search {
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}

#myMenu .cd-primary-nav-trigger-search i {
  position: relative;
  left: 50%;
  top: 40%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#myMenuMobile .cd-primary-nav {
  list-style: none;
  padding: 0 30px;
  z-index: 300;
  background: #FFFFFF;
}

#myMenuMobile .cd-primary-nav li {
  font-size: 16px;
  font-family: 'WorkSans-Light';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 1em 0em;
  text-align: left;
}

#myMenuMobile .cd-primary-nav a {
  width: 100%;
  display: inline-block;
  padding: 0;
  border-radius: none;
  color: #000;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

#myMenuMobile .cd-primary-nav a:hover {
  text-decoration: none;
}

#myMenuMobile .cd-primary-nav .cd-divider {
  border-bottom: 1px solid #E5E5E5;
  margin: 1em 0em;
}

#myMenuMobile .cd-primary-nav .cd-clear-fixed {
  height: 50px;
  margin: 0;
}

.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my-sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}



.sprite-Close {
  width: 27px;
  height: 27px;
  background-position: -5px -5px;
}

.sprite-Close-2x {
  width: 54px;
  height: 54px;
  background-position: -42px -5px;
}

.sprite-add {
  width: 30px;
  height: 30px;
  background-position: -106px -5px;
}

.sprite-add-2x {
  width: 60px;
  height: 60px;
  background-position: -146px -5px;
}

.sprite-analytics-0 {
  width: 23px;
  height: 16px;
  background-position: -216px -5px;
}

.sprite-analytics-0-2x {
  width: 46px;
  height: 32px;
  background-position: -249px -5px;
}

.sprite-analytics-1 {
  width: 23px;
  height: 16px;
  background-position: -305px -5px;
}

.sprite-analytics-1-2x {
  width: 46px;
  height: 32px;
  background-position: -338px -5px;
}

.sprite-analytics-2 {
  width: 23px;
  height: 16px;
  background-position: -394px -5px;
}

.sprite-analytics-2-2x {
  width: 46px;
  height: 32px;
  background-position: -427px -5px;
}

.sprite-analytics-3 {
  width: 23px;
  height: 16px;
  background-position: -483px -5px;
}

.sprite-analytics-3-2x {
  width: 46px;
  height: 32px;
  background-position: -516px -5px;
}

.sprite-analytics-4 {
  width: 23px;
  height: 16px;
  background-position: -572px -5px;
}

.sprite-analytics-4-2x {
  width: 46px;
  height: 32px;
  background-position: -605px -5px;
}

.sprite-analytics-5 {
  width: 23px;
  height: 16px;
  background-position: -661px -5px;
}

.sprite-analytics-5-2x {
  width: 46px;
  height: 32px;
  background-position: -694px -5px;
}

.sprite-article-email {
  width: 18px;
  height: 12px;
  background-position: -750px -5px;
}

.sprite-article-email-2x {
  width: 36px;
  height: 24px;
  background-position: -778px -5px;
}

.sprite-article-fb {
  width: 8px;
  height: 15px;
  background-position: -824px -5px;
}

.sprite-article-fb-2x {
  width: 16px;
  height: 30px;
  background-position: -842px -5px;
}

.sprite-article-gplus {
  width: 24px;
  height: 15px;
  background-position: -868px -5px;
}

.sprite-article-gplus-2x {
  width: 48px;
  height: 30px;
  background-position: -902px -5px;
}

.sprite-article-in {
  width: 16px;
  height: 15px;
  background-position: -960px -5px;
}

.sprite-article-in-2x {
  width: 32px;
  height: 30px;
  background-position: -960px -30px;
}

.sprite-article-pinterest {
  width: 11px;
  height: 15px;
  background-position: -986px -5px;
}

.sprite-article-pinterest-2x {
  width: 22px;
  height: 30px;
  background-position: -868px -30px;
}

.sprite-article-tw {
  width: 19px;
  height: 15px;
  background-position: -5px -70px;
}

.sprite-article-tw-2x {
  width: 38px;
  height: 30px;
  background-position: -34px -70px;
}

.sprite-attachment {
  width: 15px;
  height: 14px;
  background-position: -750px -30px;
}

.sprite-attachment-2x {
  width: 30px;
  height: 28px;
  background-position: -82px -70px;
}

.sprite-board-plus {
  width: 55px;
  height: 55px;
  background-position: -216px -70px;
}

.sprite-board-plus-2x {
  width: 110px;
  height: 110px;
  background-position: -281px -70px;
}

.sprite-button-add {
  width: 20px;
  height: 21px;
  background-position: -401px -70px;
}

.sprite-button-add-2x {
  width: 40px;
  height: 42px;
  background-position: -431px -70px;
}

.sprite-button-message {
  width: 20px;
  height: 17px;
  background-position: -481px -70px;
}

.sprite-button-message-2x {
  width: 40px;
  height: 34px;
  background-position: -511px -70px;
}

.sprite-button-pro-call {
  width: 30px;
  height: 30px;
  background-position: -561px -70px;
}

.sprite-button-pro-call-2x {
  width: 60px;
  height: 60px;
  background-position: -601px -70px;
}

.sprite-button-pro-message {
  width: 30px;
  height: 30px;
  background-position: -671px -70px;
}

.sprite-button-pro-message-2x {
  width: 60px;
  height: 60px;
  background-position: -711px -70px;
}

.sprite-checkbox-off {
  width: 15px;
  height: 15px;
  background-position: -781px -70px;
}

.sprite-checkbox-off-2x {
  width: 30px;
  height: 30px;
  background-position: -806px -70px;
}

.sprite-color-black {
  width: 19px;
  height: 19px;
  background-position: -846px -70px;
}

.sprite-color-black-2x {
  width: 36px;
  height: 38px;
  background-position: -874px -70px;
}

.sprite-color-blue {
  width: 18px;
  height: 19px;
  background-position: -920px -70px;
}

.sprite-color-blue-2x {
  width: 36px;
  height: 38px;
  background-position: -948px -70px;
}

.sprite-color-brown {
  width: 19px;
  height: 19px;
  background-position: -994px -70px;
}

.sprite-color-brown-2x {
  width: 36px;
  height: 38px;
  background-position: -5px -118px;
}

.sprite-color-gold {
  width: 19px;
  height: 19px;
  background-position: -122px -99px;
}

.sprite-color-gold-2x {
  width: 36px;
  height: 38px;
  background-position: -51px -118px;
}

.sprite-color-green {
  width: 19px;
  height: 19px;
  background-position: -150px -99px;
}

.sprite-color-green-2x {
  width: 36px;
  height: 38px;
  background-position: -481px -118px;
}

.sprite-color-grey {
  width: 19px;
  height: 19px;
  background-position: -178px -99px;
}

.sprite-color-grey-2x {
  width: 36px;
  height: 38px;
  background-position: -527px -118px;
}

.sprite-color-orange {
  width: 19px;
  height: 19px;
  background-position: -846px -99px;
}

.sprite-color-orange-2x {
  width: 36px;
  height: 38px;
  background-position: -781px -118px;
}

.sprite-color-pink {
  width: 19px;
  height: 19px;
  background-position: -920px -99px;
}

.sprite-color-pink-2x {
  width: 36px;
  height: 38px;
  background-position: -874px -118px;
}

.sprite-color-purple {
  width: 19px;
  height: 19px;
  background-position: -994px -99px;
}

.sprite-color-purple-2x {
  width: 36px;
  height: 38px;
  background-position: -948px -118px;
}

.sprite-color-red {
  width: 19px;
  height: 19px;
  background-position: -97px -128px;
}

.sprite-color-red-2x {
  width: 36px;
  height: 38px;
  background-position: -5px -166px;
}

.sprite-color-white {
  width: 19px;
  height: 19px;
  background-position: -125px -128px;
}

.sprite-color-white-2x {
  width: 36px;
  height: 38px;
  background-position: -51px -166px;
}

.sprite-color-yellow {
  width: 19px;
  height: 19px;
  background-position: -153px -128px;
}

.sprite-color-yellow-2x {
  width: 36px;
  height: 38px;
  background-position: -97px -166px;
}

.sprite-contact-email-blue {
  width: 35px;
  height: 40px;
  background-position: -143px -166px;
}

.sprite-contact-email-blue-2x {
  width: 70px;
  height: 80px;
  background-position: -188px -166px;
}

.sprite-contact-email-green {
  width: 35px;
  height: 40px;
  background-position: -401px -166px;
}

.sprite-contact-email-green-2x {
  width: 70px;
  height: 80px;
  background-position: -446px -166px;
}

.sprite-contact-fb {
  width: 35px;
  height: 36px;
  background-position: -526px -166px;
}

.sprite-contact-fb-2x {
  width: 70px;
  height: 72px;
  background-position: -571px -166px;
}

.sprite-contact-gplus {
  width: 35px;
  height: 23px;
  background-position: -651px -166px;
}

.sprite-contact-gplus-2x {
  width: 70px;
  height: 46px;
  background-position: -696px -166px;
}

.sprite-contact-ig {
  width: 35px;
  height: 36px;
  background-position: -776px -166px;
}

.sprite-contact-ig-2x {
  width: 70px;
  height: 72px;
  background-position: -821px -166px;
}

.sprite-contact-in {
  width: 35px;
  height: 36px;
  background-position: -901px -166px;
}

.sprite-contact-in-2x {
  width: 70px;
  height: 72px;
  background-position: -268px -212px;
}

.sprite-contact-wa {
  width: 35px;
  height: 35px;
  background-position: -946px -166px;
}

.sprite-contact-wa-2x {
  width: 70px;
  height: 70px;
  background-position: -901px -212px;
}

.sprite-detail-fb {
  width: 25px;
  height: 25px;
  background-position: -671px -118px;
}

.sprite-detail-fb-2x {
  width: 50px;
  height: 50px;
  background-position: -5px -292px;
}

.sprite-detail-ig {
  width: 25px;
  height: 25px;
  background-position: -348px -211px;
}

.sprite-detail-ig-2x {
  width: 50px;
  height: 50px;
  background-position: -65px -292px;
}

.sprite-detail-tw {
  width: 25px;
  height: 25px;
  background-position: -651px -211px;
}

.sprite-detail-tw-2x {
  width: 50px;
  height: 50px;
  background-position: -125px -292px;
}

.sprite-detail-wa {
  width: 25px;
  height: 25px;
  background-position: -981px -211px;
}

.sprite-detail-wa-2x {
  width: 50px;
  height: 50px;
  background-position: -185px -292px;
}

.sprite-detail-web {
  width: 25px;
  height: 25px;
  background-position: -5px -246px;
}

.sprite-detail-web-2x {
  width: 50px;
  height: 50px;
  background-position: -348px -292px;
}

.sprite-footer-fb {
  width: 8px;
  height: 15px;
  background-position: -824px -30px;
}

.sprite-footer-fb-2x {
  width: 16px;
  height: 30px;
  background-position: -994px -128px;
}

.sprite-footer-g_ {
  width: 24px;
  height: 15px;
  background-position: -40px -246px;
}

.sprite-footer-g_-2x {
  width: 48px;
  height: 30px;
  background-position: -408px -292px;
}

.sprite-footer-ig {
  width: 15px;
  height: 15px;
  background-position: -181px -128px;
}

.sprite-footer-ig-2x {
  width: 30px;
  height: 30px;
  background-position: -74px -246px;
}

.sprite-footer-ln {
  width: 16px;
  height: 15px;
  background-position: -401px -128px;
}

.sprite-footer-ln-2x {
  width: 32px;
  height: 30px;
  background-position: -114px -246px;
}

.sprite-hint {
  width: 15px;
  height: 15px;
  background-position: -427px -128px;
}

.sprite-hint-2x {
  width: 30px;
  height: 30px;
  background-position: -348px -246px;
}

.sprite-hire-construction {
  width: 64px;
  height: 65px;
  background-position: -466px -292px;
}

.sprite-hire-construction-2x {
  width: 128px;
  height: 130px;
  background-position: -540px -248px;
}

.sprite-hire-design {
  width: 60px;
  height: 60px;
  background-position: -678px -292px;
}

.sprite-hire-design-2x {
  width: 120px;
  height: 120px;
  background-position: -748px -248px;
}

.sprite-hire-renovation {
  width: 61px;
  height: 65px;
  background-position: -878px -292px;
}

.sprite-hire-renovation-2x {
  width: 122px;
  height: 130px;
  background-position: -5px -367px;
}

.sprite-image-camera {
  width: 25px;
  height: 20px;
  background-position: -388px -246px;
}

.sprite-image-camera-2x {
  width: 50px;
  height: 40px;
  background-position: -949px -292px;
}

.sprite-image-photo {
  width: 45px;
  height: 48px;
  background-position: -245px -342px;
}

.sprite-image-photo-2x {
  width: 90px;
  height: 96px;
  background-position: -137px -367px;
}

.sprite-inbox-download {
  width: 27px;
  height: 23px;
  background-position: -678px -246px;
}

.sprite-inbox-download-2x {
  width: 54px;
  height: 46px;
  background-position: -949px -342px;
}

.sprite-inbox-file {
  width: 18px;
  height: 24px;
  background-position: -452px -128px;
}

.sprite-inbox-file-2x {
  width: 36px;
  height: 48px;
  background-position: -300px -398px;
}

.sprite-like-big {
  width: 21px;
  height: 18px;
  background-position: -991px -168px;
}

.sprite-like-big-2x {
  width: 42px;
  height: 36px;
  background-position: -408px -342px;
}

.sprite-list-adjust {
  width: 15px;
  height: 16px;
  background-position: -573px -128px;
}

.sprite-list-adjust-2x {
  width: 30px;
  height: 32px;
  background-position: -981px -246px;
}

.sprite-list-sort {
  width: 15px;
  height: 14px;
  background-position: -827px -128px;
}

.sprite-list-sort-2x {
  width: 30px;
  height: 28px;
  background-position: -300px -342px;
}

.sprite-logo-big {
  width: 200px;
  height: 48px;
  background-position: -678px -378px;
}

.sprite-logo-big-2x {
  width: 400px;
  height: 96px;
  background-position: -346px -436px;
}

.sprite-logo-black {
  width: 111px;
  height: 46px;
  background-position: -888px -398px;
}

.sprite-logo-black-2x {
  width: 222px;
  height: 92px;
  background-position: -756px -454px;
}

.sprite-logo-small {
  width: 100px;
  height: 24px;
  background-position: -346px -398px;
}

.sprite-logo-small-2x {
  width: 200px;
  height: 48px;
  background-position: -5px -556px;
}

.sprite-logo-white-big {
  width: 200px;
  height: 48px;
  background-position: -215px -556px;
}

.sprite-logo-white-big-2x {
  width: 400px;
  height: 96px;
  background-position: -425px -556px;
}

.sprite-logo-white-small {
  width: 100px;
  height: 24px;
  background-position: -456px -398px;
}

.sprite-logo-white-small-2x {
  width: 200px;
  height: 48px;
  background-position: -5px -662px;
}

.sprite-marketing {
  width: 20px;
  height: 18px;
  background-position: -156px -246px;
}

.sprite-marketing-2x {
  width: 40px;
  height: 36px;
  background-position: -237px -454px;
}

.sprite-member-gold {
  width: 20px;
  height: 20px;
  background-position: -715px -246px;
}

.sprite-member-gold-2x {
  width: 40px;
  height: 40px;
  background-position: -835px -556px;
}

.sprite-member-silver {
  width: 20px;
  height: 20px;
  background-position: -566px -398px;
}

.sprite-member-silver-2x {
  width: 40px;
  height: 40px;
  background-position: -885px -556px;
}

.sprite-menu-burger {
  width: 24px;
  height: 17px;
  background-position: -596px -398px;
}

.sprite-menu-burger-2x {
  width: 48px;
  height: 34px;
  background-position: -935px -556px;
}

.sprite-menu-search-small {
  width: 20px;
  height: 20px;
  background-position: -630px -398px;
}

.sprite-menu-search-small-2x {
  width: 40px;
  height: 40px;
  background-position: -935px -600px;
}

.sprite-notification-blue {
  width: 9px;
  height: 9px;
  background-position: -1002px -30px;
}

.sprite-notification-blue-2x {
  width: 18px;
  height: 18px;
  background-position: -920px -128px;
}

.sprite-pro-architect {
  width: 86px;
  height: 83px;
  background-position: -835px -606px;
}

.sprite-pro-architect-2x {
  width: 172px;
  height: 166px;
  background-position: -215px -699px;
}

.sprite-pro-articles {
  width: 75px;
  height: 80px;
  background-position: -931px -650px;
}

.sprite-pro-articles-2x {
  width: 150px;
  height: 160px;
  background-position: -5px -740px;
}

.sprite-pro-business {
  width: 44px;
  height: 67px;
  background-position: -397px -740px;
}

.sprite-pro-business-2x {
  width: 88px;
  height: 134px;
  background-position: -451px -740px;
}

.sprite-pro-customers {
  width: 114px;
  height: 80px;
  background-position: -549px -699px;
}

.sprite-pro-customers-2x {
  width: 228px;
  height: 160px;
  background-position: -673px -699px;
}

.sprite-pro-directory {
  width: 80px;
  height: 80px;
  background-position: -911px -740px;
}

.sprite-pro-directory-2x {
  width: 160px;
  height: 160px;
  background-position: -1022px -5px;
}

.sprite-pro-events {
  width: 80px;
  height: 79px;
  background-position: -1022px -175px;
}

.sprite-pro-events-2x {
  width: 160px;
  height: 158px;
  background-position: -1021px -264px;
}

.sprite-pro-exposure {
  width: 86px;
  height: 80px;
  background-position: -1009px -432px;
}

.sprite-pro-exposure-2x {
  width: 172px;
  height: 160px;
  background-position: -1001px -740px;
}

.sprite-pro-home {
  width: 44px;
  height: 67px;
  background-position: -1112px -175px;
}

.sprite-pro-home-2x {
  width: 88px;
  height: 134px;
  background-position: -1016px -522px;
}

.sprite-pro-interior {
  width: 85px;
  height: 85px;
  background-position: -5px -910px;
}

.sprite-pro-interior-2x {
  width: 170px;
  height: 170px;
  background-position: -100px -910px;
}

.sprite-pro-partnerships {
  width: 107px;
  height: 70px;
  background-position: -280px -910px;
}

.sprite-pro-partnerships-2x {
  width: 214px;
  height: 140px;
  background-position: -397px -910px;
}

.sprite-pro-specialist {
  width: 83px;
  height: 82px;
  background-position: -621px -910px;
}

.sprite-pro-specialist-2x {
  width: 166px;
  height: 164px;
  background-position: -714px -910px;
}

.sprite-pro-statistics {
  width: 80px;
  height: 80px;
  background-position: -890px -910px;
}

.sprite-pro-statistics-2x {
  width: 160px;
  height: 160px;
  background-position: -980px -910px;
}

.sprite-radio-off {
  width: 17px;
  height: 17px;
  background-position: -1166px -175px;
}

.sprite-radio-off-2x {
  width: 34px;
  height: 34px;
  background-position: -1105px -432px;
}

.sprite-radio-on {
  width: 17px;
  height: 17px;
  background-position: -1166px -202px;
}

.sprite-radio-on-2x {
  width: 34px;
  height: 34px;
  background-position: -1149px -432px;
}

.sprite-review-grey {
  width: 11px;
  height: 11px;
  background-position: -423px -229px;
}

.sprite-review-grey-2x {
  width: 22px;
  height: 22px;
  background-position: -137px -476px;
}

.sprite-review-off {
  width: 10px;
  height: 10px;
  background-position: -1166px -229px;
}

.sprite-review-off-2x {
  width: 20px;
  height: 20px;
  background-position: -169px -476px;
}

.sprite-review-on {
  width: 10px;
  height: 10px;
  background-position: -878px -249px;
}

.sprite-review-on-2x {
  width: 20px;
  height: 20px;
  background-position: -199px -476px;
}

.sprite-search-big {
  width: 30px;
  height: 30px;
  background-position: -287px -476px;
}

.sprite-search-big-2x {
  width: 60px;
  height: 60px;
  background-position: -1114px -476px;
}

.sprite-search-filter-photo {
  width: 19px;
  height: 20px;
  background-position: -1114px -546px;
}

.sprite-search-filter-photo-2x {
  width: 38px;
  height: 40px;
  background-position: -1143px -546px;
}

.sprite-search-filter-pro {
  width: 20px;
  height: 19px;
  background-position: -1114px -596px;
}

.sprite-search-filter-pro-2x {
  width: 40px;
  height: 38px;
  background-position: -215px -625px;
}

.sprite-settings {
  width: 22px;
  height: 22px;
  background-position: -1144px -596px;
}

.sprite-settings-2x {
  width: 44px;
  height: 44px;
  background-position: -265px -628px;
}

.sprite-share {
  width: 19px;
  height: 19px;
  background-position: -5px -628px;
}

.sprite-share-2x {
  width: 38px;
  height: 38px;
  background-position: -319px -628px;
}

.sprite-share-email {
  width: 26px;
  height: 25px;
  background-position: -367px -628px;
}

.sprite-share-email-2x {
  width: 52px;
  height: 50px;
  background-position: -1114px -628px;
}

.sprite-share-fb {
  width: 25px;
  height: 25px;
  background-position: -397px -688px;
}

.sprite-share-fb-2x {
  width: 50px;
  height: 50px;
  background-position: -5px -1080px;
}

.sprite-share-gplus {
  width: 25px;
  height: 25px;
  background-position: -432px -688px;
}

.sprite-share-gplus-2x {
  width: 50px;
  height: 50px;
  background-position: -280px -1080px;
}

.sprite-share-tw {
  width: 25px;
  height: 25px;
  background-position: -467px -688px;
}

.sprite-share-tw-2x {
  width: 50px;
  height: 50px;
  background-position: -340px -1080px;
}

.sprite-status-likes {
  width: 10px;
  height: 8px;
  background-position: -526px -229px;
}

.sprite-status-likes-2x {
  width: 20px;
  height: 16px;
  background-position: -34px -628px;
}

.sprite-status-photos {
  width: 9px;
  height: 10px;
  background-position: -237px -432px;
}

.sprite-status-photos-2x {
  width: 18px;
  height: 20px;
  background-position: -64px -628px;
}

.sprite-status-views {
  width: 12px;
  height: 8px;
  background-position: -546px -229px;
}

.sprite-status-views-2x {
  width: 24px;
  height: 16px;
  background-position: -92px -628px;
}

.sprite-upgrade-confirm {
  width: 40px;
  height: 32px;
  background-position: -1016px -688px;
}

.sprite-upgrade-confirm-2x {
  width: 80px;
  height: 64px;
  background-position: -400px -1080px;
}

.sprite-upgrade-error {
  width: 40px;
  height: 40px;
  background-position: -1066px -688px;
}

.sprite-upgrade-error-2x {
  width: 80px;
  height: 80px;
  background-position: -490px -1080px;
}

.sprite-upgrade-pending {
  width: 40px;
  height: 40px;
  background-position: -1116px -688px;
}

.sprite-upgrade-pending-2x {
  width: 80px;
  height: 80px;
  background-position: -580px -1080px;
}


/*pampam sprite*/
.pampam-sprite {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-home-green {
  width: 200px;
  height: 80px;
  background-position: -222px -790px;
}

.sprite-pro-blue {
  width: 250px;
  height: 80px;
  background-position: -387px -1570px;
}

.sprite-404-bluprin {
  width: 104px;
  height: 65px;
  background-position: -45px -83px;
}

.sprite-404-images {
  width: 104px;
  height: 65px;
  background-position: -691px -75px;
}

.sprite-404-directory {
  width: 104px;
  height: 65px;
  background-position: -423px -72px;
}

.sprite-signup-require-yes {
  width: 45px;
  height: 45px;
  background-position: -1089px -2436px;
}

.sprite-signup-require-no {
  width: 45px;
  height: 45px;
  background-position: -917px -2436px;
}

.sprite-email {
  width: 100px;
  height: 100px;
  background-position: -653px -2663px;
}

.sprite-user-pro {
  width: 100px;
  height: 100px;
  background-position: -396px -2663px
}

.sprite-gedung {
  width: 100px;
  height: 100px;
  background-position: -888px -2663px;
}

/*.sprite-photos{
    width: 25px;
    height: 25px;
    background-position: -41px -196px;
}*/
/*.sprite-love{
    width: 25px;
    height: 25px;
    background-position: -235px -957px;
}*/
.sprite-cancel-filter {
  width: 20px;
  height: 20px;
  background-position: -387px -402px;
}

.sprite-close-modal {
  width: 25px;
  height: 25px;
  background-position: -454px -392px;
}

.sprite-arrow-left-modal {
  width: 60px;
  height: 60px;
  background-position: -1126px -2670px;
}

.sprite-arrow-right-modal {
  width: 60px;
  height: 60px;
  background-position: -998px -2670px;
}

.sprite-like-new {
  width: 50px;
  height: 50px;
  background-position: -369px -939px;
}

.sprite-search-new {
  width: 50px;
  height: 50px;
  background-position: -274px -180px;
}

.sprite-share-new {
  width: 50px;
  height: 50px;
  background-position: -846px -2432px;
}

.sprite-share-fb-new {
  width: 30px;
  height: 30px;
  background-position: -338px -588px;
}

.sprite-share-tweet-new {
  width: 30px;
  height: 30px;
  background-position: -659px -588px;
}

.sprite-share-gplus-new {
  width: 38px;
  height: 30px;
  background-position: -966px -487px;
}

.sprite-search-zoom {
  width: 30px;
  height: 30px;
  background-position: -395px -1276px;
}

.sprite-fb-detail-article {
  width: 30px;
  height: 30px;
  background-position: -133px -309px;
}

.sprite-twitter-detail-article {
  width: 30px;
  height: 30px;
  background-position: -456px -309px;
}

.sprite-gplus-detail-article {
  width: 30px;
  height: 30px;
  background-position: -208px -309px;
}

.sprite-path-detail-article {
  width: 30px;
  height: 30px;
  background-position: -389px -309px;
}

.sprite-linkind-detail-article {
  width: 30px;
  height: 30px;
  background-position: -306px -309px;
}

.sprite-mail-detail-article {
  width: 30px;
  height: 30px;
  background-position: -47px -309px;
}

.sprite-contact-fb-new {
  width: 40px;
  height: 40px;
  background-position: -826px -476px
}

.sprite-contact-instagram-new {
  width: 40px;
  height: 40px;
  background-position: -1108px -476px
}

.sprite-contact-linkedin-new {
  width: 40px;
  height: 40px;
  background-position: -35px -586px;
}

.sprite-contact-gplus-new {
  width: 40px;
  height: 40px;
  background-position: -965px -476px;
}

.sprite-contact-wa-new {
  width: 40px;
  height: 40px;
  background-position: -197px -577px;
}

.sprite-contact-mail-green-new {
  width: 40px;
  height: 40px;
  background-position: -679px -476px;
}

.sprite-contact-mail-blue-new {
  width: 40px;
  height: 40px;
  background-position: -517px -476px;
}

.sprite-app-store {
  width: 125px;
  height: 40px;
  background-position: -40px -1450px;
}

.sprite-google-play {
  width: 125px;
  height: 40px;
  background-position: -771px -1261px;
}

.sprite-customer {
  width: 130px;
  height: 81px;
  background-position: -518px -1752px;
}

.sprite-bussines {
  width: 130px;
  height: 81px;
  background-position: -7px -1759px;
}

.sprite-company {
  width: 91px;
  height: 81px;
  background-position: -347px -1940px;
}

.sprite-statics {
  width: 130px;
  height: 81px;
  background-position: -496px -2268px;
}

.sprite-featured-article {
  width: 93px;
  height: 81px;
  background-position: -765px -1410px;
}

.sprite-local-events {
  width: 130px;
  height: 81px;
  background-position: 5px -1922px;
}

.sprite-partnership {
  width: 130px;
  height: 81px;
  background-position: -1101px -2089px;
}

.sprite-online-directory {
  width: 130px;
  height: 81px;
  background-position: -906px -1752px;
}

.sprite-star {
  width: 22px;
  height: 20px;
  background-position: -1125px -2297px;
}

.sprite-star-half {
  width: 22px;
  height: 20px;
  background-position: -1180px -2297px;
}

.sprite-star-empty {
  width: 22px;
  height: 20px;
  background-position: -1180px -2335px;
}

.sprite-emblem-gold {
  width: 22px;
  height: 20px;
  background-position: -44px -1281px;
}

.sprite-emblem-silver {
  width: 22px;
  height: 20px;
  background-position: -159px -1281px;
}

.sprite-save-pro {
  width: 32px;
  height: 32px;
  background-position: -93px -2461px;
}

.sprite-send-messagee {
  width: 32px;
  height: 32px;
  background-position: -652px -1277px;
}

.sprite-save-pro {
  width: 32px;
  height: 32px;
  background-position: -222px -2454px;
}

.sprite-phone-pro {
  width: 32px;
  height: 32px;
  background-position: -555px -585px;
}

.sprite-pro-fb-new {
  width: 20px;
  height: 20px;
  background-position: -141px -316px;
}

.sprite-pro-tweet-new {
  width: 20px;
  height: 20px;
  background-position: -461px -316px;
}

.sprite-pro-gplus-new {
  width: 25px;
  height: 20px;
  background-position: -212px -316px;
}

.sprite-pro-mail-new {
  width: 20px;
  height: 20px;
  background-position: -49px -316px;
}

.sprite-plus-board {
  width: 60px !important;
  height: 60px;
  background-position: -655px -280px;
}

.sprite-pagination-left {
  width: 35px;
  height: 35px;
  background-position: -1090px -191px;
  background-color: #61a343;
  border-radius: 3px;
}

.sprite-pagination-right {
  width: 35px;
  height: 35px;
  background-position: -1060px -191px;
  background-color: #61a343;
  border-radius: 3px;
}

.sprite-search-menu-top {
  width: 40px;
  height: 40px;
  background-position: -390px -1272px;
}

/*# sourceMappingURL=style.css.map */