/*
Theme Name: Łukadent
Author: JACKVISION.PL
Author URI: http://www.jackvision.pl
Version: 1.0
*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	padding-bottom:5px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 

 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


img {
	max-width: 100%;
	height: auto;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	padding:4px;
	border:1px solid #d2d2d2;
}

#access {
	display: block;
	margin: 0 auto;
	text-align:center;
	margin-top:25px;
}



#access .menu-header,
div.menu {
	font-size: 14px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	display:inline-block;
	position: relative;
	margin:0px 10px;

}
#access a {
	color: #fff;
	display: block;
	line-height: 62px;
	padding: 0 45px 0 20px;
	text-decoration: none;
	text-transform:uppercase;
	font-size:15px;
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
	background-position:right 10px top;
	transition: background 0.5s ease 0s;
	font-weight:400;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 62px;
	left: 0;
	width: 200px;
	z-index: 99999;
	text-align:left;
}
#access ul ul li {
	width: 100%;
	margin:0px !important;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #4BC0B3;
	line-height: 25px;
	padding: 10px;
	/*width: 160px;*/
	height: auto;
	text-transform:none;
	font-size:14px;
	color:#fff;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-position:right 10px bottom;
	background-color:#fff;
	color: #3A474F;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background-position:right 10px bottom;
	background-color:#fff;
	color: #3A474F;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background-position:right 10px bottom;
	background-color:#fff;
	color: #fff;
}


/*html {-webkit-text-stroke: 0.25px;}*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #C8C8C8;
}

:-moz-placeholder {
    color: #C8C8C8;
}
*::-moz-placeholder {
    color: #C8C8C8;
}

*:-ms-input-placeholder {
    /* IE10+ */
    color: #C8C8C8;
}


body{background:#FCFCFC; font-family: 'Exo 2', sans-serif; font-weight: 300; margin:0; padding:0; position:relative; font-size:16px; color:#46555F;}
p{text-align:justify; line-height:1.5em; margin-bottom:20px; color:#46555f;}
a{color:#fff; text-decoration:none}
strong{font-weight:400;}



a{color:#4bc0b3; transition: all 0.5s ease 0s;}
a:hover{color:#22a7c4; transition: all 0.5s ease 0s;}

h1,.h1{font-size:48px; color:#22a7c4; font-family: 'Exo 2', sans-serif; font-weight: 300; margin:40px 0px; line-height: 1.4em;}
h2{font-size:36px; color:#22a7c4; font-family: 'Exo 2', sans-serif; font-weight: 300; margin-bottom:15px; line-height: 1.4em;}
h3{font-size:24px; color:#22a7c4; font-family: 'Exo 2', sans-serif; font-weight: 400; margin-bottom:20px; line-height: 1.4em;}
h4{}
h5{}
h6{}

h1.title{background:url(images/arrow1.png) no-repeat 0 10px; padding-left:70px; font-size:48px; color:#22a7c4; font-family: 'Exo 2', sans-serif; font-weight: 300; margin:40px 0px; padding-bottom:35px; border-bottom:1px solid #cfd3d6;}
h2.title{background:url(images/arrow1.png) no-repeat 0 10px;; padding-left:70px; font-size:48px; color:#22a7c4; font-family: 'Exo 2', sans-serif; font-weight: 300; margin:40px 0px; padding-bottom:35px; border-bottom:1px solid #cfd3d6;}

.back{position:absolute; right:50px; top:51px; background:url(images/arrow2.png) no-repeat top right; font-size:24px; font-weight:300; padding:10px 50px;}
.back:hover{background:url(images/arrow2.png) no-repeat bottom right; }

.ib{display:inline-block;}
.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}

.container{max-width:1170px; margin:0px auto; position:relative; padding-left:10px; padding-right:10px;}

header{height:323px; background:url(images/header_bg.png); padding-top:30px;}

a#logo{background:url(images/logo.png) no-repeat; width:277px; height:82px; display:block; text-indent:-9999px; margin-left:10px;}
div#contact_us{position:absolute; right:40px; top:0; font-size:24px; color:#61d4b0; }
div#contact_us span.umow{}
div#contact_us span.tel{display:block; color:#fff; font-size:48px; margin-left:10px; margin-top:10px;}

section#slider{}
section#slider div.container{padding-bottom:5px; margin-bottom:50px; padding-left:0; padding-right:0;}
div.above_content{ 
background: #ffffff;
margin-top:-124px; /*height:508px;*/ overflow:hidden;}

section#slider.subpage div.container{border-bottom:0;}
section#slider.subpage div.above_content{padding-left:50px; padding-right:50px; padding-bottom:30px; border-bottom:0; height:auto;}
section#slider.subpage div.above_content p.date{margin-bottom:0; font-size:18px;}

div.above_content ul,
section#about-us ul{list-style:none; margin:0; padding:0; margin-bottom:20px;}
div.above_content ul li,
section#about-us ul li{background:url(images/more1.png) no-repeat left center; line-height:1.8em; margin-bottom:10px; padding-left:35px; color:#46555F;}

hr{height:1px; border: none; color: #ccd0d3; background-color: #ccd0d3;}

section#speciality{}
section#speciality ul{list-style:none; margin:0; padding:0; margin-bottom:90px;}
section#speciality ul li{float:left; width:20%;}
section#speciality ul li a{ transition: background 0.5s ease 0s; display:inline-block; width:100%; height:140px; background-position:center 0px; background-repeat:no-repeat; text-align:center; text-transform:uppercase; position:relative;}
section#speciality ul li a h2 {font-size:18px;text-transform:uppercase; position:absolute; top:92%; left:0; right:0; margin-left:auto; margin-right:auto; vertical-align:top; color:#22a7c4; font-weight:600;}
section#speciality ul li a:hover h2{color:#4bc0b3;}
section#speciality ul li a:hover{background-position:center 10px;}
section#speciality ul li#protetyka a{background-image:url(images/protetyka.png);}
section#speciality ul li#implantologia a{background-image:url(images/implantologia.png);}
section#speciality ul li#zachowawcza a{background-image:url(images/zachowawcza.png);}
section#speciality ul li#estetyczna a{background-image:url(images/estetyczna.png);}
section#speciality ul li#ortodoncja a{background-image:url(images/ortodoncja.png);}

section#news{}
section#news ul{list-style:none; margin:0; padding:0;}
section#news ul li{float:left; width:48%;}
section#news ul li:nth-child(odd){margin-right:4%;}
img.mask{position:absolute; top:-14%; bottom:0; left:0; right:0; margin:auto;}
section#news ul li div.news-image{position:relative; width:33%; min-height:250px; float:left; overflow:hidden;}
section#news ul li div.news-content{width:63%; min-height:250px; float:right;}
section#news ul li div.news-content h2{font-size:22px; margin-bottom:10px;}
section#news ul li div.news-content p.date{margin-bottom:5px; font-weight:400;}
section#news ul li div.news-content p{color:#h1h1h1; font-size:13px; text-align:justify;}
section#news ul li div.news-content a.more{font-size:13px;}


ul#category-list{list-style:none; margin:0; padding:0;}
ul#category-list li{background:none; padding:0;}
ul#category-list li div.news-image{position:relative; width:17%; min-height:250px; float:left; overflow:hidden;}
ul#category-list li div.news-content{width:78%; min-height:250px; float:right;}
/*ul#category-list li div.news-content a h2{color:red;}*/

a.more{padding:10px 35px 10px 0px; background-image:url(images/menu_bg.png); background-repeat:no-repeat; background-position:right -12px; transition: all 0.5s ease 0s;}
a.more:hover{ background-position:right -74px;}

ul.navigation_left_right{list-style:none; margin:0; padding:0; margin-top:30px !important;}
ul.navigation_left_right li{padding:0 !important; background:none !important;}
ul.navigation_left_right li.prev{background:none; float:left;}
ul.navigation_left_right li.next{float:right;}
ul.navigation_left_right li a{background:url(images/arrow3.png) no-repeat; font-size:24px; font-weight:300;}
ul.navigation_left_right li.prev a{background-position:top left; padding:7px 0px 7px 60px;}
ul.navigation_left_right li.next a{background-position:top right; padding:7px 60px 7px 0px;}
ul.navigation_left_right li.prev a:hover{background-position:bottom left;}
ul.navigation_left_right li.next a:hover{background-position:bottom right;}

footer ul{margin:40px 0px 40px 10px; }
footer ul li{display:inline-block; background:url(images/footer_li.png) no-repeat left 50%; padding-left:15px; margin-right:20px;}
footer ul li a{color:#46555f; font-weight:400;}
p#copyright{position:absolute; right:10px; top:0;}

section#footer_map{background:url(images/mapa_footer.jpg) no-repeat top center; height:654px;}
#mask3{max-width:100%; height:100%; background:url(images/mask3.png) no-repeat top center}
#mask3 div.container{padding-top:200px;}
#mask3 div.container h3 {color:#46555f; font-size:22px; font-weight:600; margin-left:10px;}
div.map_box{background:url(images/div_bg.png); width:322px; padding:10px 20px; border-radius:5px; margin-bottom:10px; margin-left:10px;}
div.map_box p{color:#98ffdf; font-weight:600; font-size:15px; text-shadow: 0.5px 0.866px 0px rgb( 0, 0, 0 ); margin-bottom:0;}

footer div.menu{font-size:16px;}


#wp_page_numbers ul{text-align:center; margin:40px 0px;}
#wp_page_numbers ul li{display:inline-block; padding:0; background:none;}

#wp_page_numbers ul a{font-size:18px; display:inline-block;}

#wp_page_numbers ul li a{ border-radius:50%; width:35px; height:35px; line-height:35px; 	-webkit-transition: background-color 500ms linear, color 500ms linear;
     -moz-transition: background-color 500ms linear, color 500ms linear;
     -o-transition: background-color 500ms linear, color 500ms linear;
     -ms-transition: background-color 500ms linear, color 500ms linear;
     transition: background-color 500ms linear, color 500ms linear;}
#wp_page_numbers ul li.active_page a, #wp_page_numbers ul li a:hover{background:#22A7C4; color:#fff;	-webkit-transition: background-color 200ms linear, color 500ms linear;
     -moz-transition: background-color 500ms linear, color 200ms linear;
     -o-transition: background-color 500ms linear, color 200ms linear;
     -ms-transition: background-color 500ms linear, color 200ms linear;
     transition: background-color 500ms linear, color 200ms linear;}
#wp_page_numbers ul li.active_page a{color:#fff; }

.nobg{background:none !important;}

ul.slides li{border-bottom:1px solid #ced2d5; position:relative;}
ul.slides li div.slide-div{position:relative;}
ul.slides li div.slide-div div.slide-content{opacity:0; position:absolute; left:56%; top:0; transition: all 0.5s ease-out 0s !important; margin-right:25px;}
ul.slides li div.slide-div div.slide-content h2{color:#606f79; font-size:36px; font-weight:300; line-height:1em; margin-bottom:24px;}
ul.slides li div.slide-div div.slide-content h2 span{font-size:48px; color:#22a7c4; font-weight:300; display:block;}
ul.slides li div.slide-div div.slide-content h6.zah2{color:#606f79; font-size:36px; font-weight:300; line-height:1em; margin-bottom:24px;}
ul.slides li div.slide-div div.slide-content h6.zah2 span{font-size:48px; color:#22a7c4; font-weight:300; display:block;}
ul.slides li div.slide-div div.slide-content p{line-height:1.6em;}


.text-animation{opacity:100 !important; top:80px !important; -webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}

ul.slides li div.slide-div div.slide-content div.align-right{margin:35px 0px;}
ul.slides li div.slide-div div.slide-content div.align-right a{text-transform:uppercase; background:url(images/arrow4.png) no-repeat right; padding-right:70px; padding-top:20px; padding-bottom:20px; font-size:18px; color:#61d4b0; font-family: 'Exo 2', sans-serif; font-weight: 400;}

#arrow_to_top{position:fixed; bottom:12px; right:5px; background:url(images/arrow5.png) no-repeat; width:30px; height:35px; display:inline-block;}


#panel {
	position: relative;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;

}
#directions-panel {
	height:400px;
	overflow: auto;
	display:none;
	padding:20px;
	margin-bottom:25px;
}

#map_canvas {
	width:100%;
	height:500px;
	margin: 0px;
	padding: 0px
}

#control {
	background: #46555F;
	padding: 5px;
	font-size: 14px;
	font-family: Arial;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
	display: none;
	height:80px;
	left:0 !important;
	width:100%;
	color:#fff;
}

#google-form{
	text-align:center;
	font-size:12px;
}

#google-form span{
	display:inline-block;
	margin-top:8px;
}

#google-form input{
	width:100px !important;
	font-size:12px;
	display:inline-block;
}

#google-form input[type="submit"]{
	width:120px !important;
	display:inline-block;
	float:none !important;
}

#map_canvas{width:100%; min-height:280px;}
#map_canvas img{max-width:none}

.kontakt_left{float:left; width:34%;}
.kontakt_right{float:right; width:65%;}


ul.galeria{list-style:none; margin:0; padding:0; font-size:0;}
ul.galeria li{display:inline-block; background:none !important; margin:0 !important; padding-left:0 !important; margin:1.6% !important; width:30% !important;}



.pea_cook_wrapper.pea_cook_bottomright{width:100%; bottom:0 !important; margin-left:0 !important; right:0 !important;}
.pea_cook_wrapper{border-radius:0 !important;}
.pea_cook_wrapper p{color:#fff !important; text-align:center !important;}
.pea_cook_more_info_popover_inner p{color:#fff !important;}
.pea_cook_more_info_popover_inner h2{color:#fff !important;}
.pea_cook_more_info_popover_inner ol{list-style:decimal;margin:10px 0px; font-size:14px;}
.pea_cook_more_info_popover_inner ol li{margin-top:5px; margin-bottom:5px; line-height:1.4em;}
.pea_cook_more_info_popover_inner ol li ol{margin-left:20px;}




@media only screen and (min-width:1025px){
	/*body {background:orange}*/
}

@media only screen and (max-width:1024px){
	/*body {background:red}*/
	#mask3 div.container {padding-top:250px;}
	ul#category-list li div.news-image{width:20%;}
	ul#category-list li div.news-content{width:70%;}
	ul#category-list li div.news-image img.mask{top:-20%;}
	ul#category-list li div.news-content h2{font-size:28px;}
	#access .menu-header li, div.menu li{margin:0px}
	#access a{font-size:14px; padding:0 45px 0 10px}
	img.mask{top:-7%;}
	ul#category-list li div.news-image img.mask{top:-12%;}
}




@media only screen and (max-width:800px){
	/*body{background:blue;}*/
	section#news ul li,
	section#news ul li:nth-child(odd){
		margin:0;
		width:100%;
	}
	section#news ul li div.news-image{width:25%;}
	section#news ul li div.news-content{width:70%;}
	section#speciality ul li a h2{font-size:15px;}
	section#speciality ul li a{background-size:70%; height:100px;}

	ul#category-list li div.news-image{width:25%;}
	ul#category-list li div.news-content{width:68%;}
	ul#category-list li div.news-content h2{font-size:25px;}

	#access .menu-header li, div.menu li{margin:0px}
	#access a{font-size:15px; padding:0 10px; background:none;}
	footer ul{text-align:center;}
	p#copyright{position:relative; right:0px; top:0; text-align:center;}
	img.mask{top:-7%;}
	ul#category-list li div.news-image img.mask{top:-12%;}
	.text-animation{top:20px !important;}
	ul.slides li div.slide-div div.slide-content h2{font-size:30px;}
	ul.slides li div.slide-div div.slide-content h2 span {font-size:30px}
  ul.slides li div.slide-div div.slide-content h6.zah2{font-size:30px;}
	ul.slides li div.slide-div div.slide-content h6.zah2 span {font-size:30px}
	ul.slides li div.slide-div div.slide-content p{font-size:13px !important; line-height:1.4em;}
	ul.slides li div.slide-div div.slide-content div.align-right{margin:5px 0 0 0;}

}


@media only screen and (max-width:640px){
	html {-webkit-text-size-adjust:auto}
	/*body{background:gray;}*/
	#access{display:none;}
	section#speciality ul li a h2{font-size:18px;}
	section#speciality ul li{width:50%; margin-bottom:15%;}
	section#speciality ul li a{background-size:auto; height:130px;}
	div.map_box{width:230px;}
	#mask3 div.container{padding-top:370px;}
	a#logo{margin:0px auto; background-size:80%; background-position:center center;}
	#contact_us{position:relative !important; text-align:center; right:0 !important;}
	div#contact_us span.umow{display:none;}
	div#contact_us span.tel{font-size:30px;}
	header{height:270px; padding-top:10px;}
	footer{padding-top:15px;}
	footer ul{display:none;}
	p#copyright{position:relative; right:0px; top:0; text-align:center;}
	.back{display:none;}

	ul#category-list li div.news-image{width:35%;}
	ul#category-list li div.news-content{width:60%;}
	ul#category-list li div.news-content h2{font-size:20px;}
	section#slider.subpage div.above_content{padding-left:15px; padding-right:15px;}
	section#speciality ul li#ortodoncja{width:100%;}
	.flexslider{display:none;}
	header{height:160px;}
	div.above_content{margin-top:0;}
	h1,.h1{font-size:40px;}
	ul.galeria li{width:46.8% !important;}


}




@media only screen and (max-width: 479px) {
	/*body{background:brown;}*/
	/*#access{display:none;}*/
	#access{display:none;}
	img.mask{top:-42%;}
	ul#category-list li div.news-image{width:45%;}
	ul#category-list li div.news-content{width:50%;}
	ul.navigation_left_right li.prev a,
	ul.navigation_left_right li.next a{font-size:20px; padding-top:10px; padding-bottom:10px;}
	h1.title{font-size:22px; padding-top:13px;}
	section#slider.subpage div.above_content{padding-left:15px; padding-right:15px;}
	.flexslider{display:none;}
	header{height:160px;}
	div.above_content{margin-top:0;}
	h1,.h1{font-size:40px;}
	ul#category-list li div.news-image img.mask{top:-10% !important;}
	.kontakt_left{width:100%;}
	.kontakt_right{width:100%;}
	ul.galeria li{width:100% !important; margin:0 !important; margin-bottom:4%  !important;}
	


}

@media only screen and (max-width: 320px) {
	/*body{background:brown;}*/
	ul#category-list li div.news-image img.mask{top:-36%;}
	.flexslider{display:none;}
	header{height:160px;}
	div.above_content{margin-top:0;}


}