@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin,latin-ext);

body {
  font-family: 'Lato', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  background: #777;
  max-width: 100%;
}
body {
	max-width: 100%;
	position: relative;
	overflow-x: hidden;
}
.header {
	height: 90px;
	width: 100%;
	display: table; 
	background: rgba(255,255,255,1); 
	font-size: 15px;
	margin: 0px;
}
.footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left !important;
}
@media (min-width: 992px){
	.footer {
    padding-left: initial;
    padding-right: initial;
    text-align: initial;
}
}
img {
	max-width: 90%;
}
.wrap, .overlay {
margin: 0px 0px;
}
.header2 {
background: url(maxitrade_logo.svg) no-repeat;
float: left;
background-position: 50% 40%;
background-size: 75% auto;
width: 400px;
text-align: center;
position: relative;
height: 90px;
margin-left: auto;
margin-right: auto;
}
.subtitle {
	position: absolute;
bottom: 12px;
width: 100%;
font-size: 12px;
}
.brander {
	height: 75px;
	position: absolute;
	top: 452.5px;
	}
	
@keyframes brands {
	0% {transform: translateX(0px);}
	100% {transform: translateX(-1850px);}
}
@-webkit-keyframes brands {
	0% {transform: translateX(0px);}
	100% {transform: translateX(-1850px);}
}
#brand {
    -webkit-animation-name: brands; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 24s; /* Safari 4.0 - 8.0 */
    animation-name: brands;
    animation-duration: 24s;
	animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.brander img {
    height: 75px;
    margin: 0px;
	width: 75px;
	display: inline-block;
	transition: all 0.5s;
}
.brander img:hover {
    	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
 
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.nav {
      display: none;
}
.footer{
	width: 100%;
}
.form-column {
	float: left;
	padding-right: 100px;
}
.bar {
	height: 362.5px;
    min-height: 80vh;
	background: white;
}
.maxi {
top: 527.5px;
}
.contact_sect {
	width: 100%;
padding-top: 20px;
}
.main {
	padding: 30px 10px;
	}
	p {
		width: 80%;
		display: block;
	}
@media (min-width: 992px){
	p {
		width: 60%;
	}
	.main {
	padding: 30px 60px;
	}.header2 {
margin-left: initial;
margin-right: initial;
}
.contact_sect {
	width: 50%;
display: table-cell;
vertical-align: middle;
padding-top: 20px;
}
.header2 {
background-color: rgba(255,255,255,1);
}
.mobile-button{
display: none
}.nav {
      display: inline-block;
}
.footer{
	width: calc(100% - 60px);
}
}

.wrap {
	text-align: right;
}
.nav {
list-style: '/';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0px;
  font-weight: 600;
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0px;
    padding-right: 20px;
}

.wrapper { 
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.nav li:first-child{
list-style-type: none;
}
.nav > li {
display: inline-block;
padding: 0px 20px 0px 10px;
text-transform:uppercase;
line-height: 87px;
border-top: solid 3px white;
cursor:pointer;
color: black;
}
.nav > li > a {
text-decoration: none;
color: black;

} .nav2 > li > a{
color: white;
}
a {
	word-wrap: break-word;
}
.nav > li:hover {
	border-bottom: solid 3px red;
	border-top: solid 3px lightgray;
}
.mobile-button, .mobile-button.clickmb:hover {
border: 3px;
border-style: solid;
color: #464141;
position: fixed;
cursor: pointer;
z-index: 200;
float: right;
border-color: #464141;
background-color: white;
border-radius: 20px;
width: 30px;
height: 30px;
left: 5px;
top: 5px;
line-height: 30px;
margin-right: 20px;
text-align: center;
font-size: 25px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flag {
	cursor: pointer;
}
.mobile-button:hover, .mobile-button.clickmb {
color: white;
border-color:#464141;
background-color: #464141;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
transform: rotate(360deg);
border-radius: 30px;
}
.mobile-button > hr {
color: inherit; 
border: 2.5px;
border-style: solid;
padding-left: 5px;
padding-right: 5px;
width: 35px;
}
.mobile-navigation{
    width: 100%;
    z-index: 150;
    position: fixed;
	top: 0px;
    display: none;
    background-color: rgba(70, 65, 65, 0.8);
}
.nav2  li:first-child{
padding: 0px 10px 5px;
}
#products img {
	max-width: 250px;
	max-height: 200px;
	margin: 0px;
    border: solid 5px white;
	display: inline-block;
    transition: 0.5s all;
    vertical-align: middle;
}
#products img:hover {
	transform: scale(1.1);
    box-shadow: 0px 3px 5px lightgray;
}
.nav2  li{
padding: 5px 10px;
list-style: none;
text-align: center;
text-transform: uppercase;
font-size: 22px;
font-family: 'Exo' !important;
color: white;
width: 100%;
cursor:pointer;
}
.nav2  li {
color: white !important;
}
.nav2  li:hover{
text-shadow: white 10px;
font-weight: 900;
}
.pas {
	width: 100%;
	}
#serwis img {
    margin: 20px;
	
    max-height: 250px;
	max-width: 18%;
}
.bar {
	position: absolute;
	width: 100%;
	overflow:hidden;
}
.bar > img {
width: 100% !important;
max-width: 100% !important;
 overflow: hidden;
 height: auto;
position: absolute;
}
.img-slide{
width: 100%;
}

.main {
	background:white ;
	text-align: center;
	}
.maxi {
	position: absolute;
	left: 0px;
	right: 0px;
}
h3, .h3 {
	font-size: 24px;
	color: #e31c1c;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px lightgrey;
	margin: 4px;
}
.separator {
    background-image: url(separator.svg);
    background-position: 50% 50%;
    height: 30px;
    background-repeat: no-repeat;
}
h4 {
	font-size: 14px;
color: #555;
font-weight: 500;
text-transform: uppercase;
margin: 2px;
}
a, a:hover, a:focus {
	text-decoration: none;
	color: black;
}
.footer {
	background: none;
	color: white !important;
	bottom: 0px;
	width: inherit;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px !important;
}
.iconx {
background-repeat: no-repeat;
width: 25px;
height: 18px;
float: left;
background-size: 18px;
transition: all 0.7s;
margin: 7px 5px 7px 0px;
}
#adress {
    height: 20px;
	margin: 15px 7px 15px 0px;
	background-image: url(icos/location.svg);
}
.footer-elem:hover #adress {
	background-image: url(icos/location2.svg) !important;
}
#tel {
    background-image: url(icos/tel.svg);
	margin: 0px;
}
.employee p:hover #tel {
	background-image: url(icos/tel2.svg) !important;
}
#mail {
    background-image: url(icos/mail.svg);
	    margin: 0px;
}
.employee p:hover #mail {
	background-image: url(icos/mail2.svg) !important;
}
#smail {
    background-image: url(icos/skype.svg);
	margin: 0px;
}
.employee p:hover #smail  {
	background-image: url(icos/skype2.svg) !important;
}
#nip {
    background-image: url(icos/info.svg);
	margin: 0px;
}
.firmname.2 {
    font-size: 20px;
    font-weight: 900 !important;
}
#kontakt p {
    margin: 5px auto;
    font-weight: 600;
}
.employee p:hover #nip {
	background-image: url(icos/info2.svg) !important;
}
.flag_handler {
	position: absolute;
	left: calc(50% - 50px);
	z-index: 99;
}
.flag[href*="pl"] {
    background-image: url(icos/pl.svg);
}
.flag[href*="de"] {
    background-image: url(icos/de.svg);
}
.flag[href*="en"] {
    background-image: url(icos/gb.svg);
}
.flag {
	
	width: 30px;
	height: 23px;
    display: inline-block;
    margin: 0px 3px;
	background-size: cover;
	filter: grayscale(0.35);
	transition: all 350ms;
	    margin-bottom: -6px;
    box-shadow: 1px -1px 4px grey;
}
.flag:hover {
	filter:grayscale(0);
}
#copyright{
background-image: url('dw.svg');
background-size: auto 50px;
background-repeat: no-repeat;
width: 20.5px;
height: 50px;
margin-left: 10px;
float: right;
background-position: 50% 50%;
}

.box__header {
  padding: 0px 20px 15px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #0851A4;
}

#section--grid > .grid > [class*="cell--"] {
  height: 250px;
}


.box--button {
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
}
.one.t {
	line-height: 45px;
}
.footer  *, .footer-elem a, .employee > p > a, .employee > p > a:hover, .employee > p > a:focus {
	text-decoration: none;
  color: white !important;
  font-size: 13px;
}
.lass * {
	font-size: 10px;
}
.footer-elem.lass {
    float: right;
	margin-right: 50px;
    margin-top: 15px;
}
.firmname {
	font-size: 18px;
	text-align: center !important;
	font-weight: 800;
	}
.contact-details {
  font-weight: 400;
  margin-bottom: 15px;
}

.employee {
  font-weight: 400;
}

.employee p {
  margin: 5px 0;
  text-transform: uppercase;
  width: auto !important;
  text-shadow: 1px 1px 1px black;
  text-align: left;
}
.employee__name {
  font-weight: 800;
}

.email {
  color: white;
}

.email:hover {
  text-shadow: 1px 1px 1px #e31c1c !important;
color: white !important;
}
.column {
  float: left;
}
.dw {
	margin-left: auto;
	padding-top: 3px;
}
.disabled {
	color: #e31c1c !important;
}
.form-row {
	width: 100%; display: inline-block;
}
.link {
	cursor: pointer;
}
.link2 {
	cursor: pointer;
}
.link2:hover {
text-decoration: overline ;
}
.size {
	width: 50px;
}
.data {
	padding-top: 10px;
}
.upcont:hover {
    cursor: pointer;
	opacity: 0.8;
	transform: rotate(360deg);
	border-radius: 20px;
}
.upcont {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    position: fixed;
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	opacity: 0.5;
	border-radius: 10px;
	background: black;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	background-position: center center;
	color: white;
	font-weight: 900;
	font-size: 45px;
	align-content: center;
	text-align: center;
	padding: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.red-border {
    border: 20px solid #bf1e2e;
    padding: 30px;    
	color: #323f80;
    font-weight: 600;
}
.becc {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.become-foot {
	background-image: url('img/become_foot2.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
	padding-top: 100px;
	padding-left: 40%;
}
p {
margin-left: auto;
margin-right: auto;
word-break: keep-all;
}
.route-link {
	float: left;
	padding-right: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.active {
	color: #464141;
	text-decoration: none;
}
.gallery-handler {
	position: relative;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-image: url('gallery/1.jpg');
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.side-item {
	position: absolute;
	top: 200px;
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
	background-size: auto 100%, cover;
}
.item-left {
	left: 10%;
	background-position: 0px, center;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.item-right {
	right: 10%;
	background-position: -100px center, center;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.partners{
height: 100px;
margin: auto;
margin: 5px 5px;
}
.failed {
	outline: none;
	border: 1px solid red;
	box-shadow: 0px 0px 8px red;
	-moz-box-shadow: 0px 0px 8px red;
	-webkit-box-shadow: 0px 0px 8px red;
}
.failed.radio, .failed.radio2,  .failed.check-label, .fail-com {
	color: red;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.tabble {
	width: 50%;
	border: 1px solid black;
	border-collapse: collapse;
}
.tabble2 {
	font-size: 8px;
	width: 50%;
	border-collapse: collapse;
}
.cell {
	width: 33%;
	border: 1px solid black;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.cell2 {
	border: 1px solid black;
	padding: 5px 10px;
	text-transform: uppercase;
}
.head > .cell {
	color: #464141;
	font-weight: 600;
	font-size: 15px;
}
.head2 > .cell {
	color: #464141;
	font-weight: 800;
	font-size: 10px;
}
.tr-tt {
	margin-bottom: 0px;
margin-top: 40px;
}
.news {
	width: 100%;
}
.title {
	font-weight: 700;
	font-size: 18px;
	color: #464141;
}
.date { 
	font-size: 12px;
}
.text {
	padding-bottom: 20px;
	padding-top: 20px;
	
}
.footer-elem {
	display: inline-block;
	margin: 5px 0px 5px 40px;
}
textarea[name*=text] {
	width: 100%;
}
input[name*=title]{
	width: 25%;
}
.delete, .edit, .addnews {
margin-left: 20px;
color: #464141;
}
.big {
	margin-left: calc(50% - 50px);
	font-size: 20px;
	color: #464141;
}
.display {
	display: none;	
}

.row2:hover::after {
	content: "Edytuj";
	font-size: 12px;
	color: #464141;
	vertical-align:center;
	font-weight: 700;
}
.cell2:hover {
	background-color: #eee;
}
.row2:hover {
	cursor: pointer;
	outline: none;
	border: 1px solid #464141;
	box-shadow: 0px 0px 8px #464141;
	-moz-box-shadow: 0px 0px 8px #464141;
	-webkit-box-shadow: 0px 0px 8px #464141;
}
.titled {
	font-size: 75px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: darkred;
}
.bph {
    text-align: right;
    margin-right: -60px;
}.bph, .bph2 {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    min-width: 315px;
}
#elements input[type="text"] {
    width: calc(100% - 100px);
    border: solid 0.5px lightgray;
    line-height: 2;
    padding: 0px 10px;
	
    border-left: 0px;
}
#elements li {
	position: relative;
    z-index: 5;
}
#elements li:nth-child(even) input[type="text"] {
    background: lightgray;
}
#elements li:nth-child(even)::before {
    background: lightgray;
}
#elements li::before {
    content: '';
    width: 35px;
    position: absolute;
    height: calc(100% - 1px);

    left: -25px;
    z-index: -1;
    border: solid 0.5px lightgray;
}
a.removeli {
    width: 20px;
    background: red;
    line-height: 2em;
    height: 100%;
    display: inline-block;
    border: solid 0.5px lightgray;
}
.contact-block {
    margin: -20px 10px;
    padding: 5px 0px 20px;
    border: solid 2px #959595;
    display: block;
    width: 50%;
    position: relative;
}
.contact-block:nth-child(even) {
    margin-left: auto;
}
.contact-block:before {
    display: inline-block;
    content: "" attr(before-content) "";
    position: relative;
    line-height: 1.5em;
    font-size: 20px;
    top: -20px;
    background: white;
    text-transform: uppercase;
    color: #777777;
    padding: 0px 15px;
    margin-bottom: -25px;
}
.contact-block a {
    color: #e31c1c;
}