body {
  color: #464648;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 1.0;
}

a {
	color:#01499b;
}

p {
	margin: 0 0 16px;
	line-height:24px;
}

:hover {
	transition: all 0.3s ease;
}

strong, .bolder {
	font-family: 'Montserrat', sans-serif;
	font-weight:600 !important;
}

small {
	font-size:10px;
	line-height:1.0;
	margin:0;
	padding:0;
}

.allcaps {
	text-transform:uppercase !important;
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.slider {
	background: #d0eded  !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0eded 0%, #10c1c2 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0eded), color-stop(100%,#10c1c2)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0eded 0%,#10c1c2 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0eded 0%,#10c1c2 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0eded 0%,#10c1c2 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #d0eded 0%,#10c1c2 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0eded', endColorstr='#10c1c2',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
	margin-top:110px;
}

.btn {
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
}

.btn-primary {
  color: #fff;
  background-color: #01499b !important;
  border-color: #01499b !important;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff !important;
  background-color: #cbc6c2 !important;
  border-color: #cbc6c2 !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #cbc6c2 !important;
  border-color: #cbc6c2 !important;
}

.btn-default {
  color: #464646;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff !important;
  background-color: #01499b !important;
  border-color: #01499b !important;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #01499b !important;
  border-color: #01499b !important;
}

.btn-greenmed {
  color: #fff;
  background-color: #7dd0d1 !important;
  border-color: #7dd0d1 !important;
}
.btn-greenmed:focus,
.btn-greenmed.focus {
  background-color: #eaebed !important;
  border-color: #eaebed !important;
}
.btn-greenmed:hover {
  background-color: #eaebed !important;
  border-color: #eaebed !important;
}

/* Accordion */

.panel-body, .panel, .panel-heading , .panel-default{
	border-radius:0px !important;
	box-shadow:0px 0px 0px 0px !important;
}

.panel-heading {
	border-left:4px solid #3dcf14 !important;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	color:#57575b !important;
}

.panel-title {
	text-transform:none !important;
	font-size:17px;
}

.panel-default {
	background-color:#fff;
}

.panel-default > .panel-heading {
	background-color:#fff;
}

/* Cookie warning */
#cookie-warn{
    position: fixed;
    bottom: 0;
    background: #333;
    margin: 0;
    padding: 15px;
    width: 100%;
    display: none;
    z-index: 99;
	color:#fff;
}
 
#cookie-warn a{
    color: #fff;
    text-transform: uppercase;
	font-weight:600;
	border:1px solid #fff;
	padding:5px;
	margin-left:15px;
}

#cookie-warn a:hover{
	background-color:#fff;
	color:#333;
}
 
#cookie-warn p{
    font-size: 12px;
    color: #fff;
	padding-top:10px;
}


/** Backgrounds **/

.white {
	background-color:#fff;
}

.graygrad {
	background: #6d6e70  !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaebed 0%, #f6f7f8 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebed), color-stop(100%,#f6f7f8)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaebed 0%,#f6f7f8 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaebed 0%,#f6f7f8 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaebed 0%,#f6f7f8 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #eaebed 0%,#f6f7f8 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebed', endColorstr='#f6f7f8',GradientType=0 ); /* IE6-9 */
}

.graygrad i {
	color:#01499b;
}

.gray-lt{
	background-color:#eaebed;
}

.gray-md {
	background-color:#cdc8c4;
	color:#979492;
}

.gray-hd {
	background-color:#464648;
	color:#fff;
}

.bgplanar {
	background-color:#01499b;
	color:#fff;
}

.gray-lt h1, .gray-lt h2, .gray-lt h3, .gray-lt h4{
	padding-top:5px;
}

.gr-blue-lt{
	background: linear-gradient(90deg,  #50c4df, #afe8f9);
	padding:0;
	line-height:1.0;
	color:#fff;
}

.gr-planar{
	background: linear-gradient(90deg,  #202250, #01499b);
	padding:0;
	line-height:1.0;
	color:#fff;
}

.btn-primary:hover{
	background-color:#e8e9eb;
	color:#464648;
	border:1px solid #e8e9eb;
}

.bordergray {
	border:1px solid #e6e7e8;
}

.more {
	display:block;
	border:1px solid #dfdfdf;
	color:#999;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.more:hover {
	border:1px solid #f2f2f2;
	background-color:#f2f2f2;
	color:#999;
	text-decoration:none;
}

/** Social **/

.social {
	background: linear-gradient(90deg, #3B5998, #3044f1);
	padding:0;
	line-height:1.0;
	font-family: 'Montserrat', sans-serif;
}

.instagram {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbdc81+1,f25d35+30,e0016b+63,3b3aed+100 */
	background: #fbdc81; /* Old browsers */
	background: -moz-linear-gradient(left,  #fbdc81 1%, #f25d35 30%, #e0016b 63%, #3b3aed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fbdc81 1%,#f25d35 30%,#e0016b 63%,#3b3aed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fbdc81 1%,#f25d35 30%,#e0016b 63%,#3b3aed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc81', endColorstr='#3b3aed',GradientType=1 ); /* IE6-9 */
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;	
}

.social a {
	display:block;
	color:#fff;
	width:100%;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}

.social a:hover {
	text-decoration:none;
	
}

.fb i, .instagram i {
	vertical-align:middle;
}

.fb {
	background-color:#3B5998;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;	
}

.fb :hover {
	background:rgba(255,255,255,0.10) !important;
}

.instagram:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fae093+1,f06254+30,db278b+63,4f5ef2+100 */
	background: #fae093; /* Old browsers */
	background: -moz-linear-gradient(left,  #fae093 1%, #f06254 30%, #db278b 63%, #4f5ef2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fae093 1%,#f06254 30%,#db278b 63%,#4f5ef2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fae093 1%,#f06254 30%,#db278b 63%,#4f5ef2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae093', endColorstr='#4f5ef2',GradientType=1 ); /* IE6-9 */

}

/** Kafelki main **/

.howto {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:300;
	letter-spacing:1px;
	color:#6c8dff;
}

.remember {
	font-size:15px;
	color:#01499b;
	font-weight:600;
	margin-right:15px;
}	

.thex {
	width:50px;
}

.maininfo {
	font-size:20px;
	line-height:1.3;
}

.mainhead {
	color:#6d6e70;
	font-weight:300 !important;
	font-size:25px;
	margin-bottom:30px;
}

.mainicons {
	color:#6d6e70 !important;
}

.modal-content {
  border-radius:0;
  border:0;
  border-top:5px solid #01499b;
  border-bottom:5px solid #01499b;
  margin:0 auto;
}

.rest, .lline, .lline2, .ofrest {
	position:absolute;
	left:40px;
	margin:0;
	text-transform:uppercase;
	letter-spacing:0.12em;
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	bottom:20px;
	line-height:20px;
	z-index:19;
}

.rest span, .ofrest span{
	font-size:15px;
}


.lline, .lline2 {
	border-top:3px solid #01499b;
	display:table;
	width:48px;
	height:60px;
	left:15px;
}

.lline2 {
	height:30px;
}


/** oferta **/

.oflink  {
	color:#464648 !important;
}

.oferta-sidenav h4{
	padding: 15px 15px;
	margin: 0;
	background-color: #eaebed;
	color: #818183;
	font-size: 18px;
	margin-bottom: 4px;
	text-transform: none !important;
	font-family: 'Montserrat', sans-serif;
}

.oferta-sidenav h4:hover, .oferta-sidenav a:hover{
	background-color: #7dd0d1;
	text-decoration:none !important;
}

.oferta-sidenav h4:hover, .oferta-sidenav a:hover{
	background-color: #7dd0d1;
	text-decoration:none !important;
}

.acnav {
	background-color: #7dd0d1 !important;
}

.oferta-sidenav h4 img{
	
	width:36px;
	height:36px;
    opacity: 0.65;
    filter: alpha(opacity=65); /* For IE8 and earlier */	
}


/** Parallax **/

.parallax-window {
    min-height: 450px;
    background: transparent;
}

.parallax-window2 , .parallax-window3 {
    min-height: 400px;
    background: transparent;
}

/** Naglowki **/

h1, h2, h3, h4 , h5
{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.04em;
	font-weight:600;
}

h1 span, h2 span, h3 span, h4 span, h5 span
{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	margin:0px;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:27px;
}

h3 {
	font-size:24px;
}

h5 {
	font-size:18px;
}

h5 {
	font-size:13px;
}

.h3orange {
	font-size:30px;
	letter-spacing:5px;
	font-weight:600;
}

.h2title {
	font-size:27px;
	margin-top:20px;
	margin-bottom:40px;
}

.h2in {
	font-size:19px;
	margin-top:30px;
	margin-bottom:30px;
	font-family: 'Montserrat', sans-serif;
}

.mainicons h3 {
	color:#6d6e70;
	margin-top:20px;
	font-weight:600;
	font-size:20px;
}

/** Search **/

.stylish-input-group .input-group-addon{
    background: #003aff !important; 
	border-color:#003aff;
	border-radius:0;
}

.stylish-input-group .input-group-addon:hover{
    background: #fff !important; 
	border-color:#fff;
}

.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#003aff;
	background:none;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}

.stylish-input-group .form-control:hover, .stylish-input-group .form-control:focus{
	background-color:#0021b6;
}

.stylish-input-group button{
    border:0;
    background:transparent;
	border-radius:0 !important;
	background:none;
	color:#01499b;
}

.stylish-input-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #003aff;
  font-size:11px;
  letter-spacing:1px;
}

.stylish-input-group ::-moz-placeholder { /* Firefox 19+ */
  color: #003aff;
  font-size:11px;
  letter-spacing:1px;
}

.stylish-input-group :-ms-input-placeholder { /* IE 10+ */
  color: #6c8dff;
  font-size:11px;
  letter-spacing:1px;
}
.stylish-input-group :-moz-placeholder { /* Firefox 18- */
  color: #6c8dff;
  font-size:10px;
  letter-spacing:1px;
}

/** marginesy **/

.mt10 {
	margin-top:10px;
}

.mt15 {
	margin-top:15px;
}

.mt20 {
	margin-top:20px;
}

.mb20 {
	margin-bottom:20px;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb15 {
	margin-bottom:15px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mt40 {
	margin-top:40px;
}

.mb40 {
	margin-bottom:40px;
}

.radius0 {
	border-radius:0;
}

.ml10 {
	margin-left:10px;
	margin-right:10px;
}

.ml20 {
	margin-left:20px;
	margin-right:20px;
}

.ml30 {
	margin-left:30px;
	margin-right:30px;
}

/** ofirmie **/

.countblack {
	background-color:#01499b;
	text-align:center;
	color:#fff;
}

.countblack h2 span {
	color:#fff;
}

.countblack h2 {
	font-size:25px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	margin-top:5px;
	margin-bottom:10px;
}

.linker
{
  font-size : 20px;
  font-color: black;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #01499b;
}
.carousel-indicators .active {
  background-color: #01499b;
}

#galeria {
	height:180px;
}

/** promocje **/

.news, .news2{	
	margin-bottom:10px;
}

.newspho {
	margin:0 !important;
	padding: 0 !important;
}

.newspho img {
	border-top:3px solid #cfd1d3;
    max-width: 500px;
    width: 100%;
}

.newshea p, .newshea4 p {
	color:#999;
	font-size:11px;
	margin:5px 10px 10px 10px;
	padding-bottom:7px;
}

.newshea2 h2, .newshea3 h2 {
	margin:13px 10px 7px 10px;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;	
}

.newshea3 h2 {
	font-size:11px;
	letter-spacing:0.05em;
}

.newsram , .newsram2{
	min-height:235px;
	background-color:#fff;
	border-bottom:3px solid #cfd1d3;
}

.newsram2{
	min-height:160px;
	background-color:#f7f7f7;
	border-bottom:0px;
}

.newsram h2, .newsram2 h2 {
	color:#464648;
	border:0;
}

.newsram:hover {
	background-color:#f7f7f7;
	color:#fff;
}

.newsram2:hover {
	background-color:#01499b;
	color:#fff;
}

.promoh3 {
	color:#b4b4b4;
	text-transform:none;
}

/** bounce **/
 
.arrow {
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
} 
 
.bounce {
 position: absolute;
 bottom: 160px;
 left: 50% ;
 width: 60px;
 height: 60px ;
 margin-left:-30px;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}

/** utility classes **/

hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1);}

.error {
	color:#ED3928 !important;
	font-weight:300 !important;
	margin:5px 0px;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
}

.pagination > .active > a {
	background-color: #01499b;
	border-color: #01499b;
}

.pagination > li > a{
	color:#464648;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color:#464648;
}

/* Fontcolor */

.bluefont {
	color:#01499b;
}

/* form */

input, .sub, textarea{
	border-radius:0 !important;
}

/* footer */


footer
{
	background-color:#343538;
	margin-bottom:0;
	color:#767470;
}

footer > .container
{
	padding-top:20px;
	padding-bottom:10px;
}

footer  h4 {
	font-family: 'Montserrat', sans-serif;
	color:#a8a8a8;
	margin-bottom:14px;
	font-size:14px;
	font-weight:600;
}

footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

footer ul a {
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	color:#767470;
}

footer ul a:hover {
	text-decoration:none;
	color:#fff;
}

.fmenu
{
	border-top:1px solid #474543;
	border-bottom:1px solid #474543;
	margin-bottom:20px;
	margin-top:15px;
}

.ft {
	min-height:270px;
	padding-top:20px;
	font-size:12px;
	line-height:17px;	
}

.ft:hover {
	background-color:rgba(255,255,255,0.05);
	text-decoration:none;
}

.planar a{
	color:#fff;
}

.imlog {
	background:url('../gfx/logo-footer.png') no-repeat;
	background-position:center center;
	display:block;
}


footer p {
	margin:15px 0px 18px 0px;
	font-size:12px;
}

/* Large desktops and laptops */
@media (min-width: 1600px) {
	.parallax-window, .parallax-window2, .parallax-window3 {
		min-height: 500px;
		background: transparent;
	}	
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.aktualnosci, .nowosci {
		margin-left: auto;
		margin-right: auto;	
		left:0;
		right:0;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) {

	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background:#01499b;
		color:#fff;
		margin-bottom:3px;
	}

	.navbar-default .navbar-nav > li > a:hover > span {
		border: 2px solid #fff;
		color:#fff;
	}
	
	.navbar-nav li span {
		border: 2px solid #01499b;
		color: #01499b;
		font-size:14px;
		padding:5px;
		font-family: 'Montserrat', sans-serif;
	}

	.parallax-window , .parallax-window2 {
		margin-top:0px;
	}

	.navbar-default{
		font-family: 'Montserrat', sans-serif;
		background:#fff;
		height: 110px;
		border:0;
		margin-top:4px;
		transition: all 0.3s ease;
		border-bottom:1px solid #e6e7e8;
		font-weight:600 !important;
	}

	.navbar-brand {
		margin:0;
		padding-top:0;
		padding-bottom:0;
	}

	.navbar-default .navbar-nav > li > a{
		font-size:14px !important;
		color:#01499b;	
	}

	.navbar-solid {
		height:60px;
		transition: all 0.3s ease;
	}

	.navbar-brand img {
		height:59px;
		margin:0;
		margin-top:25px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.navbar-solid .navbar-brand {
		margin-top:0px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}

	.navbar-solid .navbar-brand img {
		height:35px;
		margin-top:12px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.navbar-nav li {
		overflow:hidden;
	}
	.navbar-nav li:hover {
		background:rgba(0,0,0,0.05);
	}

	.navbar-nav li a{
		display:block;
		height:100%;
		padding:45px 13px 49px 13px;
		text-transform:uppercase;
		line-height:1.0;
		font-size:16px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}
	.navbar-solid .navbar-nav li a{
		padding:20px 13px 24px 13px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}
	
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	.navbar-brand img {
		height:50px;
		margin-top:28px;
	}
	.aktualnosci, .nowosci {
		margin-left: auto;
		margin-right: auto;	
		left:0;
		right:0;
	}
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		margin-bottom:2px;
	}
	.parallax-window, .parallax-window2  {
		margin-top:0px;
	}

	.navbar-default{
		background:#fff;
		height: 60px;
		border:0;
		margin-top:4px;
		transition: all 0.3s ease;
		border-bottom:1px solid #e6e7e8;
	}

	.navbar-brand img {
		height:35px;
		margin-top:12px !important;
	}
	.navbar-nav li a{
		display:block;
		height:100%;
		padding:23px 10px 24px 10px;
		text-transform:uppercase;
		line-height:1.0;
		font-size:12px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}
	.navbar-solid .navbar-nav li a{
		padding:23px 10px 24px 10px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}	
	
	.parallax-window {
		min-height: 300px;
		background: transparent;
	}
	
	.boxhi {
		height:200px;
	}
	
	.arabox img, .boxhi img{
		max-height:200px;
	}
	
	.promocje {
		position:absolute;
		right:30px;
		float:right;
	}
 	.aktualnosci, .nowosci  {
		height:140px;
		right:25px;
		bottom:5px;
	}		
	.mintbasket {
		background: url('../gfx/koszyk.png') no-repeat #7dd0d1;
		background-position:center 30%;
		background-size: 80px 80px;
	}	
	
	.countblack h2 {
	font-size:30px !important;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.countblack h2 {
	font-size:30px !important;
}

.parallax-window, .parallax-window2  {
	margin-top:0px;
}

.navbar-default{
	background:#fff;
    height: 60px;
	border:0;
	margin-top:4px;
	transition: all 0.3s ease;
	border-bottom:1px solid #e6e7e8;
}

.navbar-brand {
	margin:0;
	padding:0 15px 0 15px;
}

.navbar-brand img {
    height:35px;
	margin-top:12px !important;
}

.navbar-nav ul {
}

.navbar-nav li {
	overflow:hidden;
	background:#fff;
}
.navbar-nav li:hover {
	background:#01499b;
}

.navbar-nav li a{
	display:block;
	height:100%;
	color:#fff;
}

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

.parallax-window {
    min-height: 400px;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top:0;
}

	.promocje {
		position:absolute;
		right:30px;
		float:right;
	}	
	
	.oferta-sidenav h4{
		padding: 15px 15px;
		margin: 0;
		font-size: 14px;
		margin-bottom: 4px;
	}
	
}

@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }
 
  .col-ms-1 {
    width: 8.33333%; }
 
  .col-ms-2 {
    width: 16.66667%; }
 
  .col-ms-3 {
    width: 25%; }
 
  .col-ms-4 {
    width: 33.33333%; }
 
  .col-ms-5 {
    width: 41.66667%; }
 
  .col-ms-6 {
    width: 50%; }
 
  .col-ms-7 {
    width: 58.33333%; }
 
  .col-ms-8 {
    width: 66.66667%; }
 
  .col-ms-9 {
    width: 75%; }
 
  .col-ms-10 {
    width: 83.33333%; }
 
  .col-ms-11 {
    width: 91.66667%; }
 
  .col-ms-12 {
    width: 100%; }
 
  .col-ms-push-1 {
    left: 8.33333%; }
 
  .col-ms-push-2 {
    left: 16.66667%; }
 
  .col-ms-push-3 {
    left: 25%; }
 
  .col-ms-push-4 {
    left: 33.33333%; }
 
  .col-ms-push-5 {
    left: 41.66667%; }
 
  .col-ms-push-6 {
    left: 50%; }
 
  .col-ms-push-7 {
    left: 58.33333%; }
 
  .col-ms-push-8 {
    left: 66.66667%; }
 
  .col-ms-push-9 {
    left: 75%; }
 
  .col-ms-push-10 {
    left: 83.33333%; }
 
  .col-ms-push-11 {
    left: 91.66667%; }
 
  .col-ms-pull-1 {
    right: 8.33333%; }
 
  .col-ms-pull-2 {
    right: 16.66667%; }
 
  .col-ms-pull-3 {
    right: 25%; }
 
  .col-ms-pull-4 {
    right: 33.33333%; }
 
  .col-ms-pull-5 {
    right: 41.66667%; }
 
  .col-ms-pull-6 {
    right: 50%; }
 
  .col-ms-pull-7 {
    right: 58.33333%; }
 
  .col-ms-pull-8 {
    right: 66.66667%; }
 
  .col-ms-pull-9 {
    right: 75%; }
 
  .col-ms-pull-10 {
    right: 83.33333%; }
 
  .col-ms-pull-11 {
    right: 91.66667%; }
 
  .col-ms-offset-1 {
    margin-left: 8.33333%; }
 
  .col-ms-offset-2 {
    margin-left: 16.66667%; }
 
  .col-ms-offset-3 {
    margin-left: 25%; }
 
  .col-ms-offset-4 {
    margin-left: 33.33333%; }
 
  .col-ms-offset-5 {
    margin-left: 41.66667%; }
 
  .col-ms-offset-6 {
    margin-left: 50%; }
 
  .col-ms-offset-7 {
    margin-left: 58.33333%; }
 
  .col-ms-offset-8 {
    margin-left: 66.66667%; }
 
  .col-ms-offset-9 {
    margin-left: 75%; }
 
  .col-ms-offset-10 {
    margin-left: 83.33333%; }
 
  .col-ms-offset-11 {
    margin-left: 91.66667%; }

  .container {
    max-width: 748px; }
	
  .hidden-ms {
    display: none !important;
  }	
	
	.parallax-window {
		min-height: 250px;
		background: transparent;
	}

	.arabox, .boxhi {
		height:200px;
	}
	
	.arabox img, .boxhi img{
		max-height:200px;
	}	
	
	.mintbasket {
		background: url('../gfx/koszyk.png') no-repeat #7dd0d1;
		background-position:center 30%;
		background-size: 80px 80px;
	}

	.s360 {
		background: url('../gfx/360.png') no-repeat #eaebed;
		background-position:center 30%;
		background-size: 80px 80px;
	}	
 	.nowosci  {
		height:170px;
		right:25px;
		bottom:5px;
	}	
 	.aktualnosci {
		height:130px !important;
		right:25px;
		bottom:65px;
	}	
	 .kontakt {
		height:130px !important;
		right:30px;
		bottom:55px;
	}	
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.promocbut {
		top:90px;
	}

	.parallax-window, .parallax-window2, .parallax-window3 {
		min-height: 250px;
		background: transparent;
	}

	.arabox, .boxhi {
		height:200px;
	}
	
	.arabox img, .boxhi img{
		max-height:200px;
	}
	
	.psy , .koty , .gryzonie , .ptaki , .gady ,.akwarystyka , .oczkawodne { 
		height:220px;
	}	
	
	.rest, .ofrest {
		letter-spacing:0.06em;
		line-height:17px;
		font-size:15px;
	}
	
	.ofrest {
		letter-spacing:0.06em;
		line-height:15px;
		font-size:11px;
	}	
	
	.rest span, .ofrest span{
		font-size:11px;
	}
	
	.lline, .lline2 {
		border-top:2px solid #464648;
		border-width:2px;
		display:table;
		width:30px;
		height:45px;
	}

	.lline2 {
		height:25px;
	}	

	.aktualne  {
		top:24px;
		left:40px;
		font-size:16px;
	}
	
	.kontakt {
		height:140px;
		right:25px;
		bottom:45px;
	}	
		
	.navbar-brand img {
		margin-top:5px;		
	}
	
	.mintbasket {
		background: url('../gfx/koszyk.png') no-repeat #7dd0d1;
		background-position:center 30%;
		background-size: 80px 80px;
	}

	.s360 {
		background: url('../gfx/360.png') no-repeat #eaebed;
		background-position:center 30%;
		background-size: 80px 80px;
	}

	.aktualnosci {
		height:150px;
		bottom:0px;
		right:25px;
	}	
	
	.nowosci {
		height:180px;
		top:10px;
		right:25px;	
	}	
		
}