* {
	font-family: "Source Sans Pro", Sans-Serif;
	font-weight: 400;
}

body {
    font-size:16px;
	padding: 0;
  background-color: #f0f0f0;
  background-image:url(../Images/pattern2.png);
}
    @media (max-width: 767px) {
	    body {
            padding-top: 50px;
	    }
    }	 

html,body {
	height:100%;
}

p, li {
		font-size:16px;
}

a {
    font: inherit;
}

a.bialy {
    color:#fff;
}
/****** Go To TOP */
#back-to-top:focus, #back-to-top:active  {
    border:none;
    outline:0;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align:middle;
    line-height: 30px;
    background: transparent;
    color: #444;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size:50px;
}
#back-to-top:hover {
}
#back-to-top.show {
    opacity: 1;
}

#scroll {
    position:absolute;
    top:310px;
}
/****** KONIEC Go To TOP */
.body-content {
    margin: 0 auto;
	margin-top:70px;
}
    @media (max-width: 767px) {
	    .body-content {
            width:100%;
	    }
    }

.container {
    min-width:320px;
}
.container.noIframe {
    min-width:340px;

}

h1,h2,h3 {
	font-family: "Source Sans Pro", Sans-Serif;
	font-weight: 200;
}		

.marginBottom10 {
	margin-bottom: 10px !important;
}
.marginBottom20 {
	margin-bottom: 20px !important;
}
.marginBottom30 {
	margin-bottom: 30px !important;
}
.marginBottom40 {
	margin-bottom: 40px !important;
}
.marginBottom50 {
	margin-bottom: 50px !important;
}

.shadow {
	box-shadow:rgba(0,0,0,.5) 0 10px 10px;
}
.nav {
    padding-left: unset !important;
    padding-right:0 !important;
}

.navbar-collapse.menuGlowne {
    /*width:60%;*/
}

#middle {
    min-height:50px;
    width:100%;
    background-color:#f0f0f0;
    display: block;
    padding:0;
    margin:0;
}

.bg-white {
	background:rgb(255,255,255);
}
.bg-lightBlue {
	background-color:#E5F8FF;
}

#krajowka {
    z-index:0;
    position:absolute;
    top:20px;
    right:18px;
    width:40px;
    height:210px;
    background-image:url(../Images/biletWybor.png);
    background-repeat:no-repeat;
    background-position: -88px 0;
}
#krajowka:hover {
    right:13px;
    width:45px;
    cursor:pointer;
    background-position: -83px 0;
}

#miedzynarodowka {
    z-index:0;
    position:absolute;
    top:20px;
    left:-23px;
    width:40px;
    height:210px;
    background-image:url(../Images/biletWybor.png);
    background-repeat:no-repeat;
}
#miedzynarodowka:hover {
    left:-28px;
    width:45px;
    cursor:pointer;
}

.biletyBox {
	/*z-index:9;*/
	position:absolute;
	top:-245px;
	right:-20px;
	width:503px;
	height:255px;
	background-image:url(../Images/bilety-box-na-glownej-4.png);
	background-repeat:no-repeat;
	text-transform:uppercase;
	line-height:1.5;
}

.biletyBox2 {
	/*z-index:9;*/
	position:absolute;
	top:-250px;
	left:0;
	width:503px;
	height:255px;
	background-image:url(../Images/bilety-box-na-glownej-4.png);
	background-repeat:no-repeat;
	text-transform:uppercase;
	line-height:1.5;
}

.biletyKontener {
	clear:both;
	/*padding-top:25px;
	padding-left:60px;*/
	top:25px;
	left:50px;
	width:370px;
	height:233px;
	position:relative;
	overflow:hidden !important;
}

.biletMiedzynarodowy, .biletKrajowy {
	position:absolute;
	top:3px;
	background-image:url(../Images/bilet-napisy2.png);
	background-repeat:no-repeat;
	width:355px;
	height:207px;
}
.biletMiedzynarodowy {
	background-position: 0 0;	
	left:10px;
}

.biletKrajowy {
	background-position: -357px 0;
	right:-390px;
}

.biletMiedzynarodowy.hide, .biletKrajowy.hide  {
}

#arrowLeft, #arrowRight {
	position:absolute;
	top:27px;
	font-size:24px;
	z-index:3;
}

#arrowLeft {
	left:30px;
}

#arrowRight {
	right:150px;
}

#arrowLeft span, #arrowRight span {
	color:#ccc;
	cursor:pointer;
	}

#arrowLeft span:hover, #arrowRight span:hover {
	color:#666;
	}

.biletyOperacje ul {
		padding-top:50px;
		margin-left: -69px;
}

.biletyOperacje ul li {
	max-width:400px;
	list-style:none;
	padding-left:28px;
	font-size: 24px;
	font-weight:bold;
	cursor:pointer;
}

.biletyOperacje ul li:hover {
	padding-left:0;
}



	.biletyOperacje ul li a {
		text-decoration:none;
	}
		.biletyOperacje ul li:hover a::before {
			font-family:'GLYPHICONS Halflings';
			content:"\e080";
			font-size:18px;
			color:#00b4ff;
			padding-top:10px;
			margin-right:10px;
	}

	.biletyOperacje ul li .glyphicon {
		color:#ffa900;
		
	}
.paddRightLeftZero {
	padding-left:0 !important;
	padding-right:0 !important;

}

.roundedLeft {
	border-radius:0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.roundedRight {
	border-radius:0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.row.table-row {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.row.table-row > [class*="col-"] {
    /*float: none;
    display: table-cell;*/
    vertical-align: top;
}

.ramka, .ramkaWhite {
	border:1px #ddd solid;
	border-radius:5px;
	margin-bottom:10px;
}
.ramka.last {
    margin-bottom:0;
}

.ramkaWhite {
	border:1px #fff solid;
}

.ramka h2, .ramka h3, .ramka h4 {
    margin-top: 2px;
    margin-bottom: 15px;
}

.ramka p {
	margin-bottom:15px;
  line-height:1.3;
}

.bilety.ramka.miedzynarodowe {
    height:170px;
    overflow:hidden;
}

.bilety.ramka.krajowe {
    height:120px;
    overflow:hidden;
}

.bilety.ramka.dowozy {
    height:140px;
    overflow:hidden;
}
.ramka.miedzynarodowe:hover, .ramka.krajowe:hover, .ramka.dowozy:hover {
    border-color:#286090;
}
.ramka.miedzynarodowe h4, .ramka.krajowe h4  {
    height:30px;
    vertical-align:middle;
font-size:18px;
    -webkit-transition-property: font-size; /* Safari */
    -webkit-transition-duration: 500ms; /* Safari */
    -webkit-transition-delay: 0; /* Safari */
    transition-property:  font-size;
    transition-duration: 500ms;
    transition-delay: 0;
}
.ramka.dowozy h4   {
    height:45px;
    vertical-align:middle;
font-size:18px;
    -webkit-transition-property: font-size; /* Safari */
    -webkit-transition-duration: 500ms; /* Safari */
    -webkit-transition-delay: 0; /* Safari */
    transition-property:  font-size;
    transition-duration: 500ms;
    transition-delay: 0;
}

.ramka.miedzynarodowe:hover h4, .ramka.krajowe:hover h4, .ramka.dowozy:hover h4   {
font-size:22px;
}

.ramka.miedzynarodowe:hover h4 a, .ramka.krajowe:hover h4 a, .ramka.dowozy:hover h4 a  {
color:#C1272C;
}

    .ramka.miedzynarodowe h4 .glyphicon, .ramka.krajowe h4 .glyphicon, .ramka.dowozy h4 .glyphicon { 
    font-size:24px;
    -webkit-transition-property: font-size; /* Safari */
    -webkit-transition-duration: 500ms; /* Safari */
    -webkit-transition-delay: 0; /* Safari */
    transition-property:  font-size;
    transition-duration: 500ms;
    transition-delay: 0;
    }
.ramka.miedzynarodowe:hover h4 .glyphicon, .ramka.krajowe:hover h4 .glyphicon, .ramka.dowozy:hover h4 .glyphicon  {
font-size:0;
padding-right: 0;
text-align:center;
}

.zagadnienia h2 {
	color:#0B5592;
	padding: 5px 20px 5px 0;
}
.zagadnienia h2 .glyphicon {
	color:#CD2534;
}

.glyphicon {
	padding-right:10px;
}

.btn-default {
  box-shadow:none;
  text-shadow: none;
}



/************** menu pod belką z menu ************/

.gornePole, .poleWlasciwe {
 
    box-shadow:rgba(0,0,0,.5) 5px 5px 10px;
}


.gornePole {
    height: 200px;
    box-shadow:none;
}

.gornePole, .poleWlasciwe {
    background-color:#fff;
    padding:7px;
    margin-bottom:15px;
    overflow:auto;
}

.poleWlasciwe h2 {
    background-color:#fff;
    color: #0D5798;
    margin-bottom:10px;
    margin-top:0; 
    padding:5px;
    font-weight:400;
}

.kartyBox h2 {
  margin-bottom:0;
}

.poleWlasciwe.podstrona, .poleWlasciwe.podstrona h2 {
    background-color: transparent;
    box-shadow:none;
    padding:0;
}

    .poleWlasciwe.podstrona h3 {
        font-weight:400;
    }

.poleWlasciwe.podstrona .panel-success > .panel-heading {
    color: #3c763d;
    background-color:#fff;
    border-color: none !important;
}

.poleWlasciwe h2 .glyphicon {
    color: #C1272C;
top:5px;
padding-bottom: 12px;
float: left;

}

/*.gornePole h2, .poleWlasciwe h2 {
    background-color:#0d5798;
    color: #fff;
    margin-bottom:5px;
    margin-top:0; 
    padding:5px;
}*/

.gornePole h3, .poleWlasciwe h3 {
    margin:0;
    padding:8px;
    font-size:22px;
    font-weight:400;
}

    .gornePole ul {
        padding-top: 7px;
    }

    .kartyBox .gornePole ul {
 
    line-height: 1.4;
}

.poleWlasciwe h2 a {
    color:#fff;
    font-weight:200;
}

.mainBody .poleWlasciwe h2 a {
    color:#0D5798;
    font-weight:400;
}

.kupPolise img {
  width: 48%;
  opacity: .7;
}

  .kupPolise a:hover img {
    opacity: 1;
  }
.europa {
}
.erv {
}
.generali {
}
.niebieskie {
    background-color:#0072bc;
}
.tloCiemne {
    background:rgb(51,122,189);
    color:rgb(255,255,255);
}

.tloSrednie {
    background:rgb(0,180,255);
    color:#FFF;
}

.tloJasne {
    background:rgb(125,214,255);
    color:#0D5798;
}

.holds-the-iframe {
  background:url(../Images/loader.gif) center center no-repeat;
 }
.holds-the-iframe.noLoader {
	background: none;
	background-color: #FFF;
}
.poleWlasciwe .btn {
    padding:6px 0;
    text-align:center;
}

.poleWlasciwe .bilety .btn {
    padding:6px 2px;
    text-align:center;
}

.poleWlasciwe .btn .glyphicon {
    padding-right: 0;
}

.poleWlasciwe .btn-default:hover {
    color: #fff;
    background-color:#ffa900;
    border-color: #adadad;
}

/************** KONIEC menu pod belką z menu ************/

/**************** PRZYCISKI ****************/


/*.btn-success {
    background-image: linear-gradient(to bottom, #ffcc00 0%, #ffa900 100%);
    border-color: #ffa800;
    text-transform:uppercase;
    color:#0D5798;
    text-shadow:none;
    box-shadow:none;
}

.btn-success:hover {
    background-color: #ffa900;
    background-position: 0 -15px;
    border-color: #f0a411;
}



.btn-success.active.focus, 
.btn-success.active:focus, 
.btn-success.active:hover, 
.btn-success.focus:active, 
.btn-success:active:focus, 
.btn-success:active:hover, 
.open > .dropdown-toggle.btn-success.focus, 
.open > .dropdown-toggle.btn-success:focus, 
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #0072bc;
    border-color: #fff;
}

.btn-success:hover, .btn-success:focus {
    background-color: #ffa900;
    background-position: 0 0;
    border-color: #f0a411;
}

.btn-success.active, .btn-success:active {
    background-color: #0072bc;
    border-color: #fff;
}*/


.ButtonBlue {
    background-image: linear-gradient(to bottom, #00b4ff 0%, #0072bc 100%) !important;
    border-color: #0072bc !important;
}

.ButtonBlue:hover, .ButtonBlue.active, .ButtonBlue.btn-success:hover, .ButtonBlue.btn-success.active, .ButtonBlue.btn-success:active {
    background-color: #0072bc !important;
    background-position:0 -15px !important;
    border-color: #0072bc !important;
}

/*.btn-warning {
    background-image: linear-gradient(to bottom,#A14A00 0, #760d0d 100%) !important;
    border-color:#760d0d !important;
}

.btn-warning:focus, .btn-warning:hover {
    background-color: #760d0d !important;
    background-position: 0 -15px;
}*/

/****************** Bootstrap - redefinicje ********************/

.input-group .form-control {
	z-index: 0;
}
.input-group-addon {
	padding: 3px 5px;
}
.navbar {
    border-radius: 0;
}
.navbar-toggle {
	height: 34px;
	width: 44px;
}
.navbar-default {box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 10px rgba(0,0,0,.75) !important;}
.navbar-default .navbar-brand {
	color: black;
}
.navbar-default .navbar-nav>li>a {
	color: black;
}
.navbar-default .navbar-toggle {
  margin-right: 10px;
}
.dropdown-menu {
	background: #ddd;
	opacity: 0.9;
}
.form-control {
    font-size: 17px;
}
@media (max-width: 767px) {
    .form-control {
        padding: 0 4px;
    }
    .alert {
      /*margin: 0;*/
    }
}
@media (max-width: 991px) {
  .form-control {
    padding: 0 6px;
  }
}
input[type=checkbox] {
    margin: 0 2px;
}

.jumbotron p {
  font-weight: 400;
}
.form-control:focus {
  border-color: #52AB52;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(65, 150, 65, .6);
}
.module .container {
  overflow-x: hidden;
}

/************************ Elementy strony *********************/

.navbar-toggle.button-lang {
	text-align: center;
    padding: 0;
}
.navbar-toggle.button-lang img {
    vertical-align: top;
    margin-top: 3px;
}
.icon-lang {
	width: 27px;
	height: 17px;
	border: 1px solid silver;
	border-radius: 3px;
	margin: 0 5px;
}
.icon-lang-sm {
	width: 21px;
	height: 14px;
}

a.anchor {
    display: block;
    height: 1px;
    margin-top: -48px;
    margin-bottom: 48px;
}
.busy {
  background-image: url(../../Images/busy.gif);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

/* menu */

#menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 9;
}
#menu .menu-background {
    background: linear-gradient(to bottom, #E1F1FB, #D3E6F3);
    opacity: 0.9;
}
@media (max-width: 991px) {
    #menu .menu-background {
        opacity: 1;
        box-shadow: 0 0 20px #cde;
    }
}

#slider {
    position: absolute;
    top: 105px;
    z-index: -1;
    width: 100%;
    z-index: -1;
    max-height: 480px;
    overflow: hidden;
}




#sliderPOLISY, #sliderKARTY {
	/*position: absolute;
	top: 50px;
	z-index: -1;*/
	width: 100%;
}

.rounded {
	border-radius:5px;
}

#mainpage {
}

    @media (min-width: 768px) {
	    #mainpage {
		    margin-top: 48px;
	    }
    }
    @media (min-width: 992px) {
	    #mainpage {
		    margin-top: 33.5vw;
	    }
    }

#subpage {
  max-width:780px;
  margin-top: 50px;
  background: white;
}

    @media (max-width: 767px) {
        #subpage {
        margin-top: 0;
      }
    }

#subpageTwoCol {
    max-width:780px;
    margin-top:48px;
}
    #subpageTwoCol #ListaKursow .container {
        width:inherit;
    }

#sidebar {
    margin-top:48px;
}

@media (min-width: 768px) {
	.menu-background {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: white;
		opacity: 0.7;
	}
	.menu-undocked nav {
		background: transparent;
		border: none;
	}
}
.form-visual {
	position: relative;
	padding-bottom: 10px;
}
.form-visual .row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-visual .row.low {
  padding-top: 0;
}
img.bg {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.module {
	padding: 40px 0;
}
@media (max-width: 767px) {
	.module {
		padding: 0;
	}
}

@media (max-width: 399px) {
  .swap {
    top: auto;
    bottom: -33px;
    right: 0px;
  }
}

footer {
    clear:both;
	/*min-height: 200px;*/
background: #2187E2;
    color: #fff;
    text-align: center;
    line-height: 1;
}
footer .row {
    padding: 20px 0;
}
footer h4 {
    color: white;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer li {
    padding: 4px 0;
}
footer a, footer a:visited {
    color: #D7DDE3;
}
footer a:hover {
    color: white;
}

footer .logaFooter {
    width: 100%;
    background-color:white;
}


/**************** slider ********************/

#sliderPOLISY, #sliderKARTY {
    /*z-index:-1;
    max-height:480px;*/
    overflow: hidden;
    /*width: 347px;*/
}

.carousel-control.left, .carousel-control.right {
    background-image:none;

}

.carousel-indicators {
    bottom: -10px;
    /*left:10vw;*/
}

 #sliderKARTY .carousel-indicators {
    bottom: -15px;
    /*left:10vw;*/
}

.carousel-indicators li {
    background-color: #fff;
    /*background-color: rgba(0, 0, 0, 0);*/
    border: 1px solid #ccc;
    border-radius: 10px;
}


.Slogan {
    position:relative;
    width:1170px;
    margin: 0 auto;
}
.carousel h1, .carousel h2 {
	position: absolute;
	left: 20px;
	color: #0072bc;
	/*text-shadow: 0 0 5px black;*/
    background-color: #FFF;
    padding:5px 20px 5px 10px;
}
.carousel h1 {
	top: 60px;
	font-size: 50px;
    padding-bottom:8px;


}

.carousel h2 {
	top: 123px;
    left:95px;
	font-size: 35px;
    margin-left:15px;
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
    /*box-shadow: rgba(0,0,0, .4) 4px 3px 6px;*/
}
.carousel a.go {
	position: absolute;
	left: 210px;
	top: 220px;
	font-size: 20px;
	padding: 0.5vw 1vw;
	text-transform: lowercase;
}

/* Wyszykiwarka kursów */
.visible-rt, .visible-rt-diff {
  display: none;
}
.autocomplete::selection {
  color: gray;
  background: silver;
}
.autocomplete {
  /*text-transform: uppercase;*/
}

.course-list-currency {
  float: right;
  margin-left: 15px;
  margin-right: -4px;
}
.course-list-currency .btn.active, .course-list-currency .btn:hover {
  z-index: 0;
}
 
.list-group-item, .alert {
  clear: both;
}

/* Szablon kolorów */
.bg-1 {
	background-color: #fff;
    /*background: linear-gradient(to bottom, #37A4FF, #0074DB);*/
    border:1px #37A4FF solid;
    border-radius:4px;
	/*box-shadow: 10px 20px 30px #B6C4D0;*/
}

.bg-1 h1 {
	color: white;
	text-shadow: 0 5px 10px #0063BC;
}
.bg-1-light {
	/*background: linear-gradient(to bottom, #E2F0FB, #B6C4D0);*/
}
@media (max-width: 767px) {
    .bg-1 {
        box-shadow: none;
    }
}
.bg-1 .field-validation-error,
.bg-1 .field-validation-error span,
.bg-1 .validation-summary-errors
{
  color: #ffb0b0;
  text-shadow: 0px 1px 2px black;
}

.bg-err {
	background: linear-gradient(to bottom, #FF7700, #BC5700);
	border-color: #A14A00;
	box-shadow: 10px 20px 30px #FFE6CE;
}
.bg-err h1 {
  color: white;
  text-shadow: 0 5px 10px #A14A00;
}


.container .container{
  width: 100% !important;
}

/*  Wiersze listy naprzemienna kolorystyka  */


.row1 {
  background-color: #def0ff;
  /*background: linear-gradient(to bottom, #37A4FF, #0074DB);*/
  border-color: #ccc;

}

.row2{
  background-color: #f0f8ff;
  /*background: linear-gradient(to bottom, #37A4FF, #0074DB);*/
  border-color: #ccc;

}

.stronaGlowna .poleWlasciwe {
    height: 640px;
overflow: hidden;
}

ul.polisy, ul.karty {
    list-style:none;
    text-align:center;
    padding-left:15px;
    margin:0 auto;
}

    ul.polisy li {
        margin-bottom:10px;
        width:90%;
    }

   ul.karty li {
       margin-bottom:20px;
       width:90%;
   }

   ul.karty li:first-child {
      border: #ffa900 5px solid;
      border-bottom: none;
      border-top: none;
      border-radius: 8px;
      position:relative;
    }

    ul.polisy li:hover, ul.karty li:hover {
border: #00b4ff 5px solid;
border-bottom: none;
border-top: none;
border-radius: 8px;
    }

.promoInfo {
  position: absolute;
  font-weight: bold;
  color: #ff0000;
  top: -15px;
  left: -20px;
  -ms-transform: rotate(-9deg); /* IE 9 */
  -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
  transform: rotate(-9deg);
  text-shadow: 0 0 0 #FFF, 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 1px 0 0 #FFF, -1px 0 0 #FFF, 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, 2px 0 0 #FFF, -2px 0 0 #FFF, 3px 3px 3px #FFF, -3px -3px 3px #FFF, 3px -3px 3px #FFF, -3px 3px 3px #FFF, 3px 0 0 #FFF, -3px 0 0 #FFF, 0 3px 0 #FFF, 0 -3px 0 #FFF, 4px 4px 4px #FFF, -4px -4px 4px #FFF, -4px 4px 4px #FFF, 4px -4px 4px #FFF, 0 4px 4px #FFF, 0 -4px 4px #FFF, 4px 0 4px #FFF, -4px 0 4px #FFF, 5px 5px 5px #FFF, -5px -5px 5px #FFF, -5px 5px 5px #FFF, 5px -5px 5px #FFF, 0 5px 5px #FFF, 0 -5px 5px #FFF, 5px 0 5px #FFF, -5px 0 5px #FFF;
}

.stronaGlowna .btn-group > .btn:last-child:not(:first-child) {
  float: right;
}

.stronaGlowna .panel-group {
    margin-bottom:5px;
}

.panel, .panel-group .panel {
    border-radius:7px;
}

.panel-body {
    padding: 0;
}
    .mainBody .panel-body {
        padding:0;
    }

    .stronaGlowna .panel-heading a:focus {
        outline:none;
    }

    .col-sm-4 .maxwidth a.btn {
        font-size:13px;
    }

    .col-sm-4 .zmianaDanych {
    padding: 28px 0 30px 15px !important;
}

    .maxwidth {
        width:100% !important;
    }
        .maxwidth .btn {
        width:33% !important;
        border-top-left-radius: 0;
        border-top-right-radius:0;
    }
                .maxwidth .krajowy {
        width:27% !important;
    }

                .maxwidth .dowozowy {
        width:30% !important;
    }

               .btn-group .btn + .btn {
                    margin-left:0;
                }

.zmianaDanych {
    padding:40px 0 30px 30px !important;
}

.stronaGlowna .alert {
    margin-bottom: 5px;
    margin-top:5px;
}

.maxwidth .btn.miedzynarodowy {
    width:43% !important;
}
    .col-sm-4 .panel-body.maxwidth a.btn img {
        width: 60px;
        padding-bottom:5px;
    }

    .gornePole.poleWlasciwe {
    box-shadow: rgba(0,0,0,.5) 5px 5px 10px;
}

    .jezykPolski {
        display:block;
    }

    .jezykAngielski, .jezykNiemiecki {
        /*display:none;*/
    }

    .flagi {
        position:absolute;
        top:5px;
        right: 23px;
    }
    .flagi img {
        width:23px;
        margin-left:5px;
        box-shadow:rgba(0,0,0,.5) 2px 2px 3px;
        opacity:.3;
    }

    .flagi span {
        cursor:pointer;
    }
        .flagi span.active img {
            opacity:1;
        }

        .flagi span:hover img {
            opacity:1;
        }
         .flagi span:focus {
            text-decoration:none;
            border: none;
            outline:none;
        }

         p.opis {
             opacity:1;
         }



p.opis {
  padding: 0 10px !important;
  margin-top: 0;
}

.stronaGlowna p.opis {
    padding:10px !important;
}

 .visible-md.mainBody, .visible-lg.mainBody {
    /*height:642px !important;*/
    overflow:hidden !important;
}

 .visible-sm.mainBody {
    height:260px !important;
    overflow:hidden !important;
}

  .poleWlasciwe.jezykPolski, .poleWlasciwe.jezykNiemiecki, .poleWlasciwe.jezykAngielski {
      height:auto;
      margin-bottom:200px;
 }

  .stronaGlowna .poleWlasciwe.jezykPolski, .stronaGlowna .poleWlasciwe.jezykNiemiecki, .stronaGlowna .poleWlasciwe.jezykAngielski {
      height:640px;
      overflow:hidden !important;
 }

  
.mainBody.left {
      height:654px;
      overflow:hidden !important;
  }

.podstronaLewaKolumna {
    height:640px;
    background-color:transparent;
    overflow:hidden !important;
}

.row.withIframe {
  background: #2187E2;
}

footer .row.withIframe {
  margin-left:0;
  margin-right:0;
}