/******************************
      About Us Page
*******************************/

.count-box {
  margin-top: 40px
}

.count-box strong {
  display: block;
  color: #67b0d6;
  font-weight: 500;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 15px
}

.icon-box  {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #67b0d6;
  color: #67b0d6;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.testimonials blockquote {
  border: none;
  padding: 0
}

.testimonials blockquote:before {
  content: '\e90b';
  display: inline-block;
  color: #67b0d6;
  font-size: 84px;
  line-height: 100px;
  font-family: 'Material Icons';
  margin-bottom: 20px
}

.thumbnail {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0 auto 25px;
  border-radius: 0;
  overflow: hidden
}

.thumbnail img {
  -moz-transition: .5s opacity ease;
  -o-transition: .5s opacity ease;
  -webkit-transition: .5s opacity ease;
  transition: .5s opacity ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.thumbnail a {
  display: block;
  max-width: 100%;
  background: #67b0d6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden
}

.thumbnail a:hover img {
  opacity: .8
}

@media(max-width:767px) {
  .thumbnail a {
    display: inline-block
  }
}

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0
}

.table-bordered .img-thumbnail {
  background-color: transparent
}

/******************************
Delivery Information
*******************************/

.delivery_page {
  text-align: center;
}

.delivery_page .table {
  border-top: 2px solid #cfcfcf;
  text-align: left;
}

.delivery_page .table tbody td:first-child {
  color: #767676;
}

.delivery_page .table tbody td:last-child {
  color: #767676;
}

.delivery_page .table tbody td {
  min-width: 150px;
}

/******************************
Terms and Conditions
*******************************/

.terms_conditions_page h4 {
  position: relative;
  padding-left: 3rem;
}

.terms_conditions_page h4:before {
  font-family: 'Material Icons';
  content: '\e174';
  position: absolute;
  left: 0;
  bottom: 0;
  color: #6FA9E8;
  font-size: 40px;
  line-height: 40px;
}

.terms_conditions_page p+h4 {
  margin-top: 40px;
}

.terms_conditions_page .col-sm-6 {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

/******************************
Privacy policy
*******************************/

.privacy_page ol {
  list-style-type: none;
  counter-reset: list;
  padding-left: 0;
}

.privacy_page ol li {
  counter-increment: list
}

.privacy_page ol li h4:before {
  content: counter(list, decimal);
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #6FA9E8;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  border-radius: 15%;
}

.privacy_page ol li+li {
  margin-top: 20px;
}

.privacy_page ol li p {
  /* font-family: hind, sans-serif; */
  font-weight: 400;
}

/******************************
Return policy
*******************************/

.return_policy_page ol {
  list-style-type: none;
  counter-reset: list;
  padding-left: 0;
}

.return_policy_page ol li {
  counter-increment: list;
}

.return_policy_page ol li h4:before {
  content: counter(list, decimal);
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #6FA9E8;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  border-radius: 15%;
}

.return_policy_page ol li+li {
  margin-top: 40px;
}

.return_policy_page ol li p {
  font-family: hind, sans-serif;
  font-weight: 300;
}

/******************************
 Site Map
*******************************/

.site-map-page h5 {
  margin: 0 0 20px;
  line-height: normal;
  color: #6FA9E8;
}

.site-map-page ul+h5 {
  margin-top: 40px;
}

.site-map-page #content ul {
  list-style-type: none;
  padding-left: 0;
}

.site-map-page #content ul li {
  position: relative;
  line-height: 24px;
}

.site-map-page #content ul li+li {
  margin-top: 16px;
}

.site-map-page #content ul.category-list {
  position: relative;
}

.site-map-page #content ul.category-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #bc45ea;
}

.site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.site-map-page #content ul.category-list .ul-with-ul:before {
  top: 12px;
}

.site-map-page #content ul.category-list .ul-with-ul:after {
  top: 6px;
}

.site-map-page #content ul.category-list ul {
  position: relative;
  margin-top: 16px;
}

.site-map-page #content ul.category-list ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #cfcfcf;
}

.site-map-page #content ul.category-list li {
  position: relative;
  padding-left: 60px;
}

.site-map-page #content ul.category-list li:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1px;
  width: 35px;
  background: #cfcfcf;
}

.site-map-page #content ul.category-list>li:after {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 35px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.site-map-page #content ul.category-list>li:before, .site-map-page #content ul.category-list>li:after {
  background: #bc45ea;
}

@media(max-width:767px) {
  .site-map-page .col-sm-6+.col-sm-6 {
    margin-top: 30px;
  }
}

@media(max-width:479px) {
  .site-map-page .col-xs-6 {
    width: 100%;
    float: none;
  }

  .site-map-page .col-xs-6+.col-xs-6 {
    margin-top: 30px;
  }
}

.dropzone {
	box-sizing: border-box;
	display: none;
	position: fixed;
	width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;

	background: #60a7dc;
	border-style: 11px dashed #60a7dc;
}

/******************************
 Maintaince
*******************************/
.site-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }
.site-wrapper > .mcontainer {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .site-wrapper > .mcontainer > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }


.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.view img, .view video {
  position: relative;
  display: block;
}

.view .video-intro {
  top: 50%;
  left: 50%;
  z-index: -100;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.rgba-black-light, .rgba-black-light:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff !important;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.display-4 {
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/******************************
 FAQS
*******************************/

.faqs-container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}

.gs-accordion .gs-accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.gs-accordion .gs-accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.gs-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.gs-accordion button:hover,
.gs-accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.gs-accordion button:hover::after,
.gs-accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.gs-accordion button .gs-accordion-title {
  color: #000;
  padding: 1em 1.5em 1em 0;
}

.gs-accordion button .gs-accordion-title::before {
  margin-right: 8px;
  font-weight: 800;
  content: 'Q:'
}


.gs-accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.gs-accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.gs-accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.gs-accordion button[aria-expanded='true'] {
  color: #03b5d2;
}

.gs-accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.gs-accordion button[aria-expanded='true']+.gs-accordion-content {
  opacity: 1;
  max-height: 9em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.gs-accordion .gs-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.gs-accordion .gs-accordion-content p {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.gs-accordion .gs-accordion-content p::before {
  margin-right: 8px;
  content: 'A:';
  font-weight: 800;
}

/******************************
        Top Ten
*******************************/
div.topten-container>div {
  border-bottom: 1px solid #767676;
}
div.topten-container h1 { 
  font-family: "Oswald", sans-serif;
  font-size: calc(24px + 0.5vw);
  font-weight: 900;
  font-stretch: ultra-condensed !important;
  text-transform: uppercase;
}

div.topten-container strong {
 padding-right: 10px;
}