@charset "utf-8";
 
/* OPEN SANS */
@font-face {
    font-family: 'Open Sans';
    
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;

}


/* Light */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 200;
    font-style: normal;

}


/* Semibold */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: 500;
    font-style: normal;

}


/* Bold */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;

}



/* Extra Bold */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: 900;
    font-style: normal;

}

body {
	font-family: 'Open Sans', sans-serif;	
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	background: #f5f6f7;
}

.hideme {
	opacity: 0;
	-webkit-transition: all 2s;
	transition: all 2s; 
}

.fixed {
	position: fixed;
	top: 0px;
	z-index: 99999;
}

.container-fluid { 
	max-width: 960px;	
}

a, a:hover, a:visited, a:focus, a:active, a:focus:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}

h1 {
	color: #000;	font-size: 32px;	font-weight: 500;	margin: 0px 0px 30px;
}

h2 {
	font-size: 21px;	color: #000;	font-weight: 600; margin-top: 45px;
}

h3 {
	font-size: 28px;	color: #fff;	font-family: 'Biryani', sans-serif;	font-weight:600;
}

h4 {
	font-size: 15px;	font-weight: 800;	color: #e81f4a ;
}

p {
	font-size: 16px;	line-height: 25px;	
}

.grey {
	color: rgb(125,125,125);
}

.white {
	color: #fff;
	font-weight: 300;
}



/* HEADER */

.navbar-default {
	background: none;
	border: 0px;
	margin: 0px;
}

.navbar-brand {
	font-family: 'Biryani', sans-serif;
	font-weight: 100;
	font-size: 29px;
	color: #3d3d3d !important;
	padding: 15px;
	display: block;
}

.navbar-brand strong {
	color: #e81f4a;
	font-weight: 900;
}

.dropdown-menu {
	border: 0px;
	border-radius: 0px;	
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: none;	
}

header {
	background: #fff;
	width: 100%;
-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
}

.navbar-brand span{
	padding-top: 13px;
	display: inline-block;
	float: left;
}

.navbar-brand>img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;	
	background: #e81f4a; 
	border: 0px;
	border-radius: 0px;
 	padding: 12px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-size: 12px; 
	padding: 24px 15px;
	color: #4c4c4c;
	font-weight: 700;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #e81f4a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-default .navbar-nav>li.dropdown>a {
	color: #cbcbcb;
	font-weight: 300;
}

/* BANER */

#baner {
	margin-top: 60px;
	width: 100%;
	height: 610px;
	background: url(/img/header.jpg) center center;
	background-size: cover;
}

#baner2 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header2.jpg) center center;
	background-size: cover;
}

#baner3 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header3.jpg) center center;
	background-size: cover;
}

#baner4 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header4.jpg) center center;
	background-size: cover;
}
#baner5 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header5.jpg) center center;
	background-size: cover;
}
#baner6 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header6.jpg) center center;
	background-size: cover;
}

#baner7 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header7.jpg) center center;
	background-size: cover;
}

#baner8 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header8.jpg) center center;
	background-size: cover;
}

#baner9 {
	margin-top: 60px;
	width: 100%;
	height: 520px;
	background: url(/img/header9.jpg) center center;
	background-size: cover;
}


.btn-full {
	border-radius: 30px;
	border: 3px solid #e81f4a;
	background: #e81f4a;
	color: #fff;
	padding: 12px 95px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-full:hover {
	color: #fff;
	background: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.baner-content {
	margin-top: 190px;	
}

.spaces {
	letter-spacing: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
}

.headline {
	font-family: 'Lato', sans-serif;
	font-size: 46px;
	line-height: 37px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

/* CONTENT */

#content {
	background: #fff;
	margin-top: -100px;
 
	 
}

#content.container-fluid {
	padding: 0px 30px;	
}

#blocks.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}


section {
	margin-top: 60px;
	border-top: 1px solid #dedede;	
	padding-top: 46px;
}

.svg-ico {
	max-width: 97px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.block {
	position: relative;
	height: 227px;
	overflow: hidden;
	padding: 0px;
}
#blocks .col-md-6.left {
	width: 49%;
	margin-left: 0%;
	margin-right: 1%; 
	margin-bottom: 1%;
}

#blocks .col-md-6.right {
	width: 49%;
	margin-left: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
}
#doradztwo.block {
	background: url(/img/doradztwo.jpg) center center;
	background-size: cover;
	margin-top: 100px  ;
	opacity: 0;
	transition: all 1s;
}
#bhp.block {
	background: url(/img/bhp.jpg) center center;
	background-size: cover;
	margin-top: 100px  ;
	opacity: 0;
	transition: all 1s;
}
#mediacje.block {
	background: url(/img/mediacje.jpg) center center;
	background-size: cover;
	margin-top: 100px  ;
	opacity: 0;
	transition: all 1s;
}
#szkolenia.block {
	background: url(/img/szkolenia.jpg) center center;
	background-size: cover;
	margin-top: 100px  ;
	opacity: 0;
	transition: all 1s;
	
}

#blocks .col-md-6 {
	width: 49%;
}



.block-box {
position: absolute;	
width: 100%;
bottom: -60px;
-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.block-content {
	padding: 15px 15px;
	/*margin-top: 77px;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.block:hover .block-box, .block:active .block-box {
 	bottom: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.hover-box i {
	padding: 0px 15px;
}

.hover-box {
	background: rgba(232,31,74,0.9);
	width: 100%;
	text-align: right;
 	padding: 20px 10px;
}

.hover-box a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
 
.kontakt-row {
	padding-top: 40px;	
}

#kontakt {
 	transition: all 2s;
	-webkit-transition: all 2s;	
}
.form-control {
	border: 0px;
	margin-bottom: 19px;
	border-bottom: 1px solid #d1d1d1;
	border-radius: 0px;
	box-shadow: none;
	max-width: 441px;
	-webkit-box-shadow: none;
	line-height: 25px;
	color: #7b7c7e;
	min-height: 40px;
   font-size: 21px;
   font-weight: 600;
 }
.form-control:focus {
	 border: 0px;
	 border-bottom: 1px solid #bfbebe;
	 transition: all 0.5s;
	 -webkit-transition: all 0.5s;
	 box-shadow: none;
	 -webkit-box-shadow: none;
 }

.form-control::-webkit-input-placeholder {
   color: #b9b9b9;
   font-size: 23px;
   font-weight: 600;
   line-height: 20px;
  }

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #b9b9b9;
   font-size: 23px;
   font-weight: 600; 
   line-height: 20px; 
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #b9b9b9;
   font-size: 23px;
   font-weight: 600;
   line-height: 20px;  
}

.form-control:-ms-input-placeholder {  
   color: #b9b9b9;
   font-size: 23px;
   font-weight: 600;
   line-height: 20px; 
}

 textarea {
    overflow-y: hidden; /* prevents scroll bar flash */
 }

.btn-white-empty {
	border-radius: 30px;
	border: 3px solid #fff;
	background: none;
	color: #fff;
	padding: 15px 95px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-full:focus {
	color: #fff;
}
.btn-white-empty:focus {
	border-radius: 30px;
	border: 3px solid #fff;
	background: none;
	color: #fff;
 	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-white-empty:hover {
	color: #e81f4a;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-grey-empty, .btn-grey-empty:focus {
	border-radius: 30px;
	border: 3px solid #dedede;
	background: none;
	color: #dedede;
	padding: 15px 95px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-grey-empty:hover {
	color: #fff;
	background: #dedede;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-empty, .btn-empty:focus {
	border-radius: 30px;
	border: 3px solid #e81f4a;
	background: none;
	color: #e81f4a;
	padding: 15px 95px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-empty:hover {
	color: #fff;
	background: #e81f4a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#kontakt {
	margin-bottom: 60px;
}


/* STOPKA */

#stopka {
	background: #fafafa;
	width: 100%;
}

#stopka .container-fluid {
	padding-top: 20px;	
	padding-bottom: 30px;
}

#stopka .logo {
	font-size: 24px;	
	font-weight: 300;
}

#stopka .logo p {
	font-size: 13px;
	font-weight: 300;
	margin-top: 10px;
}
#stopka strong {
	color: #e81f4a;
}

.menu .nav>li>a, .menu .nav>li {
	padding: 0px;
	color: #767676;	
	font-size: 13px;
}

.menu .nav>li>i {
	color: #767676;	
}

.menu .nav>li>a:hover {
	background: none;
	color: #2b2b2b;	
}

.fa-li {
	width: auto !important;	
}

.dogory {
	background: #e81f4a	;
	padding: 12px;
	color: #fff;
	font-size: 15px;
	border: 3px solid #e81f4a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.dogory:hover {
	background: none	;
 	color: #e81f4a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
 }

.baner-content .spaces {
	margin-top: 30px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.baner-content .headline {
	margin-top: 30px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.baner-content a {
	margin-top: 60px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

#p-doradztwo .headline, #p-mediacje .headline, #p-bhp .headline, #p-szkolenia .headline, #p-kontakt .headline {
	font-size: 86px;
	line-height: 60px;
}

#mozaika {
	margin-left: -30px;
	margin-right: -30px;
	color: #3d3d3d;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}

.square, #mozaika .col-md-6 {
	padding: 0px;
}

.square .txt {
	padding: 0px 0px;
	margin: 0px;	
}

.p-doradztwo #big-pic {
	background: url(/img/dor_bigpic.jpg) center center;
	background-size: cover;
}

.p-doradztwo #square1 {
	background: url(/img/dor_square3.jpg) center center;
	background-size: cover;
}

.p-doradztwo #square2 {
	background: url(/img/dor_square4.jpg) center center;
	background-size: cover;
}
.p-doradztwo #square3 {
	background: url(/img/dor_square2.jpg) center center;
	background-size: cover;
}
.p-doradztwo #square4 {
	background: url(/img/dor_square1.jpg) center center;
	background-size: cover;
}
.p-doradztwo #rentagle1 {
	background: url(/img/dor_rentagle1.jpg) center center;
	background-size: cover;
}
.p-doradztwo #rentagle2 {
	background: url(/img/dor_rentagle2.jpg) center center;
	background-size: cover;
}

.p-instruktor #big-pic {
	background: url(/img/ins_bigpic.jpg) center center;
	background-size: cover;
}

.p-instruktor #square1 {
	background: url(/img/ins_square3.jpg) center center;
	background-size: cover;
}

.p-instruktor #square2 {
	background: url(/img/ins_square4.jpg) center center;
	background-size: cover;
}
.p-instruktor #square3 {
	background: url(/img/ins_square2.jpg) center center;
	background-size: cover;
}
.p-instruktor #square4 {
	background: url(/img/ins_square1.jpg) center center;
	background-size: cover;
}
.p-instruktor #rentagle1 {
	background: url(/img/ins_rentagle1.jpg) center center;
	background-size: cover;
}
.p-instruktor #rentagle2 {
	background: url(/img/ins_rentagle2.jpg) center center;
	background-size: cover;
}




.p-coaching #big-pic {
	background: url(/img/coaching_bigpic.jpg) center center;
	background-size: cover;
}

.p-coaching #square1 {
	background: url(/img/coaching_square3.jpg) center center;
	background-size: cover;
}

.p-coaching #square2 {
	background: url(/img/coaching_square4.jpg) center center;
	background-size: cover;
}
.p-coaching #square3 {
	background: url(/img/coaching_square2.jpg) center center;
	background-size: cover;
}
.p-coaching #square4 {
	background: url(/img/coaching_square1.jpg) center center;
	background-size: cover;
}
.p-coaching #rentagle1 {
	background: url(/img/coaching_rentagle1.jpg) center center;
	background-size: cover;
}
.p-coaching #rentagle2 {
	background: url(/img/coaching_rentagle2.jpg) center center;
	background-size: cover;
}


/**/

.p-szkolenie #big-pic {
	background: url(/img/szk_bigpic.jpg) center center;
	background-size: cover;
}

.p-szkolenie #square1 {
	background: url(/img/szk_square1.jpg) center center;
	background-size: cover;
}

.p-szkolenie #square2 {
	background: url(/img/szk_square3.jpg) center center;
	background-size: cover;
}
.p-szkolenie #square3 {
	background: url(/img/szk_square2.jpg) center center;
	background-size: cover;
}
.p-szkolenie #square4 {
	background: url(/img/szk_square4.jpg) center center;
	background-size: cover;
}
.p-szkolenie #rentagle1 {
	background: url(/img/szk_rentagle1.jpg) center center;
	background-size: cover;
}
.p-szkolenie #rentagle2 {
	background: url(/img/szk_rentagle2.jpg) center center;
	background-size: cover;
}

/**/

.p-bhp #big-pic {
	background: url(/img/bhp_bigpic.jpg) center center;
	background-size: cover;
}

.p-bhp #square1 {
	background: url(/img/bhp_square1.jpg) center center;
	background-size: cover;
}

.p-bhp #square2 {
	background: url(/img/bhp_square3.jpg) center center;
	background-size: cover;
}
.p-bhp #square3 {
	background: url(/img/bhp_square2.jpg) center center;
	background-size: cover;
}
.p-bhp #square4 {
	background: url(/img/bhp_square4.jpg) center center;
	background-size: cover;
}
.p-bhp #rentagle1 {
	background: url(/img/bhp_rentagle1.jpg) center center;
	background-size: cover;
}
.p-bhp #rentagle2 {
	background: url(/img/bhp_rentagle2.jpg) center center;
	background-size: cover;
}

/**/

.p-mediacje #big-pic {
	background: url(/img/med_bigpic.jpg) center center;
	background-size: cover;
}

.p-mediacje #square1 {
	background: url(/img/med_square1.jpg) center center;
	background-size: cover;
}

.p-mediacje #square2 {
	background: url(/img/mediacje2.jpg) center center;
	background-size: cover;
}
.p-mediacje #square3 {
	background: url(/img/mediacja1.jpg) center center;
	background-size: cover;
}
.p-mediacje #square4 {
	background: url(/img/med_square2.jpg) center center;
	background-size: cover;
}
.p-mediacje #rentagle1 {
	background: url(/img/med_rentagle1.jpg) center center;
	background-size: cover;
}
.p-mediacje #rentagle2 {
	background: url(/img/med_rentagle2.jpg) center center;
	background-size: cover;
}



.p-psychoterapia #big-pic {
	background: url(/img/psycho_bigpic.jpg) center center;
	background-size: cover;
}

.p-psychoterapia #square1 {
	background: url(/img/psycho_square1.jpg) center center;
	background-size: cover;
}

.p-psychoterapia #square2 {
	background: url(/img/psycho_square3.jpg) center center;
	background-size: cover;
}
.p-psychoterapia #square3 {
	background: url(/img/psycho_square2.jpg) center center;
	background-size: cover;
}
.p-psychoterapia #square4 {
	background: url(/img/psycho_square4.jpg) center center;
	background-size: cover;
}
.p-psychoterapia #rentagle1 {
	background: url(/img/psycho_rentagle1.jpg) center center;
	background-size: cover;
}
.p-psychoterapia #rentagle2 {
	background: url(/img/psycho_rentagle2.jpg) center center;
	background-size: cover;
}

.col-lg-6 {
	padding: 0px;
}

.podstrona-content .fa-ul.nav li{
	font-weight: 300;
	font-size: 15px;
 	color: #858585;
	margin-top: 15px;
 }

.podstrona-content {
	margin-bottom: 40px;	
}

.podstrona-content .fa-ul.nav {
	margin-bottom: 30px;	
}

#p-content>ul>li {
    list-style: none;
     content: "";
}
#p-content ul {margin-left: 30px; padding: 0px; position: relative;}


#content ul>li:before , #p-content>ul>li:before{
     font-family: 'FontAwesome';
     content: "\f105 ";
     position: absolute;
     left:-30px;
     
    
}

#content ul>li>ul>li:before {
    content: "";
}

.global-loading {background: #fff url('/img/loader.gif') no-repeat center center; opacity: 0.7; filter: alpha(opacity=70); }




/* MEDIA QUERIES */

@media screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
	padding: 24px 7px;	
	}
	#p-index .col-md-6 {
		float: left;
		width: 49%;
	}
 
	#stopka .col-md-4 {
		float: left;	
		width: 33.333333%;
	}
	#stopka .col-md-3 {
		float: left;
		width: 25%;	
	}
	#stopka .col-md-1 {
		float: left;
		width: 8.33333333%;	
	}
	#p-doradztwo .headline {
		font-size: 60px;	
	}
	.square .txt {
	padding: 0px 25px;
	margin: 0px;	
}
}
@media screen and (max-width: 767px) {
	.pc {display: none !important;}	
	.navbar-right li {
		text-align: center;	 
	}
	.navbar-default .navbar-nav>li>a {
		padding: 13px 6px;	
	}
	.baner-content .headline {
		font-size: 35px !important;	
	}
	#content {
		margin-top: 0px;
	}
	#p-doradztwo .headline {
		font-size: 40px;	
	}
	#p-index #content.container-fluid {
		padding: 0px 15px;	
	}
	
	
	h2 {
		text-align: center;
	}
	#blocks {
		margin-right: -15px;
    	margin-left: -15px;	
	}
	#blocks .col-md-6.left, #blocks .col-md-6.right {
		width: 100%;
		margin: 0px 0px;	
	}
	#stopka .container-fluid {
		margin: 0px;
	}
	.gotop {
		width: 50% !important;
		float: left;
		padding: 10px 0px;
		text-align: right;
	}
	.logo {
		
		float: left;
		width: 50% !important;
		padding: 10px 0px;
	}
}

@media screen and (max-width: 480px) {
	.tablet {display: none !important;}
	 
	.btn-full {
		padding: 12px 0px;
		width: 100%;
		text-align: center;	
	}
	.spaces {
		letter-spacing: 2px !important;
		font-size: 11px;	
	}
	#p-doradztwo .headline {
		font-size: 40px;	
	}
	.btn-empty, .btn-white-empty, .btn-grey-empty {
		padding: 12px 0px;
		width: 100%;
		text-align: center;	
	}
}

@media screen and (max-width: 320px) {
	.square .txt {
		font-size: 13px;
	}
}

