@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900,500&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Francois+One&subset=latin,latin-ext);

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px/22px 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Francois One', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3498db;
    font-family: 'Francois One', sans-serif;
}
a {
	color: #3498db;
}

.grad {
	width: 100%;
	height: 3px;
	background: #56cce1;
	background: -moz-linear-gradient(left,  #56cce1 0%, #1b90da 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#56cce1), color-stop(100%,#1b90da));
	background: -webkit-linear-gradient(left,  #56cce1 0%,#1b90da 100%);
	background: -o-linear-gradient(left,  #56cce1 0%,#1b90da 100%);
	background: -ms-linear-gradient(left,  #56cce1 0%,#1b90da 100%);
	background: linear-gradient(to right,  #56cce1 0%,#1b90da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56cce1', endColorstr='#1b90da',GradientType=1 );
	z-index: 1040;
	position: fixed;
	top: 0;
}

#nav::after, nav::after {
	content: " ";
    display: table;
	
}

nav {
    top: 0;
	width: 100%;
	clear: both;
	z-index: 1;
    position: fixed;
	padding: 15px 5px 0 5px;;
}

.navbar-default {
	background-color: #fbfbfb ;
	border-bottom: 1px solid #e8e8e8;
}

.brand {
    display: table;
    margin: 0;
    padding: 0;
}

.brand li {
	font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}

.brand .nazwa {
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: 900;
	line-height: 28px;
	font-family: 'Francois One', sans-serif;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
	font-size: 16px;
	font-family: 'Francois One', sans-serif;	
}

#momenu {
	padding: 15px 5px;
}

#momenu .dropdown-menu > li > a {
	color: #333;
	font-size: 16px;
	font-family: 'Francois One', sans-serif;	
}


@media only screen and (max-width: 767px) {
	nav {
		padding: 10px 5px;
	}
}

@media only screen and (max-width: 480px) {
	.menu-right li:nth-child(3) {
		padding: 15px 10px 15px 0;
	}
	
	
	.menu-right li:last-child {
		padding: 15px 0 15px 10px;
	}
}

.nav-side-menu {
  height: 100%;
  color: #fff;
}

.nav-side-menu .brand {
  line-height: 30px;
  display: block;
  font-size:24px;
  color: #1b90da;
  border-bottom: 1px solid #eee;
  margin: 22px 0 10px;
  font-family: 'Francois One', sans-serif;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu li:nth-child(6n+1) {
	background: #56cce1;
}

.nav-side-menu li:nth-child(6n+2) {
	background: #2cbfd9;
}

.nav-side-menu li:nth-child(6n+3) {
	background: #2ca6d9;
}

.nav-side-menu li:nth-child(6n+4) {
	background: #1b90da;
}

.nav-side-menu li:nth-child(6n+5) {
	background: #16A085;
}

.nav-side-menu li:nth-child(6n+6) {
	background: #1BBC9B;
}

.nav-side-menu li:nth-child(6n+7) {
	background: #03C9A9;
}

.nav-side-menu li:nth-child(6n+8) {
	background: #36D7B7;
}

.nav-side-menu ul .sub-menu li a {
  display: block;
}

.nav-side-menu li a {
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Francois One', sans-serif;
  padding:10px;
}

.nav-side-menu li a i {
  width: 20px;
  padding: 0 20px 0 10px;
}


.nav-side-menu li a:hover {
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-side-menu li ul li a {
  background-color: #4f5b69;
  border-bottom: 1px solid #727272;
}

.nav-side-menu li ul li ul li a {
	
  background-color: #546e7a;
  border-bottom: 1px solid #78909c;
}

.nav-side-menu li ul li ul li a i {
  width: 20px;
  padding: 0 20px 0 30px;
}

.nav-side-menu li ul li a:hover {
  background: #56cce1;
   -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; 
}


@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

#content {
	background: #fafcfe; 
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 125px 0 25px 0;
}


.strona {
	padding: 0 0 25px 0;
	font-size: 16px;
	font-weight: 300;
  	line-height: 1.72222;
}

.strona p {
	margin-bottom: 20px;
}

.art {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #f7f7f2;
}

.art:hover {
	background: #fafcfe;
   -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; 
}

footer {
	color: #002147;
	padding: 25px 0;
	
	background: #56cce1;
	background: -moz-linear-gradient(left,  #56cce1 0%, #1b90da 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#56cce1), color-stop(100%,#1b90da));
	background: -webkit-linear-gradient(left,  #56cce1 0%,#1b90da 100%);
	background: -o-linear-gradient(left,  #56cce1 0%,#1b90da 100%);
	background: -ms-linear-gradient(left,  #56cce1 0%,#1b90da 100%);
	background: linear-gradient(to right,  #56cce1 0%,#1b90da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56cce1', endColorstr='#1b90da',GradientType=1 );
}

.logo_bg {
	background: url(../../pliki/szpitalswinoujscie/design/logo_bg.png) no-repeat;
}

footer a {
	color: #FFF;
}

footer .divider {
	height: 1px;
	margin: 20px 0;	
	background-color: #49a6e1;
}

.copyright {
	border-top: 1px solid #49a6e1;
	margin: 20px 0 0 0;
	padding-top: 25px;
}

.copyright-primary, .copyright-secondary {
	font-size:12px;
	color: #f7f7f2;
}

.copyright-secondary {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.copyright-primary, .copyright-secondary {
		text-align: center;
	}
}

/*------ Flex ------*/

#enar_owl_slider .owl-buttons, .top_search, .top_add_card, .png_slider .owl-buttons, .porto_nav, .shop_slider .owl-controls, .thumbs_gall_slider_larg .owl-controls, .progress_bar .value:after, .porto_galla .owl-buttons, .flex_style1 #flex_carousel .flex_next, .flex_style1 #flex_carousel .flex_previous, .porto_block .porto_galla .owl-prev, .porto_block .porto_galla .owl-next, .sitemap li:not(.has_child_sitmap)::after, .mega_toltip, .nav_trigger, #navy .tab_menu_item.active > a:after {
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex_slider_container.flex_style1 {
    margin-bottom: 20px;
}
.flex_slider_container {
    position: relative;
}
.flex_style1 #flex_thumbs .flex_next i, .flex_style1 #flex_thumbs .flex_previous i {
    font-size: 22px;
    position: absolute;
	display: block;
}
.flex_style1 #flex_thumbs .flex_next, .flex_style1 #flex_thumbs .flex_previous{
	background: #000;
    color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 1;
}
.flex_style1 #flex_thumbs .flex_next{	
    right: 0px;
}
.flex_style1 #flex_thumbs .flex_previous{
	left: 0px;
}
.flex_style1 #flex_thumbs .flex-viewport{
	background: #fff;
}
.flex_style1 #flex_thumbs img{
	max-height: 120px;
	width: auto;
}
.flex_style1 #flex_thumbs {
	background: none;
    bottom: 0;
	padding: 0 40px;
    position: absolute;
    transform: translateX(50%) translateY(50%);
	-webkit-transform: translateX(50%) translateY(50%);
	-moz-transform: translateX(50%) translateY(50%);
	-o-transform: translateX(50%) translateY(50%);
    width: 50%;
    z-index: 10;
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: top;
}
.flexslider .slides > li {
    display: none;
	position: relative;
}
.flex_style1 #flex_thumbs li:after {
	background: rgba(29, 205, 202, 0);
	content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flex_slider_container.flex_style1:after {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flex_style1 #flex_thumbs li.flex-active-slide:after, .flex_style1 #flex_thumbs li:hover:after {
    background: rgba(29, 205, 202, 0.5);
}
.flex_style1 #flex_carousel .flex-viewport {
    position: relative;
}
.flex_style1 #flex_carousel .flex_next{
	right: 30px;
}
.flex_style1 #flex_carousel .flex_previous {
	left: 30px;
}
.flex_style1 #flex_carousel .flex_next, .flex_style1 #flex_carousel .flex_previous {
    border: 4px solid rgba(0, 0, 0, 0.2);
    height: 55px;
    width: 55px;
	z-index: 10;
	position: absolute;
}
.flex_style1 #flex_carousel .flex_next > span, .flex_style1 #flex_carousel .flex_previous > span {
    background: #fff;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.flex_style1 #flex_carousel .flex_next > span:after, .flex_style1 #flex_carousel .flex_previous > span:after {
    background: #3498db;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
    width: 100%;
}
.flex_style1 #flex_carousel .flex_next:hover > span:after, 
.flex_style1 #flex_carousel .flex_previous:hover > span:after {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
.flex_style1 #flex_carousel .flex_next:hover span span:before, 
.flex_style1 #flex_carousel .flex_next:hover span span:after, 
.flex_style1 #flex_carousel .flex_next:hover span span, 
.flex_style1 #flex_carousel .flex_previous:hover span span:before, 
.flex_style1 #flex_carousel .flex_previous:hover span span:after, 
.flex_style1 #flex_carousel .flex_previous:hover span span{
	background: #fff;
}
.flex_style1 #flex_carousel .flex_next span span:before, .flex_style1 #flex_carousel .flex_previous span span:before {
    background: #3498db;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 5px;
	top: 5px;
}
.flex_style1 #flex_carousel .flex_next span span:before{
	left: -5px;
}
.flex_style1 #flex_carousel .flex_previous span span:before{
	right: -5px;
}
.flex_style1 #flex_carousel .flex_next span span:after, .flex_style1 #flex_carousel .flex_previous span span:after {
    background: #3498db;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 5px;
	top: -5px;
}
.flex_style1 #flex_carousel .flex_next span span:after{
	left: -5px;
}
.flex_style1 #flex_carousel .flex_previous span span:after{
	right: -5px;
}
.flex_style1 #flex_carousel .flex_next span span, .flex_style1 #flex_carousel .flex_previous span span {
    background: #3498db;
    display: block;
    height: 5px;
    position: absolute;
    width: 5px;
    z-index: 1;
	top: 50%;
	left: 50%;
}
.flex_style1 #flex_carousel .flex_next > span span{
	transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
}
.flex_style1 #flex_carousel .flex_previous > span span{
	transform: translateX(-100%) translateY(-50%);
	-moz-transform: translateX(-100%) translateY(-50%);
	-webkit-transform: translateX(-100%) translateY(-50%);
	-o-transform: translateX(-100%) translateY(-50%);
}
.flex_style1 #flex_thumbs .flex-viewport > .slides > li{
	cursor: pointer;
}
.flex_in_flex.flexslider .flex-viewport {
    margin-bottom: 50px;
}
.flex_in_flex.flexslider {
    background: rgba(0, 0, 0, 0.4);
    left: 50%;
    overflow: visible;
    padding: 30px 30px 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    z-index: 2;
    transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}
.flex_in1 {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 300;
	margin-bottom: 15px;
}
.flex_in2 {
    color: #fff;
    display: block;
	font-size: 60px;
	line-height: 60px;
}
.flex_in3 {
    color: #fff;
    display: block;
	font-size: 40px;
	margin-bottom: 40px;
}
.flex_in_color1{
	color: #1CCDCA;
	font-weight: 400;
}
.flex_in_color2{
	
}
.container #flex_carousel.flexslider {
    margin-top: 10px;
    border: 1px solid #E5E5E5;
    padding: 8px;
}
#flex_carousel.flexslider.has_control_nav {
    overflow: visible;
}
.flex_in_flex .flex-control-nav {
    bottom: -50px;
    left: 0;
    margin: 0;
}
#flex_carousel.flexslider.has_control_nav > .flex-control-nav {
    bottom: 0;
    left: 50%;
    margin: 0;
    padding: 20px;
    transform: translateX(-50%) translateY(100%);
	-moz-transform: translateX(-50%) translateY(100%);
	-webkit-transform: translateX(-50%) translateY(100%);
    width: auto;
}
@media only screen and (max-width: 1024px) {
	.flex_in_flex.flexslider{
		
	}
	.flex_in1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.flex_in2 {
		font-size: 45px;
		line-height: 45px;
	}
	.flex_in3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.flex_in_flex .flex-control-nav {
		top: -23px;
	}
	.bordered_btn_white {
		font-size: 14px;
		padding: 12px 15px;
	}
	
	#nazwa {
		margin-top:45px;
	}
}
@media only screen and (max-width: 768px) {
	
	#nazwa {
		margin-left: 0;
	}
	
	#nazwa img {
		padding-right: 5px;
	}
	
	.flex_in_flex.flexslider{
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		height: 100%;
		width: 100%;
	}
	.flex_in1 {
		font-size: 19px;
    	margin-bottom: 7px;
	}
	.flex_in2 {
		font-size: 35px;
    	line-height: 45px;
	}
	.flex_in3 {
		font-size: 25px;
    	margin-bottom: 15px;
	}
	.flex_in_flex .flex-control-nav {
		top: 10px;
	}
	.bordered_btn_white {
		font-size: 14px;
		padding: 12px 15px;
	}
	.flex_style1 #flex_thumbs {
		padding: 0 40px;
		-moz-transform: translateX(0%) translateY(100%);
		-webkit-transform: translateX(0%) translateY(100%);
		-ms-transform: translateX(0%) translateY(100%);
		-o-transform: translateX(0%) translateY(100%);
		transform: translateX(0%) translateY(100%);
		width: 100%;
		margin-bottom: -9px;
	}
	.flex_style1 #flex_thumbs .flex_next, .flex_style1 #flex_thumbs .flex_previous {
		width: 31px;
	}
	.flex_style1 #flex_thumbs .flex_previous {
		left: 9px;
	}
	.flex_style1 #flex_thumbs .flex_next {
		right: 9px;
	}
}
@media only screen and (max-width: 480px) {
	
	#nazwa {
		margin-left: 0;
	}
	
	#nazwa img {
		padding-right: 5px;
	}
	
	.flex_in_flex.flexslider {
		padding: 23px 15px;
	}
	.flex_in_flex .flex-control-nav {
		top: 5px;
	}
	.flex_in1 {
		font-size: 15px;
		margin-bottom: 2px;
	}
	.flex_in2 {
		font-size: 22px;
		line-height: 29px;
	}
	.flex_in3 {
		font-size: 17px;
		margin-bottom: 9px;
	}
	.bordered_btn_white {
		border-width: 1px;
		font-size: 12px;
		padding: 6px 9px;
	}
	.flex_style1 #flex_carousel .flex_next, .flex_style1 #flex_carousel .flex_previous {
		height: 40px;
		width: 40px;
	}
	.flex_style1 #flex_carousel .flex_next {
		right: 8px;
	}
	.flex_style1 #flex_carousel .flex_previous {
		left: 8px;
	}
	.flex_style1 #flex_carousel .flex_next span span::before, .flex_style1 #flex_carousel .flex_previous span span::before {
		height: 4px;
		top: 4px;
		width: 4px;
	}
	.flex_style1 #flex_carousel .flex_next span span::before {
		left: -4px;
	}
	.flex_style1 #flex_carousel .flex_next span span::after {
		left: -4px;
	}
	.flex_style1 #flex_carousel .flex_next span span::after, .flex_style1 #flex_carousel .flex_previous span span::after {
		height: 4px;
		top: -4px;
		width: 4px;
	}
	.flex_style1 #flex_carousel .flex_next span span, .flex_style1 #flex_carousel .flex_previous span span {
		height: 4px;
		width: 4px;
	}
	.flex-control-paging li a {
		height: 9px;
		width: 9px;
	}
	.flex-control-nav li {
		margin: 0 3px;
	}

}
@media only screen and (max-width: 320px) {
	.flex_in_flex.flexslider {
		padding: 20px 0px;
	}
	.flex_in1 {
		font-size: 13px;
		margin-bottom: 0px;
	}
	.flex_in2 {
		font-size: 18px;
		line-height: 25px;
	}
	.flex_in3 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.bordered_btn_white {
		border: none;
		font-size: 10px;
		padding: 4px 6px;
	}
	.flex-control-paging li a {
		height: 7px;
		width: 7px;
	}
	.flex_in_flex .flex-control-nav {
		top: 0px;
	}
}

.jquery-lightbox-border-bottom-middle {
	bottom: -34px!important;

}

.jquery-lightbox-border-bottom-left{
	bottom: -34px!important;
}

.jquery-lightbox-border-bottom-right{
	bottom: -34px!important;
}

/* ciasteczka */

#infocookie {position: fixed; left:0; right:0; bottom:0; height:50px; background-color:#eee; z-index:1000; overflow:auto; text-align:center; line-height:20px;}
