	/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(//fonts.googleapis.com/css?family=Dosis:400,700);

body{
	background-color: #878787;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #878787;
}
p {
	margin-bottom: 22px;
}
img {
	max-width: 100%;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;  
}
h2{
	margin-bottom: 23px;
}
h2, h4{
	color: #00bbd7;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
}
h3{
	margin-bottom: 26px;
	color: #0797ae;
	font-size: 18px;
	font-weight: bold;
}
h5{
	font-size: 14px;
	line-height: 21px;
	color: #0797ae;
	text-transform: uppercase;
	margin-bottom: 9px;
}
h6{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding-top: 48px;
	margin-bottom: 24px;
}
h2:before, h4:before, .p8:before{
	content: '';
	position: absolute;
	height: 7px;
	width: 100%;
	display: block;
	background: url('../images/line.png') repeat-x;
}
h2:before, h4:before{
	top: 9px;
}
h2>span, h4>span{
	padding: 0 10px;
	background: #fff;
	display: inline-block;
	position: relative;
}
h2, h3{
	line-height: 24px;
	text-transform: uppercase;
}
.p8:before{
	top: 11px;
}

/*--------------Links--------------*/
a {
	text-decoration: none;
	color: inherit;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #07606c;
}
.a1{
	color: #fff;
	font: 14px/24px Arial, Helvetica, sans-serif;
	background: #00BBD7;
	display: inline-block;
	padding: 2px 41px 3px 19px;
	position: relative;
}
.a1:after{
	content: "+";
	background: #00A4BE;
	width: 26px;
	position: absolute;
	text-align: center;
	padding: 3px 0 2px 1px;
	top: 0;
	right: 0;
}
.a1:hover:after{
	background: #878787;
	color: #fff;
}
.a2{
	color: #00bbd7;
	display: inline-block;
}
.a2>span{
	width: 10px;
	height: 7px;
	display: inline-block;
	background: url('../images/direction.png') no-repeat;
	margin: 6px 0 0 4px;
}
.a3, .a4{
	position: relative;
	text-align: center;
	display: inline-block;
	height: 22px;
	width: 22px;
	border-radius: 500px;
	background: #0797ae;
	float: right;
}
.a3{
	margin: 12px 19px 0 14px;
}
.a4{
	margin-top: 12px;
	color: #fff;
}
.a4:after{
	content: "+";
	width: 7px;
	height: 7px;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 2px 7px 0px 0;
	top: 0;
	right: 0;
}
.a4:hover:after{
	opacity: 0.2;
}
.a5{
	text-decoration: underline;
}
.a6{
	padding: 2px 40px 3px 18px !important;
}
.a7{
	display: inline-block;
	background: url(../images/search.png) no-repeat;
	width: 18px;
	height: 14px;
	position: absolute;
	right: 9px;
	top: 17px;
}
.a7:hover{
	opacity: 0.5;
}

/*--------------text--------------*/
.p1, .p2{
	color: #07606c;
	font: 12px/21px Arial, Helvetica, sans-serif;
}
.p2{
	color: #0797ae;
	text-transform: uppercase;
	display: inline-block;
}
.p3{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-style: italic;
	color: #b1b1b1;
	margin-bottom: 18px;
}
.p4, .p5{
	font: 12px/19px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-left: 30px;
}
.p5{
	color: #fff;
}
.p6{
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	display: inline-block;
	padding: 6px 0 3px 11px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.p7{
	font-size: 36px;
	display: block;
	text-align: center;
	color: #0797ae;
	font-style: normal;
	font-weight: bold;
	height: 10px;
	font-family: 'Dosis', sans-serif;
}
.p9{
	display: inline-block;
	font-weight: bold;
	position: absolute;
	right: 80px;
	top: 26px;
}

/*--------------Header--------------*/
#header{
	background: #fff;
	position: relative;
	padding-bottom: 20px;
}
#header .top{
	position: relative;
	box-shadow: 0 5px 9px 1px rgba(0,0,0,0.22);
	background: url('../images/bg_menu.png') repeat-x;
	z-index: 1;
}
#header h1{
	z-index: 999;
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 -22px -6px;
	display: inline-block;
}
#header h1 img{
	display: block;
}

/*--------------Content--------------*/
#content{
	background: url('../images/bg.png')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	padding: 54px 0 30px;
}
.maxheight{
	margin-bottom: 18px;
}
figcaption{
	padding-top: 2px;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif;
}
figcaption>span{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.extra_wrapper {
	overflow: hidden;
}
.item{
	float: left;
}
.item+.item{
	margin-left: 20px;
}
.block1{
	background: #00bbd7;
	overflow: hidden;
	margin-bottom: 37px;
}
.block1>figure{
	position: relative;
}
.block1>figure>.image_hover{
	display: none;
	position: absolute;
	top: 0;
	font: 13px/24px Arial, Helvetica, sans-serif;
	left: 0;
	width: 100%;
	background: url('../images/page1_img_hover.png');
	padding: 23px 0 23px 25px;
	color: #fff;
}
.block1>figure>.image_hover>a:hover{
	color: #b1b1b1;
}
.block1>figure:hover>.image_hover{
	display: block;
}
article{
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.block2{
	padding: 1px 0 1px 1px;
	background: #00bbd7;
	overflow: hidden;
}
figure.page2{
	float: left;
	margin: 0 20px 15px 0;
	padding-top: 3px;
}
.block3>figure{
	display: inline-block;
	float: left;
	margin: 5px 20px 0 0;
}
.block3{
	overflow: hidden;
}
.block3+.block3{
	margin-top: 22px;
}
.block4+.block4{
	margin-top: 50px;
}
.list{
	margin-bottom: 41px;
}
.list li{
	line-height: 28px;
	padding-left: 23px;
	background: url('../images/marker.png') 0 8px no-repeat;
}

/*-----------------images----------------*/
a.lightbox {
	background: url('../images/magnify.png') center center no-repeat #00bbd7;
	display: inline-block;
}
figure a.lightbox img{
	width: 100%;
	height: auto;
}
.block1>a.lightbox {
	display: block;
	background: #0797ae;
}
.maxheight>a.lightbox img {
	width: 100%;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.box_inner>.lightbox>img, .owl-wrapper figure img{
	width: 100%;
	height: auto;
}
a.lightbox:hover img {
	opacity: 0.2;
}
.img_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 7px;
}
.img1{
	margin: 7px 19px 0 0;
}
.img1,.img2, .img4{
	float: left;
}
.img2{
	margin-bottom: 11px;
	margin-right: 20px
}
.img3{
	margin-top: 4px;
}
.img4{
	margin-right: 12px;
}
.img5{
	width: 100%;
}
.icon1{
	background: url('../images/map_marker.png') 0px 5px no-repeat;
}
.icon2{
	background: url('../images/phone_marker.png') no-repeat;
}
.icon3{
	background: url('../images/mail_marker.png') 0px 4px no-repeat;
}
.icon4{
	background: url('../images/mail_marker2.png') 0px 1px no-repeat;
}
.icon5{
	background: url('../images/vk.png') no-repeat;
}
.icon6{
	background: url('../images/face.png') no-repeat;
}
.icon7{
	background: url('../images/twitter_icon.png') no-repeat;
}
.icon8{
	background: url('../images/odnokl.png') no-repeat;
}
.icon9{
	background: url('../images/mir.png') no-repeat;
}

/*--------------indent--------------*/
.pad1{
	padding-top: 0 !important;
}
.pad2{
	padding-bottom: 17px !important;
}
.mrg1{
	margin-bottom: 28px;
}
.mrg2{
	margin-bottom: 18px;
}
.mrg3{
	margin-bottom: 27px;
}
.mrg4{
	margin-bottom: 25px;
}
.mrg5{
	margin-bottom: 26px !important;
}
.mrg6{
	margin-bottom: 13px;
}
.mrg7{
	margin-bottom: 33px;
}
.mrg8{
	margin-bottom: 47px;
}
.mrg9{
	margin-bottom: 0;
}
.mrg10{
	margin-bottom: 53px;
}
.mrg11{
	margin-bottom: 41px;
}
.mrg12{
	margin-bottom: 30px;
}
.mrg13{
	margin-bottom: 38px;
}

/*--------------Footer--------------*/
footer{
	color: #dddada;
	padding-bottom: 20px;
}
footer h1{
	padding-top: 48px;
}
.socials span{
	height: 27px;
	width: 27px;
	display: block;
}
.socials a{
	display: inline-block;
}
.socials a+a{
	margin-left: 7px;
}
.socials span:hover{
	background-position: right 0;
}
.privacy{
	color: #fff;
}
.link{
	border-bottom: 1px #9d9c9c dotted;
}
.link+.link{
	padding: 9px 0 1px;
}
footer a:hover{
	color: #00bbd7;
}
.img_footer{
	overflow: hidden;
	text-align: center;
	margin-right: -20px;
}

/*-----------To Top-----------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 31px;
    height: 31px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url('../images/totop.png') no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*----------------Map------------------*/
.map {
	overflow: hidden;
	margin-bottom: 20px;
}
.map figure {
	display: block;
	margin-bottom: 25px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 332px;
	max-width: 100%;
}
.map address {
    float: left;
    line-height: inherit;
	display: block;
	font-style: normal;
	
    margin-bottom: 25px;
}
.map address+address {
    margin-left: 69px;
}
.map address dt {
	margin-bottom: 22px;
}
.map address dd span {
	color: inherit;
	padding: 0;
	min-width: 78px;
	display: inline-block;
	text-align: left;
}
.map address dd span.col1 {
	min-width: 0;
}
.link_1{
	color: #07606c;
}
.link_1:hover{
	color: #00bbd7;
}
.flt{
		float:left;
	}

.wid{
	float: left;
	}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1030px) {
	.a3 {
		margin: 12px 12px 0 12px;
	}
}
@media only screen and (max-width: 995px) {
	.block1{
		text-align: center;
	}
	.block1>a{
		float: none;
		display: inline-block;
		margin: 5px 5px;
	}
	.block1>.p6{
		display: block;
		padding-left: 0;
	}
	.block1>a.lightbox{
		display: inline-block;
	}
	figcaption>span{
		font-size: 14px;
	}
	.block1>figure>.image_hover{
		padding: 10px 0px;
	}
	.p9{
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	footer{
		text-align: center;
	}
	#header h1{
		margin-bottom: 10px;
	}
	h3, .maxheight{
		text-align: center;
	}
	.img2{
		float: none;
	}
	.img_footer{
		text-align: center;
	}
	footer address{
		text-align: left;
	}
	.img_footer .img2{
		margin-right: 10px;
	}
	.block1, .block2{
		margin-bottom: 20px;
	}
	.block6{
		text-align: center;
	}
	.txt{
		width: 60%;
		display: inline-block;
	}
	.block1>figure>.image_hover{
		padding: 10px 0 25px 0px;
	}
	.txt1{
		width: 100%;
		display: inline-block;
	}
	.txt2{
		text-align: center;
	}
	#header .top{
		box-shadow: none;
	}
	
}

@media only screen and (max-width: 480px) {
	.img_footer{
		margin-right: 0px;
	}
	.block1>figure>.image_hover{
		font: 10px/13px Arial, Helvetica, sans-serif;
		padding-top: 11px;
	}
	.p9{
		position: static;
		margin-bottom: 15px;
	}
	.map address+address{
		margin-left: 0px;
	}
	.block3{
		text-align: center;
	}
	.block3>figure{
		float: none;
		margin: 5px 0 15px;
	}
	.mrg13{
		margin-bottom: 40px;
	}
}
#li{
font-size: 18px;
}
#li:hover{
color: blue;
}
#blog{
font-size: 16px;
}

#cennik{
	color: #fff;
	font: 16px/24px Arial, Helvetica, sans-serif;
	background: #00BBD7;
	display: block;
	padding: 2px 41px 3px 19px;
	position: relative;
}


#cennik1{
	color: #fff;
	font: 16px/24px Arial, Helvetica, sans-serif;
	background: red;
	display: block;
	padding: 2px 41px 3px 19px;
	position: relative;
}
#cennik1:after{
	background: #00A4BE;
	width: 26px;
	position: absolute;
	text-align: center;
	padding: 3px 0 2px 1px;
	top: 0;
	right: 0;
}
#cennik1:hover{
 background: rgb(0,154,205);
}
#cennik1:active{
 background: rgb(255,0,0);
 }
.mrg123{
font-size: 17px;
}
.karta ul{
font-size: 16px;
text-align:left;
margin: 0px 0px 0px 25px;
}
#karta1{
font-size: 22px;
text-align:left;
}

#karta span{
margin:0px 0px 20px 0px;

}



        @font-face {
            font-family: 'Glyphicons Halflings';
            font-display: auto;
            src: url(../fonts/glyphicons-halflings-regular.eot);
            src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
        }


        @font-face {
            font-family: 'Glyphicons Halflings';
            font-display: auto;
            src: local('Arvo'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2');
        }


        .glyphicon {
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .glyphicon-pencil:before {
            content: "\270f"
        }

        .glyphicon-earphone:before {
            content: "\e182"
        }

        .glyphicon {
            position: relative;
            top: 16px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 600;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.hidden-xs {
	display: block;
}

.showed-xs {
	display: none;
}	

.new_header {
    width: 100%;
    height: 50px;
}

.small_col_33:nth-child(1) {
    width: 30%;
}

.small_col_33 {
    width: 34%;
    float: left;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
}

.small_col_33:nth-child(1) img {
    margin-right: 5px;
    height: 21px;
    position: relative;
    top: 12px;
}

.small_col_33:nth-child(1) a {
    position: relative;
}

.small_col_33:nth-child(2) {
    color: #ffffff;
    background-color: #357EF3;
}

.small_col_33:nth-child(3) {
    color: #ffffff;
    background-color: #34A853;
}
.small_col_33:nth-child(3) {
    width: 36%;
}

.small_col_33:nth-child(2) a, .small_col_33:nth-child(3) a {
    display: inline-block;
    float: none !important;
    text-align: center !important;
    height: 50px;
    width: 100%;
    padding: 0;
    line-height: 50px;
}
.small_col_33:nth-child(2) a, .small_col_33:nth-child(2) i, .small_col_33:nth-child(3) a, .small_col_33:nth-child(3) i {
    color: #ffffff;
}

.menu__icon {
    display: none;
    width: 34px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.menu__icon span:nth-child(1) {
    top: 0;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out;
}

.main_menu {
    background-color: #fafafa;
    -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    z-index: 9999;
}

.main_menu {
    width: 100%;
}

.menu {
    text-align: right;
}

.menu__links-item {
    display: inline-block;
    color: #515151;
    font-size: 16px;
    line-height: 77px;
    cursor: pointer;
    padding: 0 35px;
}

.small_col_33 a {
	cursor: pointer;	
}	

footer {
	background-color: #878787;	
}	

@media screen and (max-width: 999px) {
	#header h1 {
		display: none;	
	}	
	
	body {
		background-color: #ffffff;	
	}	
	
	#header .top {
		background: none;
		margin-top: 50px;		
	}	

	.showed-xs {
		display: block;
	}
	
	.hidden-xs {
		display: none;
	}
	
	.menu__links {
		position: fixed;
		display: none;
		top: 50px;
		left: 0;
		width: 90%;
		background-color: #fff;
		overflow: auto;
		height: 100%;
		transition: right .2s;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		-webkit-box-shadow: -200px 200px 2px 200px rgba(0, 0, 0, .75);
		-moz-box-shadow: -200px 200px 2px 200px rgba(0, 0, 0, .75);
		box-shadow: -200px 200px 2px 200px rgba(0, 0, 0, .75);
	}	
	
	.menu__icon {
		display: inline-block;
	}
	
	.main_menu {
		height: 50px;
	}
	
	.main_menu .inside {
		float: right;
		width: 100%;
	}
	
	.menu {
		width: 46%;
		float: right;
	}
	
	.menu__links-item {
		display: block;
		text-align: left;
		padding: 25px 15px;
		color: #515151;
		line-height: 16px;
		height: auto;
	}
}