/* was 30 */
body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 25px;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  color: #424242;
  margin-bottom: 50px;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  /* @include make-gutters-containerfluid(); */
}

section {
  position: relative;
}

.btn {
  border: 0;
}

.c-section-singledesign {
  padding-top: 30px;
  border-bottom: 3px solid #efefef;
  margin-bottom: 30px;
}
.c-section-singledesign.c-popupview {
  text-align: left;
}

.c-white-popup .mfp-content {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 1250px;
  margin: 40px auto;
  position: relative;
}

.c-header {
  padding: 0;
  background: #2ab5d3;
  border-radius: 0;
  background: #2ab5d3; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3);
  background: linear-gradient(-45deg, #57cfb0, #2ab5d3); /* Standard syntax */
}
.c-header .container-fluid {
  position: relative;
}
.c-header .navbar-toggler {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  cursor: pointer;
  float: right;
  border-color: rgba(255, 255, 255, 0.5);
}
.c-header .navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.c-header .navbar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.c-header .navbar-brand {
  padding: 0;
  margin: 0;
}
.c-header .navbar-brand .navbar-logo {
  display: block;
  width: 236px;
  height: 25px;
  text-indent: -20000px;
  background: url(../img/web-design-inspiration.png) no-repeat;
  margin: 20px 80px 20px 0;
}
@media screen and (max-width: 450px) {
  .c-header .navbar-brand .navbar-logo {
    width: 150px;
    height: 16px;
    background-size: 150px 16px;
    margin: 25px 10px 24px 0;
  }
}
.c-header #navbar {
  padding-top: 19px;
}
.c-header .c-nav-main > li > a {
  color: #fff;
}
.c-header .c-nav-main > li > a:hover, .c-header .c-nav-main > li > a:focus {
  background: none;
}
.c-header .c-nav-main .c-nav-btn > a, .c-header .c-nav-main .c-nav-btn > button {
  font-size: 18px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  padding: 10px 30px 8px;
  margin-top: 4px;
  border-radius: 2px;
}
.c-header .c-nav-main .c-nav-btn > a:hover, .c-header .c-nav-main .c-nav-btn > button:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.c-header .c-nav-main .c-nav-btn.login {
  margin-left: 30px;
}
.c-header .c-nav-main .c-nav-btn.login a, .c-header .c-nav-main .c-nav-btn.login button {
  padding-left: 12px;
  padding-right: 15px;
}
.c-header .c-nav-main .c-nav-btn.white > a, .c-header .c-nav-main .c-nav-btn.white > button {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.c-header .c-nav-main .c-nav-btn.white > a:hover, .c-header .c-nav-main .c-nav-btn.white > button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}
.c-header .c-nav-main .c-dropdown-user {
  width: 200px;
  background-color: #2ab5d3;
  left: inherit;
  right: 0;
  text-align: right;
  right: -25px;
  top: 42px;
  border-radius: 3px;
  border: 0;
}
.c-header .c-nav-main .c-dropdown-user li.divided {
  border-top: 1px solid #53c4dd;
  padding-top: 8px;
  margin-top: 8px;
}
.c-header .c-nav-main .c-dropdown-user a {
  color: #fff;
  padding: 10px 30px;
  display: block;
}
.c-header .c-nav-main .c-dropdown-user a:hover {
  background-color: #53c4dd;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .c-header .navbar-brand .navbar-logo {
    margin-right: 20px;
    width: 180px;
    background-size: 95%;
    background-position-y: center;
  }
  .c-header .c-nav-main .c-nav-btn > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1699px) {
  .c-header .c-nav-main .c-nav-btn > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .c-header .navbar-brand .navbar-logo {
    margin: 10px 40px 10px 0;
    width: 190px;
    height: 20px;
    background-size: 190px 20px;
  }
  .c-header .c-nav-btn {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .c-header .c-nav-btn.login {
    margin-left: 0;
  }
  .c-header .collapse, .c-header .collapsing {
    clear: both;
  }
  .c-header .white {
    margin-left: 0 !important;
  }
  .c-header .c-dropdown-user {
    margin-top: 20px;
    text-align: center !important;
    width: inherit !important;
  }
}

.c-navbar-expand {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.c-navbar-expand.on {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.c-navbar-expand p {
  color: #eee;
}
.c-navbar-expand p a {
  color: #fff;
  text-decoration: underline;
}
.c-navbar-expand h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 20px;
}
.c-navbar-expand h3 strong {
  font-weight: 400;
}
.c-navbar-expand ul {
  padding: 0;
  margin: 0;
}
.c-navbar-expand ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
.c-navbar-expand ul li a, .c-navbar-expand ul li .lc {
  padding: 5px 20px;
  background: #fff;
  margin: 0 0px 6px;
  display: inline-block;
  border-radius: 100px;
  color: #222;
  font-weight: 500;
}
.c-navbar-expand ul li a:hover, .c-navbar-expand ul li .lc:hover {
  color: #2ab5d3;
  background: #fff;
  text-decoration: none;
}
.c-navbar-expand ul li .lc {
  cursor: pointer;
}
.c-navbar-expand .c-navbar-expand-categories {
  padding: 30px 0;
}
.c-navbar-expand .c-navbar-expand-categories .c-filter-promo {
  font-size: 18px;
  margin-top: 45px;
  position: relative;
  padding-left: 40px;
}
.c-navbar-expand .c-navbar-expand-categories .c-filter-promo i {
  font-size: 30px;
  position: absolute;
  bottom: -2px;
  left: 10px;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  margin: 0 5px 0 -12px;
  vertical-align: -3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-red {
  background-color: red;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-red {
  background-color: #ff0000;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-orange {
  background-color: #ffa500;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-purple {
  background-color: #7F007F;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-magenta {
  background-color: #FF00FF;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-yellow {
  background-color: #FFFF00;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-green {
  background-color: #008000;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-blue {
  background-color: #0000FF;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-grey {
  background-color: #808080;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-white {
  background-color: #ffffff;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-black {
  background-color: #000000;
}
.c-navbar-expand .c-navbar-expand-categories .color-pastille-cyan {
  background-color: #00FFFF;
}

.c-top {
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaf4f5;
  background: #f6fafb;
  margin-bottom: 40px;
}
.c-top.has-topadbar {
  margin-bottom: 0 !important;
}
.c-top .c-top-intro h1 {
  color: #111;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 17px;
  letter-spacing: -1px;
}
.c-top .c-top-intro .lead {
  color: #424242;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 28px;
}
.c-top .c-top-ads {
  margin-top: -30px;
  text-align: right;
}

.c-ads-top {
  margin: 0 auto 30px;
  text-align: center;
}

button.dc {
  outline: 0;
  cursor: pointer;
  background: none;
  border: none;
}
button.dc:active {
  outline: 0;
}
button.dc:focus {
  outline: 0;
}

section.c-gallery {
  padding-top: 20px;
  border-bottom: 3px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
section.c-gallery.notitle {
  padding-top: 0;
}
section.c-gallery.fluid {
  margin-left: 70px;
  margin-right: 70px;
}
section.c-gallery .container-fluid {
  position: relative;
}
section.c-gallery .c-element {
  /*@include make-marginbottom-gutterbased();*/
  margin-bottom: 60px;
  position: relative;
}
section.c-gallery .c-element .topinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}
section.c-gallery .c-element .topinfo .left {
  overflow: hidden;
  padding-right: 20px;
}
section.c-gallery .c-element .topinfo .right {
  min-width: 34px;
}
section.c-gallery .c-element .topinfo .h3 {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
section.c-gallery .c-element .topinfo .h3 a, section.c-gallery .c-element .topinfo .h3 button {
  color: #444;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
section.c-gallery .c-element .topinfo .h3 a:hover, section.c-gallery .c-element .topinfo .h3 button:hover {
  color: #000;
  cursor: pointer;
}
section.c-gallery .c-element .topinfo .h3 i {
  font-size: 14px;
}
section.c-gallery .c-element .topinfo a {
  color: #999;
  white-space: nowrap;
}
section.c-gallery .c-element .topinfo a:hover {
  color: #333;
}
section.c-gallery .c-element .topinfo a .icon {
  margin-left: 10px;
}
section.c-gallery .c-element .divimg {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
}
section.c-gallery .c-element .divimg img {
  border: 1px solid #ddd;
  /*border-radius: 10px;*/
}
section.c-gallery .c-element .hover {
  /*display: none;*/
  position: absolute;
  /*left:5px;
  top:5px;
  right:5px;
  bottom:5px;*/
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #aaa;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #fff;
  /*border-radius: 8px;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
}
section.c-gallery .c-element .hover i {
  margin-left: 20px;
  font-size: 30px;
  opacity: 0.75;
}
section.c-gallery .c-element .hover:hover {
  cursor: pointer;
  opacity: 1;
}
section.c-gallery .c-element .imglink {
  cursor: pointer;
}
section.c-gallery .c-element .imglink:hover .hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.c-gallery .c-element .date {
  font-size: 12px;
  margin-top: -2px;
  margin-bottom: 0;
}
section.c-gallery .c-element.c-element-mix {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
section.c-gallery .c-element.c-element-mix .c-mix-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
section.c-gallery .c-element.c-element-mix .c-mix-group .divimg:first-child img {
  /*border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;*/
}
section.c-gallery .c-element.c-element-mix .c-mix-group .divimg:last-child img {
  /*border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;*/
}
section.c-gallery .c-element.c-element-mix img {
  border: 1px solid #ddd;
}
section.c-gallery .c-element-mobile .topinfo,
section.c-gallery .c-element-tablet .topinfo {
  padding: 0 10px;
}
section.c-gallery .favorite-button .active {
  color: #f85669;
}

@media only screen and (max-width: 992px) {
  section.c-gallery.fluid {
    margin-left: 0px;
    margin-right: 0px;
  }
  .c-element .topinfo {
    padding: 0 10px !important;
  }
  .c-element .topinfo .h3 {
    font-size: 13px !important;
  }
}
.c-ad-fullwidth {
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
}

.c-ad-inmiddle {
  padding: 30px 0 80px;
}

.c-ad-toplisting {
  padding: 0px 0 20px;
}

.c-ad-footer {
  padding-top: 50px;
}

.c-ad-newsletter {
  position: relative;
  min-width: 630px;
  padding: 25px;
  background: #e8eff0;
  display: inline-block;
  height: 90px;
  overflow: hidden;
  margin-left: 50px;
}
.c-ad-newsletter h4 {
  color: #2ab5d3;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  padding-right: 220px;
  word-wrap: break-word;
}
.c-ad-newsletter p {
  font-size: 13px;
  padding-right: 220px;
}
.c-ad-newsletter form {
  position: absolute;
  right: 35px;
  top: 28px;
  text-align: right;
}
.c-ad-newsletter form input {
  margin-bottom: 0;
}
.c-ad-newsletter form input[type=email] {
  width: 120px;
  padding: 5px 10px;
}
.c-ad-newsletter form input[type=submit] {
  padding: 4px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .c-ad-newsletter {
    padding: 20px;
    margin-left: 20px;
    min-width: inherit;
  }
  .c-ad-newsletter h4 {
    font-size: 16px;
    padding-right: 20px;
  }
  .c-ad-newsletter p {
    display: none;
  }
  .c-ad-newsletter form {
    text-align: left;
    bottom: 10px;
    left: 20px;
    right: inherit;
    top: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .c-ad-newsletter {
    display: none;
  }
}
footer {
  margin-top: 50px;
  padding: 100px 0;
  background: #596668;
  color: #eee;
}
footer a {
  color: #e8eff0;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

.horlinks {
  padding-left: 0;
}
.horlinks li {
  list-style-type: none;
  display: inline;
  margin: 0 20px 0 0;
  padding: 0 0 0 0;
}

.social {
  margin-top: 50px;
  padding-left: 0;
}
.social li {
  display: inline-block;
  font-family: "fontello-social";
  margin-right: 3px;
}
.social li a {
  display: table;
  -webkit-transform: translateZ() !important;
  -webkit-backface-visibility: hidden !important;
  -webkit-perspective: 1000 !important;
}
.social li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  opacity: 0.75;
}
.social li a [class^=icon-]:before, .social li .social li a [class*=" ion-"]:before {
  margin-right: 0px;
}
.social li a:hover i {
  opacity: 1;
}
.social .ion-social-pinterest {
  background-color: #c53942;
}
.social .ion-social-rss {
  background-color: #e86f04;
}
.social .ion-social-facebook {
  background-color: #4470cf;
}
.social .ion-social-twitter {
  background-color: #5daed5;
}
.social .ion-social-flickr {
  background-color: #ff0088;
}
.social .ion-social-dribbble {
  background-color: #d07ead;
}
.social .ion-social-behance {
  background-color: #098ffa;
}
.social .ion-social-linkedin {
  background-color: #3393c1;
}
.social .ion-social-vimeo {
  background-color: #099fc7;
}
.social .ion-social-youtube {
  background-color: #c8312b;
}
.social .ion-social-instagram {
  background-color: #a4765c;
}

/* Change Bootstrap navbar toggle breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    /*display: none!important;*/
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* hack to align bootstrap modal 
body.modal-open .modal {
    display: flex !important;
    height: 100%;
} 

body.modal-open .modal .modal-dialog {
    margin: auto;
}
*/
.modal-backdrop {
  opacity: 0.8 !important;
}

.signup-alternative {
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -20px;
  height: 90px;
  text-align: center;
  font-size: 16px;
  background: #e4ecea;
  border: 20px solid #fff;
  padding-top: 13px;
}

.modal-body {
  background: #fff;
}

.c-modal-signup h1 {
  display: none;
}
.c-modal-signup form {
  margin-left: 450px;
  margin-bottom: 90px;
}
.c-modal-signup label {
  display: none;
}
.c-modal-signup .form-control {
  /*padding: .3rem .5rem;
  font-size:0.9rem;*/
  width: 300px;
}
.c-modal-signup .modal-lg {
  max-width: 1000px;
  border: 20px solid #fff;
}
.c-modal-signup .close {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 100;
  text-shadow: none;
  font-size: 30px;
}
.c-modal-signup .modal-content {
  border: 0;
}
.c-modal-signup select.form-control:not([size]):not([multiple]) {
  /*height: calc(2rem - 2px);*/
}
.c-modal-signup button[type=submit] {
  padding: 0.5rem 3rem;
}
.c-modal-signup .modal-body {
  padding: 50px;
}
.c-modal-signup .signup-bluebox {
  padding-top: 50px;
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #2ab5d3; /* FF3.6-15 */
  background: -o-linear-gradient(-45deg, #57cfb0 0%, #2ab5d3 100%); /* For Opera 11.1 to 12.0 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(135deg, #57cfb0 0%, #2ab5d3 100%);
  background: linear-gradient(-45deg, #57cfb0 0%, #2ab5d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
}
.c-modal-signup .signup-bluebox i {
  font-size: 80px;
  color: #fff;
}
.c-modal-signup .signup-bluebox p {
  font-size: 30px;
  color: #fff;
}
.c-modal-signup .signup-bluebox p small {
  font-size: 15px;
}
.c-modal-signup .signup-bluebox ul {
  margin-top: 50px;
  list-style-type: none;
  padding-left: 0;
}
.c-modal-signup .signup-bluebox ul li {
  color: #fff;
  line-height: 30px;
}
.c-modal-signup .signup-bluebox ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 5px 0 -15px;
  color: #fff;
  list-style-type: none;
}
.c-modal-signup #login-form {
  margin-left: 50px;
  margin-right: 450px;
  margin-top: 70px;
  margin-bottom: 10px;
}
.c-modal-signup .signup-bluebox.login {
  left: inherit;
  right: 0;
}

.device-bar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: auto;
}
.device-bar .device-widget {
  border: 1px solid #efefef;
  border-radius: 4px;
  height: 39px;
}
.device-bar .icon {
  display: none;
}
.device-bar .nav-pills button.nav-link {
  color: #888;
  background: transparent;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}
.device-bar .nav-pills button.nav-link:hover {
  color: #666;
}
.device-bar .nav-pills .nav-link.active {
  background-color: #f9f9f9;
  color: #2ab5d3;
}
.device-bar .nav-pills .nav-link.active:hover {
  color: #2ab5d3;
}
.device-bar .nav-pills .nav-link.active .icon {
  display: inline;
}
.device-bar h2 {
  color: #000;
  margin-bottom: 0;
  line-height: 30px;
}

@media (max-width: 768px) {
  .hidden-md-down {
    display: none;
  }
}
@media (max-width: 992px) {
  .hidden-lg-down {
    display: none;
  }
}
@media (min-width: 993px) {
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-xl-down {
    display: none;
  }
  .device-bar {
    margin-bottom: 20px;
  }
  .device-bar h2 {
    font-size: 24px;
  }
  .device-bar .device-widget {
    display: none;
  }
}
#c-popup-newsletter .modal-body {
  padding: 20px 150px 50px 150px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #c-popup-newsletter .modal-body {
    padding: 20px 50px 40px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #c-popup-newsletter .modal-body {
    padding: 20px 100px 40px 100px;
  }
}
#c-popup-newsletter .modal-body .intro {
  color: #888;
  font-size: 14px;
  border-bottom: 1px solid #e6e5fa;
  width: 70%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
#c-popup-newsletter .modal-body h2 {
  font-size: 35px;
  color: #2ab5d3;
  margin: 50px 0 50px;
}
#c-popup-newsletter .modal-body .subhead {
  color: #565656;
  font-size: 18px;
}
#c-popup-newsletter .modal-body .c-popupnewsletter-form {
  background-color: #e4ecea;
  padding: 20px;
  margin-bottom: 20px;
}
#c-popup-newsletter .modal-body small {
  color: #979797;
}
#c-popup-newsletter .modal-body .c-input-email {
  padding: 6px 20px;
  vertical-align: top;
  width: 50%;
}
#c-popup-newsletter .modal-body .c-input-submit {
  width: 40%;
  vertical-align: top;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#c-popup-newsletter button.close {
  right: 10px;
  top: 10px;
  z-index: 1;
  position: absolute;
}

.c-modal-addtolist label {
  display: block;
}
.c-modal-addtolist h3 {
  font-size: 20px;
}
.c-modal-addtolist h4 {
  color: #2ab5d3;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

.c-modal-addtolist form {
  margin-left: 0;
  margin-bottom: 50px;
}

.c-single {
  margin-top: 30px;
  margin-bottom: 70px;
}

.c-single ul {
  padding-left: 0;
  list-style-type: none;
}

.c-single-img img {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
}

.c-single-data {
  margin-top: 30px;
}

.preview-visitbutton .btn {
  font-weight: bold;
}

.c-paginate-prevnext {
  margin-bottom: 80px;
}

.c-paginate-pages {
  opacity: 0.7;
}
.c-paginate-pages .btn {
  border-radius: 0;
  padding: 10px 20px;
}

.c-pagination {
  text-align: center; /* mobile */
  margin-top: 53px;
}
.c-pagination .btn {
  color: #fff;
  margin: 0 5px;
  background-color: #e4ecea;
  color: #2ab5d3;
}
.c-pagination .bt-paginate-active {
  background-color: #424242;
  color: #fff;
  cursor: default;
}
.c-pagination .bt-paginate-prev {
  background-color: #e4ecea;
  color: #2ab5d3;
  display: none;
}
.c-pagination .bt-paginate-disable {
  display: none;
}

.c-bt-more {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  background-color: #65aa00;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
}
.c-bt-more i {
  font-size: 27px;
  vertical-align: middle;
  padding-left: 10px;
}
.c-bt-more:hover {
  background-color: #6fb706;
  color: #fff;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
}

.c-addthistop {
  margin: 20px 0 10px;
}

.c-addthis-promo {
  margin-top: 20px;
}

.textad-bottom {
  margin: 50px auto 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px;
  width: 400px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.textad-bottom a {
  font-weight: bold;
}
.textad-bottom a .ionicons {
  font-size: 10px;
  padding-left: 5px;
}

@media only screen and (min-width: 1200px) {
  .c-single-img {
    float: left;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .c-single-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .c-single-img img {
    width: 100%;
  }
}
/** ALERTS */
#alerts {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  width: 300px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

#alerts .alert {
  margin-bottom: 0;
}

#alerts .alert-success {
  background: #4dc45e;
  border-color: #4dc45e;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

#alerts .alert-error {
  background: #ffc45e;
  border-color: #ffc45e;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

#alerts button.close {
  color: #fff;
}

/** FORMS */
.has-error .help-block {
  color: #ff9999;
}

.has-error input, .has-error textarea, .has-error select {
  border-color: #ff9999;
}

/* Liknks colors */
a.color-link, .lc.color-link {
  padding: 2px 5px;
  font-size: 12px;
}
a.color-link-red, .lc.color-link-red {
  background: #f62626;
  color: #fff;
}
a.color-link-orange, .lc.color-link-orange {
  background: #f7ab18;
  color: #000;
}
a.color-link-purple, .lc.color-link-purple {
  background: #ab31e4;
  color: #fff;
}
a.color-link-magenta, .lc.color-link-magenta {
  background: #f629be;
  color: #000;
}
a.color-link-yellow, .lc.color-link-yellow {
  background: #fbf046;
  color: #000;
}
a.color-link-green, .lc.color-link-green {
  background: #7bd116;
  color: #fff;
}
a.color-link-blue, .lc.color-link-blue {
  background: #097bdc;
  color: #fff;
}
a.color-link-grey, .lc.color-link-grey {
  background: #919191;
  color: #fff;
}
a.color-link-white, .lc.color-link-white {
  background: #ffffff;
  color: #333;
  border: 1px solid #ddd;
}
a.color-link-black, .lc.color-link-black {
  background: #000000;
  color: #fff;
}
a.color-link-cyan, .lc.color-link-cyan {
  background: #19eef1;
  color: #000;
}

.item-details li {
  margin-bottom: 10px;
}

.preview-details {
  margin-bottom: 30px;
}

.c-usernav {
  float: right;
}

.div-filters-results {
  margin-top: 30px;
  background-color: #ddd;
  padding: 30px 50px;
  text-align: center;
}
.div-filters-results p {
  font-size: 25px;
  margin-bottom: 0;
}
.div-filters-results .div-filters-results-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.div-filters-results .c-btn-filterseeresults {
  display: none;
}

.filters-box label:hover {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 1px 2px #9d9b8e;
  box-shadow: 0px 1px 2px #9d9b8e;
}

.filters-box label {
  font-size: 13px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  color: #666666;
  line-height: 16px;
  padding: 5px 11px 5px 7px;
  margin: 0 3px 10px 0px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 2px #d0cec3;
  box-shadow: 0px 1px 2px #d0cec3;
}

filters-box input[type=checkbox] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(/images/filters-check.png) 0 -15px no-repeat;
  cursor: pointer;
}

.filters-or label {
  display: inline-block;
  margin-right: 20px;
}

.filters-or {
  margin: 0 0 20px 0;
}

.filters-or h2 {
  margin-bottom: 0px;
  font-size: 23px;
}

.div-filters-results {
  clear: both;
  padding: 30px;
  background: #ededed;
  margin: 30px 0 0 0;
  font-size: 30px;
  text-align: center;
}

.filters-box input[type=checkbox] {
  display: none;
}

.filters-box label {
  line-height: 16px;
  padding: 5px 15px;
  padding: 5px 15px 5px 8px;
  font-size: 13px;
}

label .color-link {
  text-indent: -9999px;
}

.filters-box label {
  background: #fff;
  display: inline-block;
  text-decoration: none;
  color: #666666;
  line-height: 16px;
  padding: 5px 11px 5px 7px;
  margin: 0 3px 10px 0px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 2px #d0cec3;
  box-shadow: 0px 1px 2px #d0cec3;
}

.filters-box input[type=checkbox] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(/images/filters-check.png) 0 -15px no-repeat;
  cursor: pointer;
}

.filters-box input[type=checkbox]:checked + label span {
  background: url(/images/filters-check.png) 0 0 no-repeat;
}

.filters-box input[type=checkbox]:checked + label {
  color: #000;
  background: #efece3;
  -webkit-box-shadow: 0px 1px 2px #9d9b8e;
  box-shadow: 0px 1px 2px #9d9b8e;
}

.filters-or .ul-colors .color-link {
  display: inline-block;
  border-radius: 16px;
  width: 50px;
  outline: none;
  border: 0;
}

.filters-or .ul-colors label {
  padding: 5px 6px 5px 8px;
}

.filters-box .ul-colors input[type=checkbox] + label span {
  margin: 3px 6px 0 0;
}

.filters-box label:hover {
  cursor: pointer;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 1px 2px #9d9b8e;
  box-shadow: 0px 1px 2px #9d9b8e;
}

.filters-box input[type=checkbox]:checked + label {
  color: #000;
  background: #efece3;
  -webkit-box-shadow: 0px 1px 2px #9d9b8e;
  box-shadow: 0px 1px 2px #9d9b8e;
}

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

.link-select {
  margin-bottom: 20px;
}

.filters-box-hidden {
  clear: both;
  display: none;
  display: block;
  border: 3px solid #efefef;
  padding: 50px 50px;
  margin-bottom: 100px;
}

.field-userregisterform-verifycode {
  height: 50px;
  position: relative;
}

.grecaptcha-badge {
  -webkit-box-shadow: #aaa 0px 0px 1px !important;
          box-shadow: #aaa 0px 0px 1px !important;
  position: absolute !important;
  bottom: -50px !important;
  right: -48px !important;
}

.c-intro {
  margin-top: -40px;
  margin-bottom: 70px;
}

@media (min-width: 1200px) {
  .c-element .topinfo {
    padding: 0 10px;
  }
  .c-element .topinfo .h3 {
    font-size: 15px !important;
  }
  .c-element .topinfo .h3 i {
    font-size: 14px;
  }
  .c-element .topinfo a i {
    font-size: 14px;
  }
  .c-pagination {
    text-align: inherit;
  }
  .c-paginate {
    min-height: 80px;
    position: relative;
  }
  .c-paginate-prevnext {
    right: 0;
    top: 0;
    position: absolute;
  }
  .c-paginate-pages {
    left: 0;
    top: 25px;
    position: absolute;
  }
}
.section-breadcrumb {
  background-color: #e9ecef;
}

.breadcrumb {
  margin-bottom: 0;
}
/*# sourceMappingURL=styles.css.map */