@charset "utf-8";
@import "reset.css";
@import "editor.css";

/* 262c74 - granat
f1f1f1 - szary
ed1c24 - czerwony */

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-Regular.ttf'),url('fonts/Roboto-Regular.eot');
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-Bold.ttf'),url('fonts/Roboto-Bold.eot');
  font-weight: bold;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-Italic.ttf'),url('fonts/Roboto-Italic.eot');
  font-style: italic;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-BoldItalic.ttf'),url('fonts/Roboto-BoldItalic.eot');
  font-weight: bold;
  font-style: italic;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-Medium.ttf'),url('fonts/Roboto-Medium.eot');
  font-weight: 800;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-MediumItalic.ttf'),url('fonts/Roboto-MediumItalic.eot');
  font-weight: 800;
  font-style: italic;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-Black.ttf'),url('fonts/Roboto-Black.eot');
  font-weight: 900;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-BlackItalic.ttf'),url('fonts/Roboto-BlackItalic.eot');
  font-weight: 900;
  font-style: italic;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-Light.ttf'),url('fonts/Roboto-Light.eot');
  font-weight: 200;
}

@font-face
{
  font-family: Roboto;
  src: url('fonts/Roboto-LightItalic.ttf'),url('fonts/Roboto-LightItalic.eot');
  font-weight: 200;
  font-style: italic;
}

html,
body
{
	margin:0 auto;
  float: left;
  width: 100%;
  min-height: 100%;
}

html
{
  background: #444;
}

body
{
  background: #fff url('img/bg.jpg') no-repeat fixed center center;
  background-size: 100% auto;
  color: #000;
  font-size: 16px;
  font-family: Roboto,Helvetica,Arial;
}

li {
	text-decoration:none;
}

.wrapper
{
  clear: both;
  padding: 0 2%;
  max-width: 1170px;
  margin: 0 auto;
}

.wide-wrapper
{
  max-width: 1440px;
}

input,
textarea,
select,
button
{
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: Roboto,Helvetica,Arial;

}



button,
.submit-box input
{
  cursor: pointer;
}

*
{
  line-height: 1.25em;
}

.ed
{
  font-weight: 200;
}

.img img
{
  width: 100%;
  display: block;
}

a
{
  color: #262c74;
}

/* buttons */

.more
{
  color: #333;
  float: left;
  padding-right: 62px;
  background: url('img/arrow.png') no-repeat right center;
  font-weight: bold;
}

.button
{
  border: 3px solid #ed1c24;
  padding: 0 25px;
  float: left;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  background: transparent;
  height: 44px;
  line-height: 44px;
}

button.button
{
  height: 50px;
}

.button:hover,
.red-button
{
  color: #fff;
  background: #ed1c24;
}

/* buttons end */

/* headlines */

.headline
{
  color: #262c74;
  font-weight: 800;
  margin-bottom: 25px;
  font-size: 3.25em;
}

.centered-headline
{
  text-align: center;
}

/* headlines end */

/* general */

.pane
{
  background: rgba(212,212,212,0.95);
  float: left;
  padding: 10px 30px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  
}

li {
display:block;	
}

/* general end */

/* header */

.user-box
{
  float: left;
  width: 100%;
  background: #2c3385;
  padding: 20px 0 10px 0;
  display: none;
}



.user-box ul
{
  float: right;
  
}

.user-box li
{
  float: left;
  width: 250px;
  margin-right: 20px;
}

.user-box .submit-box
{
  width: auto;
}

.user-box .button
{
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.user-box button.button
{
  height: 40px;
  line-height: 34px;
}

.user-box .red-button
{
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.user-box li a
{
  color: #fff;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: bold; 
}

.top
{
  clear: both;
  background: #262c74;
  padding: 12px 0;
  height: 22px;
}

.top span
{
  cursor: pointer;
  padding-left: 35px;
  background: url('img/account-icon.png') no-repeat left top;
  float: right;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.top a
{
  float: right;
  margin-right: 20px;
  margin-top: -3px;
}

header
{
  height: 186px;
  margin-bottom: 20px !important;
  overflow: visible;
  position: relative;
}

.logo
{
  position: absolute;
  z-index: 2;
  left: 3%;
  top: -12px;
}

header .tagline
{
  float: left;
  font-size: 1.25em;
  margin-top: 30px;
  margin-left: 174px;
  color: #262c74;
  font-weight: bold;
}

.menu
{
  float: right;
  max-width: calc(100% - 210px);
  margin-top: 30px;
  background: rgba(38,44,116,0.7);
  padding: 20px 15px;
}

.menu a
{
  float: left;
  font-weight: 900;
  color: #fff;
  margin-left: 45px;
  text-transform: uppercase;
  font-size: 1.25em;
  padding-bottom: 5px;
  text-decoration:none;
}

.menu a.current,
.menu a:hover
{
  color: #ed1c24;
}

.lr-menu
{
  display: none;
}

.bread-crumbs
{
  margin-bottom: 35px;
}

.bread-crumbs *
{
  color: #333;
}

.bread-crumbs strong
{
  font-weight: normal;
  color: #262c74;
}

.bread-crumbs span
{
  margin: 0 20px;
}

.bread-crumbs a:hover
{
  color: #262c74;
}

/* header end */

/* footer */

footer
{
  clear: both;
  float: left;
  width: 100%;
  background: #444;
  color: #fff;
  padding: 45px 0;
}

footer a
{
  color: #fff;
}

footer a:hover
{
  color: #ed1c24;
}

footer .bip
{
  float: left;
  margin-top: 15px;
}

footer nav,
footer .socials
{
  margin-bottom: 30px;
}

footer .socials
{
  float: right;
  margin-top: 15px;
}

footer .socials a
{
  float: left;
  margin-left: 15px;
}

footer nav
{
  float: left;
  margin-right: 280px;
}

footer nav a
{
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.125em;
  margin-bottom: 10px;

}

footer .copy
{
  clear: both;
  border-top: 1px solid #4e4e4e;
  padding-top: 35px;
}

footer .copy p
{
  float: left;
}

footer .copy a
{
  float: right;
}

footer .copy img
{
  margin: 0 5px;
  vertical-align: middle;
}

/* footer end */

/* news */

.news-list
{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.news-list li
{
  padding: 30px;
  float: left;
  width: calc(50% - 60px);
  cursor: pointer;
}

.news-list li:hover
{
  background: #262c74;
  color: #fff;
}

.news-list li:hover *
{
  color: #fff !important;
}

.news-list .img
{
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
}

.news-list .content
{
  float: left;
  width: calc(50% - 15px);
}

.news-list .date
{
  color: #262c74;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 0.875em;
}

.news-list h2
{
  height: 2.5em;
  overflow: hidden;
  margin-bottom: 12px;
}

.news-list a
{
  color: #333;
}

.news-list .ed,
.news-list .more
{
  font-size: 0.875em;
}

.news-list .ed
{
  height: 3.75em;
  margin-bottom: 12px;
  overflow: hidden;
}

.summary
{
  font-weight: bold;
  font-size: 1.25em;
  color: #333;
  margin-bottom: 50px;
}

.news .img
{
  float: right;
  width: 48%;
  margin: 0 0 30px 4%;
}

/* news end */

/* contact */

#map-canvas
{
  width: 100%;
  height: 400px;
  margin-bottom: 35px;
}

.contact
{
  position: relative;
}

/* contact end */

/* forms */

.std-form
{
  float: left;
  
}

.std-form li
{

  margin-right: 100px;
  margin-bottom: 25px;
  width: calc(32% - 100px);
  float: left;
}

.std-form .full,
.std-form .submit-box
{
  width: calc(100% - 100px);
}

.std-form label
{
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 0.875em;
}

.std-form .checkbox label
{

}

.std-form label span
{
  color: #ed1c24;
}

.std-form input,
.std-form select,
.std-form textarea
{
  background: #fbfbfc;
  border: 1px solid #aaa;

}

.std-form input,
.std-form textarea
{
  padding: 8px;

}

.std-form input
{
text-align:left;
}
/*
.std-form input[type=checkbox]
{
  float: left;
  margin-right: 15px;
  width: auto;
  height: auto;
}
*/
.std-form textarea
{
  height: 190px;
}

.std-form select
{
  width: 100%;
  height: 40px;
}

.std-form .submit-box
{
  text-align: center;
}

.std-form .submit-box .button
{
  float: none;
  display: inline-block;
}

/* forms end */

/* messages */

.errors,
.notices
{
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
}

.home .notices,
.home .errors
{
  margin-top: 100px;
}

.errors
{
  background: #bf0000;
}

.notices
{
  background: #5ba500;
}

.errors li,
.notices li
{
  padding: 7px 0 7px 45px;
  line-height: 20px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left top;
}

.errors li
{
  background-image: url('img/error-icon.png');
}

.notices li
{
  background-image: url('img/confirm-icon.png');
}

/* messages end */

/* home */

.icon-list
{
  padding: 20px;
  margin: 30px 150px;
  text-align: center;
  background: rgba(0,0,0,0.6);
}

.icon-list li
{
  vertical-align: top;
  display: inline-block;
  margin: 0 15px 30px 15px;
  width: calc(33.33% - 30px);
}

.icon-list li:first-child,
.icon-list li:nth-child(3n+1)
{
  margin-left: 0;
}

.icon-list li:nth-child(3n)
{
  margin-right: 0;
}

.icon-list em
{
  display: block;
  margin: 0 30px 20px 30px;
  overflow: hidden;
}

.icon-list img
{
  width: 200%;
  display: block;
}

.icon-list a:hover img
{
  margin-left: -100%;
}

.icon-list a
{
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
}

.icon-list a:hover
{
  color: #ed1c24;
}

/* home end */

/* messages */

.message-list li
{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.message-list h2
{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.message-list .date
{
  margin-bottom: 10px;
}

/* messages end */

/* pagination */

.pagination
{
  clear: both;
  text-align: center;
}

.pagination a
{
  display: none;
}

.pagination img
{
  margin-bottom: 20px;
}

/* pagination end */

/* user popup */

.overlay
{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 100;
}

.popup
{
  position: absolute;
  z-index: 101;
  width: 500px;
  top: 100px;
  background: #262c74;
  color: #fff;
  margin-left: -250px;
  left: 50%;
  padding: 25px 30px;
}

.popup .close
{
  border: 2px solid #fff;
  background: #262c74;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
}

.popup .close img
{
  display: block;
}

/* user popup end */

/* media queries */

@media screen and (max-width: 1100px)

{
	.wrapper {
		width:95%;
	}
.std-form
{
width:100%;
left:0px;
margin:0px;
padding:0px;
text-align:left;
}

.std-form li
{

  width: 100%;
  left:0px;
}

.std-form input
{
text-align:left;
  width: 95%;
}

.std-form label
{

  width: 100%;

}


.std-form .full,
.std-form .submit-box
{
  width: 100%;
  left:0px;
}
}


@media screen and (max-width: 700px)

{

.std-form
{
width:100%;
padding-left:0px;
text-align:left;

}

input[type='checkbox'] {
	width:24px;
	height:24px;

}

input[type='radio'] {
	width:24px;
	height:24px;
}


.std-form li
{

  width: 100%;

}

.std-form input
{
text-align:left;

}

.std-form label
{

  width: 100%;
}


.std-form .full,
.std-form .submit-box
{
  width: 100%;
  left:0px;
}
}