@charset "UTF-8";
/* Add here all your css styles (customizations) */
@media (max-width: 767px) {
  .logo {
    width: 200px !important;
  }
  .logo img {
    max-width: 100%;
  }
}
.blogslider .cycle-slideshow {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.blogslider .cycle-slideshow img {
  max-width: 100%;
}
.blogslider > ul {
  padding: 10px 0px 20px 0px;
}
.blogslider > ul li {
  display: inline-block;
  color: #b2b2b2;
}
.blogslider > ul li a {
  color: #b2b2b2;
  font-size: 1.2em;
}
.blogslider > ul li a:hover {
  color: #e9242d;
  text-decoration: none;
}
.blogslider > ul li:first-child {
  float: left;
}
.blogslider > ul li:first-child:before {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  padding: 3px 10px 0px 0px;
}
.blogslider > ul li:last-child {
  float: right;
}
.blogslider > ul li:last-child:after {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  padding: 3px 0px 0px 10px;
}

.shop-wrap .card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.shop-wrap .card .card-title {
  font-weight: bold;
  font-size: 15px;
  margin-top: 0px;
}
.shop-wrap .card .card-body {
  padding: 20px;
  font-size: 1.2em;
}
.shop-wrap .card .hoverlink {
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  display: block;
}
.shop-wrap .card .hoverlink img {
  transition: 0.3s;
  max-width: 100%;
}
.shop-wrap .card .hoverlink:hover {
  background: #2d2d2d;
}
.shop-wrap .card .hoverlink:hover img {
  opacity: 0.4;
  transform: scale(1.2);
}
.shop-wrap .card .hoverlink:hover:after {
  opacity: 1;
}
.shop-wrap .card .hoverlink:after {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #fff;
  color: #bebebe;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  content: "view more";
}
.shop-wrap del {
  font-size: 0.8em;
  opacity: 0.5;
}
.shop-wrap .fileprice {
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.8em;
  text-align: center;
  padding: 5%;
  margin-bottom: 15px;
}
.shop-wrap button.display-block {
  display: block;
  width: 100%;
}

body.dark .reset-bootstrap .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px !important;
}
body.dark .reset-bootstrap .btn-u {
  border-radius: 4px !important;
}

.highlight-color {
  color: #e9242d !important;
}

.loginbar {
  font-size: 16px;
  white-space: nowrap;
  padding: 0px;
}

.imgleft {
  float: left;
  margin: 5px 15px 7px 0px;
}

.imgright {
  float: right;
  margin: 5px 0px 7px 15px;
}

.gotcha {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

a[href^="tel:"],
a[href^="tel:"]:hover {
  font-size: inherit !important;
  text-decoration: none;
  color: inherit !important;
  cursor: default;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.skycontent h2, .skycontent h3, .skycontent .headline {
  clear: left;
}
.skycontent .well {
  padding-top: 22px;
  padding-bottom: 1px;
}
.skycontent .row {
  clear: both;
}
.skycontent > ul {
  clear: left;
}
.skycontent img {
  border-radius: 6px !important;
}

/*Dark Social v2*/
.dark-social-v2 li {
  padding-right: 0;
  margin-bottom: 8px;
}
.dark-social-v2 li:first-child {
  padding-left: 5px;
}
.dark-social-v2 li i {
  color: #777;
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 8px 5px;
  text-align: center;
  background: #353535;
  display: inline-block;
}
.dark-social-v2 li i:hover {
  color: #fff;
  background: #e9242d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.coming-soon-page a {
  color: #fff;
}

/*404 Error Page v1 
------------------------------------*/
.error-v1 {
  padding-bottom: 30px;
  text-align: center;
}

.error-v1 p {
  color: #555;
  font-size: 16px;
}

.error-v1 span {
  color: #555;
  display: block;
  font-size: 35px;
  font-weight: 200;
}

.error-v1 span.error-v1-title {
  color: #777;
  font-size: 180px;
  line-height: 200px;
  padding-bottom: 20px;
}

/*For Mobile Devices*/
@media (max-width: 500px) {
  .error-v1 p {
    font-size: 12px;
  }

  .error-v1 span {
    font-size: 25px;
  }

  .error-v1 span.error-v1-title {
    font-size: 140px;
  }
}
body.dark .purchase {
  background: #131313;
  border-top: 1px solid #2b2b2b;
}
body.dark .purchase .btn-buy a {
  margin-top: 13px;
}
body.dark .breadcrumbs-v3, body.dark .breadcrumbs-v4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  body.dark .breadcrumbs-v3, body.dark .breadcrumbs-v4 {
    background-attachment: scroll;
  }
}
body.dark .breadcrumbs-v3 h1, body.dark .breadcrumbs-v4 h1 {
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}
body.dark .breadcrumbs-v4 {
  padding: 50px 0px;
}
body.dark .news-v3 .post-shares li i {
  padding: 12px;
}
body.dark .news-v3 .post-shares li span {
  border-color: #252525;
  color: #252525;
}

.content-sm {
  padding-bottom: 30px;
}

/*******************/
/*ajax error styles*/
/*******************/
form.standardajax {
  position: relative;
}
form.standardajax .errorbox {
  display: none;
  font-size: 1.5em;
  background: #e31000;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  position: absolute;
  color: #ffffff;
  padding: 20px;
  width: 240px;
  text-align: center;
  top: 40%;
  margin-top: -50px;
  margin-left: -120px;
  left: 50%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.5em;
}
form.standardajax .sendbox {
  background: #33455a;
}
form.standardajax .sendingbox {
  width: 70px;
  margin-left: -35px;
}
form.standardajax .alert {
  /*bootstrap alert fallback */
  margin: 0px 0px 20px 0px;
}
form.standardajax input[disabled], form.standardajax textarea[disabled], form.standardajax select[disabled] {
  opacity: 0.4;
}

/*spinner*/
.sky-spinner {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation 0.7s infinite linear;
  -moz-animation: rotation 0.7s infinite linear;
  -o-animation: rotation 0.7s infinite linear;
  animation: rotation 0.7s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 100% !important;
}
.sky-spinner:before {
  content: "";
  display: block;
  position: absolute;
  /*left:-6px;*/
  top: -3px;
  height: 100%;
  width: 100%;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100% !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*# sourceMappingURL=custom.css.map */
