
.breaker {
	line-height: 0;
}

ol, ul {
	margin: 0px 0px 0px 20px;
	list-style-type: none;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


.navbar-default {
	background-color: transparent;
}

.brand {
	text-align: left;
}
header {
	margin-bottom: 20px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-brand {
	padding-top: 0px;
}
.navbar-brand img {
	height: 50px;
}


.icons {
	margin: 5px 15px;
}

.icons a {
	display: inline-block;
	width: 25px;
	height: 25px;
}

.icons .facebook {
	background-image: url('img/facebook.png');
}
.icons .twitter {
	background-image: url('img/twitter.png');
}
.icons .youtube {
	background-image: url('img/youtube.png');
}
.icons .googleplus {
	background-image: url('img/googleplus.png');
}

.footer .right.links a {
	display: block; float: right; width: 16px; height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 5px;
	text-decoration: none;
}


.goTop {
	background-image: url('img/light/ico_topweb.png');
}

.goPrint {
	background-image: url('img/light/ico_print.png');
}

.goHome {
	background-image: url('img/light/ico_home.png');
}

/* PAGINATOR */
.paginator {
	text-align: right;
	float: right;
}

.paginator .results {
	font-style: italic;
	color: #999;
}

.paginator .pages {
	padding-bottom: 5px;
}

.paginator .pages a {
	display: inline-block;
	padding: 2px;
	text-decoration: underline;
}

.paginator .pages span {
	font-weight: bold;
}

/* forms */
form.vcForm {
	padding: 10px;
	margin: 0 auto;
}

form.vcForm .row {
	margin-bottom: 15px;
}

form.vcForm fieldset {
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	margin-bottom: 10px;
}

form.vcForm legend {
	font-size: 12px;
	font-weight: bold;
}

form.vcForm .section-hidden {
	display: none;
}

form.vcForm * {
	color: #000;
	font-size: 14px;
}

form.vcForm .label {
	clear: left;
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 8px;
	white-space: normal;
}
@media(min-width:767px) {
	form.vcForm .label {
		text-align: right;
	}
}
form.vcForm .label .required {
	display: inline-block;
	padding: 0px 2px;
}
form.vcForm .rowError .label {
	color: #f00;
	border-color: #f00;
}
form.vcForm .rowError .text,
form.vcForm .rowError textarea {
	border-color: #f00;
}

form.vcForm input {
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form.vcForm input.text {
	width: 100%;
}

form.vcForm select {
	margin-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form.vcForm textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	overflow: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form.vcForm textarea.mceEditor {
	width: 100%;
	height: 200px;
	padding: 5px;
	overflow: auto;
}

form.vcForm option {
	background: #FFF;
}

form.vcForm .button1,
form.vcForm .button2 {
	display: block;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

form.vcForm .button1:hover,form.vcForm .button2:hover {
	background-position: center left;
}

form.vcForm legend {
	color: #a43708;
}
form.vcForm input {
	border:1px solid #e8e7e1;
	background: none;
}
form.vcForm textarea {
	border: 1px solid #e8e7e1;
	background: none;
}
form.vcForm option {
	background:#FFF;
}
form.vcForm optgroup {
	background:#e8e7e1;
}
form.vcForm .button1, form.vcForm .button2 {
	color: #444;
}
form.vcForm .button1:hover, form.vcForm .button2:hover {
	color:#000;
	background:#ededed;
}


#messages div {
	margin: 10px 10px 0 10px;
	padding: 12px 20px 12px 45px;
	border: 1px solid #e8e7e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#messages .success {
	background: #dcf9d4 url('img/icons/32x32/accept.png') 4px 50% no-repeat;
}
#messages .info {
	background: #dde2ff url('img/icons/32x32/info.png') 4px 50% no-repeat;
}
#messages .error {
	background: #ffdddd url('img/icons/32x32/remove.png') 4px 50% no-repeat;
}

/* kontaktbox */

form#kontaktBox {
	margin-bottom: 0px;
}

div.loopPage.kontaktBox {
	padding-bottom: 0px;
}
.kontaktBox h3 {
	margin-top: 20px;
	border-radius: 0px;
	background-color: #55595a;
	padding: 14px 10px 4px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.kontaktBox .right-cont {
	padding: 10px 8px;
	background: #f3f3f3;
	border: 1px solid #cacaca;
}
form#kontaktBox .btn-send,
form#kontaktBox textarea,
form#kontaktBox .text {
	width: 100%;
	border: 0px;
	padding: 10px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
form#kontaktBox .text {
	margin-bottom: 8px;
}
form#kontaktBox .btn-send {
	width: 80%;
	text-align: center;
	font-weight: bold;
	margin-left: 10%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

form#kontaktBox .btn-send:hover {
	background-color: #000;
	color: #fff;
}

.kontaktBox .info {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 0px solid #00fa00;
	background-color: #58A04D;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* kontaktbox */

/* partners */
div#partners {
	padding: 0px 0px 0px 0px;
	width: 100%;
	min-height: 114px;
	background: none;
	text-align: center;
}

div#partners .partnersInner {
	margin: 0 auto;
	position: relative;
}

div#partners .partnersContent {
	padding: 5px 25px;
	color: #fff;
}
/* partners */

/* tables
.table-responsive {
	width: 100%;
}
.table-striped>tbody>tr>th,
.table-striped>tbody>tr>td {
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #e3e3e3;
}
.table-striped>tbody>tr:nth-child(odd)> th {
	background-color: #55595a;
	color: #fff;
}
*/
/* tables */

/* estates */

.estateBox .image {
	float: left;
	padding: 0 20px 0 0;
	width: 400px;
}
.estateBox .image a {
	text-decoration: none;
}
.estateBox .rightInfo {
	padding-top: 30px;
}
.estateBox .rightInfo .item .label {
	width: 100px;
    font-size: 11px;
}
.estateBox .rightInfo .item .price {
    font-size: 18px;
	font-weight: bold;
}
.estateBox .rightInfo table {
	border-spacing: 0px;
    border-collapse: separate;
    margin-bottom: 20px;
}
.estateBox .rightInfo .item td,
.estateBox .rightInfo .item th {
	line-height: 100%;
	font-size: 12px;
}
.estateBox .rightInfo .item th {
	color: #3a3a3a;
}
.estateBox .rightInfo .item div,
.estateBox .itemDesc label {
	font-weight: bold;
}
.estateBox .loopPage {
	display: inline-block;
}
/* small boxes */

.estateBox .blankImage {
	background: #f9f9f9;
}
.estateBoxSmall .loopPage {
	background: #f9f9f9;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.estateBoxSmall .loopPage .estate {
	padding: 10px;
}
.estateBoxSmall .image {
	width: 200px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 0 0 0 0;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}
.estateBoxSmall .image img {
	display: block;
	margin: 0 auto;
}
.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}
.estateBoxSmall .rightInfo {
	padding: 0 0 0 10px;
}
.estateBoxSmall h2 {
	font-size: 16px;
	font-style: normal;
	margin: 0 0 10px 0;
}
.estateBoxSmall .itemAddress {
	font-size: small;
	margin: 0 0 7px 0;
}
.estateBoxSmall .itemDesc {
	margin: 0 0 7px 0;
}
.estateBoxSmall .price {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	float: left;
}
.estateBoxSmall .more {
	float: right;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* portfolio */
.portfolio-item {
    right: 0;
    margin: 0 0 0px;
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    cursor: pointer;
}

.portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(14,216,218,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

.portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

.portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
    font-size: 18px;
}

.portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

@media(min-width:767px) {
    .portfolio-item {
        margin: 0 0 30px;
    }
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-item .portfolio-link:focus {
	outline: none;
}


/* 14% = 100% (full-width row) divided by 7 */
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-7ths {
    width: 14.285714285714285714285714285714%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-7ths {
        width: 14.285714285714285714285714285714%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-7ths {
        width: 14.285714285714285714285714285714%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 14.285714285714285714285714285714%;
        float: left;
    }
}

ul.slick-dots {
	list-style-type: none;
	padding: 0;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 7px;
	width: 20px;
	height: 20px;
}
ul.slick-dots li button {
	color: transparent;
	background-color: #ddd;
	border: 0px solid #ddd;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
ul.slick-dots li.slick-active button {
	background-color: #7f7f7f;
}
form.registrationForm {
	background-color: #fff;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
form.registrationForm h3 {
	text-align: center;
}
form.registrationForm .calendars .cal {
	background-color: #fdfdfd;
	padding: 10px;
}
form.registrationForm fieldset {
	background-color: #fdfdfd;
	padding-top: 10px;
}

/* navigation */

#navcontainer
{
	margin-left: 0px;
}
#navlist
{
	list-style: none;
	padding: 0 !important;
	margin: 0;
}
#navlist li
{
	display: inline;
	padding: 0;
	margin: 0;
}
#navlist li:before
{
	content: "> ";
}
#navlist li:first-child:before
{
	content: "";
}
/* css pro IE */
* html #navlist li
{
	background-image: url("gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}
* html #navlist
{
	height: 1%;
}
* html #navlist li
{
	display: block;
	float: left;
}
* html #navlist li:first-child
{
	background-image: none;
}
.galleryBox .image {
	display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    margin-left: -15px;
    margin-right: -15px;
}
/* Styly pro LoopPage */

.loopPage.full-width > .container {
    width: 100%;
    padding: 0;
}
.loopPage.loop-map {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.loopPage.loop-map #map {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.newGalery.clearfix.justified-gallery {
    margin-left: -8px;
}

@media (max-width: 1075px) {
.carousel-inner .button-styled.button-big{
  display: block;
  margin: 15px 0;
}
}

@media (min-width:574px) and (max-width:1075px) {
  .button-styled.button-big {
  font-size: 1.2em!important;
  padding: 11px 18px;
  transition: 200ms ease;
  }
}

@media (min-width:1075px) and (max-width:1247px) {
  .button-styled.button-big {
  font-size: 1em!important;
  padding: 11px 18px;
  transition: 200ms ease;
  }
}

@media (min-width:1248px) and (max-width:1556px) {
  .button-styled.button-big {
  font-size: 1.3em!important;
  padding: 11px 18px;
  transition: 200ms ease;
  }
}

@media (min-width: 300px) and (max-width: 816px) {
  .carousel-inner {
    min-height: 1000px!important;
    }
}

@media (min-width: 817px) and (max-width: 1253px) {
  .carousel-inner {
    min-height: 850px!important;
    }
}


@media (min-width: 300px) and (max-width: 816px) {
  .carousel-caption {
    top: 30%!important;
    transform: translateY(-50%);
    }
}

