/*Fonts*/
@font-face
{
 font-family: "Nature";
 src:url("../fonts/nature-art.eot");
 src:url("../fonts/nature-art.eot") format("embedded-opentype"),
 url("../fonts/nature-art.woff2") format("woff2"),
 url("../fonts/nature-art.woff") format("woff"),
 url("../fonts/nature-art.ttf") format("truetype"),
 url("../fonts/nature-art.svg") format("svg");
}
@font-face
{
 font-family: "Treasure";
 src:url("../fonts/Art.eot");
 src:url("../fonts/Art.eot") format("embedded-opentype"),
 url("../fonts/Art.woff2") format("woff2"),
 url("../fonts/Art.woff") format("woff"),
 url("../fonts/Art.ttf") format("truetype"),
 url("../fonts/Art.svg") format("svg");
}
@font-face
{
 font-family: "Quote";
 src:url("../fonts/Quote.eot");
 src:url("../fonts/Quote.eot") format("embedded-opentype"),
 url("../fonts/Quote.woff2") format("woff2"),
 url("../fonts/Quote.woff") format("woff"),
 url("../fonts/Quote.ttf") format("truetype"),
 url("../fonts/Quote.svg") format("svg");
}
/***************Global Styles*********************/
/*Errors*/
.invalid
{
	background:orange;
}
/*Dropdown*/
/* Dropdown Button */
.dropbtn 
{
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus 
{
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown 
{
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a 
{
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top-style: solid;
  border-top-width: 7px;
  border-top-color: #EE7026;
  cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover 
{
	background-color: #ffb87b;;
}

/* Show the dropdown menu */
.showDrop
{
	display:block;
}
/******************************* GALLERY *******************************/

.kl-gallery-thumb{
    padding: 3px;
    margin-bottom: 0;
}
.kl-gallery-thumb a{
    margin-bottom: 0;
}

/******************************* Kaizeners *****************************/

.kl-visibility-desktop{
    display: block;
}

.kl-visibility-mobile{
    display: none;
}

.kl-kaizeners-row{
    margin:auto;
    max-width:800px;
}
.kl-kaizeners-thumb{
    padding:3px;
    height:auto;
    max-width:100%;
    margin:0;
    overflow:hidden;
}
.kl-kaizeners-text{
    height:auto;
    max-width:100%;
    margin:3px;
    background-color:#ffffff;
}
.kl-kaizeners-header{
    font-size: 32px;
    font-weight:600;
    padding:0;
    margin:0;
    text-align:center;
}
.kl-kaizeners-body-text{
    font-weight:300;
    padding-top:20px;
    text-align:center;
}
.kl-kaizeners-slogan{
    line-height: 48px;
    font-size: 41px;
    font-weight:300;
    padding-top:40px;
    text-align:center;
}

/************************* OWL CAROUSEL *************************/
.thumbnail{
    padding: 0;
    border: none;
}

.gal{margin: 20% auto;}

/** testimonials **/
#testimonials {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
#testimonials h2 {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

#testimonials .carousel-wrap {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

#testimonials .carousel-nav {
    display: block;
    /*width: 100px;
    margin: 0 auto;*/

    width: 100%;
    margin: 50px auto;
    position: absolute;
}
#testimonials .carousel-nav img {
    cursor: pointer;
}
#testimonials .carousel-nav img:active {
    position: relative;
    top: 1px;
}
#testimonials .carousel-nav .nextbtn {
    float: right;
}

#testimonials .carousel-wrap ul {
    display: block;
    list-style: none;
    position: relative;
}
#testimonials .carousel-wrap ul li {
    display: block;
    float: left;
    position: relative;
    /*width: 400px;
    margin-right: 15px;*/
    width: 1100px;
    margin-right: 15px;
}

#testimonials .carousel-wrap .context {
    font-size: 2.0em;
    line-height: 1.45em;
    color: #797670;
    font-style: italic;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dcdcdc;  
}


/** client logos **/
#clients {
    display: block;
    margin-bottom: 15px;
}

#clients .clients-wrap {
    display: block;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
}

#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 800px;
    height: 300px;
    line-height: 55px;
    text-align: center;
}
#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}

/* Kaizen dance */

.image-header-large {
	height:640px; 
	width:100%; 
	overflow:hidden; 
	position:relative;
}

/********************** EVENTS **********************/

.events-box-normal{
    height:auto;
    width:200px;
    margin:0 3px 20px 3px;
    background-color:#FFFFFF;
    padding: 10px;
}

.events-day-normal{
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 20px;
    text-align: left;
}

.events-month-normal{
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-align: left;
    color: #ff5732;
}

.events-title-normal{
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #999;
}

.events-description-normal{
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.events-country-normal{
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #999;
}

/************************ Anim Box ***********************/

.caption-style-4{
    list-style-type: none;
    margin-bottom: 15px;
    padding: 0;
    background-color: black;
}
.caption-style-4{
    position: relative;
    overflow: hidden;
}
.caption-style-4 .caption-text{
    position: absolute;
    opacity: 0.3;
    -webkit-transition:all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
}
.caption-style-4 .caption-text-sp{
    position: absolute;
    opacity: 0.3;
    -webkit-transition:all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
}
.caption-style-4:hover .caption-text{
    opacity: 1;
}
.caption-style-4:hover .caption-text-sp{
    opacity: 1;
}
.caption-style-4 img{
    -webkit-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.caption-style-4:hover img{
    opacity: 0.3;
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
}
.caption-text img{
    text-transform: uppercase;
    z-index: 20;
}
.caption-style-4 .caption-text h1{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.caption-style-4 .caption-text-sp h1{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.caption-style-4 .caption-text
{
    top: 30%;
    z-index: 10;
    color:#EE7026;
    position: absolute;
    text-align: center;
    width:100%;
    font-size: 32px;
}
.caption-style-4 .caption-text-sp
{
    top: 0%;
    z-index: 10;
    color:#EE7026;
    position: absolute;
    text-align: center;
    width:100%;
    font-size: 32px;
}

/************************ General CSS ***********************/

.kl-light-background{
    background-color:#f1f1f1;
}
.kl-dark-transparent-background{
    background: rgba(0, 0, 0, .8);
    color:#fff;
}
.kl-dark-background{
    background-color: #525252;
    color:#fff;
}
.kl-section {
    padding-top:30px;
    padding-bottom:30px;
}
.kl-container{
    max-width: 900px;
}
.kl-image-canvas{
    overflow: hidden;
}
.kl-quote {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
}
.kl-thumb-wrap {
    padding-bottom: 6px;
    margin:auto;
    width:768px;
}
.kl-thumb {
    padding:0;
    width:250px;
    margin:0 3px;
    overflow:hidden;
}
.kl-large-text{
    font-weight:500;
    font-size:32px;
}

/* --------------------------- */

.events-container {
	padding-top:30px;
	padding-bottom:20px;
}

.kl-image-thumb{
    padding:5px;
}
.img-thumbnail{
    padding: 0px;
    border: 1px solid #dddddd;
    border-radius: 0;
    width: 100%;
    max-height: auto;
}
.featurette-divider-half {
    margin: 30px 0;
    width: 50%;
		margin-left:auto;
		margin-right:auto;
}

/******************* General ********************/

.horizontal-separator-thick {
	margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 3px solid #eeeeee;
}

.horizontal-separator-thin {
	margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.top-border {
	/*border-top: 10px solid #d02027;*/
	border-top:1px solid #cccccc;
}

/******************* Events ********************/

.events-day-large {
	font-size:60px;
	font-weight:300;
	line-height: 60px;
}
.events-month-large {
	font-size:30px;
	font-weight:300;
	color:#EE7026;  
}
.events-description-large {
	font-size:20px;
    font-weight: 300;
}
.events-location-large {
	font-size:20px;
	/*line-height: 18px;*/
	font-weight:300;
}
.events-divider {
	margin-top:10px;
	margin-bottom:10px;
	border-color:#999;
	width:100%;
	max-width:250px;
}
.events-divider-full {
	margin-top:10px;
	margin-bottom:10px;
	border-color:#999;
	width:100%;
}
.spacer {
	margin-top:10px;
	margin-bottom:10px;
	border-color:#999;
	width:100%;
	max-width:250px;
}

/******************* Carousel ********************/

.carousel-caption-2{
  position: absolute;
  left: 15%;
  right: 15%;
  top: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #525252;
  text-align: center;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}

.carousel-caption-title-2 {
	text-align:center;
	font-size:32px;
	padding-left:10px;
	padding-right:10px;
    color: #525252;
}

.carousel-caption-subtitle-2 {
	text-align:center;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
    color: #525252;
}

.carousel-control-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #525252;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control-2.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control-2.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control-2:hover,
.carousel-control-2:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

@media screen and (min-width: 768px) {
  .carousel-control-2 .glyphicon-chevron-left,
  .carousel-control-2 .glyphicon-chevron-right,
  .carousel-control-2 .icon-prev,
  .carousel-control-2 .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}



.carousel-content {
	margin-left:100px;
	margin-right: 100px;
}

.carousel-image {
	/*max-height: auto;
	min-width: 100%;
    margin:auto;*/
    left: -9999px;  /*important */
    right: -9999px;  /*important */
    margin: 0 auto;  /*important */
    max-width: none;  /*important */
    min-width: 100%;
    position: absolute;
}

.carousel-caption-title {
    font-weight: 600;
	text-align:center;
	font-size:52px;
	/*display: inline;
	float: left;*/
    margin:auto;
	padding-left:10px;
	padding-right:10px;
	clear:both;
}

.color-web {
	color:#EE7026;
}
.btn-technicode {
  color: #fff;
  /*background-color: #000000;*/
  border-color: #cccccc;
}

.btn-technicode {
  color: #fff;
  background-color: #73808B;
  border-color: transparent;
}
.btn-technicode:hover {
  color: #fff;
  background-color: #5D6870;
  border-color: transparent;
}
.btn-traduction {
  color: #fff;
  background-color: #3E9ED7;
  border-color: transparent;
}
.btn-traduction:hover {
  color: #fff;
  background-color: #3A8DBD;
  border-color: transparent;
}

.btn-logiciel {
  color: #fff;
  background-color: #60BC46;
  border-color: transparent;
}
.btn-logiciel:hover {
  color: #fff;
  background-color: #55A142;
  border-color: transparent;
}

.btn-web {
  color: #fff;
  background-color: #EE7026;
  border-color: transparent;
}
.btn-web:hover {
  color: #fff;
  background-color: #DB842C;
  border-color: transparent;
}

.carousel-caption-subtitle {
	font-weight: 500;
    text-align:center;
	font-size:32px;
    margin: auto;
	padding-left:10px;
	padding-right:10px;
	clear:both;
    
}

/******************* Colour ********************/

.black-bg {
	background-color:#000;
}

.white-bg {
	background-color:#fff;
}

.red-bg {
	background-color:#d02027;
}

.light-grey-bg {
	background-color:#f4f4f4;
}

.grey-bg {
	background-color:#ccc;
}

.dark-grey-bg {
	background-color:#333;
}

/******************* Texts ********************/
.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.media-margin {
	margin-bottom:30px;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.extra-padding {
	padding-right:30px;
}

/******************* Image ********************/
.no-border {
	border:0px;
}

.fixed-image-window {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	color:#FFF;
	height:auto;
}

.fixed-image-window {
	/*background-image:url(images/featured-members-background.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	color:#FFF;
}

.fixed-image-window-small {
	/*background-image:url(images/featured-members-background.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	color:#FFF;
	height:150px;
}

.white-logo {
	border:0px;
	background-color:transparent;
}
.team-object {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}

/*******************************************************/
/* HEADER */
/*******************************************************/

.logo-header {
	background-color:#FFFFFF;
}
.logo-container {
	float:left;
	height:120px;
}
.info-container {
	height:150px; 
}
.info-sub-container {
	float:right;
	height:50px;
	margin-top:12px;
}
.image-logo {
	height:120px;
	width:auto;
}
.flag-style {
	list-style: none;
	padding-left:0px;
	padding-top:7px;
	float:right;
}
.flag-style li {
	padding-bottom:0px;
	float:right;
	padding-left:10px;
}
.header-flag {
	height:18px;
	width:auto;
}
.header-phone-number-label {
	font-size:16px;
	line-height:18px;
}
.header-phone-number {
	font-size:22px;
	font-weight:400;
}
.header-search {
	padding-top:8px;
}
.vertical-divider {
	float:right;
	height:34px;
	margin-top:7px;
	border-left-style:solid; 
	border-left-width:1px; 
	border-color:#cccccc;
	padding-right: 10px;
	margin-left:20px;
}

/************************************************/
/* COLORED BAR */
/************************************************/

.colored-bar {
	width: 100%;
	height: 10px;
	margin-bottom:20px;
}
.col1 {
	float: left;
	width: 34%;
	height: 100%;
	background-color: #3E9ED7;
}
.col2 {
	float: left;
	width:33%;
	height: 100%;
	background-color: #60BC46;
}
.col3 {
	float: left;
	width:33%;
	height: 100%;
	background-color: #EE7026;
}

/*******************************************************/
/* SEARCH BOX */
/*******************************************************/

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
		float:right;
		margin-top:6px;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*******************************************************/
/* BODY */
/*******************************************************/

/*******************************************************/
/* FOOTER */
/*******************************************************/

.footer {
  width: 100%;
	color:#333;
	font-size:12px;
	font-weight:350;
}
.footer-social a {
	color:#333;
}
.footer-social > a:hover {
	color:#D02026;
}
.footer-container-links {
  padding-bottom: 20px;
}
.footer-contact-info {
	margin-top:10px;
}
.footer-contact-info a {
	color:#FFFFFF;
}
.footer-social-icon {
	padding-right:5px;
	height:28px;
	width:auto;
}
.floating-left {
	float:left;
	clear:both;
}
.footer-container-stripe {
  background-color:#D02026;
  height:5px;
}
.footer-container-legal {
  background-color:#000;
  color:#999;
}
.footer-legal-text {
  padding-top:10px;
  font-size:11px;
	text-align:center;
	font-weight:normal;
}
.ukacci-image-header-caption {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.header-top-bar {
  background-color:#FFFFFF;
  height:50px;
	border-bottom:thin;
	border-color:#CCC;
	border-bottom-style:solid;
}
.technicode-feature {
	padding-top:30px;
	padding-bottom:30px;
}

.technicode-feature-title {
	padding-bottom: 10px;
}

.background-alternate-1 {
	background-color:#F4F4F4;
}

.about-clients-logo {
	padding-bottom:20px;
}

.footer-title {
	font-size:18px;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom:10px;
	margin-top:20px;
}

.footer-link {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0px;
}

.footer-link li {
	font-size:15px;
	margin-bottom:5px;
	vertical-align:middle;
	line-height:30px;
}

.footer-link li p {
	padding-left: 30px;
}


.footer-link a {
	color:#F6F4E8;
}

.footer-link a:hover {
	color:#FFFFFF;
}
.image-header {
	height:200px; 
	width:100%; 
	overflow:hidden; 
	position:relative;
}
.innerbanner-image {
	max-height: auto; 
	min-width: 100%;
}
.rbs-list {
	padding-left: 0;
	list-style-type: square;
	list-style-image: url(../images/list-square.gif);
	margin-bottom: 0px;
}
.rbs-list a{
	color: #333333;
}
.padding-zero {
	padding-left:0;
	padding-right:0;
}

@media screen and (max-width: 767px) {
    
    .donation-btn-right {
        margin-left: 0px !important;
    }
	.volunteer-btn-right 
	{
        margin-left: 0px !important;
    }

.kl-visibility-desktop{
    display: none;
}

.kl-visibility-mobile{
    display: block;
}
    
	.logo-container {
		float:left;
		height:86px;
	}
	.info-container {
		height:86px; 
	}
	.info-sub-container {
		float:right;
		height:30px;
		margin-top:8px;
	}
	.image-logo {
		height:86px;
		width:auto;
	}
	.flag-style li {
		padding-bottom:2px;
	}
	.header-flag {
		height:18px;
		width:auto;
	}
	.vertical-divider {
		height:40px;
		margin-top:8px;
		padding-right: 16px;
		margin-left:16px;
	}
	.header-phone-number-label {
		font-size:14px;
		line-height:16px;
	}
	.header-phone-number {
		font-size:18px;
	}
	.header-search {
		padding-top:4px;
		visibility:hidden;
	}

/*******************************************************/
/* FOOTER (Mobile) */
/*******************************************************/
	.footer-container-stripe 
	{
	  height: 5px;
	}
}
.kl-image-canvas {
    
}
/* <!-- Donation button --> */

.paypal-donation-btn {
    color: #EE7026;
}
	/* Special style for button "Donation" and "Volunteer"*/
	/* navbar donation button more right */
.donation-btn-right 
{
	margin-left: 70px;
    margin-top: 15px;
}
.volunteer-btn-right 
{
	margin-left: 20px;
    margin-top: 15px;
}
	.nav-volunteer-but:hover
	{
		-webkit-box-shadow: 0 0 2vw 0.1vw white;
		box-shadow: 0 0 2vw 0.1vw white;
	}
	.nav-volunteer-but
	{
		font-weight:bold;
		-webkit-transition:-webkit-box-shadow 2s;
		transition:-webkit-box-shadow 2s;
		-o-transition:box-shadow 2s;
		transition:box-shadow 2s;
		transition:box-shadow 2s, -webkit-box-shadow 2s;
		border-radius: 0;
		background:#EE7026 !important;
		top:0;
		padding-left: 1vw !important;
		padding-right: 1vw !important;
		padding-top: 0.2vh !important ;
		padding-bottom: 0.2vh !important;
		border-radius: 0vw 1vw 0vw 1vw;
	}
.nav-donation-but:hover
{
	-webkit-box-shadow: 0 0 2vw 0.1vw white;
	box-shadow: 0 0 2vw 0.1vw white;
}
.nav-donation-but
{
	font-weight:bold;
	-webkit-transition:-webkit-box-shadow 2s;
	transition:-webkit-box-shadow 2s;
	-o-transition:box-shadow 2s;
	transition:box-shadow 2s;
	transition:box-shadow 2s, -webkit-box-shadow 2s;
	border-radius: 0vw 1vw 0vw 1vw;
	background:#EE7026 !important;
	top:0;
	padding-left: 1vw !important;
	padding-right: 1vw !important;
	padding-top: 0.2vh !important ;
	padding-bottom: 0.2vh !important;
}
/* facebook instagram youtube icons */
.fb-icon {
    background: url(http://www.kwendalima.com/images/icon/facebook%20icon.svg);
    background-repeat: no-repeat;
    padding-left: 23px;
    display: block;
}
.ig-icon {
    background: url(http://www.kwendalima.com/images/icon/instagarm.svg);
    background-repeat: no-repeat;
    padding-left: 23px;
    display: block;
}
.yt-icon {
    background: url(http://www.kwendalima.com/images/icon/youtube%20icon.svg);
    background-repeat: no-repeat;
    padding-left: 23px;
    display: block;
}
/* Mobile Styles */
@media only screen and (max-width: 400px) 
{
	.logo-size 
	{
		width: 120px;
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Special style for button "Donation" and "Volunteer"*/
	.nav-volunteer-but:hover
	{
		-webkit-box-shadow: 0 0 2vw 0.1vw white;
		box-shadow: 0 0 2vw 0.1vw white;
	}
	.nav-volunteer-but
	{
		font-weight:bold;
		-webkit-transition:-webkit-box-shadow 2s;
		transition:-webkit-box-shadow 2s;
		-o-transition:box-shadow 2s;
		transition:box-shadow 2s;
		transition:box-shadow 2s, -webkit-box-shadow 2s;
		border-radius: 0;
		background:#EE7026 !important;
		top:0;
		padding-left: 1vw !important;
		padding-right: 1vw !important;
		padding-top: 0.2vh !important ;
		padding-bottom: 0.2vh !important;
	}
	.nav-donation-but:hover
	{
		-webkit-box-shadow: 0 0 2vw 0.1vw white;
		box-shadow: 0 0 2vw 0.1vw white;
	}
	.nav-donation-but
	{
		font-weight:bold;
		-webkit-transition:-webkit-box-shadow 2s;
		transition:-webkit-box-shadow 2s;
		-o-transition:box-shadow 2s;
		transition:box-shadow 2s;
		transition:box-shadow 2s, -webkit-box-shadow 2s;
		border-radius: 0;
		background:#EE7026 !important;
		top:0vh;
		padding-left: 1vw !important;
		padding-right: 1vw !important;
		padding-top: 0.2vh !important ;
		padding-bottom: 0.2vh !important;
	}
	#tableForm
	{
		width:100%;
		table-layout:fixed;
	}
	#tableForm tr
	{
		width:100%;
		border: 10px solid transparent;
	}
	#tableForm tbody tr:last-child
	{
		text-align:right;
	}
	#tableForm td
	{
		width:34%;
	}
	#tableForm #BackT
	{
		text-align:left;
	}
	#tableForm #NextT
	{
		text-align:right;
	}
	/*Volunteer*/
	#volunteerHeader 
	{
		background: rgba(0,0,0,0.2);
		border-radius: 1% 1% 1% 1%;
		text-align:center;
		font-size: 30px;
	}
	#volunteerForm
	{
		border:solid 1px orange;
		margin-bottom: 1%;
	}
	#volunteerForm input
	{
		border:solid 1px black;
	}
	.footer-container-icons
	{
		margin-top:30px;
	}
	.carousel-image
	{
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: none;
		min-width: 100%;
		position: absolute;
		width: 600px;
		height: 300px;
		top: 0;
	}
	.carousel-caption
	{
		position: absolute;
		left: 15%;
		right: 15%;
		bottom: 200px;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #ffffff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		top:1%;
	}
	.carousel .item
	{
		height: 300px;
		background-color: #fff;
	}
	.carousel
	{
		background-color: #000;
		height: 300px;
		margin-bottom: 0px;
		margin-top: 100px;
	}
	.carousel-caption-title 
	{
		font-weight: 600;
		text-align: center;
		font-size: 25px;
		margin: auto;
		padding-left: 10px;
		padding-right: 10px;
		clear: both;
	}
	.carousel-caption-subtitle 
	{
		font-weight: 500;
		text-align: center;
		font-size: 12px;
		margin: auto;
		padding-left: 10px;
		padding-right: 10px;
		clear: both;
	}
	#Logo
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 10%;
	}
	#bs-example-navbar-collapse-2
	{
		height:50000px !important;
	}
	.footer-mail
	{
		margin-left: -19px;
	}
	#paypal-donate
	{
		margin-left: 10%;
	}
	.footer-icons
	{
		text-align:left;
		margin-left: 0;
		width:120%;
	}
	.footer-subs
	{
		height: 75px;
		margin-left: 30px;
	}
	.events-month-normal 
	{
		font-weight: 500;
		font-size: 24px;
		line-height: 20px;
		text-align: center;
		color: #EE7026;
		margin-left: 0;
		margin-right: 0;
	}
	.quoteNew
	{
		font-family: Quote;
		position: absolute;
		top: 20%;
		padding: 0;
		font-size: 35px;
		text-align: center;
	}
	.footer-sub-img
	{
		width:90%;
	}
	#beforeE
	{
		position: absolute;
		left: 0;
		top: 7%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#beforeF
	{
		position: absolute;
		left: 0;
		top: 41%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#beforeL
	{
		position: absolute;
		left: 0;
		top: 75%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#Cancel-log
{
    z-index: 200;
    position: absolute;
    left: 92%;
    width: 5%;
    height: 3%;
    top: 2%;
    cursor: pointer;
}
#SubscribeForm
{
    background: url(../images/paralax-art-kaizen-01.jpg) no-repeat 10%;
    background-size: cover;
    position: fixed;
    width: 250px;
    height: 400px;
    color: white;
    z-index: 2000;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 2%;
    border: solid 1px bisque;
	display:none;
}
#MailPolicy
{
	position: absolute;
    top: 70%;
    left: 2.5%;
    margin-right: -50%;
    width: 95%;
    background: transparent;
    border: none;
    color: white;
    text-align: center;
}
#SubInputs
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 70%;
    height: 20%;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
}
#gdpr_35529
{
	display:none;
}
#Subscribe
{
	position: absolute;
    top: 65%;
    left: 30%;
    width: 40%;
    height: 8%;
    border-radius: 5px 5px 5px 5px;
    color: white;
    background: orangered;
    font-weight: bolder;
    font-size: 100%;
    margin-right: -50%;
    right: 30%;
    padding: 0;
}
#SubName
{
    font-family: Treasure;
    font-size: 400%;
    letter-spacing: 6px;
    top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 250%;
    background: transparent;
    z-index: 200;
    border-radius: 10% 10% 10% 10%;
    padding: 2%;
}
#MERGE0
{
    font-weight: normal;
    color: black;
    width: 90%;
    height: 34%;
    margin-bottom: 0;
    border: none;
    border-bottom: 0.5px solid;
}
#MERGE1
{
	font-weight: normal;
    color: black;
    width: 90%;
    height: 33%;
    margin-bottom: 0;
    border: none;
    border-bottom: 0.5px solid;
}
#MERGE2
{
	font-weight: normal;
    color: black;
    width: 90%;
    height: 33%;
    margin-bottom: 0;
    border: none;
}
}
/* End of mobile*/
/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) 
{
	.navbar-nav 
	{
		/*margin: 7.5px -15px;
		width: 700px !important;*/
	}
	#tableForm
	{
		width:100%;
		table-layout:fixed;
	}
	#tableForm tr
	{
		width:100%;
		border: 10px solid transparent;
	}
	#tableForm tbody tr:last-child
	{
		text-align:right;
	}
	#tableForm td
	{
		width:34%;
	}
	#tableForm #BackT
	{
		text-align:left;
	}
	#tableForm #NextT
	{
		text-align:right;
	}
	/*Volunteer*/
	#volunteerHeader 
	{
		background: rgba(0,0,0,0.2);
		border-radius: 1% 1% 1% 1%;
		text-align:center;
		font-size: 30px;
	}
	#volunteerForm
	{
		text-align: left;
		width: 70%;
		border: solid 1px orange;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 1%;
	}
	#volunteerForm input
	{
		border:solid 1px black;
	}
	.logo-size 
	{
		width: 120px;
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#Logo
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 10%;
	}
	.quoteNew
	{
		font-family: Quote;
		position: absolute;
		top: 20%;
		padding: 0;
		font-size: 250%;
		text-align: center;
	}
	.footer-sub-img
	{
		width:90%;
	}
	.footer-mail
	{
		margin-left: -3%;
	}
	#beforeE
	{
		position: absolute;
		left: 1%;
		top: 8%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#beforeF
	{
		position: absolute;
		left: 1%;
		top: 42%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#beforeL
	{
		position: absolute;
		left: 1%;
		top: 76%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#Cancel-log
{
    z-index: 200;
    position: absolute;
    left: 92%;
    width: 5%;
    height: 3%;
    top: 2%;
    cursor: pointer;
}
#SubscribeForm
{
	background: url(../images/paralax-art-kaizen-01.jpg) no-repeat 10%;
    background-size: cover;
    position: fixed;
    width: 400px;
    height: 500px;
    color: white;
    z-index: 2000;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 2%;
    border: solid 1px bisque;
	display:none;
}
#MailPolicy
{
	position: absolute;
    top: 70%;
    left: 2.5%;
    margin-right: -50%;
    width: 95%;
    background: transparent;
    border: none;
    color: white;
    text-align: center;
}
#SubInputs
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 70%;
    height: 20%;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
}
#gdpr_35529
{
	display:none;
}
#Subscribe
{
    position: absolute;
    top: 65%;
    left: 30%;
    width: 40%;
    height: 8%;
    border-radius: 5px 5px 5px 5px;
    color: white;
    background: orangered;
    font-weight: bolder;
    font-size: 150%;
    margin-right: -50%;
    right: 30%;
    padding: 0;
}
#SubName
{
    font-family: Treasure;
    font-size: 400%;
    letter-spacing: 6px;
	top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 300%;
    background: transparent;
    z-index: 200;
    border-radius: 10% 10% 10% 10%;
    padding: 2%;
}
#MERGE0
{
	font-weight: normal;
    color: black;
    width: 92%;
    height: 34%;
    margin-bottom: 0;
    border: none;
    border-bottom: 0.5px solid;
}
#MERGE1
{
	font-weight: normal;
    color: black;
    width: 92%;
    height: 33%;
    margin-bottom: 0;
    border: none;
    border-bottom: 0.5px solid;
}
#MERGE2
{
	font-weight: normal;
    color: black;
    width: 92%;
    height: 33%;
    margin-bottom: 0;
    border: none;
}
}
/* End of Tablet */
/* Desktop Styles */
@media only screen and (min-width: 961px) 
{
	#tableForm
	{
		width:100%;
		table-layout:fixed;
	}
	#tableForm tr
	{
		width:100%;
		border: 10px solid transparent;
	}
	#tableForm tbody tr:last-child
	{
		text-align:right;
	}
	#tableForm td
	{
		width:34%;
	}
	#tableForm #BackT
	{
		text-align:left;
	}
	#tableForm #NextT
	{
		text-align:right;
	}
	/*Volunteer*/
	#volunteerHeader 
	{
		background: rgba(0,0,0,0.2);
		border-radius: 1% 1% 1% 1%;
		text-align:center;
		font-size: 30px;
	}
	#volunteerForm
	{
		text-align:left;
		width: 30%;
		border: solid 1px orange;
		margin-left: 35%;
		margin-right: 35%;
		margin-bottom: 1%;
	}
	#volunteerForm input
	{
		border:solid 1px black;
	}
	/*In navigation*/
	.logo-size 
	{
		width: 120px;
		left: 0%;
		top: 0;
		margin: 0;
		position: relative;
	}
	/*------*/
	#Logo
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 10%;
	}
	.quoteNew
	{
		font-family: Quote;
		position: absolute;
		top: 20%;
		padding: 0;
		font-size: 300%;
		text-align: center;
	}
	.footer-mail
	{
		margin-left: -3%;
	}
	.footer-subs
	{
		height: 130px;
		margin: 0;
		width: 90%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.footer-sub-img
	{
		width: 160%;
		height: 100%;
		position: absolute;
		top: -20%;
		left: -40%;
		right: 0;
		bottom: 0;
	}
	#beforeE
	{
		position: absolute;
		left: 0;
		top: 9%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#beforeF
	{
		position: absolute;
		left: 0;
		top: 43%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#beforeL
	{
		position: absolute;
		left: 0;
		top: 77%;
		z-index: 500;
		width: 2%;
		margin: 0;
		color: red;
		font-size: 13px;
	}
	#Cancel-log
{
    z-index: 200;
    position: absolute;
    left: 92%;
    width: 5%;
    height: 4%;
    top: 2%;
    cursor: pointer;
}
#SubscribeForm
{
	background: url(../images/paralax-art-kaizen-01.jpg) no-repeat 10%;
    background-size: cover;
    position: fixed;
    width: 30%;
    height: 60%;
    color: white;
    z-index: 2000;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 2%;
    border: solid 1px bisque;
	display:none;
}
#MailPolicy
{
	position: absolute;
    top: 70%;
    left: 2.5%;
    margin-right: -50%;
    width: 95%;
    background: transparent;
    border: none;
    color: white;
    text-align: center;
}
#SubInputs
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 70%;
    height: 20%;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
}
#gdpr_35529
{
	display:none;
}
#Subscribe
{
    position: absolute;
    top: 65%;
    left: 25%;
    width: 50%;
    height: 8%;
    border-radius: 5px 5px 5px 5px;
    color: white;
    background: orangered;
    font-weight: bolder;
    font-size: 200%;
    margin-right: -50%;
    right: 25%;
    padding: 0;
}
#SubName
{
    font-family: Treasure;
    font-size: 400%;
    letter-spacing: 6px;
	top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 300%;
    background: transparent;
    z-index: 200;
    border-radius: 10% 10% 10% 10%;
    padding: 2%;
}
#MERGE0
{
	font-weight: normal;
    color: black;
    width: 96%;
    height: 34%;
    margin-bottom: 0;
    border: none;
    border-bottom: 0.5px solid;
}
#MERGE1
{
	font-weight: normal;
    color: black;
    width: 96%;
    height: 33%;
    margin-bottom: 0;
    border: none;
    border-bottom: 0.5px solid;
}
#MERGE2
{
	font-weight: normal;
    color: black;
    width: 96%;
    height: 33%;
    margin-bottom: 0;
    border: none;
}
}
/*End of desk*/
/*1000 and 1200*/
@media only screen and (max-width:1200px) and (min-width:1000px) 
{
	.footer-sub-img
	{
		width: 150%;
		position: absolute;
		top: -10%;
		left: 0;
		margin-left: -20%;
		height: 80%;
	}
}
/*Testemonials*/



/*Mobile list*/
mob-list
{
	height:100vh;
}