/* global styles */

body {
	border-top: 0px solid #fff;
	background: #fff;
	font-family: 'Lato', Arial;
	font-size: 15px;
	font-weight: 300;
	color: #333;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	padding-top: 70px;
}

mark {
	font-weight: 100;
	font-style: normal;
	color: inherit;
	background: transparent none;
}

b, strong {
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
}

.container {
}

.btn-spec {
	font-size: 16px;
	color: #fff;
	border-bottom: 6px solid #59b2de;
	padding: 20px 45px 15px 45px;
	background: #66ccff;
	text-decoration: none;
	cursor: pointer;
}
.btn-spec:hover {
	color: #fff;
	text-decoration: none;
	background: #0099ff;
	border-bottom-color: #0085de;
}
.btn-spec:hover {
	color: #0099ff;
	text-decoration: none;
	background: #fff;
	border-bottom-color: #59b2de;
}
/* icon set */

[class^="icon-"],
[class*=" icon-"] {
	vertical-align: middle;
	display: inline-block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	background: transparent url('../images/icon-set.png') 30px 30px no-repeat;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	display: inline-block;
	content: "";
}

	/* col1 */
	.icon-percent:before {
		background-position: 0px 0px;
		width: 24px;
		height: 35px;
	}
	.icon-body:before {
		background-position: 0px -35px;
		width: 28px;
		height: 53px;
	}
	.icon-location:before {
		background-position: 0px -88px;
		width: 28px;
		height: 33px;
	}
	.icon-hand:before {
		background-position: 0px -121px;
		width: 46px;
		height: 14px;
	}
	/* col2 */
	.icon-postcard:before {
		background-position: -28px 0px;
		width: 39px;
		height: 28px;
	}
	.icon-equipment:before {
		background-position: -28px -28px;
		width: 38px;
		height: 31px;
	}
	.icon-tag:before {
		background-position: -28px -59px;
		width: 34px;
		height: 36px;
	}
	.icon-left-arrow:before {
		background-position: -28px -135px;
		width: 19px;
		height: 42px;
	}
	.icon-right-arrow:before {
		background-position: -47px -135px;
		width: 19px;
		height: 42px;
	}
	/* col3 */
	.icon-clock:before {
		background-position: -67px 0px;
		width: 33px;
		height: 33px;
	}
	.icon-paper-plane:before {
		background-position: -67px -33px;
		width: 32px;
		height: 30px;
	}
	.icon-phone:before {
		background-position: -67px -63px;
		width: 32px;
		height: 32px;
	}
	.icon-facebook:before {
		background-position: -67px -95px;
		width: 29px;
		height: 29px;
	}
	.icon-zoom:before {
		background-position: -67px -124px;
		width: 30px;
		height: 32px;
	}
	.icon-down-arrow:before {
		background-position: -67px -156px;
		width: 29px;
		height: 29px;
	}
	.icon-up-arrow:before {
		background-position: -67px -185px;
		width: 29px;
		height: 29px;
	}
	.icon-up-arrow-alt:before {
		background-position: -67px -214px;
		width: 29px;
		height: 29px;
	}
	/* col4 */
	.icon-search:before {
		background-position: -100px -0px;
		width: 17px;
		height: 18px;
	}
	.icon-arrow-left:before {
		background-position: -100px -26px;
		width: 8px;
		height: 14px;
	}
	.icon-arrow-right:before {
		background-position: -108px -26px;
		width: 8px;
		height: 14px;
	}


/* #main-nav */

#main-nav {
	width: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10;
	position: absolute;
	height: 70px;
	
	-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	
	text-transform: uppercase;
}
	#main-nav .logo {
        background: transparent url('../images/logo-scroll.png') center no-repeat;
        width: 111px;
        height: 61px;
        margin-top: 7px;	    
		display: block;
		float: left;		
	}

    /*#main-nav .logo_min {
        background: transparent url('../images/logo-scroll.png') center no-repeat;
        width: 111px;
        height: 61px;
        margin-top: 7px;
    }*/

#main-nav ul.menu {
	display: none;
	float: right;
	list-style-type: none;
	height: 70px;
	padding: 0px;
	margin: 0px;
	margin-top: 57px;
	font-size: 0px;
}
	#main-nav ul.menu li {
		padding: 0px;
		margin: 0px;
		display: inline-block;
		position: relative;
	}
	#main-nav ul.menu li a {
		display: inline-block;
		line-height: 70px;
		height: 70px;
		color: #666666;
		font-size: 16px;
		text-decoration: none;
		padding: 0px 20px;
	}
	#main-nav ul.menu > li > a:hover,
	#main-nav ul.menu > li.active > a {
		color: #66ccff;
	}
#main-nav ul.menu li .submenu {
	display: none;
	
	position: absolute;
	bottom: -55px;
	left: -600px;
	
	height: 55px;
	width: 1200px;
	margin-left: 50%;
}
	#main-nav ul.menu li .submenu ul {
		display: block;
		padding: 0px;
		margin: 0px;
		
		text-align: center;
		font-size: 0px;
	}
	#main-nav ul.menu li .submenu > .arrow,
	#main-nav ul.menu li .menu-search > .arrow {
		background: transparent url('../images/icon-set.png') -100px -18px no-repeat;
		display: inline-block;
		/*content: "";*/
		position: absolute;
		top: -8px;
		left: 50%;
		margin-left: -12px;
		
		width: 24px;
		height: 8px;
	}
	#main-nav ul.menu li .submenu ul li a {
		color: #fff;
		background: #66ccff;
		height: 55px;
		line-height: 55px;
	}
	#main-nav ul.menu li .submenu ul li.active a {
		font-weight: bold;
	}
	#main-nav ul.menu li .submenu ul li a:hover {
		color: #66ccff;
		background: #fff;
	}
	#main-nav ul.menu li:hover > .submenu {
		display: block;
	}


/*moduł wyszukiwarki*/
#jszukaj{
    position:absolute;
    z-index:999999999;
    right:73px;
    width:57px;
    margin-top:18px;
    padding-left:20px;
    text-align:right;
}

#jszukaj .menu-search {
	display: none;
	
	background: #66ccff;
	
	position: absolute;
	bottom: -76px;
	height: 55px;
	margin-left:-203px;
}
	#jszukaj .menu-search > .arrow {
		left: auto;
		right: 15px;
		margin: 0px;
	}
	
    #jszukaj .menu-search > .arrow {
        background: transparent url('../images/icon-set.png') -100px -18px no-repeat;
        display: inline-block;
        /*content: "";*/
        position: absolute;
        top: -8px;
        left: 89%;
        margin-left: -12px;
        
        width: 24px;
        height: 8px;
    }	
	
	#jszukaj .menu-search input {
		width: 200px;
		background: transparent;
		border: 0px;
		border-bottom: 1px solid #b2e0f4;
		padding: 0px;
		font-size: 16px;
		color: #fff;
		line-height: 25px;
		height: 25px;
		margin: 15px 25px;
	}

#main-nav.affix {
	/*position: fixed;
	height: 70px;*/
}
#main-nav.main-nav-pc.affix .logo {
	background: transparent url('../images/logo-scroll.png') center no-repeat;
	width: 111px;
	height: 61px;
	margin-top: 7px;
}
#main-nav.main-nav-pc.affix ul {
	margin-top: 0px;
}

/*moduł wyszukiwarki w fixowym menu*/
#main-nav.main-nav-pc.affix  #jszukaj{
    margin-top:23px;
    display:block;
}

/*menu_mobile*/
#butt_menu_mobile{   
    cursor:pointer;
    margin-top:13px; 
    display: block;  
    position:absolute;
    z-index:1;
    right:10px; 
}


/* #home-slider */

#home-slider {
	position: relative;
}
#home-slider .slides{
	position: relative;
	height: 514px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
	#home-slider .slides li {
		width: 100%;
		height: 514px;
		display: block;
		opacity: 1;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top:0px;
		left:0px;
		background: transparent none center no-repeat;
	}
	#home-slider .slides li .col-md-6 {
		text-align: center;
	}
	#home-slider .slides li .col-md-6 .offer-button {
		margin: 80px auto 60px auto!important;
	}
	
#home-slider .slides li .offer-button {
	font-size: 26px;
}
#home-slider .slides li .offer-button mark {
	font-size: 28px;
}
#home-slider .slides li .offer-button > span {
	font-size: 18px;
	line-height: 18px;
}
#home-slider .slider-nav {
	width: 200px;
	margin-left: -100px;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 450px;
}
	#home-slider .slider-nav li {
		width: 12px;
		height: 12px;
		-webkit-border-radius: 50px;
		-moz-border-radius:    50px;
		border-radius:         50px;
		display: inline-block;
		opacity: 0.3;
		margin: 0px 4px;
		padding: 0px;
		cursor: pointer;
		background: #0099ff;
	}
	#home-slider .slider-nav li.active,
	#home-slider .slider-nav li:hover {
		opacity: 0.7;
	}






.main-grid {
	padding: 100px 0;
}
.main-grid-gallery {
	padding: 50px 0 70px 0;
}
.main-grid-pricing {
	padding: 0px 0 70px 0;
}
.main-grid-offer {
	padding: 0px 0 70px 0;
}
.main-grid-index-gallery {
	padding: 0px 0 150px 0;
}
.main-page {
	padding: 50px 0 50px 0;
}
html body .breadcrumb + main {
	padding-top: 0;
}
.main-pricing {
	padding: 0 0 100px 0;
}

.main-page-contact {
	padding: 100px 0 100px 0;
}

#home-slider + .main-grid-offer {
	padding-top: 100px;
}


.main-grid-pricing .grid,
.main-grid-offer .grid,
.main-grid-gallery .grid,
.main-grid-press .grid,
.main-grid-index-gallery .grid {
	margin-top: 0px;
}

/* .breadcrumb */
.breadcrumb {
	padding: 30px 0px;
	margin: 0px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.breadcrumb ul {
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
}
	.breadcrumb ul li {
		display: block;
		font-size: 17px;
		color: #66ccff;
		padding-right:16px;
	}
	
	.breadcrumb ul li.ico{
	   background: no-repeat url(../images/ico_li_breadcrumbs.jpg) 0px 9px;
	   padding:0px 17px 0px 25px;   
	}
	
	/*.breadcrumb ul li:before {
		display: inline-block;
		content: " > ";
		color: #333;
		margin: 0 15px;
	}*/
	.breadcrumb ul li:first-child:before {
		display: none;
	}
	.breadcrumb ul li a {
		display: inline-block;
		color: #333;
		text-decoration: none;
	}

/* .wide-nav */

.wide-nav {
	overflow: hidden;
	text-transform: uppercase;
}
.wide-nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
	.wide-nav ul li {
		display: block;
		margin: 0px;
		padding: 0px;
		width: 33.33333333%;
		float: left;
	}
	.wide-nav ul li a {
        min-height:95px;
        line-height:61px;
        padding: 17px;
        font-size: 23px;	    
		display: block;
		position: relative;
		background: #f7f7f7;
		color: #333;
		font-weight: 100;
		text-decoration: none;
	}
	
    .wide-nav-3 ul li a {
        min-height:61px;
        line-height:37px;
        padding: 13px;
        font-size: 20px;        
    } 	
	
	.wide-nav ul li:first-child a:before,
	.wide-nav ul li:last-child a:after {
		content: "";
		display: block;
		height: 100%;
		width: 1000px;
		position: absolute;
		top: 0px;
		background: #f7f7f7;
	}
	.wide-nav ul li:first-child a:before {
		left: -1000px;
	}
	.wide-nav ul li:last-child a:after {
		right: -1000px;
	}
.wide-nav-gradient ul li a {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
.wide-nav-gradient ul li:first-child:not(.active) a:not(:hover):before {
	background: #fff;
}
.wide-nav-gradient-to-center ul li:first-child a {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(left,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.wide-nav-gradient-to-center ul li:last-child a {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
	.wide-nav ul li a:hover,
	.wide-nav ul li.active a,
	.wide-nav ul li a:hover:before,
	.wide-nav ul li.active a:before,
	.wide-nav ul li a:hover:after,
	.wide-nav ul li.active a:after {
		background: #66ccff;
		color: #fff;
		font-weight: 400;
	}
.wide-nav-1 ul li {	width: 100%; }
.wide-nav-2 ul li {	width: 50%; }
.wide-nav-3 ul li {	width: 100%; float:none; }
.wide-nav-4 ul li { width: 100%; float:none; }


.wide-nav-problem-1 {
	text-align: left;
}
.wide-nav-problem-2 {
	text-align: right;
}
.wide-nav-problem-1 span,
.wide-nav-problem-2 span {
	width: 80px;
	height: 80px;
	background: transparent url('../images/problem-icon.png') 0px -80px no-repeat;
	display: block;
	float: right;
	margin-top: -11px;
	
}

.wide-nav-problem-1 span{
    margin-left:5px;
}

.wide-nav-problem-2 span{
    
    margin-right:5px;
}

.wide-nav-problem-2 span {
	float: left;
	background-position: -80px -80px;
}
.wide-nav-problem-1.active span,
.wide-nav-problem-1 a:hover span {
	background-position: 0px 0px;
}
.wide-nav-problem-2.active span,
.wide-nav-problem-2 a:hover span {
	background-position: -80px 0px;
}

.wide-nav + .main-page {
	padding-top: 0px;
}

/* .grid item */
.grid {
    margin: 50px -15px 100px -15px;
    text-transform: uppercase;
}
.grid:after,
.grid .item:after {
    display: table;
    content: " ";
    clear: both;
}

.grid .item {  
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

.grid .item .item-image {
}
        
.grid .item .item-label {
    display: none;        
}

.grid .item-label small {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
}

.grid .item .item-mask {
    width:100%;
    height:100%;
    padding: 34% 0 0 0;
    font-size: 20px; 
     
    display: block;  
    /*visibility: hidden;*/
    opacity: 0;
    color: #fff;
    background: rgba(102, 204, 255, 0.92);
    /*-webkit-transition: all 0.7s;
    transition:         all 0.7s;*/
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    text-decoration: none;    
    text-align: center;
}

.grid .item .item-mask i {
    display: block;
    margin: 10px 0;
}

/*.grid .item:hover .item-mask {
    opacity: 1;
    visibility: visible;
}*/

/* .grid item-double */    
.grid .item.item-double {

}

.grid .item-double .item-image {
    float: left;
}

.grid .item-double .item-label {
    padding: 0 7px 0 7px;
    font-size:14px;      
    float: right;
    height:100%;
    background: #fdfdfd;
    color: #333;
    display: table;
}
    
.grid .item-double .item-label > div,
.grid .item-double .item-mask > div {
    display: table-cell;
    vertical-align: middle;
}

.grid .item-double .item-mask {
    width:100%;
    padding: 0 0 0 26%;
    font-size: 14px;
    text-align: left;
    display: table;
}
    
.grid .item-double .item-mask span {
    display: block;
    font-size: 20px;
}    
        
.grid .item-double-invert .item-image { float: right; }
.grid .item-double-invert .item-label { float: left; }
.grid .item.item-double-alone,
.grid .item-double-invert + .item-double:not(.item-double-invert):last-child, 
.grid .item-double:not(.item-double-invert) + .item-double-invert:last-child {
    margin: 0px auto 0px auto;
    float:none;
    clear: both;
}
.grid .item-double-invert + .item-double:not(.item-double-invert):last-child .item-label {
    /*float: left;*/
}
.grid .item-double-invert + .item-double:not(.item-double-invert):last-child .item-item {
    /*float: right;*/
}
.grid .item-double:not(.item-double-invert) + .item-double-invert:last-child .item-label {
    /*float: right;*/
}
.grid .item-double:not(.item-double-invert) + .item-double-invert:last-child .item-item {
    /*float: left;*/
}

/* .grid-slider-active galeria - slajder */ 
.grid-slider-active {
    overflow: hidden;
    position: relative;
    /*margin-left: auto;
    margin-right: auto;*/
}

.grid-slider-active .item {
    position: absolute;
    top: 0px;
}

.grid-slider-active .item .item-mask {
    padding-top: 26%;
}
    
.grid .icon-arrow-left,
.grid .icon-arrow-right {
    line-height: 147px;
    width: 30px;
    height: 100%;
    text-align: center;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 2;  
    background: rgba(102, 204, 255, 0.15);
    -webkit-transition: all 0.7s;
    transition:         all 0.7s;
    cursor: pointer;
}

.grid .icon-arrow-right {
    left: auto;
    right: 0px;
}

.grid .icon-arrow-left:hover,
.grid .icon-arrow-right:hover {
    background: rgba(102, 204, 255, 0.5);
}

/*small - grid*/
.small-grid {
    margin-left: 0px;
    margin-right: 0px;
}

.small-grid.grid-slider-active {
    height: 120px;
}

.small-grid .item,
.small-grid .item .item-image, 
.small-grid .item .item-mask {
    width: 120px;
    height: 120px;
    margin: 0 3px;
}

.small-grid.grid-slider-active .item{
    width:120px;
}

.small-grid .icon-arrow-left,
.small-grid .icon-arrow-right {
    line-height: 117px;
}  

.small-grid .icon-arrow-left{
    
}

.small-grid .icon-arrow-right{
    right:3px;
}

/* .grid */

/*.grid {
	margin: 50px -15px 100px -15px;
	text-transform: uppercase;
}
.grid:after,
.grid .item:after {
	display: table;
	content: " ";
	clear: both;
}

.grid .item {
	width: 300px;
	height: 300px;
	float: left;
	display: block;
	position: relative;
}
	.grid .item .item-image {
		width: 300px;
		height: 300px;
	}
	.grid .item .item-label {
		display: none;
	}
	.grid .item .item-mask {
		display: block;
		width: 300px;
		height: 300px;
		visibility: hidden;
		opacity: 0;
		color: #fff;
		background: rgba(102, 204, 255, 0.92);
		-webkit-transition: all 0.7s;
		transition:         all 0.7s;
		position: absolute;
		top: 0px;
		left: 0px;
		cursor: pointer;
		text-decoration: none;
		
		text-align: center;
		padding: 100px 0 0 0;
		font-size: 20px;
	}
	.grid .item .item-mask i {
		display: block;
		margin: 10px 0;
	}
	.grid .item:hover .item-mask {
		opacity: 1;
		visibility: visible;
	}

.small-grid {
	margin-left: 0px;
	margin-right: -5px;
}
.small-grid .item,
.small-grid .item .item-image, 
.small-grid .item .item-mask {
	width: 202px;
	height: 202px;
	margin: 0 3px;
}
.grid .item .item-mask {
	font-size: 18px;
}
	
.grid .item.item-double {
	width: 600px;
}
	.grid .item-double .item-image {
		float: left;
	}
	.grid .item-double .item-label {
		float: right;
		display: block;
		width: 300px;
		height: 300px;
		background: #fdfdfd;
		color: #333;
		padding: 0 30px 0 60px;
		font-size: 20px;
		display: table;
	}
	.grid .item-double .item-label > div,
	.grid .item-double .item-mask > div {
		display: table-cell;
		vertical-align: middle;
	}
	.grid .item-double .item-mask {
		width: 600px;
		padding: 0 0 0 150px;
		font-size: 20px;
		text-align: left;
		display: table;
	}
	.grid .item-double .item-mask span {
		display: block;
		font-size: 30px;
	}
.grid .item-double-invert .item-image { float: right; }
.grid .item-double-invert .item-label { float: left; }
.grid .item.item-double-alone,
.grid .item-double-invert + .item-double:not(.item-double-invert):last-child, 
.grid .item-double:not(.item-double-invert) + .item-double-invert:last-child {
	width: 600px;
	margin: 0 300px;
}
.grid .item-double-invert + .item-double:not(.item-double-invert):last-child .item-label {
	float: left;
}
.grid .item-double-invert + .item-double:not(.item-double-invert):last-child .item-item {
	float: right;
}
.grid .item-double:not(.item-double-invert) + .item-double-invert:last-child .item-label {
	float: right;
}
.grid .item-double:not(.item-double-invert) + .item-double-invert:last-child .item-item {
	float: left;
}

.grid-slider-active {
	height: 300px;
}
	.grid-slider-active {
		height: 300px;
		overflow: hidden;
		position: relative;
	}
	.small-grid.grid-slider-active {
		height: 202px;
	}
	.grid-slider-active .item {
		position: absolute;
		top: 0px;
	}
	.grid .icon-arrow-left,
	.grid .icon-arrow-right {
		width: 30px;
		height: 100%;
		line-height: 100%;
		text-align: center;
		position: absolute;
		top:0px;
		left:0px;
		z-index: 2;
		line-height: 290px;
		background: rgba(102, 204, 255, 0.15);
		-webkit-transition: all 0.7s;
		transition:         all 0.7s;
		cursor: pointer;
	}
	.small-grid .icon-arrow-left,
	.small-grid .icon-arrow-right {
		line-height: 200px;
		left:3px;
	}
	.grid .icon-arrow-right {
		left: auto;
		right: 0px;
	}
	.small-grid .icon-arrow-right {
		right: 3px;
	}
	.grid .icon-arrow-left:hover,
	.grid .icon-arrow-right:hover {
		background: rgba(102, 204, 255, 0.5);
	}
.grid .item-label small {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 300;
}
.grid-press .item-label {
	padding-top: 60px;
}*/
	
	
/* .pricing */

.pricing {
	margin: 0 0 100px 0;
		text-transform: uppercase;
}
	.pricing > h2 {
		display: block;
		background: #66ccff;
		color: #fff;
		font-size: 25px;
		padding: 35px 0;
		margin: 0px;
		text-align: center;
		font-weight: 300;
	}
	.pricing > .row {
		margin: 5px -5px;
	}
	.pricing > .row > .col-md-6 {
		padding: 0 5px;
	}
	
.pricing-section {
	border: 1px solid #ddd;
	margin: 5px 0;
	text-transform: none;
}
	.pricing-section > h3 {
		color: #333;
		font-size: 16px;
		line-height: 29px;
		font-weight: 300;
		cursor: pointer;
		padding: 15px 54px 15px 20px;
		margin: 0px;
		background: no-repeat url('../images/ico_strzalka_blue_dol.png') 96.4% 50%;
	}	
	
	.pricing-section > h3 > span {
		color: #b50606;
		font-weight: bold;	
	}
	
	/*.pricing-section > h3:after {
		background: transparent url('../images/icon-set.png') -67px -156px no-repeat;
		height: 29px;
		width: 29px;
		vertical-align: middle;
		display: inline-block;
		content: "";
		float:right;
	}*/
	
	.pricing-section > h3.blank{
        background: none;
        padding:15px 20px;	    
	}
	
	.pricing-section > h3.blank:after {
		background: none;
	}
	.pricing-section > div {
		display: none;
		padding: 20px 40px;
	}
	.pricing-section.in > h3 {
		color: #fff;
		background: #66ccff no-repeat url('../images/ico_strzalka_white_gora.png') 96.4% 50%;
	}
	.pricing-section.in > h3:after {
		
	}

.pricing-group {
	margin: 20px 0;
}
	.pricing-group.no-group {
		margin: 0;
	}
	.pricing-group > h4 {
		color: #333;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
	}
	.pricing-group > ul {
		margin: 0;
		padding: 0;
		display: block;
	}
	.pricing-group > ul > li {
		margin: 0;
		padding: 0;
		display: block;
		color: #333;
		font-size: 16px;
		font-weight: 300;
		border-top: 1px solid #ddd;
		line-height: 28px;
	}
	.pricing-group > ul > li:first-child {
		border-top: 0px none;
	}
	
	.pricing-group > ul > li:after {
		display: table;
		content: " ";
		clear: both;
	}
	.pricing-group > ul > li > mark {
		float: right;
		font-weight: 400;
		background: none;
	}
	.pricing-group > ul > li > mark.green {
		color: #b50606;
		font-weight: bold;
	}
	.pricing-group > ul > li > mark > span.old-price {
		font-size: 12px;
		/*color: #900;*/
		color: #333333;
		text-decoration: line-through;
	}


/* page view */

main nav.offer-nav {
	text-transform: uppercase;
	font-size: 16px;
	background: #f7f7f7;
	/*padding: 50px 40px 500px 50px;
	position: relative;*/padding: 50px 40px 70px 50px;
}
	main nav.offer-nav h3 {
		font-size: 20px;
		font-weight: 300;
	}
	main nav.offer-nav ul {
		display: block;
		padding: 0px;
	}
	main nav.offer-nav ul li {
		display: block;
		position: relative;
	}
	main nav.offer-nav ul li a {
		color: #333;
		/*text-decoration: underline;*/
	}
	main nav.offer-nav ul li a:hover,
	main nav.offer-nav ul li.active a {
		color: #66ccff;
	}
	main nav.offer-nav ul li.active:before {
		background: transparent url('../images/icon-set.png') -28px -135px no-repeat;
		width: 19px;
		height: 42px;
		content: "";
		
		display: inline-block;
		position: absolute;
		right: -40px;
		top: 50%;
		margin-top: -21px;
	}
	
#joffer-nav{
    display: none;
}	

main nav .tell-me-more {
	text-transform: none;
	height: 75px;
	overflow: hidden;
	margin-bottom: 15px;
}
	main nav .tell-me-more ul {
		list-style: none;
		padding-top: 10px;
	}
	main nav .tell-me-more ul li {
		padding-left: 25px;
		background-image: url('../images/li.png');
		 background-repeat: no-repeat;
		 background-position: 6px 9px; 
	}
	main nav .tell-me-more .tell-me-more-handler {
		float: right;
		margin: 20px 0 20px 15px;
	}
	
main nav .nav-decorate {
	/*position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	*/position: relative;margin: 0px -40px -70px -50px;
}
main nav .nav-decorate img {
	width: 100%;
	height: auto;
}
main nav .nav-decorate .mask {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	
	background: #f7f7f7;
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(247,247,247,0.9) 50%, rgba(247,247,247,0.4) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(50%,rgba(247,247,247,0.9)), color-stop(100%,rgba(247,247,247,0.4)));
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,0.9) 50%,rgba(247,247,247,0.4) 100%);
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,0.9) 50%,rgba(247,247,247,0.4) 100%);
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,0.9) 50%,rgba(247,247,247,0.4) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(247,247,247,0.9) 50%,rgba(247,247,247,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#70f7f7f7',GradientType=0 );
}

/*affix*/
	main nav.offer-nav.affix + .page {
		margin-left: 500px;
	}
	main nav.offer-nav.affix {
		top: 100px;
		width: 404px;
	}

main article.page {
	padding: 50px 20px 70px 20px;
	float:none;
}
main article.page .page-details {
	margin-top: 30px;
}

main article.page .page-details .row {
    margin: 0;
    padding-left:16%;
}

main article.page .page-details .poz{
    float:none;
    margin:0px auto 0px auto;
    
    clear:both;
}

	main article.page .page-details b {
		margin-top: 10px;
		padding-top:13px;
		display: block;
	}
	main article.page .page-details i {
		float: left;
		width: 60px;
		text-align: center;
		line-height: 70px;
		height: 70px;
		margin-right: 20px;
	}
.pricing-link-container {
	margin-top: 60px;
}
main h1 {
	font-size: 20px;
	color: #66ccff;
}
main h2 {
	font-size: 17px;
	font-weight: 400;
}
main h3 {
	font-size: 15px;
	font-weight: 400;
}

main p {
	text-align: justify;
}

main h1:first-child, main h2:first-child, main h3:first-child, 
main h4:first-child, main h5:first-child, main h6:first-child,
main p:first-child {
	margin-top: 0px;
}

.team-list {
	margin: 35px 0 0 0;
}
.team-list li {
	margin: 7px 0;
}
.team-list li a {
	text-decoration: none;
	display: block;
}
.main-page .row nav .team-list li.active a,
.main-page .row nav .team-list li a:hover {
	color: #66ccff;
}
.team-list span {
	text-transform: none;
	font-size: 15px;
	color: inherit;
}

/*team page - pracownik*/
.team-page{
    float:right;
}

.team-page .team-description h1 {
	text-transform: uppercase;
}
body main .team-page {
	padding-top: 10px;
}
.team-page .team-description h2 {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.team-page .team-description img {
	margin: 0 auto 22px auto;
	display: block;
}
.team-page .team-attributes h3 {
	font-size: 18px;
	font-weight: 400;
}
.team-page .team-attributes h4 {
	font-size: 16px;
	font-weight: 400;
}

/*mapa*/
.gmapa {
	height: 500px;
}
body .gmapa img {
	max-width: none;
}
.main-page-contact .contact-details {
	text-align: center;
}
.main-page-contact .contact-details p {
	margin: 35px 0;
	text-align: center;
}


.main-grid-gallery h1 {
	font-size: 30px;
	font-weight: 300;
	color: #66ccff;
	margin: 50px 0;
}
.main-grid-gallery .grid {
	margin-bottom: 50px;
}


.main-page-search {
	margin-bottom: 150px;
}
	.main-page-search a.search-item {
		color: #333;
		padding: 30px 0;
		border-top: 1px solid #ddeeff;
		outline: none;
		display: block;
		text-decoration: none;
	}
	.main-page-search a.search-item h1 {
		text-decoration: none;
		text-transform: uppercase;
	}
	.main-page-search h1 strong {
		font-weight: 700;
	}
	.main-page-search a.search-item:first-child {
		padding-top: 0;
		border-top: 0px;
	}
	.main-page-search a.search-item:hover p {
		text-decoration: underline;
	}

/*#info - podstrona tekstowa*/
#jinfo{
    
}

#jinfo .foto{
    margin-bottom:25px;    
}

#jinfo .tekst{
    
}

/*film w treści - responsywny*/
.yt_video_container{
    width:73%;
    margin:0px auto 0px auto;       
}

.yt_video{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;    
}
.yt_video .iframe_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

/* #offer-section */
#offer-section {
    color: #333;
    text-align: center;
    background: transparent url('../images/offer-bg.png') center no-repeat;
    height: 383px;
    margin-bottom: 80px;
    font-size: 15px;
}
.offer-button {
    font-size: 26px;
    line-height: 1.2em;
    margin: 24px auto 35px auto;
    padding: 15px 35px;    
    text-decoration: none;
    color: #333 !important;  
    display: inline-block;
    border: 1px solid #333;   
    text-decoration: none !important;
}

#offer-section i {
    margin-bottom: 8px;
    display: block;
    height: 53px;
    line-height: 53px;
}

#offer-section a {
    color: #333;
    text-decoration: none;
    outline: none;
    margin-bottom:20px;
}
/* #clinic-description */
#clinic-description {
}
#clinic-description p {
	font-size: 16px;
	text-align: justify;
}
#clinic-description p img {
	float: left; 	
	margin-right: 20px;
	margin-bottom: 10px;
}
#clinic-description p img.second {
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#clinic-description p.tell-me-more-text-toggle {
	display: none;	
}

/* #sign-in-section */
#sign-in-section {
    background: #66ccff url('../images/sign-in-bg.png') center no-repeat;
	margin-top: 80px;
	display: block;
}
#sign-in-section .container {
    height: 300px;
}
#sign-in-section .sign-in-left,
#sign-in-section .sign-in-right {
    text-align: center;
}
#sign-in-section .sign-in-left span,
#sign-in-section .sign-in-right a {
    display: inline-block;
    text-decoration: none;
}
#sign-in-section .sign-in-left span {
    font-size: 23px;
    padding: 25px 50px;
    border: 1px solid #fff;
    margin-top: 19px;
    line-height: 1.2em;
    color: #fff;
}

#sign-in-section .sign-in-left span mark {
    font-size: 27px;
    
}
#sign-in-section .sign-in-right a {
    margin-top: 61px;
}

/* #contact-section */
#contact-section {
    text-align: center;
    font-size: 15px;
    margin: 60px 0 70px 0;
}

#contact-section i {
    margin-bottom: 20px;
    display: block;
    height: 48px;
    line-height: 48px;
}

#contact-section a {
    color: #333;
    text-decoration: none;
    display: block;
    outline: none;
}

#contact-section a div{
    margin-bottom:30px;
    width:100%;
}

/* footer */

footer {
	height: 130px;
	background: #f4f4f4;
}

footer .rpo {
	width: 100%;
	height: 55px;
	display: block;
	margin-top: 44px;
	float: left;
}

footer .rpo a {
	display: block;
	width: 100%;
	height: 100%;
}
	
footer .copyright {
	float: right;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom:10px;
}

footer .icon-facebook {
	margin-left: 10px;
}
.raty-push-top {
	padding-top: 0px;	
}


/*menu_mobile*/
#menu_mobile{
    position:absolute;
    top:0px;
    min-height:50px;
    padding: 0 !important;
    z-index:999999997;
    min-width:200px;
    /*width:500px;
    left:-500px;*/
    display:none;
    /*background: url(../images/menu_mobile_tlo.png); */ 
    background-color:#2b2b2b;
    color:#fff;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    
    border:0px solid red;
}

#menu_mobile ul{
    padding:0;
    margin-bottom:0px;
    width:100%;
}

#menu_mobile li{
    
    list-style-type:none;
    
}

#menu_mobile li a{
    display: block;
    cursor:pointer;
    width:100%;
    padding:17px 0px 17px 20px;
    color:#bfbfbf; 
    border-bottom:1px solid #565656; 
    text-transform:uppercase; 
}

/*#menu_mobile li li.active a{
    background-color:#363636;
}*/

#menu_mobile li li a{
    padding-left:40px;
    
}

#menu_mobile li a:hover{
    background-color:#363636;
    text-decoration:none;
}

/* Tiny Scrollbar */
#scrollbar1 { border:0px solid blue; /*width: 485px; margin: 20px 0 10px;*/ width:100%; margin: 0;}
#scrollbar1 .viewport { border:0px solid green; /*width: 470px;*/ overflow: hidden; position: relative; }
#scrollbar1 .overview { width: 100%; /*moje 100%, normalnie nie ma żadnego width*/ min-height:100px;border:0px solid orange; list-style: none; position: absolute; z-index:999999999;left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ border:0px solid red; /*background: transparent url(../images_scroll/bg-scrollbar-track-y.png) no-repeat 0 0;*/ position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { /*background: transparent url(../images_scroll/bg-scrollbar-trackend-y.png) no-repeat 0 100%;*/ height: 100%; width:13px; position: relative; padding: 0 1px; }

#scrollbar1 .thumb { 
    height: 20px; 
    width: 3px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    left: 7px;
    border-radius:15px;
    background-color:#8f8282;     
    /*background: transparent url(../images_scroll/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; 
    height: 20px; 
    width: 25px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    left: -5px; */
}

#scrollbar1 .thumb .end { background: transparent url(../images_scroll/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

