st@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
	position: relative;
	margin: 0;
	padding-bottom: 12rem;
	min-height: 100%;
    background-color: #fff;
    font-family: 'Source Sand Pro', sans-serif;
    font-size: 62.5%;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

#container {
		min-height:100%;
		position:relative;
	}

.floatfix:after {
    content: "";
    display: block; 
    clear: both;
}
.clear{
    clear: both;
}
.contener {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}
/*-----------ELEARNING-----------*/
.elearning {
    background: #e6e6e6;
    line-height:1.5em;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #008fff;
    font-weight: bold;
}
.elearning-link {
    float:right;
    padding: 10px 0;
    margin:10px 1% 10px 25px;
    background: URL(../images/learning.png) top left no-repeat;
    padding-left: 45px;
    color: #008fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.elearning-link:hover {
    color: #ffffff;
}
/*-----------MENU-----------*/
.switch {
    display: none;
    background-color: #ff3c3c; 
    color: #fff;
    padding: 10px 15px;
    float: right;  
}
.switch .button {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin:4px 0;
}

header h2 {
    float: left;
    width: 40%;
    min-width: 150px;
}
header h2 a {
    display: block;
    width: 200px;
    height: 120px;
    margin: 5px 5px;
    text-indent: -999em;
    background: URL(../images/logo.png) top left no-repeat;
}
header nav {
    float: right;
    width: 60%;
    margin-top: 60px;
}

header nav ul, header nav ul.visible {
    display: table;
    float: right;
    width: 100%;
}
header nav ul li {
    display: inline-block;
    width: 16.66%;
}

header nav ul li a {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 1.6em;
    color: black;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
header nav ul li a:hover, header nav ul li a:focus, .active {
    color: #ff3c3c;
	cursor: pointer;
   
}
.active2 {
	color: #ff3c3c !important;
	cursor: pointer;
}
.active {
    color: #ff3c3c;
    font-weight: bold;
}
.hidden-menu {
	display:none;
	position: absolute;
	z-index: 99 !important;
	width: auto;
}
.hidden-menu li {
	display:block;
	background: #f3f3f3;
	width: auto;
	border-bottom: 1px solid #e6e6e6;
}
.hidden-menu li:first-child, .hidden-menu2 li:first-child {
	border-top: 3px solid #e6e6e6;
}

.hidden-menu li a {
	color: #5d5d5d;
	font-size: 1.3em;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}
.hidden-menu2 {
	display:none;
	position: absolute;
	z-index: 99 !important;
	width: auto;
}
.hidden-menu2 li {
	display:block;
	background: #f3f3f3;
	width: auto;
	border-bottom: 1px solid #e6e6e6;
}
.hidden-menu2 li a {
	color: #5d5d5d;
	font-size: 1.3em;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}
.active {
    -webkit-transition: background 0s, color 0s;
    -moz-transition: background 0s, color 0s;
    transition: background 0s, color 0s;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-box {
	width:60%;
	margin: auto;
	}
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  font-size: 1.6em;
}
.modal-content h2 {
    margin: 15px 0;
    font-weight: bold;
    color: #008fff;
	text-transform: uppercase;
	text-align: left;
}
.modal-content a {
	font-weight: bold;
	padding: 2px 0;
	color: #ff3c3c;

}
#left {
	text-align: left;
	display: block;
}
.close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(../images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
margin-top: 5px;
}
.close:hover,
.close:focus {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#myBtn {
color: #008fff;
font-weight: bold;
cursor: pointer;
}
.download-img {
	width: 150px;
	height: auto;
}
/*-----------SLOGAN-----------*/
.slogan-background {
    height: 220px;
    width: 100%;
    background: URL(../images/slogan-bg.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    border-top: 3px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom: 10px;
}
.slogan {
    text-align: center;
    text-transform: uppercase;
    margin-top: 75px;
}
.slogan h1 {
    display: inline-block;
    font-size: 4em;
    color: #ffffff;
    padding: 12px 30px;
    margin-bottom: 10px;
    text-shadow: 2px 3px 15px black;
    background: rgba(0,145,255,0);
    background: -moz-linear-gradient(left, rgba(0,145,255,0) 0%, rgba(0,145,255,0.75) 35%, rgba(0,126,222,0.82) 53%, rgba(0,145,255,0.75) 71%, rgba(0,145,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,145,255,0)), color-stop(35%, rgba(0,145,255,0.75)), color-stop(53%, rgba(0,126,222,0.82)), color-stop(71%, rgba(0,145,255,0.75)), color-stop(100%, rgba(0,145,255,0)));
    background: -webkit-linear-gradient(left, rgba(0,145,255,0) 0%, rgba(0,145,255,0.75) 35%, rgba(0,126,222,0.82) 53%, rgba(0,145,255,0.75) 71%, rgba(0,145,255,0) 100%);
    background: -o-linear-gradient(left, rgba(0,145,255,0) 0%, rgba(0,145,255,0.75) 35%, rgba(0,126,222,0.82) 53%, rgba(0,145,255,0.75) 71%, rgba(0,145,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,145,255,0) 0%, rgba(0,145,255,0.75) 35%, rgba(0,126,222,0.82) 53%, rgba(0,145,255,0.75) 71%, rgba(0,145,255,0) 100%);
    background: linear-gradient(to right, rgba(0,145,255,0) 0%, rgba(0,145,255,0.75) 35%, rgba(0,126,222,0.82) 53%, rgba(0,145,255,0.75) 71%, rgba(0,145,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091ff', endColorstr='#0091ff', GradientType=1 );
}
.slogan h2 {
    display: inline-block;
    font-size: 2.5em;
    color: #ffffff;
    padding: 8px 54px;
    text-shadow: 2px 3px 15px black;
    background: rgba(255,60,60,0);
    background: -moz-linear-gradient(left, rgba(255,60,60,0) 0%, rgba(255,60,60,0.75) 35%, rgba(224,20,20,0.82) 53%, rgba(255,60,60,0.75) 71%, rgba(255,60,60,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,60,60,0)), color-stop(35%, rgba(255,60,60,0.75)), color-stop(53%, rgba(224,20,20,0.82)), color-stop(71%, rgba(255,60,60,0.75)), color-stop(100%, rgba(255,60,60,0)));
    background: -webkit-linear-gradient(left, rgba(255,60,60,0) 0%, rgba(255,60,60,0.75) 35%, rgba(224,20,20,0.82) 53%, rgba(255,60,60,0.75) 71%, rgba(255,60,60,0) 100%);
    background: -o-linear-gradient(left, rgba(255,60,60,0) 0%, rgba(255,60,60,0.75) 35%, rgba(224,20,20,0.82) 53%, rgba(255,60,60,0.75) 71%, rgba(255,60,60,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,60,60,0) 0%, rgba(255,60,60,0.75) 35%, rgba(224,20,20,0.82) 53%, rgba(255,60,60,0.75) 71%, rgba(255,60,60,0) 100%);
    background: linear-gradient(to right, rgba(255,60,60,0) 0%, rgba(255,60,60,0.75) 35%, rgba(224,20,20,0.82) 53%, rgba(255,60,60,0.75) 71%, rgba(255,60,60,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3c', endColorstr='#ff3c3c', GradientType=1 );
}
/*-----------OFERTA-----------*/
section.contener h2 {
    color: #008fff;
    font-size: 2.0em; 
    text-transform: uppercase;
    padding: 1%;
}
.index-box {
    padding: 0 10px;
}
.box {
    width: 23%;
    float: left;
    margin: 1%;
    border: 1px solid #e6e6e6;
}
.box h3 {
    padding-left: 5%;
    padding-top: 5%;
    font-size: 1.5em;
    font-weight: bold;
    color: #424242;
}
.box img {
    padding: 10px;
}
.box p {
    padding: 5%;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #5d5d5d;
    text-align: justify;
	min-height: 155px;
}
span.more-button a {
    display: block;
    text-align: center;
    padding: 4%;
    font-size: 1.5em;
    color: #ffffff;
    background-color: #ff3c3c;
    border: 1px solid #ff3c3c;
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
    -moz-transition: background 0.3s, color 0.3s, border 0.3s;
    transition: background 0.3s, color 0.3s, border 0.3s;
    text-transform: uppercase;
}
span.more-button a:hover {
    background: white;
	color: #ff3c3c;
    border: 1px solid #ff3c3c;
}
/*-----------OFIRMIE-----------*/
.about {
    width: 98%;
    margin: 1%;
}
.about h2 {
    color: #008fff;
    font-size: 2.0em; 
    text-transform: uppercase;
    padding: 2% 0 2% 0;
}
.about img {
    float: left;
    width:33%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.about p {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 2% 0;
    color: #5d5d5d;
    text-align: justify;
}
.about p:first-of-type {
    margin-top: 0;
}
.about i {
	font-style: italic;
}
/*-----------KURSY-----------*/
.course {
    width: 98%;
    margin: 1%;
}
.course h2 {
    color: #008fff;
    font-size: 2.0em;
    line-height: 1.4em;
    text-transform: uppercase;
    padding: 2% 0 2% 0;
}
.course img {
    float: right;
    width:33%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.course p {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 2% 0;
    color: #5d5d5d;
    text-align: justify;
}
.course p:first-of-type {
    margin-top: 0;
}

.news img {
    max-width: 30%;
    padding: 4px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 3%;
    -webkit-transition: border 0.6s;
    -moz-transition: border 0.6s;
    transition: border 0.6s;
}
.slide {
	background: #f3f3f3;
	width: 98%;
	margin: 2% auto;
	text-align: center;
	padding: 2%;
}
.slider-item {
	height:130px;
	max-height: 130px;
}
.slide span {
	font-size: 1.6em;
}
.slide p {
	font-size: 1.4em;
	color: #008fff;
}
/*-----------GALERIA-----------*/
.gallery {
    margin: 1%;
}
.gallery-box {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
}
.gallery-box img {
    display: block;
    width: 100%;
    height: auto;
    }

.gallery-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    background-color: rgba(0, 143, 255, 0.7);
}
.gallery-box:hover .gallery-hover {
    opacity: 1;
}
.gallery-hover span {
    color: white;
    font-size: 5.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*-----------STOPKA-----------*/
footer {
    background: #008fff;
    margin: 1.5% 0 0 0;
    border-top: 3px solid #e6e6e6;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4em;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.info {
    width: 46%;
    margin: 2%;
    float: right;
}
.copyright {
    width: 46%;
    margin: 2%;
    float: left;
}
.copyright a {
    font-weight: bold;
    color: #fff;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    transition: color 0.6s;
}
.copyright a:hover {
    font-weight: bold;
    color: #e3e3e3;
}
ul.info-boxes {
    float: right;
}
ul.info-boxes li {
    float: left;
    margin-left: 20px;
    display: block;
    height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.phone-ft {
    background: URL(../images/phone-ft.png) top left no-repeat;
    padding: 11px 0 0 45px;
    font-size: 1.2em;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
}
.facebook-ft {
    background: URL(../images/face-ft.png) top left no-repeat;
    font-size: 1.2em;
    padding: 11px 0 0 45px;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
}
.info-boxes a {
    color: #fff;
}
ul.info-boxes a {
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    transition: color 0.6s;
}
/*-----------PODSTRONY-----------*/
.sub-title {
    width: 100%;
    height: 110px;
    background: URL(../images/slogan-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-top: 3px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom: 10px;
    
}
.sub-title h1 {
    display: inline;
    line-height: 110px;
    font-size: 2.7em;
    color: #ffffff;
    padding: 6px 44px;
    text-shadow: 2px 3px 15px black;
    text-transform: uppercase;
    margin-left: 1%;
    background: rgba(255,60,60,0.75);
    background: -moz-linear-gradient(left, rgba(255,60,60,0.75) 0%, rgba(255,60,60,0.75) 55%, rgba(255,60,60,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,60,60,0.75)), color-stop(55%, rgba(255,60,60,0.75)), color-stop(100%, rgba(255,60,60,0)));
    background: -webkit-linear-gradient(left, rgba(255,60,60,0.75) 0%, rgba(255,60,60,0.75) 55%, rgba(255,60,60,0) 100%);
    background: -o-linear-gradient(left, rgba(255,60,60,0.75) 0%, rgba(255,60,60,0.75) 55%, rgba(255,60,60,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,60,60,0.75) 0%, rgba(255,60,60,0.75) 55%, rgba(255,60,60,0) 100%);
    background: linear-gradient(to right, rgba(255,60,60,0.75) 0%, rgba(255,60,60,0.75) 55%, rgba(255,60,60,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3c', endColorstr='#ff3c3c', GradientType=1 );
}
/*-----------POD.GALERIA-----------*/
.main-gallery {
    margin: 1%;
    padding: 0 10px;
}
.main-gallery h2 {
    margin: 25px 0;
    font-size: 2.0em;
    color: #008fff;
	text-transform: uppercase;
}

.main-gallery-box {
    float: left;
    width: 16.6%;
    overflow: hidden;
    position: relative;
}
.main-gallery-box img {
    display: block;
    width: 100%;
    height: auto;
    }

.main-gallery-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    background-color: rgba(0, 143, 255, 0.7);
}
.main-gallery-box:hover .main-gallery-hover {
    opacity: 1;
}
.main-gallery-hover span {
    color: white;
    font-size: 5.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*-----------POD.KONTAKT-----------*/
.main-contact{
    margin: 1%;
	color: #5d5d5d;
	padding: 0 10px;
}
.main-contact h2{
    margin: 25px 0;
    color: #008fff;
	text-transform: uppercase;
	line-height: 1.4em;
}
.contact-box {
	color: #5d5d5d;
    width: 50%;
    float: left;
}
.contact-box h2 {
    padding-left: 5%;
    padding-top: 5%;
    font-size: 1.6em;
    font-weight: bold;
    color: #424242;
}
.contact-box h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #424242;
	padding-bottom: 3%;
}
.contact-box a {
	color: #ff3c3c;
	font-weight: bold;
}
.contact-box span {
	color: #ff3c3c;
	font-weight: bold;
}
.contact-box p {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #5d5d5d;
    text-align: justify;
}
/*-----------PODSTRONY-INNE-----------*/
.main-other {
    margin: 1%;
	color: #5d5d5d;
	padding: 0 10px;
}
.main-other h2{
    margin: 25px 0;
    color: #008fff;
	text-transform: uppercase;
	   line-height: 1.4em;
}
.main-other p {
	font-size: 1.4em;
	font-weight: bold;
}
.main-other ul {
	margin: 10px 0;
}
.main-other ul li {
	font-size: 1.5em;
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
.main-other span {
	color: #ff3c3c;
}
.main-other a {
	font-size: 1.4em;
	font-weight: bold;
	color: #ff3c3c;
	display: block;
}
.main-cookies {
    font-size: 1.5em;
}
/*-----------PODST.EGZAMIN-----------*/
.step-bg1
{
    background: #6dbeff;
}
.step-bg2
{
    background: #51b2ff;
}
.step-bg3
{
    background: #45adff;
}
.step-bg4
{
    background: #35a6ff;
}
.step-bg5
{
    background: #279cf7;
}
.step-bg6
{
    background: #008fff;
}
.step-3 {
    width: 31%;
    float: left;
    margin: 1%;
}
.step-3 h3 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 3.4em;
    text-align: center;
    color: white;  
    border-radius: 60px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}
.step-3 h4 {
    padding: 5%;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #5d5d5d;
    text-align: center;
}
.step-3 b {
    font-weight:bold;
    color: #ff3c3c;
}
.step-2 {
    width: 48%;
    float: left;
    margin: 1%;
}
.step-2 h3 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 3.4em;
    text-align: center;
    color: white;  
    border-radius: 60px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}
.step-2 h4 {
    padding: 5%;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #5d5d5d;
    text-align: center;
}
.step-phone-img {
    position: relative;
    top: 4px;
    height: 20px;
}
.step-phone-a {
    font-size: 1.0em !important;
}
.step-2 b {
    font-weight:bold;
    color: #ff3c3c;
}
.step-info {
    color: #5d5d5d !important;
    background: #f3f3f3;
    display: inline-block;
    padding: 15px;
    font-size: 1.4em;
    text-align: center;
}
.step-info-bold {
    color: #5d5d5d !important;
    background: #f3f3f3;
    display: inline-block;
    font-weight: bold;
    padding: 15px;
    font-size: 1.4em;
    text-align: center;
    width: 100%;
}
.step-info-bold a {
    color: #ff3c3c !important;
    font-size: 1.1em;
}
/*-----------CIASTECZKA-----------*/
#cookie-warn {
	border-top: 3px solid #008fff;
    position: fixed;
    bottom: 0;
    background: #EEE;
    margin: 0;
    padding: 15px;
    width: 100%;
    display: none;
    z-index: 99;
	text-align: center;
}
 
#cookie-warn a{
    color: #ff3c3c;
    text-transform: uppercase;
	font-weight: bold;
	margin: 0 5px;
}
#cookie-warn p{
    font-size: 1.1em;
    color: #333;
}

.cookie-icon {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #ff3c3c;
    border-radius: 30px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    bottom: 1px;
    display: inline-block;
    position: relative;
}
.warning {
    background: #f3f3f3;
    display: inline-block;
    padding: 20px;
    font-size: 1.4em;
    text-align: center;
    margin-top: 25px;
    border: 4px solid #ff3c3c;
}
.warning h2 {
    color: #ff3c3c !important;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 3em !important;
}
.warning p {
    font-size: 1.1em;
    font-weight: normal;
    margin: 15px 0;
}

/*------------------------------------------------------------------------MAX-WIDTH 1024--------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .contener {
        width: 90%;
    }
/*-----------SLOGAN-----------*/
    .slogan-background {
        height: 150px;
    }
    .slogan {
        margin-top: 43px;
    }
/*-----------OFERTA-----------*/
.box {
    width: 48%;
    float: left;
    margin: 1%;
    border: 1px solid #e6e6e6;
	}
}

/*------------------------------------------------------------------------MAX-WIDTH 800--------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
/*-----------STOPKA-----------*/
    .info {
        width: 100%;
        margin-bottom: 20px;
    }
    .copyright {
        width: 96%;
        margin: 4% 2%;
        text-align: center
    }
    ul.info-boxes {
        float: none;
        display: table;
        margin: 0 auto;
    }
    ul.info-boxes li {
        font-size: 1em;
        height: 25px;
    }
    .phone-ft, .facebook-ft {
        background-size: contain;
        padding: 3px 0 0 30px;
    }
}

/*------------------------------------------------------------------------MAX-WIDTH 768--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .contener {
        width: 100%;
    }
    .display-none {
        display: none;
    }
/*-----------MENU-----------*/
    header h1 {
        margin-left: 20px;
    }
    .switch {
        display: block;
        position: absolute;
        top: 60px;
        right: 20px;
    }
    header nav {
        width: 100%;
        margin-top: 0px;
    }
    header nav ul {
        display: none;
        
    }
	.hidden-menu, .hidden-menu2 {
		position: absolute;
		left: 0px;
	}
	.hidden-menu li, .hidden-menu2 li {
		display:block;
		background: #f3f3f3;
		width: 100% !important;
	}
	.hidden-menu li:first-child, .hidden-menu2 li:first-child {
	border-top: 0;
}
/*-----------SLOGAN-----------*/ 
     .slogan-background {
        height: 150px;
    }
    .slogan {
        line-height: 3.8em;
    }
    .slogan h1 {
        font-size: 2.5em;
        padding: 6px 30px;
        margin-bottom: 6px;
    }
    .slogan h2 {
        font-size: 1.6em;
        padding: 0px 30px;
    }
/*-----------OFERTA-----------*/
    .box { 
        width: 96%;
        float: none;
        margin: 2% auto;
        position: relative; 
    }
	.box p {
		min-height: 120px;
	}
	.box img {
		display: none;
	}
	span.more-button a {
		padding: 2.5%;
	}
    section.contener h1 {
		padding-left: 2%;
    }
/*-----------OFIRMIE-----------*/  
     .about {
        width: 96%;
        margin: 0 2%;
    }
    .about img {width: 50%;
    }
/*-----------KURSY-----------*/  
     .course {
        width: 96%;
        margin: 0 2%;
    }
    .course img {width: 50%;
    }
/*-----------GALERIA-----------*/
    .gallery {
        margin: 2%;
    }
    .gallery h1 {
        margin-bottom: 2%;
    }
    .gallery-box {
        width: 50%;
    }
	/*-----------POD.GALERIA-----------*/

	.main-gallery-box {
		width: 33.3%;
	}
	/*-----------POD.KONTAKT-----------*/
	.contact-box {
		width: 100%;
		float: left;
	}
	.modal-box {
	width:90%;
	text-align: center;
	}
	#cookie-warn a{
    float: none;
	}
	
}
/*------------------------------------------------------------------------MAX-WIDTH 550--------------------------------------------------------------------*/
@media screen and (max-width: 550px) {
/*-----------MENU-----------*/
    header nav ul.visible {
        display: block; 
		border-top: 3px solid #e6e6e6;
    }
	header nav ul, header nav ul.visible {
		float: none;
	}
    header nav ul li {
        display: block;
        width: 100%;
    }
    header nav ul li a {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #e6e6e6;
    }
	.download {
		background: #008fff;
		color: white;
		border-left: 0;
	}
	.hidden-menu, .hidden-menu2 {
		position: static;
	}
	.hidden-menu li, .hidden-menu2 li {
		border-bottom: 0;
	}
/*-----------SLOGAN-----------*/
    .slogan-background {
        height: 150px;
    }
    .slogan {
        line-height: 3em;
    }
    .slogan h1 {
        font-size: 1.9em;
        padding: 6px 18px;
        margin-bottom: 4px;
        margin-top: 10px;
    }
    .slogan h2 {
        font-size: 1.3em;
        padding: 0px 18px;
    }
/*-----------OFIRMIE-----------*/
    .about img {
        width: 100%;
        margin-bottom: 2%;
    }
/*-----------KURSY-----------*/
    .course img {
        width: 100%;
        float: left;
        margin-bottom: 2%;
        margin-left: 0;
    }
/*-----------PODSTRONY-----------*/
    .sub-title h1 {
        font-size: 2.2em;
    }

/*-----------POD.GALERIA-----------*/
	.main-gallery-box {
		width: 50%;
	}
/*-----------PODST.EGZAMIN-----------*/
    .step-3 {
         width: 100%;
    }
    .step-2 {
         width: 100%;
    }
}

@media screen and (max-width: 330px) {
    /*-----------SLOGAN-----------*/
    .slogan {
        padding-top: 47px;
    }
}
