@charset "utf-8";
@import "reset.css";


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


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



/***************************************************
			    Global styles
***************************************************/
html {
	width: 100%;
	height: 100%;
    -ms-text-size-adjust: none;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff url(/img/top-bg.png) repeat-x top;
	color: #2d1d51;
	margin: 0 0 1px; height: 100%; 
}
body.sub {
	background: #fff url(/img/top-sub-bg.png) repeat-x top;
}

.bg {
}
body.sub .bg {
	background: url(/img/top-sub.jpg) no-repeat top;
}

p {
	margin: 5px 0;
}
	
a, p a {
	color: #575757;
}
a:hover {
    color: #ff3581;
}

a.link {
    color: #9284af;
}
a.link:hover {
    color: #ff3581;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	position: relative;
}


/***************************************************
			    Text styles (content)
***************************************************/

.content p {
	line-height: 17px;
}
.content h1,
.content h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #ff3581;
	margin: 35px 0 25px 0;
	background: url(/img/line.gif) repeat-x 0 25px;
	position: relative;
}
.content h1:after,
.content h2:after {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(title);
	background: #fff;
	padding-right: 30px;
}
.content h2[onclick] {
	cursor: pointer;
}

.content h3 {
	font-size: 18px;
	text-align: left;
	color: #2d1d51;
	margin: 25px -10px 25px -10px;
    padding: 7px 10px;
	background: #fceff4;
	position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.content h4 {
	font-size: 18px;
	color: #2d1d51;
	margin: 10px 0;
    padding: 0;
}

.content ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0;
}
.content ul li {
	padding: 0 0 0 30px;
	margin: 2px 0 2px 0;
	background: url(/img/pkt.gif) no-repeat 13px 5px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 0 30px;
	margin: 5px 0;
}
.content ol li {
	padding: 0 0 0 0;
	margin: 2px 0 2px 0;
}


@media (max-width: 979px) {
    .content h3 {
        dmargin: 25px 0 25px 0;
    }
}

/***************************************************
			    Main containers
***************************************************/

.container {
	position: relative;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

header#htop {
	position: relative;
	width: 100%;
	height: 607px;
    background: #40277a url(/img/top.jpg) no-repeat center bottom;
}
body.sub header#htop {
	height: 368px;
}

.grids {
	clear: both;
    padding: 0 10px;
}
.grids > div {

}
.grids > div.first {
	margin-left: 0;
}

.grids .grid3 {
	float: left;
	width: 28%;
}
.grids .grid4 {
	float: left;
	width: 33%;
	margin-left: 3%;
}
.grids .grid6 {
	float: right;
	width: 69%;
}

.col-50 {
    width: 47%;
    margin-left: 6%;
    margin-bottom: 20px;
    float: left;
}
.col-first {
    margin-left: 0;
}


@media (max-width: 767px) {
    .grids .grid3 {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto !important;
    }

    .grids .grid6 {
        float: none;
        width: 100%;
    }

    .grids .grid4 {
        float: left;
        width: 49%;
        margin-left: 2%;
    }

    .grids .grid4.grid-first {
        margin-left: 0;
    }
}

@media (max-width: 534px) {
    header#htop {
        height: 750px;
    }

    .grids .grid4 {
        float: none;
        width: 100%;
        margin-left: 0;
    }


    .col-50 {
        width: 100%;
        margin-left: 0;
    }
}

	
/***************************************************
			        FOOTER
***************************************************/

footer#fbottom {
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 30px 10px 30px 10px;
	background: #555555;
	color: #8c8c8c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer#fbottom .container {
    min-width: 300px;
}
footer#fbottom a {
	color: #8c8c8c;
}

footer#fbottom #footer-links {
	float: left;
	width: 100%;
	text-decoration: none;
}
footer#fbottom #footer-links a:hover {
	text-decoration: underline;
}

footer#fbottom #footer-make {
	float: left;
	width: 400px;
    margin-top: 15px;
}

#studiomh {
	display: inline-block;
	background: url(/img/studiomh.gif) no-repeat top;
	width: 26px;
	height: 15px;
	margin: -5px 0 -1px 0!important;
}
#studiomh:hover {
	background-position: bottom;
}

footer#fbottom #footer-partner {
    float: right;
}
footer#fbottom #footer-partner img {
    vertical-align: top;
    margin-left: 10px;
}

@media (max-width: 767px) {
    footer#fbottom {
        text-align: center;
    }
    footer#fbottom #footer-partner {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
    footer#fbottom #footer-partner img {
        width: 150px;
    }
    footer#fbottom #footer-links {
        width: 100%;
    }

    footer#fbottom #footer-make {
        width: 100%;
    }
}



/***************************************************
				   FORMS
***************************************************/

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset>div, fieldset .form-group {
	clear: both;
	padding-bottom: 10px;
}
fieldset div.btns {
	padding: 20px 0;
    margin-top: 10px;
   	background: url(/img/line.gif) repeat-x 0 0;
    
}
fieldset label {
	display: block;
    width: 30%;
	float: left;
	padding: 3px 0;
	position: relative;
}

fieldset span.req {
	color: #ff0000;
	right: 3px;
	position: absolute;
}
fieldset span.error {
	font-size: 11px; 
	color: #ff0000;
	padding: 0;
	display: block;
	margin-left: 120px;
	margin-bottom: 3px;
}

div.info {
	text-align: center;
}
div.info .cont {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2d1d51;
	margin: 5px -15px 5px -15px;
    padding: 7px 15px;
	background: #eef4d9;
	position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


input[type=text], input[type=number], input[type=password], input[type=file], textarea, select
{
 	font-family:  Arial;
	font-size: 12px;
	background: #fff;
	width: 262px;
	margin: 0;
    padding: 4px 2px;
    border: 1px solid #2d1d51;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0;
	box-shadow: inset 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type=checkbox] {
	margin-top: 5px;
    vertical-align: top;
}
select {
	width: 268px;
    max-width: 70%;
}
textarea {
	height: 60px;
}
input.small[type=text], input.small[type=password], input.small[type=file], textarea.small {
	width: 150px;
}
select.small {
	width: 116px;
}
input.big[type=text], input.big[type=password], input.big[type=file], textarea.big {
	width: 400px;
}
select.big {
	width: 416px;
}


fieldset .group-left {
    float: left;
    width: 68%;
}
fieldset .group-left label {
    width: 44.1%;
}
fieldset .group-left select, fieldset .group-left input[type=text], fieldset .group-left input[type=password] {
    max-width: 55.9%;
}


input[type="submit"], input[type="button"], button, a.btn {
	font-size: 12px;
	color: #fff;
	border: 0;
    border-radius: 20px;
	background: url(/img/btn-big.png) no-repeat top;
	padding: 8px 0 9px;
	cursor: pointer;
	width: 97px;
	height: 31px;
	text-decoration: none;
	margin-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .btn:hover, a.btn-hov {
	background-position: bottom;
}
.btn {
	font-weight: normal;
	display: block;
	float: left;
	text-align: center;
}

.btn-big, a.btn-big, input[type="submit"].btn-big {
    background: url(/img/btn-big.png) no-repeat top;
    width: 127px;
}
.btn-big2, a.btn-big2, input[type="submit"].btn-big2 {
    background: url(/img/btn-big2.png) no-repeat top;
    width: 170px;
}

a.btn-rata {
	float: none;
	display: inline-block;
	margin-left: 15px;
}

a.btn-inv {
    background-position: bottom;
}
a.btn-inv:hover {
    background-position: top;
}


.btn-menu {
    margin-right: 20px;
    display: inline-block;
    min-width: 97px;
    position: relative;
}
.btn-menu > div {
    display: none;
    position: absolute;
    top: 36px;
    background-color: rgba(255,255,255,0.8);
    z-index: 99;
    margin: -3px;
    padding: 3px;
}
.btn-menu > div .btn {
    margin-left: 0!important;
}
.btn-menu > button {
    margin-left: 0!important;
}
.btn-menu > button.active + div,
.btn-menu > div:hover {
    display: block;
}
.btn-menu > button.active {
    opacity: 0.5;
}


#map_canvas.form-map {
    width: 68%;
    height: 300px;
    float: left;
}

.inf-right {
    float: right;
    width: 30%;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.img-right {
    width: 25%;
    float: right;
}



.file-progress {
    background-color: #F5F5F5;
    margin-top: 10px;
    padding: 10px;
    display: none;
}
.file-progress-bar {
    background-color: #E5E5E5;
    margin-top: 5px;
    padding: 0;
}
.file-progress-bar>div {
    height: 5px;
    background-color: #ff3581;
}


.form-control-phone select {
    width: 70px;
}
.form-control-phone input {
    width: 188px;
}



@media (max-width: 534px) {
    fieldset .group-left {
        float: none;
        width: 100%;
        padding: 0;
    }

    input[type=text], input[type=number], input[type=password], input[type=file], select {
        width: 100%;
        max-width: 100%;
    }
    input.small[type=text], input.small[type=password], input.small[type=file], textarea.small {
        width: 100%;
    }
    select.small {
        width: 100%;
    }
    textarea {
        width: 100%!important;
    }

    fieldset label, fieldset .group-left label {
        width: auto;
        display: inline-block;
        margin-right: 15px;
    }
    fieldset.oferta div.row2 label, fieldset.oferta div.row5 label {
        margin-bottom: 0!important;
        width: 100%;
    }

    fieldset span.req {
        right: auto;
    }

    fieldset .group-left select, fieldset .group-left input[type=text], fieldset .group-left input[type=password] {
        width: 100%;
        max-width: 100%;
    }


    #map_canvas.form-map {
        width: 100%;
    }

    .inf-right {
        width: 100%;
        margin: 10px 0;
    }

    .img-right {
        width: auto;
        float: none;
    }


    .form-control-phone label {
        display: block;
        width: 100%;
    }
    .form-control-phone select {
        width: 30%;
    }
    .form-control-phone input {
        width: 69%;
        float: right;
    }
}




fieldset.szukaj {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset.szukaj div {
	padding-bottom: 7px;
}
fieldset.szukaj div.btns {
	padding: 10px 0 0 0;
    text-align: center;
}
fieldset.szukaj div.btns a {
	float: none;
    margin: 0 auto;
}
fieldset.szukaj label {
    color: #000;
    width: 40%;
    margin-right: 0;
}
fieldset.szukaj input[type=text], fieldset.szukaj select {
    width: 60%;
}
fieldset.szukaj .fromto input[type=text] {
    width: 27%;
    float: left;
}

fieldset.szukaj .fromto span {
    width: 6%;
    text-align: center;
    display: block;
    float: left;
}

@media (min-width: 768px) and (max-width: 979px) {
    fieldset.szukaj label {
        width: 100%;
    }
    fieldset.szukaj input[type=text], fieldset.szukaj select {
        width: 100%;
        max-width: 100%;
    }
    fieldset.szukaj .fromto input[type=text] {
        width: 35%;
    }
}



fieldset.oferta label {
}
fieldset.oferta textarea {
    width: 70%;
    height: 200px;
}
fieldset.oferta span.error {
	margin-left: 200px;
}
fieldset.oferta h3 {
	margin-top: 10px;
	margin-bottom: 15px;
}
fieldset.oferta div span.check {
	margin-right: 10px;
	display: inline-block;
}
fieldset.oferta div.row2 label {
	margin-bottom: 25px;
}
fieldset.oferta div.row5 label {
	margin-bottom: 100px;
}



fieldset.kredyt label {
	width: 65%;
	padding: 1px 0;
}
fieldset.kredyt span.error {
	margin-left: 200px;
}
fieldset.kredyt input {
	width: 30%;
}




/***************************************************
				   SPECIFIC
***************************************************/

#logo img {
	position: absolute;
	left: 20px;
    top: 20px;
	width: 277px;
}
#slogan img {
	position: absolute;
	left: 100px;
    top: 115px;
	width: 457px;
}

@media (max-width: 767px) {
    #logo img {
        left: 50%;
        top: 107px;
        margin-left: -125px;
        width: 250px;
    }
    #slogan img {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 168px;
    }
}

.pages {
	text-align: center;
}
.pages a.sel {
	font-weight: bold;
}


.red {
	color: #FF3581;
}


#map_canvas {
	width: 280px;
	height: 280px;
}


.line {
   	background: url(/img/line.gif) repeat-x 0 0;
    height: 1px;
    margin: 20px 0;
}

.inline {
	display: inline-block!important;
	float: none!important;
}



#payu table {
	border-spacing: 5px;
	border-collapse: separate;
}
#payu table tr td table{
	width: 100%;
}
#payu table tr td table tr td:first-of-type{
	width: 20px;
}




.widget_social{
	float:right;
	width:292px;
	height:550px;
	background: url(/img/fb.png) no-repeat;
	display:block;
	right:-305px;
    padding: 10px 5px 0 35px;
	position:fixed;
	top: 80px;
	z-index:1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
	height:465px;
    overflow: hidden;
}


#szukaj_nieruchomosci{
    float:right;
    width:51px;
    height:297px;
    background: url(/img/szukasz-nieruchomosci.png) no-repeat;
    display:block;
    left:0;
    padding: 10px 5px 0 35px;
    position:fixed;
    top: 250px;
    z-index:1002;
}

@media (max-width: 1199px) {
    #szukaj_nieruchomosci {
        display: none;
    }
}


.information, .information-error {
	border: 1px solid #f8efcb;
	background: #fff9e3;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 2px #eaeaea;
}
.information-error {
    text-align: center;
    border: 1px solid #ff3581;
    background: #fceff4;
}


.wciecie {
	text-indent: 30px;
}


.color1 {
    color: #ff3581;
}

.color2 {
    color: #54003e;
}


/***************************************************
				       BOX - PROFIL
***************************************************/

#box-login {
    color: #fff;
	position: absolute;
	width: 391px;
	top: 0;
	right: 0;
	background: #2d1d51;
	padding: 0 0;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-bottom-left-radius: 9px;
	-moz-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

#box-login fieldset {
	padding: 20px 20px 15px 20px;
}
#box-login input[type=text], #box-login input[type=password] {
	margin-bottom: 15px;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    box-sizing: border-box;
    width: 33%;
    margin-right: 2%;
    float: left;
}
#box-login input[type=submit] {
	margin-right: 0;
    width: 30%;
    box-sizing: border-box;
}
#box-login a {
	color: #fff;
}
#box-login a:hover {
    color: #ff3581;
    text-decoration: underline;
}
#box-login a.rej {
	float: right;
}
#box-login a.has {
	float: left;
}

#box-login div.cont {
	padding: 25px 20px;
}

@media (max-width: 767px) {
    #box-login {
        left: 50%;
        margin-left: -195px;
    }
}

@media (max-width: 534px) {
    #box-login {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
    #box-login input[type=text], #box-login input[type=password] {
    }
    #box-login input[type=submit] {
    }
    }

/***************************************************
				       MENU
***************************************************/

header#htop nav {
    z-index: 999;
	position: absolute;
	width: 100%;
	top: 198px;
	left: 0;
	padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d1d51+22,3f2677+100 */
    background: #2d1d51; /* Old browsers */
    background: -moz-linear-gradient(top,  #2d1d51 22%, #3f2677 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2d1d51 22%,#3f2677 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2d1d51 22%,#3f2677 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1d51', endColorstr='#3f2677',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
}

/*header#htop nav>ul li {
    display: inline-block;
    float: left;
    position: relative;
}
header#htop nav>ul li:nth-child(1) {
    width: 13%;
}
header#htop nav>ul li:nth-child(2) {
    width: 16%;
}
header#htop nav>ul li:nth-child(3) {
    width: 9%;
}
header#htop nav>ul li:nth-child(4) {
    width: 15%;
}
header#htop nav>ul li:nth-child(5) {
    width: 9%;
}
header#htop nav>ul li:nth-child(6) {
    width: 12%;
}
header#htop nav>ul li:nth-child(7) {
    width: 16%;
}
header#htop nav>ul li:nth-child(8) {
    width: 9%;
}*/
header#htop nav>ul li {
    display: inline-block;
    float: left;
    width: 14%;
    position: relative;
}
header#htop nav>ul li:nth-child(1) {
    width: 15%;
}

header#htop nav>ul li:nth-child(3), header#htop nav>ul li:nth-child(5), header#htop nav>ul li:nth-child(7) {
    width: 11%;
}
header#htop nav>ul li:nth-child(4) {
    width: 16%;
}
header#htop nav>ul li:nth-child(2) {
    width: 18%;
}
header#htop nav>ul li:nth-child(6) {
    width: 18%;
}

header#htop nav>ul li a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
    line-height: 40px;
}
header#htop nav ul li a:hover, header#htop nav ul li.sel a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3581+0,ae2458+100 */
    background: #ff3581; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3581 0%, #ae2458 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff3581 0%,#ae2458 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff3581 0%,#ae2458 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3581', endColorstr='#ae2458',GradientType=0 ); /* IE6-9 */
}
header#htop nav ul li:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
	width: 1px;
	height: 40px;
    border-left: 1px solid #2b1b4d;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d1d51+0,655193+99 */
    background: #2d1d51; /* Old browsers */
    background: -moz-linear-gradient(top,  #2d1d51 0%, #655193 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2d1d51 0%,#655193 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2d1d51 0%,#655193 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1d51', endColorstr='#655193',GradientType=0 ); /* IE6-9 */
}
header#htop nav ul li:last-child:after {
    display: none;
    font-size: 12px;
}


@media (max-width: 979px) {
    header#htop nav ul li a {
        text-transform: none;
    }
}



.slicknav_menu {
    display: none;
}
@media (max-width: 767px) {
    header#htop nav {
        top: 215px;
    }
    header#htop nav>ul {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
}




#big-btns {
	position: absolute;
	left: 0;
    right: 0;
	top: 283px;
}
#big-btns a {
	display: block;
	width: 25%;
	float: left;
	background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
	text-align: center;
	color: #9284af;
	text-decoration: none;
    margin-bottom: 20px;
}
#big-btns a:hover {
   color: #ff3581;
	text-decoration: underline;
}
#big-btns a img {
    max-width: 90%;
}

a#btn-dodaj-oferte {
    display: block;
    width: 226px;
    height: 77px;
	background-image: url(/img/btn-dodaj-oferte.png?1);
	background-position: top;
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -113px;
}
a#btn-dodaj-oferte:hover {
    background-position: bottom;
}

@media (max-width: 534px) {
    #big-btns a {
        width: 50%;
    }
    #big-btns a img {
        width: 120px;
    }
}


/***************************************************
				   SEARCH
***************************************************/

#szukaj {
    width: 100%;
}
#szukaj header {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright:20px;
    -webkit-border-top-left-radius:20px;
    -webkit-border-top-right-radius:20px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    background-color: #e3e3e3;
    float: left;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 20px 0 20px;
    color: #2d1d51;
}
#szukaj .box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+0,cccccc+100 */
    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e3e3e3 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    padding: 20px 19px 20px 19px;
    border-bottom-left-radius: 150px 35px;
    border-bottom-right-radius: 150px 35px;
}


.b-projekty img {
    margin-top: 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .b-projekty {
        display: none;
    }
}

/***************************************************
			        OFERTA
***************************************************/
	 	 
article.oferta {
    margin: -10px;
    padding: 10px;
}
article.oferta.wyrozniona {
    margin: -10px;
	border: 2px solid #ff3581;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
article.oferta figure {
    float: left;
    width: 25%;
}
article.oferta figure img {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
}
article.oferta section {
    float: right;
    width: 72%;
}
article.oferta section h5 {
    font-weight: normal;
    font-size: 18px;
    color: #2d1d51;
    margin-bottom: 20px;
}
article.oferta section header {
    margin-bottom: 5px;
    height: 100%;
    overflow: hidden;
}
article.oferta section header h5 {
    float: left;
}
article.oferta section header h5>span {
    margin: 0 5px;
}
article.oferta section header>span {
    font-size: 16px;
    float: right;
    margin-top: 2px;
}
article.oferta section p {
    margin-bottom: 20px;
}
article.oferta section footer {
    margin-top: 5px;
}
article.oferta section footer>span {
    float: left;
    width: 38%;
}
article.oferta section footer>.btn {
    float: right;
    margin: -8px 0 0 5px;
}

article.oferta .actions {
    float: right;
    width: 72%;
}
article.oferta .actions .btn, article.oferta .actions .btn-menu {
    float: right;
    margin: 0 0 5px 5px;
}
article.oferta .actions .btn-menu {
    margin: 0 0 0 5px;
}
article.oferta .actions p {

}


@media (max-width: 979px) {
    article.oferta section footer>span {
        clear: both;
    }
    article.oferta section footer>.btn {
        margin: -16px 0 -9px 5px;
    }

    article.oferta .actions p {
        display: block;
        clear: both;
    }
}

@media (max-width: 534px) {
    article.oferta figure {
        width: 50%;
    }
    article.oferta section {
        width: 46%;
    }

    article.oferta section header {
        margin-bottom: 15px;
    }
    article.oferta section header h5 {
        margin-bottom: 15px;
        width: 100%;
    }
    article.oferta section header h5>span {
        display: block;
        height: 0;
        visibility: hidden;
    }
    article.oferta section header>span {
        float: left;
    }

    article.oferta section footer>span {
        width: 100%;
        display: block;
    }
    article.oferta section footer>.btn {
        display: none;
    }

    article.oferta .actions {
        text-align: center;
        clear: both;
        width: 100%;
    }
    article.oferta .actions .btn, article.oferta .actions .btn-menu {
        float: none;
        display: inline-block;
    }
}


article.oferta-archive {
    opacity: 0.7;
}
.archive {
    font-size: 40px;
    text-align: center;
    margin: 50px 0;
}

article.oferta-show section p {
    height: auto;
}

article.oferta-show #map_canvas {
    width:100%;
    height:200px;
    margin-top:10px;
}


fieldset.opis h5 {
	margin: 30px 0;
	padding-top: 20px;
	background: url(/img/line.gif) repeat-x top left;
}
fieldset.opis div {
	padding-bottom: 3px;
}
fieldset.opis div span {
	float: left;
    width: 60%;
    font-weight: bold;
}
fieldset.opis div span.podpis {
    width: 40%;
    font-weight: normal;
}
fieldset.opis div.cena span:last-child {
    color: #FF3581;
    font-size: 15px;
}


@media (max-width: 534px) {
    article.oferta-show figure {
        display: none;
    }
    article.oferta-show section {
        width: 100%;
    }
}


	
/***************************************************
			        GALLERY
***************************************************/
	 	 
.gallery {
    margin-right: -10px;
}

.gallery div {
	float: left;
    margin: 0 10px 10px 0;
    position: relative;
	width: 110px;
	height: 110px;
	clear: none;
	padding: 0;
}
.gallery div img {
	display: block;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    position: absolute;
	width: 110px;
	height: 110px;
}
.gallery div span.edit {
	display: none;
	width: 110px;
	height: 20px;
	background-color: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    color: #000!important;
    text-align: center;
}
.gallery div:hover span.edit {
	display: block;
}
.gallery div span.edit a {
	color: #000;
    cursor: pointer;
    text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.gallery div span.edit a:hover {
	color: #ff3581;
}


.gallery2 a img {
	float: left;
    margin: 0 2% 9px 0;
	width: 23.5%;
	clear: none;
	padding: 0;
	display: block;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius:20px;
}
.gallery2 a:nth-child(4n) img {
    margin-right: 0;
}
#fotos_container div>a {
	cursor: move;
}

@media (max-width: 534px) {
    .gallery2 a img {
        width: 49%;
    }
    .gallery2 a:nth-child(2n) img {
        margin-right: 0;
    }
}



.wyroznienia-lista {
	margin: 0!important;
}
.wyroznienia-lista li {
	max-width: 467px;
	background: none!important;
	padding: 0!important;
    position: relative;
}
.wyroznienia-lista li label {
	color: #FF3581;
	float: none!important;
	width: auto!important;
	display: inline-block;
    margin-right: 0;
}
.wyroznienia-lista li label strong {
	color: #2D1D51;
	font-weight: normal;
}
.wyroznienia-lista li span {
	float: right;
	color: #2D1D51;
	font-weight: bold;
	padding: 3px 0;
}


@media (max-width: 979px) {
    .wyroznienia-lista li label strong {
        display: block;
    }
    .wyroznienia-lista li input[type=checkbox] {
        top: -3px;
        position: relative;
    }
    .wyroznienia-lista li span {
        position: absolute;
        right: 0;
    }
}


#notusWidget legend span {
	padding: 14px 3px 8px;
	background-color: #000!important;
}


/***************************************************
			        PORADY
***************************************************/

.content-porady article {
    min-height: 0;
    position: relative;
}
.content-porady article figure {
    float: left;
    width: 25%;
}
.content-porady article figure img {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
}
.content-porady article section {
    float: right;
    width: 100%;
}
.content-porady article figure + section {
    width: 72%;
}

.content-porady article section header {
    margin: 0 0 20px 0;
}
.content-porady article section header h4 {
    font-weight: normal;
    font-size: 18px;
    color: #2d1d51;
    margin: 0;
}
.content-porady article section header h4 a {
    color: inherit;
}
.content-porady article section a.btn {
    float: right;
    margin: 10px 0 0 0;
}


.content-porady-show article a.foto img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 200px;
}
.content-porady-show article footer {
    float: left;
    width: auto;
    margin-top: 20px;
}
.content-porady-show article footer a {
    float: left;
}



.porady-cats {
    margin-left: -10px;
    margin-bottom: 30px;
}
.porady-cats div {
    float: left;
    padding-left: 10px;
    width: 14.28%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.porady-cats a {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding-top: 10px;
}
.porady-cats img {
    max-width: 90%;
    display: block;
    margin: 0 auto 10px auto;
}
.porady-cats h3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    margin: 10px 0;
    padding: 0 0 10px 0;
    background: none;
}
.porady-cats a:hover, .porady-cats a.current {
    background: #f7f7f7;
}

@media (max-width: 979px) {
    .porady-cats div {
        width: 25%;
        height: 160px;
    }
}

@media (max-width: 534px) {
    .porady-cats div {
        width: 33.33%;
        height: 150px;
    }

    .content-porady article figure {
        display: none;
    }

    .content-porady article figure + section {
        float: none;
        width: 100%;
    }

    .content-porady-show article a.foto img {
        max-width: 100%;
        display: block;
        float: none;
        margin: 20px auto;
    }
}


.tabela {
    width: 100%;
    margin-bottom: 20px;
}
.tabela p {
    margin: 0;
}
.tabela th, .tabela td {
    padding: 10px;
}
.tabela th {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#d7d7d7 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%,#d7d7d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#d7d7d7',GradientType=0 );
}
.tabela th em {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
.tabela td {
    background: url(/img/line.gif) repeat-x 0 bottom;
}



.offer-boxes a {
    text-align: center;
    float: left;
    width: 32%;
    margin-left: 2%;
    padding: 20px;
    box-sizing: border-box;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid #999;
}
.offer-boxes a:first-child {
    margin-left: 0;
}
.offer-boxes a:hover {
    border: 2px solid #ff3581;
}
.offer-boxes a.current {
    background: #ff3581;
    color: #fff!important;
    border: 2px solid #ff3581;
}
.offer-boxes a.current strong, .offer-boxes a.current span {
    color: #fff!important;
}

.offer-boxes-2 a {
    width: 49%;
}
.offer-boxes-2 a:nth-child(2n+1) {
    margin-left: 0;
}
.offer-boxes-4 a {
    width: 23.5%;
}
@media (max-width: 979px) {
    .offer-boxes-4 a {
        width: 49%;
        margin-bottom: 1%;
    }
    .offer-boxes-4 a:nth-child(2n+1) {
        margin-left: 0;
    }
}

.offer-boxes-packages a {
    text-align: left;
}
.offer-boxes-packages a strong {
    font-size: 14px;
    color: #ff3581;
}
.offer-boxes-packages a span {
    font-size: 24px;
    color: #ff3581;
    text-align: center;
    display: block;
}

.offer-boxes-packages ul li {
    padding: 0 0 0 15px;
    background: url(/img/pkt.gif) no-repeat 0 5px;
}

.offer-boxes-packages a.disabled, .offer-boxes-packages a.disabled * {
    color: #c9c9c9!important;
}

@media (max-width: 534px) {
    .offer-boxes a {
        width: 100%;
        margin: 0 0 2% 0;
    }
}


.p-offer-step1 .form-row-price {
    margin-top: 20px;
}
.p-offer-step1 .form-row-price>div {
    font-size: 24px;
    color: #ff3581;
}

.p-offer-step1 .btns {
    text-align: center;
    display: none;
}
.p-offer-step1 .information {
    text-align: center;
}

.p-offer-step1 label {
    width: 25%;
}
.p-offer-step1 .group-left {
    width: 75%;
}


@media (max-width: 767px) {
    .p-offer-step1 label {
        width: 100%;
    }
    .p-offer-step1 .group-left {
        width: 100%;
    }
}
