@CHARSET "UTF-8";

.col13 { width: 31.333%; float: left; margin: 25px 1%; min-height: 312px; }
.col12 { width: 48%; float: left; margin: 25px 1%; }

.aplikuj { 
    background-color: #2e82ea;
    padding: 15px 55px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
color: white; 
font-size: 18px;
text-align: center;
margin: 0 auto;
text-decoration: none;
opacity: 1;
transition-duration: 1s;
}

.aplikuj:hover { color: white; opacity: 0.8; }
.sep1 { width: 100%; height: 1px; background-color: #e7e7e7; margin: 25px auto; }
.col12 p, .col12 ul { font-size: 16px; }


.miejscowosc2 {
    color: #333;
    padding-top: 0px;
}
.title2 {
    
    color: #2e82ea;
font-size: 26px;
line-height: 30px;
    margin-top: 5px;
    padding-right: 20px;
}

.kariera {
width: 100%;
padding: 60px 0px 0px 0px;
text-align: left;
background-image: url(../images/bg2-3.png);
background-position: top center;
background-repeat: no-repeat; 
background-size: cover;
color: #333;
min-height: 230px;
position: relative;
margin-top: 0px;
    transition-duration: 1s;
}
.kariera:hover { margin-top: -15px; }

.miejscowosc { 
    padding-left: 20px; 
    color: #333;
    padding-top: 25px;
}
.title {
    padding-left: 20px;
    color: #2e82ea;
font-size: 26px;
line-height: 30px;
    margin-top: 5px;
    padding-right: 20px;
}
.icon {
    position: absolute;
    top: 10px;
    left: 15px;
    max-width: 55px;
}
.icon img { width: 100%; }

#pageloader
{
  background: rgba( 0, 80, 163, 0.8 );
  display: none;
  height: 80%;
  position: absolute;
  width: 80%;
  z-index: 9999;
  margin-top: -25px;
	margin-left: -25px;
	padding: 10%;
}

.cg {
padding: 10px !important;
outline: none !important;
margin: 0 !important;
    margin-bottom: 0px !important;
max-width: 100% !important;
display: block !important;
margin-bottom: 20px !important;
font-size: 13px !important;
border-width: 1px !important;
border-style: solid !important;
border-radius: 0 !important;
box-sizing: border-box !important;
-webkit-appearance: none !important;
border-color: #BEBEBE !important;
color: #333 !important;
}
#formrez input[type="email"] {border-color: #BEBEBE !important;color: #333 !important;}

#formrez .column { margin-bottom: 0px !important; }

#pageloader img
{
  left: 50%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 50%;

}


.col14 { float: left; width: 25%;  max-height: 400px; overflow-y: auto; overflow-x: hidden; }
.col34 { float: left; width: 75%; max-height: 400px; }
.box_place { width: 100%; clear: both; background-color: #e7e7e7; color: #333; padding: 10px; line-height: 16px; font-size: 13px; text-align: left; margin-bottom: 1px; }

 /* Style the buttons that are used to open and close the accordion panel */
.myaccordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 1px;
}

.myaccordion.active, .myaccordion:hover { background-color: #ccc; }


.gm-style-iw {
          top:0px !important;
          left:0 !important;
          border-radius:2px;
          width: 100% !important;
}



div.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.panel p { margin-top: 10px; }

@media screen and (max-width: 768px) {
	.col14, .col34 { width: 100%; }
}
