body         { font-size: 14px; color: #352a4e; font-family: Verdana; margin: 0; background-color: #fff; padding: 0px !important; overflow-x: hidden }
a:link       { text-decoration: none; color: #352a4e }
a:visited    { text-decoration: none; color: #352a4e }
a:hover      { text-decoration: underline; color: #352a4e }
a:active     { text-decoration: none; color: #352a4e }
p            { margin-top: 10; margin-bottom: 10 }
td           { font-size: 14px; }
h1, .page-header h2           {
	font-size: 28px; color: #352a4e; text-align: center; margin: 12px 0px; font-weight: bold
}
h2           { font-size: 24px; color: #352a4e; text-align: left; font-weight: bold }
h3, .moduleheading           { font-size: 20px; color: #352a4e; text-align: left; font-weight: bold }
h4           { font-size: 16px; color: #352a4e; text-align: left; margin: 10px 0px; font-weight: bold }
.componentheading           {
	font-size: 28px; color: #352a4e; text-align: center; margin: 25px 0px; 
}

ul           { text-align: left }

a:link.st, a:visited.st {
	padding: 3px;
	text-decoration: none;
	color:#fff;
}
a:hover.st {
	text-decoration: none;
	background-color: #fff;
	color: #352a4e;
}
#sli {
	width: 70%;
	float:left;
}
#formc {
	width: 28%;
	float:left;
	padding: 0px 0px 0px 20px;
}
#gora1 {
	width: 100%;
	clear: both;
	background-color: #352a4e;
	height: 30px;
}
#gora2 {
	max-width: 1200px;
	margin: 0px auto;
	clear: both;
	padding: 10px 0px;
}
#goralogo {
	width: 630px;
}
#goraph {
	width: 326px;
}
.phm {
	display: none;
}
#naw {
	width: 100%;
	background-color: #352a4e;
	clear: both;
	text-align: center;
	min-height: 36px;
	padding-top: 2px;
}
#tresc {
	max-width: 1200px;
	margin: 0px auto;
	padding: 5px 10px;
	clear:both;
}
footer {
	width: 100%;
	color:#fff;
	background-color: #352a4e;
	padding: 20px 3px;
	text-align: center;
	font-size: 9px;
}
img { border: 0; max-width: 100% }
.mov:hover img, .imagelink.fancybox:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.przyc {
  background-color: #dab91d;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  transition-duration: 0.4s;
  margin: 5px auto;
}
.przyc:hover {
  background-color: #352a4e;
  text-decoration: none;
  color: #ffffff;
}
.kontener {
  position: relative;
  width: 33%;
  display: inline-block;
  margin: 0 auto;
}
.kontener h3 {
  text-align: center;
  margin: 2px;
}
.obrazek {
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}
.kontener:hover .overlay {
  opacity: 0.8;
}
.napis {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
.counter {display: none}
a:link.btn, a:visited.btn, .btn {
	text-decoration: none;
	color:#fff;
	background-color: #352a4e;
    border: solid 1px #352a4e; 
    padding: 6px 12px;
    text-align: center;
	display: inline-block;
	border-radius: 5px;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
a:hover.btn, a:hover.btn, .btn:hover {
	text-decoration: none;
	color: #352a4e;
	background-color: #fff;
}
.landbox { border: solid 1px #352a4e; padding: 6px 12px }
.rem_house_contacts, #ShowOrderBy { display:none }
#rem_house_property, .tabs_buttons { display: none; }
.leftpic { float:left; width:50%; margin-right: 20px }
 .fancypantsaccordionholder .accordion {
  margin-left:-40px;
 }
 .fancypantsaccordionholder .accordion .accordion-item .headerlink {
  font-size:16px;
  font-weight: bold;
 }
#c7-accordion-heading-1::before { font-family: "FontAwesome"; content: "\f1ae"; padding-right: 12px }
#c7-accordion-heading-2::before { font-family: "FontAwesome"; content: "\f1b9"; padding-right: 5px }
#c7-accordion-heading-3::before { font-family: "FontAwesome"; content: "\f0c1"; padding-right: 8px }
#c7-accordion-heading-4::before { font-family: "FontAwesome"; content: "\f217"; padding-right: 8px }
#c7-accordion-heading-5::before { font-family: "FontAwesome"; content: "\f000"; padding-right: 8px }
.REL-collumn-sm-8, .REL-collumn-md-9.EL-collumn-lg-9 { width: 100% }

@media (max-width: 600px) {
.kontener {
  width: 100%;
}
}
@media (min-width: 600px) and (max-width: 1100px) {
.kontener {
  width: 49%;
}
}
@media (max-width: 460px) {
#goralogo, #goraph {
  width: 100%;
}
.phm {
	display: table-cell;
	padding: 0px 60px;
}
.phc {
	display: none;
}
.responsivegalleryWrap.theme4 .thumbSlide { width:96% !important }
}
@media (max-width: 1000px) {
#sli {
  width: 100%;
}
#formc {
	display: none;
}
}
@media (min-width: 1000px) {
#cform { padding: 0px 82px } 
}