/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
body{
	/* font-family: 'Open Sans', sans-serif; */
    	font-family: 'Lucida Console', 'Arial Black', Gadget, sans-serif;     
  	/*   src: url("font/texgyreadventor-regular.otf") format("opentype"); */
        /* RDB: achtergrondkleur gehele website, zie ook header background (10 regels hieronder) */
	background:#B3E6AE;
	/* background:url(../images/background999.jpg) repeat 0px 0px; */
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header{
/*      RDB: kleur bovenste rand menu wijzigen */
	/* background:url(../images/ba-white.jpg) repeat 0px 0px;*/
	background:#B3E6AE;
}
.logo{
	float:left;
	/* RDB: menu marges rondom het logo instellen */
	margin: 1.0em 1.0em 1.0em 0em;
	max-width: 96%;
}
.top-nav{
	float:right;
}
.top-nav-left{
	float:right;
	/* RDB: menu marges instellen */
	/* margin: -2.0em 0.3em 0em 0em; */
	/* max-width: 96%; */
	margin: 1.5em 7em 0 0;
}
.top-nav-left ul{
	padding: 0;
	margin:  0em;
}
.top-nav-left li{
	display: inline-block;
	padding: 22px;
}
.top-nav-left li a{
	/* background:url(../images/vellum01.png) no-repeat 0px 0px;*/
	/* background-image: url(../images/vellum02.png) no-repeat 0px 0px; */
	/* RDB: kader om de menukeuzes */
	/* RDB: menu kleur */
	color:#5A5357;
	/* RDB: lettergrootte menu */
	/* font-family: 'Arial Black', Gadget, sans-serif; */
	/* font-size: 1.1em; */
	/* text-transform: uppercase; */
	/* text-decoration:none; */
    	padding:40px 2px 40px 0px; 
}
.top-nav-left li a:hover{
	/* RDB: menu kleur */
	color:#549719;
}
.top-nav-right {
	float:right;
	/* RDB: menu marges rondom logo rechterzijde instellen */
	margin: 3.0em 0px 0 0;
}
.top-nav-left span.menu{
	display:none;	
}
.top-nav-left span.menu:before{
	content:url("../images/menu.png");
	cursor:pointer;	
	width:100%;
}
/*----*/
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a{
	text-decoration:none;
}
#loginContainer a span{
	display:block;
	/* kleur van de tekst in de grote bestelknop of loginknop in het menu */
	color:#fff;
	background:#6E2B9C;
	border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	-moz-border-radius:40px;
	padding: 40px 30px 0px 0px;
	font-size: 1.3em;
  }
 #loginContainer a span:hover{
	background:#BE94D6;
 }
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top:53px;
	right:27px;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
   width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.8725em;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:6px;
	font-size: 0.8125em;
    -webkit-apperance:none;
    font-family: 'Open Sans', sans-serif;
}
/* Sign In Button */
#loginForm #login {
	font-family: 'Open Sans', sans-serif;
	width: auto;
	float: left;
	background: #99C50A;
	color: #333;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background: #7DA008;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 0px;
}
#loginForm span a{
	color:#000;
	font-size:0.85em;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
	padding: 0 16px;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
/*----responsive-menu-start---*/
@media(max-width:768px){
.top-nav-left ul li{
	display:block;
	float:none;
	margin: 0em;
	padding: 0.6em 0;
	text-align: center;
}
.top-nav-left ul li a{
	color:#fff;
}
.top-nav-left ul li a:hover{
	color:#000;
}
.top-nav-left ul{
	display:none;
	background:rgba(153, 197, 10, 0.45);
	position:absolute;
	width:100%;
	z-index: 999;
	left: 0%;
	margin: 0.7em 0em;
}
.top-nav-left span.menu{
	display: block;
	width: 100%;
	position:relative;
	padding: 0.8em 1em;
}
}
/*------  banner -----*/
/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
 	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0%;
	right: 0%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 22%;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	bottom:5%;
	left: 8%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 39px;
	width: 41px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
a.callbacks_nav.callbacks1_nav.prev {
	display: none;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 3%;
}

#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 84%;
	z-index: 999;
	left: 47%;
	padding: 0;
	margin: 0;
	display:none;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:16px;
  width:16px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border:2px solid #23B7A4;
}

.slide-text-info{
	text-align:center;
}
.slide-text-info h1{
	font-size:2.5em;
	padding: 0px;
	font-weight:800;
	color:#fff;
}
.slide-text-info P{
	font-size:2em;
	color:#fff;
	margin-bottom:2em;
}
a.banner-btn{
	font-size:1.3em;
	background:#99C50A;
	padding: 0.7em 1em;
	border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	color:#fff;
	text-decoration:none;
}
 a.banner-btn:hover{
	background:#7DA008;
}
/*---slider---*/
.content-top{
	text-align:center;
	padding: 2em 0 0 0;
	}
.content-top h2{
	
	/* RDB: kleur van over ons of wie zijn wij */
	/* color: #5A5357; */
	color: #5A5357;
	font-size: 2.0em;
	/* text-transform: uppercase;*/
	font-weight: 700;
	margin: 0px auto;
	padding: 0.5em 0px;
	width: 55%;
	line-height: 54px;
}
.content-top h3{
	
	/* RDB: kleur van over ons of wie zijn wij */
	color: #5A5357;
	font-size: 1.3em;
	font-weight: 700;
	margin: 0px auto;
	padding: 0.5em 0px;
	width: 88%;
	line-height: 32px;
}
.content-top p.para,.content-top p.para-p{
	font-size: 1.2em;
	/* RDB: de regelhoogte van de tekst van over ons of wie zijn wij */
	line-height: 30px;
	padding: 15px 0px;
	width: 80%;
	margin: 0px auto;
	/* RDB: kleur van de tekst van over ons of wie zijn wij */
	/* color:#8d8d8d; */
	color: #5A5357;
	/* font-weight: 520; */

}
.content-top-top {
	border-bottom: 1px solid #ECE9E9;
	padding: 2em 0px;
}
.list ul li{
	list-style:none;
	padding: 0.5em 0;
}
.list ul {
	margin:0;
	padding:0;
}
.list ul li a {
	text-decoration:none;
}
.list ul li label.circle {
	float:left;
	width: 50px;
	height: 50px;
	/* RDB: achtergrondkleur van de circles, zie ook 15 regels hieronder */
	background:#6E2B9C;
	display: block;
	border-radius: 100px;
	text-align: center;
	line-height: 2.3em;
	/* RDB: kleur van de cijfers in de circles */
	color: #fff;
	font-size: 1.5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	}
.list ul li label.circle:hover{
	/* RDB: 2e achtergrondkleur van de circles, zie ook 15 regels hierboven */
	background:#BE94D6;
}
/* RDB: lettergrootte abonnementen etc .. tbv wissel van tekst */
.list ul li h3.circle_desc{
	color: #515151;
	font-size:1.7em;
	padding: 0;
	margin: 0.2em 2em;
}
.content-work {
	padding: 2.5em 0 0em;
}
.glasses{
	margin: 5.5em auto;
	text-align: center;
}
.top-img-para h4{
	/*  RDB: kleur van de producten 1, 2 of 3 */
	color:#5A5357;
	font-size:1.9em;
	margin:3em 0px 1em 0px;
}
.top-img-para p{
	font-size:1.2em;
	line-height:30px;
    	width: 88%;	
	/*  RDB: kleur van de tekst van de producten 1, 2 of 3 */
	/*	color:#8d8d8d;     */
    	color:#5A5357;
}
/*----*/
.content-bottom-left{
	background:#E2F8FF;
	padding: 6em 0px;
 }
.content-bottom-right {
	background: #F5F9EB;
	padding: 6em 0px;
}
 .content-bottom-left-head h5,.content-bottom-right-head h5{
	font-size:2em;
	padding:0;
	margin:0;	
 }
 .content-bottom-left-head p,.content-bottom-right-head p{
	font-size: 1.2em;
	margin: 1em 0px 2em;
	padding: 0;
	width: 65%;
	line-height: 30px;
 }
 .content-bottom-right-head p{
 		width:52%
 }
 .content-bottom-left-head a,.content-bottom-right-head a{
	font-size:1.2em;
	background:#26A6D1;
	padding:0.9em 1.3em;
	border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;
	color:#fff;
	text-decoration:none;
 }
 .content-bottom-left-head a:hover{
	background:#107090;
 }
img.content-bag {
	padding: 0px 0px 0px 5em;
}
.content-bottom-right-head {
	float: right;
	width: 65%;
}
 .content-bottom-right-head a{
	background:#5A5357;
 }
 .content-bottom-right-head a:hover{
	background:#7DA008;
 }
 img.content-chair {
	padding: 0px 0em 0px 12em;
}
.content-bottom-left-head {
	float: right;
	width: 51%;
}
/*---*/
 .projects {
	margin:4em 0;
}
.content-projects-member {
	padding: 1em 0px;
}
.content-projects h2{
	font-size:2em;
	padding: 0px 0.5em;
margin: 0px;
	color:#515151;
}
.content-member {
	margin: 1.5em 0 1em;
	
}
.content-projects-brief p {
	width: 74%;
	font-size: 1.2em;
	color:#8d8d8d;
}
.content-member  a{
	padding:15px 20px;
	border: 1px solid #515151;
    border-radius: 10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	color: #515151;
	text-decoration:none;
}
.content-member  a:hover{
	color:#fff;
	background:#5A5357;
	border: 1px solid #5A5357;
}
/*---content-london----*/
.content_grid{
	background:#F9F9F9;
	border: 1px solid rgba(81, 81, 81, 0.19);
	border-radius: 10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
}
.content-new{
	position:relative;
}
.content-new span{
	position:absolute;
	left: -3.2%;
	top: -28px;
}
.content-new  a{
	background:#26A6D1;
	position:absolute;
	top: 73%;
    left: 41%;
	padding:10px 20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
}
.content-new  a:hover{
	background:#107090;
}
.content_grid h2{
	font-size:1.6em;
	text-align:center;
}
.content_grid p{
	padding:0;	
	font-size: 1.1em;
	width: 90%;
	margin: 0px auto;
	color:#8d8d8d;
	line-height:25px;
	text-align:center;
}
.content-green{
	width: 84%;
	margin: 18px auto;
	background: #D7DEE0;
	height: 14px;
	border-radius: 25px;
}
.content-green > div {
	height: 100%;
	display: block;
	background: #5A5357;
	border-radius: 25px;
}
.fun-left{
	border-bottom: 1px solid rgba(81, 81, 81, 0.3);
	margin:0px 1em;
}
.funded{
	float:left;
}
.funded p{
	width:100%;	
}
.days-left p{
	width:100%;	
}
.days-left{
	float:right;
}
.button{
	float:right;
	margin: 22px 37px;
	position:relative;
	}
.button p{
	width:100%
}
.button img{
	position:absolute;
	top: -1px;
    left: 104%;
}
.content-london {
	padding: 1em 0 0 0;
}
/*---*/
.community-h {
	padding: 2em 0 2em 0;
}
.community{
	background:url(../images/ba-white.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:620px;
}
.community-h h2{
	font-size:2.3em;
	/* RDB: de kleur van de tekst Contactgegevens boven de box */
	color:#5A5357;
	text-align:center;
}
.community-h p{
 	font-size: 1.2em;
	/* font-weight: 700; */
	margin: 0.5em auto;
	text-align: center;
	line-height:30px;
	width: 100%;
	/* RDB: de kleur van de tekst in de box Contactgegevens, zie ook 14 regels lager */
	color:#5A5357;
  }
.bottom-community-bottom-left{
	/* RDB: de achtergrondkleur van de boxen */
	/* background:#fff; */
	background:url(../images/vellum01.png) no-repeat 0px 0px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	padding:1em 1em 3em 1em;
	margin:0em 2em;
	text-align:center;
	position:relative;
	/* RDB: de kleur van de tekst in de box Contactgegevens, zie ook 14 regels hoger */
	color:#5A5357;
	max-width:96%
 }
img.david{
	border-radius:10px;
	float:left;
}
.bottom-community-left {
	padding: 1.5em 8em;
}

img.white{
	/* RDB: de rechterwaarde bepaalt de verschuiving van de pijl aan de onderzijde: */
	padding: 0 18em;
}
p.back{
	float: left;
	margin: 6px;
	font-size: 1.1em;
}
.bottom-community-bottom-left p{
	font-size: 1.2em;
	/* RDB: de kleur van de kleinere tekst in de box Contactgegevens, zie ook 8 regels hieronder! */
	color:#5A5357;
	margin: 0 auto;
	padding: 0.8em 0 0;
	width: 90%;
}
.bottom-community-bottom-left span{
	font-size:1.8em;
	/* RDB: de kleur van de kopregels in de box Contactgegevens, zie ook 8 regels hierboven! */
	color:#5A5357;
}
/*---*/
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
}
.jquery-script-clear {
	clear:both;
	height:0;
}
.clearout {
	height: 20px;
	clear: both;
}
 #flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:80%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	padding:0 6em;
}

.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:40px;
	height:60px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/arrow.png) no-repeat 3px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/arrow.png) no-repeat -33px 0px;
}
.bottom-yah{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bottom-yah-ic{
	padding:4em 0;

}
/*------  content -----*/
/*------  footer -----*/
.footer-class{
	text-align:center;
	padding: 2em 0em 1em;
	font-size:1.2em;
	color:#8d8d8d;
}
.footer-class a{
	color:#5A5357;
	text-decoration:none;
}
.footer-class a:hover{
	color:#515151;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url('../images/down.png') no-repeat 0px 0px;
}
/*----responsive----*/

@media(max-width:1440px){
}
@media(max-width:1280px){
.content-bottom-left-head {
	width: 45%;
}
.content-bottom-right-head {
	width: 59%;
}
}
@media(max-width:1024px){
	.top-nav-left {
	margin: 1.1em 0em 0px;
}
.content-top {
	padding: 4em 0px 0px;
}
.content-top h2 {
	padding: 1em 0px;
	width: 65%;
}
.content-top p.para, .content-top p.para-p {
	width: 83%;
}
.content-bottom-left, .content-bottom-right {
	padding: 4em 0px 5em;
}
img.content-chair {
	padding: 0px 0px 0px 6em;
}
.content-bottom-left-head {
	width: 49%;
}
.content-bottom-left-head p {
	margin: 1em 0px 1.5em;
	width: 87%;
}
img.content-bag {
	padding: 0px 0px 0px 3em;
}
.content-bottom-right-head {
	width: 57%;
}
.content-bottom-right-head p {
	width: 73%;
	margin: 1em 0px 1.5em;
}
.content-new span {
	left: -4.2%;
}
.content-new a {
	left: 38%;
	font-size: 1.2em;
}
.top-nav-left li {
	padding: 22px 14px;
}
.slide-text-info h1 {
	font-size: 2em;
}
.slide-text-info p{
	font-size: 1.5em;
	margin-bottom:1em;
}
a.banner-btn {
	font-size:1em;
	background: #99C50A;
	padding: 0.6em 0.8em;
	margin-bottom:1em;
}
}
@media(max-width:768px){
.callbacks .caption {
	top: 0%;
}
.top-nav-left {
	float: right;
	margin: 1em 0em 0px;
}
.top-nav-right {
	float: left;
	margin: 1.8em 10px;
}
.slide-text-info h1 {
	font-size: 2.2em;
}
.slide-text-info P {
	font-size: 1.7em;
	margin-bottom:1em;
}
a.banner-btn {
	font-size: 1em;
	padding: 0.6em 0.6em;
}
.content-top {
	padding: 2em 0px 0px;
}
.content-top h2 {
	width: 87%;
	font-size:2em;
}
.content-top p.para, .content-top p.para-p {
	font-size: 1.2em;
}
.glasses {
	margin: 3.5em auto;
}
.top-img-para {
	text-align: center;
}
.content-work {
	padding: 2.5em 0;
}
.top-img-para p {
	margin: 0 auto;
}
.content_grid {
	margin: 1em 12em;
}
.content-new span {
	left: -3.2%;
}
.content-new a {
	left: 47%;
}
.slide-text-info h1 {
	font-size: 1.6em;
	margin-top: 2em;
}
.slide-text-info P {
	font-size: 1.2em;
	margin-bottom: 1em;
}
}
@media(max-width:640px){
.callbacks .caption {
	top: -2%;
}
.content-work {
	padding: 1.5em 0 2em;
}
.content-top h2 {
	width: 95%;
	font-size:1.5em;
	line-height: 45px;
	padding: 0;
}
.glasses {
margin: 1.5em auto 0;
}
.top-img-para h4 {
margin: 1em 0px 1em 0px;
}
.content_grid {
	margin: 1em 7em;
}
.bottom-community-bottom-left {
	padding: 1em 1em;
}	
.slide-text-info h1 {
	font-size: 1.5em;
	margin-top: 1.1em;
}
}
@media(max-width:480px){
.slide-text-info h1 {
	font-size:1.1em;
	line-height: 30px;
}
.top-nav-left {
	margin: 2em 0em 0px;
}
.top-nav-left span.menu {
	padding: 0
}
.content-top h2 {
	font-size: 1.5em;
	line-height: 35px;
}
.top-img-para h4 {
	font-size: 1.4em;
}
img.content-chair {
	padding: 0px 0px 0px 3em;
}
.content-bottom-right-head {
	width: 51%;
}
.content_grid {
	margin: 1em 1em;
}
.content-top p.para, .content-top p.para-p {
	font-size: 1.2em;
}
.top-img-para p {
	font-size: 1.2em;
}
.community-h {
	padding: 0em 0px 2em;
}
.community-h h2 {
	font-size: 1.8em;
}
.community-h p {
	font-size: 1.2em;
}
.bottom-community-bottom-left span {
	font-size: 1.4em;
}
p.back {
	float: left;
	margin: 11px 0em;
	font-size: 1.2em;
}
.bottom-community-bottom-left p {
	font-size: 1.1em;
}
a.banner-btn {
	font-size: 0.85em;
	padding: 0.6em 0.6em;
}
.slide-text-info P {
	font-size: 1em;
	margin-bottom: 1em;
}
}
@media(max-width:320px){
.logo{
	margin-top: 1.2em;
}
.logo img {
	background-size: 100%;
	width: 140px;
	height: 28px;
}
.top-nav-left{
	margin:0.7em 0.5em 0;
}
#loginBox {
	top: 45px;
	right: -16px;
}
#loginForm {
	width: 250px;
}
#loginContainer a span{
	padding: 26px 16px;
	font-size: 1em;
  }
.top-nav-right {
	margin: 1em 0px;
}
.callbacks .caption {
	top: -7%;
}
.slide-text-info h1{
	font-size: 0.85em;
	margin:5px 0;
	line-height: 19px;
}
.slide-text-info P{
	font-size:0.8125em;
	margin-bottom:0.1em;
}
a.banner-btn {
	font-size: 14px;
	padding: 8px 10px;
}
.content-top{
	padding: 1.5em 0 0;
}
.content-top h2{
	font-size: 1.2em;
	padding: 0.5em 0;
	width: 100%;
	line-height: 30px;
}
.content-top p.para,.content-top p.para-p{
	font-size:1em;
	line-height: 24px;
    padding: 10px 0px;
	width: 100%;
	height: 80px;
overflow: hidden;	
}
.content-top-top {
	padding: 2em 0px;
}
.list ul li{
	padding: 0.5em 0;
}
.list ul li label.circle {
	width: 40px;
	height: 40px;
	line-height: 2.3em;
	font-size: 1.2em;
	}
.list ul li h3.circle_desc{
	font-size:1.4em;
	margin: 0.6em 3em;
}
.content-work {
	padding: 1em 0 2em;
}
.glasses{
	margin: 2em auto 1em;
	text-align: center;
}
.top-img-para h4{
	font-size:1.2em;
	margin:0em 0px 0.5em 0px;
	text-align:center;
}
.content-bottom-left-head,.content-bottom-right-head{
width: 100%;
}
.top-img-para p{
	font-size:1em;
	line-height:24px;
    width: 100%;
    text-align:center;
    height: 100px;
overflow: hidden;	
}
.content-bottom-left{
	padding: 2em 0px 3em; 
	text-align:center;
 }
 .content-bottom-left-head h5,.content-bottom-right-head h5{
	font-size:1.2em;
 }
 img.content-chair {
	padding: 0px;
}
 .content-bottom-left-head p,.content-bottom-right-head p{
	font-size: 1em;
	margin: 1em auto;
	line-height: 24px;
 }
 .content-bottom-left-head a,.content-bottom-right-head a{
	font-size:1em;
	padding:0.7em 1em;
 }
 .content-bottom-right{
	padding: 2em 0px 3em;
	text-align:center;
}

 .projects {
	margin:2em 0;
}
.content-projects-member {
	padding: 1em 0px;
	text-align:center;
}
.content-projects h2{
	font-size:1.5em;
	text-align: center;
}
.content-member {
	margin: 1.5em 0 1em;
}
.content-projects-brief p {
height: 64px;
overflow: hidden;
	font-size: 1em;
	margin:0 auto;
}
.content-member  a{
	padding:10px 15px;
}
.content-new span{
	left: -5.1%;
	top: -28px;
}
.content-new  a{
	top: 73%;
    left: 38%;
	font-size:1em;
}

.content_grid h2{
	font-size:1.3em;
}
.content_grid p{
	font-size: 1em;
height: 44px;
overflow: hidden;
	line-height:20px;
	
}
.content_grid {
margin: 0 0 1em;
}
.fun-left{
	margin:0px 1em;
}
.content-london {
	padding: 1em 0 0 0;
}
.community-h {
	padding: 0em 0px 1em;
}
.community{
	min-height:620px;
}
.community-h h2{
	font-size:1.4em;
}
.community-h p{
 	font-size: 1em;
	margin: 0.5em auto;
	line-height: 24px;
	height: 76px;
overflow: hidden;
  }
.bottom-community-bottom-left{
	padding:1em 0em;
	margin:0em;
 }

.bottom-community-left,.bottom-community-right {
	padding: 1em 4em 2em;
}
img.white{
	padding: 0 6em;
}
p.back{
	margin: 11px;
	font-size: 0.9em;
}
.bottom-community-bottom-left p{
	font-size: 0.9em;
	height: 46px;
overflow: hidden;
}
.bottom-community-bottom-left span{
	font-size:1.2em;
}
.bottom-yah-ic{
	padding:2em 0;
}
.footer-class{
	font-size:1em;
}
}

