.owl-top-narrow #category-slider-demo-7 .owl-controls{right:-2px}

/* tooltip for demo */
@-webkit-keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
@keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}
@keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}
.header .demo-tooltip,.footer .demo-tooltip{position:absolute;right:15px;top:5px;z-index:9;width:20px}
.footer .demo-tooltip{top:-20px}
a.tooltip-icon{border:1px solid #fff;color:#fff;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:10px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-animation: tooltip-animation 1s ease-in infinite;-moz-animation: tooltip-animation 1s ease-in infinite;-ms-animation: tooltip-animation 1s ease-in infinite;animation: tooltip-animation 1s ease-in infinite;}
.header-container.type2 a.tooltip-icon,.header-container.type3 a.tooltip-icon,.header-container.type4 a.tooltip-icon,.header-container.type5 a.tooltip-icon,.header-container.type6 a.tooltip-icon,.header-container.type7 a.tooltip-icon,.header-container.type8 a.tooltip-icon{color:#000;border-color:#000}


.tooltip-popup{position:absolute;right:-10px;top:30px;width:300px;background-color:#111;box-shadow:0 0 8px rgba(255,255,255,.5);padding:20px;border-radius:10px;font-size:12px;line-height:1.4;color:#fff;text-align:left}
.tooltip-popup h4{font-size:16px;color:#fff}
.tooltip-popup p{margin-bottom:10px;color:#fff}
.tooltip-popup em{font-size:10px}
a.tooltip-close{position:absolute;right:10px;top:10px;color:#fff}
.footer-middle>.container{position:relative}

.horaire-regulier-link {
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;}
.horaire-regulier {
	display:none;}

.ratings {
	display:none !important;
}
.cms-commande-liste-scolaire .main-container {
  padding-top:0px;
}
.intro-listes {
  padding:50px 0;
}
.intro-listes h1 {
  font-size:32px;
}
.intro-listes h1, .intro-listes p {
  color:#333;
}
.cms-commande-liste-scolaire .step {padding:25px 10px}
.cms-commande-liste-scolaire .steps .row {padding:25px 0;}
.cms-commande-liste-scolaire .step h3 {
  font-size:24px;
  color:#333;
  margin-bottom: 15px;
}
.cms-commande-liste-scolaire .step p {
  font-size:18px;
}
.cms-commande-liste-scolaire .steps img {
  width:100%;
  padding:25px 10px;
}

.cms-commande-liste-scolaire .start-list {
  width:100%;
  padding:25px 0;
  color:#fff;
  background-color: #bfd94c;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.cms-commande-liste-scolaire .start-list:hover {
  text-decoration: none;
}
.cms-commande-liste-scolaire .start-list span {
  display: inline-block;
	position: relative;
	padding-bottom: 3px;
}

.cms-commande-liste-scolaire .start-list span:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.cms-commande-liste-scolaire .start-list:hover span:after {
	width: 100%;
	background: #fff;
}
.cms-commande-liste-scolaire .col-main, .cms-commande-liste-scolaire .main-container {
  padding-bottom:0;
}

@media only screen and (max-width: 1091px)  {
  .cms-commande-liste-scolaire .step p, .cms-commande-liste-scolaire .step h3 {
    text-align: center;
  }
}

#liste-scolaire-sections {text-align: center;}
#liste-scolaire-sections a {padding:10px}
#liste-scolaire-sections a .primary {
  background:url("../images/primaryschool-dark.jpg");
}
#liste-scolaire-sections a .high-school {
  background:url("../images/highschool.jpg");
}
#liste-scolaire-sections a .school-level {
  background-size: cover;
  background-position: center;
  min-height: 250px;
  padding-top: 100px;
  padding-bottom:5px;
  color: #fff;
  font-size:28px;
  font-weight:100;
  line-height:1.4;
}
#liste-scolaire-sections a .school-level span {
  display: inline-block;
	position: relative;
	padding-bottom: 3px;
}

#liste-scolaire-sections a .school-level span:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
#liste-scolaire-sections a:hover .school-level span:after {
	width: 100%;
	background: #fff;
}

.liste-scolaire-title h1 {
  padding-bottom:50px;
  text-align:center;
  font-size:28px;
}
.suggested-page-title a.btn.btn-default {
  display: inline-block;
}
.suggested-page-title h2 {
  display: inline-block;
  width: 80%;
}
.one-step-checkout .tool-tip#payment-tool-tip{
  right: 10px;
  margin-top: -55%;
}
@media (max-width: 850px){
  .one-step-checkout .tool-tip#payment-tool-tip{
    top: 100px !important;
    margin-top: 0px;
    right: 10px;
  }
}
body .product-view .product-shop .availability{
  display: none;
}
