/*
Colours used

Bright Blue #5ca8f7
Blue #2677cc

Bright Yellow #fff836
Yellow #f3d423

Graphite #343434
Off White #fdfdfd
*/

body {
  margin:0;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #343434;
/*
  max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
*/
  font-size: 17px;
  font-weight: 500;
  color: #fdfdfd;
  }

/*
* Paragraph
*/
p {
  font-size: 17px;
  font-weight: 500;
  color: #fdfdfd;
  line-height: 22px;
  padding-top: 10px;
}


p.topgap {padding-top: 30px;}

p.slideshowgap {padding-top: 30px;}



.thumbnail {
	height: 200px;
	margin-left: auto;
	margin-right: 10px;
}
.thumbnail_align {
	text-align: center;
}

.aid_photos {
	height: 250px;
	margin-left: auto;
	margin-right: 0px;
}
.support_photos {
	width: 200px;
	margin-left: auto;
}



/*
* Quotation
*/
.quote {
padding: 0 20px;
font-style: italic;
line-height: 20px;
}

/*
* Title text
*/
.gold {
  font-size: 20px;
  font-weight: 700;
  color: #f3d423;
  line-height: 22px;
}

.highlight {
  color: #f3d423;
}

/*
*  Copyright text
*/
.copyright {
  font-size: 14px;
  font-weight: 500;
  color: #f3d423;
  line-height: 18px;
}

/*
*  General Alignment
*/

.center {
  text-align: center;
}

.right {
  float: right;
  text-align: right;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/*
* Link
*/
a{text-decoration: none; color: #f3d423;}

a:visited {text-decoration: none; color: #5ca8f7;}

a:hover {text-decoration: none; color: #fff836;}


td {
padding: 8px 0px 0px 10px;
}

/*
* Headings
*/
h1 {font-size: 1.8em; line-height: 1.23em;}
h2 {font-size: 22px; padding-bottom: 10px; font-weight: 600;}
h3 {font-size: 24px; font-family: 'Crete Round', Georgia, serif; font-weight: 400; padding: 20px 0;}
h4 {font-size: 18px; padding-top: 20px; padding-bottom: 10px; font-weight: 600;}
h5 {font-size: 20px; padding-top: 20px; padding-bottom: 10px; font-weight: 600;}
h6 {font-size: 18px; padding-Top: 10px; font-weight: 600;}

h5 b {font-weight: bold;}

h4.topgap {padding-top: 15px;}

.description {font-size: 15px; line-height: 15px; margin-bottom: 10px }

/*
* Lista NIE uporzadkowana UL
*/
ul{
  font-size: 16px;
  margin: 7px 0;
  padding-left: 10px;
  }
ul li {margin-bottom: 5px;}


ul.bullets{
  padding-left: 30px;
  list-style-type: disc;
  }

ol.bullets{
  padding-left: 15px;
  list-style-type: disc;
  }

ol li{
  font-weight: 600;
  color: #f3d423;
  }


/*
* divs random
*/
.container .clear, body .clear {width: 100%; float: left; clear: both; margin: 10px 0;}
.one-third {text-align: center;}



/*
* Header
*/
/*header .backgrnd { */
header {
	background-image: url(../images/gradbknd.png);
	background-repeat: repeat-x;
	background-position: left top;
  width: 100%;
  height: 145px;
}

header .nav {
}

header p {color: #FFFFFF;}
header h1, header h2, header h4 {width: 100%; float: left; clear: both;  text-align: left; color: #0; font-weight: 600;}
header h1 {font-size: 24px; margin-bottom: 10px;}
header h2 {font-size: 22px;}
header h4 {font-weight: normal; margin-bottom: 10px;}


div.title { margin-top: 20px }

div.header {
  font-size: 20px;
  font-weight: 600;
  color: #f3d423;
  line-height: 22px;
  margin-top: 5px
  }

div.header-main {
  font-size: 50px;
  font-weight: 800;
  color: #5ca8f7;
  line-height: 52px;
  margin-top: 15px
  }

/*
* Logo
*/
.logoouter {
//  width: 100%;
//  background: #2677cc;
//  margin: 20 20 20 20;
}


.logo img { position:absolute; left:0; top:0; }

.logo {
    position:relative;
    width: 950px;
    height: 98px;
    overflow: hidden;
}

.logo a {color: #0; text-decoration: none; line-height: 10px; font-size: 12px;}
.logo a:hover {color: #FF6A00;}
header .logo {float: left; clear: both; margin: 0 0 0 0;}



/*
* Menu
*/
ul.mainMenu {margin: 10px 0px 10px 0px; padding: 0; float: left; background: #0}
ul.mainMenu li {display: inline; float: left; margin: 0px 2px 0px 2px;}
ul.mainMenu li a {font-size: 15px;  font-weight: 600; color: #0; text-decoration: none;}
ul.mainMenu li a:hover {color: #FFFFFF;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}

ul.subMenu {margin: -10px 0px 20px 0px; padding: 0; float: left; background: #0}
ul.subMenu li {display: inline; float: left; margin: 0px 2px 0px 2px;}
ul.subMenu li a {font-size: 15px;  font-weight: 600; color: #0; text-decoration: none;}
ul.subMenu li a:hover {color: #FFFFFF;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}


ul.sideMenu {margin: 5px 5px 5px 30px; padding: 0; float: right;}
ul.sideMenu li {display: inline; float: left; margin: 2px 8px 2px 8px;}
ul.sideMenu li a {font-size: 15px;  font-weight: 600; color: #FFFFFF; text-decoration: none;}
ul.sideMenu li a:hover {color: #FFFFFF;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}



/*
* Gray
*/
.gray {width: 100%; float: left; clear: both; background: #f6f6f6; margin: 50px 0; padding: 45px 0; position:relative; z-index:1;}




/*
* Form, input, label, textarea
*/
.form h3, .form p {text-align: center;}
form {width: 150px; margin: 0px auto; text-align: center;}
input, label, textarea {width: 150px; float: left; margin: 0; padding: 0;}
label {font-size: 15px; text-transform: uppercase; font-weight: 300; margin-bottom: 7px;}
input {margin-bottom: 10px; padding: 7px 0; text-align: center;}
input, textarea {border: 1px solid #ddd; outline: none;}
input:focus, textarea:focus {border-color: #b6b6b6;}
textarea {width: 130px; padding: 7px 10px;}
input.error, textarea.error {border-color: #cc4847;}



input[type='submit']
  {
  width: 152px;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  background: #f3d423;
  color: #fff;
  cursor: pointer;
  }
input[type='submit']:hover {background: #EC6022; color: #fff;}



/*
* Focus
*/
.focus h3 {margin-bottom: 15px;}
.focus h4, .focus h3 {float: left; width: 100%; text-align: center; margin-bottom: 7px;}
.focus p {text-align: center;}



/*
* Gallery
*/
.gallery a {width: 140px; height: 100px; overflow: hidden; float: center; margin: 5px; }
.gallery a img {margin: 2px 2px;}
.center-me {
  margin: 0 auto;
}



/*
* a#Top
*/
a#top {display: none; width: 7px; height: 17px; padding: 5px; position: fixed; bottom: 50px; right: 60px; z-index: 9; color: #fff; background: #ff6a00; font-size: 15px; font-weight: 300;}


/*
* Make sure images shrink if max screen width is less then the image width
*/
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}



/*
* BUTTONS
*/
#rightbtn {
  float: right;
}

.button {float: left; color: #fff; text-transform: uppercase; text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	-webkit-transition: background .12s ease-in-out;
    -moz-transition: background .12s ease-in-out;
    -ms-transition: background .12s ease-in-out;
    -o-transition: background .12s ease-in-out;
    transition: background .12s ease-in-out;
}

.short {
margin: 5px 0px;
padding: 8px 14px 9px;
color: #FFFFFF;
width: 65px;
}


.medium {
font-size: 15px;
margin: 5px 0;
padding: 8px 14px 9px;
color: #FFFFFF;
width: 125px;
}

.long {
font-size: 15px;
margin: 5px 0;
padding: 8px 14px 9px;
color: #FFFFFF;
width: 150px;
}



a.selected {background: #f3d423;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
  color: #2677cc;
}
a.selected:hover {background: #f3d423; color: #ffffff;}

a.notselected {background: #2677cc;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
  color: #f3d423;
}
a.notselected:hover {background: #9CC6FF; color: #0;}



a.link {color: #F6C164;}
a.link:hover {color: #EC6022; font-size: 105%; font-weight: 600}

a.hidelink {color: #0;}
a.hidelink:hover {color: #0;}


/*
* Footer
*/
footer {width: 100%; float: left; margin: 20px 0 0; background: #2677cc; }
footer h5 {color: #ccc;}
footer div {color: #FFFFFF; line-height: 20px; font-size: 18px; margin-bottom: 0px;}
footer span {color: #d0d0d0; line-height: 15px; font-size: 12px; margin-top: 20px;}
footer a {color: #ddd;}
footer a:hover {color: #ff6a00;}

footer .social a {float: left; margin-right: 10px;}
footer .social a img {width: 35px; opacity: 0.4;}
footer .social a:hover img {opacity: 1;}

footer .backgrnd { background: #2677cc; padding: 20px 0;}


div#preload { display: none; }


/* -------------------
*  RESPONSIVE ELEMENTS
*  ------------------- */

/*=====================================================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header {
	background-image: url(../images/gradbknd2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.short {
  width: 60px;
}

  header {height: 115px; padding: 0px 0;}
	header h2 {display: none;}

  div.title { margin-top: 0px }

	nav .container .logo {margin-bottom: 0px; text-align: center;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 20px;}
}

/*=====================================================================*/
@media only screen and (max-width: 767px) and (min-width: 600px) {

header {
	background-image: url(../images/gradbknd3.png);
	background-repeat: repeat-x;
	background-position: left top;
}

header {height: 120px; padding: 0px 0;}
header h2 {display: none;}

.right {
  float: left;
  text-align: left;
}

.short {
  width: 60px;
}

  ul.mainMenu {margin: -10px 0px 0px 0px; padding: 0; float: left;}

  nav .container .logo {margin-bottom: 20px; text-align: center;}

	form, label, input  {width: 150px;}
	input[type="submit"] {width: 152px;}
	textarea {width: 130px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}

div.header-main {
  font-size: 40px;
  font-weight: 800;
  color: #5ca8f7;
  line-height: 42px;
  margin-top: 5px
  }


}

/*=====================================================================*/
@media only screen and (max-width: 599px) and (min-width: 480px) {

header {height: 185px; padding: 0px 0px;}

p.slideshowgap {padding-top: 300px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: -4px;}
}

/*=====================================================================*/
@media only screen and (max-width: 479px) {

header {
	background-image: url(../images/gradbknd2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

header {height: 320px; padding: -0px 0;}
header h2 {display: none;}

.right {
  float: left;
  text-align: left;
}

  div.title { margin-top: 20px }

  ul.mainMenu {margin: -10px 0px 0px 0px; padding: 0; float: left;}

	nav .container .logo {margin-bottom: 20px; text-align: center;}

ul.sideMenu li a {font-size: 15px;  font-weight: 600; color: #FFFFFF; text-decoration: none;}

.short {
width: 60px;
}

	form, label, input  {width: 300px;}
	input[type="submit"] {width: 302px;}
	textarea {width: 280px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 5px;}

p.slideshowgap {padding-top: 200px;}


}









