 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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
     vertical-align: baseline;
}
body {
	background: #EBEBEB;
	position: relative;
    }

a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.empty {
	clear: both;
}

.wrapper {
	width: 950px;
	min-height: 1px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0 35px 0 45px;
	box-shadow: 3px 3px 5px #CFCFCF;
	position: relative;
	z-index: 2;
}

.wrapper.trans {
	background: transparent;
	box-shadow: none;
}

.header {
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0 0 25px;
	color: White;
	font: 13px 'Open Sans', sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.header a {
	color: White;
}

.header a:hover {
	color: White;
}

.logo {
	width: 131px;
	height: 121px;
	margin: 8px 39px 0 0;
	background: url(../images/logo_f.png) 0px 0px no-repeat;
	float: left;
	position: relative;
}

.logo a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
.headerLeft {
	width: 770px;
	float: left;
}

.headerTop {
	margin: 0 0 10px;
	padding: 20px 0 0 0;
}

.headerTop .name {
	width: 315px;
	margin: 0 20px 0 0;
	float: left;
	line-height: 28px;
    font-size: 12px;
    font-weight: 190;
}

.buttonB {
	height: 28px;
	margin: 0 13px 0 0;
	border-left: 1px solid white;
	padding: 0 20px;
	box-shadow: 2px 1px 0px #171717;
	float: left;
	color: #1488CC;
	font: 11px 'Open Sans', sans-serif;
	line-height: 28px;
	text-transform: uppercase;
}

.header .buttonB:hover {
	color: #ffffff;
}
.socials {
	float: right;
}

.socials a {
	width: 32px;
	height: 32px;
	margin: 0 0 0 9px;
	float: left;
}

.socials a.fb {
    background: #4683D5 url(../images/socials.png) -81px 0px no-repeat;
}

.socials a.vm {
    background: #c4302b url(../images/socials.png) -122px 0px no-repeat;
}

.socials a.tw {
    background: #1DA1F2 url(../images/socials.png) -39px 0px no-repeat;
}

.socials a.in {
    background: #c32aa3 url(../images/socials.png) -1px 0px no-repeat;
}

.navigation {
	padding: 20px 0 0 0;
	border-top: 2px solid #3b5998;
   
}

.navigation > ul {
	margin: 0 0 0 -9px;
	padding: 4px 0 0 0;
	float: left;
	position: relative;
    list-style-type:none;
    
}

.navigation li {
	float: left;
    position: relative;
    height: 35px;
    list-style-type:none;
    margin-right: 1px solid #3b5998;
   
}

.navigation li a {
	padding: 0 10px;
	position: relative;
    
}

.navigation > ul > li > a:after {
	width: 72px;
	height: 9px;
    background: #3b5998;
	position: absolute;
	top: -26px;
	left: 9px;
	display: none;
	content: "";
}

.navigation > ul > li:hover > a {
	color:black;
}

.navigation > ul > li:hover > a:after {
	display: block;
    color: #3b5998;
}

.navigation li ul {
	width: 640px;
	margin: 0 0 0 -15px;
	padding: 10px 0 0 0;
	position: absolute;
	top: 20px;
	left: 9px;
	display: none;
    
}

.navigation li:hover ul {
	display: block;
    
}

.navigation li ul li a {
	padding: 0 14px;
	color: black;
}
.search {
	float: right;
    position: absolute;
    left: 850px;
    top: 80px;
   
}

.search input {
	width: 120px;
	height: 26px;
	margin: 0;
	background: transparent;
	padding: 0 5px;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	font: 12px 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 26px;
}
.picture {
	width: 1018px;
	/*height: 209px;*/
	margin: 0 auto;
	background: url(../images/logo.png) 0px 0px repeat;
	position: relative;
	z-index: 2;
}
.sideBanners {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}

.sideBanner {
	width: 322px;
	height: 100%;
	position: absolute;
	top: 0px;
	overflow: hidden;
}

.sideBanner.left {
	margin: 0 0 0 -837px;
	left: 50%;
}

.sideBanner.right {
	margin: 0 -837px 0 0;
	right: 50%;
}

.sideBanner img {
	width: 100%;
	margin: 149px 0 0;
	height: auto;
}
.content {
	margin: 0 0 15px;
}

.content .wrapper {
	padding: 20px 35px 0 45px;
        min-height: 1000px;
}
h2, .ntitle {
	margin: 0 0 39px;
	color: #000000;
	font: 900 24px 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
 .news {
	width: 780px;
	float: left;
        padding-bottom: 20px;
}

.newsLeft {
	width: 460px;
	padding: 0 10px 0 0;
	border-right: 1px solid #EBEBEB;
	float: left;
}

.new {

}

.new .image {
	margin: 0 0 8px;
	position: relative;
        min-height: 30px;
        clear: both;
}

.new .image img {
	width: 100%;
	margin: 0 0 5px;
}

.cat {
	height: 30px;
	background: #0064AE;
	padding: 0 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	font: 10px 'Open Sans', sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}

.cat:after {
	width: 0px;
	height: 0px;
	border-top: 30px solid #0064AE;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 0px;
	right: -15px;
	display: inline-block;
	content: "";
}

.cat.first, .mnews1 {
	background: #6A4B7F;
}

.cat.first:after, .mnews1:after {
	border-top-color: #6A4B7F;
}

.cat.second, .mnews2 {
	background:#4aa3ba;
}

.cat.second:after, .mnews2:after {
	border-top-color: #a4d1dc;
}

.cat.third, .mnews3 {
	background: #b71444;
}

.cat.third:after, .mnews3:after {
	border-top-color: #b71444;
}

.cat.forth, .mnews4 {
	background: #0896fe;
}

.cat.forth:after, .mnews4:after {
	border-top-color: #0896fe;
}

.cat.fifth, .mnews5 {
	background: #5331cc;
}

.cat.fifth:after, .mnews5:after {
	border-top-color: #5331cc;
}

.new .image .date {
	color: #898989;
	font: 8px 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.new .info {
	width: 300px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #EBEBEB;
	float: left;
}

.new .info .name {
	margin: 0 0 24px;
	color: #000000;
	font: 900 24px 'Open Sans', sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}

.new .info .name a {
	color: #000000;
}

.new .info .name a:hover {
	color: #2489aa;
}

.new .info .text {
	margin: 0 0 22px;
	color: #000000;
	font: 14px 'PT Serif', sans-serif;
}

.Recent {
	width: 139px;
	float: left;
}

.Recent .title {
	margin: 0 0 9px;
	padding: 0 0 0 3px;
	color: #000000;
	font: bold 14px 'Open Sans', sans-serif;
}

.hot {
	margin: 0 0 16px;
	padding: 0 0 0 6px;
	color: #000000;
	font: 11px 'Open Sans', sans-serif;
}

.hot span {
	font: bold 10px 'Open Sans', sans-serif;
}

.hot a {
	color: #000000;
}

.hot a:hover {
	color: #2489aa;
}

.buttonLb {
	width: 140px;
	height: 37px;
	background:#3b5998;
	box-shadow: 2px 2px 5px #DDDDDD;
	color: #ffffff;
	font: 11px 'Open Sans', sans-serif;
	text-align: center;
	line-height: 37px;
	text-transform: uppercase;
}

.newsRight {
	width: 309px;
	float: right;
    margin: 0 -4px 0 0;
}

.newsRight .new {
	margin: 0 0 9px;
	padding: 0 0 2px 10px;
	border-bottom: 1px solid #EBEBEB;
}

.newsRight .new:last-child {
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

.newsRight .new .image {
	margin: 0 0 4px;
}

.newsRight .new .image img {
	margin: 0 0 3px;
}

.newsRight .new .info {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}

.newsRight .new .info .name {
	margin: 0 0 14px;
	color: #000000;
	font: bold 14px 'Open Sans', sans-serif;
	text-transform: none;
}

.newsRight .new .info .text {
	margin: 0 0 13px;
}

.newsRight .new .info .more {
	font: bold 10px 'PT Serif', sans-serif;
}

.programlist {
	width: 165px;
	margin: 0 -8px 0 0;
	float: right;
}

.programlist .title {
	width: 130px;
	margin: -3px 0 5px -9px;
	padding: 0 0 8px;
	border-bottom: 1px solid #FFFFFF;
	color: #ffffff;
	font: 900 18px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.cals {
	position: relative;
}

.cals:after {
	width: 0px;
	height: 0px;
	border-top: 30px solid #C0C0C0;
	border-right: 165px solid transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	content: "";
}

.cal {
	background: #FF1848;
	padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
	position: relative;
    box-shadow: 5px soid black;
}

.cal:before {
	width: 0px;
	height: 0px;
	border-right: 165px solid transparent;
	border-bottom: -5px solid #FF1848;
	position: absolute;
	top: 10px;
	left: 0px;
	display: inline-block;
	content: "";
}

.cal.first, .cal.cal1 {
	background: #C6366E;
}

.cal.first:before, .cal.cal1:before {
	border-bottom-color: #C6366E;
}

.cal.second, .cal.cal2 {
	background: #8F3382;
}

.cal.second:before, .cal.cal2:before {
	border-bottom-color: #8F3382;
}

.cal.third, .cal.cal3 {
	background: #4A3F7D;
	padding: 12px 12px 0 20px;
}

.cal.third:before, .cal.cal3:before {
	border-bottom-color: #4A3F7D;
}

.cal .name {
	min-height: 94px;
	margin: 0 0 4px;
	color: #ffffff;
	font: 16px 'Open Sans', sans-serif;
    font-weight: 900px;
	line-height: 18px;
	text-transform: uppercase;
    
}

.cal .name a {
	color: #ffffff;
}
.cal .all {
	width: 126px;
	margin: 10px 0 0 -12px;
	padding: 10px 0 0 12px;
	border-top: 1px solid #FFFFFF;
	color: #ffffff;
	font: 10px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.another {
	margin: 0 0 15px;
}

.another .wrapper {
	padding: 6px 35px 13px 45px;
}

.another h2 {
	margin: 0 0 16px;
}

.front-profiles ul {
    margin: 0 auto;
	padding: 0px;
	width: 980px;
	text-align: center;
	overflow: hidden; 
}
.front-profiles li{
    float: left;
   width: 202px;
   height: 175px;
   text-align: center;
   position: relative;
   margin: 0 5px;
  list-style-type: none;
}
.front-profiles ul li a {
    font-family: 'LatoBold';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    position: absolute;
    z-index: 1;
    left: 0;
    cursor: pointer;
	  transition: all .2s ease-in-out;
	  background: rgba(0,0,0,0.75);
	  height: 38px;
      overflow: auto;
	  top: 90%;
	  transform: translateY(-50%);
	  text-align:center;
	  width: 202px;
	  overflow: hidden;
}
.front-profiles ul li a p{
    margin: 0px;
	padding: 0px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.front-profiles ul li:hover a{
    height: 350px;
	background: rgba(124,0,0,0.75);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.blog-section {
  padding: 50px 0;
}
.blog-info{
    position: relative; 
    float:left;
    left: 10px;
    height:auto;
    width:40%;
}
.blogl-ist a{
    display: block;
  font-size: 12px;
  color: #5a5a5a;
  font-family: 'Lemonada', cursive;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #333333;
}
.blog-section ul.blog-list {
  margin: 0;
  padding: 0;
    background: #ffd89b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #19547b, #ffd89b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.blog-section ul.blog-list li {
  padding-top: 5px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.blog-section ul.blog-list li span {
  display: block;
  font-size: 12px;
  color: #5a5a5a;
  font-family: 'Lemonada', cursive;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #333333;
}
.blog-section ul.blog-list li a {
  font-size: 13px;
  color: #5a5a5a;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #333333;
}

.more-blog {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lemonada', cursive;
    margin: 6px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.more-blog2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.more-blog2:hover {
    background-color: #008CBA;
    color: white;
}
#facebook{
    height: 500px;
    position: relative; 
    float:right;
    right: 220px;
    height:auto;
    width:30%;
    padding-bottom: 35px;
}
.front-videos ul {
    margin: 0 auto;
	margin-top: 15px;
	width: 930px;
	text-align: center;
	overflow: hidden;
    border-top: 4px solid black; 
    border-bottom: 6px solid black;
}
.front-videos li{
   float: left;
   width: 221px;
   height: 150px;
   text-align: center;
   position: relative;
   margin: 0 5px;
  list-style-type: none;
    
}
.front-videos ul li a {
    font-family: 'LatoBold';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    position: absolute;
    z-index: 1;
    left: 0;
    cursor: pointer;
	  transition: all .2s ease-in-out;
	  background: rgba(0,0,0,0.5);
      backface-visibility: 0.5;
	  height: 38px;
      overflow: auto;
	  top: 50%;
	  transform: translateY(-50%);
	  text-align:center;
	  width: 221px;
	  overflow: hidden;
}
.front-videos ul li a p{
    margin: 0px;
	padding: 0px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.front-videos ul li:hover a{
    height: 200px;
	background: rgba(124,0,0,0.65);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.subcribe-section {
  padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 95px;
    margin-left: 10px;
  text-align: center;
  background: #EBEBEB;
    box-shadow: 3px 3px 5px #CFCFCF;
}
.subcribe-section .title-section h1:after {
  background: #ffffff;
}
.subcribe-section form {
  margin: 0 0 30px;
}
.subcribe-section form input[type="text"] {
  outline: none;
  color: #999999;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  padding: 14px 10px;
  border: none;
  margin: 0 12px;
  width: 220px;
}
.subcribe-section form input[type="submit"] {
  border: 1px solid #ffffff;
  background: transparent;
  outline: none;
  padding: 13px 10px;
  color: #000000;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  width: 250px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.subcribe-section form input[type="submit"]:hover {
  opacity: 0.7;
}
.subcribe-section p {
  color: black;
    font-size: 14px;
  margin-bottom: 0;
}
/* ***************         programs pages            ****************************  */
.programs p { 
    font-size: 16px;
    text-align: justify;
    padding-right: 25%;
    padding-left: 10%;
}
.program-photo img {
    width: 600px;
    padding-right: 25%;
    padding-left: 15%;
    padding-bottom: 15px;
    padding-top: 2px;
    align-content: center;
   
}
.photodiscription {
	height: 30px;
    width: 540px;
	background: #0064AE;
	padding-left: 30px;
    padding-right: 30px;
	position: absolute;
	top: 465px;
	left: 135px;
	color: #FFFFFF;
	font: 10px 'Open Sans', sans-serif;
	line-height: 30px;
	text-transform: uppercase;
    text-align: center;
}
.photodiscription .all{
    background: royalblue;
}
.program-otherphoto img {
    width: 500px;
    padding-right: 50%;
    padding-left: 10%;
    padding-bottom: 15px;
    padding-top: 2px;
    align-content: center;
   
}
/* ***************         other major page             ****************************  */
.Apages p {
    font-size: 18px;
    padding:15;
    text-align: justify;
}
.Apages img {
    padding: 10 15 10 15px;
}
.Apages table {
    border-collapse: collapse;
    width: 70%;
    position: absolute;
    right: 150px;
}
.Apages th, td {
    padding: 10px;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.Apages tr:hover{background-color:#f5f5f5}

 ul.ilist  {
    list-style-type: circle;
}
/***************** Project page ******************/

/* Style the tab */
.tabs {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
   
}

/* Style the buttons inside the tab */
.tabs button {
    background-color: inherit;
    float: left;
    left: 400px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    text-align: center;
    
}

/* Change background color of buttons on hover */
.tabs button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tabs button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
h3{
  color: #333333;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tabcontent h1 {
  color: #333333;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  margin: 10 0 15px;
  font-size: 25px;
  text-transform: uppercase;
 
}
.project{
    border-bottom: 2px solid #ccc;
    border-bottom-style: dashed;
}
.project img {
    position: relative; 
    clear: both;
    right: -150px;
}
.project p {
    font-size: 16px;
    padding: 10px;
    margin: 3 35 5 40px;
    text-align: justify;  
   
}
.project h4{
    font-size: 20px;
    font-weight: 800;
    padding-left: 40px;
    margin-bottom: 15px;
}
.project ul li {
    list-style-type: none;
    padding-left: 40px;
}
button.himprawa {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.himprawa.active, button.himprawa:hover {
    background-color: #ddd;
}

button.himprawa:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.himprawa.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panal img{
    position: relative;
    
}

/* ***************       Volunteer pages             ****************************  */
h4{
  color: #3b97ce;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;

}
.howto-cover{
  background-image:url("../images/news/1.JPG");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  backface-visibility: 0.5;
  width: 100%;
  height: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    
}
.cover-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
    transition: all .2s ease-in-out;
    background: rgba(0,0,0,0.5);
    backface-visibility: 0.5;
    padding: 20px;
    background-blend-mode: hard-light;
}
.cover-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}
.cover-text button:hover{
  background-color: #555;
  color: white;
}
.testimage{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 40px;
}
.testimage img{
    border-radius: 5px;
    border-bottom: 2px solid #CCC;
    padding: 2px;
}
.testimage-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.testimage:hover .testimage-dropdown {
    display: block;
}
.testidescription{
    padding: 15px;
    text-align: center;
}
.testimonies h1 {
    font-size: 25px;
    font-weight: 900;
    color: #95A5A6;
    text-align: center;
    padding-top: 20px;
}
.testimonies span{
    font-size: 20px; 
}
.testimonies p {
    font-size: 18px;
    padding:0 200 30 200px;
    margin: 15px;
    text-align: justify;
}
.application p{
    font-size: 16px;
    padding: 0 20 5 15px;
    text-align: justify;
}
.application h2{
 text-align: left;
    font-size: 20px;
    font-weight: 300;
    color: #5daaad;
}

/* ***************        Children-Profile page             ****************************  */

.children .dabba {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 890px;
}
.children .dabba button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 13px 11px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
   border-bottom:  2px Solid grey; 
    border-bottom-style: double;
}
.children.dabba button:hover {
    background-color: #ddd;
}
.children .dabba button.active {
    background-color: #ccc;
}
.children .dabbacontent {
    float: left;
    border: 1px solid #ccc;
    width: 60%;
    border-left: none;
    height: 910px;
}
.children p {
    padding: 5 10 5 10px;
    text-align: justify;
}
.children h4{
    font-size: 20px;
    padding:5 15 0 15px;
    font-weight: 700;
}
.children table {
    border-collapse: collapse;
    width: 100%;
}
.children th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.children tr:hover{background-color:#f5f5f5;}
/* ***************         contact page             ****************************  */
#map {
  height: 500px;
    position: relative; 
    float:left;
    height:auto;
    width:30%;
    padding-bottom: 35px;
}
.contact-section {
  padding: 50px 0;
}
#map-container{
    float: left;
    padding-bottom: 20px;
}
.contact-info{
    position: relative; 
    float:right;
    height:auto;
    width:30%;
}
.contact-section h2 {
  color: #333333;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.contact-info ul.information-list li i {
  float: left;
  color: #333333;
  font-size: 13px;
  display: inline-block;
  line-height: 29px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 13px;
  color: #5a5a5a;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  color: #333333;
}
.contact-section ul.information-list li a {
  font-size: 13px;
  color: #5a5a5a;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #333333;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contact-form,
.comment-form {
  margin-bottom: -30px;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #5a5a5a;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #0a287e;
}
#contact-form textarea,
.comment-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #0a287e;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message,
.comment-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
                                                /**** gallery *****/

.foto{
    padding: 0 6 4 6px;
    float: left;
    width: 23.5%;
}
.gallery {
    border: 1px solid #ccc;
}

.gallery:hover {
    border: 1px solid #777;
}

.gallery img {
    width: 100%;
    height: auto;
}
.fotod{
    padding: 15px;
    text-align: center;
}
                                             /**** defult footer *****/
.footer {
	margin: 25px 0 0 0;
    background: #16222a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #16222a, #3a6073); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #16222a, #3a6073); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 14px 0 107px 0;
	color: #ffffff;
	font: 12px 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.footer a {
	color: #ffffff;
	font: 12px 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.footer .logo {
	width: 92px;
	height: 86px;
	margin: 16px 25px 0 0;
	background: url(../images/footerlogo.png) 0px 0px no-repeat;
}

.footerRight {
	width: 868px;
	margin: 0 -35px 0 0;
	float: left;
}

.footer .navigation {
	margin: 0 0 11px;
	padding: 0;
	border: none;
}

.footer .navigation > ul {
	padding: 3px 0 0 0;
}

.footer .navigation > ul > li:hover > a:after {
	display: none;
}

.footer .text {
	width: 700px;
	font: 10px 'Open Sans', sans-serif;
	text-transform: none;
}


