/*CSS Styles for Edukacja Domowa page template*/
.section__first {
    margin-top: 50px;
    margin-bottom: 80px;
}
.section__first h2 {
    text-align: center;
}

.section__second h2 {
    text-align: center;
}
.box {
    padding-right: 15px;
    transition-duration: 0.3s;
}
.box:nth-last-child() {
    padding: 0;
}
.box:hover {
    transform: translateY(-8px);
}

.box1 {
    background: #C9EFF2;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(204, 204, 204, 0.9);
    border-radius: 5px;
    height: 300px;
    padding: 40px 10px 20px 10px;
}
.box2 {
    background: #CAF2C9;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(204, 204, 204, 0.9);
    border-radius: 5px;
    height: 300px;
    padding: 40px 10px 20px 10px;
}
.box3 {
    background: #F2C9C9;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(204, 204, 204, 0.9);
    border-radius: 5px;
    height: 300px;
    padding: 40px 10px 20px 10px;
}
.box4 {
    background: #D1C9F2;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(204, 204, 204, 0.9);
    border-radius: 5px;
    height: 300px;
    padding: 40px 10px 20px 10px;
}
.box5 {
    background: #F2E9C9;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(204, 204, 204, 0.9);
    border-radius: 5px;
    height: 300px;
    padding: 40px 10px 20px 10px;
}
.box1 img, .box2 img, .box3 img, .box4 img, .box5 img {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
}
.section__third {

}
.section__third.bg-full {
    position: relative;
}
.section__third.bg-full:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    height: 100%;
    width: 100vw;
    background-image: url('/images/ed/recruitment_box.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section__third-content {
    padding: 60px 0;
    position: relative;
}
.section__third h3 {
    color: #2D2E83;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.section__third img {
    vertical-align: baseline;
    margin-right: 10px;
}

.white-shadow-box {
    background: #FFFFFF;
    border: 1px solid rgba(204, 204, 204, 0.4);
    box-shadow: 2px 2px 6px rgba(204, 204, 204, 0.4);
    border-radius: 5px;
    height: 500px;
    margin: 0 1px;
    transition-duration: 0.3s;
}
.white-shadow-box:hover {
    transform: translateY(-8px);
}
.white-box-text {
    margin-top: 50px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.white-shadow-box a, .white-shadow-box a:visited, .white-shadow-box a:hover {
    color: #000;
}

.section__fourth h3 {
    text-align: center;
}
.section__fourth img {
    vertical-align: baseline;
    margin-bottom: -40px;
}
.section__fourth p {
    margin-left: 40px;
}
.section__fifth {
    color: #fff;
}
.section__fifth.bg-full {
    position: relative;
}
.section__fifth.bg-full:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    height: 100%;
    width: 100vw;
    background: #0C2B5D;
}
.section__fifth h3, .section__fifth p {
    color: #fff;
    text-align: center;
}
.section__fifth a {
    color: #fff;
}
.section__fifth .ed-form {
    padding: 60px 180px 0 180px;
    position: relative;
}
.section__fifth .ed-form .btn {
    background: #fff !important;
    color: #000;
}
.section__fifth .ed-form .btn:hover {
    color: #0075FF;
}
.moduletable.dekoracje:before, .moduletable.dekoracje:after {
    display: none !important;
}
.chckxs label {
    font-size: 14px;
}
.contact-box {
    padding: 80px 200px;
    width: 50%;
    max-width: 1220px;
    margin: 0 auto;
}
.section__sixth h2 {
    text-align: center;
}
.section__sixth img {
    vertical-align: baseline;
    margin-bottom: -30px;
}
.section__sixth .pdf {
    margin-left: 30px;
    margin-bottom: -10px;
}
.section__seventh h2 {
    text-align: center;
}
.section__seventh h3 {
    font-size: 16px;
    font-family: 'Open Sans';
}

@media only screen and (max-width: 996px) {
    .section__fifth .ed-form {
        padding: 20px 0;
    }
}

/*General styles*/
.text-center {
    text-align: center;
}
.text-white {
    color: #fff;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-75 {
    margin-bottom: 75px;
}
.pt-20 {
    padding-top: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.pr-20 {
    padding-right: 20px;
}

#accordion{
    position: relative;
  }
  
#accordion .head{
background-color: #FFFFFF;
color: #000;
padding: 0 30px;
cursor: pointer;
transition: 0.2s ease;
display: flex;
justify-content: flex-start;
align-items: center;
}

#accordion .arrow{
color: #0075FF;
font-size: 24px;
transition: 0.25s ease;
opacity: 0.3;
transform: rotate(-90deg);
margin-right: 10px;
}

#accordion .head:hover .arrow{
opacity: 1;
}

#accordion .arrow-animate{
transform: rotate(0deg);
opacity: 1;
}

#accordion .content{
background-color: #FFFFFF;
display: none;
padding: 0 30px;
color: #000;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#banner span {
    display: none !important;
}