/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container-container {
	overflow: visible;
}

.uppercase {
  text-transform: uppercase;
}

.cece-btn {
  color: white;
  background-color: #1abc9c;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 214px;
  min-height: 45px;
}

.cece-btn:hover {
  background-color: #48C9B0;
  color: white;
  text-decoration: none;
}

.cece-btn:active, .cece-btn:focus {
  background-color: #48C9B0;
  color: white;
  outline: 5px auto #48c9b08c !important;
  outline-offset: -2px;
}

.cece-btn-red {
  background-color: #f87967;
}

.cece-btn-red:active, .cece-btn-red:hover, .cece-btn-red:focus {
  background-color: #f87967d4 !important;
}

.red-hover:active, .red-hover:focus {
  background-color: #f87967d4 !important;
}

.cece-btn-lg {
  font-size: 15px;
  padding: 15px 18px;
}

.dropdown-menu>li>a {
  white-space: initial;
}


.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.top-menu>li>a:hover {
  color: #1abc9c !important;
}

.top-menu-dropdown > a {
  color: #777 !important;
  padding: 15px;
  padding-top: 30px;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
}

.navbar-collapse {
  border-top: 0;
}

/* Always apply the floated nav */
.navbar-nav {
/*  float: left;
  margin: 0;
  margin-left: 18px;*/
}
.navbar-nav > li {
  /*float: left;*/
}
.navbar-nav > li > a {
/*	padding: 15px;
	padding-top: 25px;*/
}

.navbar-nav-right {
  float: right;
  margin: 0;
  margin-right: 45px;
}
.navbar-nav-right > li {
  float: right;
}
.navbar-nav-right > li > a {
/*	padding: 15px;
	padding-top: 30px;*/
}

.container:before, .container:after {
/*	display: block;
	position: absolute;
	content: " ";
	top: 0px;
  height: 1000px;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -5;*/
}

.border-box {
	transition: box-shadow 0.2s ease;
	cursor: pointer;
}

.border-box h2 {
	transition: color 0.2s ease;
}

.border-box:hover h2 {
	transition: color 0.2s ease;
	color: #64AB4D;
}

.border-box:hover {
	transition: box-shadow 0.2s ease;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

.main-row {
	padding-top: 20px;
	background-color: white;
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.show-grid > div {
    margin-bottom: 45px;
}

.main-content {
	/*border-left: 1px solid #e5e5e5;*/
  min-height: 100vh;
  margin-top: 10px;
}

.modal-content {
	border-radius: 3px;
}

.modal-dialog {
  width: 850px;
  margin: 30px auto;
}

#converted-msg {
  font-size: small;
  font-style: italic;
}

/*@import url('https://fonts.googleapis.com/css?family=Raleway');*/

.hidden-overflow {
    overflow: hidden;
    max-height: 100px;
}

#after-share {
  display: none;
}

#share-url {
  width: 300px;
  max-width: 85%;
  display: inline;
}

#show-loading {
  display: none;
}

#copy-share-url {
  background: hsla(7, 91%, 69%, 0.25);
}
#copy-share-url:hover {
  background: hsla(7, 91%, 69%, 0.15);
}

.social-img {
  margin: 5px;
}

#sendImageButton {
  margin-bottom: 10px;
}


.fav-nr-large {
    display: inline;
    font-size: 10px;
    background-color: black;
    position: absolute;
    top: 9px;
    padding-right: 3px;
    margin-left: -6px;
    line-height: 13px;
    color: white;
}

@media screen and (max-width: 768px) {

/*blockquote p { color: #ffffff; font-family: 'Merriweather', serif; font-size: 30px; font-weight: 300; line-height: 40px; margin: 0 30px 40px; text-align: center; text-shadow: #2a8d7b -1px -1px; }*/


/*p.author { color: #217969; font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; letter-spacing: 3px; text-align: center; text-shadow: #53b4a2 1px 1px; text-transform: uppercase; }*/

    .container {
        width: 100%;
    }

/*    .selector-nav{
      padding: auto -15px;
    }*/
    .modal-dialog {
      margin: 0;
    }

    .modal-dialog-login > div {
      height: 100vh;
      overflow-y: auto;
    }

    .dropdown-menu-full-xs {
      width: 90vw;
      margin-left: 0px;
      margin-right: 0px;
    }

    .dropdown-full-xs {
      width: 30%;
    }

    .dropdown-menu>li>a {
      width: 100%;
    }

    .nav > li > a {
      padding: 10px 8px;
    }

    .large-xs {
      font-size: 1.8em;
    }

  .modal {
  	overflow-x: auto !important;
  }
}

.nav-tabs > li {
    margin-bottom: 0px;
}

/*@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
body{
    font-family: 'Quicksand', sans-serif;
}*/

.certificate-drop {
	min-width: 300px;
}

.certificate-wrapper{
    margin-top: 50px;
    text-align: justify;
}

/* Below is Bootrstrap css for the certificate page */


.certificate-card {
  margin: 30px 0 10px;
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	min-width: 100%;
}

.certificate-card .card-heading {
    padding: 0;
}

.certificate-card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.certificate-card .card-heading.image img {
    display: inline-block;
    min-width: 100%;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.certificate-card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.certificate-card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.certificate-card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.certificate-card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.certificate-card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.certificate-card .card-media img {
    max-width: 100%;
    max-height: 100%;
	min-width: 100%;
}

.certificate-card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.certificate-card .card-comments {
    padding: 20px;
    margin: 0;
    /* background-color: #f8f8f8; */
}

.certificate-card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.certificate-card .card-comments .comments-collapse-toggle a,
.certificate-card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.certificate-card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.certificate-card.people:first-child {
    margin-left: 0;
}

.certificate-card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    /* background-color: #ffffff; */
}

.certificate-card.people .card-top.green {
    /* background-color: #53a93f; */
}

.certificate-card.people .card-top.blue {
    /* background-color: #427fed; */
}

.certificate-card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    /* background: #ffffff; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.certificate-card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.certificate-card.people .card-info .desc {
    display: block;
    /* margin: 8px 14px 0 14px; */
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.certificate-card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    /* padding: 10px 20px; */
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.certificate-card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    /* background-color: rgba(214, 224, 226, 0.2); */
}

.certificate-card.hovercard .cardheader {
    background-size: cover;
    height: 145px;
}

.certificate-card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.certificate-card.hovercard .avatar img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
	padding: 10px;
	background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(211,211,211,0.5);
}


.certificate-card.hovercard .info .title {
    vertical-align: middle;
}

.certificate-card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

/* Back to top button on product list pages */
#backtotop {
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    right: 25px;
    display: none;
    background-image: none;
    border-color: rgba(26, 188, 156, 1);
    background-color: rgba(26, 188, 156, 1);
}

#backtotop:hover {
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    right: 25px;
    display: none;
    background-image: none;
    border-color: rgba(26, 188, 156, 0.6);
    background-color: rgba(26, 188, 156, 0.6);
}

.eBhAfI {
  bottom: 75px !important;
}

/*.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}*/
/*Don't show button for small screensizes as it will overlap*/
/*@media (min-width: 768px) and (max-width: 1024px) {
    .back-to-top {
        display: none !important;
    }
}
*/


@media screen and (max-width: 993px) {
  #main-search {
    display: none;
  }
}


@media screen and (max-width: 766px) {

    .show-ipad {
      display: block !important;
    }

    .hide-ipad {
      visibility: hidden;
      display: none;
    }

    .ipad-wide {
      width: 100%;
    }

    .back-to-top {
        position: relative;

    }

    .header-line {
      position: fixed;
      left: 0px;
      right: 0px;
      top: 61px;
      z-index: 1010;
    }

    .navbar-fixed-xs {
      position: fixed;
      right: 0;
      left: 0;
      z-index: 1005;
      height: 59px;
    }

/*    .index-row {
      margin-top: 3px;
    }
*/
    .nav-log {
      color: black!important;
      padding: 2px 4px !important;
    }

    .container-container {
      padding-top: 95px;
    }
}

/*  Pagination  */
.pagination > li > a {
  margin: 5px;
  border-color: rgba(26, 188, 156, 0.3); /*#1abc9c;*/
  color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 0px!important;
  border-top-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  border-top-right-radius: 0px!important;
}


.pagination > li > a:hover {
    color: black;
    background-color: rgba(26, 188, 156, 0.3);
    border-color: rgba(26, 188, 156, 0.3);
}

.pagination > .active > a, .pagination > .active > a:focus,  .pagination > .active > a:hover {
    color: white;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.chevron-md {
  font-size: medium;
}

/*.pagination{
    max-width: 540px;
}

.pagination > li {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20% 0 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    color: black;
  }*/

@media screen and (max-width: 1424px) {
    .center-xs {
      margin: 0 auto;
      text-align: center;
    }
}

/* Newsletter footer block */
.newscontainer {
  width: 100%;
  background: #272727;
  min-height: 220px;
  padding: 15px 0px;
  font-family: 'Roboto', sans-serif;
}

.newscontent {
  margin: 0px auto;
  max-width: 35%;
  text-align: center;
  color: white;
}

.newstext {
  color: white;
  font-size: 15px;
}

.signup-title {
  margin: 0px;
  padding: 10px 0px;
}

/* End Newsletter footer block*/

/* The part below is for the close button of the newsletter subscribe panel */

#closeX {
  width: 30px;
  height: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
}

#closeX:hover {
  color: #5BBAF4;
  cursor: pointer;
  background: #fff;
}


.modal-dialog-login {
  width: 490px;
}

.password-reset {
    font-size: 15px;
    margin-top: 7px;
    float: right;
    text-align: center;
    color: #1abc9c !important;
}

.sign-up-field {
  margin-bottom: 10px;
}

.to-signup-btn {
    margin-top: 10px;
    background-color: #f87967;
    color: white;
    /*padding: 5px;*/
    border-radius: 0px;
}

.to-signup-btn:hover {
  /*box-shadow: 0 1px 3px #777;*/
  opacity: 0.8;
  color: white;
  /*background-color: #f8796757; */
}


.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'Font Awesome 5 Free';
      content: "\f00c";
      font-weight: 900;
    }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }

.login-check {
  padding-left: 4px;
  margin: 0.5rem 0;
}
.login-check input[type="checkbox"] + label::before {
  top: 2px;
}
.login-check input[type="checkbox"]:checked + label::before {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.login-check input[type="checkbox"]:checked + label::after {
  color: #fff;
  top: 2px;
}
.login-check label {
  margin: 0;
}

.errorlist {
  color: red;
}

.icon-color {
  color: #1abc9c;
}

/* Icon pulse */
.fa-pulse {
  display: inline-block;
  -moz-animation: pulse 0.5s infinite linear;
  -o-animation: pulse 0.5s infinite linear;
  -webkit-animation: pulse 0.5s infinite linear;
  animation: pulse 0.5s infinite linear;
}

@-webkit-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/*The part below is for the F.A.Q. Page */

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 220px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c7d8e;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

/* The part below is for the  'for partners' page layout */
@import url(https://fonts.googleapis.com/css?family=Roboto);
.for-partners {
    /*background-color: #e5e5e5;*/
    /*font-family: 'Roboto', sans-serif;*/
/*    background: #F90B6D; color: #eee;*/
}
.for-partners > h1 {
    /*color: #F90B6D; */
    /*text-align: center;*/
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif; */
    font-size: 24px;
    font-weight: 200;
    line-height: 40px;
    margin: 0 0 16px; }


.for-partners > h2 { color: #1abc9c; font-family: 'Roboto', sans-serif; font-size: 22px; font-weight: 300; line-height: 32px; margin: 0 0 14px; }
.for-partners > ul > li > h2 { color: #1abc9c; font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 300; line-height: 32px; margin: 0 0 14px; }


.for-partners > p,
.for-partners > ul { color: #222;  font-weight: 400; line-height: 24px; margin: 0 0 14px; }


.for-partners > a { background: #fff; color: #222; text-decoration: none; }


.for-partners > a:hover { background: #1abc9c; color: #eee; text-decoration: none; }

.checkchoice {
  margin-right: 0.5rem;
}

/* BUG REPORT */
.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 25px;
}

.feedback{position: fixed; margin-left: 14px; color: white;}

.feedback textarea{height: 180px; }
.feedback .screenshot{ position: relative; top: -24px; right: 10px; opacity: .6}
.feedback .screenshot:hover{  opacity: 1}
.feedback .reported p, .feedback .failed p  {color: black; height: 190px;}
.report { color: black;}

.feedback.left{left:5px; bottom:15px}
.feedback.right{right:5px; bottom:15px}

.feedback .dropdown-menu{width: 290px;height: 320px;bottom: 50px;}
.feedback.left .dropdown-menu{ left: 0px}
.feedback.right .dropdown-menu{ right: 0px}
.feedback .hideme{ display: none}

/* For about us page */
/*.box > .icon { text-align: center; position: relative; }*/
/*.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: rgb(170,196,196); vertical-align: middle; }
.box > .icon:hover > .image { background: #6CB4C4; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Quicksand",sans-serif !important; font-size: 28px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Quicksand",sans-serif !important; font-size: 15px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon > .info > .more a { font-family: "Quicksand",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 2px; background-color: #6CB4C4;}
.btn-default { font-family: "Quicksand",sans-serif; background-color: #75b1ae; color: #FFFFFF;}
.btn-default:hover { background-color: #FFFFFF; color: black;}
*/


/* For contact us button in about us page */
.mt-15 {
  margin-top: 15px;
}

.btn-b-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}
.btn-b-white:hover, .btn-b-white:focus, .btn-b-white:active, .btn-b-white.active, .open .dropdown-toggle.btn-b-white {
    color: #3498db !important;
    background-color: #fff;
    border-color: #fff;
}
.btn-b-white:active, .btn-b-white.active, .open .dropdown-toggle.btn-b-white {
    background-image: none;
}
.btn-b-white:hover:before {
    color: #3498db !important;
}
.btn-b-white.btn-icon:before {
    border-right: 2px solid #fff;
}
.btn-b-white.btn-icon-right:before {
    border-right: 0;
    border-left: 2px solid #fff;
}

.btn-b-dark {
    background-color: transparent;
    border: 2px solid #131313;
    color: #131313;
}
.btn-b-dark:hover, .btn-b-dark:focus, .btn-b-dark:active, .btn-b-dark.active, .open .dropdown-toggle.btn-b-dark {
    color: #fff;
    background-color: #131313;
    border-color: #131313;
}
.btn-b-dark:active, .btn-b-dark.active, .open .dropdown-toggle.btn-b-dark {
    background-image: none;
}
.btn-b-dark.btn-icon:before {
    border-right: 2px solid #131313;
}
.btn-b-dark.btn-icon-right:before {
    border-right: 0;
    border-left: 2px solid #131313;
}

/*.profile{
  margin-top: 25px;
}*/
.profile h1{
  font-weight: normal;
  font-size: 20px;
  margin:10px 0 0 0;
}
.profile h2{
  font-size: 14px;
  font-weight: lighter;
  margin-top: 5px;
}
.profile .img-box{
  opacity: 1;
  display: block;
  position: relative;
  /*width: 120px;*/
}
.profile .img-box:after{
  content:"";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.img-box ul{
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
  height: 0px;
  margin:0px;
  opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
  -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
  font-size: 20px;
  letter-spacing: 10px;
}
.img-box ul li{
  width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
  display: inline-block;
}
.img-box a{
  color:#fff;
}
.img-box:hover:after{
  opacity: 1;
}
.img-box:hover ul{
  opacity: 1;
}
.img-box ul a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
  border-color: #fff;
  color: #88C425;
}

.shop-more {
  width: 100%;
  display: inline-block;
  text-decoration: none !important;
}

.shop-more-btn {

  display: block;
  margin: 15px auto;
}

.shop-tab {
  text-align: center;
  font-size: medium;
  display: inline-block;
  position: relative;
}

.shop-tab {
  flex-grow: 1;
  border: 0 !important;
}
.shop-tab > a {
  padding: 0;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}


.card > ul {
  /*border: none;*/
  margin-bottom: 20px;
}


/*Colored Content Boxes
------------------------------------*/
.box{
  width:95%;
  height:auto;
  float:left;
  color: black;
  background-color:white;
  margin:15px 15px;
  margin-top: -5px;
  border-radius:5px;
}
.box h3{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  /*text-align:center;*/
}

.box1{
  background-color: #f1c40f; /*#EDE89A;*/  /*#EBA39E;*/
}
.shadow1 {
  position:relative;
}
.shadow1 {
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*****************************************************************dashed border
****************************************************************/
.shadow1 h3 {
  width:87%;
  /*height:100px;*/
  margin-left:6%;
  /*border:2px dashed #F7EEEE;*/
  /*border-radius:5px;*/
}
/****************************************************************
*styling shadows
****************************************************************/
.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}

@media screen and (max-width: 990px){
    .our-team{ margin-bottom: 25px; }
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    /* margin-left: -7px; */
    /* margin-right: -7px; */
    margin-bottom: 0px !important;
/*    height: 100vh;*/
}

.fade-carousel .carousel-inner .item {
    min-height: 450px;
    height: calc(100vh - 147px);
    margin-left: -8px;
    margin-right: -8px;
}


.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f87967;
    border-color: #f87967;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  min-height: 450px;
  height: calc(100vh - 147px);
  background-size: cover;
  /*background-position: center center;*/
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
.fade-carousel .carousel-inner .item {
    height: calc(100vh - 92px);
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    min-height: 450px;
    height: calc(100vh - 92px);
  }
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }
}
/********************************/
/*    Brand/store items index   */
/********************************/
.store-item {
  height: 400px;
}

.featured-image > a {
  height: auto;
  min-height: 300px;
  max-height: 300px;
  display: block;
}

.btn-theme {
background: black;
color: #fff;
}

.btn-theme:hover {
color: #fff;
background: #1abc9c;
}

.bw {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.bw:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*testimonials*/
.testimonials {
    padding: 40px 0 55px;
}
.client-icn {
    width: 40px;
    margin: 0 auto;
}
.client-data {
    text-align: center;
    width: 48%;
    margin: 0 auto;
}
.client-data .title{
       font-size: 68px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}
.client-data p {
    line-height: 25px;
}
.client-data >a {
    color: #f87967;
    text-decoration: underline;
}
/*carosel nav*/
.owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

/********************************/
/*       Team list              */
/********************************/

.profile-pic-container {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
    overflow: hidden;
}

.aspect-ratio-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    object-fit: cover;
    min-height: 100%;
    max-width: -webkit-fill-available;
}

.team{
    padding:75px 0;
}
h6.description{
  font-weight: bold;
  letter-spacing: 2px;
  color: #999;
  border-bottom: 1px solid rgba(0, 0, 0,0.1);
  padding-bottom: 5px;
}
.profile{
  margin-top: 25px;
  min-height: 365px;
}
.profile h1{
  font-weight: normal;
  font-size: 20px;
  margin:10px 0 0 0;
}
.profile h2{
  font-size: 14px;
  font-weight: bold;
  color: #1abc9c;
  margin-top: 5px;
}
.profile .img-box{
  opacity: 1;
  display: block;
  position: relative;
}
.profile .img-box:after{
  content:"";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.img-box ul{
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
  height: 0px;
  margin:0px;
  opacity: 0;
}
.profile p {
  padding: 0px !important;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
  -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
  font-size: 20px;
  letter-spacing: 10px;
}
.img-box ul li{
  width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #1abc9c;
    margin: 2px;
    padding: 5px;
  display: inline-block;
}
.img-box a{
  color:#fff;
}
.img-box:hover:after{
  opacity: 1;
}
.img-box:hover ul{
  opacity: 1;
}
.img-box ul a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
  border-color: #fff;
  color: #1abc9c;
}

a:hover {
    color:#1abc9c;
    border-color: #1abc9c;
}
.img-box a:hover{
    text-decoration:none;
    color:#1abc9c;
}
i.red{
    color:#BC0213;
}

.active-label {
  width: 18px;
}

/* Carousel */

#quote-carousel {
    height: 400px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: black;
    font-size: 2.3em;
    text-shadow: none;
    bottom: unset;
    line-height: 400px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
/*    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;*/
    position: static !important;
    margin-left: 0px !important;
    width: 100% !important;
}
#quote-carousel .carousel-indicators li {
    width: 64px;
    height: 64px;
    margin: 0 8px;
    cursor: pointer;
    border: none;
    border-radius: 0;
}
#quote-carousel .carousel-indicators .active {
/*    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: black;
    border-width: medium;
    opacity: 1;
    overflow: hidden;
    background-color: white;*/
}

#quote-carousel img {
    opacity: 0.4;
    width: 100%;
    transform-style: preserve-3d;
    padding: 7px;
    transition: all 0.5s;

}

#quote-carousel .active img {
    opacity: 1;
    padding: 0;
}

.center-icon {
  margin: 25% 25%;
}

.carousel-inner {
    min-height: 320px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}


/*new*/
#quote-carousel .carousel-inner>.item.next.left,
#quote-carousel .carousel-inner>.item.prev.right,
#quote-carousel .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/*new*/
#quote-carousel .carousel-inner>.item {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

/*new*/
#quote-carousel .carousel-inner>.item.prev,
#quote-carousel .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
}

/*new*/
#quote-carousel .carousel-inner>.item.next,
#quote-carousel .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
}


@media screen and (max-width: 1335px) {
  .sub-nav-title {
    display: none!important;
  }
}

.sub-nav-title {
  margin-left: 5%;
}

.sub-nav-title p {
  font-family: 'Amatic SC', cursive;
  text-align: center;
  color: white;
  line-height: 36px;
  font-size: x-large;
}


#style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gdpr-mergeRow{
    margin:10px 0;
    color:#4a4a4a;
    font-family:Helvetica;
}
.gdpr-content{
    margin:0 -20px 0 -20px;
    padding:20px 20px 10px 20px;
    background:rgba(255, 255, 255, 0.8);
}
.gdpr-content p{
    font-size:13px;
    line-height:1.5;
}
.gdpr-content label{
    color:#4a4a4a;
    font-family:Helvetica;
}
.gdpr-content .checkbox-group label{
    font-weight:normal;
    font-size:13px;
}
.gdpr-footer{
    margin:0 -20px 0 -20px;
    padding:20px;
    background:rgba(255, 255, 255, 0.9);
    overflow:auto;
    color:#4a4a4a;
}
.gdpr-footer p{
    font-size:11px;
    line-height:1.5;
    margin-bottom:0;
}
.gdpr-footer a{
    color:#206578;
}
.gdpr-footer img{
    width:65px;
    float:left;
    margin-right:15px;
}

/* Cookie consent bar */

.cookie-content {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 220px;
}

.cookie-options {
    position: absolute;
    right: 0px;
    top: 0px;
}

@media screen and (max-width: 768px){
  .cookie-content {
    padding-right: 0px;
  }

  .cookie-options {
      position: relative;
      margin-top: 25px;
      float: right;
  }
}

.medium-font > p {
    font-size: medium;
}

.mobile-filter-btn {
  height: 30px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  margin-top:5px;
  color: #777;
  padding: 0px 5px;
  /*margin-right:5px;*/
  /*#1abc9c;*/
}

.mobile-filter-dropdown {
  /*width: 100vw;*/
  /*margin-left: -15px;*/
  border: none;
  box-shadow: none !important;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
  /*min-height: 50vh;*/
}

.mobile-filter-dropdown > li {
  margin: 0px 15px;
}

.check-box {
  float: left!important;
  margin: 6px 6px 4px 0!important;
}

.mid-pos {
  left: calc(-1*33.3vw);
  /*margin-left: 0px;*/
}

.right-pos {
  left: calc(-1*60vw);
}

.filtermenu a:hover {
    cursor: pointer;
    color: #1abc9c!important;
}

/*  */
/*  */
/*  */
/*  */
/*
Responsive
*/


@media (max-width:1200px) {
    /*header
    .navbar-brand {
        width: 170px;
        padding: 6px 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 25px 10px;
    }*/

}
@media (max-width:1023px) {
    .has-search .form-control {
        margin-left: 0;
        min-width: auto;
        background-size: 5%;
    }
    .top-header .top-inf ul a {
        margin-right: 0;
    }
    .navbar-inverse .navbar-nav > li > a  {
        padding: 10px 7px;
    }
    .slider-cover {
        background-position: center;
        min-height: 420px;
        margin-top: 118px;
    }
    .slider-content {
        margin: 25px 0 25px;
    }
}
@media (max-width:767px)  {
    .slider-cover {
        min-height: 195px;
        margin-top: 177px;
        background-position: center;
    }
    .slider-content {
        margin: 0;
    }
    .slider-content p {
        margin: 10px 0;
        font-size: 15px;
    }
    .custom-btn {
        display: block;
    }
    span.br {
        display: inline-block;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-point {
        display: block;
        margin: 20px 0;
        text-align: center;
    }
    .list-point .media-body.text-left,
    .list-point .media-left {
        text-align: center;
        display: block;
        width: 100%;
    }
    .slider-content h1 {
        font-size: 35px;
    }
    .list-point .list-inf {
        margin-bottom: 20px;
    }
    .navbar-brand {
        margin: 0 auto;
        display: block;
        width: 100%;
        float: none;
        height: auto;
        margin-bottom: 10px;
    }
    .navbar-brand img {
        margin: 0 auto;
    }
    .has-feedback.has-search {
        display: block;
    }
    .top-header {
        height: 125px;
    }
    .navbar-inverse .navbar-nav > li > a:first-child {
        padding-left: 20px;
    }
    .top-inf {
        float: none;
    }
    .top-header .top-inf ul a {
        font-size: 13px;
    }
    .top-inf ul {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px;
    }
    .client-data {
        width: 100%;
    }
    .client-data .title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .owl-nav {
        display: none;
    }
    .join-fair .title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .bot-footer {
        margin-top: 25px;
    }
    .bot-footer span {
        display: block;
        margin: 20px 0;
    }
    footer p {
        text-align: left;
    }
    footer {
        padding: 40px 0;
    }
    footer h5 {
        margin-bottom: 15px;
        font-weight: bold;
        margin-top: 30px;
    }
    .mg-bt {
        margin-bottom: 15px;
    }
}
@media (max-width:667px)  {

}
@media (max-width:479px)  {
    .top-header .top-inf ul a {
        font-size: 10px;
    }
}



/********************************/
/*       Hello small header     */
/********************************/

.hello-header {
    height: 32px;
    background-color: #f5f5f5;
    text-align: center;
}

.hello-p {
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}

.hello-icon {
    margin: 0px 4px;
}
