@media screen and (min-width: 1230px) {
    .container {
        width: 1230px
    }
}

body {
    font-family: 'Lato', sans-serif;
    background: white;
    padding-top: 85px;
    color: #5f727f;
    font-size: 15px
}

.navbar {
    background: white;
    height: 85px;
	box-shadow: 0 30px 30px -30px rgba(0,0,0,.1);
}

.navbar .nav {
    margin-top: 22px
}

.navbar .nav>li>a {
    color: #282828;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all .2s;
    margin-left: 2px;
    font-weight: 400
}

.navbar .nav>li>a:hover, .navbar .nav>li>a:focus, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus, .navbar .nav>.open>a:hover, .navbar .nav>.open>a:focus, .navbar .nav>.active>a, .navbar .nav>.open>a {
    background: #eace75
}

.navbar-brand {
    padding-top: 23px
}

header {
    overflow: hidden
}

.cycle-slideshow .slide .container {
    position: relative
}

.cycle-slideshow .slide .col-md-4 {
    position: absolute;
    right: 0;
    color: white
}

.cycle-slideshow .slide .col-md-4 h1, .cycle-slideshow .slide .col-md-4 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    margin: 50px 0 20px
}

.cycle-slideshow .slide .col-md-4 p {
    font-size: 20px;
    font-weight: 300
}

.uslugi {
    padding-top: 100px;
    padding-bottom: 100px
}

.uslugi p {
    font-size: 20px;
    font-weight: 300;
    text-align: center
}

.uslugi .col-md-4 {
    margin-top: 100px
}

.uslugi .col-md-4 a {
    float: left;
    width: 100%;
    position: relative;
    width: 390px;
    height: 390px;
    background: black
}

.uslugi .col-md-4 a span {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    border: 1px solid #a2a2a2;
    display: block;
    width: 369px;
    height: 369px;
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 369px
}

.uslugi .col-md-4 a span strong {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    transition: all .5s
}

.uslugi .col-md-4 a img {
    position: absolute;
    z-index: 10;
    opacity: .4;
    transition: all .4s
}

.uslugi .col-md-4 a:hover strong {
    font-size: 35px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5)
}

.uslugi .col-md-4 a:hover img {
    opacity: .6
}

.zespol {
    min-height: 1095px;
    padding-top: 191px;
    background: url(../img/bottombg.jpg) 0 0 no-repeat
}

.zespol .col-md-7 {
    text-align: center;
    margin-bottom: 100px
}

.zespol h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #282828;
    font-size: 20px
}

.zespol .media {
    background: white
}

.zespol .media .media-body {
    padding: 15px;
    text-align: center
}

.zespol .media .media-body h4 {
    font-size: 20px;
    color: #282828;
    margin: 0 0 10px
}

.zespol .media .media-body small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 15px;
    text-transform: uppercase
}

.zespol .media .media-body p {
    margin: 0
}

.zespol .media .media-body a {
    color: #5f727f
}

footer {
    background: #151515;
    padding: 30px 0
}

footer span {
    font-size: 13px;
    color: #ccc
}

.madeby {
    line-height: 1em;
    float: right
}

.madeby small, .madeby img {
    float: left
}

.madeby small {
    color: #ccc;
    font-size: 10px;
    font-weight: 400;
    margin: 3px 3px 0 0
}

.sub {
    background: url(../img/subbg.jpg) center 85px no-repeat
}

.sub.medycyna-estetyczna {
    background: url(../img/subbg-est.jpg) center 85px no-repeat
}

.sub main {
    margin-top: 322px;
    float: left;
    width: 100%;
    padding-bottom: 100px
}

.sub main section {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 300
}

.sub main section img.pull-right {
    margin: 0 0 15px 30px
}

.sub main section img.pull-left {
    margin: 0 30px 15px 0
}

.sub main section hr {
    margin: 60px auto;
    width: 100%;
    float: left
}

.sub footer {
    float: left;
    width: 100%
}

.sub .main {
    padding-bottom: 100px
}

.sub .anchors {
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #f4f4f4;
    margin-top: 30px
}

.anchors.affix {
	top:55px;
	left:0;
	width: 100%;
	z-index: 100;
}

.sub .anchors ul {
    padding: 0;
    margin: 0
}

.sub .anchors ul a {
    font-size: 20px;
    color: #282828;
    font-weight: 300;
    transition: all .2s;
    padding: 0 15px
}

.sub .anchors ul a:hover, .sub .anchors ul a:focus, .sub .anchors ul .active>a {
    color: #d4a940;
    text-decoration: none
}

.dropdown-menu a {
    transition: all .2s
}

.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus, .dropdown-menu .active a {
    background: #d4a940
}

.title {
    text-align: center
}

.title h2, .title h1 {
    font-size: 44px;
    color: #282828;
    margin: 0;
    font-weight: 300
}

.title hr {
    width: 100px !important;
    border-color: #eace75;
    margin: 30px auto !important;
    float: none !important
}

.fb_slider_right {
    position: fixed;
    top: 180px;
    right: -320px;
    z-index: 10000;
    width: 348px;
    height: 100px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.fb_slider_right .sliderbody {
    float: left;
    width: 320px
}

.fb_slider_right:hover {
    right: 0;
    height: 100%
}

.fb_slider_right .button, .fb_slider_right iframe {
    float: left;
    background: white
}

.download {
    float: left
}

.download ul {
    margin: 0;
    padding: 0
}

.download .plik {
    display: none;
    color: #fff
}

.download a:hover {
    text-decoration: none
}

.type_text .plik {
    display: inline
}

.type_icons li {
    list-style: none !important
}

.type_icons a {
    text-decoration: none !important;
    padding: 1px 0 2px 27px;
    background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
    background-position: 0 3px !important
}

.type_icons .pdf {
    background: url(../img/modules/download/acrobat.png) 0 0 no-repeat
}

.type_icons .swf {
    background: url(../img/modules/download/flash.png) 0 0 no-repeat
}

.type_icons .txt, .rtf {
    background: url(../img/modules/download/text.png) 0 0 no-repeat
}

.type_icons .doc, .type_icons .docx, .type_icons .odf, .type_icons .ott, .type_icons .sxw, .type_icons .stw {
    background: url(../img/modules/download/word.png) 0 0 no-repeat
}

.type_icons .jpg, .type_icons .jpe, .type_icons .jfif, .type_icons .png, .type_icons .jpeg, .type_icons .gif, .type_icons .tif, .type_icons .tiff, .type_icons .ico, .type_icons .bmp, .type_icons .raw, .type_icons .dcs {
    background: url(../img/modules/download/picture.png) 0 0 no-repeat
}

.type_icons .flv, .type_icons .mov, .type_icons .mpeg, .type_icons .avi, .type_icons .divx {
    background: url(../img/modules/download/movie.png) 0 0 no-repeat
}

.type_icons .ods, .type_icons .sxc, .type_icons .xls, .type_icons .xlt {
    background: url(../img/modules/download/excel.png) 0 0 no-repeat
}

.type_icons .odg, .type_icons .sxd, .type_icons .psd {
    background: url(../img/modules/download/paint.png) 0 0 no-repeat
}

.type_icons .cdr, .type_icons .ai {
    background: url(../img/modules/download/vector.png) 0 0 no-repeat
}

.type_icons .php, .type_icons .html, .type_icons .css, .type_icons .js, .type_icons .less, .type_icons .asp, .type_icons .c {
    background: url(../img/modules/download/code.png) 0 0 no-repeat
}

.type_icons .sql, .type_icons .db, .type_icons .dbf, .type_icons .dbk {
    background: url(../img/modules/download/database.png) 0 0 no-repeat
}

.type_icons .zip, .type_icons .tar, .type_icons .gz, .type_icons .gzip, .type_icons .rar {
    background: url(../img/modules/download/zip.png) 0 0 no-repeat
}

.type_icons .rb {
    background: url(../img/modules/download/ruby.png) 0 0 no-repeat
}

.type_icons .as {
    background: url(../img/modules/download/actionscript.png) 0 0 no-repeat
}

.type_icons .cf {
    background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat
}

.type_icons .odp, .type_icons .sxi, .type_icons .ppt {
    background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat
}

.type_icons .iso, .type_icons .nrg {
    background: url(../img/modules/download/dvd.png) 0 0 no-repeat
}

form .alert {
    display: none;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0
}

form * {
    border-radius: 0 !important
}

.map iframe {
    width: 100%
}

form label {
    font-weight: normal
}

.form {
    margin-bottom: 1.5em
}

.forform {
    margin-top: 1em
}

#pages {
    margin: 0 0 15px
}

.jPaginate {
    height: 34px;
    position: relative;
    color: #a5a5a5;
    font-size: small;
    width: 100%
}

.jPaginate a {
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0 10px !important;
    margin: 0 2px;
    float: left;
    text-decoration: none !important
}

.jPag-control-back {
    position: absolute;
    left: 0px
}

.jPag-control-front {
    position: absolute;
    top: 0px
}

.jPaginate span {
    cursor: pointer
}

ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px
}

ul.jPag-pages li {
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px
}

ul.jPag-pages li a {
    float: left;
    padding: 2px 5px
}

span.jPag-current {
    cursor: default;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    margin: 0 2px;
    float: left
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-next, span.jPag-sprevious, span.jPag-snext, ul.jPag-pages li span.jPag-previous-img, ul.jPag-pages li span.jPag-next-img, span.jPag-sprevious-img, span.jPag-snext-img {
    height: 34px;
    margin: 0 2px;
    float: left;
    line-height: 26px
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
    margin: 2px 0px 2px 2px;
    font-size: 12px;
    font-weight: bold;
    width: 10px
}

ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
    margin: 2px 2px 2px 0px;
    font-size: 12px;
    font-weight: bold;
    width: 10px
}

span.jPag-sprevious, span.jPag-sprevious-img {
    margin: 2px 0px 2px 2px;
    font-size: 14px;
    width: 15px;
    text-align: right
}

span.jPag-snext, span.jPag-snext-img {
    margin: 2px 2px 2px 0px;
    font-size: 14px;
    width: 15px;
    text-align: right
}

ul.jPag-pages li span.jPag-previous-img {
    background: transparent url(../images/previous.png) no-repeat center right
}

ul.jPag-pages li span.jPag-next-img {
    background: transparent url(../images/next.png) no-repeat center left
}

span.jPag-sprevious-img {
    background: transparent url(../images/sprevious.png) no-repeat center right
}

span.jPag-snext-img {
    background: transparent url(../images/snext.png) no-repeat center left
}

.jPag-last, .jPag-first {
    line-height: 30px !important;
    font-size: 14px
}

h3, h4, h5, h6 {
    color: #282828;
    font-weight: 300
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 26px
}

p strong {
    color: #282828
}


.gallery {
	margin-top: 1px;
}

.gallery .col-md-6, .gallery .col-md-3  {
	padding: 1px;
}

.gallery img {
	width: 100%;
	max-width: 500%;
	transition: all .2s;
}

#Mezoterapia_mikroiglowa_iglowa .gallery .col-md-6 {
    width: calc(100% / 3);
}

section .col-md-6.pull-right {
	margin: 0 0 30px 30px;
}

section .col-md-6.pull-right .thumb {
	padding: 1px 1px 0;
}

.gallery a {
	float: left;
	width: 100%;
	overflow: hidden;
}

.gallery a:hover img {
	transform: scale(1.02);
	opacity: .8;
}



.kontakt form h2 {
	margin-top: 10px;
	font-weight: 300;
}




.kontakt form .form-group {
	position: relative;
	padding-top: 25px;
}

.kontakt form label {
	font-weight: 300;
	position: absolute;
	top:25px;
	left:0;
	z-index: 10;
	transition: all .2s;
}

form .active label {
	top: 0;
	font-size: 12px;
}


.kontakt form input {
	border:0;
	border-bottom: 1px solid #ddd;
	box-shadow: none !important;
	transition: all .2s;
	outline: none !important;
	padding: 5px 0;
	height: auto;
	font-size: 15px;
	position: relative;
	z-index: 20;
	background: none;
}

.kontakt form textarea {
	border:0;
	border-bottom: 1px solid #ddd;
	box-shadow: none !important;
	height: 178px;
	transition: all .2s;
	outline: none !important;
	padding: 5px 0;
	font-size: 15px;
	position: relative;
	z-index: 20;
	background: none;
}

.kontakt form .lastgroup {
	padding-top: 0;
}

.kontakt form button {
	background: #eace75;
	color: black;
	font-weight: 300;
	border:0;
	transition: all .2s;
}

.kontakt form button:hover,
.kontakt form button:focus,
.kontakt form button:focus:hover {
	background: #bfa654;
	color: black;
	text-shadow: none;
	outline: none;
}

.kontakt form .alert {margin-bottom: 10px;}

.kontakt form input:focus,
.kontakt form textarea:focus {
	border-color: #eace75;
}



.sub main .gallery,
.sub main {padding-bottom: 0;}

.akordeon h3 {
	font-size: 24px;
	margin: 10px;
}

.akordeon tr {
	    cursor: help;
}

.akordeon tr:hover {
	background-color: #f4f4f4;
}

.odd {
	cursor: default!important;
}

.odd:hover {
	background-color: white!important;
}
/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/


/* height: 1050px */
@media screen and (max-width: 1680px) {
	.cycle-slideshow img {width: 100%;}

	.cycle-slideshow .slide .col-md-4 h1, .cycle-slideshow .slide .col-md-4 h2 {
		font-size: 55px;
	}

	.sub {background-size: 100% auto;}

	.sub main {margin-top: 222px;}
}


/* height: 864px */
@media screen and (max-width: 1536px) {

	.sub main {margin-top: 200px;}
}



/* height: 900px */
@media screen and (max-width: 1440px) {
	.cycle-slideshow .slide .col-md-4 h1, .cycle-slideshow .slide .col-md-4 h2 {
		font-size: 50px;
	}

	.sub main {margin-top: 180px;}
}


/* height: 768px */
@media screen and (max-width: 1366px) {
	.cycle-slideshow .slide .col-md-4 h1, .cycle-slideshow .slide .col-md-4 h2 {
		font-size: 50px;
		margin-top: 30px;
	}

	.sub main {margin-top: 150px;}
}




/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.cycle-slideshow .slide .col-md-4 h1, .cycle-slideshow .slide .col-md-4 h2 {
		font-size: 50px;
		margin-top: 25px;
	}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {

	.navbar .nav>li>a {padding: 10px;}

	.cycle-slideshow .slide .col-md-4 h1, .cycle-slideshow .slide .col-md-4 h2 {
		font-size: 30px;
		margin-top: 25px;
	}

	.cycle-slideshow .slide .col-md-4 p {font-size: 16px;}

	.uslugi .col-md-4 a {width: 100%; height: 293px;}
	.uslugi .col-md-4 a span {width: 93%; height: 273px; line-height: 1.5em;}

	.uslugi .col-md-4 a img {width: 100%;}

	.uslugi .col-md-4 a span strong {
		display: inline-block;
		margin-top: 88px;
	}

	.uslugi .col-md-4.item-1 a span strong,
	.uslugi .col-md-4:last-of-type a span strong {
		margin-top: 115px !important;
	}

	.zespol img {width: 100%;}
}







@media screen and (max-width: 1023px) {

	.navbar-toggle {
		border-color: transparent;
		background: #d4a940;
		margin-top: 25px;
		transition: all .2s;
	}

	.navbar-toggle:hover {
		transform: scale(.97);
		opacity: .8;
	}

	.icon-bar {background: white;}

	#navbar {
		background: white;
		box-shadow: 0 10px 10px -10px rgba(0,0,0,.2)
	}

	.navbar .nav>li>a {
		margin:0;
		padding: 10px 15px;
		border-top: 1px solid #e2e2e2;
	}

	.uslugi .col-md-4.item-1 a span strong, .uslugi .col-md-4:last-of-type a span strong,
	.uslugi .col-md-4 a span strong {
		margin-top: 0 !important;
		position: relative;
	}

	.uslugi .col-md-4 a span, .uslugi .col-md-4 a:hover strong {font-size: 18px;}

	.zespol {
		background: #f5f4f0;
		padding-top: 60px;
	}

	section .col-md-6.pull-right {
		margin: 0 0 30px 0;
	}

}



@media screen and (max-width: 800px) {}
@media screen and (max-width: 768px) {}




@media screen and (max-width: 640px) {
	.uslugi .col-md-4 a span {width: 97%;}

	.uslugi .col-md-4 a span, .uslugi .col-md-4 a:hover strong {font-size: 28px;}
}



@media screen and (max-width: 600px) {}





@media screen and (max-width: 480px) {
	.uslugi .col-md-4 a span {
    	width: 95%;
	}

	.sub main {
    	margin-top: 75px;
	}

	.sub .main .col-md-4 {margin-bottom: 30px;}
}




@media screen and (max-width: 435px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {
	.uslugi .col-md-4 a span {
    	width: 94%;
	}
}

@media screen and (max-width: 375px) {
	.title h2, .title h1 {font-size: 30px;}

	.uslugi {
	    padding-top: 30px;
    	padding-bottom: 30px;
	}

	.uslugi .col-md-4 {
	    margin-top: 30px;
	}

	.uslugi .col-md-4 a span {
    	width: 94%;
	}

	footer .pull-left,
	footer .pull-right {
		width: 100%;
		text-align: center;
	}

	.madeby {
		float: none;
		margin-top: 10px;
		display: inline-block;
	}

	.uslugi .col-md-4 a span, .uslugi .col-md-4 a:hover strong {
    	font-size: 22px;
	}
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {
	.uslugi .col-md-4 a span {
    	width: 93%;
	}

	.navbar-brand>img {
    	display: block;
    	width: 180px;
    	margin-top: 5px;
	}

	.cycle-slide .container {display: none;}
}
