/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-01-16, 11:19:56
    Author     : jakubgalyga
*/

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

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

body {
    background: #f7f7f7;
    padding-top: 70px;
}

/* Reset */

h2 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 20px;
}

.btn-primary {
    background-color: #0d59ab;
    border-color: #0d59ab;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
    background-color: #0d59ab;
    border-color: #0d59ab;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #0d59ab;
    border-color: #0d59ab;
}

.nav-pills > li {
    float: left;
    color: #fff;
    background-color: #0d59ab;
    border-color: #0d59ab;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    border-radius: 0;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:active, .nav-pills > li > a:after {
    background-color: #0d59ab;
    color: #fff !important;
    border-color: #0d59ab;
}

.nav-pills > li > a {
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #0d59ab;
    color: #fff !important;
    border-radius: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0d59ab;
    border-color: #0d59ab;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    border-radius: 0;
}

/* Navbar */
.navbar-default {
    height: 70px;
    font-family: 'Exo 2', sans-serif;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 25px;
    -o-transition: color .2s ease-out, background 1s ease-in;
    -ms-transition: color .2s ease-out, background 1s ease-in;
    -moz-transition: color .2s ease-out, background 1s ease-in;
    -webkit-transition: color .2s ease-out, background 1s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .2s ease-out, background 1s ease-in;
    padding-bottom: 24px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-toggle {
    margin-top: 17px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0d59ab;
}
.nav > li {
    background: #fff;
}
.navbar-default .navbar-brand {
    color: #000;
}

.navbar-brand {
    float: left;
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    font-family: 'Exo 2', sans-serif;
    height: 70px;
    margin-top: 1px;
    line-height: 40px;
    padding: 15px;
}
.navbar-brand img {
  width: 300px;
}

/* Slider */
.slider {
    height: 485px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cycle-slideshow > div {
    width: 100%;
    height: 485px;
    background-size: cover;
}

.cycle-slideshow > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider .next {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    padding-left: 2px;
    position: absolute;
     top: 50%;
    outline: 0;
    margin-top: -20px;
    text-align: center;
    right: 20px;
    z-index: 999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0,0,0, 0.5);
}

.slider .prev {
    display: block;
    width: 40px;
    outline: 0;
    height: 40px;
    padding-top: 5px;
    padding-right: 2px;
    z-index: 999;
    position: absolute;
     top: 50%;
    outline: 0;
    margin-top: -20px;
    text-align: center;
    left: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0,0,0, 0.5);
}

.slider .prev i, .slider .next i {
    color: #fff;
}

/* Intro */

.intro {
    padding: 40px 0;
}

.singiel-promo .item {
    display: block;
    position: relative;
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
    border: 1px solid #000;
    overflow: hidden;
}

.singiel-promo .item img {
    margin: 0 auto;
}

.singiel-promo .item .more {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -165px;
    left: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    display: table;
    padding: 0 15px;
    background: rgba(0,0,0, 0.6);
}

.singiel-promo .item .more .text {
    display: table-cell;
    vertical-align: middle;
}

/* News */

.front .news .item {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    padding: 10px 40px 11px 0;
}

.news > div:first-child > .item {
    padding-top: 0;
}

.news > div:last-child > .item {
    padding-bottom: 0;
    border: none;
}

.news .item img {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: auto;
    border: 1px solid #000;
}

.news .item .date {
    color: #706f6f;
    font-size: 12px;
}

.news .item .title {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    -o-transition: color .2s ease-out, background 1s ease-in;
    -ms-transition: color .2s ease-out, background 1s ease-in;
    -moz-transition: color .2s ease-out, background 1s ease-in;
    -webkit-transition: color .2s ease-out, background 1s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .2s ease-out, background 1s ease-in;
}

.news .item .title:hover {
    color: #0d59ab;
}

.news .item .more {
    display: block;
    width: 20px;
    height: 20px;
    background: #0d59ab;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: center;
    color: #fff;
    padding-left: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.news .item .more:hover {
    background: #000;
}

.news > div:nth-child(1) > .item a.more {
    top: 8px;
}

.news > div:nth-child(6) > .item a.more {
    top: 20px;
}


/* About */
.about {
    background: #fff url(../img/about-bg.png) center top no-repeat;
    padding: 40px 0;
}

.about p {
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.about .dropdown-menu {
    background-clip: padding-box;
    background-color: #0d59ab;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: outside none none;
    margin: 0 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.about .dropdown-menu > li > a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    padding-left: 15px;
}

.about .dropdown-menu > li > a:hover, .about .dropdown-menu > li > a:focus {
    background: #2c6eb5;
    color: #fff;
}

.singiel-top .item {
    display: block;
    position: relative;
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
    border: 1px solid #000;
    overflow: hidden;
}

.singiel-top .item img {
    margin: 0 auto;
}

.singiel-top .item .more {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -165px;
    left: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    display: table;
    padding: 0 15px;
    background: rgba(0,0,0, 0.6);
}

.singiel-top .item .more .text {
    display: table-cell;
    vertical-align: middle;
}

.singiel-top .item-min {
    display: block;
    position: relative;
    width: 100%;
    height: 98px;
    margin-bottom: 20px;
    border: 1px solid #000;
    overflow: hidden;
}

.singiel-top .item-min img {
    margin: 0 auto;
}

.singiel-top .item-min .more {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -98px;
    left: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    display: table;
    padding: 0 10px;
    background: rgba(0,0,0, 0.6);
}

.singiel-top .item-min .more .text {
    display: table-cell;
    vertical-align: middle;
}

.gallery img {
    width: auto;
    height: auto;
}

/* Course */
.course {
    padding: 40px 0;
}

.course p {
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.course-gallery .item {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #000;
    overflow: hidden;
}

.course-gallery .item img {
    margin: 0 auto;
}


/* Partners */
.partners {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

.partners h2 {
    text-align: center;
}


/* Facebook */
.facebook {
    padding: 40px 0;
}

/* Footer */
.footer {
    background: #0d59ab;
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.footer h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.getmap {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    outline: 0;
    text-decoration: none;
    background: #0c6cd4;
}

.getmap:hover,.getmap:active, .getmap:focus {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.footer_bottom {
    padding: 30px;
    text-align: center;
    color: #93969e;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.footer_bottom .goup {
    width: 40px;
    height: 40px;
    background: #0c6cd4;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    outline: 0;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.footer_bottom .goup:hover {
    background: #000;
}


.cookies {
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0, 0.8);
    position: fixed;
    left: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    bottom: 0;
    
    
}


@media (min-width: 992px) { 
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) { 
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding-left: 10px;
        
        padding-right: 10px;
    }
    
    .navbar-brand img {
       
    }
 
    
}

@media (max-width: 768px) { 
    .navbar-default .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #e8e8e8;
    }
    
    .navbar-nav {
        margin-top: 0;
        border-top: 1px solid #e8e8e8;
    }
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

    /*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background-color:#063467;
}
    /*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #fff;
    background-color:#063467;
    background: url('../img/accordion-right.png') no-repeat 1130px center ;
    /* Type */
    font-size: 18px;
    color:#fff;
}

.accordion-section-title:hover,
.accordion-section-title:focus {
	text-decoration:none;
    color: #fff;
}

.accordion-section-title.active, 
.accordion-section-title:active {
    background-color:#063467;
    background: url('../img/accordion-down.png') no-repeat 1130px center ;
    /* Type */
    text-decoration:none;
    color: #fff;
}

.accordion-section:last-child 
.accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
    background-color: #fff;
    border: 1px solid #063467;
    text-align: justify;
}

.accordion-section-content.active {
    display:block;
}

/*************** DJ POOL ******************/

#content {
	width: 1170px;
	margin: 0 auto;
}

#content h2 {
	font-size: 36px;
	margin-top: 50px;
	margin-bottom: -30px;
	text-align: center;
}

#content ul.lista-punkty {
	list-style-image: url('../img/list.png');
}

.contentBox {
	margin-top: 60px;
}

.pogrubienie-tekst {
	font-weight: 700;
}

.frame {
	text-align: center;
	margin-top: 20px; 
	margin-bottom: 20px;	
}

.djpool a.container-link,
.newsBox .newsBoxRight .seeMore {
	background-color: #063467;
    color: #fff;
    display: table;
    margin: 30px auto;
    padding: 10px;
    font-weight: 600;
    transition: 0.5s ease-in all;
   	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.newsBox .newsBoxRight .seeMore {
	margin: 0;
	float: right;
	clear: both;
}

.djpool a.container-link:hover,
.newsBox .newsBoxRight .seeMore:hover  {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #17559B;
}

.djpool div#table,
.charts div#table,
.trendcharts div#table,
.airplay div#table,
#chartsBox {
	text-align: center;
}

#chartsBox nav {
	margin-top: 0;
	margin-bottom: 30px;
}

#chartsForm form#login_form {
	text-align: left;
}

#chartsForm form#login_form label {
	display: block;
	text-align: center;
}

#chartsForm form#login_form .chartsInput {
	margin-bottom: 10px;
}

#chartsForm form#login_form .chartsInput input {
	border: 1px solid #063467;
	width: 260px;
	padding: 5px 7px;
}

#chartsForm form#login_form #chartsSubmit {
	text-align: center;
	margin-top: 15px;
}

#chartsForm form#login_form #chartsSubmit input {
	border: 1px solid #063467;
	background-color: #063467;
	color: #fff;
	font-weight: 600;
	padding: 3px 7px;
    transition: 0.5s ease-in all;
   	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#chartsForm form#login_form #chartsSubmit input:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #17559B;
}

.djpool div#table h4,
.charts div#table h4,
.trendcharts div#table h4,
.airplay div#table h4, 
h4 {
	display: block;
	width: 100%;
	color: #000;
	font-size: 24px;
	line-height: 65px;
	background-color: #ebebeb;
	margin: 60px 0 30px;
	text-align: center;
}

.djpool table.secondary th,
.djpool table.secondary td,
.charts table.secondary th,
.charts table.secondary td,
.trendcharts table.secondary th,
.trendcharts table.secondary td,
.airplay table.secondary th,
.airplay table.secondary td {
	line-height: 25px;
}

.djpool table.secondary th,
.charts table.secondary th,
.trendcharts table.secondary th,
.airplay table.secondary th {
	text-align: center;
	background-color: #063467;
	color: #fff;
	border: 1px solid #fff;
	line-height: 30px;
	border-top: 1px solid #000;
}

.djpool table.secondary th:nth-child(1),
.charts table.secondary th:nth-child(1),
.trendcharts table.secondary th:nth-child(1),
.airplay table.secondary th:nth-child(1) {
	border-left: 1px solid #000;
}

.djpool table.secondary th:nth-child(5),
.charts table.secondary th:nth-child(7),
.trendcharts table.secondary th:nth-child(6),
.airplay table.secondary th:nth-child(5) {
	border-right: 1px solid #000;
}

.djpool table.secondary td,
.charts table.secondary td,
.trendcharts table.secondary td,
.airplay table.secondary td {
	padding-left: 10px;
	border: 1px solid #000;
	text-align: left;
}

.djpool table.secondary td:nth-child(2),
.charts table.secondary td:nth-child(1),
.charts table.secondary td:nth-child(2),
.charts table.secondary td:nth-child(3),
.trendcharts table.secondary td:nth-child(1),
.trendcharts table.secondary td:nth-child(2),
.trendcharts table.secondary td:nth-child(3),
.airplay table.secondary td:nth-child(1),
.airplay table.secondary td:nth-child(2) {
	padding: 0;
	text-align: center;
} 

.djpool div#pagination ul,
.charts div#pagination ul,
.charts ul,
.trendcharts div#pagination ul,
.trendcharts ul,
.airplay div#pagination ul,
.airplay ul,
.news div#pagination ul {
	list-style: none;
	padding: 0;
}

.charts ul li,
.trendcharts ul li,
.airplay ul li {
	width: auto;
	text-align: center;
    margin: 10px;
}

.djpool div#pagination ul li,
.charts div#pagination ul li,
.trendcharts div#pagination ul li,
.airplay div#pagination ul li,
.news div#pagination ul li{
	width: 30px;
	text-align: center;
    margin: 10px;
}

.djpool div#pagination ul li a,
.charts div#pagination ul li a,
.charts ul li a,
.trendcharts div#pagination ul li a,
.trendcharts ul li a,
.airplay div#pagination ul li a,
.airplay ul li a,
.news div#pagination ul li a {
	color: #fff;
	background-color: #063467;
	border-radius: 20px;
	padding: 5px 9px;  
	font-weight: 600;  
}

.djpool div#pagination ul li a.active,
.charts div#pagination ul li a.active,
.charts ul li a.active,
.trendcharts div#pagination ul li a.active,
.trendcharts ul li a.active,
.airplay div#pagination ul li a.active,
.airplay ul li a.active,
.news div#pagination ul li a.active {
	background-color: #17559B;
}

.djpool div#pagination,
.charts div#pagination,
.trendcharts div#pagination,
.airplay div#pagination,
.news div#pagination,
#chartsBox nav {
	margin-top: 20px;
	display: inline-block;
}

.djpool div#pagination li,
.charts div#pagination li,
.charts li,
.trendcharts div#pagination li,
.trendcharts li,
.airplay div#pagination li,
.airplay li,
.news div#pagination li {
	float: left;
}

#chartsRight p {
	display: block;
	width: 880px;
	float: left;
	text-align: justify;
	margin-right: 20px;
}

#chartsRight,
#table {
	clear: both;
}

#chartsForm {
	display: table;
	width: 260px;
}
/************************* O NAS ********************/

.about .contentBox {
	padding: 0 10px;
	text-align: justify;	
}

.about .contentBox h3 {
	text-decoration: underline;
}

/***************************** AKTUALNOŚCI **********************/

.news .contentBox {
	text-align: center;
}

.news .newsBox .newsBoxLeft {
	width: 20%;
	float: left;
	margin-right: 15px;
}

.news .newsBox .newsBoxLeft img {
	width: 100%;
	height: auto;
	border: 1px solid #313131;
}

.news .newsBox .newsBoxRight {
	display: table;
	width: 78%;
}

.news .newsBox .newsBoxRight h3 {
	margin-top: 0;
	color: #063467;
	text-align: left;
}

.news .newsBox .newsBoxRight p {
	text-align: justify;
	font-size: 14px;
}

.news .newsBox .newsBoxRight > div {
	text-align: justify;
	font-size: 14px;
}

.news .newsBox {
	display: table;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}

/*********************** KONTAKT *****************/

.partners {
	clear: both;
}

.contact #contactDesc {
	width: 400px;
	float: left;
}

.contact #contactDesc h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.contact #contactDesc p {
	margin-bottom: 20px;
}

.contact #contactForm {
	display: table;
	width: 770px;
	position: relative;
}

.contact #contactForm .contactInput {
	text-align: left;
	margin-bottom: 10px;
	float: left;
	clear: left;
	margin-right: 30px;
}

.contact #contactForm .contactInput label,
.contact #contactForm .contactTextarea label {
	display: block;
	text-align: left;
}

.contact #contactForm .contactInput input {
	border: 1px solid #063467;
	width: 260px;
	padding: 5px 7px;
	background-color: inherit;
}

.contact #contactForm .contactTextarea {
	display: table;
}

.contact #contactForm .contactTextarea textarea {
	resize: none;
	padding: 5px 7px;
	border: 1px solid #063467;
	width: 450px;
	height: 230px;
	background-color: inherit;
}

.contact #contactForm #contactSubmit {
	position: absolute;
	top: 230px;
}

.contact #contactForm #contactSubmit input {
	border: 1px solid #063467;
	background-color: #063467;
	color: #fff;
	font-weight: 600;
	padding: 3px 7px;
    transition: 0.5s ease-in all;
   	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact #contactForm #contactSubmit input:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #17559B;
}

.field-err {
	color: #E50500;
	font-weight: 600;
}

/********************** KURS I CZŁONKOWSTWO*************************/

.djkurs #longForm .formInput,
.form #longForm .formInput {
	text-align: left;
	margin-bottom: 10px;
	float: left;
	clear: left;
}

.djkurs #longForm .formInput,
.djkurs #longForm .formSelect,
.form #longForm .formInput,
.form #longForm .formSelect,
.form #longForm .formCheckbox {
	width: 33%;
	float: left;
	clear: none;
	margin-bottom: 15px;
}

.form #longForm .formInput,
.form #longForm .formSelect,
.form #longForm .formCheckbox {
	width: 30%;
	clear: none;
}

.djkurs #longForm .formInput label,
.djkurs #longForm .formTextarea label,
.djkurs #longForm .formSelect label,
.form #longForm .formInput label,
.form #longForm .formSelect label, 
.form #longForm .formTextarea label,
.form #longForm .formCheckbox label{
	display: block;
	text-align: left;
}

.djkurs #longForm .formInput input,
.djkurs #longForm .formSelect select,
.form #longForm .formInput input,
.form #longForm .formSelect select {
	border: 1px solid #063467;
	width: 260px;
	padding: 5px 7px;
	background-color: inherit;
}

.djkurs #longForm .formTextarea,
.form #longForm .formTextarea {
	clear: both;
	display: table;
	margin: 0 auto;
}

.djkurs #longForm .formTextarea textarea,
.form #longForm .formTextarea textarea {
	resize: none;
	background-color: inherit;
	padding: 5px 7px;
	border: 1px solid #063467;
	width: 450px;
	height: 230px;
}

.djkurs #longForm #longFormSubmit,
.form #longForm #longFormSubmit  {
	text-align: center;
	margin: 20px 0 30px;
}

.djkurs #longForm #longFormSubmit input,
.form #longForm #longFormSubmit input {
	border: 1px solid #063467;
	background-color: #063467;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 10px;
    transition: 0.5s ease-in all;
   	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.djkurs #longForm #longFormSubmit input:hover,
.form #longForm #longFormSubmit input:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #17559B;
}

.form #longForm .formCheckbox input {
	float: left;
	margin-right: 5px;
}

.form #longForm .formSelect {
	float: none;
	display: block;
	width: 260px;
	margin: 10px auto;
}

.flagi-kontener {
	width: 58px;
	clear: both;
	margin: 35px auto 0;
}

.flagi-kontener .flaga {
	float: left;
	margin-right: 10px;
}

.flagi-kontener .flaga img {
	border: 1px solid #313131;
	width: 24px;
	height: 16px;
}

.flagi-kontener .flaga:nth-child(2) {
	float: none;
	margin-right: 0;
}

.charts-copy {
	width: 1170px;
	margin: 0 auto 40px;
	clear: both;
}

.charts-copy .charts-first {
	float: left;
}

.charts-copy .charts-wygenerowano {
	float: right;
}

table.secondary {
	clear: both;
}
