/*.caveat-brush-regular {
  font-family: "Caveat Brush", serif;
  font-weight: 400;
  font-style: normal;
}*/

/* BODY */
body {
  border-top: 0;
  color: #000;
  line-height: 1.2;
}

a {
  transition: 0.5s;
}

.btn-readmore {
  border: 1px solid var(--red);
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Caveat Brush", serif;
  color: var(--red);
  padding: 5px 10px;
}

.btn-readmore:hover {
  border: 1px solid var(--red);
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Caveat Brush", serif;
  color: #fff;
  background: var(--red);
  padding: 5px 10px;
}

.btn-primary,
.btn-info,
.btn-success,
.btn-warning {
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Caveat Brush", serif;
  padding: 5px 10px;
  color: var(--purple);
  background: #fff;
  border-color: var(--purple);
}

.btn-primary:hover,
.btn-info:hover,
.btn-success:hover,
.btn-warning:hover {
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Caveat Brush", serif;
  padding: 5px 10px;
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}

#top_menu {
  width: 100%;
  height: 48px;
  background: var(--top-menu-bar-bg-color);
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  z-index: 3000;
}

#top_menu a {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0 !important;
  color: var(--blue);
}

#top_menu #header_basket {
  margin-left: 15px;
}

#top_menu #header_basket a {
  color: var(--blue);
}

#top_menu #header_basket .items {
  color: var(--blue);
}

#top_menu #header_basket .items a {
  color: var(--blue);
  font-weight: bold;
  margin-left: 10px;
}

#top_menu #header_basket .items a:hover {
  color: #fff;
  text-decoration: none;
}

#top_menu .dropdown-menu {
  background: #fff;
  border-color: #fff;
  margin-top: 10px;
  z-index: 3000;
}

.open>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  margin-top: 2px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#top_menu .dropdown-menu a {
  color: var(--top-menu-bar-bg-color);
  margin-left: 0;
}

#top_menu .dropdown-menu a:hover {
  color: var(--blue);
  background: #fff;
  margin-left: 0;
}

#top_menu a {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0 !important;
  color: var(--blue);
}

#header {
  background: var(--top-menu-bar-bg-color) !important;
  color: #fff;
  height: 140px !important;
}

.header-gap {
  height: 40px;
}

.navbar-default {
  background: var(--top-menu-bar-bg-color) !important;
  border: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-top: 30px;
  z-index: 1000;
}

.navbar-brand {
  position: absolute;
  top: 30px;
  height: auto;
}

a.navbar-brand {
  margin-top: -90px;
  z-index: 2000;
}

a.navbar-brand img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width:991px) {
  #logo {
    width: 150px;
    z-index: 2000;
  }

  .navbar-brand {
    top: 50px;
  }

  a.navbar-brand img {
    width: 150px;
    /*margin-top: 30px;*/
  }
}

.navbar-brand img.small-logo {
  width: 175px;
}

#main-menu {
  background: var(--top-menu-bar-bg-color) !important;
  color: #fff;
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active,
.sm-blue a.highlighted {
  padding: 13px 10px;
  background: var(--top-menu-bar-bg-color);
  color: #FFF;
  font-family: "Caveat Brush", serif;
  font-size: 28px;
  text-transform: uppercase;
}

.sm-blue a:hover {
  background: var(--top-menu-bar-bg-color);
  color: var(--blue);
}

.sm-blue>li {
  border-left: 0;
}

@media (min-width: 992px) {
  .navbar-right {
    float: right !important;
    margin-right: -30px;
  }
}

@media (max-width:991px) {
  .navbar {
    margin-left: -15px;
    margin-right: -15px;
  }

  #navbar2 {
    margin-top: 100px !important;
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* ONLINE PORTAL */
.portal-category-header {
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--menu-color);
  color: #fff;
  text-align: center;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
}

.portal-details {
  font-size: 14px;
  text-align: center;
}

.portal-details a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.portal-file {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.portal-file .file-title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

.portal-file .file-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.portal-file img {
  max-height: 220px;
}

/* page sections */
.page-section {
  margin-top: 20px;
  margin-bottom: 0px;
}

.page-section-price {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.page-section-button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.page-section-product-wrapper {
  margin-top: 15px;
  padding: 20px 40px;
  border: 1px solid var(--top-menu-bar-bg-color);
  border-radius: 15px;
}

.page-section-product-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.home-page-banner {
  background: #92C1CB;
  background-image: url('../images/banner-bg.png');
  width: 100%;
  min-height: 710px;
  background-position: bottom center;
  position: relative;
}

.home-page-banner .banner-text1 {
  text-align: center;
  margin-top: 140px;
}

.home-page-banner .banner-text1 h1 {
  font-size: 70px;
  color: #fff;
  font-family: "Caveat Brush", serif;
  text-transform: uppercase;
}

.home-page-banner .banner-text2 {
  text-align: center;
  margin-top: 60px;
  background-image: url('../images/banner-text-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 130px;
  padding-top: 10px;
}

.home-page-banner .banner-text2 h2 {
  font-size: 50px;
  color: var(--red);
  font-family: "Caveat Brush", serif;
  text-transform: uppercase;
}

.home-page-banner .banner-image1 img {
  position: absolute;
  top: 50px;
  width: 55%;
  /*height: 400px;*/
  border: 10px solid var(--top-menu-bar-bg-color);
  box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.6);
}

.home-page-banner .banner-image2 img {
  position: absolute;
  top: 170px;
  width: 65%;
  /*height: 400px;*/
  border: 10px solid var(--top-menu-bar-bg-color);
  left: 35%;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.6);
}

@media (max-width:1200px) {
  .home-page-banner .banner-text2 {
    padding-top: 15px;
    margin-top: 20px;
  }

  .home-page-banner .banner-text2 h2 {
    font-size: 40px;
  }
}

@media (max-width:991px) {
  .home-page-banner {
    min-height: 1150px;
  }

  .home-page-banner .banner-text1 {
    text-align: center;
    margin-top: 60px;
  }

  .home-page-banner .banner-text2 {
    margin-top: 40px;
  }
}

@media (max-width:600px) {
  .home-page-banner .banner-text2 {
    padding-top: 25px;
  }

  .home-page-banner .banner-text2 h2 {
    font-size: 26px;
  }
}

h1 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Caveat Brush", serif;
  color: var(--top-menu-bar-bg-color);
}

h2 {
  color: var(--blue);
  font-size: 28px;
}

/* new 5 column bootstrap grid */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.home-page-section1 {
  margin-top: 0px;
  margin-bottom: 80px;
  text-align: center;
}

.home-page-section1 .text-section {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.home-page-section1 .btn-section {
  margin-top: 20px;
}

.home-page-section2 {
  margin-top: 0px;
  margin-bottom: 80px;
  text-align: left;
  position: relative;
}

.home-page-section2 h3 {
  color: var(--top-menu-bar-bg-color);
  font-size: 50px;
  font-family: "Caveat Brush", serif;
  text-transform: uppercase;
}

.home-page-section2 .text-section {
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 100px;
}

.home-page-section2 .btn-section {
  margin-top: 20px;
}

.home-page-section2 img {
  max-width: 500px;
  border: 10px solid var(--top-menu-bar-bg-color);
}

.home-page-section2 .img-caption {
  background: var(--purple);
  font-family: "Caveat Brush", serif;
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 40px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
}

@media (max-width:991px) {
  .home-page-section2 .text-section {
    padding-right: 0px;
  }

  .home-page-section2 img {
    margin-top: 40px;
    width: 100%;
  }

  .home-page-section2 .img-caption {
    left: 15%;
  }
}

@media (max-width:600px) {
  .home-page-section2 .img-caption {
    font-size: 30px;
    color: #fff;
    width: 150px;
    height: 150px;
    padding: 30px;
    bottom: -40px;
    left: 0;
  }
}

.home-page-section3 {
  margin-top: 0px;
  margin-bottom: 80px;
  text-align: center;
  font-family: "Caveat Brush", serif;
  font-size: 30px;
  line-height: 1.2;
}

.home-page-section3 h3 {
  color: var(--top-menu-bar-bg-color);
  font-size: 40px;
  text-transform: uppercase;
}

.home-page-section3 .name {
  color: var(--blue);
  margin-top: 20px;
}

.home-page-section4 {
  background: #92C1CB;
  background-image: url('../images/section-bg.png');
  width: 100%;
  min-height: 710px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 40px;
}

.home-page-section4 .image1 {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 10px solid var(--top-menu-bar-bg-color);
  background-position: center center;
  background-size: cover;
  margin-top: 130px;
  box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.6);
}

.home-page-section4 .image2 {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 10px solid var(--top-menu-bar-bg-color);
  background-position: center center;
  background-size: cover;
  top: 0px;
  position: absolute;
  right: 0;
  box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.6);
}

.home-page-section4 .section-text {
  font-size: 36px;
  color: #fff;
  font-family: "Caveat Brush", serif;
  text-transform: uppercase;
  margin-top: 220px;
  padding-left: 50px;
  line-height: 1.2;
}

.home-page-section4 .section-text .title {
  display: block;
}

.home-page-section4 .section-text .subtitle {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--top-menu-bar-bg-color);
}

.home-page-section4 .section-text .contact-details {
  display: block;
  font-size: 20px;
  color: var(--top-menu-bar-bg-color);
}

.home-page-section4 .section-text .contact-details a {
  font-size: 30px;
  color: var(--top-menu-bar-bg-color);
}

.home-page-section4 .section-text .contact-details a:hover {
  color: #fff;
  text-decoration: none;
}

.home-page-section4 a.social-icon {
  margin-top: 20px;
  margin-right: 20px;
  background: #fff;
  color: var(--blue);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  padding-top: 3px;
}

.home-page-section4 a.social-icon:hover {
  color: #fff;
  background: var(--top-menu-bar-bg-color);
}

@media (max-width:1300px) {
  .home-page-section4 .image1 {
    width: 450px;
    height: 450px;
  }

  .home-page-section4 .image2 {
    width: 450px;
    height: 450px;
  }
}

@media (max-width:1100px) {
  .home-page-section4 .image1 {
    width: 400px;
    height: 400px;
  }

  .home-page-section4 .image2 {
    width: 400px;
    height: 400px;
  }
}

@media (max-width:991px) {
  .home-page-section4 .image1 {
    width: 380px;
    height: 380px;
    position: absolute;
    left: 15%;
  }

  .home-page-section4 .image2 {
    width: 380px;
    height: 380px;
    top: 50px;
    right: 15%;
  }

  .home-page-section4 .section-text {
    margin-top: 550px;
    padding-left: 0;
  }
}

@media (max-width:880px) {
  .home-page-section4 .image1 {
    width: 380px;
    height: 380px;
    position: absolute;
    left: 10%;
  }

  .home-page-section4 .image2 {
    width: 380px;
    height: 380px;
    top: 50px;
    right: 10%;
  }
}

@media (max-width:767px) {
  .home-page-section4 .image1 {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 10%;
  }

  .home-page-section4 .image2 {
    width: 300px;
    height: 300px;
    top: 50px;
    right: 10%;
  }
}

@media (max-width:650px) {
  .home-page-section4 .image1 {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 12%;
  }

  .home-page-section4 .image2 {
    width: 250px;
    height: 250px;
    top: 50px;
    right: 12%;
  }
}

@media (max-width:550px) {
  .home-page-section4 .image1 {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 0%;
  }

  .home-page-section4 .image2 {
    width: 300px;
    height: 300px;
    top: 50px;
    right: 0%;
  }
}

@media (max-width:475px) {
  .home-page-section4 .image1 {
    width: 270px;
    height: 270px;
    position: absolute;
    left: 0%;
    top: 100px;
  }

  .home-page-section4 .image2 {
    width: 270px;
    height: 270px;
    top: 50px;
    right: 0%;
  }
}

.footer-top {
  margin-top: 15px;
}

#footer_wrapper {
  margin-top: 0;
  background: var(--top-menu-bar-bg-color);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 18px !important;
}

#footer_wrapper #footer {
  font-size: 16px;
}

#footer_wrapper .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#footer_wrapper a {
  font-size: 16px;
}

#footer_wrapper a:hover {
  color: var(--blue);
}

a.footer-logos {
  display: block;
  margin-bottom: 10px;
}

#final_wrapper {
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width:991px) {
  #footer_wrapper .footer-services {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #copyright {
    text-align: center;
  }

  #upshot {
    text-align: center;
  }
}

label {
  color: var(--top-menu-bar-bg-color);
}

.form_header,
.heading {
  background: var(--top-menu-bar-bg-color);
}

.my-account-title {
  color: var(--top-menu-bar-bg-color);
}

legend {
  background: var(--blue);
}

.alert-info {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}

.alert-info h1 {
  color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}

#sort_menu_wrapper {
  background: var(--purple);
}

.border_top {
  border-top: 1px solid var(--top-menu-bar-bg-color);
}

.readmore {
  color: var(--red);
}