@font-face {
    font-family: 'default-font';
    src: url('fonts/condensedmedium.eot');
    src: url('fonts/condensedmedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/condensedmedium.woff') format('woff'),
         url('fonts/condensedmedium.ttf') format('truetype'),
         url('fonts/condensedmedium.svg#abadi_mt_condensed_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'default-font-bold';
    src: url('fonts/condensedextrabold.eot');
    src: url('fonts/condensedextrabold.eot?#iefix') format('embedded-opentype'),
         url('fonts/condensedextrabold.woff') format('woff'),
         url('fonts/condensedextrabold.ttf') format('truetype'),
         url('fonts/condensedextrabold.svg#abadi_mt_condensed_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	overflow: hidden;
}

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

div.media img {
            width: 0px;
            height: 0px;
        }


@media screen and (max-width: 760px) {
/*	body {
		padding-top: 98px;
	}
	
	body.admin-bar {
		padding-top: 98px;
	}*/
	
	.header-container {
		position: fixed;
		top: 0px;
		z-index: 9999;
	}
	
	body.admin-bar .header-container {
		top: 46px;
	}
	
	html body.admin-bar #wpadminbar {
		position: fixed;
		z-index: 999999 !important;
	}
}

@-ms-viewport { width : device-width; }

/* WORDPRESS ELEMENTS */

/* General */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
strong > em,
em > strong {
	font-weight: bold;
	font-style: italic;
} 
hr {
	background: #c7c7c7;
	clear: both;
	border: 0px;
	border-top: 1px solid #c7c7c7;
	height: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content blockquote {
	font-style: italic;
	padding: 10px 20px 10px 20px;
	border-left: 4px solid #acacac;
	margin: 0px 0px 30px 10px;
}
.content blockquote p {
	padding: 0px;
}

th, td {
	border: none;
}

.wp-caption-text {
	text-align: center;
	font-size: 17px;
	color: #363636;
	font-family: 'default-font';
	text-transform: uppercase;
}

/* Lists */

.content ul, .content ol {
	padding-bottom: 24px;
	padding-top: 0px;
	padding-left: 27px;
}
.content .gform_wrapper .gfield_html ul {
	padding-left: 28px !important;
}
.content ol li {
	list-style: decimal;
	float: none;
	list-style-position: outside;
}
.content ul li,
.gform_wrapper .gfield_html ul li {
	list-style: disc;
	float: none;
	list-style-position: outside;
}
.content li {
	padding-bottom: 8px;
	padding-left: 5px;
}

.content ul.payment_methods li {
	list-style: none;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Columns */

/* Columns */

.body .col-alternate-21 .col-half-1 {
	padding-right: 4%;
	width: 60%;
	float: left;
}
.body .col-alternate-21 .col-half-2 {
	width: 30%;
	float: right;
}
.body .col-alternate-12 .col-half-1 {
	width: 30%;
	float: left;
}
.body .col-alternate-12 .col-half-2 {
	padding-left: 4%;
	width: 60%;
	float: right;
}

.content .col-container {
	display: inline-block;
	clear: both;
	padding-bottom: 20px;
	width: 100%;
}

.content .col-half-1 {
	padding-right: 1.5%;
	width: 45%;
	float: left;
}
.content .col-half-2 {
	padding-left: 5%;
	border-left: 1px solid #c7c7c7;
	width: 45%;
	float: right;
}
.content .col-half-1-3 {
	padding-right: 1.5%;
	width: 30%;
	float: left;
}

.content .col-half-2-3 {
	padding-left: 2%;
    border-left: 1px solid #c7c7c7;
	width: 70%;
	float: right;
}
.content .col-third {
	float: left; 
}
.content .col-third-1 {
	padding-right: 2.2%;
	width: 30%;
    
    position:relative;    
/*    margin: 0 auto;*/
}
.content .col-third-2 {
	padding-left: 2.3%;
	padding-right: 2.3%;
/*	border-left: 1px solid #c7c7c7;*/
/*	border-right: 1px solid #c7c7c7;*/
	width: 30%;
}

.content .col-third-3 {
	padding-left: 2.3%;
	width: 30%;
}

.content .col-fourth {
	float: left;
}
.content .col-fourth-1 {
	padding-right: 1.8%;
	border-right: none;
	width: 22%;
}
.content .col-fourth-2 {
	padding-left: 1.8%;
	padding-right: 1.8%;
	border-right: none;
	width: 22%;
}
.content .col-fourth-3 {
	padding-left: 1.8%;
	padding-right: 1.8%;
	width: 22%;
}

.content .col-fourth-4 {
	padding-left: 1.8%;
	border-left: none;
	width: 22%;
}

.content .col-half,
.content .col-third,
.content .col-fourth {
	border-color: #c7c7c7;
}

/* Styling */

a {
	text-decoration: none;
}

body {
	font-family: 'default-font';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

.header-container,
.header-nav,
.visual-container,
.body-widget-container,
.body-container,
.family-widget-container,
.contact-us-bar-container,
.footer-container,
.shout-out-container {
	width: 100%;
	float: left;
    text-align: center; 
}

h1.logo {
	position: absolute;
	top: 16px;
	width: 100%;
}

h1.logo a {
	background: url('images/podszepty-logo.png') repeat-y;
	background-size: contain;
	width: 280px;
	padding-top: 280px;
	height: 0px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	margin: 0px auto;
}

@media screen and (max-width: 1000px) {
	h1.logo {
		top: 13px;
	}
	
	h1.logo a {
		width: 238px;
		padding-top: 230px;
	}
}

h1.logo.kompletne a {
	background-image: url('images/podszepty-logo.png');
}

.header {
	width: 100%;
	float: left;
	padding: 12px 0px 78px;
	position: relative;
	z-index: 150;
}

body,
.header {
	background: #232323 url('images/niedzwiedz.jpg') center;
	background-size: contain;
}

body#portrety-pages,
body#portrety-pages .header {
    background-image: url('images/niedzwiedz.jpg');
	/* background-image: url('images/background-pattern3.png'); */
	background-size: cover;
}


.mobile-navigation-button {
	display: none;
	cursor: pointer;
	width: 60px;
	height: 45px;
	background: url('images/nav-icon.png') repeat left top;
	background-size: 200%;
}

body#event-pages .mobile-navigation-button,
body#portrety-pages .mobile-navigation-button {
	background: url('images/nav-icon-dark.png') repeat left top;
	background-size: 200%;
}
	


.mobile-navigation-button:hover,
.mobile-navigation-button.active {
	background-position: left -60px;
}

@media screen and (max-width: 1000px) {
	.header {
		padding: 12px 0px 50px;
	}
}

@media screen and (max-width: 760px) {
	.mobile-navigation-button {
		display: block;
		float: right;
		margin-right: 10px;
	}
	
	h1.logo {
		position: static;
	}
	
	h1.logo a {
		position: absolute;
		width: 164px;
		padding-top: 163px;
		top: -16px;
		left: -14px;
	}
	
	h1.logo.kompletne a {
		background-image: url('images/podszepty-logo.png');
	}
	
	.header {
		padding: 12px 0px;
	}
}

.top-navigation-container {
	float: left;
	padding-right: 2%;
	position: relative;
	z-index: 999;
	top:-50px;
    visibility: hidden;
}

.top-navigation-container ul {
	float: right;
}

.top-navigation-container ul li {
	float: left;
	padding: 0px 12px;
}

.top-navigation-container ul a {
	color: #fff;
	font-family: 'default-font';
	text-transform: lowercase;
	font-size: 24px;
	line-height: 24px;
}

body#event-pages .top-navigation-container ul a {
	color: #575757;
	font-family: 'default-font';
	text-transform: lowercase;
	font-size: 24px;
	line-height: 24px;
}

body#event-pages .top-navigation-container ul a:hover {
	color: #888888;
}

body#portrety-pages .top-navigation-container ul a {
	color: #666;
}

.top-navigation-container ul a:hover {
	color: #E7E7E7;
}

body#portrety-pages .top-navigation-container ul a:hover {
	color: #858585;
}

.top-navigation-container ul li.home-nav-icon a {
	display: block;
	width: 16px;
	height: 0px;
	padding-top: 15px;
	background: url('images/home-nav-icon.png') repeat-y left top;
	background-size: 31px;
	overflow: hidden;
	margin-top: 6px;
}

.top-navigation-container ul li.home-nav-icon a:hover {
	background-position: left -16px;
}

body#portrety-pages .top-navigation-container ul li.home-nav-icon a,


body#portrety-pages .top-navigation-container ul li.home-nav-icon a:hover,


.mobile-navigation-container {
	overflow: hidden;
	width: 100%;
	max-height: 0px;
	float: left;
	background: #252525; /*    czene tło nawigacji*/
	padding: 0px;
	transition: max-height 200ms ease, padding 200ms ease;
}


.mobile-navigation-container ul li {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #383838;
}

.mobile-navigation-container ul a {
	color: #fff;
	font-family: 'default-font';
	font-size: 24px;
	line-height: 44px;
	display: block;
	text-align: center;
}

.header-navigation-container {
	width: 100%;
	background: #454545; /*    tło nagłówek nawigacji*/
	display: block;
	float: left;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	position: relative;
}

body#portrety-pages .header-navigation-container:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

body#portrety-pages .header-navigation-container {
	background: #7b521c;
/*    fioletowy nagłówek nawigacji*/
}


@media screen and (max-width: 1000px) {
	.header-navigation-container {
		border-width: 5px;
	}
	
	.top-navigation-container ul li.home-nav-icon a {
		width: 13px;
		padding-top: 12px;
		background-size: 25px;
		margin-top: 6px;
	}
	
	.top-navigation-container ul li.home-nav-icon a:hover {
		background-position: left -13px;
	}
	
	body#portrety-pages .top-navigation-container ul li.home-nav-icon a {
		background-size: 25px;
	}
	
	body#portrety-pages .top-navigation-container ul li.home-nav-icon a:hover {
		background-position: right -13px;
	}
}

.left-header-navigation-container {
	float: left;
	position: relative;
	z-index: 999;
	width: 43%;
}

.right-header-navigation-container {
	float: right;
	position: relative;
	z-index: 999;
	width: 43%;
}

@media screen and (max-width: 1300px) {
	.left-header-navigation-container,
	.right-header-navigation-container {
		width: 39%;
	}
}

body#portrety-pages .left-header-navigation-container {
	float: left;
	position: relative;
	z-index: 999;
	width: 41%;
}

body#portrety-pages .right-header-navigation-container {
	float: right;
	position: relative;
	z-index: 999;
	width: 42%;
}

@media screen and (max-width: 1500px) {
	body#portrety-pages .left-header-navigation-container,
	body#portrety-pages .right-header-navigation-container {
		width: 38%;
	}
}

.left-header-navigation-container ul {
	float: right;
}

.right-header-navigation-container ul {
	float: left;
}
@media screen and (max-width: 760px) {
	.header-navigation-container,
	.top-navigation-container {
		display: none;
	}
	
	.mobile-navigation-container.active {
		max-height: 2000px;
		padding: 20px 0px 20px 0px;
	}
	
	.header {
		border-bottom: 4px solid #fff;
	}
}

.header-navigation-container ul li {
	float: left;
}

.header-navigation-container ul a {
	color: #fff;
	font-family: 'default-font';
	font-size: 24px;
	line-height: 74px;
	display: block;
	padding: 0px 24px;
    
}

body#portrety-pages .header-navigation-container ul a {
	color: #4f4f4f;
    transition: 0.8s;
}

.header-navigation-container ul a:hover {
	background: #d1e1d2;
	color: #454545;
}

body#portrety-pages .header-navigation-container ul a:hover {
	background: #fff;
	color: #4f4f4f;
}

@media screen and (max-width: 1000px) {
	.header-navigation-container ul li {
		float: left;
	}
	
	.header-navigation-container ul a {
		font-size: 18px;
		line-height: 57px;
		padding: 0px 18px;
	}
	
	.top-navigation-container ul a {
		font-size: 18px;
	}
}

.visual-container {
	width: 100%;
	overflow: hidden;
	background: #303030;
/*    czarne tło*/
	position: relative;
}

.slide {
	width: 100%;
	padding-top: 32%;
	background-position: center center;
	background-size: 100% auto;
}

.slide-selectors-wrapper {
	position: absolute;
	left: 0px;
	bottom: 20px;
	z-index: 999;
	width: 100%;
}

.slide-selectors-container {
	max-width: 1166px;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.slide-selectors {
	float: right;
}

.slide-selectors span {
	width: 10px;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	background: #454545;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 8px;
	border-radius: 12px;
}

.slide-selectors span.cycle-pager-active,
.slide-selectors span:hover {
	background: #c4d3c6;
}

@media screen and (max-width: 1400px) {
	.slide-selectors-container {
		max-width: none;
		padding-right: 4%;
		width: 96%;
		display: inline-block;
	}
}

@media screen and (max-width: 760px) {
	.slide-selectors-wrapper {
		display: none;
	}
}

.body-widget-container {
	background: #fff url('images/background-pattern3.png') repeat center top;
	background-size: 70px;
	padding: 1% 0px;
}

body#portrety-pages .body-widget-container {
	background-image: url('images/background-pattern3.png');
    background-repeat: repeat-x;
	background-size: 70px;
}

.home .body-widget-container {
	border-top: 10px solid #fff;
}

@media screen and (max-width: 1000px) {
	.home .body-widget-container {
		border-width: 5px;
	}
}

@media screen and (max-width: 760px) {
	.home {
		border-width: 4px;
	}
    
    .body-widget-container {
		border-width: 4px;
/*        padding: 5px 0;*/
        background-size: auto;
	}
	
	.visual-container {
		padding-top: 98px;
	}
	
	.no-header-shim {
		width: 100%;
		clear: both;
		height: 98px;
	}
}

.body-widget {
	max-width: 1150px;
	display:inline;
	margin: 0px auto;
	text-align: center;
}

.body-widget p {
	font-family: 'Allura', sans-serif;
	font-size: 58px;
	color: #575757;
	line-height: 35px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 14px;
}

@media screen and (max-width: 760px){
	.body-widget p {
		font-size: 30px;
		line-height: 24px;
		padding-top: 8px;
        padding-bottom: 8px;
	}
}

.body-widget h1.logos {
	display: inline-block;
	width: 33%;
	float: left;
}

.body-widget h1.logos a {
	background: url('images/podszepty-logo.png') repeat-y;
	background-size: contain;
	width: 80%;
	padding-top: 80%;
	height: 0px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	margin: 0px auto;
}

h1.logos.kompletne a {
	background-image: url('images/podszepty-logo.png');
}

.body-container {
	background: #fff;
	border-top: 1px solid #c7c7c7;
	text-align: center;
}

body#portrety-pages .body-container {
	border-top: none;
}

.body {
	font-size: 17px;
	padding: 34px 5%;
	color: #888888;
	font-family: Arial;
	width: 90%;
	max-width: 1300px;
	display: inline-block;
	text-align: left;
}

.body.blog-pages .content {
	width: 64%;
	float: left;
}

.body.blog-pages .sidebar {
	width: 292px;
	float: right;
}

@media screen and (max-width: 900px) {
	.body.blog-pages .content {
		width: 100%;
		float: none;
		clear: both;
	}

	.body.blog-pages .sidebar {
		width: 100%;
		float: none;
		clear: both;
	}
}

.body h3,
.body .blog-entry h2 {
	font-size: 26px;
	color: #363636;
	font-family:serif;
    text-transform: uppercase;
	padding-bottom: 12px;
}

.body h5 {
	font-size: 25px;
	line-height: 25px;
	color: #363636;
	font-family: 'default-font';
	padding-bottom: 20px;
}

.body h6 {
	font-size: 25px;
	line-height: 25px;
	color: #959595;
	font-family: 'default-font';
	padding-bottom: 20px;
}

.blog-read-more-link {
	float: right;
	font-family: 'default-font';
	text-transform: uppercase;
}

.body p {
	padding-bottom: 24px;
	line-height: 26px;
}

body#portrety-pages .body a {
	color: #a2b49c;
}

body#portrety-pages .body a:hover {
	color: #8a97a0;
}

.body a {
	color: #8a97a0;
}

.body a:hover {
	color: #767675;
}

.sidebar h5 {
	font-size: 30px;
	color: #363636;
	font-family: 'default-font';
	text-transform: uppercase;
	padding-bottom: 12px;
}

@media screen and (max-width: 520px) {
	.body h3,
	.body .blog-entry h2,
	.sidebar h5 {
		font-size: 1.6em;
		line-height: 0.8em;
	}
	.body h5 {
		font-size: 1.2em;
		line-height: 0.6em;
	}
	.body .blog-entry h5 {
		font-size: 0.8em;
		line-height: 1.2em;
	}
}

.sidebar .widget {
	padding-bottom: 17px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 16px;
}

.sidebar .widget.widget_search #searchsubmit,
.sidebar .widget.widget_product_search #searchsubmit {
	display: none;
}

.family-widget-container {
	background: #fff;
	text-align: center;
	border-top: 1px solid #c7c7c7;
	padding: 3% 0px;
	text-align: center;
}

.family-widget {
	max-width: 1050px;
	width: 98%;
	display: inline-block;
}

.family-widget h4 {
	font-size: 30px;
	line-height: 30px;
	color: #363636;
	text-transform: uppercase;
	padding-bottom: 28px;
}

.family-widget .family-item {
	width: 20%;
	float: left;
}

@media screen and (max-width: 760px) {
	.family-widget .family-item {
		width: 50%;
		float: none;
		display: inline-block;
		padding-bottom: 6%;
	}
}

.family-widget .family-item a {
	border-radius: 52%;
	border: 5px solid #d1e1d2;
	display: inline-block;
	width: 50%;
	padding-top: 50%;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.family-widget img.family-item-photo {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter 200ms ease;
	position: absolute;
	top: 0px;
	left: 0px;
}

.family-widget img.family-item-photo:after {

}

.family-widget .family-item a:hover img.family-item-photo {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.family-widget .family-item h5 {
	font-size: 22px;
	line-height: 22px;
	color: #363636;
	text-transform: uppercase;
	padding: 5% 0px 2%;
}

.family-widget .family-item h6 {
	font-family: Arial;
	color: #363636;
	font-size: 15px;
	line-height: 15px;
}

.contact-us-bar-container {
	background: #454545;
	border-top: 1px solid #d1e1d2;
	border-bottom: 1px solid #d1e1d2;
	height: 50px;
	position: relative;
}

body#portrety-pages .contact-us-bar-container {
	background: #7b521c;
	border-color: #b2b2b2;
}



.contact-us-button {
	position: fixed;
	bottom: 19px;
	width: 100px;
	height: auto;
	right: 19px;
	cursor: pointer;
	z-index: 999;
}

.contact-us-button.contact-us-snap {
	position: absolute;
	top: -25px;
}

.contact-us-button-fixed-ghost {
	position: fixed;
	bottom: 19px;
	width: 100px;
	height: 100px;
	right: 19px;
}

.contact-us-button-ghost {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: -25px;
	right: 19px;
}

.footer-container {
	border-top: 6px solid #fff;
	padding: 2% 0px;
}

.footer {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #F7F7F7;
}
body#portrety-pages .footer p,
body#portrety-pages .footer a,
body#portrety-pages .footer .footer-menu ul li:after {
	color: #666;
}
/*

body#event-pages .footer a:hover {
	color: #4f4f4f;
}
*/

body#portrety-pages .footer a:hover {
	color: #888888;
}

.footer h5 {
	color: #efefef;
	font-family: 'default-font-bold';
	text-transform: uppercase;
	font-size: 21px;
}

.footer .socialize {
	width: 100%;
	float: left;
	color: #7b7b7b;
	font-family: 'default-font-bold';
	text-transform: uppercase;
	font-size: 16px;
	padding: 0px 0px 2% 0px;
}

.footer .socialize a {
	width: 55px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background: url('images/social-icons.png') repeat-y center top;
	background-size: 318px;
	display: inline-block;
}

.footer a.social-facebook {
	background-position: -2px 0px;
}

.footer a.social-twitter {
	background-position: -52px 0px;
}

.footer a.social-pinterest {
	background-position: -106px 0px;
}

.footer a.social-instagram {
	background-position: -262px 0px;
}

.footer a.social-rss {
	background-position: -211px 0px;
}

.footer a.social-facebook:hover {
	background-position: 0px -53px;
}

.footer a.social-twitter:hover {
	background-position: -51px -53px;
}

.footer a.social-pinterest:hover {
	background-position: -105px -53px;
}

.footer a.social-instagram:hover {
	background-position: -261px -54px;
}

.footer a.social-wedding:hover {
	background-position: -156px -53px;
}

.footer a.social-rss:hover {
	background-position: -208px -53px;
}

.footer .footer-divider {
	background: #373737;
	border-bottom: 1px solid #a6a6a6;
	width: 100px;
	height: 1px;
	display: block;
	clear: both;
	margin: 0px auto;
}

body#portrety-pages .footer .footer-divider {
	background: #c7c7c7;
	border-bottom: 1px solid #fff;
}

.footer .footer-phone-number-container {
	width: 100%;
	text-align: center;
	padding: 3% 0px 10px;
}

.footer a.footer-phone-number {
	font-size: 30px;
    
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    white-space: nowrap;
}

.footer .footer-menu {
	clear: both;
	width: 100%;
	font-family: Arial;
}

.footer .footer-menu ul {
	width: 100%;
}

.footer .footer-menu ul li:first-child {
	padding-left: 0px;
}

.footer .footer-menu ul li {
	display: inline;
	float: none;
	padding-left: 6px;
}

.footer .footer-menu ul li:after {
	content: "|";
	color: #fff;
	padding-left: 10px;
}

.footer .footer-menu ul li:last-child:after {
	content: "";
}

.footer .footer-menu ul li a {
	font-size: 17px;
}

.footer .shout-out {
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	padding: 1% 0px;
}

body#portrety-pages .footer .shout-out,
body#portrety-pages .footer .shout-out a {
	color: #888;
}

body#portrety-pages .footer .shout-out a:hover {
	color: #666;
}

@media screen and (max-width: 900px) {
	
	.footer {
		width: 100%;
		float: left;
		position: relative;
	}
	
	.footer .socialize {
		width: 78%;
		float: left;
		text-align: center;
		padding: 0px 11% 2%;
	}
	
}

@media screen and (max-width: 760px) {
	
	.footer-container {
		border-width: 2px;
		padding: 10% 0px;
	}
	
	.footer .footer-phone-number-container {
		padding: 3% 0px;
	}
	
	.footer a.footer-phone-number {
		font-size: 50px;
	}

	.footer .footer-menu {
		display: none;
	}

	.footer .shout-out {
		padding: 0px 12%;
	}

}

/* Forms */
input[type="submit"] {
	-webkit-appearance: none;
}

.gform_wrapper ul li {
	padding: 0px;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex, .gform_wrapper .ginput_complex .ginput_full, .gform_wrapper li, .gform_wrapper form li {
	overflow: visible !important;
}
.gform_wrapper li.gsection.gf_scroll_text {
	overflow: auto !important;
}
.gform_wrapper .gform_footer {
	padding: 0px !important;
	margin: 0px !important;
}
.sidebar .gform_wrapper form {
	text-align: center !important;
}
.gform_wrapper form {
	font-size: 15px !important;
}

.sidebar .gform_wrapper .gform_footer input.button {
	margin: 0px auto;
}
.content form {
	padding-bottom: 20px;
}
.sidebar ul.gfield_checkbox {
	width: 260px;
	margin: 0px auto !important;
}
.sidebar .gform_wrapper label {
	display: inline !important;
}
.gform_wrapper label {
	font-size: 18px;
	text-transform: normal;
	font-family: Arial;
}
.gform_wrapper .gsection {
	border-bottom: 1px solid #6d6d6d !important;
	margin-top: 36px !important;
}
.ginput_container {
	padding-bottom: 16px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea.medium, .gform_wrapper select, .sidebar input[type="text"], .content input[type="text"] {
	background: #e3f0e4;
	border: 0px;
	padding: 0px 0px 0px 18px !important;
	color: #363636;
	height: 48px;
	font-family: Arial !important;
	font-size: 15px !important;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	border-radius: 5px;
}

body#portrety-pages .gform_wrapper input[type="text"], body#portrety-pages .gform_wrapper input[type="url"], body#portrety-pages .gform_wrapper input[type="email"], body#portrety-pages .gform_wrapper input[type="tel"], body#portrety-pages .gform_wrapper input[type="number"], body#portrety-pages .gform_wrapper input[type="password"], body#portrety-pages .gform_wrapper textarea.medium, body#portrety-pages .gform_wrapper select, body#portrety-pages .sidebar input[type="text"], body#portrety-pages .content input[type="text"] {
/*	background: #fff2ee;*/
	color: #363636;
}

.gform_wrapper textarea.medium {
	width: 80%;
	height: 150px;
	padding: 16px !important;
	resize: vertical;
}

.gform_wrapper select {
	margin: 0px !important;
	border-radius: 0px;
}

.gform_wrapper input.datepicker {
	padding: 0px 18px 0px 18px !important; 
}

.gform_wrapper textarea.medium {
	width: 80%;
	height: 150px;
	padding: 16px !important;
	resize: vertical;
}

.content input[type="submit"],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 11px 48px 19px;
	font-size: 42px;
	line-height: 32px;
	color: #363636;
	background: transparent;
	display: block;
	display: inline-block;
	cursor: pointer;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	text-transform: normal;
	border-radius: 0px;
	font-family: 'Allura', sans-serif;
}

a.custom-button {
	padding: 12px 48px 12px;
	font-size: 22px;
	line-height: 26px;
	color: #fff !important;
	background: #646464;
	display: block;
	display: inline-block;
	cursor: pointer;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	text-transform: normal;
	border-radius: 5px;
	font-family: 'default-font';
}

a.custom-button:hover {
	background: #3d3d3d !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 11px 12px 19px !important;
	font-size: 45px !important;
}

.content input[type="submit"]:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gf_browser_ie.gform_wrapper .gform_footer input.button:hover,
a.custom-button:hover {
	color: #A8A8A8;
}

.content p a.custom-button {
	text-decoration: none;
}

.gform_wrapper .gform_body ul.gfield_radio li,
.gform_wrapper .gform_body ul.gfield_checkbox li {
	float: left;
	margin-right: 25px;
	overflow: visible;
}

@media screen and (max-width: 760px) {
	.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea.medium, .gform_wrapper select, .sidebar input[type="text"], .content input[type="text"] {
		width: 100% !important;
	}
}

/* Pop-up Contact Us */

.popup-page-template {
	padding: 5%;
	background: #fff;
/*	background-image: url('images/linen-background-pattern.png');*/
	background-size: 100px;
	text-align: center;
	color: #888888;
}

.popup-page-template a {
	color: #888888;
}

.popup-page-template .gform_wrapper form {
	text-align: center;
}

.popup-page-template h3 {
	color: #363636;
    color: aqua;
	font-size: 30px;
	text-transform: uppercase;
}

/* Landing Page Custom */

body.home .body,
.page-id-29 .body,
.page-id-31 .body,
.page-id-33 .body {
	max-width: 938px;
}

.home .content .col-half-1,
.page-id-29 .content .col-half-1,
.page-id-31 .content .col-half-1,
.page-id-33 .content .col-half-1 {
	width: 56%;
}
.home .content .col-half-2,
.page-id-29 .content .col-half-2,
.page-id-31 .content .col-half-2,
.page-id-33 .content .col-half-2 {
	width: 33%;
}

.home .content .col-container,
.page-id-29 .content .col-container,
.page-id-31 .content .col-container,
.page-id-33 .content .col-container {
	padding-bottom: 0px;
}

.home .gform_wrapper,
.page-id-29 .gform_wrapper,
.page-id-31 .gform_wrapper,
.page-id-33 .gform_wrapper {
	margin: 0px;
}

.home .gfield_label,
.page-id-29 .gfield_label,
.page-id-31 .gfield_label,
.page-id-33 .gfield_label {
	margin-top: 0px !important;
}

.home .gform_wrapper .top_label input.large,
.page-id-29 .gform_wrapper .top_label input.large,
.page-id-31 .gform_wrapper .top_label input.large,
.page-id-33 .gform_wrapper .top_label input.large {
	width: 97.5%;
}

@media screen and (max-width: 760px){
	.home .gform_wrapper .top_label input.large,
	.page-id-29 .gform_wrapper .top_label input.large,
	.page-id-31 .gform_wrapper .top_label input.large,
	.page-id-33 .gform_wrapper .top_label input.large {
		width: 98% !important;
	}
}

@media screen and (max-width: 760px) {
	/* Columns */
	
	.content .col-container .col-half,
	.content .col-container .col-third,
	.content .col-container .col-fourth {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		border: none;
	}

}


.header-container a.header-button {
	padding: 22px 48px 12px;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	background: #071689;
	cursor: pointer;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	border: 0px;
	text-decoration: none;
	text-transform: none;
	border-radius: 5px;
	font-family: 'default-font';
	float:right;
	margin-right:20px;
    position:absolute;
    right: 10px;
    z-index: 200;
    }

.header-container a.header-button:hover {
	background:#1629bc;
}

@media screen and (max-width:760px) {
	a.header-button {
		display:none;
	}
}

#gform_wrapper_11 input[type="text"], #gform_wrapper_11 input[type="url"], #gform_wrapper_11 input[type="email"], #gform_wrapper_11 input[type="tel"], #gform_wrapper_11 input[type="number"], #gform_wrapper_11 input[type="password"], #gform_wrapper_11 textarea.medium, #gform_wrapper_11 select, .sidebar input[type="text"], .content input[type="text"] {
	background:#e4e4e4;	
	color:#363636;
}
/*Style Formularza:*/
.form-style-5{
    max-width: 500px;
    padding: 10px 20px;
/*    background: #f4f7f8;*/
    background: rgba(255,255,255,.1);
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
    margin-bottom: 30px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #7b521c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
    border-color: #b2b2b2;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #7b521c;
    font-size: 40px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #FFF;
    border-width: 2px 2px 2px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #be6fbd;
    color: #454545;
}
#flaga_pl {
    padding: 0px;
    margin: 0px;
}

.flaga {
    height: 20px;
    width: 30px;
    margin: 0;
    padding: 0px 2px;
    
}

#SkypeButton_Call_alinanowicka74_1 {
    margin: 0;
    padding: 0 3px 0 5px;
}
#SkypeButton_Call_alinanowicka74_1 img{
    margin: 0 !important;
    vertical-align: middle !important;
    padding: inherit;
}

#Skype {
    margin: 0 !important;
    padding: 0 5px 0 0;
    float: left;
}

.img-thumbnail {
    shape-inside: polygon();
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.image-circle {
    clip-path: circle();
}

.form-submit {
    font-family: 'Allura', sans-serif;
    font-size: 42px;
}

#check:checked ~ label #cover{
display:block;
}

#cover{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background:rgba(0,0,0,0.5);
display:none;
}
#box{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
width:300px;
height:300px;
background: #FFF;
border:10px solid white;
}



#licznik {
    text-align: right;
    margin: 0 22px;
    z-index: 100;

}
.licznik {
     color: #000000;
/*     font-family: Arial;*/
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


.rotate{
/*
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
*/
}
.rotate:hover {
		-webkit-animation: rotation 5s infinite linear;
        -moz-animation: rotation 5s infinite linear;
        animation:rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(360deg);
		}
}
@keyframes rotation {
    from {
      -moz-transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
    }
    to {
      -moz-transform: rotateZ(-360deg);
      -ms-transform: rotateZ(-360deg);
      transform: rotateZ(-360deg);
    }
}