@font-face {
  font-family: 'Roboto Light';
  src: url('/css/fonts/roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Black';
  src: url('/css/fonts/roboto/Roboto-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('/css/fonts/roboto/Roboto-Medium.ttf') format('truetype');
}
/* RESET STYLI  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  position: relative;
  min-height: 100%;
}
:focus {
  outline: 0;
}
body {
  line-height: 20px;
  color: #343434;
  background-color: white;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  min-width: 1260px;
}
a {
  text-decoration: none;
}
.paypalLink {
  float: left;
  padding: 14px 5% 14px 2%;
  width: 255px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-left: 140px;
  text-align: center;
}
.noticeText {
  text-align: center;
  font-size: 16px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.mainPartnerContainer {
  width: 25%;
  margin: auto auto;
}
.page-404 {
  width: 100%;
  margin: auto;
  padding: 10% 0 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Roboto Medium';
}
.page-404 h1 {
  margin-top: 100px;
  font-size: 24px;
  font-weight: bold;
}
.page-404 h1 span {
  color: #17bff0;
}
.page-404 p {
  font-size: 11px;
}
.page-404 .button {
  width: auto;
  margin-top: 30px;
  display: inline-block;
  padding: 12px 45px;
  letter-spacing: 2px;
  font-size: 24px;
  font-family: "Roboto Light", sans-serif;
  background: #00AEEF;
  border: 1px solid #00AEEF;
  color: #FFF;
  overflow: hidden;
  transition: all 0.5s;
}
.page-404 .button:hover {
  color: #00AEEF;
  border-color: #00AEEF;
  background: #FFF;
}
.registryCheckbox[type=checkbox] {
  width: 17px;
  height: 17px;
  border: 1px solid #c8bcbc;
  background: none;
  cursor: pointer;
  margin-left: -388px;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.registryCheckbox[type=checkbox]:checked {
  background: #17bff0;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.registerCheckbox[type=checkbox] {
  width: 17px;
  height: 17px;
  border: 1px solid #c8bcbc;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.registerCheckbox[type=checkbox].required {
  border: 1px solid #17bff0;
}
.registerCheckbox[type=checkbox]:checked {
  background: #17bff0;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.rememberMeParagraph {
  position: absolute;
  top: 2px;
  margin-left: 10px;
  font-size: 10px;
}
.rememberMeParagraph.register {
  font-size: 11px;
  position: static;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.rememberMeParagraph.register strong {
  font-size: 12px;
  font-weight: 700;
}
.col.registered-users ul li {
  position: relative;
}
#additionalDescriptionEditor {
  margin-top: 50px;
}
#register-label {
  display: none;
}
.truncateText {
  height: 120px;
}
.mainTeamHeadContainer {
  width: 40%;
  margin: auto auto;
}
.noDecorationLink {
  text-decoration: none;
  color: white;
}
.noDecorationLink:visited {
  text-decoration: none;
}
.noDecorationLink:link {
  text-decoration: none;
}
.noDecorationLink:active {
  text-decoration: none;
}
.userAccountMenuList {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 184px;
  height: 33px;
  background-color: #EBEBEB;
  text-align: left;
  padding-left: 15px;
  font-size: 11px;
  color: #000033;
}
.userAccountMenuList .linkText {
  line-height: 38px;
}
.userAccountMenuList .arrow {
  padding: 7px 11px 6px;
  background-color: #00AEEF;
  float: right;
  color: #FFF;
  font-size: 8px;
}
.userAccountMenuList:hover {
  width: 195px;
  background-color: #f2f2f2;
  transition: all 1s;
}
.userAccountMenuList:hover .arrow {
  background-color: #4CCEFF;
  transition: background-color 1s;
}
.userAccountMenuList.active {
  width: 195px;
  background-color: #f2f2f2;
}
.userAccountMenuList.active .arrow {
  background-color: #4CCEFF;
}
.avatarContainer {
  text-align: center;
}
.avatarContainer img {
  margin: 25px 0px 0px 0px;
  width: 100px;
  height: 100px;
}
.avatarContainer #avatar {
  margin: 10px 0px 0px 0px;
}
#logoParade {
  width: 728px;
  height: 75px;
  position: relative;
}
#logoParade div.scrollableArea a {
  display: block;
  float: left;
  padding-left: 10px;
}
.timeLineContainer .timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeLineContainer .timeline .li {
  transition: all 200ms ease-in;
}
.timeLineContainer .timeline .li .timestamp {
  margin-bottom: 20px;
  padding: 0px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  height: 28px;
  line-height: 15px;
  text-align: center;
  width: 90px;
  font-size: 13px;
  font-family: 'Roboto Medium', sans-serif;
  color: #6f6f7b;
}
.timeLineContainer .timeline .li .timestamp span {
  margin: auto;
}
.timeLineContainer .timeline .li .status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.timeLineContainer .timeline .li .status h4 {
  font-weight: normal;
  margin-top: 20px;
}
.timeLineContainer .timeline .li .status h4 span {
  position: absolute;
  bottom: 11px;
  left: 68px;
  color: white;
  font-family: 'Roboto Black';
  font-size: 18px;
}
.timeLineContainer .timeline .li .status h4:before {
  content: '';
  width: 27px;
  height: 27px;
  background-color: #D1D3D3;
  border-radius: 27px;
  position: absolute;
  top: -16px;
  left: 42%;
  transition: all 200ms ease-in;
}
.timeLineContainer .timeline .li.complete .timestamp {
  margin-bottom: 20px;
  padding: 0px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  height: 28px;
  line-height: 15px;
  text-align: center;
  width: 90px;
  font-size: 13px;
  font-family: 'Roboto Medium', sans-serif;
  color: #55d0f4;
}
.timeLineContainer .timeline .li.complete .timestamp span {
  margin: auto;
}
.timeLineContainer .timeline .li.complete .status {
  border-top: 2px solid #55d0f4;
}
.timeLineContainer .timeline .li.complete .status h4 {
  color: #66DC71;
}
.timeLineContainer .timeline .li.complete .status h4 span {
  position: absolute;
  bottom: 11px;
  left: 68px;
  color: white;
  font-family: 'Roboto Black';
  font-size: 18px;
}
.timeLineContainer .timeline .li.complete .status h4:before {
  background-color: #55d0f4;
  border: none;
  transition: all 200ms ease-in;
}
.blueBackgroundTitle {
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #FFF;
  padding-bottom: 5px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 99999;
  height: 100%;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../grafika/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
#scroller_container {
  position: relative;
  width: 90%;
  height: 138px;
  float: left;
  overflow: hidden;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: -20px;
}
#scroller {
  position: relative;
  width: 200%;
  height: 138px;
  float: left;
}
#scroller .cell {
  position: relative;
  height: 138px;
  float: left;
  width: 7.3%;
  vertical-align: middle;
  padding-left: 50px;
  padding-right: 50px;
  background-color: white;
}
#scroller .cell:nth-child(odd) {
  background-color: #F7F7F7;
}
#scroller .cell div {
  height: 138px;
  display: table-cell;
  vertical-align: middle;
  width: 48%;
  padding-left: 1%;
  padding-right: 1%;
}
#scroller div img {
  max-height: 80px;
  vertical-align: middle;
  max-width: 100%;
  margin-top: 10px;
  width: 100%;
}
#scroller div span {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}
.awardsContainer {
  float: right;
  max-width: 27%;
  min-width: 27%;
}
.strona {
  /*width: 92%;*/
  width: 1380px;
  border: 0px;
  margin: 0 auto;
  min-width: 280px;
  max-width: 1380px;
  padding: 0px 2% 0px 2%;
}
.strona2 {
  width: 96%;
  border: 0px;
  margin: 0 auto;
  min-width: 280px;
  max-width: 1640px;
  padding: 0px 2% 0px 2%;
  margin-top: 50px;
}
.middle {
  float: left;
  width: 100%;
}
.ramka {
  width: 100%;
  border: 0px;
  float: left;
}
.ramka .advox {
  color: white;
  text-align: right;
  margin-top: 20px;
}
.ramka .advox a {
  color: white;
  transition: all 1s ease;
}
.ramka .advox a:hover {
  color: #17bff0;
}
.ramka2 {
  width: 100%;
  border: 0px;
  float: left;
  padding: 40px 0px 40px 0px;
}
.ramka_top {
  width: 100%;
  border: 0px;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.titleContainer {
  width: 100%;
  border: 0px;
  float: left;
  background-color: #E9E9E9;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -50px;
  min-width: 1437px;
}
.tlobaner {
  width: 100%;
  border: 0px;
  float: left;
  height: 675px;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 1437px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.tlobaner:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  z-index: -1;
  background-image: url('../grafika/tlobaner.jpg');
  background-position: 0 20%;
  -webkit-animation-name: zoom-in-zoom-out;
  -moz-animation-name: zoom-in-zoom-out;
  -ms-animation-name: zoom-in-zoom-out;
  -o-animation-name: zoom-in-zoom-out;
  animation-name: zoom-in-zoom-out;
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -ms-animation-duration: 14s;
  -o-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes zoom-in-zoom-out {
  0%,
  100% {
    background-size: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background-size: 103%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
@keyframes zoom-in-zoom-out {
  0%,
  100% {
    background-size: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background-size: 103%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
.font-szukaj {
  color: #FFFFFF;
  font-size: 29px;
  font-weight: 300;
  line-height: 19px;
  display: inline-block;
}
.left_baner {
  width: 199px;
  border: 0px;
  float: left;
  height: 530px;
  background-image: url('../grafika/left_tlo.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 0px;
  top: 80px;
}
.right_baner {
  width: 127px;
  border: 0px;
  float: left;
  height: 354px;
  background-image: url('../grafika/right_tlo.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  position: absolute;
  right: 0px;
  top: 380px;
}
.logo {
  width: 30%;
  border: 0px;
  float: left;
}
.logo img {
  width: 100%;
  border: 0px;
  float: left;
  max-width: 306px;
  max-height: 34px;
  margin-top: 7px;
}
.top {
  width: 70%;
  border: 0px;
  float: left;
}
.box-szukaj {
  width: 35%;
  border: 0px;
  float: left;
  text-align: right;
  margin-right: 5%;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.box-szukaj-input {
  border: 2px solid #FFFFFF;
  float: right;
  width: 58%;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  position: relative;
}
.box-szukaj-input:hover {
  border: 2px solid #FFFFFF;
  float: right;
  width: 105%;
  margin-left: -5%;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.inputszukaj {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: white !important;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  border: 0px;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.box-szukaj-input:hover .inputszukaj {
  width: 80%;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.formbutton {
  background-color: transparent;
  padding: 0px;
  line-height: 0px;
  margin: 0px;
  height: 35px;
  font-size: 10px;
  width: 36px;
  background-image: url('../grafika/lupa.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-left: -5px;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 6px;
}
.formbutton:hover {
  background-image: url('../grafika/lupa-2.png');
}
.box-szukaj4 {
  display: none;
}
.box-szukaj44 {
  display: none;
}
.tlo_szczegoly {
  float: left;
  width: 100%;
  padding: 50px 0px 0px 0px;
  background-repeat: repeat-y;
  background-position: center center;
  min-width: 320px;
  background-size: cover;
  background-position-y: 0px;
  background-image: url('../grafika/backgroundHex-min.jpg');
}
.tlo_konkursy {
  float: left;
  width: 100%;
  padding: 50px 0px 0px 0px;
  background-repeat: repeat-y;
  background-position: center center;
  min-width: 320px;
  background-size: cover;
  background-position-y: 0px;
  background-image: url('../grafika/competitionbackground-min.jpg');
}
.tabs_middle {
  float: left;
  padding: 40px 5% 0px 5%;
  width: 90%;
}
.tabs_active {
  border-bottom: 7px solid #18BFF0;
  padding: 0px 20px 30px 20px;
  float: left;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
}
.tabs {
  padding: 0px 20px 37px 20px;
  float: left;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
}
.tabs b {
  font-weight: 700;
  color: #86D828;
}
.box-szukaj-input2 {
  border: 2px solid #CCCCCC;
  float: right;
  width: 58%;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  position: relative;
}
.box-szukaj-input2:hover {
  border: 2px solid #CCCCCC;
  float: right;
  width: 105%;
  margin-left: -5%;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.inputszukaj2 {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
  /*color:white !important;*/
  color: #666666;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  border: 0px;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.box-szukaj-input2:hover .inputszukaj2 {
  width: 80%;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.formbutton2 {
  background-color: transparent;
  padding: 0px;
  line-height: 0px;
  margin: 0px;
  height: 35px;
  font-size: 10px;
  width: 36px;
  background-image: url('../grafika/lupa-2.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-left: -5px;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 6px;
}
.formbutton2:hover {
  background-image: url('../grafika/lupa-2.png');
}
.top-linki {
  width: 60%;
  border: 0px;
  float: left;
}
.top-linki div {
  width: 20%;
  border: 0px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.top-linki div img {
  height: 22px;
}
.top-linki2 {
  width: 60%;
  border: 0px;
  float: left;
}
.top-linki2 div {
  width: 20%;
  border: 0px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.top-linki2 div img {
  height: 22px;
}
.wersje {
  width: 100%;
  border: 0px;
  float: left;
  position: relative;
}
.langico.active {
  background-color: #86d829;
  color: #fff;
}
.langico {
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 7px 3px 7px;
  font-size: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  color: #9a9a9a;
}
.langico:hover {
  background-color: #17bff0;
  color: #fff;
}
.lang-pl {
  top: -5px;
  left: px;
}
.lang-en {
  top: -5px;
  left: 40px;
}
.linia {
  width: 100%;
  border: 0px;
  float: left;
  height: 30px;
  background-image: url('../grafika/liniaptaszek.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.naglowek-baner {
  width: 100%;
  border: 0px;
  float: left;
  text-align: center;
  margin-top: 50px;
}
.naglowek-baner h1 {
  font-weight: 900;
  color: white;
  font-size: 74px;
  line-height: 70px;
  text-shadow: 1px 1px 1px #11354F;
}
.naglowek-baner h1 span {
  color: #86D829;
}
.menu {
  width: 100%;
  border: 0px;
  float: left;
  margin-top: 50px;
}
.menu b {
  font-weight: 900;
  font-size: 23px;
  line-height: 30px;
}
.przycisk_nowy {
  padding: 10px 40px 10px 40px;
  font-weight: 900;
  text-decoration: none;
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #132E43;
  position: relative;
  z-index: 10;
}
.przycisk_nowy:hover {
  background-color: #17BFF0;
}
.przycisk_szukaj {
  padding: 10px 40px 10px 40px;
  font-weight: 900;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-image: url('../grafika/tloalfa.png');
  color: white;
  margin-left: -30px;
  position: relative;
  z-index: 0;
}
.przycisk_szukaj:hover {
  background-color: #17BFF0;
  position: relative;
  z-index: 20;
}
.box-projekty {
  width: 46%;
  border: 0px;
  height: 292px;
  margin: auto auto;
  color: white;
  text-align: center;
}
.box-projekty-left {
  width: 90%;
  max-width: 340px;
  border: 0px;
  display: inline-block;
  height: 292px;
  margin-right: 2%;
  color: white;
  background-image: url('../grafika/tloramka.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.box-projekty-left:hover {
  width: 90%;
  max-width: 360px;
  border: 0px;
  display: inline-block;
  height: 312px;
  margin-right: 0%;
  padding: 20px 2% 0px 1%;
  color: white;
  background-image: url('../grafika/tloramka.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  margin-top: -10px;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.box-projekty-right {
  width: 90%;
  border: 0px;
  display: inline-block;
  max-width: 340px;
  height: 292px;
  margin-left: 1%;
  color: white;
  background-image: url('../grafika/tloramka.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.box-projekty-right:hover {
  width: 90%;
  max-width: 360px;
  border: 0px;
  display: inline-block;
  height: 312px;
  margin-left: -1%;
  padding: 20px 2% 0px 1%;
  color: white;
  background-image: url('../grafika/tloramka.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  margin-top: -10px;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.box-projekty-left div {
  display: inline-block;
  height: 222px;
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 89px;
  padding-left: 5%;
  padding-right: 5%;
}
.box-projekty-right div {
  display: inline-block;
  height: 222px;
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 70px;
  padding-left: 5%;
  padding-right: 5%;
}
.tloniebieskie {
  width: 100%;
  border: 0px;
  float: left;
  background-color: #17BFF0;
  padding-top: 30px;
  padding-bottom: 45px;
  color: white;
  position: relative;
  min-width: 1437px;
  text-align: center;
}
.tloniebieskie a {
  color: #fff;
}
.tloniebieskie img {
  margin-right: 50px;
  vertical-align: middle;
  float: left;
}
.tloniebieskie h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 15px;
}
.tloniebieskie span {
  font-size: 20px;
}
.infozielone {
  float: left;
  background-color: #17BFF0;
  padding: 12px 20px 12px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.infobiale {
  float: left;
  padding: 9px 20px 9px 20px;
  color: #ABABAB;
  text-transform: uppercase;
  border: 3px solid #E2E2E2;
  background-color: white;
  font-weight: 300;
}
.infopomarancz {
  float: right;
  background-color: #FF9900;
  padding: 12px 20px 12px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.pasek_logo {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  min-width: 1437px;
}
.pasek_logo_fixed {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1000;
  min-width: 320px;
}
.lewa {
  width: 50%;
  border: 0px;
  float: left;
}
.contentBox:hover {
  display: none;
}
.prawa {
  width: 50%;
  border: 0px;
  float: left;
}
.box {
  -webkit-box-shadow: inset 0px 0px 0px 4px #d7d7d7;
  -moz-box-shadow: inset 0px 0px 0px 4px #d7d7d7;
  box-shadow: inset 0px 0px 0px 4px #d7d7d7;
  background-color: white;
}
.box2 {
  -webkit-box-shadow: inset 0px 0px 0px 12px #17BFF0;
  -moz-box-shadow: inset 0px 0px 0px 12px #17BFF0;
  box-shadow: inset 0px 0px 0px 12px #17BFF0;
  background-color: white;
}
.box-poziomy {
  width: 94%;
  border: 0px;
  float: left;
  height: 348px;
  margin-bottom: 15px;
  padding: 12px 2% 12px 2%;
  position: relative;
  margin: 5px;
}
.box-poziomy .truncateText {
  height: 115px;
}
.box-poziomy .box-txt {
  margin-top: 5px;
}
.box-poziomy:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}
.box-pionowy {
  width: 44%;
  border: 0px;
  float: left;
  height: 735px;
  margin-left: 2%;
  padding: 12px 2% 12px 2%;
  position: relative;
}
.box-pionowy2 {
  width: 23.0%;
  border: 0px;
  float: left;
  height: 750px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 12px 0% 12px 0%;
  position: relative;
  margin-bottom: 20px;
}
.box-poziomy .display {
  display: none;
}
.box_newslater {
  float: left;
  width: 100%;
  background-color: #17BFF0;
  padding: 7px 0px 0px 0px;
  min-width: 320px;
}
.box_newslater span {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 300;
}
.box_newslater b {
  font-weight: 800;
}
.box-poziomy .link_ikona {
  position: absolute;
  top: 0px;
  left: 48%;
}
.tlo_kategoria {
  float: left;
  width: 100%;
  background-color: #13283B;
  padding: 40px 0px 80px 0px;
  text-align: center;
  min-width: 320px;
}
.boks_kategoria {
  width: 15.6%;
  margin: -1px -1px 0px 0;
  text-align: center;
  height: 230px;
  padding: 20px 2% 20px 2%;
  display: block;
  float: left;
  vertical-align: top;
  background-image: url('../grafika/tlo_kategoria.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  margin-bottom: -40px;
  position: relative;
  z-index: 100;
}
.boks_kategoria:hover,
.boks_kategoria.active {
  width: 15.6%;
  margin: -1px -1px 0px 0;
  text-align: center;
  height: 230px;
  padding: 20px 2% 20px 2%;
  display: block;
  float: left;
  vertical-align: top;
  background-image: url('../grafika/tlo_kategoria2.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  margin-bottom: -40px;
}
.boks_kategoria:nth-child(6) {
  margin-left: 9.6%;
}
/*
.boks_kategoria:hover {
    height: 230px;
}*/
.boks_kategoria span {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
  clear: both;
}
.boks_kategoria:hover span,
.boks_kategoria.active span {
  color: #13283B;
  font-weight: 800;
  font-size: 18px;
  clear: both;
}
.boks_kategoria a {
  color: #17BFF0;
  font-weight: 300;
  font-size: 14px;
  clear: both;
  text-decoration: none;
}
.boks_kategoria a:hover {
  color: #86D828;
}
.boks_kategoria_img {
  display: inline-block;
  width: 80%;
  max-width: 100px;
  height: 96px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: -6px;
  clear: both;
  margin-top: 10px;
}
.boks_kategoria_img img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100px;
  max-height: 100px;
}
.box-poziomy-szczgoly,
.userProfileContainer {
  float: left;
  width: 98%;
  border: 4px solid #FFFFFF;
  margin: 0px;
}
.box-poziomy-szczgoly.userProfileContainer,
.userProfileContainer.userProfileContainer {
  margin-bottom: 90px;
}
.box-poziomy-szczgoly.userProfileContainer .szczegoly_boks_left,
.userProfileContainer.userProfileContainer .szczegoly_boks_left {
  height: 100%;
}
.userProfileLink:visited {
  text-decoration: none;
}
.userProfileLink:link {
  text-decoration: none;
}
.userProfileLink:active {
  text-decoration: none;
}
.box-poziomy-naglowek {
  float: left;
  width: 90%;
  padding: 0px 5% 40px 5%;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 40px;
}
.box-poziomy-nazwa {
  float: left;
  width: 90%;
  padding: 0px 5% 40px 5%;
}
.box-poziomy-nazwa p {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #FFFFFF;
}
.box-partner-szczegoly {
  float: right;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
.box-partner-szczegoly div {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  max-width: 100px;
  margin-left: 10%;
  margin-top: 20px;
  margin-bottom: 10px;
  min-width: 100px;
}
.box-partner-szczegoly div img {
  min-width: 70%;
  min-height: 70%;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  max-width: 80px;
  max-height: 80px;
}
.box-partner-szczegoly2 {
  display: none;
}
.box-partner-szczegoly2 div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  overflow: hidden;
  max-width: 100px;
  margin-left: 10%;
  margin-top: -20px;
  margin-bottom: 10px;
  min-width: 100px;
}
.box-partner-szczegoly2 div img {
  min-width: 70%;
  min-height: 70%;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  max-width: 80px;
  max-height: 80px;
}
.box-organizator-szczegoly {
  float: left;
  margin-left: 5%;
  color: #FFFFFF;
  width: 40%;
  margin-top: -30px;
}
.box-organizator-szczegoly span {
  color: #FFFFFF;
  font-weight: 300;
}
.box-organizator-szczegoly b {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
}
.box-organizator-szczegoly div img {
  height: 80px;
}
.box-pionowy .link_ikona {
  position: absolute;
  top: 0px;
  left: 44%;
}
.box-organizator {
  width: 64%;
  border: 0px;
  float: left;
  padding-top: 20px;
  padding-left: 3%;
}
.box-organizator .logo-box {
  width: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 65px;
  overflow: hidden;
  margin-bottom: 9px;
  max-width: 65px;
  float: left;
  margin-right: 3%;
}
.box-organizator .box-organizator-text {
  float: left;
  width: 330px;
}
.box-organizator .box-organizator-text .box-organizator-text-name {
  width: 100%;
  height: 45px;
}
.box-organizator b {
  font-size: 20px;
  font-weight: 500;
}
.box-organizator span {
  font-size: 13px;
  font-weight: 300;
}
.box-organizator img {
  vertical-align: middle;
}
.box-poziomy .box-txt .project-name-box {
  height: 45px;
}
.baner_podstrona {
  background-image: url('../grafika/baner_podstrona.jpg');
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  float: left;
  height: 405px;
  margin-top: 20px;
  -webkit-animation: flat-desktop1 385s ease alternate;
  -moz-animation: flat-desktop1 385s ease alternate;
  animation: flat-desktop1 385s ease alternate;
  min-width: 1437px;
}
@-webkit-keyframes flat-desktop1 {
  100% {
    background-position: 2800% top;
  }
  0% {
    background-position: left top;
  }
}
@-moz-keyframes flat-desktop1 {
  100% {
    background-position: 2800% top;
  }
  0% {
    background-position: left top;
  }
}
@keyframes flat-desktop1 {
  100% {
    background-position: 2800% top;
  }
  0% {
    background-position: left top;
  }
}
.naglowek_tresc {
  float: left;
  font-size: 59px;
  line-height: 63px;
  font-weight: 800;
  color: #13283B;
  margin-top: -220px;
  position: absolute;
}
.box-organizator2 {
  width: 50%;
  border: 0px;
  float: left;
  padding-left: 0%;
}
.box-organizator2 div {
  width: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 65px;
  overflow: hidden;
  margin-bottom: 9px;
  min-width: 65px;
}
.box-organizator2 span {
  font-size: 13px;
  font-weight: 300;
  float: left;
}
.box-organizator2 b {
  font-size: 17px;
  float: left;
  font-weight: 500;
}
.box-organizator2 img {
  vertical-align: middle;
  min-height: 65px;
  min-width: 100%;
}
.box-project-organizer-name {
  float: left;
  clear: left;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
}
.box-project-name {
  display: block;
  height: 60px;
}
.box-pionowy .box-organizator {
  padding-top: 40px;
  padding-left: 7%;
  width: 43%;
}
.box-pionowy .box-organizator img {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.imgkolo {
  max-width: 80px;
  max-height: 80px;
  float: left;
  margin-right: 20px;
}
.box-poziomy .box-organizator img {
  vertical-align: middle;
  min-height: 65px;
  min-width: 100%;
}
.box-pionowy .imgkolo {
  min-width: 120%;
  min-height: 120%;
}
.imgkolo-szczegoly {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 3%;
  margin-top: -5px;
}
.imgkolo-szczegoly img {
  max-width: 120px;
  max-height: 120px;
  min-width: 80px;
  min-height: 80px;
}
.linia_x {
  float: left;
  opacity: 0.4;
  border-top: 1px solid #FFFFFF;
  width: 90%;
  height: 1px;
  margin: 20px 5% 20px 5%;
}
.szczegoly_boks_left {
  float: left;
  width: 40%;
  color: #FFFFFF;
  position: relative;
  margin-left: 5%;
  padding: 20px 2% 20px 2%;
  background-image: url('../grafika/tlo_alfa2.png');
  margin-bottom: 20px;
  height: 56px;
}
.szczegoly_boks_right,
.szczegoly_boks_right_user_container {
  float: left;
  width: 30%;
  color: #FFFFFF;
  position: relative;
  background-image: url('../grafika/tlo_alfa2.png');
  margin-left: 5%;
  padding: 35px 5% 20px 5%;
  height: 41px;
}
.szczegoly_boks_right.szczegoly_boks_right_user_container,
.szczegoly_boks_right_user_container.szczegoly_boks_right_user_container {
  height: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.title_paragraph {
  font-weight: bold;
  font-size: 16px;
}
.szczegoly_boks_right span {
  font-size: 18px;
  font-weight: 300;
}
.szczegoly_boks_right b {
  font-size: 22px;
  font-weight: 700;
}
.boks_uzbierano_szczegoly {
  float: right;
  padding: 0 40px 0px 0;
  color: #FFFFFF;
}
.boks_uzbierano_szczegoly span {
  font-size: 16px;
  font-weight: 300;
}
.boks_uzbierano_szczegoly b {
  font-size: 18px;
  font-weight: 700;
}
.box-partner {
  width: 30%;
  border: 0px;
  float: right;
  text-align: left;
  padding-left: 3%;
  padding-right: 0%;
}
.box-partner img {
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
  float: right;
  margin-right: 20px;
}
.box-partner span {
  padding-top: 25px;
  display: inline-block;
  font-size: 12px;
}
.box-pionowy .box-partner {
  width: 31%;
  border: 0px;
  float: left;
  text-align: right;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 7%;
  text-align: center;
}
.box-txt {
  width: 57%;
  border: 0px;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  padding-left: 3%;
}
.box-txt .link_szary {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.box-txt b {
  font-size: 20px;
  font-weight: 700;
}
.box-txt span {
  font-size: 13px;
  text-transform: uppercase;
}
.box-txt2 {
  width: 80%;
  border: 0px;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
}
.box-txt2 .link_szary {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.box-txt2 b {
  font-size: 20px;
  font-weight: 700;
}
.box-txt2 span {
  font-size: 13px;
  text-transform: uppercase;
}
.box-foto {
  width: 35%;
  border: 0px;
  float: left;
  position: relative;
  height: 155px;
  overflow: hidden;
  margin-left: 5%;
  margin-top: 20px;
}
.box-foto img {
  min-width: 100%;
  min-height: 100%;
  max-width: 230px;
  max-height: 155px;
  position: relative;
  z-index: 0;
}
.box-foto span.competitionCategoryLabel {
  background-color: #FF9900;
  padding: 5px 20px 5px 20px;
  color: white;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  font-weight: bold;
}
.box-foto2 span.competitionCategoryLabel {
  background-color: #FF9900;
  padding: 5px 20px 5px 20px;
  color: white;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  font-weight: bold;
}
.box-foto span {
  background-color: #17bff0;
  padding: 5px 20px 5px 20px;
  color: white;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  font-weight: bold;
}
.box-foto2 {
  border: 0px;
  float: left;
  position: relative;
  height: 155px;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  margin-left: 4%;
  width: 92%;
}
.box-foto2 img {
  min-width: 100%;
  min-height: 100%;
  max-width: 294px;
  max-height: 300px;
  position: relative;
  z-index: 0;
}
.box-foto2 span {
  background-color: #17BFF0;
  padding: 5px 20px 5px 20px;
  color: white;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  font-weight: bold;
}
.box-pionowy .box-txt {
  width: 86%;
  margin-top: 10px;
  padding-left: 7%;
  padding-right: 7%;
}
.box-pionowy .box-foto {
  width: 100%;
  margin-left: 0%;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.wskaznik {
  width: 94%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #B6B6B6;
  margin-left: 3%;
  margin-right: 3%;
  clear: both;
  margin-top: 10px;
}
.wskaznik2 {
  width: 94%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #B6B6B6;
  margin-left: 3%;
  margin-right: 3%;
  clear: both;
  margin-top: 10px;
}
.wskaznik div {
  width: 40%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #17BFF0;
}
.wskaznik2 div {
  width: 40%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #f90;
}
.wskaznik_szczegoly {
  width: 100%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #B6B6B6;
  clear: both;
  margin-top: 10px;
}
.wskaznik2_szczegoly {
  width: 100%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #B6B6B6;
  clear: both;
  margin-top: 10px;
}
.wskaznik_szczegoly div {
  width: 40%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #17BFF0;
}
.wskaznik2_szczegoly div {
  width: 40%;
  border: 0px;
  float: left;
  height: 5px;
  background-color: #f90;
}
.doukonczenia {
  width: 94%;
  border: 0px;
  float: left;
  text-align: right;
  clear: both;
  color: #3C4850;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 3%;
  margin-right: 3%;
}
.doukonczenia_szczegoly {
  float: left;
  margin-left: 5%;
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  clear: both;
  color: #092F46;
  margin-top: 15px;
}
.box-pionowy .doukonczenia {
  width: 86%;
  padding-left: 7%;
  padding-right: 7%;
}
.celzbiorki {
  border: 0px;
  position: absolute;
  left: 5%;
  bottom: 10px;
}
.celzbiorki2 {
  border: 0px;
  position: absolute;
  left: 10%;
  bottom: 10px;
}
.box-pionowy .celzbiorki {
  left: 10%;
}
.button_wesprzyj,
.buttonUserProfile {
  display: block;
  float: right;
  margin-bottom: -1px;
  padding: 20px 30px 20px 30px;
  background-color: #86D828;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.button_wesprzyj.buttonUserProfile,
.buttonUserProfile.buttonUserProfile {
  float: left;
  padding: 10px 20px 10px 20px;
  margin-top: 0px;
}
.labelCheckbox {
  margin-left: 190px;
  top: 41px;
  position: relative;
  font-family: 'Roboto light', sans-serif;
  font-size: 11px;
}
#is_total_support {
  margin-top: 22px;
  margin-right: 220px;
  margin-left: 0px;
}
#is_total_support-element {
  text-align: center;
}
.button_wesprzyj:hover,
.buttonUserProfile:hover {
  background-color: #18BFF0;
}
.button_wesprzyj_pomarancz {
  display: block;
  float: right;
  margin-bottom: -1px;
  padding: 20px 30px 20px 30px;
  background-color: #FF9900;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
}
.button_wesprzyj_pomarancz :hover {
  background-color: #18BFF0;
}
.nagrody_middle {
  float: left;
  width: 65%;
  color: #666666;
  padding-left: 5%;
  font-weight: 300;
  padding-top: 40px;
}
.competitionsContainer {
  float: left;
  width: 88%;
  color: #666666;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 300;
  padding-top: 80px;
}
.right_nagrody {
  width: 100%;
  padding-right: 5%;
  padding: 0px 0px 10px 0px;
}
.boks_nagrody {
  border: 4px solid #EFEFEF;
  width: 100%;
  padding: 30px 5% 60px 5%;
  background-color: #FFFFFF;
  margin: 30px 0px 0px 0px;
  text-align: center;
  font-weight: 300;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
.commentsParagraph {
  margin-top: 50px;
}
.boks_nagrody_wspierajacych {
  position: absolute;
  left: 5%;
  bottom: 0px;
  width: 39%;
  padding: 7px 3% 7px 3%;
  background-color: #EFEFEF;
  font-weight: 300;
  color: #174157;
  font-size: 13px;
}
.boks_nagrody_wspierajacych.center {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  left: 0;
}
.boks_nagrody_wspierajacych b {
  font-weight: 800;
  font-size: 15px;
}
.boks_nagrody_wspierajacych_button {
  position: absolute;
  right: 5%;
  bottom: 0px;
  width: 39%;
  padding: 5px 3% 9px 3%;
  background-color: #18BFF0;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.boks_nagrody span {
  font-size: 36px;
  color: #000000;
  font-weight: 800;
  line-height: 43px;
}
.boks_nagrody span span {
  font-size: 22px;
  color: #000000;
  font-weight: 800;
}
.boks_nagrody b {
  font-size: 22px;
  color: #18BFF0;
  font-weight: 800;
  vertical-align: bottom;
}
.naglowek_budzet {
  width: 90%;
  border-bottom: 1px solid #E0E0E0;
  padding: 0px 0px 5px 0px;
}
.naglowek_budzet strong {
  color: #174157;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}
.naglowek_budzet strong span {
  color: #18BFF0;
  font-weight: 800;
}
.commentBlock {
  float: left;
  width: 90%;
  padding: 20px 0px 0px 0px;
}
.commentBlock .commentLogin {
  margin: 0;
  border-bottom: 1px solid #E0E0E0;
  color: #18BFF0;
  font-weight: 800;
  font-size: 17px;
  font-style: italic;
}
.commentBlock .commentLogin .commentDate {
  color: #666666;
  font-weight: 800;
  font-size: 11px;
  font-style: italic;
}
.commentBlock .commentText {
  overflow-x: hidden;
  font-family: 'Roboto';
  font-style: italic;
}
.commentButtonContainer {
  width: 90%;
  float: left;
  margin: auto auto;
  text-align: center;
}
.commentButtonContainer .commentLoginButton {
  right: 5%;
  bottom: 0px;
  width: 25%;
  padding: 9px 3% 9px 3%;
  background-color: #18BFF0;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  text-decoration: none;
  margin: 15px auto 0 auto;
}
.middle_budzet {
  float: left;
  width: 90%;
  padding: 0px 0px 40px 0px;
}
.naglowek_zespol {
  float: left;
  font-weight: 800;
  color: #333333;
  font-size: 36px;
  line-height: 37px;
  padding: 10px 0px 20px 0px;
  width: 100%;
}
.middle_zespol {
  background-color: #E9E9E9;
  padding: 30px 0px 30px 0px;
  float: left;
  width: 100%;
}
.middle_zespol_left {
  float: left;
  width: 560px;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.middle_zespol_right {
  float: left;
  width: 46%;
  color: #666666;
  padding-top: 50px;
  padding-bottom: 20px;
}
.middle_zespol_right h2 {
  color: #666666;
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
}
.zespol {
  float: left;
  width: 195px;
  padding: 20px 10% 20px 0px;
  text-align: center;
}
.zespolTeamHead {
  float: left;
  padding: 20px 10% 20px 0px;
  text-align: center;
}
.foto_zespol {
  float: left;
  width: 100%;
  height: 192px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.foto_zespol img {
  width: 100%;
}
.zespol span {
  font-size: 15px;
  font-weight: 800;
  color: #18BFF0;
}
.zespol strong {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.middle_partner {
  float: left;
  width: 100%;
  background-image: url('../grafika/tlo_ofirmie.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0px 30px 0px;
}
.partner_naglowek {
  float: left;
  width: 100%;
  padding: 0px 0px 30px 0px;
  color: #666666;
  text-align: center;
}
.partner_naglowek strong {
  color: #333333;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
}
.boks_line_partnerzy {
  display: inline-block;
  margin: 0px 3% 0px 3%;
  text-align: center;
  vertical-align: top;
  padding: 10px 0px 10px 0px;
}
.boks_line_partnerzy_img {
  width: 110px;
  height: 110px;
  /*    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;*/
  overflow: hidden;
  margin-bottom: 10px;
  /*    background-color: #FFFFFF;*/
  display: inline-block;
  clear: both;
}
.boks_line_partnerzy_img img {
  margin: 6px 10% 0px 10%;
  width: 80%;
}
.boks_line_partnerzy span {
  font-weight: 300;
  color: #333333;
  font-size: 22px;
  line-height: 24px;
}
.boks_line_partnerzy a {
  font-weight: 800;
  color: #18BFF0;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
.boks_partner_glowny {
  background-image: url('../grafika/tlo_alfa4.png');
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 3% 5px 3%;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px;
}
.middle_opis_dodatkowy {
  float: left;
  width: 100%;
  padding: 50px 0px 0px 0px;
  color: #666666;
}
.tabs_nagrody {
  float: right;
  font-weight: 800;
  color: #FFFFFF;
  font-size: 17px;
  width: 30%;
  text-align: center;
}
.middle_opis_dodatkowy strong {
  font-weight: 800;
  color: #333333;
  font-size: 30px;
  line-height: 32px;
}
.celzbiorki span {
  color: white;
  background-color: #17BFF0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.celzbiorki b {
  color: white;
  background-color: #1C2A33;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
}
.celzbiorki2 span {
  color: white;
  background-color: #17BFF0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.celzbiorki2 b {
  color: white;
  background-color: #1C2A33;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
}
.wroc {
  position: fixed;
  top: 60%;
  right: 0px;
  width: 60px;
  background-color: #86D828;
  padding: 10px 0px 10px 0px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  color: white;
  cursor: pointer;
}
.celzbiorki_szczegoly {
  float: left;
  color: #FFFFFF;
}
.celzbiorki_szczegoly span {
  float: left;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.celzbiorki_szczegoly b {
  float: left;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.przyciskblekityny {
  width: 78%;
  border: 0px;
  float: left;
  height: 75px;
  background-color: #17BFF0;
  position: relative;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 27px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 25px;
  margin-top: 20px;
  margin-left: 5px;
}
.przyciskblekityny img {
  position: absolute;
  right: 30px;
  top: 10px;
}
.przyciskpomarancz {
  width: 78%;
  border: 0px;
  float: left;
  height: 75px;
  background-color: #FE9900;
  position: relative;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 27px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 25px;
  margin-top: 20px;
  margin-left: 5px;
}
.przyciskpomarancz img {
  position: absolute;
  right: 30px;
  top: 10px;
}
.tlobomble {
  width: 100%;
  border: 0px;
  float: left;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 1437px;
}
.tlopartnerzy {
  width: 100%;
  border: 0px;
  float: left;
  height: 116px;
  background-image: url('../grafika/tlopartnerzy.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #17BFF0;
  margin-top: 100px;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  color: white;
  padding-top: 15px;
  min-width: 1437px;
}
.tlopartnerzy b {
  font-weight: 900;
  font-size: 35px;
}
.tloszare {
  width: 100%;
  border: 0px;
  float: left;
  background-color: #E9E9E9;
  padding-bottom: 20px;
  min-width: 1437px;
  align-items: center;
}
.tlostopka {
  width: 100%;
  border: 0px;
  float: left;
  background-color: #1C2A33;
  min-width: 1437px;
}
.tlostopka .ramka:last-child {
  margin-bottom: 30px;
}
.stopka {
  width: 47%;
  border: 0px;
  float: left;
  padding-top: 30px;
}
.stopka div {
  width: 45%;
  border: 0px;
  float: left;
  padding-right: 5%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.stopka-konto {
  width: 10%;
  border: 0px;
  float: left;
  padding-top: 30px;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-left: 2%;
  padding-right: 5%;
}
.stopka-konto div {
  margin-top: 15px;
}
.stopka-konto img {
  margin-bottom: 5px;
}
.freshmail_box {
  float: left;
  color: #fff;
  font-size: 12px;
  font-family: Roboto;
  text-align: left;
  padding-top: 30px;
  margin-left: 50px;
}
.freshmail_box strong {
  display: block;
  font-size: 18px;
}
.freshmail_box label {
  display: block;
  margin-top: 10px;
}
.freshmail_box input {
  display: block;
  margin: 0;
  padding: 3px;
}
.freshmail_box .freshmail_button {
  border: 0;
  background: #fff;
  padding: 5px 15px;
  margin-top: 8px;
  cursor: pointer;
  color: #000033;
  font-family: "Nunito", sans-serif;
}
.paypal-footer-logo {
  margin-right: 10px;
  margin-bottom: 10px;
}
.stopka2 {
  width: 100%;
  border: 0px;
  float: left;
  color: #B6B6B6;
  font-size: 13px;
  font-weight: 100;
}
.stopka2-lewa {
  width: 50%;
  border: 0px;
  float: left;
  margin-top: 20px;
}
.stopka2-prawa {
  width: 50%;
  border: 0px;
  float: left;
  text-align: right;
  color: #17BFF0;
  font-weight: 400;
  font-size: 16px;
  margin-top: 40px;
}
.stopka2-prawa img {
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.stopka2-prawa span {
  margin-right: 20px;
}
.inputnl {
  float: left;
  width: 66%;
  border: 0px;
  background-color: white;
  color: #CDCDCD;
  padding: 0px;
  margin: 0px;
  height: 40px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-left: 2%;
  padding-right: 2%;
}
.formnl {
  float: left;
  width: 30%;
  border: 0px;
  background-color: #1C2A33;
  color: #17BFF0;
  padding: 0px;
  margin: 0px;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
.formnl:hover {
  background-color: #FE9900;
  color: white;
}
.link_szary {
  color: #343434;
  text-decoration: none;
}
.link_szary:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.link_stopka {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
.link_stopka:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.link_stopka2 {
  color: #17BFF0;
  text-decoration: none;
}
.link_stopka2:hover {
  color: white;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.link_bialy {
  color: white;
  text-decoration: none;
}
.link_bialy:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.link_bialy2 {
  color: #666666;
  text-decoration: none;
}
.link_bialy2:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.link_nowy {
  color: #13283B;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}
.link_nowy:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.link_szukaj {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}
.link_szukaj:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.sciezka {
  float: left;
  width: 100%;
  border: 0px;
}
.tresc-kontakt {
  float: left;
  width: 45%;
  border: 0px;
  padding: 50px 2% 30px 0px;
}
.tresc-kontakt .contact_text_box {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 20px 20px 20px;
  width: 100%;
}
.tresc-kontakt .contact_text_subtitle {
  color: #A9A9A9;
}
.formularz {
  float: left;
  width: 35%;
  border: 0px;
  background-color: #1C2A33;
  margin: 40px 0px 40px 5%;
  padding: 20px 5% 20px 5%;
}
.userEditForm,
.formularz {
  width: 65%;
  border: 0px;
  margin: auto auto;
}
.userEditForm.formularz,
.formularz.formularz {
  width: 500px;
  border: 0px;
  margin: 25px auto 25px auto;
  display: inline-block;
  background-color: #E9E9E9;
  float: right;
}
.userEditForm.formularz .input,
.formularz.formularz .input {
  width: 500px;
}
.userEditForm textarea,
.formularz textarea {
  resize: none;
  height: 156px;
}
.userEditForm .input,
.formularz .input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #FFFFFF;
  padding: 24px 22px 12px 22px;
  width: 553px;
  font-size: 16px;
  font-family: 'Roboto Light', sans-serif;
  color: #6f6f7b;
  border: 1px solid #EBEBEB;
  margin-top: 1px;
  color: #000033;
  line-height: 23px;
  text-indent: 10px;
  border-radius: 0;
}
.userEditForm .input:focus,
.formularz .input:focus {
  outline: 0;
  color: #00AEEF;
  box-shadow: 0 0 1px #00AEEF;
  border: 1px solid #00AEEF;
  transition: all 0.5s;
}
.userEditForm .titleSpan,
.formularz .titleSpan {
  float: left;
  background-color: #FFFFFF;
  padding: 32px 5% 30px 2%;
  width: 255px;
  color: #222247;
  font-size: 18px;
  font-family: 'Roboto Black', sans-serif;
  margin-left: 140px;
  text-align: center;
}
.userEditForm .titleSpan.subtitleFormTitle,
.formularz .titleSpan.subtitleFormTitle {
  font-size: 12px;
  padding-bottom: 10px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
.userEditForm .inputHalf,
.formularz .inputHalf {
  background-color: #FFFFFF;
  padding: 24px 22px 0px 22px;
  height: 54px;
  width: 274px;
  font-size: 16px;
  font-family: 'Roboto Light', sans-serif;
  margin: 1px 2px 1px 1px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  color: #000033;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.userEditForm .inputHalf:focus,
.formularz .inputHalf:focus {
  outline: 0;
  color: #4cceff;
  box-shadow: 0 0 1px #4cceff;
  border: 1px solid #4cceff;
  transition: all 0.5s;
}
.userEditForm #register-element,
.formularz #register-element {
  text-align: center;
}
.userEditForm select,
.formularz select {
  float: left;
  background-color: #FFFFFF;
  padding: 24px 22px 0px 22px;
  height: 54px;
  display: block;
  width: 553px;
  font-size: 12px;
  font-family: 'Roboto Light', sans-serif;
  color: #6f6f7b;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  background-color: white;
  margin-top: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.userEditForm select:focus,
.formularz select:focus {
  outline: 0;
  color: #4cceff;
  box-shadow: 0 0 1px #4cceff;
  border: 1px solid #4cceff;
  transition: all 0.5s;
}
.userEditForm .paypal_title,
.formularz .paypal_title {
  font-size: 18px;
  font-family: 'Roboto Black', sans-serif;
  text-align: center;
  width: 565px;
}
.submit_competition_form label {
  float: left;
  width: 100%;
}
.formDiv {
  float: left;
  position: relative;
}
.formDiv label {
  position: absolute;
  top: 2px;
  font-family: 'Roboto light', sans-serif;
  font-size: 11px !important;
  left: 2px;
  width: 98%;
  background-color: #FFF;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 2px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
.formDiv .errors {
  position: absolute;
  z-index: 99999;
  top: 18px;
  left: -29px;
  color: red;
  font-size: 10px;
  list-style-type: none;
}
.formDiv #project_description-label label,
.formDiv #introduction_description-label label {
  position: static;
}
.userEditTitle {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.userEditAccountTable {
  width: 100%;
  border: 0px;
  padding: 10px 5% 20px 5%;
}
.userEditAccountTable h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0px 25px 0px;
  color: #000033;
}
.userEditAccountTable h3 {
  text-align: center;
  font-size: 16px;
  padding: 25px 0px 25px 0px;
  color: #000033;
}
.userEditAccountTable .dateCell {
  min-width: 130px;
}
.userEditAccountTable .nameCell {
  min-width: 125px;
}
.infoTableData {
  margin: auto auto;
}
.infoTableData th {
  font-size: 14px;
  padding: 0px 25px 0px 25px;
  text-align: center;
  color: #000033;
}
.infoTableData td {
  font-size: 12px;
  text-align: center;
  padding: 3px 5px 3px 5px;
  height: 45px;
}
.infoTableData a {
  text-decoration: none;
}
.infoTableData tr:nth-child(even) {
  background: #f7f7f7;
}
.infoTableData tr:nth-child(odd) {
  background: #FFF;
}
.infoTableData .imageCell {
  width: 50px;
}
.infoTableData .imageCell img {
  width: 50px;
  height: 50px;
  padding: 7px 15px 0px 4px;
}
.infoTableData .fullNameCell {
  width: 375px;
  text-align: left;
  font-weight: bold;
}
.infoTableData .actionCell {
  width: 50px;
  font-weight: bold;
}
.formimage {
  float: left;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.formimage img {
  width: 85px;
  height: 85px;
}
.formimage .projectimage {
  width: 227px;
  height: 155px;
}
.userPanelMenuList {
  padding: 0px;
}
.userPanelMenuList a {
  text-decoration: none;
  color: #000033;
  font-weight: 800;
}
.no-results {
  margin: 150px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
.tresc {
  float: left;
  width: 90%;
  border: 0px;
  padding: 0px 5% 0px 5% ;
}
.tresc h2 {
  line-height: 36px;
  font-size: 34px;
  font-weight: 300;
}
.naglowek_tresc_kontakt {
  float: left;
  background-color: #F5F5F5;
  padding: 35px 0px 35px 0px;
  border-top: 1px solid #E4E4E4;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.naglowek_tresc_kontakt h1 {
  color: #666666;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}
.pole {
  float: left;
  width: 100%;
  padding: 3px 0px 3px 0px;
  font-weight: 800;
  font-size: 12px;
  color: #FFFFFF;
}
.input {
  float: left;
  background-color: #FFFFFF;
  padding: 9px 5% 9px 5%;
  width: 90%;
  font-size: 16px;
  font-family: 'Roboto Medium', sans-serif;
  color: #000033;
}
.input2 {
  float: left;
  background-color: #FFFFFF;
  padding: 9px 5% 9px 5%;
  width: 90%;
  -webkit-box-shadow: 1px 2px 6px 3px #00001d;
  -moz-box-shadow: 1px 2px 6px 3px #00001d;
  box-shadow: 1px 2px 6px 3px #00001d;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.pole2 {
  float: left;
  width: 100%;
  padding: 3px 0px 3px 0px;
  font-size: 12px;
  color: #FFFFFF;
}
.formbutton3 {
  -webkit-box-shadow: 1px 2px 6px 3px #00001d;
  -moz-box-shadow: 1px 2px 6px 3px #00001d;
  box-shadow: 1px 2px 6px 3px #00001d;
  float: right;
  width: 30%;
  padding: 15px 3% 15px 3%;
  background-color: #17BFF0;
  color: #FFFFFF;
  position: relative;
  border: 0px;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
.formbutton3:hover {
  background-color: #8D8D8D;
}
#kotwica {
  margin-top: 20px;
}
.tresc-kontakt p a {
  color: #000033;
  text-decoration: none;
}
.tresc-kontakt p a:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.tresc p a {
  color: #000033;
  text-decoration: none;
}
.tresc p a:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.boks_archiwum {
  float: left;
  padding: 10px 3% 10px 3%;
  background-color: #ABABAB;
  margin: 10px 0px 10px 1%;
}
.boks_archiwum a {
  color: #FFFFFF;
  font-weight: 800;
  text-decoration: none;
}
.boks_archiwum a:hover {
  color: black;
}
.column {
  display: none;
  z-index: 2000;
  position: relative;
}
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 50% 100%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: transparent;
  border: none;
  width: 100%;
  height: 60px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  float: right;
  margin-top: -13px;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #0394CB;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 20px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 
        0 20px 0 #fff;
}
.dl-menuwrapper2 button {
  background: transparent;
  border: none;
  width: 100%;
  height: 60px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  float: right;
  margin-top: -13px;
}
.dl-menuwrapper2 button:hover,
.dl-menuwrapper2 button.dl-active,
.dl-menuwrapper2 ul {
  background: #0394CB;
}
.dl-menuwrapper2 button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #1A2F42;
  top: 20px;
  left: 16%;
  box-shadow: 0 10px 0 #1A2F42, 
        0 20px 0 #1A2F42;
}
.dl-menu {
  position: absolute;
  right: 0px;
  width: 300px;
  top: 105px;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  right: 0px;
  width: 380px;
  top: 42px;
  z-index: 2000;
}
.dl-menuwrapper li {
  position: relative;
  text-align: center;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.dl-menuwrapper2 ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  right: 0.0%;
  width: 360px;
  top: 42px;
  z-index: 2000;
}
.dl-menuwrapper2 li {
  position: relative;
  text-align: center;
}
.dl-menuwrapper2 li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 200%;
  min-width: 220px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper2 li .dl-submenu {
  display: none;
}
.no-touch .dl-menuwrapper2 li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.dl-menuwrapper2 li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper2 li.dl-back:after,
.dl-menuwrapper2 li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}
.dl-menuwrapper2 li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper2 li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper2 .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 300px;
  min-width: 220px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper2 .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper2 .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper2 li .dl-submenu {
  display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
.dl-menuwrapper2 > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}
.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}
/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}
.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}
/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}
.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}
/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}
.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}
/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783;
}
.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}
.loginTitle {
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #666666;
  text-transform: none;
  margin: 0;
  font-weight: bold;
}
.col.registered-users {
  text-align: center;
  margin-bottom: 35px;
}
.col.registered-users ul {
  padding: 0;
}
.col.registered-users ul li {
  margin-bottom: 40px;
  list-style: none;
}
.col.registered-users ul li.checkboxList {
  margin-bottom: 20px;
}
.col.registered-users ul li .input-box {
  padding-bottom: 25px;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #c8bcbc;
}
.col.registered-users ul li .input-box input {
  width: 90%;
}
.col.registered-users ul li .input-box input[type="password"] {
  text-align: center;
  border: 0;
  color: #1C2A33;
  /*text-transform: uppercase;*/
  font-family: 'Roboto', sans-serif;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 20px;
}
.col.registered-users ul li .input-box input[type="text"] {
  text-align: center;
  border: 0;
  color: #1C2A33;
  /*text-transform: uppercase;*/
  font-family: 'Roboto', sans-serif;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 20px;
}
.col.registered-users ul li .input-box ::-webkit-input-placeholder {
  color: #DAE8ED;
}
.col.registered-users ul li .input-box :-moz-placeholder {
  /* Firefox 18- */
  color: #DAE8ED;
}
.col.registered-users ul li .input-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #DAE8ED;
}
.col.registered-users ul li .input-box :-ms-input-placeholder {
  color: #DAE8ED;
}
.col.registered-users ul li .input-box .errors {
  position: absolute;
  font-size: 9px;
}
.col.registered-users ul li .input-box-checkboxes {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.col.registered-users ul li .input-box-checkboxes .errors {
  position: absolute;
  font-size: 9px;
}
.col.registered-users ul li .input-box-checkboxes.register {
  width: 510px;
  padding: 0 0 0 30px;
  text-align: left;
  position: relative;
  line-height: 15px;
}
.col.registered-users ul li .input-box-checkboxes.register .register_label_more,
.col.registered-users ul li .input-box-checkboxes.register a {
  color: #17bff0;
  cursor: pointer;
  letter-spacing: 0px;
  font-size: 11px;
}
.col.registered-users ul li .input-box-checkboxes.register .register_label_expand {
  display: none;
}
.col.registered-users ul li .input-box-checkboxes.register .register_label_expand.expanded {
  display: inline;
}
.col.registered-users ul li .input-box-checkboxes.register .errors {
  top: -10px;
}
.col.registered-users ul li .input-box-checkboxes.register .errors li {
  margin: 0;
}
.col.registered-users a {
  padding-bottom: 15px;
  letter-spacing: 1px;
  color: #55353a;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}
.col.registered-users button[type="submit"] {
  letter-spacing: 1px;
  background: #17BFF0;
  display: block;
  width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
  border: none;
  cursor: pointer;
}
.col.registered-users button[type="submit"]:hover {
  background: #E9E9E9;
  -webkit-transition: background 2s;
  transition: background 2s;
  cursor: hand;
  color: #000000;
  -webkit-transition: color 2s;
  transition: color 2s;
}
.loginForm {
  text-align: center;
}
.userPanelContainer .userPanelMenu {
  display: inline-block;
  width: 210px;
}
.userPanelContainer .userPanelContent,
.userPanelContainer .userPanelContentBottom,
.userPanelContainer .userPanelContentButton {
  display: inline-block;
  vertical-align: top;
  max-width: 870px;
  min-width: 870px;
}
.userPanelContainer .userPanelContent.userPanelContentBottom,
.userPanelContainer .userPanelContentBottom.userPanelContentBottom,
.userPanelContainer .userPanelContentButton.userPanelContentBottom {
  margin-left: 363px;
}
.userPanelContainer .userPanelContent.userPanelContentButton,
.userPanelContainer .userPanelContentBottom.userPanelContentButton,
.userPanelContainer .userPanelContentButton.userPanelContentButton {
  margin-left: 153px;
}
.userPanelContainer .userPanelContent .infoTableData,
.userPanelContainer .userPanelContentBottom .infoTableData,
.userPanelContainer .userPanelContentButton .infoTableData {
  font-family: 16px 'Roboto Medium';
  color: #222247;
  border-collapse: collapse;
}
.userPanelContainer .userPanelContent .infoTableData tr,
.userPanelContainer .userPanelContentBottom .infoTableData tr,
.userPanelContainer .userPanelContentButton .infoTableData tr {
  height: 30px;
}
.userPanelContainer .userPanelContent .infoTableData tr:nth-child(even),
.userPanelContainer .userPanelContentBottom .infoTableData tr:nth-child(even),
.userPanelContainer .userPanelContentButton .infoTableData tr:nth-child(even) {
  background-color: #F7F7F7;
  border: 1px solid #EBEBEB;
}
.userPanelContainer .userPanelContent .infoTableData tr td:first-child,
.userPanelContainer .userPanelContentBottom .infoTableData tr td:first-child,
.userPanelContainer .userPanelContentButton .infoTableData tr td:first-child {
  padding-left: 22px;
}
.userPanelContainer .userPanelContent .infoTableData tr td:last-child,
.userPanelContainer .userPanelContentBottom .infoTableData tr td:last-child,
.userPanelContainer .userPanelContentButton .infoTableData tr td:last-child {
  padding-right: 22px;
  text-align: center;
}
.userPanelContainer .userPanelContent .infoTableData tr td a,
.userPanelContainer .userPanelContentBottom .infoTableData tr td a,
.userPanelContainer .userPanelContentButton .infoTableData tr td a {
  text-decoration: none;
  color: #222247;
  font-weight: 500;
}
.userPanelContainer .userPanelContent .infoTableData tr td a:link,
.userPanelContainer .userPanelContentBottom .infoTableData tr td a:link,
.userPanelContainer .userPanelContentButton .infoTableData tr td a:link {
  color: #343434;
}
.userPanelContainer .userPanelContent .infoTableData tr td a:visited,
.userPanelContainer .userPanelContentBottom .infoTableData tr td a:visited,
.userPanelContainer .userPanelContentButton .infoTableData tr td a:visited {
  color: #343434;
}
.userPanelContainer .userPanelContent .infoTableData tr td a:hover,
.userPanelContainer .userPanelContentBottom .infoTableData tr td a:hover,
.userPanelContainer .userPanelContentButton .infoTableData tr td a:hover {
  color: #17BFF0;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.userPanelContainer .userPanelContent .infoTableData tr td a:active,
.userPanelContainer .userPanelContentBottom .infoTableData tr td a:active,
.userPanelContainer .userPanelContentButton .infoTableData tr td a:active {
  color: #343434;
}
.userPanelContainer .userPanelText {
  font-size: 16px;
  padding: 20px;
  text-align: center;
}
.userPanelMenuList {
  list-style: none;
}
.userPanelMenuList li {
  margin: 9px 0px 9px 0px;
}
.listSpace {
  display: block;
  width: 20px;
  height: 16px;
}
#member_head_img_url-element {
  float: left;
  width: 100%;
}
#member_head_img_url,
#main_partner_img_url {
  /*float: left;*/
  margin: 20px auto 0;
  display: block;
}
#main_partner_img_url-element {
  float: left;
}
#member_img_url,
#partner_logo_url,
#main_partner_img_url {
  float: left;
  margin-left: 180px;
  margin-top: 27px;
}
.memberAddButton {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #000033;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  margin: 30px 172px;
  width: 219px;
  height: 27px;
  background: #FFF;
  border: 1px solid #000033;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  float: left;
}
.memberAddButton:hover,
.memberAddButton:active {
  text-decoration: none;
  color: #000033;
  border-color: #000033;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.registryButton {
  letter-spacing: 1px;
  background: #1C2A33;
  display: block;
  width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
  border: none;
  cursor: pointer;
}
.registryButton span {
  line-height: 50px;
}
.registryButton:hover {
  background: #E9E9E9;
  -webkit-transition: background 2s;
  transition: background 2s;
  cursor: hand;
  color: #000000;
  -webkit-transition: color 2s;
  transition: color 2s;
}
.paypal-disclaimer {
  font-size: 12px;
  font-family: "Roboto Light", sans-serif;
  font-style: italic;
}
.userEditButton,
.editButton,
.avatarButton {
  letter-spacing: 2px;
  text-align: center;
  color: #0C5;
  font-size: 24px;
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
  margin: 20px 158px;
  width: 250px;
  height: 45px;
  line-height: 42px;
  text-decoration: none;
  background: #00AEEF;
  border: 1px solid #00AEEF;
  color: #FFF;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  float: left;
}
.userEditButton.avatarButton,
.editButton.avatarButton,
.avatarButton.avatarButton {
  float: none;
}
.userEditButton.center,
.editButton.center,
.avatarButton.center {
  margin: 20px auto;
  display: block;
  float: none;
}
.userEditButton:hover,
.userEditButton:active,
.avatarButton:hover,
.avatarButton:active {
  text-decoration: none;
  color: #00AEEF;
  border-color: #00AEEF;
  background: #FFF;
}
.userEditButton span,
.avatarButton span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.userEditButton span:after,
.avatarButton span:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  transform: rotate(-45deg);
}
.form_button_wrap {
  float: left;
  clear: both;
  width: 100%;
}
.form_button_wrap .form_button_back {
  display: block;
  margin: 0 auto;
  width: 248px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #1C2A33;
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
  border: 1px solid #1C2A33;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}
.form_button_wrap .form_button_back.projectsteppayment {
  margin: 20px auto;
}
.form_button_wrap.projectstepfiles {
  margin-left: 363px;
  width: auto;
}
.form_button_wrap.projectstepfiles .form_button_back {
  margin: 20px 158px;
}
.form_button_wrap .form_button_back:hover {
  color: #1C2A33;
  background: #fff;
}
.pagination_wrapper {
  width: 100%;
  padding: 20px 0px 40px 0px;
  text-align: center;
}
.pagination {
  color: #13283b;
  font-weight: 300;
}
.pagination.center {
  text-align: center;
}
.pagination a {
  color: inherit;
  text-decoration: inherit;
}
.pagination .pagination_previous,
.pagination .pagination_next,
.pagination .pagination_page {
  display: inline-block;
}
.pagination .pagination_previous,
.pagination .pagination_next,
.pagination .pagination_page a {
  margin: 5px;
  border: 1px solid #999999;
  text-decoration: none;
  padding: 5px;
}
.pagination .active {
  font-weight: 700;
}
.pagination .inactive {
  color: #cccccc;
}
.success.absolute,
.notice.absolute,
.error.absolute {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  z-index: 9999999;
}
.success {
  width: 626px;
  margin: auto;
  text-align: center;
  font-weight: normal;
  border: 2px dashed #357e21;
  box-shadow: 0px 0px 4px grey;
  background: url("images/alerts/confirmation.png") no-repeat 30px 20px;
  background-color: rgba(165, 219, 150, 0.7);
}
.success .button {
  width: 100%;
  height: 20px;
  padding: 0px;
}
.success .button .close {
  float: right;
  margin: 6px 6px 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #357e21;
  font-size: 28px;
  font-weight: bold;
  display: block;
  line-height: 20px;
}
.success .button .close:before {
  color: #a5db96;
  content: "×";
}
.success .content {
  width: 375px;
  margin: 0 0 30px 60px;
  padding-left: 80px;
}
.success .content h2 {
  font-weight: normal;
  color: #357e21;
  font-size: 24px;
  margin: 5px 0 25px 0;
}
.success .content p {
  font-size: 18px;
  line-height: 1.1em;
}
.notice {
  width: 626px;
  margin: auto;
  text-align: center;
  font-weight: normal;
  border: 2px dashed #e76f00;
  border-top: none;
  box-shadow: 0px 0px 4px grey;
  background: url("images/alerts/info.png") no-repeat 30px 20px;
  background-color: rgba(247, 222, 155, 0.7);
}
.notice .button {
  width: 100%;
  height: 20px;
  padding: 0px;
}
.notice .button .close {
  float: right;
  margin: 6px 6px 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #e76f00;
  font-size: 28px;
  font-weight: bold;
  display: block;
  line-height: 20px;
}
.notice .button .close:before {
  color: #f7de9b;
  content: "×";
}
.notice .content {
  width: 375px;
  margin: 0 0 30px 60px;
  padding-left: 80px;
}
.notice .content h2 {
  font-weight: normal;
  color: #e76f00;
  font-size: 24px;
  margin: 5px 0 25px 0;
}
.notice .content p {
  font-size: 18px;
  line-height: 1.1em;
}
.error {
  width: 626px;
  margin: auto;
  text-align: center;
  font-weight: normal;
  border: 2px dashed #b4172d;
  border-top: none;
  box-shadow: 0px 0px 4px grey;
  background: url("/images/alerts/warning.png") no-repeat 30px 20px;
  background-color: rgba(253, 178, 177, 0.7);
}
.error .button {
  width: 100%;
  height: 20px;
  padding: 0px;
}
.error .button .close {
  float: right;
  margin: 6px 6px 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #b4172d;
  font-size: 28px;
  font-weight: bold;
  display: block;
  line-height: 20px;
}
.error .button .close:before {
  color: #fdb2b1;
  content: "×";
}
.error .content {
  width: 375px;
  margin: 0 0 30px 60px;
  padding-left: 80px;
}
.error .content h2 {
  font-weight: normal;
  color: #b4172d;
  font-size: 24px;
  margin: 5px 0 25px 0;
}
.error .content p {
  font-size: 18px;
  line-height: 1.1em;
}
.col-50 {
  width: 50%;
}
.col-middle {
  margin-left: auto;
  margin-right: auto;
}
.col-content {
  margin-top: 30px;
  margin-bottom: 50px;
}
.paypal-createaccount {
  text-align: center;
}
.message-header {
  font-size: 20px;
  font-weight: 700;
}
.paypal-image {
  display: block;
  margin: 60px auto;
}
/** DEBUG **/
/** Temporary styles **/
.teamMemberHead {
  background: lightsteelblue;
}
.errors {
  color: red;
}
/** END:DEBUG **/
.supportersListHeader {
  text-align: left;
  font-style: italic;
  font-size: 16px;
  padding: 25px 0px 25px 0px;
  color: #000033;
}
.supporterListAwardName {
  text-align: left !important;
}
.requiredFieldInfo {
  font-size: 10px;
  font-style: italic;
}
.createPayPalAccount {
  width: 565px;
  text-align: center;
}
#competition_image_url-element {
  text-align: center;
}
#cookie_alert {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  width: 100%;
  border-top: 3px solid #0aa5d8;
  opacity: 1;
  z-index: 200;
  transition: opacity linear 0.5s;
  -webkit-transition: opacity linear 0.5s;
  -moz-transition: opacity linear 0.5s;
  -o-transition: opacity linear 0.5s;
}
#cookie_alert .cookie_alert_text {
  padding: 0 3%;
}
#cookie_alert #cookie_alert_close {
  background: url('../grafika/closeg.png') 9% 50% no-repeat;
  width: 33px;
  height: 34px;
  float: right;
  margin-left: 12px;
  cursor: pointer;
}
#cookie_alert a {
  color: #0AA6D9;
}
#cookie_alert a:hover {
  text-decoration: underline;
}
#cookie_alert.hide {
  opacity: 0;
}
@media (max-width: 1440px) {
  .pasek_logo_fixed {
    position: static !important;
  }
}
