/* Themed colors */
:root {
  --primary-accent: #86D2ED;
  --navbar-border-top: #0C2074;
  --button-border: #0C2074;
  --link-focus: #0C2074;
  --form-shadow: rgba(56, 167, 187, 0.6);
  --pagination-bg: #a7dbe5;
  --link-hover-bg: #0C2074;
  --navbar-focus: #FFFFFF;
}

.text-uppercase {
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-family: 'Montserrat';
  color: #0C2074;  
}

.heading {
  margin-bottom: 40px;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
  display: inline-block;
  border-bottom: solid 5px var(--primary-accent);
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 10px;
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.03em;
}

/* buttons  */
.btn {
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: capitalize;
  letter-spacing: 0.03em;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
}

#intro .item {
  font-family: 'Montserrat';
  height: 100%;
}

.panel.sidebar-menu ul.nav.category-menu li a {
  font-family: 'Montserrat';
}

.ribbon .theribbon {
  position: relative;
  width: 80px;
  padding: 6px 20px 6px 20px;
  margin: 30px 10px 10px -71px;
  color: #fff;
  background-color: var(--primary-accent);
  font-family: 'Montserrat';
}

#blog-post .comment .reply {
  font-family: 'Montserrat';
}

#productMain .sizes a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #ccc;
  line-height: 40px;
  color: #0C2074;
  text-align: center;
  text-decoration: none;
  font-family: 'Montserrat';
}

.breadcrumb {
  font-family: 'Montserrat';
  text-transform: capitalize;
  font-weight: bold;
  background-color: none;
  letter-spacing: 0.03em;
  color: #0C2074;
}

body {
  font-family: 'Montserrat';
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
}

.label {
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #0C2074;
}

.pager {
  margin: 20px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 20px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-family: 'Montserrat';
  color: #0C2074;
  font-weight: bold;
}

.pagination {
  margin: 20px 0;
  font-family: 'Montserrat';
  border-radius: 0;
  color: #0C2074;
}

.h6 {
  font-family: 'Montserrat';
  font-weight: 900;
  line-height: 1.1;
  color: #0C2074;
}

.testimonials .item {
  list-style-type: none;
  margin: 0 5px;
  background: #fff;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  clip-path: polygon(0 0, 85% 0, 100% 12%, 100% 100%, 0 100%, 0% 50%);
}
.testimonials .item .testimonial {
  position: relative;
  padding: 20px;
}
.testimonials .item .testimonial:before,
.testimonials .item .testimonial:after {
  content: " ";
  display: table;
}
.testimonials .item .testimonial:after {
  clear: both;
}
.testimonials .item .testimonial:before,
.testimonials .item .testimonial:after {
  content: " ";
  display: table;
}
.testimonials .item .testimonial:after {
  clear: both;
}
.testimonials .item .testimonial .text {
  color: #0C2074;
  margin-bottom: 40px;
}

.testimonials .item .testimonial .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  height: 50px;
}
.testimonials .item .testimonial .bottom .icon {
  color: #008080;
  font-size: 20px;
  float: left;
  width: 10%;
}
.testimonials .item .testimonial .name-picture {
  float: right;
  width: 90%;
  text-align: right;
}
.testimonials .item .testimonial .name-picture h5 {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #0C2074;
}
.testimonials .item .testimonial .name-picture p {
  color: #0C2074;
  margin: 0;
  font-size: 11px;
}
.testimonials .item .testimonial .name-picture img {
  float: right;
  width: 90px;
  border-radius: 50px;
  margin-left: 10px;
}

#footer {
  background: #008080;
  padding: 50px 0;
  color: #FFFFFF;
  font-size: 14px;
}


#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #FFFFFF;
}
#footer h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
#footer ul {
  padding-left: 0;
  list-style: none;
}
#footer ul a {
  color: #FFFFFF;
}
#footer ul a:hover {
  color: var(--primary-accent);
  text-decoration: none;
}

#copyright {
  background: #0C2074;
  color: #ccc;
  padding: 50px 0;
  font-size: 12px;
  line-height: 28px;
}

.box-image-text.blog .author-category {
  color: #0C2074;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 12px;
}
.box-image-text.blog .author-category a {
  font-weight: 500;
}

.box-image-text.blog .intro {
  text-align: left;
  margin-bottom: 20px;
  color: #0C2074;
}

.heading {
  margin-bottom: 40px;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
  display: inline-block;
  border-bottom: solid 5px var(--primary-accent);
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 10px;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: 0.03em;
  color: #0C2074;
  font-weight: bold
}

.btn-template-main {
  color: #008080;
  background-color: #ffffff;
  border-color: #008080;
  border-radius: 5px;
}

.btn-template-main:hover,
.btn-template-main:focus,
.btn-template-main:active,
.btn-template-main.active,
.open > .dropdown-toggle.btn-template-main {
  color: #ffffff;
  background-color: #008080;
  border-color: #008080;
  border-radius: 5px;
}

.box-simple .icon {
  color: #008080;
  border-color: #008080;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#blog-listing-medium .post {
  margin-bottom: 60px;
}
#blog-listing-medium .post h2 {
  text-transform: capitalize;
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #0C2074;
  font-weight: bold !important;
}
#blog-listing-medium .post h2 a {
  color: #0C2074;
}
#blog-listing-medium .post h2 a:hover {
  color: var(--primary-accent);
}
#blog-listing-medium .post .author-category {
  float: left;
  color: #0C2074;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.03em;
}
#blog-listing-medium .post .author-category a {
  font-weight: 500;
}
#blog-listing-medium .post .date-comments {
  float: right;
  font-size: 12px;
}
#blog-listing-medium .post .date-comments a {
  color: #0C2074;
  margin-right: 20px;
}
#blog-listing-medium .post .date-comments a:hover {
  color: var(--primary-accent);
}
#blog-listing-medium .post .image {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}

#blog-listing-big .post .image,
#blog-homepage .post .image {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}

.btn-template-transparent-primary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 5px;
}
.btn-template-transparent-primary:hover,
.btn-template-transparent-primary:focus,
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active,
.open > .dropdown-toggle.btn-template-transparent-primary {
  color: var(--primary-accent);
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-radius: 5px;
}

#heading-breadcrumbs h1 {
  color: #0C2074;
  text-transform: none;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.navbar ul.nav > li > a {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-top: solid 5px transparent;
  color: #0C2074;
}

.navbar ul.nav > li > a:hover {
  border-top: solid 5px #008080;
  color: #0C2074;
}

.navbar ul.dropdown-menu li {
  list-style-type: none;
  border-bottom: solid 1px #eeeeee;
  text-transform: None;
  letter-spacing: 0.03em;
  padding: 4px 0;
}

.navbar .yamm-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-top: 5px;
  border-bottom: dotted 1px #008080;
  letter-spacing: 0.03em;
}

.navbar .yamm-content h5 a{
  text-transform: capitalize;
  padding-bottom: 10px;
  /*border-bottom: dotted 1px #008080;*/
  letter-spacing: 0.03em;
  color: #0C2074 !important;
  font-size: 16px !important;
}

.navbar .yamm-content h5 a:hover{
  color: var(--primary-accent) !important;
}

#intro .item h1 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 0.03em;
}

.home-carousel h1 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 46px;
  letter-spacing: 0.03em;
}

.home-carousel h2 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 40px;
  letter-spacing: 0.03em;
}

.home-carousel p {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  text-transform: none;
  letter-spacing: 0.03em;
}

.box-simple h3 {
  font-weight: normal;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.5;
  color: #0C2074;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.box-image-text .content h3,
.box-image-text .content h4 {
  text-transform: none;
  line-height: 1.5;
  color: #555555;
  font-weight: bold !important;
  letter-spacing: 0.03em;
}
.box-image-text .content p {
  color: #999999;
}

.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/
/*body {
  font: 16px/1.5em "Overpass", "Montserrat";
  color: #0C2074;
}*/

.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  color: #0C2074;
  font-family: 'Montserrat';
  cursor: pointer;
  font-weight: bold;
  padding: 15px;
  background: #FFFFFF;
}

.accordion .handle label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}

#heading-breadcrumbs {
  background-color: #CFEDF8;
  background-image: url('../img/breadcrumbs.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 300px 108px;
  padding: 20px 0;
  margin-bottom: 40px;
}

.bar.background-pentagon {
  background-color: #CFEDF8;
  border: 15px solid #CFEDF8;
  background-image: url('../img/texture-bw.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 675px 675px;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  padding: 20px;
}

.home-carousel .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-accent);
  opacity: 0.83;
  filter: alpha(opacity=90);
}

img {
	border-radius: 5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0C2074;
  background-color: #CFEDF8;
}

a {
  color: #0C2074;
  text-decoration: none;
  font-weight: 500;
}
a:hover,
a:focus {
  color: var(--primary-accent);
  text-decoration: underline;
}

h2 a {
  color: #0C2074;
  text-decoration: none;
  font-weight: bold;
}

h4 a {
  color: #0C2074;
  text-decoration: none;
  font-weight: bold;
}

h5 a {
  color: #0C2074;
  text-decoration: none;
  font-weight: bold;
}

#top {
  background: #0C2074;
  color: #eeeeee;
}

.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 67px;
}