/***********************************



Eric Meyer CSS Reset  v2.0 (+HTML5 reset)



************************************/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
/***********************************

CSS Reset - ends

************************************/

div.dark_rounded .pp_details {
position: absolute !important;
top: -25px;
}

.pp_content {
padding-top: 10px;
}



body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background: url(../images/bg-body.gif) repeat top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3e3b3b;
	unicode-bidi: bidi-override;
}
/* Common values */



.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.noMR {
	margin-left: 0 !important;
}
.noMT {
	margin-top: 0!important;
}
/***********************************



001.Home page starts here



************************************/



/* Social Icons */



#social-box {
	display: block;
	width: 36px;
	height: 324px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 301;
}
#social-box .social-ico:first-child {
	margin-top: 0;
}
#social-box .social-ico {
	margin-top: 2px;
}
#social-box a.social-trigger, #social-box a.earth-ico {
	display: block;
	width: 36px;
	height: 32px;
	background: url(../images/social-icons-ar.png) no-repeat left top;
	text-decoration: none;
}
#social-box a.twitter-ico {
	background-position: left top
}
#social-box a.twitter-ico:hover {
	background-position: right top
}
#social-box .twitter-ico.social-active {
	background-position: right top;
}
#social-box a.facebook-feeds {
	background-position: left -34px
}
#social-box a.facebook-feeds:hover {
	background-position: right -34px
}
#social-box .facebook-feeds.social-active {
	background-position: right -34px;
}
#social-box a.facebook-like {
	background-position: left -68px
}
#social-box a.facebook-like:hover {
	background-position: right -68px
}
#social-box .facebook-like.social-active {
	background-position: right -68px;
}
#social-box a.facebook-recommend {
	background-position: left -102px
}
#social-box a.facebook-recommend:hover {
	background-position: right -102px
}
#social-box .facebook-recommend.social-active {
	background-position: right -102px;
}
#social-box a.instagram-ico {
	background-position: left -136px
}
#social-box a.instagram-ico:hover {
	background-position: right -136px
}
#social-box .instagram-ico.social-active {
	background-position: right -136px;
}
#social-box a.pinterest-ico {
	background-position: left -170px
}
#social-box a.pinterest-ico:hover {
	background-position: right -170px
}
#social-box .pinterest-ico.social-active {
	background-position: right -170px;
}
#social-box a.earth-ico {
	background-position: left bottom;
	margin-top: 90px;
}
#social-box a.earth-ico:hover {
	background-position: right bottom
}
#social-box .earth-ico.social-active {
	background-position: right bottom;
}
/* Social Panel */



.replaceME {
	display: block;
	text-align: center;
	padding: 110px 0 0 0;
	font-weight: bold;
}
.open-box {
	position: relative;
}
.open-box .social-panel.activePanel {
	display: block;
	position: absolute;
	top: 0;
	right: 36px;
}
.social-panel, .earth-panel {
	display: none;
	width: 350px;
	height: 255px;
	position: absolute;
	background: #ffcb08;
	padding: 9px;
	border-right: none;
}
#social-box .earth-panel {
	height: 170px;
}
.social-panel-content {
	background: #fff;
	display: block;
	height: 100%;
	border-radius: 15px;
	direction: rtl;
}
/* Earth Box */

.earth-box {
	position: relative;
}
.earth-active .activePanel {
	display: block;
	right: 36px;
	position: absolute;
	top: 0;
}
/* Earth Box - Carousel */



#container {
	width: 100%;
	height: 100%;
	position: relative;
}
#carousel .wrapper div {
	width: 332px !important;
	text-align: center;
}
#carousel .wrapper div a {
	display: block;
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #20409a;
}
#carousel .wrapper div a:hover {
	text-decoration: none;
}
#carousel {
	width: 100% !important;
	height: 120px !important;
	padding: 0 5px;
	position: absolute;
	top: 25px;
}
#carousel img {
	border: 0;
	margin-top: 10px;
}
#ui-carousel-next, #ui-carousel-prev {
	display: block;
	width: 30px;
	height: 14px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	background: url(../images/carousel-arrows.png) no-repeat left bottom;
}
#ui-carousel-next {
	bottom: 5px;
	background-position: left bottom;
}
#ui-carousel-next:hover {
	background-position: right bottom;
}
#ui-carousel-prev {
	top: 5px;
	background-position: left top;
}
#ui-carousel-prev:hover {
	background-position: right top;
}
#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
/* Top start here */



#bg-top {
	background: url(../images/nav/sun-ar.png) no-repeat left top;
	width: 100%;
	height: 174px;
	margin-bottom: 50px;
}
/* Top Nav */



#top-nav.scrolling {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background: #fff;
	width: 100% !important;
	height: 30px;
	z-index: 1002;
	padding: 20px 0 10px 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
}
#top-nav {
	display: block;
	width: 998px;
	margin: auto;
	padding-top: 30px;
}
#top-nav ul.main-level {
	margin: 0 auto;
	width: 998px;
	position: relative;
	z-index: 104;
}
#top-nav ul:after {
	content: "";
	clear: both;
	display: block;
}
#top-nav ul li {
	float: right;
	list-style: none outside none;
	direction: rtl;
}
#top-nav ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin-right: 30px;
	padding-bottom: 7px;
}
#top-nav ul li:hover a {
	color: #ffca08;
	border-bottom: 3px solid #21409a;
}
ul li.active a.active-link {
	color: #ffca08 !important;
	border-bottom: 3px solid #21409a;
}
ul li.active .active2 .active-link {
	color: #ffca08 !important;
}
#top-nav ul li.home a {
	background: url(../images/nav/home-ico-hover.png) no-repeat left top;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 25px 0 0;
	position: relative;
	bottom: 8px;
}
#top-nav ul li.home:hover a {
	border-bottom: none !important;
	background: url(../images/nav/home-ico.png) no-repeat left top;
}
#top-nav ul li.home.active a.active-link {
	background: url(../images/nav/home-ico.png) no-repeat left top;
	border-bottom: none !important;
}
#top-nav ul li .kindly-donation {
	color: #21ac5c;
}
#top-nav ul ul {
	display: none;
	border: 1px solid #eceff6;
}
#top-nav ul li:hover > ul {
	display: block;
}
#top-nav ul ul.second-level li:first-child {
	border-top: none;
}
#top-nav ul ul.second-level li {
	border-top: 1px solid #eceff6;
}
#top-nav ul ul.second-level li a {
	border-bottom: none;
	font-size: 12px;
	padding: 9px 10px;
	color: #000;
}
#top-nav ul ul.second-level li:hover a {
	color: #ffca08;
	position: relative;
	display: block;
}
#top-nav ul.main-level ul.second-level li.subnav:hover a:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	right: 7px;
	right: auto;
	left: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	position: absolute;
}
#top-nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	margin: -2px 0 0 0;
	border: 1px solid #eceff6;
	background: #fff;
	box-shadow: 0 2px 5px #d0d7ea;
	z-index: 103;
}
#top-nav ul ul.second-level:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	background: transparent;
	margin-top: -10px;
}
#top-nav ul ul.second-level:after {
	display: block;
	position: absolute;
	top: -6px;
	right: 25%;
	width: 0px;
	height: 0px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #eceff6;
}
#top-nav ul ul li {
	float: none;
	position: relative;
}
#top-nav ul ul li a {
	display: block;
	color: #000;
	margin: 0;
	text-align: right;
	min-width: 134px;
}
#top-nav ul ul li a:hover {
	color: #ffcb08;
}
#top-nav ul ul ul {
	position: absolute;
	left: 100%;
	left: -100%;
	top: 0;
	width: 100%;
	margin: -1px 0 0 0;
	z-index: 102;
}
#top-nav ul ul.second-level ul.third-level li a {
	color: #000;
}
#top-nav ul ul.second-level ul.third-level li:hover a {
	color: #ffca08
}
#top-nav ul ul.second-level ul.third-level li a:after {
	display: none !important;
}
#header {
	display: block;
	width: 1020px;
	margin: auto;
}
#header .logo {
	background: url(../images/logo.png) no-repeat right top;
	float: right;
	width: 240px;
	height: 204px;
	padding-left: 140px;
	position: relative;
	z-index: 3;
}
.kids-ico {
	position: relative;
	z-index: 3;
	top: 25px;
}
.garland-ico {
	background: url(../images/bg-header1-ar.png) no-repeat left top;
	margin: auto;
	width: 1175px;
	height: 332px;
	position: relative;
	margin-top: -170px;
}
/* Wrapper start here */



#wrapper {
	border-top: 14px solid #20409a;
	border-right: 14px solid #20409a;
	border-bottom: 27px solid #20409a;
}
#wrapper-content {
	margin: 7px 0 11px 0;
	border-bottom: 27px solid #ffcb08;
	border-top: 14px solid #ffcb08;
	border-left: 14px solid #ffcb08;
	padding: 0 80px 100px 130px;
	direction: rtl;
}
#wrapper-content h1 {
	float: right;
	color: #20409a;
	font-size: 38px;
	padding: 20px 40px 30px 0px;
}
.headedr-ico {
	float: right;
	border: 15px solid #ffcb08;
	border-radius: 39px;
	margin: 0 0px 0 25px;
}
.box-wrapper-text {
	float: right;
	background: #20409a;
	border-radius: 39px;
	width: 611px;
	height: 410px;
	padding: 25px 27px 0 25px;
}
.box-wrapper-text p {
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: right;
	margin-bottom: 10px;
	line-height: 23px;
	max-height: 385px;
	padding-left: 10px;
	text-align: justify;
	overflow-y: auto;
}
.founder-title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 60px 0 0 0;
	color: #fff;
}
.content-kharafi-kids {
	display: block;
	width: 998px;
	margin: auto;
}
/* Footer start here */



#footer {
	display: block;
	margin: 30px auto;
	width: 980px;
	direction: rtl;
	text-align: right;
}
.copyright {
	float: right;
}
.copyright ul li {
	float: right;
	list-style: none;
	margin-bottom: 10px;
}
.copyright ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #20409a;
	margin-left: 20px;
}
.copyright ul li a:hover {
	border-bottom: 1px solid #20409a;
}
.copyright p {
	display: block;
	font-size: 15px;
	color: #ffcb08;
	text-align: right;
}
.join-newsletter {
	float: left;
}
#default-form .field {
	float: right;
	border: 1px solid #20409A;
	border-radius: 30px;
	color: #20409a;
	font-size: 15px;
	padding: 5px 10px;
	width: 180px;
	height: 23px;
	outline: 0;
}
#default-form .newsletter-title {
	display: block;
	color: #20409a;
	font-size: 16px;
	margin-bottom: 15px;
}
#default-form .btn-blue {
	float: right;
	border: 1px solid #20409A;
	border-radius: 30px;
	padding: 5px 29px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none;
	margin-right: 5px;
}
#default-form .btn-blue:hover {
	color: #ffcb08;
}
/***********************************



002.About Us page starts here



************************************/



.activity-box {
	float: right;
	background: #20409A;
	border-radius: 37px;
	width: 450px;
	height: 330px;
	padding: 20px 25px 0 25px;
}
.activity-box h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.activity-box p {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	max-height: 255px;
	overflow-y: auto;
	padding-left: 30px;
	text-align: justify;
}
.about-us-ico {
	float: left;
	border: 14px solid #ffcb08;
	border-radius: 37px;
}
.mission-box {
	display: block;
	width: 944px;
	border-radius: 25px;
	border: 10px solid #ffcb08;
	margin: 30px 0;
	padding: 20px 25px 20px 30px;
}
.mission-box h2 {
	color: #20409a;
	font-size: 30px;
	margin-bottom: 15px;
}
.mission-box p {
	color: #20409a;
	font-size: 16px;
	line-height: 24px;
}
.goals-box {
	display: block;
	background: #20409a;
	width: 944px;
	border-radius: 25px;
	margin: 30px 0;
	padding: 20px 25px 20px 30px;
}
.goals-box h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}
.goals-box p {
	color: #fff;
	list-style: none;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 24px;
}
.working-hours {
	float: right;
	margin: 0 15px 20px 0;
}
/***********************************



003.Board Members page starts here



************************************/



.line-members {
	padding-left: 40px;
	padding-bottom: 35px;
}
.team-box {
	float: right;
	margin-left: 50px;
	margin-bottom: 35px;
}
.team-box img {
	border: 9px solid #ffcb08;
	border-radius: 29px;
}
.team-box a {
	display: block;
	text-decoration: none;
	color: #20409a;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.team-box strong {
	display: block;
}
.team-box span {
	color: #20409a;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.board-member-thumb {
	display: inline-block;
	vertical-align: top;
	border: 9px solid #FFCB08;
	border-radius: 29px;
}
#pp_full_res .pp_inline {
	direction: rtl;
	text-align: right;
}
#pp_full_res .pp_inline p.board-member-name {
	display: inline-block;
	vertical-align: bottom;
	width: 400px;
	color: #20409A;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0;
	padding-right: 26px;
}
.board-member-name strong {
	display: block;
}
.board-member-name span {
	display: block;
	font-size: 17px;
	font-weight: normal;
}
.blue-box {
	background: #20409a;
	border-radius: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 23px;
	padding: 25px 22px;
	margin-top: 30px;
}
#pp_full_res .pp_inline .blue-box p {
	margin-bottom: 0;
}
/***********************************



004.Contacts page starts here



***********************************/



.contacts-box {
	float: right;
	background: #20409a;
	padding: 20px 30px 25px 25px;
	width: 220px;
	border-radius: 20px;
}
.contacts-box h2 {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 15px;
}
.contacts-box p {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}
.detail-contact {
	margin-top: 40px;
}
.detail-contact a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	margin-bottom: 5px;
}
.mail-current {
	text-decoration: underline !important;
}
.detail-contact p {
	margin-bottom: 0px !important;
}
#contact-google-map {
	float: left;
	border-radius: 20px;
	overflow: hidden;
}
/***********************************



006.Girls Club starts here



***********************************/




.girls-club {
	float: right;
	margin-left: 50px;
	margin-right: 10px;
}
.girls-club:nth-child(3) {
	margin-left: 0px;
}
.line-girls-club {
	display: block;
	margin-bottom: 45px;
}
.girls-club a {
	display: block;
	color: #20409a;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
.girls-club a img, .line-makaton-training img, .sidebar-career .ico-carrer1 {
	border-radius: 10px;
	box-shadow: 0 0 3px #000;
}
/***********************************



008.Photo gallery page starts here



************************************/



.nav-gallery {
	float: left;
	margin-top: 50px;
	color: #20409a;
}
.nav-gallery a {
	font-size: 13px;
	color: #20409a;
}
.nav-gallery a:hover {
	color: #ffcb08;
}
.nav-gallery .current {
	text-decoration: none;
}
.nav-gallery .current:hover {
	color: #ffcb08;
}
.team-box-gallery {
	float: right;
	margin-left: 40px;
	margin-bottom: 35px;
	max-height: 225px;
	overflow: hidden;
}
.team-box-gallery img {
	border: 9px solid #ffcb08;
	border-radius: 29px;
}
.team-box-gallery a {
	display: block;
	text-decoration: none;
	color: #20409a;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.team-box-gallery a span {
	display: block;
}
.team-box-gallery p {
	color: #20409a;
	font-size: 12px;
	text-align: center;
}
/*************************************



009.Upcoming Training page starts here



**************************************/



.sidebar-training {
	float: right;
	margin: 0 40px 0 25px;
}
.first-box-training-blue {
	height: 285px !important;
}
.first-box-training-yellow {
	height: 280px !important;
}
.box-training-blue {
	display: block;
	background: #20409a;
	width: 245px;
	height: 245px;
	padding: 25px 25px 20px 0px;
	margin-bottom: 25px;
	border-radius: 25px;
}
.box-training-blue h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.box-training-blue p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.box-training-blue .title-presenter {
	padding-bottom: 20px;
}
.register {
	margin-top: 60px;
}
.register p {
	font-size: 16px;
	font-style: italic;
	color: #fff;
}
.register span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0 3px;
}
.btn-register {
	display: block;
	background: #ffcb08;
	border-radius: 30px;
	padding: 5px 0;
	width: 129px;
	margin-top: 10px;
	color: #20409a;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
.btn-register:hover {
	opacity: 0.8;
}
.content-upcoming-training {
	float: left;
}
.box-training-yellow {
	display: block;
	width: 615px;
	height: 239px;
	padding: 25px 20px 25px 25px;
	margin-bottom: 25px;
	border-radius: 25px;
	border: 10px solid #ffcb08;
}
.box-training-yellow h2 {
	color: #20409a;
	font-size: 30px;
	margin-bottom: 15px;
}
.box-training-yellow p {
	color: #20409a;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.box-training-yellow .title-moroccan {
	display: inline-block;
	border-bottom: 2px solid #a89063;
	line-height: 18px;
}
/*************************************

012.Makaton Training page starts here

**************************************/



.line-makaton-training {
	display: block;
	margin-bottom: 25px;
}
.line-makaton-training img {
	float: right;
	margin-left: 25px;
}
.content-makaton-training {
	float: left;
	width: 640px;
}
.content-makaton-training h2 {
	display: block;
	color: #20409a;
	font-size: 20px;
}
.content-makaton-training p {
	display: block;
	color: #20409a;
	font-size: 16px;
}
.btn-register-blue {
	float: left;
	background: #20409A;
	border: 1px solid #20409A;
	border-radius: 30px;
	width: 119px;
	height: 27px;
	padding-top: 6px;
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
.btn-register-blue:hover {
	color: #FFCB08;
}
/******************************************

011.Career Opportunities page starts here

*******************************************/



.box-content-career {
	float: right;
}
.vacancy-box {
	display: block;
	width: 670px;
	padding: 20px 30px 20px 0px;
	background: #20409a;
	border-radius: 25px;
}
.vacancy-box h2 {
	color: #fff;
	font-size: 30px;
}
.vacancy-box p {
	color: #fff;
	font-size: 17px;
	margin-top: 30px;
}
.box-online-application {
	display: block;
	border-radius: 25px;
	border: 10px solid #ffcb08;
	width: 667px;
	padding: 25px 30px 30px 0px;
	margin-top: 30px;
}
.box-online-application h2 {
	color: #20409a;
	font-size: 30px;
	margin-bottom: 5px;
}
.box-online-application .subtitle-application {
	display: block;
	font-size: 17px;
	color: #20409a;
	margin-bottom: 35px;
}
.spaceField {
	padding-bottom: 17px;
}
.emailUs label {
	color: #20409a;
	float: right;
	font-size: 16px;
	margin-right: 5px;
	text-align: right;
	width: 160px;
	padding: 5px 0;
}
.email-field {
	border-radius: 30px;
	border: 1px solid #20409a;
	color: #9E9D9D;
	float: right;
	font-size: 14px;
	height: 33px;
	width: 421px;
	padding-right: 10px;
	outline: 0;
	margin-bottom: 7px;
}
.date-birth-field {
	border-radius: 30px;
	border: 1px solid #20409a;
	color: #9E9D9D;
	float: right;
	font-size: 14px;
	height: 33px;
	width: 379px;
	padding-right: 10px;
	outline: 0;
	margin-left: 10px;
}
.ui-datepicker-trigger {
	cursor: pointer;
}
.btn-blue {
	background: #20409a;
	border-radius: 30px;
	border: 1px solid #20409a;
	padding: 5px 29px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	margin-left: 3px;
	text-decoration: none;
}
.btn-blue:hover {
	color: #ffcb08;
}
.upload-box {
	position: relative;
}
.browse-file {
	cursor: pointer;
	display: block;
	left: 160px;
	opacity: 0;
	padding: 0 0 10px;
	position: absolute;
	top: 0;
	width: 130px;
}
.spaceField-submit {
	padding-left: 67px;
	margin-top: 15px;
	float: left;
}
.sidebar-career {
	float: left;
	width: 230px;
	background: #20409a;
	border-radius: 25px;
	padding: 20px;
}
.sidebar-career .ico-carrer1 {
	display: block;
	margin-bottom: 20px;
}
.sidebar-career .ico-carrer2 {
	display: block;
	margin: 30px -12px 0 0px;
}
/******************************************

010.Register For Training page starts here

*******************************************/



.register-training h3 {
	color: #20409a;
	font-size: 17px;
	margin-bottom: 40px;
	font-weight: bold;
}
.emailUs textarea {
	margin-bottom: 7px;
	float: right;
	border: 1px solid #20409A;
	border-radius: 30px;
	color: #9E9D9D;
	font-size: 14px;
	height: 90px;
	width: 416px;
	padding: 10px 15px 0 0px;
	overflow-y: hidden;
	resize: none;
	outline: 0;
}
.captctawrap {
	width: 312px;
	height: 123px;
	display: block;
	float: right;
}
label.captchlabel {
	min-height: 20px;
	min-width: 20px;
}
#social-box {
	left: 0;
	top: 100;
	bottom: 0;
	margin: auto;
	z-index: 301;
}
.social-box1 {
	display: none;
}
#social-box a.earth-ico {
	margin-top: 260px;
}
#top-nav {
	text-align: center;
}
#top-nav ul.main-level {
	display: inline-block;
}
.menuico {
	position: fixed;
	right: 0px;
	top: 10px;
	z-index: 1000001;
	display: block;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #20409a;
	color: #FFF;
	padding: 10px 8px 10px 8px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	width: 64px;
	display: none;
}
.menuico1.opened {
	margin-right: 260px;
}
form.nlsearch {
}
form.nlsearch > div.spaceField {
	display: inline-block;
	width: 45%;
}
form.nlsearch > div.spaceField > label {
	display: inline-block;
	line-height: 33px;
	color: #20409a;
	font-size: 16px;
	margin-left: 3%;
	text-align: left;
	width: 30%;
}
form.nlsearch div.spaceField .email-field {
	float: none;
	display: inline-block;
	width: 55%;
	padding: 0px 3%;
}
form.nlsearch div.spaceField .date-field {
	border-radius: 30px;
	border: 1px solid #20409a;
	color: #9E9D9D;
	font-size: 14px;
	height: 33px;
	outline: 0;
	float: none;
	display: inline-block;
	width: 40%;
	padding: 0px 3%;
	margin-left: 3%;
}
form.nlsearch div.spaceField .ui-datepicker-trigger {
	margin-bottom: -14px;
}
form.nlsearch .catselwrap {
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #20409a;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
	width: 55%;
	padding: 0px 3%;
	background-color: #FFF;
}
form.nlsearch .catselwrap select {
	width: 100%;
	border: 0px solid #FFF;
	outline: none;
}
form.nlsearch > div.spaceField-submit {
	margin-left: 0px;
}
form.nlsearch > div.spaceField-submit > button.btn-blue {
	margin-left: 44px;
}
.nllisting li {
	display: block;
	clear: both;
	margin-top: 12px;
	margin-bottom: 24px;
}
.nllisting li h3 {
	font-size: 22px;
	margin: 6px 0px 0px 0px;
	color: #FFF;
}
.nllisting li a, .nllisting li a:visited {
	color: #FFF;
}
.nldate {
	font-size: 11px;
	color: #b5c1e2;
	display: block;
	margin-bottom: 6px;
	border-bottom: 0px solid #3e5bac;
}





/* responsive hacks */

@media only screen and (max-width: 1200px) {
#bg-top {
	background: url(../images/nav/sun-ar.png) no-repeat left top;
	background-size: contain;
	width: 100%;
	height: 140px;
	margin-bottom: 40px;
}
#top-nav {
	display: block;
	width: 798px;
	margin: auto;
	width: 100%;
	text-align: center;
}
#top-nav ul.main-level {
	width: auto;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#top-nav ul.main-level li {
}
#top-nav ul.main-level li a {
	margin-right: 20px;
	font-size: 14px;
}
#top-nav ul.main-level > li li a {
	margin-right: 0px;
	text-align: right;
	font-size: 12px;
}
#top-nav ul ul {
	margin-top: -6px;
}
#header {
	display: block;
	width: 1000px;
	margin: auto;
}
#header .logo {
	background: url(../images/logo.png) no-repeat 36px top;
	background-size: contain;
	padding-left: 80px;
	width: 200px;
	height: 170px;
}
.kids-ico {
	position: relative;
	top: 25px;
	height: 126px!important;
	width: 520px!important;
}
.garland-ico {
	width: 900px;
	height: 272px;
	background-size: 100%;
	margin-top: -130px;
}
/* Wrapper start here */







#wrapper {
	border-top: 10px solid #20409a;
	border-right: 10px solid #20409a;
	border-bottom: 10px solid #20409a;
}
#wrapper-content {
	margin: 7px 0 11px 0;
	border-bottom: 20px solid #ffcb08;
	border-top: 10px solid #ffcb08;
	border-left: 10px solid #ffcb08;
	padding: 0 5% 80px 5%;
}
.content-kharafi-kids {
	width: 100%;
	margin: auto;
}
#wrapper-content h1 {
	float: right;
	color: #20409a;
	font-size: 38px;
	padding: 20px 40px 30px 0px;
}
.headedr-ico {
	float: right;
	border: 15px solid #ffcb08;
	border-radius: 39px;
	margin: 0 0px 0 25px;
	width: 30%!important;
	height: auto!important;
}
.box-wrapper-text {
	border-radius: 39px;
	padding: 25px 25px 0 25px;
	width: 56%;
	height: auto;
}
.box-wrapper-text p {
	font-size: 14px;
}
.founder-title {
	font-size: 17px;
	margin: 60px 0 0 0;
}
/* bout us */

	

.about-us-ico {
	border: 10px solid #ffcb08;
	border-radius: 37px;
	width: 45%;
}
.activity-box {
	width: 45%;
}
.activity-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.activity-box p {
	font-size: 14px;
}
.mission-box {
	width: 96%;
	border-radius: 25px;
	padding: 2% 2% 2% 2%;
	margin: 30px 0;
}
.mission-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.mission-box p {
	font-size: 14px;
	line-height: 22px;
}
.goals-box {
	border-radius: 25px;
	margin: 30px 0;
	width: 96%;
	padding: 2% 2% 2% 2%;
}
.goals-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.goals-box p {
	font-size: 14px;
	line-height: 22px;
}
.working-hours {
	float: right;
	margin: 0 15px 20px 0;
}
/* board of members */

	 

div.line-members {
	text-align: center;
	padding-left: 12px;
	padding-bottom: 16px;
}
div.line-members > div.team-box {
	float: none;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	width: 240px;
	text-align: center;
}
/* contact us */

	

.contacts-box {
	width: 30%;
}
#contact-google-map {
	width: 60%;
	height: 369px;
}
#contact-google-map iframe {
	height: 100%!important;
	width: 100%!important;
}
/* Girls Club */

	

.girls-club {
	float: none;
	display: inline-block;
	width: 30%;
	margin-left: 2%;
	margin-right: 1%;
}
.line-girls-club {
	margin-bottom: 32px;
}
.girls-club a {
	font-size: 18px;
	width: 100%;
}
.girls-club a img {
	width: 100%;
	height: auto!important;
}
/* gallery Starts Here */

	

.team-box-gallery {
	float: none;
	display: inline-block;
	width: 30%!important;
	margin-left: 2%;
	margin-right: 1%;
	text-align: center;
}
.team-box-gallery img {
	border: 6px solid #ffcb08;
	border-radius: 24px;
	width: 90%;
	/*height: auto!important;*/
}
/*  Upcoming Training page starts here */

	

.sidebar-training {
	float: right;
	margin: 0 5% 0 5%;
	width: 25%;
}
.first-box-training-blue {
	height: 328px !important;
}
.first-box-training-yellow {
	height: 340px !important;
}
.box-training-blue {
	width: auto;
	height: 287px;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin-bottom: 25px;
	border-radius: 25px;
	float: none!important;
}
div.scrollbar-content {
	float: none!important;
	display: block!important;
	clear: both;
}
.box-training-blue h2 {
	font-size: 22px;
	margin-bottom: 24px;
}
.box-training-blue p {
	font-size: 16px;
	line-height: 24px;
}
.btn-register {
	width: 100px;
}
.box-training-blue .title-presenter {
	padding-bottom: 16px;
}
.content-upcoming-training {
	float: left;
	width: 64%;
}
.box-training-yellow {
	width: auto;
	height: auto;
	min-height: 200px;
	padding: 16px 32px 16px 16px;
	margin-bottom: 25px;
	border-radius: 25px;
	border: 10px solid #ffcb08;
}
.box-training-yellow p {
	font-size: 14px;
	line-height: 20px;
}
/* Career Opportunities page starts here */

	

.box-content-career {
	float: right;
	width: 70%;
}
.vacancy-box {
	width: 92%;
	padding: 20px 4% 20px 4%;
}
.vacancy-box h2 {
	font-size: 26px;
}
.vacancy-box p {
	font-size: 14px;
	margin-top: 30px;
}
.box-online-application {
	display: block;
	border-radius: 25px;
	padding: 25px 20px 30px 20px;
	margin-top: 30px;
	width: auto;
}
.box-online-application h2 {
	font-size: 26px;
}
.box-online-application .subtitle-application {
	display: block;
	font-size: 14px;
	margin-bottom: 30px;
}
.emailUs label {
	display: block;
	float: none;
	font-size: 14px;
	margin-left: 0px;
	text-align: right;
	padding-bottom: 12px;
}
.email-field {
	float: none;
	width: 100%;
	padding-right: 0px;
}
.date-birth-field {
	float: none;
	font-size: 14px;
	width: 80%;
	padding-right: 0px;
}
.emailUs textarea {
	float: none;
	font-size: 14px;
	width: 96%;
	padding: 10px 2% 0 2%;
}
div.spaceField > img.ui-datepicker-trigger {
	margin-bottom: -12px!important;
}
.spaceField-submit {
	padding-left: 67px;
	margin-top: 15px;
	float: left;
}
.sidebar-career {
	float: left;
	width: 24%;
	padding: 2%;
}
.sidebar-career .ico-carrer1 {
	margin-bottom: 20px;
	width: 100%!important;
	height: auto!important;
}
.sidebar-career .ico-carrer2 {
	display: block;
	margin: 30px 0px 0 0px;
	width: 100%!important;
	height: auto!important;
	border-radius: 20px;
}
/* Makaton Training page starts here */

	

.line-makaton-training img {
	width: 36%;
	height: auto;
}
.content-makaton-training {
	float: left;
	width: 60%;
}
.content-makaton-training h2 {
	font-size: 18px;
}
.content-makaton-training p {
	font-size: 14px;
}
.btn-register-blue {
	width: 100px;
}
/* Footer start here */

	

#footer {
	margin: 30px auto;
	width: 90%;
}
.copyright {
}
.copyright ul li {
	float: right;
	list-style: none;
	margin-bottom: 10px;
}
.copyright ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #20409a;
	margin-left: 20px;
}
.copyright ul li a:hover {
	border-bottom: 1px solid #20409a;
}
.copyright p {
	display: block;
	font-size: 15px;
	color: #ffcb08;
	text-align: right;
}
.join-newsletter {
	float: left;
}
}
 @media only screen and (max-width: 1024px) {
#bg-top {
	background: url(../images/nav/sun-ar.png) no-repeat left top;
	background-size: contain;
	width: 100%;
	height: 120px;
	margin-bottom: 32px;
}
#header {
	width: 750px;
}
#header .logo {
	background: url(../images/logo.png) no-repeat 30px top;
	background-size: contain;
	padding-left: 60px;
	width: 150px;
	height: 128px;
}
.kids-ico {
	top: 16px;
	height: 95px!important;
	width: 390px!important;
}
.garland-ico {
	width: 674px;
	height: 204px;
	background-size: 100%;
	margin-top: -100px;
}
/* Wrapper start here */







#wrapper {
	border-top: 7px solid #20409a;
	border-right: 7px solid #20409a;
	border-bottom: 7px solid #20409a;
}
#wrapper-content {
	margin: 7px 0 11px 0;
	border-bottom: 14px solid #ffcb08;
	border-top: 7px solid #ffcb08;
	border-left: 7px solid #ffcb08;
	padding: 0 5% 60px 5%;
}
.content-kharafi-kids {
	width: 100%;
	margin: auto;
}
#wrapper-content h1 {
	float: right;
	color: #20409a;
	font-size: 38px;
	padding: 14px 28px 21px 0px;
}
.headedr-ico {
	float: right;
	border: 15px solid #ffcb08;
	border-radius: 39px;
	margin: 0 0px 0 4%;
	width: 30%!important;
	height: auto!important;
}
.box-wrapper-text {
	border-radius: 39px;
	padding: 25px 25px 0 25px;
	width: 54%;
	height: auto;
	float: left;
}
.box-wrapper-text p {
	font-size: 14px;
}
.founder-title {
	font-size: 17px;
	margin: 60px 0 0 0;
}
/* bout us */

	

.about-us-ico {
	border: 10px solid #ffcb08;
	border-radius: 37px;
	width: 44%;
}
.activity-box {
	width: 44%;
	min-height: 320px;
	height: auto;
	padding-bottom: 12px;
}
.activity-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.activity-box p {
	font-size: 14px;
}
.mission-box {
	width: 96%;
	border-radius: 25px;
	padding: 2% 2% 2% 2%;
	margin: 30px 0;
}
.mission-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.mission-box p {
	font-size: 14px;
	line-height: 22px;
}
.goals-box {
	border-radius: 25px;
	margin: 30px 0;
	width: 96%;
	padding: 2% 2% 2% 2%;
}
.goals-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.goals-box p {
	font-size: 14px;
	line-height: 22px;
}
.working-hours {
	float: right;
	margin: 0 15px 20px 0;
}
/* board of members */

	 

div.line-members {
	text-align: center;
	padding-left: 12px;
	padding-bottom: 16px;
}
div.line-members > div.team-box {
	float: none;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	width: 240px;
	text-align: center;
}
/* contact us */

	

.contacts-box {
	width: 30%;
}
#contact-google-map {
	width: 60%;
	height: 369px;
}
#contact-google-map iframe {
	height: 100%!important;
	width: 100%!important;
}
/* Girls Club */

	

.girls-club {
	float: none;
	display: inline-block;
	width: 30%;
	margin-left: 2%;
	margin-right: 1%;
}
.line-girls-club {
	margin-bottom: 32px;
}
.girls-club a {
	font-size: 18px;
	width: 100%;
}
.girls-club a img {
	width: 100%;
	height: auto!important;
}
/* gallery Starts Here */

	

.team-box-gallery {
	float: none;
	display: inline-block;
	width: 30%!important;
	margin-left: 2%;
	margin-right: 1%;
	text-align: center;
	max-height: 200px;
}
.team-box-gallery img {
	border: 6px solid #ffcb08;
	border-radius: 24px;
	width: 90%;
	/*height: auto!important;*/
}
/*  Upcoming Training page starts here */

	

.sidebar-training {
	float: right;
	margin: 0 5% 0 5%;
	width: 25%;
}
.first-box-training-blue {
	height: 328px !important;
}
.first-box-training-yellow {
	height: 340px !important;
}
.box-training-blue {
	width: auto;
	height: 287px;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin-bottom: 25px;
	border-radius: 25px;
	float: none!important;
}
div.scrollbar-content {
	float: none!important;
	display: block!important;
	clear: both;
}
.box-training-blue h2 {
	font-size: 22px;
	margin-bottom: 24px;
}
.box-training-blue p {
	font-size: 16px;
	line-height: 24px;
}
.btn-register {
	width: 100px;
}
.box-training-blue .title-presenter {
	padding-bottom: 16px;
}
.content-upcoming-training {
	float: left;
	width: 64%;
}
.box-training-yellow {
	width: auto;
	height: auto;
	min-height: 200px;
	padding: 16px 32px 16px 16px;
	margin-bottom: 25px;
	border-radius: 25px;
	border: 10px solid #ffcb08;
}
.box-training-yellow p {
	font-size: 14px;
	line-height: 20px;
}
/* Career Opportunities page starts here */

	

.box-content-career {
	float: right;
	width: 70%;
}
.vacancy-box {
	width: 92%;
	padding: 20px 4% 20px 4%;
}
.vacancy-box h2 {
	font-size: 26px;
}
.vacancy-box p {
	font-size: 14px;
	margin-top: 30px;
}
.box-online-application {
	display: block;
	border-radius: 25px;
	padding: 25px 20px 30px 20px;
	margin-top: 30px;
	width: auto;
}
.box-online-application h2 {
	font-size: 26px;
}
.box-online-application .subtitle-application {
	display: block;
	font-size: 14px;
	margin-bottom: 30px;
}
.emailUs label {
	display: block;
	float: none;
	font-size: 14px;
	margin-left: 0px;
	text-align: right;
	padding-bottom: 12px;
}
.email-field {
	float: none;
	width: 100%;
	padding-right: 0px;
}
.date-birth-field {
	float: none;
	font-size: 14px;
	width: 80%;
	padding-right: 0px;
}
.emailUs textarea {
	float: none;
	font-size: 14px;
	width: 96%;
	padding: 10px 2% 0 2%;
}
div.spaceField > img.ui-datepicker-trigger {
	margin-bottom: -12px!important;
}
.spaceField-submit {
	padding-left: 67px;
	margin-top: 15px;
	float: left;
}
.sidebar-career {
	float: left;
	width: 24%;
	padding: 2%;
}
.sidebar-career .ico-carrer1 {
	margin-bottom: 20px;
	width: 100%!important;
	height: auto!important;
}
.sidebar-career .ico-carrer2 {
	display: block;
	margin: 30px 0px 0 0px;
	width: 100%!important;
	height: auto!important;
	border-radius: 20px;
}
/* Makaton Training page starts here */

	

.line-makaton-training img {
	width: 36%;
	height: auto;
}
.content-makaton-training {
	float: left;
	width: 60%;
}
.content-makaton-training h2 {
	font-size: 18px;
}
.content-makaton-training p {
	font-size: 14px;
}
.btn-register-blue {
	width: 100px;
}
/* Footer start here */

	

#footer {
	margin: 30px auto;
	width: 90%;
}
.copyright {
}
.copyright ul li {
	float: right;
	list-style: none;
	margin-bottom: 10px;
}
.copyright ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #20409a;
	margin-left: 20px;
}
.copyright ul li a:hover {
	border-bottom: 1px solid #20409a;
}
.copyright p {
	display: block;
	font-size: 15px;
	color: #ffcb08;
	text-align: right;
}
.join-newsletter {
	float: left;
}
.menuico {
	display: block;
}
#top-nav ul.main-level {
	display: none;
}
div.responsenav1 ul.main-level > li.home > a > span.home-ico {
	padding-left: 0px;
}
}
 @media only screen and (max-width: 780px) {
#bg-top {
	background: url(../images/nav/sun-ar.png) no-repeat left top;
	background-size: contain;
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
}
#header {
	width: 450px;
	border: 0px solid #F00;
	float: right;
}
#header .logo {
	background: url(../images/logo.png) no-repeat 40px top;
	background-size: contain;
	padding-left: 60px;
	width: 90px;
	height: 76px;
	border: 0px solid #F00;
}
.kids-ico {
	top: 8px;
	height: 57px!important;
	width: 234px!important;
}
.garland-ico {
	border: 0px solid #0F0;
	width: 404px;
	height: 122px;
	background-size: 100%;
	margin-top: -66px;
}
/* Wrapper start here */







#wrapper {
	border-top: 7px solid #20409a;
	border-right: 7px solid #20409a;
	border-bottom: 7px solid #20409a;
}
#wrapper-content {
	margin: 7px 0 11px 0;
	border-bottom: 14px solid #ffcb08;
	border-top: 7px solid #ffcb08;
	border-left: 7px solid #ffcb08;
	padding: 0 5% 40px 5%;
}
.content-kharafi-kids {
	width: 100%;
	padding: 0px!important;
	margin: auto;
	border: 0px solid #0F0;
}
#wrapper-content h1 {
	float: right;
	color: #20409a;
	font-size: 28px;
	padding: 14px 28px 21px 0px;
}
.headedr-ico {
	float: none;
	border: 0px solid #ffcb08;
	background-color: #ffcb08;
	border-radius: 28px;
	padding: 3%;
	width: 94%!important;
	height: auto!important;
}
.box-wrapper-text {
	border-radius: 28px;
	padding: 25px 10% 0 10%;
	width: 80%;
	height: auto;
	margin-top: 16px;
}
div#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
div#footer > div.copyright {
	display: block;
	clear: both;
	float: none;
}
div#footer > div.copyright ul {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	text-align: center;
}
div#footer > div.copyright ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	float: none;
}
div#footer > div.copyright ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 32px;
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
div#footer > div.copyright ul li a:hover {
	border: none;
}
div#footer p {
	margin: 0px;
	padding: 12px 0px;
	width: 100%;
	text-align: center;
}
div#footer > div.join-newsletter {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	text-align: center;
}
div#footer > div.join-newsletter form {
	margin: 0px;
	text-align: center;
}
div#footer > div.join-newsletter form span, div#footer > div.join-newsletter form input, div#footer > div.join-newsletter form button {
	margin: 6px auto;
	clear: both;
	float: none;
	display: block;
	min-height: 20px;
	text-align: center;
}
.box-wrapper-text p {
	font-size: 14px;
}
.founder-title {
	font-size: 17px;
	margin: 60px 0 0 0;
}
/* bout us */

	

.about-us-ico {
	width: 45%;
	float: none;
	border: 0px solid #ffcb08;
	background-color: #ffcb08;
	border-radius: 28px;
	padding: 3%;
	width: 94%!important;
	height: auto!important;
}
.activity-box {
	width: 45%;
	border-radius: 28px;
	padding: 6% 10% 6% 10%;
	width: 80%;
	min-height: 20px;
	height: auto;
	margin-bottom: 16px;
}
.activity-box h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.activity-box p {
	font-size: 14px;
}
.mission-box {
	width: 80%;
	border-radius: 28px;
	padding: 6% 10% 6% 10%;
	margin: 16px 0;
}
.mission-box h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.mission-box p {
	font-size: 14px;
	line-height: 22px;
}
.goals-box {
	border-radius: 28px;
	margin: 16px 0;
	width: 80%;
	border-radius: 28px;
	padding: 6% 10% 6% 10%;
	margin: 16px 0;
}
.goals-box h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.goals-box p {
	font-size: 14px;
	line-height: 22px;
}
.working-hours {
	float: right;
	margin: 0 16px 0px 0;
}
.content-kharafi-kids > div#working-hours > p {
	word-wrap: break-word;
}
/* board of members */

	 

div.line-members {
	text-align: center;
	padding-left: 0px;
	padding-bottom: 16px;
}
div.line-members > div.team-box {
	float: none;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	width: 220px;
	text-align: center;
	min-height: 200px;
	vertical-align: text-top;
}
/* contact us */

	

.contacts-box {
	width: 80%;
	padding: 10%;
}
#contact-google-map {
	width: 100%;
	height: 260px;
	margin-top: 16px;
}
#contact-google-map iframe {
	height: 100%!important;
	width: 100%!important;
}
/* Girls Club */

	

.girls-club {
	float: none;
	display: inline-block;
	width: 220px;
	margin-left: 12px;
	margin-right: 12px;
	min-height: 200px;
	vertical-align: text-top;
}
.line-girls-club {
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.girls-club a {
	font-size: 18px;
	width: 100%;
}
.girls-club a img {
	width: 100%;
	height: auto!important;
}
/* gallery Starts Here */

	

.team-box-gallery {
	float: none;
	display: inline-block;
	width: 30%!important;
	min-width: 160px;
	margin-left: 2%;
	margin-right: 1%;
	border: 0px solid #0F0;
	text-align: center;
	vertical-align: text-top;
	max-height: 185px;
}
.team-box-gallery img {
	border: 6px solid #ffcb08;
	border-radius: 24px;
	width: 90%;
	max-height: 150px;
	/*height: auto!important;*/
}
/*  Upcoming Training page starts here */

	

.sidebar-training {
	float: none;
	margin: 0 0 0 0;
	padding: 0%;
	width: 100%;
}
.first-box-training-blue {
	height: auto !important;
}
.first-box-training-yellow {
	height: auto !important;
}
.box-training-blue {
	width: auto;
	height: auto;
	padding: 10%;
	margin-bottom: 16px;
	border-radius: 25px;
	float: none!important;
}
div.box-training-blue > div.register {
	margin-top: 24px;
}
div.scrollbar-content {
	float: none!important;
	display: block!important;
	clear: both;
}
.box-training-blue h2 {
	font-size: 18px;
	margin-bottom: 18px;
}
.box-training-blue p {
	font-size: 14px;
	line-height: 22px;
}
.btn-register {
	width: 100px;
}
.box-training-blue .title-presenter {
	padding-bottom: 12px;
}
.content-upcoming-training {
	float: none;
	width: 100%;
}
.box-training-yellow {
	width: 80%;
	height: auto;
	min-height: 200px;
	padding: 10%;
	margin-bottom: 16px;
	border-radius: 25px;
	border: 10px solid #ffcb08;
}
.box-training-yellow p {
	font-size: 14px;
	line-height: 20px;
}
/* Career Opportunities page starts here */

	

.box-content-career {
	float: none;
	width: 100%;
}
.vacancy-box {
	width: 92%;
	padding: 20px 4% 20px 4%;
}
.vacancy-box h2 {
	font-size: 20px;
}
.vacancy-box p {
	font-size: 14px;
	margin-top: 20px;
}
.box-online-application {
	display: block;
	border-radius: 25px;
	padding: 25px 20px 30px 20px;
	margin-top: 30px;
	width: auto;
}
.box-online-application h2 {
	font-size: 20px;
}
.box-online-application .subtitle-application {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
}
.emailUs label {
	display: block;
	float: none;
	font-size: 14px;
	margin-left: 0px;
	text-align: right;
	padding-bottom: 12px;
}
.email-field {
	float: none;
	width: 100%;
	padding-right: 0px;
}
.date-birth-field {
	float: none;
	font-size: 14px;
	width: 80%;
	padding-right: 0px;
}
.emailUs textarea {
	float: none;
	font-size: 14px;
	width: 96%;
	padding: 10px 2% 0 2%;
}
div.spaceField > img.ui-datepicker-trigger {
	margin-bottom: -12px!important;
}
.spaceField-submit {
	padding-left: 67px;
	margin-top: 15px;
	float: left;
}
.sidebar-career {
	float: left;
	width: 100%;
	padding: 0%;
	margin-top: 16px;
}
.sidebar-career .ico-carrer1 {
	margin: 20px 0px;
	width: 92%!important;
	padding: 4%;
	height: auto!important;
}
.sidebar-career .ico-carrer2 {
	margin: 20px 0px;
	width: 92%!important;
	padding: 4%;
	height: auto!important;
	border-radius: 20px;
}
/* Makaton Training page starts here */

	

.line-makaton-training img {
	width: 100%;
	height: auto;
}
.content-makaton-training {
	float: none;
	width: 100%;
	margin: 16px 0px;
}
.content-makaton-training h2 {
	font-size: 18px;
	text-align: center;
}
.content-makaton-training p {
	font-size: 14px;
}
.btn-register-blue {
	width: 100px;
}
.menuico {
	display: block;
}
form.nlsearch > div.spaceField {
	display: block;
	width: 100%;
}
form.nlsearch > div.spaceField > label {
	display: block;
	float: none;
	line-height: 33px;
	font-size: 14px;
	margin: 0%;
	text-align: right;
	width: 100%;
}
form.nlsearch div.spaceField .email-field {
	float: none;
	display: block;
	width: 94%;
	padding: 0px 3%;
}
form.nlsearch div.spaceField .date-field {
	float: none;
	display: inline-block;
	width: 72%;
	padding: 0px 3%;
	margin: 0% 0 0 4%;
}
form.nlsearch div.spaceField .ui-datepicker-trigger {
	margin-bottom: -14px;
}
form.nlsearch .catselwrap {
	width: 94%;
	padding: 0px 3%;
	background-color: #FFF;
}
form.nlsearch > div.spaceField-submit {
	margin-left: 0px;
	padding-left: 0px;
}
form.nlsearch > div.spaceField-submit > button.btn-blue {
	margin-left: 0%;
}
.nllisting li {
	margin-top: 12px;
	margin-bottom: 16px;
}
.nllisting li h3 {
	font-size: 16px;
	margin: 6px 0px 6px 0px;
	color: #FFF;
}
}
 @media only screen and (max-width: 280px) {
}

/* added on 1-4-2014 */
#news_popup {
padding: 0 !important;
}
