.spacer-slider {
  padding: 5px;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide img {
  display: block;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-track:after {
  clear: both;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list:focus {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgb(0,65,163);
  border-radius: 50%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: rgb(0,65,163);
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: rgb(255,255,255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  position: absolute;
  z-index: 1000;
  left: 20px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 35px;
  left: 25px;
  content: '<';
}

[dir='rtl'] .slick-prev:before {
  content: '>';
}

.slick-next {
  right: 25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 35px;
  right: -25px;
  content: '>';
}

[dir='rtl'] .slick-next:before {
  content: '<';
}

.slick-dotted.slick-slider {
  margin-bottom: -10px;
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  color: black;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'Nunito';
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: -40px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /*opacity: .25;*/
  color: rgb(0,118,184);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  /*opacity: .75;*/
  color: rgb(0,65,163);
  width: 25px;
  height: 25px;
}

.slick-dots li.slick-active button:before {
  /*opacity: .75;*/
  color: rgb(0,65,163);
  width: 25px;
  height: 25px;
}

.spacer-slider {
  padding: 5px;
}

figure {
  position: relative;
  margin: 0px;
}

figure img {
  display: inline-block;
}

figcaption {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0;
  padding: 0;
  margin: 0;
}

.figure-caption {
  font-family: 'Nunito';
  text-align: center;
  height: 30px;
  line-height: 2;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
}

.text-color {
  color: #789283;
}

.social-icons i {
  font-size: 24px;
  display: inline-block;
  color: #789283;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #789283;
  border-radius: 50%;
  line-height: 38px;
  margin-top: 20px;
}

.social-icons i:hover {
  color: #9FADAA;
  border-color: #9FADAA;
}

.tooltip > .tooltip-inner {
  background-color: #789283;
}

.tooltip .arrow:before {
  border-top-color: #789283;
}

.mh-50vh {
  min-height: 50vh;
}

.mh-100vh {
  min-height: 100vh;
}

.spectral {
  font-family: 'Spectral';
}

.font20 {
  font-size: 20px;
}

.shadow {
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
}

div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

div.jumbotron.hero-nature {
  background-image: url('architect-at-the-construction.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('architects-and-worker.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('young-college-students.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

a {
  border: none;
}

.h1, h1 {
  font-size: 2.3rem;
}

a {
  color: #6d8de1;
}

#footer a:active, a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: bold;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: 0;
}

.uk-link, a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

.uk-link:hover, a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f7b24e;
  text-decoration: none;
}

p {
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .0rem #faa011;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #faa011;
  text-decoration: blink;
}

#fixed-social {
  position: fixed;
  top: 130px;
  z-index: 1;
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 290px;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 1;
}

#fixed-social a:hover > span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  font-family: 'Montserrat';
  font-weight: bold;
}

.fixed-facebook {
  background-color: #00AAE5;
}

.fixed-facebook span {
  background-color: #00AAE5;
}

.fixed-instagram {
  background-color: #ED2B29;
}

.fixed-instagram span {
  background-color: #ED2B29;
}

.fixed-youtube {
  background-color: #FF0000;
}

.fixed-youtube span {
  background-color: #FF0000;
}

img {
}

* {
  scroll-behavior: smooth;
}

* {
  outline: none;
}

* {
  margin: 0;
}

div {
  /*overflow: hidden;*/
}

div {
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #003fb8!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #1d4dc6!important;
  border-color: #048f83!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border-style: none;
}

.btn {
  margin: 0px 10px;
  margin-bottom: 20px;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.beautiful.alert {
  border-width: 1px;
  background-image: none;
  border-color: transparent;
  border-radius: 0px;
  box-shadow: none;
}

.alert.alert-warning.beautiful {
  background-color: #f9e491;
  border-color: #f9e491;
  color: #c29d0b;
}

.beautiful.alert {
  border-width: 1px;
  background-image: none;
  border-color: transparent;
  border-radius: 0px;
  box-shadow: none;
}

.alert.alert-info.beautiful.alert-info {
  background-color: #e0ebf9;
  border-color: #e0ebf9;
  color: #327ad5;
}

.beautiful.bs-callout {
  padding: 15px 30px 15px 15px;
  margin: 20px 0;
  border-left-style: solid;
  border-left-width: 5px;
  border-radius: 0px;
}

.beautiful.bs-callout p:last-child {
  font-size: 13px;
  margin: 0px;
}

.beautiful.bs-callout + .beautiful.bs-callout {
  margin-top: -5px;
}

.beautiful.bs-callout-info {
  background-color: #f5f8fd;
  border-left-color: #8bb4e7;
  color: #010407;
}

.beautiful.bs-callout-info h4 {
  color: #1b809e;
}

.beautiful h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
}

div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

div.jumbotron.hero-nature {
  background-image: url('architect-at-the-construction.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('architects-and-worker.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('young-college-students.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #003fb8!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #1d4dc6!important;
  border-color: #048f83!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.brands {
  color: #313437;
  background-color: #fff;
}

.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}

@media (max-width:767px) {
  .brands a {
    padding: 30px 0;
  }
}

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}

.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.rounded-circle {
  /*border-radius: 50%!important;*/
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-color: rgb(12,129,247);
  border-radius: 2px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-radius: 2px;
  border-color: #fff;
}

#example {
  margin-bottom: 0;
}

#example {
  margin-bottom: 0;
}

.btn {
  margin: 0px 10px;
  margin-bottom: 20px;
}

* {
  box-sizing: border-box;
}

h2 {
  text-align: center;
}

button {
  border-radius: 20px;
  border: 1px solid #FF4B2B;
  background-color: #FF4B2B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

button {
  border-radius: 20px;
  border: 1px solid #FF4B2B;
  background-color: #FF4B2B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.btn {
  margin: 0px 10px;
  margin-bottom: 20px;
}

.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

.photo-card {
  background-color: #2d3638;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 700px) {
  .photo-card {
    flex-direction: row;
  }
}

.photo-background {
  background-position: center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 250px;
}

@media screen and (min-width: 700px) {
  .photo-background {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    min-height: none;
    width: 50%;
  }
}

.photo-details {
  padding: 2.1875em 5%;
}

@media screen and (min-width: 700px) {
  .photo-details {
    width: 50%;
  }
}

.photo-details h1, .photo-details h4 {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.photo-details h1 {
  font-size: 125%;
  line-height: 1;
  margin-bottom: 0.35em;
}

.photo-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 87.5%;
  margin-top: 0.35em;
  text-transform: lowercase;
}

.photo-tags li {
  margin: 0 0.35em 0.35em 0;
}

.photo-tags a {
  background-color: #191e20;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 0.3125em 1.25em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.photo-tags a:hover, .photo-tags a:focus {
  color: #e37544;
}

.photo-details p {
  color: white;
}

.features-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .features-clean {
    padding-bottom: 10px;
  }
}

.features-clean p {
  color: #7d8285;
}

.features-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width:767px) {
  .features-clean .intro {
    margin-bottom: 40px;
  }
}

.features-clean .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .features-clean .item {
    min-height: 0;
  }
}

.features-clean .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.features-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-clean .item .icon {
  font-size: 40px;
  color: #1485ee;
  float: left;
  margin-left: -65px;
}

.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.spacer {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.thread-list {
  list-style: none;
  padding: 10px;
  width: 100%;
}

.thread-list .thread {
  display: table;
  height: 35px;
  width: 100%;
  padding: 2px;
}

.thread span.icon {
  float: right;
  font-size: 20px;
}

.thread span.icon a:hover {
  opacity: 1;
}

.icon a, .icon a:focus {
  text-decoration: none;
  color: #000;
  padding: 0 2px;
  opacity: 0.2;
}

.icon .flag.active {
  color: red;
}

.thread .time {
  font-weight: bold;
  padding: 0 10px;
  width: 68px;
  font-size: 12px;
  display: inline-block;
}

.thread .title {
  padding: 2px 5px;
  font-size: 18px;
}

.thread:hover {
  font-weight: bold;
  background: rgba(70,163,230,0.2);
}

.thread-list-head {
  width: 100%;
  padding-top: 10px;
}

.thread-list-head .thread-pages {
  float: right;
}

.thread-pages {
  padding: 0;
  margin: 0;
}

.thread-pages .pagination {
  margin: 0;
  padding: 0;
}

.badge {
  border-radius: 50%;
  padding: 5px;
  background: rgb(255,94,3);
  font-size: 10px;
  min-width: 10px;
}

.thread-list {
  list-style: none;
  padding: 10px;
  width: 100%;
}

.thread-list .thread {
  display: table;
  height: 35px;
  width: 100%;
  padding: 2px;
}

.thread span.icon {
  float: right;
  font-size: 20px;
}

.thread span.icon a:hover {
  opacity: 1;
}

.icon a, .icon a:focus {
  text-decoration: none;
  color: #000;
  padding: 0 2px;
  opacity: 0.2;
}

.thread .time {
  font-weight: bold;
  padding: 0 10px;
  width: 68px;
  font-size: 12px;
  display: inline-block;
}

.thread .title {
  padding: 2px 5px;
  font-size: 18px;
}

.thread:hover {
  font-weight: bold;
  background: rgba(70,163,230,0.2);
}

.thread-list-head {
  width: 100%;
  padding-top: 10px;
}

.thread-list-head .thread-pages {
  float: right;
}

.thread-pages {
  padding: 0;
  margin: 0;
}

.thread-pages .pagination {
  margin: 0;
  padding: 0;
}

.badge {
  border-radius: 50%;
  padding: 5px;
  background: rgb(255,94,3);
  font-size: 10px;
  min-width: 10px;
}

.gift {
  width: 100%;
  border: 1px solid #e2e2e2;
  margin: 10px 0;
  padding: 10px;
  position: relative;
}

.gift__img {
  text-align: center;
  padding: 10px;
  border: none;
}

.gift__img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.gift__name {
  font-size: 20px;
  display: block;
  font-weight: 700;
  font-style: normal;
  margin: 2px 0 10px 0;
  color: #4c4c4c;
  text-align: left;
}

.gift__details {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 18px;
  font-style: italic;
}

.gift__details p {
  padding: 0;
  margin-bottom: 3px;
}

.gift__bottom {
  padding: 10px 0;
}

.gift__price-wrap {
  color: #444444;
  line-height: 18px;
  font-size: 15px;
}

.gift__normal-price {
  font-size: 15px;
}

.gift__normal-price .gift__data {
  text-decoration: line-through;
}

.gift__today-price {
  font-weight: bold;
  margin-top: 5px;
}

.gift__today-price .gift__data {
  color: green;
  font-size: 20px;
}

.gift__quantity-left {
  margin-top: 5px;
}

.gift__cta-wrap {
  text-align: center;
  margin-top: 10px;
}

.gift__cta {
  max-width: 265px;
  background-color: #01a8ff;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 17px 15px 17px;
  outline: none;
  line-height: 18px;
  transition: all 0.3s;
}

.gift__cta:hover {
  background: #3e5062;
  text-decoration: none;
  color: #fff;
}

.gift__cta-note {
  font-size: 13px;
  color: #336f25;
  padding-top: 5px;
  display: block;
}

.gift__rating {
  margin: 10px 0 0;
  text-align: center;
}

.gift__rating i {
  color: #FFD700;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

.gift__rating-number {
  font-size: 13px;
  margin-left: 4px;
  line-height: 15px;
  vertical-align: text-top;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .gift__img {
    border: 1px solid #e2e2e2;
  }
}

@media (min-width: 768px) {
  .gift__cta {
    font-size: 18px;
  }
}

body {
  background-color: #fafafa;
}

#apps {
  color: #757575;
  font: 300 normal 16px Roboto, Arial, Helvetica, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width:1200px) {
  #apps.container {
    width: 1200px;
  }
}

@media (min-width:1440px) {
  #apps.container {
    width: 1440px;
  }
}

#apps .row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

#apps .row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#apps .row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#apps .row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}

#apps .panel-group .panel + .panel {
  margin-top: 0;
  border: none;
}

.panel-apps {
  border: none;
}

#apps .panel-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

#apps .panel-title a:hover, .panel-title a:focus {
  text-decoration: none;
}

#apps .panel-title .material-icons {
  display: inline-flex;
  vertical-align: middle;
  margin-right: .5em;
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.panel-apps > .panel-heading {
  background-color: #4285F4;
  background-image: none;
  border-radius: 0;
  padding: 20px 4%;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #247cf3;
}

.panel-apps > .panel-heading:hover {
  background-color: #508EF5;
}

.app {
  margin: 15px auto;
}

.app a {
  display: block;
}

.app a:hover {
  text-decoration: none;
}

.app img {
  display: block;
  margin: 0 auto;
}

.app span {
  display: block;
  padding-top: 5px;
  text-decoration: none;
  text-align: center;
}

.app a span {
  color: #757575;
}

.app a:hover span {
  color: #9e9e9e;
}

#brand-logo {
  font-size: 34px;
}

#app-navbar {
  background: linear-gradient(120deg, #00e4d0, #5983e8);
}

#brand-logo {
  font-size: 34px;
}

#app-navbar {
  background: linear-gradient(120deg, #11489e, #0898d7);
}

.highlight-phone {
  color: #313437;
  background-color: #eef4f7;
  padding: 50px 0 55px;
  overflow: hidden;
}

@media (max-width:767px) {
  .highlight-phone {
    text-align: center;
  }
}

.highlight-phone p {
  color: #7d8285;
}

.highlight-phone h2 {
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-phone .intro {
  font-size: 18px;
  max-width: 500px;
  line-height: 1.5;
}

@media (max-width:767px) {
  .highlight-phone .intro {
    max-width: none;
  }
}

.highlight-phone .intro p {
  margin-bottom: 35px;
}

.highlight-phone .intro .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

.highlight-phone .intro .btn:hover {
  opacity: 1;
}

.highlight-phone .intro .btn:active {
  transform: translateY(1px);
}

.highlight-phone .intro .btn-primary {
  background-color: #055ada;
  color: #fff;
}

.highlight-phone .iphone-mockup {
  position: relative;
  max-width: 260px;
  margin-top: -30px;
  margin-bottom: -230px;
  transform: rotate(-15deg);
}

.highlight-phone .iphone-mockup img.device {
  width: 100%;
  height: auto;
}

.highlight-phone .iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  background-color: #aaa;
  overflow: hidden;
  background: url(screen-content-iphone-6.jpg);
  background-size: cover;
  background-position: center;
}

.highlight-phone .iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

.column {
  float: left;
  width: 25%;
  padding: 10px 5px;
}

.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

.img-row:after {
  content: "";
  display: table;
  clear: both;
}

.img-container {
  position: relative;
}

#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

.top-container {
  margin-top: 50px;
}

.h1, h1 {
  font-size: 2.3rem;
}

#example {
  margin-bottom: 0;
}

#example {
  margin-bottom: 0;
}

.btn {
  margin: 0px 10px;
  margin-bottom: 20px;
}

.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean.navbar-dark .navbar-toggler {
  border-color: #555;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean.navbar-dark .navbar-toggler {
  color: #eee;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline {
  border-top-color: #333;
}

.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

@media (min-width:768px) {
  .navigation-clean .navbar-nav .show .dropdown-menu {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: .8rem;
    padding-bottom: .8rem;
    line-height: 1;
  }
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}

.navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item {
  color: #f2f5f8;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}

@media (max-width:767px) {
  .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #fff;
  }
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fluid, .row {
  margin: 0;
  padding: 0;
}

a {
  border: none;
}

a {
  color: #6d8de1;
}

#footer a:active, a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: bold;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: 0;
}

.uk-link, a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

.uk-link:hover, a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f7b24e;
  text-decoration: none;
}

p {
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #faa011;
  text-decoration: blink;
}

.clean-block.dark {
  background-color: #222425;
}

.clean-block {
  background-color: #222425;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-boxed p {
  color: #7d8285;
}

img {
}

* {
  scroll-behavior: smooth;
}

* {
  outline: none;
}

* {
  margin: 0;
}

div {
  /*overflow: hidden;*/
}

div {
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border-style: none;
}

.row {
  padding: 7px;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  padding: 7px;
}

.profile-back {
  background-color: #9b1f1f;
  height: 150px;
  margin-bottom: -75px;
}

.profile-pic {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.profile-card {
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #9b1f1f;
}

.profile-name {
  background-color: #9b1f1f;
  color: #fff;
  font-family: 'Actor', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 100px;
  max-width: 300px;
  margin: 0 auto 10px auto;
}

.profile-card .social-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.profile-card .social-list li {
  display: inline;
  margin: 0 5px;
  /*background-color: #9b1f1f;*/
  /*color: #fff;*/
  /*padding: 10px;*/
  /*border-radius: 100%;*/
}

.profile-bio {
  margin-bottom: 10px;
  padding: 10px;
}

.profile-card .social-list li i {
  background-color: #9b1f1f;
  color: #fff;
  padding: 10px 11px;
  border-radius: 100%;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

p {
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f7b24e;
  text-decoration: none;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f7b24e;
  text-decoration: none;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

p {
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

p {
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f7b24e;
  text-decoration: none;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

p {
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f7b24e;
  text-decoration: none;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

p {
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  margin: 0;
}

p {
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

p {
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

p {
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  margin: 0;
}

p {
}

@media (min-width:1200px) {
  .container {
    max-width: 1215px;
  }
}

.container {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

div {
  /*overflow: hidden;*/
}

div {
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .0rem #faa011;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #faa011;
  text-decoration: blink;
}

* {
  box-sizing: border-box;
}

.product-inner {
  width: 300px;
  margin: 0 auto;
  background: white;
  text-align: center;
  border-bottom: 2px solid #ebebec;
  transition: .2s linear;
}

.product-inner:hover {
  border-color: #bca480;
}

.product-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-wrap img {
  display: block;
  width: 100%;
}

.actions {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  background: rgba(59,62,67,0.75);
  transition: .3s linear;
}

.product-inner:hover .actions {
  bottom: 0;
}

.actions a {
  text-decoration: none;
  float: left;
  width: 33.33333333333333%;
  color: white;
  padding: 15px 0;
  transition: .2s linear;
}

.actions a:hover {
  background: rgba(59,62,67,0.85);
}

.actions a:before {
  font-family: "FontAwesome";
}

.add-to-cart:before {
  content: "\f07a";
}

.quickview:before {
  content: "\f002";
}

.wishlist:before {
  content: "\f08a";
}

.product-info {
  padding-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
}

.product-title {
  margin: 0 0 10px 0;
  font-family: 'Noto Sans', sans-serif;
}

.product-title a {
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
}

.price {
  font-weight: bold;
  color: #bca480;
}

* {
  box-sizing: border-box;
}

.border {
  width: 300px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border: 1px solid #F1E7E8;
}

.wrap {
  height: 100%;
  position: relative;
}

.product-wrap {
  position: relative;
}

.product-wrap:after {
  content: '';
  background: rgba(73, 102, 162, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transform: scale(.3);
  transition: .3s ease-in-out;
}

.border:hover .product-wrap:after {
  opacity: 1;
  transform: scale(1);
}

.product-wrap a {
  display: block;
  text-decoration: none;
}

.product-wrap img {
  display: block;
  width: 100%;
}

.loop-action {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}

.border:hover .loop-action {
  opacity: 1;
}

.loop-action a {
  text-decoration: none;
  display: block;
  border: 1px solid white;
  white-space: nowrap;
  text-transform: uppercase;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  min-width: 160px;
  margin: 5px auto;
  transition: .3s ease-in-out;
}

.loop-action a:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  transform: rotate(45deg);
  background: white;
  z-index: -1;
  transition: .3s ease-in-out;
}

.loop-action a:hover {
  color: black;
}

.loop-action a:hover:after {
  left: 0%;
}

.border:hover {
  border-color: #4966A2;
}

.product-info {
  padding-top: 15px;
}

.stars {
  font-size: 14px;
  font-family: FontAwesome;
}

.stars:before {
  content: "\f005\f005\f005\f005\f123";
  color: #F2453E;
}

.product-title {
  font-weight: normal;
  font-family: "Open Sans";
  color: #162546;
  font-size: 18px;
}

.price {
  font-family: "Open Sans";
  color: #162546;
  font-style: italic;
  font-weight: bold;
}

.add-to-cart {
}

.loop-add-to-cart {
  background: rgba(255,28,28,0.5);
}

* {
  box-sizing: border-box;
}

.product-inner {
  width: 300px;
  margin: 0 auto;
  background: white;
  text-align: center;
  border-bottom: 2px solid #ebebec;
  transition: .2s linear;
}

.product-inner:hover {
  border-color: #bca480;
}

.product-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-wrap img {
  display: block;
  width: 100%;
}

.actions {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  background: rgba(59,62,67,0.75);
  transition: .3s linear;
}

.product-inner:hover .actions {
  bottom: 0;
}

.actions a {
  text-decoration: none;
  float: left;
  width: 33.33333333333333%;
  color: white;
  padding: 15px 0;
  transition: .2s linear;
}

.actions a:hover {
  background: rgba(59,62,67,0.85);
}

.actions a:before {
  font-family: "FontAwesome";
}

.add-to-cart:before {
  content: "\f07a";
}

.quickview:before {
  content: "\f002";
}

.wishlist:before {
  content: "\f08a";
}

.product-info {
  padding-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
}

.product-title {
  margin: 0 0 10px 0;
  font-family: 'Noto Sans', sans-serif;
}

.product-title a {
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
}

.price {
  font-weight: bold;
  color: #bca480;
}

* {
  box-sizing: border-box;
}

.border {
  width: 300px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border: 1px solid #F1E7E8;
}

.wrap {
  height: 100%;
  position: relative;
}

.product-wrap {
  position: relative;
}

.product-wrap:after {
  content: '';
  background: rgba(73, 102, 162, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transform: scale(.3);
  transition: .3s ease-in-out;
}

.border:hover .product-wrap:after {
  opacity: 1;
  transform: scale(1);
}

.product-wrap a {
  display: block;
  text-decoration: none;
}

.product-wrap img {
  display: block;
  width: 100%;
}

.loop-action {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}

.border:hover .loop-action {
  opacity: 1;
}

.loop-action a {
  text-decoration: none;
  display: block;
  border: 1px solid white;
  white-space: nowrap;
  text-transform: uppercase;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  min-width: 160px;
  margin: 5px auto;
  transition: .3s ease-in-out;
}

.loop-action a:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  transform: rotate(45deg);
  background: white;
  z-index: -1;
  transition: .3s ease-in-out;
}

.loop-action a:hover {
  color: black;
}

.loop-action a:hover:after {
  left: 0%;
}

.border:hover {
  border-color: #4966A2;
}

.product-info {
  padding-top: 15px;
}

.stars {
  font-size: 14px;
  font-family: FontAwesome;
}

.stars:before {
  content: "\f005\f005\f005\f005\f123";
  color: #F2453E;
}

.product-title {
  font-weight: normal;
  font-family: "Open Sans";
  color: #162546;
  font-size: 18px;
}

.price {
  font-family: "Open Sans";
  color: #162546;
  font-style: italic;
  font-weight: bold;
}

.loop-add-to-cart {
  background: rgba(255,28,28,0.5);
}

.form-control-borderless {
  border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.bill-header {
  font-size: 12px;
  text-align: center;
}

.form-control:focus {
  border-color: #25476a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#trs-hd {
  text-align: center;
}

.bill-header.cs {
  background-color: rgba(37,71,106,0.56);
  color: #fff;
}

.counter {
  padding: 8px;
  color: #ccc;
}

.results tr[visible='false'], .no-result {
  display: none;
}

.results tr[visible='false'], .no-result {
  display: none;
}

.counter {
  padding: 8px;
  color: #ccc;
}

.fa.fa-warning {
  font-size: 18px;
  color: #ff0000;
}

.warning.no-result {
  text-align: center;
}

.search.form-control {
  border-radius: 0px !important;
}

.search-table-col {
  margin-top: 100px;
}

.bill-header {
  font-size: 12px;
  text-align: center;
}

.form-control:focus {
  border-color: #25476a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#trs-hd {
  text-align: center;
}

.bill-header.cs {
  background-color: rgba(37,71,106,0.56);
  color: #fff;
}

.counter {
  padding: 8px;
  color: #ccc;
}

.results tr[visible='false'], .no-result {
  display: none;
}

.results tr[visible='false'], .no-result {
  display: none;
}

.counter {
  padding: 8px;
  color: #ccc;
}

.fa.fa-warning {
  font-size: 18px;
  color: #ff0000;
}

.warning.no-result {
  text-align: center;
}

.search.form-control {
  border-radius: 0px !important;
}

.search-table-col {
  margin-top: 100px;
}

.team-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.team-boxed p {
  color: #7d8285;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-boxed .intro p {
  margin-bottom: 0;
}

.team-boxed .people {
  padding: 50px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-boxed .item img {
  max-width: 160px;
}

.team-boxed .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-boxed .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-boxed .social a:hover {
  opacity: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border: 1px solid rgb(255,0,0);
}

.zoomin img {
  height: 200px;
  width: 200px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.zoomin img:hover {
  /*width: 300px;*/
  /*height: 300px;*/
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transition: scale(1.5);
}

