@import "reset.css";
@import "grid.css";
@import "menu.css";
@import "jquery-ui.css";
@import "font-awesome.min.css";
@import "smartphone.css";
@import url('http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic,500,500italic&subset=latin,latin-ext');

html, body {
  font-size: 14px;
  color: #444;
  background:#000;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat:no-repeat;
  font-family: 'Roboto', sans-serif;
  font-weight:normal;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

a.link {
	color:#2b82d9;
}

a.link:hover {
	text-decoration:underline;
}

.def-color {
	  color: #444 !important;
}

header {
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-weight:normal;
}

.header-logo {
	display:inline-block;
	margin:0 auto;
	padding:10px;
	margin-top:10px;
}

.header-logo img {
	max-width:300px;
}

nav {
	display:block;
	position:relative;
	margin:0 auto;
	padding:0;
}

.flag-pl,
.flag-en,
.flag-de {
	display:inline-block;
	position:relative;
	margin-left:8px;
	width:16px;
	height:11px;
	cursor:pointer;
	vertical-align:middle;
	margin-top:4px;
}

.flag-pl { background:url(../images/flags/pl.png) no-repeat; }
.flag-en { background:url(../images/flags/en.png) no-repeat; }
.flag-de { background:url(../images/flags/de.png) no-repeat; }

figure {
	display:block;
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
	color:#fff;
	text-align:center;
	font-weight:300;
}

figure h2 {
	font-size:28px;
	font-weight:normal;
	display:block;
	position:relative;
	margin:0 auto;
	margin-top:24px;
	margin-bottom:6px;
}

figure h3 {
	font-size:20px;
	font-weight:300;
	display:block;
	position:relative;
	margin:0 auto;	
	text-transform:uppercase;
}



footer {
	display:block;
	position:relative;
	float:left;
	width:100%;
	color:#fff;
}

.footer-copy,
.footer-design {
	display:inline-block;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:20px 20px;
	font-weight:400;
}

.footer-copy {
	float:left;
}

.footer-design {
	float:right;
}

.footer-copy a,
.footer-design a {
	color:#fff;
	opacity:1;
	font-weight:normal;
}

.footer-copy a:hover,
.footer-design a:hover {
	color:#fff;
	text-decoration:underline;
}

.footer-center-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align:middle;
	padding:40px 0px;
}

.footer-center-ul li { 
	display: inline; 
	vertical-align:middle; 
	padding:0px 120px;
}

.footer-center-ul li a {
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
}

.footer-center-ul li a img {
	display:inline-block;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}

section {
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:20px 0px;
}

article {
	display:block;
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	border:1px solid #122231;
}

.pic{max-width:190px;max-height:140px;position:relative;overflow:hidden;margin:5px;display:inline-block;animation:anima 2s;-webkit-animation:anima 2s;-ms-backface-visibility:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.pic-3d{-webkit-perspective:500;-webkit-transform-style:preserve-3d}.pic-caption{cursor:default;position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.4);padding:10px;text-align:center;-webkit-opacity:0;-moz-opacity:0;opacity:0}.pic-image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pic:hover .pic-image{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pic-title{font-size:1.8em}.pic .pic-image,.pic-caption,.pic:hover .pic-caption,.pic:hover img,a,a:hover{-webkit-transition:all .5s ease;transition:all .5s ease}.pic:hover .bottom-to-top,.pic:hover .come-left,.pic:hover .come-right,.pic:hover .left-to-right,.pic:hover .open-down,.pic:hover .open-left,.pic:hover .open-right,.pic:hover .open-up,.pic:hover .right-to-left,.pic:hover .rotate-in,.pic:hover .rotate-out,.pic:hover .top-to-bottom{-webkit-opacity:1;-moz-opacity:1;opacity:1;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bottom-to-top{top:50%;left:0}.pic:hover .bottom-to-top{top:0;left:0}.top-to-bottom{bottom:50%;left:0}.pic:hover .top-to-bottom{left:0;bottom:0}.left-to-right{top:0;right:50%}.pic:hover .left-to-right{right:0;top:0}.right-to-left{top:0;left:50%}.pic:hover .right-to-left{left:0;top:0}.rotate-in{-webkit-transform:rotate(90deg) scale(.1);-ms-transform:rotate(90deg) scale(.1);transform:rotate(90deg) scale(.1);top:0;left:0}.pic:hover .rotate-in{-webkit-transform:rotate(360deg) scale(1);-ms-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}.rotate-out{-webkit-transform:rotate(90deg) scale(3);-ms-transform:rotate(90deg) scale(3);transform:rotate(90deg) scale(3);top:0;left:0}.pic:hover .rotate-out{-webkit-transform:rotate(360deg) scale(1);-ms-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}.open-down{-webkit-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);transform:rotateX(-180deg);top:0;left:0}.pic:hover .open-down{-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0)}.open-up{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);top:0;left:0}.pic:hover .open-up{-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0)}.open-left{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);left:0;top:0}.pic:hover .open-left{-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg)}.open-right{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg);left:0;top:0}.pic:hover .open-right{-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg)}.come-left{-webkit-transform:rotateY(90deg) rotateX(90deg);-ms-transform:rotateY(90deg) rotateX(90deg);transform:rotateY(90deg) rotateX(90deg);left:0;top:0}.pic:hover .come-left{-webkit-transform:rotateY(0) rotateX(0);-ms-transform:rotateY(0) rotateX(0);transform:rotateY(0) rotateX(0)}.come-right{-webkit-transform:rotateY(-90deg) rotateX(-90deg);-ms-transform:rotateY(-90deg) rotateX(-90deg);transform:rotateY(-90deg) rotateX(-90deg);left:0;top:0}.pic:hover .come-right{-webkit-transform:rotateY(0) rotateX(0);-ms-transform:rotateY(0) rotateX(0);transform:rotateY(0) rotateX(0)}@media screen and (max-width:560px){.pic{max-width:400px;max-height:300px;display:block;-webkit-animation:none;animation:none;margin:10px auto}}


.wall {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	text-align:center;
}

.wall li {
	display:inline;
}

.pic-caption {
	color:#fff;
	vertical-align:middle;
	padding:10px 0px;
	text-transform:uppercase;
}

.pic {
	border:1px solid #122231;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;	
}

.pic img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
}

.pic-caption a {
	color:#fff;
}

.pic-caption a:hover {
	text-decoration:underline;
}

.pic-title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	padding:0px 4px;
}

.pic-caption p {
	font-size:12px;
	font-weight:normal;
	padding:0px 4px;
}

h2.on-dark {
	display:block;
	font-size:28px;
	font-weight:300;
	color:#fff;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}

h2.on-dark span {
	font-weight:300;
	color:#2b82d9;
}

.finder {
	display:block;
	margin:10px auto 10px auto;
	background:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	padding:20px;
	
}

.finder table {
	width:100%;
	vertical-align:middle;
}

.finder input[type=text] {
	font-size:13px;
	padding:12px 0px 12px 0px;
	text-indent:10px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	width:100%;
	background:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	border:1px solid #fff;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.1),0px 1px 0px 0px rgba(0,0,0,0.1);
}

.finder select {
	outline:none;
    display: inline-block;
	width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;	
	background:none;
	background-color: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	border:1px solid #fff;
	color:#fff;	
	font-size:13px;
	padding:12px 0px;
	font-family: 'Roboto', sans-serif;
	text-indent:5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.1),0px 1px 0px 0px rgba(0,0,0,0.1);
	text-align:center;
}

.finder select option{
	background:#010D19 !important;
  	background-color: #010D19 !important;
	color: #fff;
	padding:3px;
	font-size:12px !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.finder select optgroup {
	background:#010D19 !important;
  	background-color: #010D19 !important;
	color: #fff;
	padding:3px;
	font-size:12px !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;	
}

.finder input[type=text]::-webkit-input-placeholder {
   color: #fff;
}

.finder input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.finder input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.finder input[type=text]:-ms-input-placeholder {  
   color: #fff;  
}

.finder input[type=text]:hover,
.finder select:hover {
	box-shadow:inset 0px 10px 50px rgba(255,255,255,0.1),0px 1px 0px 0px rgba(0,0,0,0.1);
}

.finder input[type=submit] {
	background:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.4),0px 1px 0px 0px rgba(0,0,0,0.1);
	cursor:pointer;
	color:#fff;
	border:0px;
	display:inline-block;
	width:100%;
	text-align:center;
	padding:12px 0px 12px 0px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	border:1px solid #fff;
	font-weight:normal;
}

.finder input[type=submit]:hover {
	box-shadow:inset 0px 10px 60px rgba(255,255,255,0.1),0px 1px 0px 0px rgba(0,0,0,0.1);
}

.finder table tr td {
	padding:0px 5px 0px 5px;
}

.finder a.link {
	display:block;
	text-align:left;
	margin-top:10px;
}

.content {
	display:block;
	position:relative;
	margin:0 auto;
	padding:25px;
	font-size:14px;
}

.content h1 {
	display:block;
	position:relative;
	color:#666;
	font-size:28px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	vertical-align:middle;
	margin-bottom:20px;
	text-align:center;
	background:#fff;
}

.with-h1 h1 {
	margin-bottom:0px;
}

.with-h1 h1 span {
	position:relative;
	text-align:center;
	background: #fff;
	padding: 0px 10px;
	top: -26px;
}

.with-h1::before {
	content: '';
	width:100%;
	display:block;
	margin:0 auto;
	background: #ccc;
	height: 24px;
	vertical-align: middle;
	background:url(../images/h1.jpg) repeat-x left;
}

.content h1 i {
	color:#2b82d9;
	margin-right:15px;
}

.form-table {
	width:100%;
}

.form-table tr td {
	padding:5px 0px;
}

.form-table tr td a {
	color:#2b82d9;
}

.form-table tr td a:hover {
	text-decoration:underline;
}

.register-table {
	margin:0 auto;
	width:40%;
	margin-bottom:20px;
}

.avatar-table {
	margin:0 auto;
	width:40%;
	margin-bottom:20px;
}

.change-pass-table {
	margin:0 auto;
	width:30%;
	margin-bottom:20px;
}


.input {
	border:1px solid #ccc;
	padding:6px 12px;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background:#fff;
	color:#333;
	width:452px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;	
}

.input-textarea {
	resize:none;
	height:100px;
}

.btn-input {
	background: #2b82d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.4);
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	font-weight:300;
	cursor: pointer;
	color: #fff;
	border: 0px;
	display: inline-block;
	text-align: center;
	padding: 10px 12px;
	font-size: 14px;

}

.btn-input:hover {
	box-shadow:inset 0px 10px 60px rgba(255,255,255,0.1);
}

.send-ok,
.send-fail,
.send-info {
	display:block;
	position:fixed;
	top:100px;
	padding:20px 20px;
	margin-bottom:15px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:400;
	z-index:99999999;
}

.send-fail {
	background: #ec5d59;
	background: -moz-linear-gradient(top,  #ec5d59 0%, #c43c35 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec5d59), color-stop(100%,#c43c35));
	background: -webkit-linear-gradient(top,  #ec5d59 0%,#c43c35 100%);
	background: -o-linear-gradient(top,  #ec5d59 0%,#c43c35 100%);
	background: -ms-linear-gradient(top,  #ec5d59 0%,#c43c35 100%);
	background: linear-gradient(to bottom,  #ec5d59 0%,#c43c35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5d59', endColorstr='#c43c35',GradientType=0 );
	border:1px solid #B0352F;
	box-shadow:inset 0px 1px 0px #F08582;
	text-shadow:-1px -1px 0px #c43c35;
}

.send-ok {
	background: #61c261;
	background: -moz-linear-gradient(top,  #61c261 0%, #57aa57 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c261), color-stop(100%,#57aa57));
	background: -webkit-linear-gradient(top,  #61c261 0%,#57aa57 100%);
	background: -o-linear-gradient(top,  #61c261 0%,#57aa57 100%);
	background: -ms-linear-gradient(top,  #61c261 0%,#57aa57 100%);
	background: linear-gradient(to bottom,  #61c261 0%,#57aa57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c261', endColorstr='#57aa57',GradientType=0 );
	border:1px solid #4E974E;
	box-shadow:inset 0px 1px 0px #89D289;
	text-shadow:-1px -1px 0px #4E974E;
}

.send-info {
	background: #fceec0;
	background: -moz-linear-gradient(top,  #fceec0 0%, #efdd96 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceec0), color-stop(100%,#efdd96));
	background: -webkit-linear-gradient(top,  #fceec0 0%,#efdd96 100%);
	background: -o-linear-gradient(top,  #fceec0 0%,#efdd96 100%);
	background: -ms-linear-gradient(top,  #fceec0 0%,#efdd96 100%);
	background: linear-gradient(to bottom,  #fceec0 0%,#efdd96 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceec0', endColorstr='#efdd96',GradientType=0 );
	border:1px solid #D5C584;
	box-shadow:inset 0px 1px 0px rgba(255,255,255,0.3);
	text-shadow:-1px -1px 0px #fceec0;
	color:#404040;
}

.send-ok a {
	color:#fff;
	text-decoration:none;
}

.content h3 {
	display:block;
	position:relative;
	color:#2b82d9;
	font-size:18px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	vertical-align:middle;
	margin-bottom:10px;
}

.content h2 {
	display:block;
	position:relative;
	color:#2b82d9;
	font-size:24px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	vertical-align:middle;
	margin-bottom:10px;
}

.content p {
	font-size:14px;
	line-height:1.6em;
	color:#444;
	margin-bottom:10px;
	font-weight:300;
}

.content p strong {
	font-weight:bold;
}

p.strong {
	font-weight:bold;
}

.login-table {
	width:30%;
	margin:0 auto;
}

.login-table .input {
	width:300px;
}

.right-img {
	float:right;
	padding:10px 0px 10px 10px;
	margin:10px 0px 10px 10px;
	background:rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.center {
	text-align:center;
}

.avatar-table img {
	width:100px;
	height:100px;
	border:1px solid #2b82d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}

.menu-av {
	display:inline-block;
	position:relative;
	border:0;
	width:30px;
	height:30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	margin-top: -18px;
	top: 10px;	
	margin-right:5px;
	box-shadow:0px 0px 0px 1px #d9d9d9;
}

.full {
	width:100%;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}

.mce-tinymce {
	border:1px solid #ccc !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;		
}

textarea.tiny {
	height:200px;
}

.add-tech-table h2 {
	margin:0;
	padding:0;
}

p.no-margin {
	margin-bottom:0px;
}

.list-table {
	width:100%;
	font-size:12px;
}

.list-table tr td,
.list-table tr th {
	padding:8px;
	text-align:left;
	border-collapse:collapse;
	vertical-align:middle;
	line-height:1.5em;
}

.list-table tr th {
	background:#555;
	border:1px solid #555;
	color:#fff;
	font-weight:400;
}

.list-table tr {
	border:1px solid #ddd;
	background:#fff;
	
}


.list-table tr td a {
}

.list-table tr:hover a {
	text-decoration:underline;
}

.list-table tr td i {
	margin-left:5px;
	cursor:pointer;
	font-size:14px;
}

.list-table tr td img {
	display:block;
	margin:0 auto;
	text-align:center;
}

h3.title-tech {
	font-size:26px;
}

.tech-text {
	display:block;
	padding:10px 30px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
	margin-bottom:20px;
}

.tech-image {
	display:block;
	margin:0 auto;
	max-width:300px;
	background:#fff;
	padding:10px;
	border:1px solid #ddd;
	margin-top:10px;
	margin-bottom:20px;
}

.content-tech-image {
	display:block;
	margin:0 auto;
	background:#fff;
	padding:10px;
	margin-top:10px;
	max-width:552px;
}

.data-tech {
	border:1px solid #ddd;
	width:100%;
	margin-bottom:20px;
	font-size:12px;
}
.data-tech tr td {
	padding:6px 6px;
	vertical-align:middle;
	line-height:1.4em;
	border:1px solid #ddd;
	border-collapse:collapse;
}

.data-tech tr td strong {
	font-weight:bold;
}

.tech-text h4 {
	font-size:18px;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	position:relative;
	color:#2b82d9;
	font-family: 'Roboto', sans-serif;
	vertical-align:middle;	
}

.av {
	display:inline-block;
	max-height:50px;
	margin-right:10px;
	border:1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
	vertical-align:middle;
}

.data-tech tr td div {
	display:inline-block;
	vertical-align:middle;
}

.addtech h2 {
	font-size:24px;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
	margin-bottom:15px;
}

.addtech h3 {
	font-size:18px;
	text-align:center;
	display:block;
	margin:0 auto;
	color:#333;
	font-weight:normal;
}

.addtech h4 {
	font-size:22px;
	text-align:center;
	display:block;
	margin:0 auto;
	color:#333;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:15px;
}

.addtech h5 {
	font-size:22px;
	text-align:left;
	display:block;
	margin:0 auto;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;	
	text-decoration: underline;
}

.addtech h3 .help {
	display:block;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	margin-top:5px;
	font-style:italic;
}



sup {
	vertical-align:super;
	font-size:12px;
}

.notes {
	display:block;
	margin:0 auto;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

.notes .help {
	display:block;
	font-size:12px;
	margin:0 auto;
	font-style:italic;	
}

.blue {
	color:#2b82d9 !important;
	font-style:normal;
	
}

.green {
	color:#009200 !important;
}

.black {
	color:#000;
	font-style:normal;
}

.inf {
	color:#CA5957;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.notes ul {
	display:block;
	margin:0 auto;
	list-style-type:disc;
	margin-left:30px;
}

.notes ul li {
	display:list-item;
	line-height:1.4em;
}

.addtech h5 .help {
	display:block;
	font-size:12px;
	margin:0 auto;
	margin-top:5px;
	font-style:italic;
	text-decoration:none !important;
	font-weight:normal;
}

.addtech-table .help {
	display:block;
	font-size:12px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	font-style:italic;
	text-decoration:none !important;
	font-weight:normal;	
}

.margin-top-20 {
	margin-top:20px !important;
}

.margin-bottom-20 {
	margin-bottom:20px !important;
}

.margin-bottom-10 {
	margin-bottom:10px !important;
}

.no-border-last {
	border-bottom:0 !important;
}

.gray-bg {
	background:#eee;
}

.addtech-table {
	width:100%;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:13px;
}

.addtech-table tr td {
	padding:8px;
	border:1px solid #ccc;
	border-collapse:collapse;
	vertical-align:middle;
}

.bigger {
	font-size:15px;
	font-weight:500;
}

.inp {
	background:none;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#444;
	border:none;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.tarea {
	background:none;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#444;
	border:none;
	display:block;
	width:100%;
	margin:0;
	padding:0;
	height:150px !important;
	resize:none;
}


.rad {
	margin-right:5px;
	vertical-align:bottom;
}

.che {
	margin-right:5px;
	vertical-align:middle;
}

.addtech-table input[type=file] {
	display:block;
}

.img-prev {
	display:block;
	margin:0;
	width:250px;
	margin-bottom:10px;
}

.ticker {
	margin-top:20px;
	font-size:13px;
	color:#fff;
	font-weight:normal;
}

.left-col {
	display:block;
	position:relative;
	float:left;
	width:49%;
}

.right-col {
	display:block;
	position:relative;
	float:right;
	width:39%;
	margin-right:100px;
}

.contact-table .input {
	display:inline-block;
	width:350px;
}

.contact-table {
	margin-bottom:15px;
}

 hr {
  display: block;
  margin: 0 auto;
  width: 70%;
  border: 0;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 20px;	
}

.mappet {
	display:block;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
	height:300px;
}

.mappet h1 {
	font-size:18px;
	margin-bottom:0px !important;
	vertical-align: middle;
	overflow:hidden;
}

.border-none tr td {
	border:none;
}

.hide-all-form,
.hidden {
	display:none;
}

.pagination {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-top:20px;
}

.pagination a {
	display:inline-block;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	padding:8px;
	background:#2b82d9;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.4);
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	font-weight:300;
	cursor: pointer;	
}

.pagination a:hover {
	box-shadow:inset 0px 10px 60px rgba(255,255,255,0.1);
	text-decoration:none;
}

.wyszukiwanie-zaawansowane {
	margin-bottom:10px;
}

.zaaw-table {
	width:100%;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:13px;
	margin-bottom:20px;
}

.zaaw-table tr td {
	padding:3px;
	border-collapse:collapse;
	vertical-align:middle;
}

.zaaw-table tr td .input {
	width:auto;
}

.form-lang {
	display:inline-block !important;
	margin-right:5px !important;
}

.right {
	text-align:right !important;
}

.ui-datepicker {
	font-size:11px !important;
}

.block {
	display:block;
}

a.history-back {
	display:block;
	width:80px;
	position:relative;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	margin-top: -46px;
	margin-left:10px;
	margin-bottom: 33px;
}

a.history-back-2 {
	display:block;
	width:80px;
	position:relative;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	margin-top: -46px;
	margin-left:10px;
	margin-bottom: 33px;
}

.gold {
	color:#F4C712 !important;
}

.light-grey {
	background:#f0f0f0 !important;
}

.no-border-table {
	width:100%;
	font-size:12px;
}

.no-border-table tr td {
	padding:6px 0px;
	border:0;
	border:none;
}

.no-border-table-2 {
	width:100%;
	font-size:14px;
}

.no-border-table-2 tr td {
	padding:0px 40px 0px 0px;
	border:0;
	border:none;
}

.no-border-table-2 tr td em {
	font-style:italic;
}

.list-table-results {
	width:100%;
	font-size:12px;
}

.list-table-results tr td,
.list-table-results tr th {
	padding:8px;
	text-align:left;
	border-collapse:collapse;
	vertical-align:middle;
	line-height:1.5em;
}

.list-table-results tr th {
	background:#555;
	border:1px solid #555;
	color:#fff;
	font-weight:400;
}

.list-table-results tr {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background:#fff;
	
}

.list-table-results tr:last-child {
	border-bottom:1px solid #ddd;
}

.list-table-results tr.light-grey:nth-child(3),
.list-table-results tr.light-grey:nth-child(7),
.list-table-results tr.light-grey:nth-child(11),
.list-table-results tr.light-grey:nth-child(15),
.list-table-results tr.light-grey:nth-child(19),
.list-table-results tr.light-grey:nth-child(23) {
	border-bottom:1px solid #ddd;
}

.list-table-results tr.light-grey:nth-child(1),
.list-table-results tr.light-grey:nth-child(2n) {
	border-top:1px solid #ddd;
}


.list-table-results tr td a {
}

.list-table-results tr:hover a {
	text-decoration:underline;
}

.list-table-results tr td i {
	margin-left:5px;
	cursor:pointer;
	font-size:14px;
}

.list-table-results tr td img {
	display:block;
	margin:0 auto;
	text-align:center;
}

.del-image-button {
	display:block;
	cursor:pointer;
}

.list-table-mytech {
	width:100%;
	font-size:12px;
}

.list-table-mytech tr td,
.list-table-mytech tr th {
	padding:8px;
	text-align:left;
	border-collapse:collapse;
	vertical-align:middle;
	line-height:1.5em;
}

.list-table-mytech tr th {
	background:#555;
	border:1px solid #555;
	color:#fff;
	font-weight:400;
}

.list-table-mytech tr {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background:#fff;
	
}

.list-table-mytech tr:last-child {
	border-bottom:1px solid #ddd;
}

.list-table-mytech tr.light-grey:nth-child(3),
.list-table-mytech tr.light-grey:nth-child(7),
.list-table-mytech tr.light-grey:nth-child(11),
.list-table-mytech tr.light-grey:nth-child(15),
.list-table-mytech tr.light-grey:nth-child(19),
.list-table-mytech tr.light-grey:nth-child(23) {
	border-bottom:1px solid #ddd;
}

.list-table-mytech tr.light-grey:nth-child(1),
.list-table-mytech tr.light-grey:nth-child(2n) {
	border-top:1px solid #ddd;
}


.list-table-mytech tr td a {
}

.list-table-mytech tr:hover a {
	text-decoration:underline;
}

.list-table-mytech tr td i {
	margin-left:5px;
	cursor:pointer;
	font-size:14px;
}

.list-table-mytech tr td img {
	display:block;
	margin:0 auto;
	text-align:center;
}

.btn-print {
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.9);
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	font-weight:300;
	cursor: pointer;
	color: #666;
	border: 0px;
	display: inline-block;
	text-align: center;
	padding: 10px 12px;
	font-size: 12px;
	display:block;
	margin:0 auto;
	margin-top:10px;
	border:1px solid #ddd;
	font-weight:normal;
	text-shadow:-1px -1px 0px #fff;
}

.btn-print:hover {

	box-shadow:inset 0px 10px 60px rgba(255,255,255,0.5);
}

.loader-wrap {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 38, 83, 0.8);
	z-index:999999;
}

.loader-content {
	display:block;
	margin:0 auto;
	width:300px;
	padding:20px;
	font-size:12px;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid rgb(0, 38, 83);
	box-shadow:0px 0px 15px rgb(0, 38, 83);
	margin-top:300px;
}

.loader-content p {
	text-align:center;
	display:block;
	font-size:14px;
	font-weight:normal;
}

.loading-wrapper {
	display:block;
	width:100%;
	height:20px;
	border:1px solid #2b82d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.loading-load {
	display:block;
	float:left;
	width:0%;
	background: #2989d8;
	height:20px;
	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.2);
	text-align:left;
}

.loading-load span {
	color:#fff;
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	text-indent:6px;
	margin-top:4px;
}

.partners {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display:block;
	vertical-align:middle;
}

.partners li { display: inline; vertical-align:middle; }

.partners li a {
	display:inline-block;
	position:relative;
	vertical-align:middle;
	background:#fff;
	width:120px;
	height:100px;
	border:1px solid #ddd;
	margin:8px;
	padding:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.partners li a img {
	display:inline-block;
	text-align:center;
	margin:0 auto;
	max-width:120px;
	max-height:100px;
	vertical-align:middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pics,
.pics2,
.pics3 {
	display:inline-block;
	position:relative;
	height:  300px;  
    width:   300px;  
    padding: 0;  
    margin:  0px 19px; 

}

.pics img,
.pics2 img,
.pics3 img {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;	
	border:1px solid #122231;
}

.pass-register , .pass2-register {
	width:211px; display:inline-block;	
}

.width-64 {
	width:64%;
}

.def-color strong {
	font-weight:normal;
}

#anty {
	display:none;
}