/* Global Styles */
html,
body {
    width: 100%;
    height: 100%;
    padding-top: 1.75rem; /* for fixed navbar*/
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* General helper classes */
.img-270 {
    max-height: 270px;
}
.img-200 {
    max-height: 200px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}	
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.adjust-margin-top {
    margin-top: 20px;
}

.shadow-small {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.blockquote-reverse {
    text-align: right;
    border-width: 0 0.25rem 0 0;
    border-style: solid;
    border-color: #999;
    padding-right: 1rem;
}

.smallcaps {
    font-variant: small-caps;
}

/* Backgrounds */
.forest {
    background: url("../img/amanae/forest-intensive-white-1600.jpg") no-repeat center center scroll;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   color: #49728E;
}
@media screen and (max-width:450px) {
    .forest {
        background: url("../img/amanae/forest-intensive-white-770.jpg") no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }		
 } 
.amanae-tables {
    background: url("../img/amanae/amanae-tables.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: black;
}

.bg-sunrise {
    background-color:#c0b355;
    background: url("../img/bg-sunrise.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
    padding: 30px 0;
}

.bg-sunrise .blockquote-reverse {
    border-color: rgba(255, 255, 255, 0.7);
}
.bg-sunrise hr {
    border-color: white;
}
a.white, a.white:hover, a.white:focus {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

.bg-floral {
    background: url(../img/bg-floral.jpg);
    color: black;
}

.bg-green {
    background-color: #2CAF3F;
    background: url(../img/bg-green.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
}
.bg-green .btn {
	color: aliceblue;
    font-style: italic;
    background-color: #5BA5D9;
}
.bg-green .btn:hover {
    background-color: rgb(146, 210, 255);
}
.bg-green .h3 {
    color: white;
}
.bg-blue {
    background-color: #65a1ac;
    background: url(../img/bg-blue.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
}
.bg-blue .blockquote-reverse {
    border-color: rgba(255, 255, 255, 0.7);
}
.bg-blue .blockquote-footer {
    color: white;
}

.bg-blue a, .bg-blue a:hover, .bg-blue a:focus {
    color: #ffffff;
    font-weight: bold;
}

.bg-blue a.btn, .bg-blue a.btn:hover, .bg-blue a.btn:focus {
    color: #65a1ac;
    font-weight: bold;
}

.blockquote {
    font-style: italic;
    padding-left: 5rem;
}

.bg-sunrise .blockquote-footer {
    color: white;
}


/* Headers */
h1 {
    font-family: 'Questrial', sans-serif;
}

.h2 {
    margin-bottom: 2rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
.h3 {
    color:rgb(49, 134, 134);
    margin-top: 0;
}
.bg-sunrise .h3 {
    color: white;
}
p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    h1, .h1 {
        font-size: 3.5rem;
        margin-top: 2rem;
        font-weight: bold;
    }
}
@media (max-width: 767.98px) {
    h2, .h2 {
        font-size: 1.75rem;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }    
	header h3 {
		font-size: 1.3rem;
	}
	.h4 {
		font-size: 16px;
    }
    p {
        font-size: 1.1rem;
    }
    
}
@media (max-width: 500px) {
	.h4 {
		font-size: 12px;
	}	
}


/*PORTFOLIO 2*/
.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: 0.5rem;
  }
  @media (max-width: 991.98px) {
    .portfolio-item {
        margin: 0.5rem auto;
    }
  }
  
  .portfolio-item .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    /*background-color: rgba(33, 37, 41, 0.2);*/
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  
  .portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 0;/*auto 2rem 2rem;*/
    max-width: 400px;
  }
  
.portfolio-item .caption .caption-content h3 {
    /*font-size: 0.8rem;*/
    width: 100%;
    margin: 0;
    padding: 0 1.1rem;
    font-variant: small-caps;
    background-color: rgba(41, 40, 33, 0.2);
    text-shadow:
        1px 1px 0 #333;
 }
  
    .portfolio-item .caption {
      -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
      -webkit-clip-path: inset(0px);
      transition: clip-path 0.25s ease-out, background-color 0.7s;;
      clip-path: inset(0px);
      text-align: center;

    }
    .portfolio-item .caption .caption-content {
      width: 100%;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s;
      margin-top: 1.85rem;
    }
    .portfolio-item .caption .caption-content p {
        margin: 1rem 2rem 0;
        font-weight: 300;
        font-size: 1.2rem;    
    }
    .portfolio-item img {
      -webkit-transition: -webkit-clip-path 0.2s ease-out;
      -webkit-clip-path: inset(-1px);
      transition: clip-path 0.2s ease-out;
      clip-path: inset(-1px);
    }
    .portfolio-item:hover img {
      -webkit-clip-path: inset(1rem);
      clip-path: inset(1rem);
    }
    .portfolio-item:hover .caption  {
      background-color: rgba(254, 209, 54, 0.7);;
      -webkit-clip-path: inset(1rem);
      clip-path: inset(1rem);
    }  
    /*.portfolio-item .portfolio-hover:hover  {
      background-color: rgba(254, 209, 54, 0.7);
      -webkit-clip-path: inset(1rem);
      clip-path: inset(1rem);
    }*/
.portfolio-caption {
    display: none;
    /*background-color:rgba(193, 177, 74, 0.2);/* rgba(219, 182, 46, 1);/*white;*/
    margin: -0.5rem 0.5rem 0.5rem;
    text-align: center;
    border: 1px solid #caccd9;/* rgb(49, 134, 134);*/
    /*border-top: none;
    /*display: none;*/
}
.portfolio-caption > p {
    padding: 0.5rem;
    margin: 0;
    color: #666;/* rgb(49, 134, 134);*/
    /*color: white;
    text-shadow:
        1px 1px 0 #333;*/
}


/* Portfolio */

.sessions-item {
    margin-bottom: 15px;
  }
.sessions-item .sessions-link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	color: white;
}
.sessions-item .sessions-link .sessions-hover {
    background: rgb(196, 162, 40);
	background: rgba(254, 209, 54, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.sessions-item .sessions-link .sessions-hover:hover {
	opacity: 1;
}
.sessions-item .sessions-link .sessions-hover .sessions-hover-content {
	position: absolute;
    width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
    color: white;
    font-size: 3rem;
}
.sessions-item .sessions-link .sessions-hover .sessions-hover-content h3,
.sessions-item .sessions-link .sessions-hover .sessions-hover-content h4 {
	margin: 0;
}
.sessions-item .sessions-caption {
	max-width: 400px;
	margin: 0 auto;
    text-align: center;
    padding: 25px;
    position: absolute;  
}
.sessions-item .sessions-caption h3 {
    margin: 0;
    font-variant: small-caps;
    text-shadow: 1px 1px 5px rgb(3, 2, 0);
}
.sessions .one-day-themes .sessions-caption {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 15px;
}
.sessions-item .sessions-caption-date {
    text-align: left;
    margin-top: -80px;
    padding-left: 20px;
    background-color: rgba(34, 34, 34, 0.1);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.sessions-item .sessions-caption h3 {
        margin-top: 0px;
        font-size: 20px;
    }
    .sessions .one-day-themes .sessions-item .sessions-caption {
        padding: 7px;
    }    
}
@media (max-width:500px) {
    .sessions-item .sessions-caption h3 {
        margin-top: 0px;
        font-size: 20px;
    }
    .one-day-themes .sessions-item .sessions-caption {
        padding: 7px;
    }       
}
.sessions-hover-content {
    font-size: 3rem;

}
.sessions * {
  z-index: 2;
}
@media (min-width: 767px) {
	.sessions-item {
    	margin: 0 0 30px;
	}
}

/* Custom Button Styles */
.btn-forest {
    margin: 10px 2px;    
    color: aliceblue;
    font-style: italic;
    background-color: #5BA5D9;   
}
.btn-forest:hover {
    background-color: rgb(146, 210, 255);
}

.btn-sunrise {
    margin: 10px 2px;
    color: rgb(49, 134, 134);/*#49728E; */
    font-style: italic;
    background-color: #f8f9fa;
}
.btn-sunrise:hover,
.btn-sunrise:focus,
.btn-sunrise:active {
    color: #49728E;
    background-color:  #ffe7a8;/*#c0b355;*/
}

.btn-card {
    margin: 10px 2px;
    background-color: rgba(254, 209, 54, 0.7);
    border: 1px solid rgb(184, 152, 37);
    border-left: none;
    border-right: none;
    color: #666;
}
.btn-card:hover,
.btn-card:focus,
.btn-card:active {
    background-color: rgb(252, 245, 152);
}

.btn-amanae {
/*    margin: 10px 2px;    */
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-amanae:hover,
.btn-amanae:focus,
.btn-amanae:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}


.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    /*border-radius: 0;*/
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}
hr.heart {
	border: 0;
	height: 62px;
	background: url(/img/divider-black.png) no-repeat center;
}
hr.heart.blue {
	background: url(/img/divider-blue.png) no-repeat center;
}
hr.heart.white {
	background: url(/img/divider-white.png) no-repeat center;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    padding-top: 3rem; /*50px;*/
}

.text-green {
	color: #7E7B2F;
}
.font-questrial {
	font-family: 'Questrial', sans-serif;
}

.bold {		
    font-weight: bold;
    /*color:rgb(60, 158, 158);*/
    color: rgb(177, 142, 18);
}
em2 {
    font-style: normal;
    text-transform: uppercase;
}

.bg-blue {
    background-color: #49728e;
    color: white;
}
.bg-blue hr {
    border-color: white;
}
.bg-blue .h3 {
    color: white
}
.guide p {
    font-size: 0.95rem;
}

@media screen /*and (min-height: 901px)*/ and (min-width:801px) {
	.h1-amanae {
		font-size: 3.5em;
	}
}
@media screen and (max-height: 900px) {
	.img-amanae {
		max-height: 300px;		
	}
}
@media screen and (max-width: 800px) {
	.img-amanae {
		max-height: 300px;		
	}
}
@media screen and (max-width: 500px) {
	.img-amanae {
		max-height: 220px;		
	}
}
@media screen and (max-height: 600px) {
	.img-amanae {
		max-height: 200px;		
	}
}
@media screen and (max-width: 320px) {
	.img-amanae {
		max-height: 150px;		
	}
}
@media screen and (max-height: 320px) {
	.img-amanae {
		max-height: 120px;		
	}
}


.small-fa {
	font-size: 1em;
}

/* About */

.about {
    padding: 3rem 0;
}
.about .h2, .about .h2-subtitle {
    color: #49728e;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}
.services p {
	text-align: left;
	
}

.profile-img {
	max-height: 80px;
	margin-bottom: 10px
}
.a-primary {
	color: inherit;
	text-decoration: underline;
}
.a-primary:hover, .a-primary:focus {
    text-decoration: underline;
    color: rgb(255,255,255);
	color: rgba(255,255,255,0.8);
}

.testimonial-name {
	font-size: 20px;
	
}
.testimonial-place {
	font-size: 20px;
	padding-bottom: 10px;
}
.testimonial-place:before {
    content: "\f041";
    font-family: FontAwesome;
	margin-right: 5px;
	color: #49728E;
 }
.testimonial-item {
    margin-bottom: 30px;
	border-color:#49728E;
	border-style:solid;
	border-width:1px;
	border-top-width:5px;
	border-bottom-width:5px;
	text-align: center;
    display: block;
    margin: 0 auto;
	margin-bottom: 40px;
}
.testimonial-item p {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.img-testimonial {
	height: 120px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.more {
	width: 80%;
	font-size:large;
	font-weight:bold;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:10px;
	border-top-style: solid;
	border-top-width:thin;
	border-top-color: #49728E;
}
.more > a {
	color:inherit;
}
.more > a:hover, .more > a:focus {
	color: #41AD48;
	cursor: pointer;
	text-decoration: none;
}

/* Call to Action */
.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}
.call-to-action2 {
    padding: 30px 0;
}

.call-to-action2 .btn {
    margin: 10px;
}

.bullet-checkbox li {
	display: block;
	text-align: left;
}
.bullet-checkbox li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    /*float: left;*/
    margin-top: 1px;
    margin-left: -27px;
	margin-right: 10px;
}

.about .bullet-checkbox {
	font-size: 18px;
}

/* Map */

.map {
    height: 500px;
}
@media(max-width:768px) {
    .map {
        height: 75%;
    }
}
.map iframe {
    pointer-events: none;
}
.show-more {
	margin-top: 40px;
	margin-bottom: -70px;
}

/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
.testimonial-item-small {
	padding-top: 10px;
	margin-bottom: 15px;
}
.img-testimonial-small {
    max-height: 75px;
    max-width: 75px;
    margin-top: 1rem;
}
.testimonial-name-small {
	color: grey;
	font-size: 15px;
	text-align: right;

}



/* Flags */
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
  }
  .flag-icon:before {
    content: "\00a0";
  }
  .flag-icon.flag-icon-squared {
    width: 1em;
  }
  .flag-icon-gb {
    background-image: url("../img/flags/gb.svg");
  }
  .flag-icon-us {
    background-image: url("../img/flags/us.svg");
  }
  .flag-icon-be {
    background-image: url("../img/flags/be.svg");
  }
  .flag-icon-nl {
    background-image: url("../img/flags/nl.svg");
  }

  /*FAQ-old */
.faq h2 {
    font-size: 1.7rem;
    margin: 2rem 1rem 1rem;
}
.faq .card-title, .faq .card-body {
    color: black;
}
.faq a, .faq a:hover {
    text-decoration: none;
}
.faq button {
    width: 100%;
    height: 100%;
    text-align: left;
    text-decoration: none;
    color: #454444;
}
.faq button p {
    margin-bottom: 0;
}
.faq button:hover {
    text-decoration: none;
}
.faq .card-header {
    padding: 0.25rem;
}
.faq .card-header [data-toggle="collapse"]:after {
    font-family: 'icomoon' !important;
    content: "\f054";
    float: right;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    color: #454444;
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq .card-title {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}
.faq .card-body {
    color: #333;
    padding-left: 3rem;
}

.faq footer a {
    color: white;
}
.faq p.text-muted {
    color: white;
}

/* Navigation */
.bg-amanae {
    /*background-color: #d1cebd;/* #ccc7a9;*/
    background: url("../img/amanae/sunrise-navbar2.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-bottom: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: white;
    border-style: solid;
    text-align: center;
}

.navbar-amanae .navbar-brand {
    font-family: 'Questrial', sans-serif;
    color: white; 
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-amanae .navbar-brand:hover, .navbar-amanae .navbar-brand:focus {
  color: rgb(73, 114, 142);
}

.navbar-amanae .navbar-nav .nav-link {
  color:  white;
}

.navbar-amanae .navbar-nav .nav-link:hover, .navbar-amanae .navbar-nav .nav-link:focus {
  color: rgb(73, 114, 142); 
}

.navbar-amanae .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-amanae .navbar-nav .show > .nav-link,
.navbar-amanae .navbar-nav .active > .nav-link,
.navbar-amanae .navbar-nav .nav-link.show,
.navbar-amanae .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-amanae .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: white;
}

.navbar-amanae .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-amanae .dropdown a {
    color: black;/*white;*/
    text-decoration: none;
    font-variant: normal;
    padding: 0.5rem;
}

.navbar-amanae .dropdown-menu {
    padding: 0.5rem 0;
    text-align: center;
  }

.navbar-amanae .dropdown-menu>li:hover,  .navbar-amanae .dropdown-menu>li:focus {
    background-color:  rgba(41, 40, 33, 0.05);
}


@media (min-width: 992px) {
    .navbar-amanae .dropdown-menu {
        margin-left: -2.65rem;
    }
}
@media (max-width: 991.98px) {
    .navbar-amanae .dropdown-menu {
        width: 50%;
        margin: 0 auto;
    }
    .navbar-amanae .navbar-nav .nav-link:hover, .navbar-amanae .navbar-nav .nav-link:focus {
        background-color: rgba(41, 40, 33, 0.05);
    }
}
@media (max-width: 600px) {
    .navbar-amanae .dropdown-menu {
        width: 80%;
        margin: 0 auto;
    }
}

  
.navbar-amanae .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
  
.navbar-amanae .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
  
.navbar-amanae .navbar-text a:hover, .navbar-amanae .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 992px) {
    .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
}


/* to fix scrolling with fixed header, works together with javascript*/
/*.hashlink {
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}*/

.fb-like {
	padding-left: 10px;
    position:relative;
    top:50%; 	
}

/* Quote carousel */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    transform: scale(1.2, 1.5)
}
  
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    transform: scale(1.2, 1.5)
}

.carousel {
	margin: 3rem auto;
	padding: 0 4rem;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 14rem;
}
.carousel .item .img-box {
	width: 12rem;
	height: 12rem;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
    text-align: left;
    font-style: italic;
    color:#444;

}
.carousel p.testimonial:before {
    content: "\e977";
    font-family: 'icomoon' !important;
    float: left;
    margin-right: 1.5rem;
    color: #888;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 1rem;
	height: 1rem;
    margin: 0 0.35rem;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border: none;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

@media (max-width: 767.98px) {   
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    .carousel-indicators li {
        width: 1rem;
        height: 1rem;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 1.25rem;
        height: 1.25rem;
    }
}

/* to fix scrolling with fixed header, works together with javascript*/

.hash {
    position: absolute;
    margin-top: -6.75rem;
    /*height: 3.75rem;
    width: 100%;
    background-color: #000;
    visibility: hidden;*/

}

.black {
    color: black;
}
.name {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

/* Testimonials */
.testimonials .card-text {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}
.testimonials .card-text.first:before {
    font-family: 'icomoon' !important;
    speak: none;
    content: "\e977";
    margin-right: 1rem;
    color: #888;
}

.testimonials .card-deck .card {
    margin: 15px;
    font-style: italic;
}

/* Intensive */
.ul-intensive > li {
    display: block;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}
.ul-intensive > li:before {
    content: "\f101";
    color: brown;
    font-family: 'icomoon' !important;
    float: left;
    margin-top: 0.25rem;
    margin-right: 1rem;
    margin-left: -2rem;
    font-size: 1rem;
}
.ul-intensive.li-white > li:before{
    color: white;
}

.ul-intensive-small li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.1;
}
.ul-intensive-small li:before {
    content: "\f101";
    color: brown;
    font-family: 'icomoon' !important; 
    float: left;
    margin-right: 1rem;
    margin-left: -2rem;
    font-size: 1rem;
}

.about .CTA {
    margin: 1rem 0 1rem;
}

.quote-left, 
.quote-right{
    margin-top: -1rem;
}
.img-guide {
    max-height: 150px;
}
.intensive body {
    line-height: 1.1;
}
.intensive .h1 {
    margin-top: 1rem;
    font-weight: 300;
}
.intensive p {
    line-height: 1.4;
}
@media (max-width: 768px) {
    .intensive header h3 {
        font-size: 1.2rem;
    }
    .ul-intensive li {
        margin-bottom: 0.25rem;
    }
    .intensive .h4 {
        font-size: 1.4rem;
    }
}
@media (max-width: 500px) {
    .intensive .h4 {
        font-size: 1rem;
    }	
    .ul-intensive-small li:before {
        margin-right: 0;
        margin-left: -1.2rem;
    }
}