/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/*Main styles*/

strong,b {
    font-weight: 700;
}
i,em {
    font-style: italic;
}

a {
    text-decoration: none;
    outline: 0;
	word-wrap: break-word!important;
}

a:hover {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

a:active {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

a:focus {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}

html {
	width: 100%;
}

body {
    font-size: 10px;
    line-height: 16px;
    font-family: "Arial", "Times New Roman", sans-serif;
    font-weight: 400;
    color: #000000;
    padding-top: 0px;
    width: 100%;
    overflow-x: hidden;
}

body.page-id-5 {
    background-color: #f4f4f4;
}

.entry-attachment {
    margin: 40px 0;
    text-align: center;
}

.entry-attachment img {
    margin: 0 auto;
}

h1 {
    font-size: 6.3em;
    line-height: 1.4em;
}

h2 {
    font-size: 4.4em;
    line-height: 1.4em;
}

h3 {
    font-size: 2.7em;
    line-height: 1.4em; 
}

h4 {
    font-size: 1.8em; 
    line-height: 1.4em; 
}

h5 {
    font-size: 1.6em; 
    line-height: 1.4em; 
}

h6 {
    font-size: 1.2em;
    line-height: 1.4em; 
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #00395c;
	text-align: left;
    margin: 10px 0px;
    font-family: "Arial", "Times New Roman", sans-serif;
}



p.lead {
    font-size: 1.4em;
	line-height: 1.4em;
	color: #00395c;
	text-align: left;
    margin: 10px 0px;
     font-family: "Arial", "Times New Roman", sans-serif;
}

.hundred-height {
    height: 100vh;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.delay-animate {
    opacity: 0;
}

.uppercase {
	text-transform: uppercase;
}

a.read-more {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.4em;
}

a.read-more:hover {
    opacity: 0.7;
}

a.more-link {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: 700;
    font-size: 0.86em;
    line-height: 1.4em;
    margin-top: 10px;
}

a.more-link:hover {
    opacity: 0.7;
}

.burger {
    width: 30px;
    position: fixed;
    right: 15px;
    top: 5px;
    z-index: 120;
    cursor: pointer;
    display: none;
    padding: 1px 3px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    -webkit-transition: border 0.5s ease-in-out;
    -moz-transition: border 0.5s ease-in-out;
    -o-transition: border 0.5s ease-in-out;
    transition: border 0.5s ease-in-out;
}

ul#pagination {
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 25px;
}

ul#pagination li {
    display: inline-block;
    padding: 6px 10px;
    font-size: 1.6em;
    line-height: 1.4em;
    border: none;
    color: #00395c;
    font-weight: 700;
    cursor: pointer;
}

ul#pagination li:hover,
ul#pagination li.current {
    color: #00aeef;
    background-color: transparent;
    border: none;
}

ul.pagination {
    width: 100%;
    text-align: center;
}

ul.pagination > li {
    display: inline-block;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #00aeef;
    background-color: transparent;
    border: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: transparent;
    border: none;
    color: #00aeef;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    font-weight: 700;
    color: #8c8c8c;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 10px;
    font-size: 1.6em;
    line-height: 1.4em;
    border: none;
    color: #00395c;
    font-weight: 700;
}

li.next a:hover:before {
    display: none;
}

.small-menu-wrapper.activated .burger {
    border: 1px solid #00395c;
}

    .burger .stick {
        width: 100%;
        height: 2px;
        margin: 3px 0px;
        background-color: #ffffff;
        position: relative;
    }

    .burger .stick.white {
        background-color: #ffffff;
    }

        .burger .stick.first-stick {
            top: 0px;
            -webkit-transition: top 0.5s ease-in-out, transform 0.5s ease-in-out;
            -moz-transition: top 0.5s ease-in-out, transform 0.5s ease-in-out;
            -o-transition: top 0.5s ease-in-out, transform 0.5s ease-in-out;
            transition: top 0.5s ease-in-out, transform 0.5s ease-in-out;
        }

        .small-menu-wrapper.activated .burger .stick.first-stick {
            top: 5px;
            background-color: #00395c;
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg); /* IE 9 */
            -o-transform: rotate(45deg);
            transform: rotate(45deg);

        }

        .burger .stick.second-stick {
            opacity: 1;
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;


        }

        .small-menu-wrapper.activated .burger .stick.second-stick {
            opacity: 0;
        }

        .burger .stick.third-stick {
            bottom: 0px;
            -webkit-transition: bottom 0.5s ease-in-out, transform 0.5s ease-in-out;
            -moz-transition: bottom 0.5s ease-in-out, transform 0.5s ease-in-out;
            -o-transition: bottom 0.5s ease-in-out, transform 0.5s ease-in-out;
            transition: bottom 0.5s ease-in-out, transform 0.5s ease-in-out;
        }

        .small-menu-wrapper.activated .burger .stick.third-stick {
            bottom: 5px;
            background-color: #00395c;
            -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg); /* IE 9 */
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }


.small-menu-wrapper {
    z-index: 150;
}

.small-menu-container {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 105;
    max-width: 250px;
    width: 100%;
    display: none;
}

.small-menu-wrapper.activated .small-menu-container {
    display: block;
}

    .small-menu-container .small-menu {
        overflow-y: scroll;
        min-height: 100vh;
        height: 100vh;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        border: none;
        right: -100%;
        top: 0px;
        z-index: 95;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .small-menu-wrapper.activated .small-menu-container .small-menu {
        right: 0%;
        background-color: #ffffff;
        border-left: 2px solid #00395c;
    }

        .small-menu ul {
            margin-left: 20px;
            border-top: none;
        }
            .small-menu ul li {
                overflow: hidden;
                text-transform: uppercase;
                display: block;
                width: 100%;
                margin: 35px 0px 0px 0px;
                font-size: 2em;
                line-height: 1.4em;
            }

            .small-menu ul li:first-child {
                margin-top: 25px;
            }

                .small-menu ul li a {
                    color: #00395c;
                    font-size: 1em;
                    line-height: 1em;
                    font-weight: 700;
                    padding: 0px;
                }

                .small-menu ul li:hover > a {
                    color: #00aeef;
                }

.navbar-nav .open .dropdown-menu {
    margin-top: 20px;
}

.navbar-nav .open .dropdown-menu li {
    font-size: 1em;
    margin: 0px;
}

#menu-main-menu,
#menu-main-menu-mobile {
    text-align: left;
}

.full-height {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    margin-left: -5px;
}

/*Header*/

header .navbar-nav .open .dropdown-menu {
    margin-top: 0px;
}

header .top-bar-wrapper {
    height: 33px;
    position: relative;
}

header .top-bar {
    padding: 5px 0px;
    background-color: #00aeef;
    text-align: right;
    min-height: 33px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 500;
}

header .top-bar .full-height {
    height: 23px;
}

    header .top-bar .container {
        height: 100%;
        padding-right: 55px; 
    }

    header .top-bar .small-menu {
        
        text-align: right;
        display: inline-block;
    }

        header .top-bar .small-menu .bar-link {
            display: inline-block;
            vertical-align: middle;
            padding: 0px 10px;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 1.2em;
            line-height: 1.4em;
            border-right: 1px solid #ffffff;
        }

            header .top-bar .small-menu .bar-link:hover {
                opacity: 0.7;
            }

        header .top-bar .small-menu a:last-child .bar-link {
            border: none;
            padding-right: 0px;
        }

        header .top-bar .font-size {
            display: inline-block;
            vertical-align: middle;
            padding: 0px 17px;
            text-transform: uppercase;
            color: #ffffff;
        }

            header .top-bar .font-size span,
            header .top-bar .font-size a {
                padding: 0px 5px;
                line-height: 1em;
                cursor: pointer;
                color: #ffffff;
            }

            header .top-bar .font-size span:hover,
            header .top-bar .font-size a:hover {
                opacity: 0.7;
            }

            header .top-bar .font-size span.small,
            header .top-bar .font-size a.small {
                font-size: 1.4em;
            }

            header .top-bar .font-size span.medium,
            header .top-bar .font-size a.medium {
                font-size: 1.8em;
            }

            header .top-bar .font-size span.large,
            header .top-bar .font-size a.large {
                font-size: 2.2em;
            }

header .header-big-wrapper {
    background-color: #ffffff;
}

header .header-wrapper {
    overflow: hidden;
    padding: 8px 15px 4px 15px;
}

    header .header-wrapper .left-side {
        float: left;
    }

        header .header-wrapper .left-side .img-wrapper {
            float: left;
            padding: 10px 0px;
        }

            header .header-wrapper .left-side .img-wrapper img {
                margin-right: 40px;
                display: inline-block;
                vertical-align: middle;
            }

        header .header-wrapper .left-side h4 {
            clear: both;
            color: #49728b;
            font-weight: 700;
            text-align: left;
        }

        header .header-wrapper .left-side p.logo-header {
            clear: both;
            color: #49728b;
            font-weight: 700;
            text-align: left;
            font-size: 1.8em;
            line-height: 1.4em;
            margin: 10px 0px;
        }

    header .header-wrapper .right-side {
        float: right;
    }

        header .header-wrapper .right-side form {
            padding-top: 39px;
        }

        header .header-wrapper .right-side form #search {
            margin-right: 10px;
            box-shadow: none;
            transition: none;
            border-radius: 0;
            height: 30px;
            width: 200px;
            box-sizing: border-box;
            border: 1px solid #8c8c8c;
        }

        header .header-wrapper .right-side .input-group-btn:last-child > .btn {
            margin-left: 10px;
            box-shadow: none;
            transition: none;
            border-radius: 0;
            width: 100px;
            height: 30px;
            border: 1px solid #00aeef;
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
            background-color: #00aeef;
            padding: 0px;
            outline: 0;
            position: relative;
        }

        header .header-wrapper .right-side .input-group-btn:last-child > .btn:hover {
            color: #00aeef;
            background-color: #ffffff;
        }

        header .header-wrapper .right-side .input-group-btn:last-child > .btn::before {
            content: " ";
            position: absolute;
            width: 6px;
            height: 6px;
            border: 1px solid #ffffff;
            background-color: #ffffff;
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg); /* IE 9 */
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            left: -4px;
            top: 11px;
        }

        header .header-wrapper .right-side .input-group-btn:last-child > .btn:hover::before {
            border-top: 1px solid #00aeef;
            border-right: 1px solid #00aeef;
            border-bottom: none;
            border-left: none;
            left: -3px;
        }

header #main-menu ul {
    display: table;
    table-layout: auto;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    height: 53px;
    background-color: #00395c;
    box-sizing: border-box;
}

    header #main-menu ul li {
        display: table-cell;
        vertical-align: middle;
        float: none; 
        cursor: pointer;
    }

    header #main-menu ul li:hover {
        background-color: #00aeef;
    }

        header #main-menu ul li a {
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1.5em;
            line-height: 53px;
            padding: 0px;
            width: 100%;
        }

header #main-menu ul li .dropdown-menu li a {
    font-size: 1.5em;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px 25px;
    white-space: normal;
}

header #main-menu ul .dropdown-menu {
    display: none;
    table-layout: auto;
    height: auto;
    padding: 0px;
    font-size: 1em;
    background-color: transparent;
    width: auto;
    left: 15px;
    border: none;
    box-shadow: none;
}

    header #main-menu ul .dropdown-menu li {
        display: block;
        margin: 1px 0px;
        background-color: rgba(0, 174, 239, 1);
        text-align: left;
        padding: 0px;
        position: relative;
    }

    header #main-menu ul .dropdown-menu li:hover {
        background-color: #00395c;
    }

    header #main-menu ul .dropdown-menu li ul.dropdown-menu {
        position: absolute;
        top: -1px;
        left: 100%;
    }

        header #main-menu ul .dropdown-menu li ul.dropdown-menu li {
            margin: 1px;
        }

header #main-menu ul .open > .dropdown-menu {
    display: block;
    width: 352px;
}

#class-map {
    width: 100%;
    margin-top: 50px;
}


/*Homepage*/

#home-swiper {
    width: 100%;
    position: relative;
}
#home-swiper .swiper-slide {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

#home-swiper .swiper-slide img {max-width: 100%;}

#home-swiper-mobile {
    width: 100%;
    position: relative;
}
#home-swiper-mobile .swiper-slide .photo-wrapper {
    height: 0px;
    padding-bottom: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; center;
}

.home-slider-wrapper-mobile {
    position: relative;
    padding-bottom: 25px;
    display: none;
}

    .home-slider-wrapper-mobile .swiper-pagination {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

.home-slider-wrapper {
    position: relative;
    padding-bottom: 25px;
}

    .home-slider-wrapper .swiper-pagination {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

.swiper-pagination-bullet {
  border-radius: 50%;
  background-color: rgb(204, 204, 204);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  width: 9px;
  height: 9px;
  opacity: 1;
  margin: 0px 5px;
}

.swiper-pagination-bullet-active {
    border-radius: 50%;
    background-color: rgb(0, 174, 239);
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    width: 9px;
    height: 9px;
    opacity: 1;
    margin: 0px 5px;
}

    #home-swiper .text-wrapper {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        opacity: 0.7;
        background-color: #295976;
        padding: 10px 15px 20px 15px;
    }
        
        #home-swiper .text-wrapper p {
            color: #ffffff;
            font-size: 1.6em;
            line-height: 1.4em;
            text-align: left;
        }

    #home-swiper-mobile .text-wrapper {
        display: block;
        width: 100%;
        opacity: 0.7;
        background-color: #295976;
        padding: 10px 15px 20px 15px;
    }
        
        #home-swiper-mobile .text-wrapper p {
            color: #ffffff;
            font-size: 1.6em;
            line-height: 1.4em;
            text-align: left;
        }

    #home-swiper .slider-title-wrapper {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 3.2em;
        line-height: 1.1em;
        color: #ffffff;
        background-size: 100% 100%;
        background-image: url("img/module_background.png");
        padding: 30px 80px 20px 35px;
        text-align: left;
        text-transform: uppercase;
        position: absolute;
        left: 15px;
        top: 50px;
        width: 260px;
        height: 156px;
        box-sizing: border-box;
    }

         

.breadcrumbs {
    margin: 8px 0px;
    color: #8c8c8c;
}

    .breadcrumbs span.bread-title {
        font-size: 1.4em;
        line-height: 1.4em;
        color: #8c8c8c;
        
    }

    .breadcrumbs span.crump-name {
        font-size: 1.4em;
        line-height: 1.4em;
        color: #8c8c8c;
        font-weight: 700;
        padding: 0px 7px;
    }

        .breadcrumbs span.crump-name:hover {
            opacity: 0.7;
        }

.home-main-content .title-wrapper {
    padding: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #00aeef;
    width: 100%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.4em;
    margin: 10px 0px 20px 0px;
}

.home-main-content .modules-big-wrapper .title-wrapper,
section.homepage .news .title-wrapper {
    font-size: 1em;
}

    .home-main-content .modules-big-wrapper .title-wrapper h1,
    section.homepage .news .title-wrapper h1 {
        font-size: 2em;
        line-height: 1.4em;
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
    }

.home-main-content .title-wrapper a {
    color: #ffffff;
}

    .home-main-content .title-wrapper a:hover {
        opacity: 0.7;
    }

    .home-main-content .title-wrapper span a {
        color: #ffffff;
    }

    .home-main-content .title-wrapper span a:hover {
        opacity: 0.7;
    }

.home-main-content .modules-big-wrapper {
    margin-bottom: 60px;
}

    .home-main-content .modules-big-wrapper .module-wrapper {
        margin-top: 22px;
        position: relative;
        height: 220px;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .home-main-content .modules-big-wrapper .module-wrapper:hover {
        opacity: 0.7;
    }

        .home-main-content .modules-big-wrapper .module-wrapper img {
            display: inline-block;
            margin: 30px;
        }

        .home-main-content .modules-big-wrapper .module-wrapper p,
        .home-main-content .modules-big-wrapper .module-wrapper h2 {
            color: #ffffff;
            font-size: 2.5em;
            line-height: 1.4em;
            font-weight: 700;
            text-align: center;
            margin: 10px 0px;
        }

    .home-main-content .modules-big-wrapper .module-wrapper .triangle {
        width: 32px;
        height: 32px;
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg); /* IE 9 */
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        z-index: 2;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.first-color {
        background-color: #00395c;
        z-index: 3;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.first-color .triangle {
        background-color: #00395c;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.second-color {
        background-color: #006797;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.second-color .triangle {
        background-color: #006797;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.third-color {
        background-color: #00aeef;
        z-index: 5;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.third-color .triangle {
        background-color: #00aeef;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.fourth-color {
        background-color: #40c8f4;
        z-index: 3;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.fourth-color .triangle {
        background-color: #40c8f4;
    }

    .home-main-content .modules-big-wrapper .module-wrapper .triangle.top-triangle {
        top: -16px;
        right: 58px;
        z-index: 10;
    }

    .home-main-content .modules-big-wrapper .module-wrapper .triangle.right-triangle {
        top: 90px;
        right: -16px;
        z-index: 10;
    }

    .home-main-content .modules-big-wrapper .module-wrapper .triangle.bottom-triangle {
        bottom: -16px;
        right: 58px;
    }

    .home-main-content .modules-big-wrapper .module-wrapper .triangle.left-triangle {
        left: -16px;
        top: 90px;
    }

    .home-main-content .modules-big-wrapper .module-wrapper .triangle.transparent-background {
        background-color: #f4f4f4;
        z-index: 1;
    }

.statistics-wrapper {
    background-color: #ffffff;
}

    .statistics-wrapper .statistic {
        text-align: center;
        padding: 40px 0px;
    }

        .statistics-wrapper .statistic img {
            max-width: 100%;
            display: inline-block;
            margin: 15px;
        }

        .statistics-wrapper .statistic p {
            color: #8c8c8c;
            text-align: center;
            font-size: 3em;
            line-height: 1.4em;
            padding: 15px 0px;
            margin: 0px;
        }

.image-school-wrapper {
    text-align: center;
    width: 100%;
    max-width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 145px;
}

#home-small-swiper.swiper-container {
        width: 100%;
        height: 100%;
    }
    #home-small-swiper .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: #ffffff;
    }

    #home-small-swiper img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

section.homepage .news {
    margin-bottom: 60px;
}

section.homepage .news-big-wrapper {
    margin-bottom: 10px;
    overflow-y: scroll;
    height: 330px;
    padding-right: 25px;
}

    section.homepage .news-big-wrapper .news-wrapper:last-child .blue-line-wrapper {
        display: none;
    }

    section.homepage .news-big-wrapper .news-wrapper .news-photo {
        text-align: center;
    }

    section.homepage .news-big-wrapper .news-wrapper .news-photo img {
        max-width: 100%;
        display: inline-block;
    }

    section.homepage .news-big-wrapper .news-wrapper .news-content h1,
    section.homepage .news-big-wrapper .news-wrapper .news-content h2 {
        font-size: 1.6em;
        line-height: 1.4em;
        font-weight: 700;
        color: #00395c;
        margin: 0px;
    }

    section.homepage .news-big-wrapper .news-wrapper .news-content p {
        font-size: 1.2em;
        line-height: 1.4em;
        color: #00395c;
        margin: 20px 0px 10px 0px;
    }

    section.homepage .news-big-wrapper .news-wrapper .news-content a {
        display: block;
        text-align: left;
        text-transform: uppercase;
        color: #8c8c8c;
        font-weight: 700;
        font-size: 1em;
        line-height: 1.4em;
        margin-top: 10px;
    }

        section.homepage .news-big-wrapper .news-wrapper .news-content a:hover {
            opacity: 0.7;
        }

    .blue-line-wrapper.mobile {
        display: none;
    }

    .blue-line-wrapper {
        padding: 15px 15px;
        clear: both;
    }

     .blue-line-wrapper .blue-line {
        width: 100%;
        height: 1px;
        background-color: #00aeef;
    }

    .dark-blue-line-wrapper {
        padding: 15px 15px;
        clear: both;
    }

     .dark-blue-line-wrapper .blue-line {
        width: 100%;
        height: 1px;
        background-color: #00395c;
    }

.alert-danger {
    margin-top: 15px;
    width: 277px;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
}

.alert-success {
    margin-top: 15px;
    width: 277px;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
}

.caret {
    display: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border: none;
    background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.main-title {
    margin-bottom: 8px;
    font-size: 4em;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 30px 15px;
    text-align: left;
    background-color: #00aeef;
    background-image: url("img/title_image.png");
    background-position: center -145px;
    background-repeat: no-repeat;
}

.main-title h1 {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

.single-image-wrapper {
    margin: 40px;
    text-align: center;
}

    .single-image-wrapper img {
        display: inline-block;
        max-width: 100%;
    }

section.why-ecdl .main-title {
    padding: 15px;
    line-height: 66px;
    overflow: hidden;
}

    section.why-ecdl .main-title .logos-wrapper {
        float: right;
    }

        section.why-ecdl .main-title .logos-wrapper img {
            display: inline-block;
            vertical-align: middle;
            margin: 0px 10px;
        }

/*News*/

section.news .news-wrapper {
    margin: 25px 0px;
}

    section.news .news-wrapper .photo-wrapper {
        text-align: center;
    }

    section.news .news-wrapper .photo-wrapper img {
        max-width: 100%;
        display: inline-block;
    }

    section.news .news-wrapper .content-wrapper h5,
    section.news .news-wrapper .content-wrapper p.news-title {
        color: #00395c;
        font-weight: 700;
        margin: 0px;
        text-align: left;
        font-size: 1.6em;
        line-height: 1.4em;
    }

    section.news .news-wrapper .content-wrapper h6,
    section.news .news-wrapper .content-wrapper p.news-date {
        color: #00395c;
        text-align: left;
        margin: 0px;
        padding: 5px 0px;
        font-size: 1.4em;
        line-height: 1.4em;
    }

    section.news .news-wrapper .content-wrapper p {
        margin: 15px 0px;
        text-align: left;
        color: #00395c;
        font-size: 1.4em;
        line-height: 1.4em;
    }

    section.news .news-wrapper .content-wrapper a {
        display: block;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.86em;
        line-height: 1.4em;
        color: #8c8c8c;
        font-weight: 700;
        margin-top: 15px;
    }

    section.news .news-wrapper .content-wrapper a:hover {
        opacity: 0.7;
    }

section.partners .partners-big-wrapper {
    padding: 7px 0px 20px 0px;
}

    section.partners .partners-big-wrapper .partners {
        margin: 16px 0px;
        width: 100%;
        height: 294px;
        background-color: #00395c;
        background-size: cover;
        background-position: center center;
        position: relative;
        cursor: pointer;
    }

        section.partners .partners-big-wrapper .partners:hover {
            opacity: 0.7;
        }

        section.partners .partners-big-wrapper .partners .partner-title {
            text-align: center;
            width: 100%;
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            padding: 20px 0px;
            background-color: #00395c;
            color: #ffffff;
            font-size: 2.5em;
            line-height: 1.4em;
            font-weight: 700;
        }

        section.partners .partners-big-wrapper .partners .partner-title .triangle {
            position: absolute;
            top: -17px;
            right: 57px;
            height: 34px;
            width: 34px;
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg); /* IE 9 */
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        section.partners .partners-big-wrapper .partners .partner-title.first-color .triangle,
        section.partners .partners-big-wrapper .partners .partner-title.first-color {
            background-color: #00395c;
        }

        section.partners .partners-big-wrapper .partners .partner-title.second-color .triangle,
        section.partners .partners-big-wrapper .partners .partner-title.second-color {
            background-color: #006797;
        }

        section.partners .partners-big-wrapper .partners .partner-title.third-color .triangle,
        section.partners .partners-big-wrapper .partners .partner-title.third-color {
            background-color: #00aeef;
        }

        section.partners .partners-big-wrapper .partners .partner-title.fourth-color .triangle,
        section.partners .partners-big-wrapper .partners .partner-title.fourth-color {
            background-color: #40c8f4;
        }


/*Certyfikaty*/

section.certyfiakty .certicates-big-wrapper {
    padding-bottom: 70px;
}

section.certyfiakty .certificate {
    padding-bottom: 15px;
}

section.certyfiakty .certificate .image-wrapper {
    text-align: center;
}

    section.certyfiakty .certificate .image-wrapper img {
        display: inline-block;
        max-width: 100%;
        margin-top: 20px;
    }

section.certyfiakty .certificate .text-wrapper p {
    color: #00395c;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 20px 0px 10px 0px;
}

section.centra .filtrowanie-wrapper {
    background-color: #e3f7ff;
    padding: 0px 15px 30px 15px;
    margin-top: 20px;
}

    section.centra .filtrowanie-wrapper h4,
    section.centra .filtrowanie-wrapper p.filter-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 2em;
        line-height: 1.4em;
        color: #00395c;
        text-align: left;
        padding: 8px 0px;
        margin: 0px;
    }

    section.centra .filtrowanie-wrapper label {
        font-size: 1.6em;
        line-height: 1.4em;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #00395c;
        margin-right: 60px;
    }

    section.centra .filtrowanie-wrapper select {
        margin-left: 8px;
        height: 32px;
        width: 280px;
        color: #898989;
        font-size: 0.875em;
        outline: 0;
        max-width: 100%;
    }

    section.centra .filtrowanie-wrapper select:focus {
        outline: 0;
    }
/*
section.centra .center-wrapper {
    padding: 15px 0px 20px 0px;
}*/

section.centra .all-centers{
    padding: 15px 0px 15px 0px;
}

    section.centra .all-centers .phone-wrapper:last-child .dots-wrapper {
        display: none;
    }

    section.centra .all-centers .akr-wrapper:last-child .dots-wrapper {
        display: none;
    }

    section.centra .center-wrapper h3,
    section.centra .center-wrapper h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 2.5em;
        line-height: 1.4em;
        color: #00395c;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 5px;
        margin: 0px;
    }

    section.centra .center-wrapper p {
        font-family: 'Roboto', sans-serif;
        font-size: 1.6em;
        line-height: 1.4em;
        color: #00395c;
        margin: 0px;
    }

    section.centra .center-wrapper p a {
         color: #00395c;
    }

        section.centra .center-wrapper p a:hover {
            color: #00aeef;
        }

    section.centra .center-wrapper .accreditation p {
        font-size: 1.4em;
    }

    section.centra .center-wrapper .data-wrapper {
        padding: 10px 0px;
    }

    section.centra .center-wrapper .data-wrapper.phone {
        padding-left: 22px;
        position: relative;
    }

    section.centra .center-wrapper .data-wrapper.phone::before {
        content: "";
        display: block;
        width: 11px;
        height: 31px;
        background-size: 100% 100%;
        background-image: url("img/phone.png");
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -16px;
    }

section.why-ecdl .entry {
    padding: 25px 0px;
}

    section.why-ecdl .entry p {
        font-size: 1.6em;
        line-height: 1.4em;
        color: #00395c;
        margin: 0px;
    }

section.why-ecdl .benefits-wrapper {
    margin-bottom: 35px;
}

    section.why-ecdl .benefits-wrapper .benefit {
        padding-left: 180px;
        position: relative;
    }

        section.why-ecdl .benefits-wrapper .benefit h4 {
            color: #00aeef;
            font-size: 2em;
            line-height: 1.4em;
            padding: 15px 0px;
            margin: 0px;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
        }

        section.why-ecdl .benefits-wrapper .benefit p {
            font-size: 1.6em;
            line-height: 1.4em;
            color: #00395c;
            text-align: left;
            margin: 15px 0px;
        }

        section.why-ecdl .benefits-wrapper .benefit ul {
            padding: 0px;
            margin: 0px;
        }

            section.why-ecdl .benefits-wrapper .benefit ul li {
                list-style: none;
                position: relative;
                font-size: 1.6em;
                line-height: 1.4em;
                font-weight: 700;
                color: #00395c;
                text-align: left;
                padding: 7px 0px 7px 12px;
            }

            section.why-ecdl .benefits-wrapper .benefit ul li::before {
                content: "";
                display: block;
                height: 5px; 
                width: 5px;
                background-color: #51c3f3;
                border-radius: 50%;
                position: absolute;
                top: 16px;
                left: 0px;
            }

        section.why-ecdl .benefits-wrapper .benefit:nth-child(2n-1){
            background-color: #e3f7ff;
            padding-bottom: 15px;
        }

        section.why-ecdl .benefits-wrapper .benefit:nth-child(2n-1)::before{
            content: "";
            height: 128px;
            width: 128px;
            display: block;
            background-image: url("img/check_blue.png");
            background-size: 100% 100%;
            position: absolute;
            top: 50%;
            left: 15px;
            margin-top: -64px;
        }

section.examiners .filters {
    margin: 20px 0px;
    padding: 20px 15px;
    background-color: #e3f7ff;
}

    section.examiners .filters label {
        font-size: 1.6em;
        line-height: 1.4em;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #00395c;
        margin-right: 60px;
        margin-bottom: 0px;
    }

    section.examiners .filters select {
        margin-left: 8px;
        height: 32px;
        width: 280px;
        color: #898989;
        font-size: 0.875em;
        outline: 0;
    }

    section.examiners .filters select:focus {
        outline: 0;
    }

    section.examiners .table-wrapper{
        margin: 0px -12px 110px -12px;
    }

     section.examiners table {
        table-layout: fixed;
        width: 100%;
        border-spacing: 12px;
        border-collapse: separate;
     }

        section.examiners table thead th {
            text-align: center;
            color: #ffffff;
            font-size: 1.6em;
            line-height: 1.4em;
            font-weight: 700;
            font-family: 'Roboto', sans-serif;
            padding: 10px 0px;
        }

        section.examiners table thead th:nth-child(1){
            background-color: #00395c;
        }

        section.examiners table thead th:nth-child(2){
            background-color: #006797;
        }

        section.examiners table thead th:nth-child(3){
            background-color: #00aeef;
        }

        section.examiners table thead th:nth-child(4){
            background-color: #40c8f4;
        }

        section.examiners table thead th:nth-child(5){
            background-color: #86e1ff;
        }

        section.examiners table tbody td {
            text-align: left;
            padding: 10px;
            color: #00395c;
            font-size: 1.6em;
            line-height: 1.4em;
        }

        section.examiners table tbody td:first-child {
            text-align: center;
        }

        section.examiners table tbody tr:nth-child(2n) td{
            background-color: #e3f7ff;
        }

        section.examiners table tbody td:nth-child(4) {
            font-size: 1.2em;
        }

/*Jak zdobyyc certyfikat?*/

section.get-certificate .entry-title p,
section.get-certificate .entry-title h2 {
    font-size: 3em;
    line-height: 1.4em;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 25px 180px 25px 0px;
    color: #00395c;
    margin: 0px;
}

section.get-certificate .steps-wrapper {
    padding-bottom: 35px;
}

    section.get-certificate .steps-wrapper .step {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 0px;
    }

         section.get-certificate .steps-wrapper .step .image-wrapper {
            padding: 0px;
         }

        section.get-certificate .steps-wrapper .step img {
            display: inline-block;
            max-width: 100%;
        }

        section.get-certificate .steps-wrapper .step h3 {
            font-size: 3em;
            line-height: 1.4em;
            font-weight: 700;
            font-family: 'Roboto', sans-serif;
            text-align: left;
            margin: -11px 0px 0px 0px;
            color: #bbecff;
        }

        section.get-certificate .steps-wrapper .step h4 {
            font-size: 2em;
            line-height: 1.4em;
            font-weight: 700;
            color: #00395c;
            margin: 0px;
        }

        section.get-certificate .steps-wrapper .step p {
            font-size: 1.6em;
            line-height: 1.4em;
            color: #00395c;
            text-align: left;
            margin: 20px 0px;
        }

        section.get-certificate .steps-wrapper .step .mail-wrapper p,
        section.get-certificate .steps-wrapper .step .chat-wrapper p,
        section.get-certificate .steps-wrapper .step .info-wrapper p {
            margin: 0px;
        }

        section.get-certificate .steps-wrapper .step .literature {
            padding-left: 25px;
            font-size: 1.4em;
            line-height: 1.4em;
            position: relative;
        }

        section.get-certificate .steps-wrapper .step .literature::before {
            content: "";
            display: block;
            position: absolute;
            left: 0px;
            top: 1px;
            height: 17px;
            width: 17px;
            background-image: url("img/info2.png");
            background-size: 100% 100%;
        }

            section.get-certificate .steps-wrapper .step .literature a {
                color: #0036ff;
                text-decoration: underline;
            }

            section.get-certificate .steps-wrapper .step .literature a:hover {
                opacity: 0.7;
            }

        section.get-certificate .steps-wrapper .step ul {
            padding: 0px;
            margin: 20px 0px;
        }

        section.get-certificate .steps-wrapper .step ul li {
                list-style: none;
                position: relative;
                font-size: 1.6em;
                line-height: 1.4em;
                color: #00395c;
                text-align: left;
                padding: 3px 0px 3px 12px;
            }

            section.get-certificate .steps-wrapper .step ul li::before {
                content: "";
                display: block;
                height: 5px; 
                width: 5px;
                background-color: #51c3f3;
                border-radius: 50%;
                position: absolute;
                top: 10px;
                left: 0px;
            }

        section.get-certificate .steps-wrapper .step .mail-wrapper {
            padding: 10px 0px 10px 45px;
            position: relative;
        }

            section.get-certificate .steps-wrapper .step .mail-wrapper::before {
                content: "";
                display: block;
                width: 28px;
                height: 30px;
                margin-top: -15px;
                position: absolute;
                left: 0px;
                top: 50%;
                background-image: url("img/email.png");
                background-size: 100% 100%;
            }

        section.get-certificate .steps-wrapper .step .chat-wrapper {
            padding: 10px 0px 10px 45px;
            position: relative;
        }

            section.get-certificate .steps-wrapper .step .chat-wrapper::before {
                content: "";
                display: block;
                width: 28px;
                height: 20px;
                position: absolute;
                left: 0px;
                top: 50%;
                background-image: url("img/chat.png");
                background-size: 100% 100%;
                margin-top: -10px;
            }

        section.get-certificate .steps-wrapper .step .info-wrapper {
            padding: 10px 0px 10px 45px;
            position: relative;
        }

            section.get-certificate .steps-wrapper .step .info-wrapper::before {
                content: "";
                display: block;
                width: 27px;
                height: 27px;
                position: absolute;
                left: 0px;
                top: 50%;
                background-image: url("img/info2.png");
                background-size: 100% 100%;
                margin-top: -13px;
            }

/*Klasy*/

section.classes .classes-wrapper {
    padding-top: 15px;
    padding-bottom: 50px;
}

section.classes .classes-wrapper .class {
    margin: 16px 0px;
    width: 100%;
    height: 294px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    cursor: pointer;
}

section.classes.menu-site .classes-wrapper .class {
    background-size: cover;
}

section.classes .classes-wrapper .class-wrapper {
    height: 200px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

section.classes .classes-wrapper .class-wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    line-height: 180px;
}

section.classes .classes-wrapper .class:hover {
            opacity: 0.7;
        }

        section.classes .classes-wrapper .bottom-title {
            text-align: center;
            width: 100%;
            position: relative;
            padding: 20px 0px;
            background-color: #00395c;
            color: #ffffff;
            font-size: 2.3em;
            line-height: 1.4em;
            font-weight: 700;
        }

        section.classes .classes-wrapper .bottom-title .triangle {
            position: absolute;
            top: -17px;
            right: 57px;
            height: 34px;
            width: 34px;
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg); /* IE 9 */
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        section.classes .classes-wrapper  .bottom-title.first-color .triangle,
        section.classes .classes-wrapper  .bottom-title.first-color {
            background-color: #00395c;
        }

       section.classes .classes-wrapper  .bottom-title.second-color .triangle,
       section.classes .classes-wrapper  .bottom-title.second-color {
            background-color: #006797;
        }

        section.classes .classes-wrapper  .bottom-title.third-color .triangle,
        section.classes .classes-wrapper  .bottom-title.third-color {
            background-color: #00aeef;
        }

        section.classes .classes-wrapper  .bottom-title.fourth-color .triangle,
        section.classes .classes-wrapper  .bottom-title.fourth-color {
            background-color: #40c8f4;
        }

/*koordynator*/

section.koordynator .coordinators-wrapper {
    padding-bottom: 35px;
    margin: 0px -7px;
}

    section.koordynator .coordinators-wrapper h4,
    section.koordynator .coordinators-wrapper h2 {
        color: #00aeef;
        font-size: 2em;
        line-height: 1.4em;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        margin: 0px;
        padding: 30px 7px;
    }

    section.koordynator .coordinators-wrapper table {
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 7px;
    }

        section.koordynator .coordinators-wrapper table thead th {
            background-color: #00395c;
            color: #ffffff;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 1.6em;
            line-height: 1.4em;
            text-align: center;
            padding: 5px 0px;
        }

        section.koordynator .coordinators-wrapper table tbody td {
            color: #00395c;
            font-size: 1.4em;
            line-height: 1.4em;
            text-align: center;
            padding: 5px 0px;
        }

section.pracownicy h2 {
    font-size: 2em;
    line-height: 1.4em;
    color: #00aeef;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0px;
    padding: 30px 0px;
}

section.pracownicy .workers-big-wrapper {
    padding-bottom: 40px;
}

section.pracownicy .workers-wrapper {
    padding: 10px 0px;
}

section.pracownicy .workers-wrapper:nth-child(2n-1) {
    background-color: #e3f7ff;
}

    section.pracownicy .workers-wrapper .left-side {
        width: 32%;
        margin-right: 3%;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }

        section.pracownicy .workers-wrapper .left-side p {
            text-align: right;
        }

    section.pracownicy .workers-wrapper .right-side {
        width: 60%;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

        section.pracownicy .workers-wrapper .right-side p {
            text-align: left;
            padding: 10px 0px;
        }

    section.pracownicy .workers-wrapper p {
        font-size: 1.4em;
        line-height: 1.4em;
        color: #00395c;
        margin: 0px;
    }

/*Profile*/

section.profile p {
    color: #00395c;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: left;
    margin: 0px;
    padding: 12px 0px;
}

section.profile .pattern-wrapper {
    padding-bottom: 60px;
}

    section.profile .pattern-wrapper h4,
    section.profile .pattern-wrapper h2 {
        font-size: 2em;
        line-height: 1.4em;
        color: #00aeef;
        text-align: center;
        margin: 0px;
        padding: 30px 0px;
    }

    section.profile .pattern-wrapper img {
        display: inline-block;
        max-width: 100%;
    }

.for-you-image {
    padding: 50px;
    background-color: #e9e9e9;
    text-align: center;
    display: inline-block;
    margin: 20px 0px;
}

    .for-you-image img {
        display: inline-block;
        max-width: 100%;
    }

section.profile .scheme-wrapper {
    background-color: #f3f3f3;
    padding: 0px 15px 10px 15px;
}

    section.profile .scheme-wrapper h4.section-title,
    section.profile .scheme-wrapper h2.section-title {
        font-size: 2em;
        line-height: 1.4em;
        color: #00aeef;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        margin: 0px;
        padding: 20px 0px 40px 0px;
        text-transform: uppercase;
    }

    section.profile .scheme-wrapper .module-wrapper {
        padding-bottom: 35px;
    }

        section.profile .scheme-wrapper .module-wrapper .content-window {
            display: none;
            width: 100%;
            padding: 30px 23px 8px 23px;
            background-color: #ffffff;
            position: relative;
        }

            section.profile .scheme-wrapper .module-wrapper .content-window .triangle {
                display: block;
                height: 22px;
                width: 44px;
                background-size: 100% 100%;
                background-image: url("img/module_triangle.png");
                position: absolute;
                top: 0px;
                left: 8px;
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .white-triangle {
                display: block;
                height: 14px;
                width: 14px;
                -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg); /* IE 9 */
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                background-color: #ffffff;
                top: -7px;
                left: 50px;
            }
            
            section.profile .scheme-wrapper .module-wrapper .content-window .sign {
                text-transform: uppercase;
                font-size: 1.4em;
                line-height: 1.4em;
                font-weight: 700;
                color: #80d3f5;
                text-align: left;
                padding: 0px;
                margin: 0px;
            }

            section.profile .scheme-wrapper .module-wrapper .content-window h5.title {
                color: #80d3f5;
                font-size: 1.4em;
                line-height: 1.4em;
                margin: 0px;
                padding: 0px;
                text-align: left;
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .description-wrapper p {
                font-size: 1.4em;
                line-height: 1.4em;
                color: #00395c;
                text-align: left;
                margin: 10px 0px; 
            }

            section.profile .scheme-wrapper .module-wrapper .content-window a {
                color: #003cff;
                font-size: 1.2em;
                line-height: 1.4em;
                text-decoration: underline;
            }

            section.profile .scheme-wrapper .module-wrapper .content-window a:hover {
                color: #80d3f5;
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .link-wrapper {
                padding: 6px 26px;
                position: relative;
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .link-wrapper.opis-modulu-wrapper::before {
                content: " ";
                display: block;
                position: absolute;
                left: 0px;
                top: 7px;
                width: 17px;
                height: 17px;
                background-size: 100% 100%;
                background-image: url("img/opis_ico.png");
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .link-wrapper.sylabus-wrapper::before {
                content: " ";
                display: block;
                position: absolute;
                left: 0px;
                top: 7px;
                width: 17px;
                height: 15px;
                background-size: 100% 100%;
                background-image: url("img/sylabus_icon.png");
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .link-wrapper.literature::before {
                content: " ";
                display: block;
                position: absolute;
                left: 0px;
                top: 5px;
                width: 17px;
                height: 17px;
                background-size: 100% 100%;
                background-image: url("img/literature_icon.png");
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .link-wrapper.certficate-link::before {
                content: " ";
                display: block;
                position: absolute;
                left: 0px;
                top: 5px;
                width: 17px;
                height: 20px;
                background-size: 100% 100%;
                background-image: url("img/certificate_icon.png");
            }

            section.profile .scheme-wrapper .module-wrapper .content-window .close-cross {
                position: absolute;
                top: 11px;
                right: 11px;
                display: block;
                width: 26px;
                height: 26px;
                background-size: 100% 100%;
                background-image: url("img/module_cross.png");
                cursor: pointer;
            }

        section.profile .scheme-wrapper .module-wrapper h5,
        section.profile .scheme-wrapper .module-wrapper h3 {
            color: #00395c;
            font-weight: 700;
            margin: 10px 0px;
            font-size: 1.8em;
        }

        section.profile .scheme-wrapper .module-wrapper .module {
            display: inline-block;
            vertical-align: middle;
            margin: 11px 18px 13px 0px;
            height: 78px;
            width: 155px;
            position: relative;
            padding: 0px 10px 0px 30px;
            cursor: pointer;
            box-sizing: border-box;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module {
            border: 1px solid #40c8f4;
            background-color: #ffffff;
            padding: 0px 10px;
            position: relative;
            text-align: center;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module .text-wrapper {
            max-width: 90%;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module .text-wrapper p {
            color: #40c8f4;
            font-size: 1.4em;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module img {
            max-width: 100%;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module .top-triangle {
            border-left: 1px solid #40c8f4;
            border-top: 1px solid #40c8f4;
            background-color: #ffffff;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module .right-triangle {
            border-right: 1px solid #40c8f4;
            border-top: 1px solid #40c8f4;
            background-color: #ffffff;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module .bottom-triangle {
            border-left: 1px solid #40c8f4;
            border-top: 1px solid #40c8f4;
            background-color: #f3f3f3;
        }

        section.profile .scheme-wrapper .special-scheme.module-wrapper .module .left-triangle {
            border-right: 1px solid #40c8f4;
            border-top: 1px solid #40c8f4;
            background-color: #f3f3f3;
        }

        section.profile .scheme-wrapper .module-wrapper .module:hover {
            opacity: 0.7;
        }

        section.profile .scheme-wrapper .module-wrapper .module.first-color,
        section.profile .scheme-wrapper .module-wrapper .module.first-color .top-triangle,
        section.profile .scheme-wrapper .module-wrapper .module.first-color .right-triangle {
            /*background-color: #80d3f5;*/
            background-color: #80d3f5;
        }

        section.profile .scheme-wrapper .module-wrapper .module.second-color,
        section.profile .scheme-wrapper .module-wrapper .module.second-color .top-triangle,
        section.profile .scheme-wrapper .module-wrapper .module.second-color .right-triangle {
            /*background-color: #006797;*/
            background-color: #01aef0;
        }

        section.profile .scheme-wrapper .module-wrapper .module.third-color,
        section.profile .scheme-wrapper .module-wrapper .module.third-color .top-triangle,
        section.profile .scheme-wrapper .module-wrapper .module.third-color .right-triangle {
            /*background-color: #00aeef;*/
            background-color: #0a3b5c;
        }

        section.profile .scheme-wrapper .module-wrapper .module.fourth-color,
        section.profile .scheme-wrapper .module-wrapper .module.fourth-color .top-triangle,
        section.profile .scheme-wrapper .module-wrapper .module.fourth-color .right-triangle {
            background-color: #40c8f4;
        }

        section.profile .scheme-wrapper .module-wrapper .module .triangle {
            width: 14px;
            height: 14px;
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg); /* IE 9 */
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
        }

        section.profile .scheme-wrapper .module-wrapper .module .top-triangle {
            top: -7px;
            right: 25px;
        }

        section.profile .scheme-wrapper .module-wrapper .module .right-triangle {
            bottom: 27px;
            right: -7px;
        }

        section.profile .scheme-wrapper .module-wrapper .module .bottom-triangle {
            bottom: -7px;
            right: 25px;
            background-color: #f3f3f3;
        }

        section.profile .scheme-wrapper .module-wrapper .module .left-triangle {
            bottom: 27px;
            left: -7px;
            background-color: #f3f3f3;
        }

        section.profile .scheme-wrapper .module-wrapper .module .full-height {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 0px;
            margin-left: -10px;
        }

        section.profile .scheme-wrapper .module-wrapper .module .text-wrapper {
            display: inline-block;
            vertical-align: middle;
        }

        section.profile .scheme-wrapper .module-wrapper .module .text-wrapper h6 {
            font-size: 1.4em;
            line-height: 1.4em;
            padding: 0px;
            margin: 0px;
            color: #ffffff;
            text-transform: uppercase;
        }

        section.profile .scheme-wrapper .module-wrapper .module .text-wrapper p {
            font-size: 1.3em;
            line-height: 1.4em;
            padding: 0px;
            margin: 0px;
            color: #ffffff;
        }

/*Dla Ciebie*/

section.dla-ciebie .for-you-wrapper {
    margin: 25px -15px;
}

    section.dla-ciebie .for-you-wrapper .offer {
        width: 100%;
        min-height: 216px;
        padding: 10px 15px;
        background-color: #e9e9e9;
        margin: 10px 0px;
    }

        section.dla-ciebie .for-you-wrapper .offer h4,
        section.dla-ciebie .for-you-wrapper .offer p.for-you-title {
            margin: 0px;
            padding: 0px;
            color: #00aeef;
            font-size: 2em;
            line-height: 1.4em;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
        }

        section.dla-ciebie .for-you-wrapper .offer img {
            display: inline-block;
            max-width: 100%;
        }

        section.dla-ciebie .for-you-wrapper .offer p {
            color: #00395c;
            margin: 0px 0px 30px 0px;
        }

        section.dla-ciebie .for-you-wrapper .offer .offer-content {
            margin-top: 15px;
        }

        section.dla-ciebie .for-you-wrapper .offer .no-left-padding {
            padding-left: 0px;
        }

/*Mapa Partnerow*/

section.mapa .accreditation-wrapper {
    margin: 25px 0px 55px 0px;
    padding: 23px 15px;
    background-color: #e3f7ff;
}

 section.mapa .accreditation-wrapper label {
        font-size: 1.6em;
        line-height: 1.4em;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #00395c;
        margin-right: 60px;
    }

    section.mapa .accreditation-wrapper select {
        margin-left: 8px;
        height: 32px;
        width: 280px;
        color: #898989;
        font-size: 0.875em;
        outline: 0;
    }

    section.mapa .accreditation-wrapper select:focus {
        outline: 0;
    }

    section.mapa #map {
        width: 100%;
        height: 400px;
    }

    section.mapa .legend-big-wrapper {
        margin-bottom: 40px;
        margin-top: 20px;
    }

        section.mapa .legend-big-wrapper h5 {
            text-transform: uppercase;
            color: #00aeef;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            margin: 0px;
            padding: 0px;
        }

        section.mapa .legend-big-wrapper .legend-wrapper {
            margin: 15px 60px 15px 0px;
            display: inline-block;
            vertical-align: middle;
        }

        section.mapa .legend-big-wrapper .legend-wrapper .image-wrapper {
            display: inline-block;
            vertical-align: middle;
            margin-right: 13px;
            width: 70px;
        }

            section.mapa .legend-big-wrapper .legend-wrapper .image-wrapper img {
                max-width: 100%;
            }

        section.mapa .legend-big-wrapper .legend-wrapper .legend-title {
            display: inline-block;
            vertical-align: middle;
            width: 140px;
        }

            section.mapa .legend-big-wrapper .legend-wrapper .legend-title p {
                color: #949494;
                font-size: 1.4em;
                line-height: 1.4em;
                font-weight: 700;
            }

/*Kontakt*/

section.kontakt .contact-details {
    margin: 30px 0px;
    padding: 0px 25px;
}

section.kontakt .contact-big-wrapper .col-md-4:nth-child(3n+1){
    clear: both;
}

    section.kontakt .contact-details h3,
    section.kontakt .contact-details h2 {
        font-size: 2.5em;
        line-height: 1.4em;
        color: #00395c;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
    }

    section.kontakt .contact-details p {
        margin: 0px;
        font-size: 1.6em;
        line-height: 1.4em;
        color: #00395c;
    }

    section.kontakt .contact-details .address,
    section.kontakt .contact-details .phone {
        margin: 25px 0px;
        position: relative;
    }

    section.kontakt .contact-details .address::before {
        content: "";
        display: block;
        width: 17px;
        height: 25px;
        position: absolute;
        left: -23px;
        top: 50%;
        margin-top: -13px;
        background-image: url("img/map_pin.png");
        background-size: 100% 100%;
    }

    section.kontakt .contact-details .phone::before {
        content: "";
        display: block;
        width: 11px;
        height: 31px;
        position: absolute;
        left: -23px;
        top: 50%;
        margin-top: -16px;
        background-image: url("img/telephone.png");
        background-size: 100% 100%;
    }

section.kontakt .invoice-wrapper {
    margin: 30px 0px;
    padding: 0px 25px;
}

    section.kontakt .invoice-wrapper .address-wrapper {
        margin: 25px 0px;
    }

     section.kontakt .invoice-wrapper .invoice-data {
        margin-bottom: 5px;
        padding-top: 7px;
        font-size: 1.6em;
        line-height: 1.4em;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
     }

     section.kontakt .invoice-wrapper p {
        font-size: 1.6em;
        line-height: 1.4em;
        color: #00395c;
        margin: 0px;
        padding: 0px;
     }

      section.kontakt .invoice-wrapper .bank-number-details {
        color: #0030ff;
        font-size: 1.2em;
        line-height: 1.4em;
        display: block;
      }

    section.kontakt .invoice-wrapper .bank-number-details:hover {
        opacity: 0.7;
    }

/*Site map*/

section.site-map h2 code {
    color: #00395c;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.4em;
    background-color: transparent;
}

section.site-map code {
    font-size: 1em;
    color: #00395c;
}

section.site-map li {
    font-size: 2em;
    line-height: 1.4em;

}

section.site-map li a {
    color: #00395c;
    font-family: "Arial", "Times New Roman", sans-serif;
}

section.site-map li a:hover {
    opacity: 0.7;
}

section.site-map code h2 {
    color: #00395c;
    font-weight: 700;
    font-size: 4.2em;
    line-height: 1.4em;
}

section.site-map li .children li {
    font-size: 1em;
}

section.search-result {
    padding-bottom: 80px;
}

    section.search-result article h3,
    section.search-result article h2 {
        padding-left: 15px;
        font-size: 2.7em;
    }

    section.search-result article h3 a,
    section.search-result article h2 a {
        color: #00395c;
    }

    section.search-result article h3 a:hover,
    section.search-result article h2 a:hover {
        color: #00aeef;
    }

section.static-site img {
    max-width: 100%;
    height: auto;
}

section.static-site {
    padding-bottom: 50px;
}

.gallery-item .thumbnail {
    max-width: 100%;
}

section.static-site h2,
section.static-site h3,
section.static-site h4,
section.static-site h5,
section.static-site h6 {
    color: #00395c;
}

section.static-site h2 {
    font-size: 2.2em;
}

section.static-site h3 {
    font-size: 2em;
}

section.static-site .some-space {
    padding: 5px 0px;
}

section.static-site table {
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 7px;
    }

        section.static-site table tbody tr:first-child td {
            background-color: #00395c;
            color: #ffffff;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 1.6em;
            line-height: 1.4em;
            text-align: center;
            padding: 5px 0px;
        }

        section.static-site .small-image-single {
            float: left;
            width: 300px;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        section.static-site table tbody tr:nth-child(2n) td{
            background-color: #e3f7ff;
        }

        section.static-site table tbody td {
            color: #00395c;
            font-size: 1.4em;
            line-height: 1.4em;
            text-align: center;
            padding: 5px 0px;
        }

        section.static-site table tbody tr td p {
            font-size: 1em;
        }

        section.static-site ul {
            padding: 0px;
            margin: 0px;
            overflow: hidden;
        }

            section.static-site ul li {
                list-style: none;
                position: relative;
                font-size: 1.4em;
                line-height: 1.4em;
                color: #00395c;
                text-align: left;
                padding: 7px 0px 7px 12px;
            }

            section.static-site ul li::before {
                content: "";
                display: block;
                height: 5px; 
                width: 5px;
                background-color: #51c3f3;
                border-radius: 50%;
                position: absolute;
                top: 16px;
                left: 0px;
            }

                section.static-site ul li ul {
                    padding-left: 15px;
                }

                    section.static-site ul li ul li {
                        font-size: 1em;
                    }

                    section.static-site ul li ul li::before {
                        border-radius: 0px;
                    }

        section.static-site ol {
            padding: 0px 0px 0px 25px;
            margin: 0px;
        }

            section.static-site ol li {
                position: relative;
                font-size: 1.4em;
                line-height: 1.4em;
                color: #00395c;
                text-align: left;
                padding-bottom: 12px;
            }

        section.profile .profile-content ul {
            padding: 0px;
            margin: 0px;
        }

            section.profile .profile-content ul li {
                list-style: none;
                position: relative;
                font-size: 1.4em;
                line-height: 1.4em;
                color: #00395c;
                text-align: left;
                padding: 7px 0px 7px 12px;
            }

            section.profile .profile-content ul li::before {
                content: "";
                display: block;
                height: 5px; 
                width: 5px;
                background-color: #51c3f3;
                border-radius: 50%;
                position: absolute;
                top: 16px;
                left: 0px;
            }

            section.profile .profile-content ul li ul li{
                font-size: 1em;
            }

        section.profile .profile-content ol {
            padding: 0px 0px 0px 25px;
            margin: 0px;
        }

            section.profile .profile-content ol li {
                position: relative;
                font-size: 1.6em;
                line-height: 1.4em;
                color: #00395c;
                text-align: left;
                padding-bottom: 12px;
            }


        section.why-ecdl ul {
            padding: 0px;
            margin: 0px;
        }

            section.why-ecdl ul li {
                list-style: none;
                position: relative;
                font-size: 1.6em;
                line-height: 1.4em;
                color: #00395c;
                text-align: left;
                padding: 7px 0px 7px 12px;
            }

            section.why-ecdl ul li::before {
                content: "";
                display: block;
                height: 5px; 
                width: 5px;
                background-color: #51c3f3;
                border-radius: 50%;
                position: absolute;
                top: 16px;
                left: 0px;
            }

            section.why-ecdl ul li ul li{
                font-size: 1em;
            }

    section.why-ecdl .entry p {
        margin: 10px;
    }



        

.form-wrapper-big h2 {
    color: #00aeef;
    font-size: 2em;
    line-height: 1.4em;
    margin: 25px 0px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.form-wrapper-big .form-wrapper {
    background-color: #e3f7ff;
    padding-bottom: 50px;
    text-align: center;
}

#form {
    text-align: right;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

    .form-wrapper-big .form-wrapper form .submit-button {
        background-color: #00aeef;
        padding: 7px 23px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.2em;
        line-height: 1.4em;
        border: 2px solid #00aeef;
        box-shadow: none;
        position: relative;
        margin: 0px 15px;
    }

    .form-wrapper-big .form-wrapper form .submit-button:hover {
        background-color: #ffffff;
        color: #00aeef;
    }



    .form-wrapper-big .form-wrapper form {
        display: inline-block;
        max-width: 100%;
        text-align: right;
    }

        .form-wrapper-big .form-wrapper form p {
            text-align: right;
            display: block;
            font-size: 1em;
        } 

            .form-wrapper-big .form-wrapper form p label {
                text-align: right;
                display: inline-block;
                font-size: 1.6em;
                line-height: 1.4em;
                color: #00395c;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
            }

                .form-wrapper-big .form-wrapper form p label input {
                    text-align: left;
                    display: inline-block;
                    width: 277px;
                    height: 31px;
                    margin: 0px 15px;
                    border: 1px solid #00aeef;
                    box-sizing: border-box;
                    padding: 0px 10px;
                    max-width: 95%;
                }

                .form-wrapper-big .form-wrapper form p label input[name=oplata] {
                    width: auto;
                    height: auto;
                    margin: 0px 5px 0px 0px;
                    display: inline-block;
                    vertical-align: middle;
                }

                span.wpcf7-list-item.first {
                    margin-left: 0px;
                }

                .wpcf7-form-control-wrap.radio-283 {
                    display: inline-block;
                    width: 277px;
                    height: 31px;
                    margin: 0px 15px;
                    text-align: left;
                    max-width: 95%;
                }

                .form-wrapper-big .form-wrapper form p label select {
                    text-align: left;
                    display: inline-block;
                    width: 277px;
                    height: 31px;
                    margin: 0px 15px;
                    border: 1px solid #00aeef;
                    box-sizing: border-box;
                    max-width: 95%;
                }

                .form-wrapper-big .form-wrapper form p label textarea {
                    text-align: left;
                    display: inline-block;
                    vertical-align: top;
                    width: 277px;
                    height: 160px;
                    margin: 0px 15px;
                    border: 1px solid #00aeef;
                    resize: none;
                    box-sizing: border-box;
                    max-width: 95%;
                }

/*Footer*/

footer .top-footer {
    height: 11px;
    width: 100%;
    background-color: #00aeef;
}

footer .footer-wrapper {
    background-color: #dfdfdf;
}

    footer .footer-wrapper .links-wrapper {
        overflow: hidden;
        padding-bottom: 25px;
    }

        footer .footer-wrapper .links-wrapper .log-in {
            margin: 23px 0px;
            float: left;
            background-color: #ffffff;
            padding: 20px 20px 20px 53px;
            position: relative;
            color: #959595;
            font-weight: 700;
            font-size: 1.6em;
            line-height: 1.2em;
            max-width: 100%;
        }

        footer .footer-wrapper .links-wrapper .log-in:hover {
            opacity: 0.7;
        }

            footer .footer-wrapper .links-wrapper .log-in .locked-photo {
                position: absolute;
                left: 15px;
                top: 13px;
            }

        footer .footer-wrapper .links-wrapper .social-wrapper {
            padding: 22px 0px;
            overflow: hidden;
            float: right;
            text-align: right;
        }

            footer .footer-wrapper .links-wrapper .social-wrapper .social-link {
                display: inline-block;
                vertical-align: middle;
                margin-left: 12px;
                width: 39px;
                height: 39px;
                background-color: #959595;
                text-align: center;
                padding-top: 7px;
            }

            footer .footer-wrapper .links-wrapper .social-wrapper .social-link:hover {
                opacity: 0.7;
            }

        footer .footer-wrapper .bottom-footer {
            padding: 15px 0px;
            overflow: hidden;
            text-align: center;
        }

            footer .footer-wrapper .bottom-footer .left-side-wrapper {
                float: left;
                margin: 10px 0px;
            }

                footer .footer-wrapper .bottom-footer .left-side-wrapper .left-side-links {
                    display: inline-block;
                    font-size: 1.4em;
                    line-height: 1.4em;
                    padding: 0px 15px;
                }

                    footer .footer-wrapper .bottom-footer .left-side-wrapper .left-side-links a {
                        color: #878787;
                    }

                    footer .footer-wrapper .bottom-footer .left-side-wrapper .left-side-links a:hover {
                        opacity: 0.7;
                    }

                footer .footer-wrapper .bottom-footer .left-side-wrapper .left-side-links:first-child {
                    padding-left: 0px;
                    border-right: 1px solid #a1a1a1;
                    display: inline-block;
                }

            footer .footer-wrapper .bottom-footer p {
                display: inline-block;
                color: #878787;
                font-size: 1.4em;
                line-height: 1.4em;
            }

            footer .footer-wrapper .bottom-footer p.synermedia {
                float: right;
            }
@media (max-width: 1199px) {
    section.examiners table {
        table-layout: auto;
    }

    section.get-certificate .entry-title p,
    section.get-certificate .entry-title h2 {
        padding-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .container {
        width: 970px;
    }

    body { 
        font-size: 9px;
        line-height: 15px; 
    }

    header #main-menu ul .open > .dropdown-menu {
        width: 289px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .container {
        width: 750px;
    }

    body { 
        font-size: 9px; 
        line-height: 15px; 
    }

    #main-menu {
        display: none;
    }

    header .header-wrapper .left-side {
        float: none;
        text-align: center;
    }

    header .header-wrapper .left-side .img-wrapper {
        float: none;
    }

    header .header-wrapper .left-side h4,
    header .header-wrapper .left-side p.logo-header {
        text-align: center;
    }

    header .header-wrapper .right-side {
        float: none;
        text-align: center;
    }

    header .header-wrapper .right-side form {
        padding: 10px 0px;
    }

    /*.burger {
        display: block;
    }
*/
   /* header .top-bar .small-menu {
        padding-right: 40px;
    }*/

    section.kontakt .last-clear {
        clear: both;
    }

    section.examiners .filters {
        text-align: center;
    }

    section.examiners .filters label {
        margin: 10px 0px;
    }

    section.centra .filtrowanie-wrapper {
        text-align: center;
    }

    section.centra .filtrowanie-wrapper label {
        margin: 10px 0px;
    }

    section.why-ecdl .main-title {
        text-align: center;
    }

    section.why-ecdl .main-title .logos-wrapper {
        float: none;
        display: inline-block;
    }

    section.why-ecdl .main-title .logos-wrapper img {
        margin: 10px;
    }

    .burger {
        display: block;
    }

    header .top-bar {
        position: fixed;
    }

    section.kontakt .contact-big-wrapper .col-md-4:nth-child(3n+1){
        clear: none;
    }

    section.kontakt .contact-big-wrapper .col-md-4:nth-child(2n+1){
        clear: both;
    }
}


@media (max-width: 767px) {

    .container {
        width: 100%;
    }

    body { 
        font-size: 8px; 
        line-height: 13px; 
    }

    .small-menu ul {
        margin-left: 15px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding-left: 10px;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    #home-swiper .text-wrapper{
        position: static;
        display: block;
    }

    section.kontakt .contact-big-wrapper .col-md-4:nth-child(3n+1){
        clear: none;
    }

    section.kontakt .contact-big-wrapper .col-md-4:nth-child(2n+1){
        clear: both;
    }

    header .top-bar {
        position: fixed;
    }

    #home-swiper .swiper-slide {
        background-position: right top;
    }

    #form {
        text-align: center;
    }

    .image-school-wrapper {
        margin-top: 20px;
    }

    section.homepage .news {
        margin-bottom: 20px;
    }

    .burger {
        display: block;
    }

    .statistics-wrapper .statistic {
        padding: 0 15px;
    }

    .image-school-wrapper img {
        margin-top: 10px;
    }

    section.why-ecdl .main-title .logos-wrapper img {
        margin: 10px;
    }

    section.why-ecdl .main-title {
        text-align: center;
    }

    section.why-ecdl .main-title .logos-wrapper {
        float: none;
        display: inline-block;
    }

    section.centra .filtrowanie-wrapper label {
        margin: 10px 0px;
    }

     section.centra .filtrowanie-wrapper {
        text-align: center;
    }
    section.examiners .filters label {
        margin: 10px 0px;
    }

    /*header .top-bar .small-menu {
        padding-right: 33px;
    }*/
    section.examiners .filters {
        text-align: center;
    }

    .blue-line-wrapper.mobile {
        display: block;
    }

    section.kontakt .last-clear {
        clear: both;
    }

    /*.burger {
        display: block;
    }*/

    #main-menu {
        display: none;
    }

    header .header-wrapper .left-side {
        float: none;
        text-align: center;
    }

    header .header-wrapper .left-side .img-wrapper {
        float: none;
    }

    header .header-wrapper .left-side h4,
    header .header-wrapper .left-side p.logo-header {
        text-align: center;
    }

    header .header-wrapper .right-side {
        float: none;
        text-align: center;
    }

    header .header-wrapper .right-side form {
        padding: 10px 0px;
    }

    .form-inline .input-group {
        display: block;
        text-align: center;
    }

    .input-group-btn {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    header .header-wrapper .right-side form #search {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    header .header-wrapper .left-side .img-wrapper img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .table-wrapper {
        max-width: 100%;
        overflow-x: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }

   section.koordynator .coordinators-wrapper .table-wrapper table {
        width: 768px;
    }

    section.examiners .table-wrapper table {
        width: 768px;
    }

    .table-wrapper table {
        width: 768px !important;
    }

    .statistics-wrapper .statistic {
        padding: 0 15px;
    }

    .statistics-wrapper .statistic img {
        margin-left: 0px;
        margin-right: 0px;
    }

    section.homepage .news-big-wrapper {
        overflow: auto;
        height: auto;
    }

}

@media (max-width: 580px) {
    footer .footer-wrapper .bottom-footer p {
        display: block;
        text-align: center;
    }

    footer .footer-wrapper .bottom-footer p.synermedia {
        float: none;
        display: block;
        text-align: center;
    }

    footer .footer-wrapper .bottom-footer .left-side-wrapper {
        float: none;
        display: block;
        text-align: center;
    }

    footer .footer-wrapper .links-wrapper .social-wrapper {
        float: none;
        display: block;
        text-align: center;
    }

    footer .footer-wrapper .links-wrapper {
        text-align: center;
        padding-bottom: 0px;
    }

    footer .footer-wrapper .links-wrapper .log-in {
        float: none;
        display: inline-block;
    }

    section.profile .scheme-wrapper .module-wrapper {
        text-align: center;
    }

    section.profile .scheme-wrapper .module-wrapper h5 {
        text-align: center;
    }

    section.dla-ciebie .for-you-wrapper .col-xs-6 {
        width: 70%;
        float: none;
        margin: 0px 15%;
    }

    .page-id-5 .blue-line-wrapper {
        display: block;
    }

    .post-type-archive .blue-line-wrapper {
        display: block;
    }

    section.certyfiakty .certicates-big-wrapper .blue-line-wrapper {
        display: block;
    }

    .blue-line-wrapper {
        display: none;
    }

    section.get-certificate h3.entry-title {
        padding-right: 25px;
    }

    section.classes .classes-wrapper .col-xs-6 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    section.why-ecdl .benefits-wrapper .benefit:nth-child(2n-1)::before {
        width: 64px;
        height: 64px;
        margin-top: -32px;
    }

    section.why-ecdl .benefits-wrapper .benefit {
        padding-left: 100px;
    }

    .form-wrapper-big .form-wrapper form p {
        text-align: center;
    }

    .form-wrapper-big .form-wrapper form p label {
        text-align: center;
    }

    .form-wrapper-big .form-wrapper form p label select {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .form-wrapper-big .form-wrapper form p label input {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .form-wrapper-big .form-wrapper form p label textarea {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .wpcf7-form-control-wrap.radio-283 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .wpcf7-form-control-wrap.radio-283 span.wpcf7-list-item {
        padding-top: 7px;
        padding-bottom: 7px;
        display: inline-block;
    }

    section.static-site .small-image-single {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 480px) {

    .home-slider-wrapper {
        display: none;
    }

    .home-slider-wrapper-mobile {
        display: block;
    }

    .home-main-content .modules-big-wrapper .col-xs-6 {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }

    section.dla-ciebie .for-you-wrapper .col-xs-6 {
        width: 90%;
        margin: 0px 5%;
    }

    .contact-big-wrapper .col-xs-6 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    section.examiners .filters select {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 5px;
    }

    section.examiners .filters label {
        display: block;
        width: 100%;
    }

    section.centra .filtrowanie-wrapper select {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 5px;
    }

    section.centra .filtrowanie-wrapper label {
        display: block;
        width: 100%;
    }

    section.centra .all-centers .col-xs-6 {
        width: 70%;
        margin-left: 15%;
    }

    section.mapa .accreditation-wrapper {
        text-align: center;
    }
    
    section.mapa .accreditation-wrapper label {
        margin: 10px 0px;
        display: block;
        width: 100%;
    }

    section.mapa .accreditation-wrapper select {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 5px;
    }

    section.pracownicy .workers-wrapper .left-side {
        text-align: center;
        width: 100%;
        margin: 15px 0px;
    }

    section.pracownicy .workers-wrapper .right-side {
        text-align: center;
        width: 100%;
        margin: 15px 0px;
    }

    section.pracownicy .workers-wrapper .left-side p,
    section.pracownicy .workers-wrapper .right-side p {
        text-align: center;
    }

}

@media (max-width: 380px) {

    .home-main-content .modules-big-wrapper .col-xs-6 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    /*header .top-bar .small-menu {
        padding-right: 40px;
    }*/

    header .top-bar .container {
        padding-left: 0px;
    }

    section.why-ecdl .benefits-wrapper .benefit:nth-child(2n-1)::before {
        display: none;
    }

    section.why-ecdl .benefits-wrapper .benefit {
        padding-left: 20px;
    }

    header .header-wrapper .right-side .input-group-btn:last-child > .btn {
       margin: 5px 0px;
    }

    header .header-wrapper .right-side form #search {
        margin: 5px 0px;
    }

    header .top-bar .font-size {
        padding: 0px;
    }
}

@media (max-height: 480px) {

    .small-menu ul li {
        margin-top: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        margin-top: 10px;
    }

}

@media (max-height: 380px) {
    .navbar-nav .open .dropdown-menu {
        margin-top: 0px;
    }

    .navbar-nav .open .dropdown-menu li a {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 480px){
    .home-main-content .modules-big-wrapper .module-wrapper img {
        margin: 20px;
    }

    .home-main-content .modules-big-wrapper .module-wrapper.fourth-color {
        z-index: 10;
    }
}

@media (max-width: 320px){
    .home-main-content .modules-big-wrapper .module-wrapper img {
        margin: 0px;
    }

}
.bg {
  background-color: #ffffff;
  
  width: 100%;
  height: auto;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

.bg .title {
  background-color: #00aeef;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #beccd6;
  font-weight: 600;
  font-size: 28px;
  text-transfrom: uppercase;
}

.bg .content {
  padding: 10px;
  color: #000000;
  font-size: 16px;
}

.bg #button {
  padding-top: 5px;
}

.bg .btn {
    box-shadow: none;
    transition: none;
    border-radius: 0;
    width: 60px;
    height: 30px;
    border: 1px solid #00aeef;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #00aeef;
    padding: 0px;
    outline: 0;
    position: relative;
}

.bg .btn:hover {
  background-color: #e3f7ff;
  color: #00395c;
  border: 1px solid #00395c;
}

.bg .btn:disabled {
  background-color: #edf4f7;
  color: #00395c;
  border: 1px solid #d0e6f2;
}