<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i400,400i,500,500i,600,600i&amp;subset=latin-ext');
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 15px;
    line-height: 1.52;
    color: #171717;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-weight: normal;
    font-style: normal;
}
ol, ul {

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding{
	padding: 40px 0px;
}
.section-padding.portfolio{
	padding-bottom: 0
}
.section-padding-contact{
	padding: 40px 0px 60px 0px;
}
.section-padding-radce{
	padding: 120px 0px 40px 0px
}
.section-padding-radce-button{
	padding: 40px 40px;
  margin-bottom: 100px;
}
.section-address-contact{
	padding: 60px 0px 140px 0px;
    background-image: url(../img/bg-map.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
}
.section-address-contact h2 {
	    font-weight: 600;
    color: #171717;
    line-height: 1.3;
	    margin-top: 20px;
    margin-bottom: 10px;
	    font-size: 30px;
}
.img-contact-office{
	margin-bottom: 50px;
}
.section-items{
	padding: 0px 0px 80px 0px;
}
.section-bgcolor{
	background-color: rgb(240, 240, 240);
}
.section-search{
	background: url(../img/bg-search.jpg) no-repeat center top;
	height: 1100px;
}
.section-about{
	background: url(../img/bg-about.jpg) no-repeat center center;
	height: 600px;
}
.section-developer{
	background: url(../img/bg-developer.jpg) no-repeat center center;
	height: 600px;
}
.section-sell{
	background: url(../img/bg-sell.jpg) no-repeat center center;
	height: 600px;
}
.section-homesearch{
	background: url(../img/bg-homesearch.jpg) no-repeat center center;
	height: 600px;
}
.section-lease{
	background: url(../img/bg-lease.jpg) no-repeat center center;
	height: 600px;
}
.section-portfolio{
	background: url(../img/bg-portfolio.jpg) no-repeat center center;
	height: 600px;
}
.section-contact{
	background-color: rgb(240, 240, 240);
	height: 600px;
}
.section-contact h2 {
    font-size: 24px;
}
.section-contact2{
	height: 480px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
	text-align: left
}
.section-contact2 h1 {
    margin-top: -10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #171717;
	line-height: 1.3;
}
.h4, h4 {
    margin-bottom: 25px;
}
a{
    color: #171717;
	transition: color .2s;
}
a:hover, a:focus{
    color: #000;
	transition: color .2s;
	text-decoration: none;
}
/***********************************
Navigation bar
************************************/
.navbar-default .navbar-brand img {
	background: #fff;
	padding: 20px;
}
.navbar-default {
    background-color: #ffffff;
}
.course-text{
    padding: 84px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #171717;
    font-size: 18px;
    font-weight: 500;
}
.navbar-nav &gt; li &gt; a{
	padding: 0px;
	margin: 10px 5px;
	padding: 10px 15px;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus
{
	color: #ff0000;
}
 .navbar-default .navbar-nav &gt; li &gt; a:hover
{
	color: #000;
}

.navbar-nav .active a{
    background: none !important;
    color: #ff0000 !important;
    outline: none;
}
nav ul li a em {
    display: block;
    position: absolute;
    background-color: #ff0000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    top: 7px;
    right: 8px;
    height: 14px;
    padding: 0 4px;
    min-width: 14px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 14px;
    -moz-background-clip: padding;
    border-radius: 14px;
    background-clip: padding-box;
}
.navbar-lang {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    top: 0px;
    right: 0px;
    /*padding: 18px 15px;*/
	height: 60px;
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e7e7e7;
}
.navbar-lang  select {
    border-radius: 0px;
    border-color: rgb(255, 255, 255);
}

.btn-trial a{
	background-color: #ff0000;
	border-radius: 25px;
	color: #ffffff !important;
	border: 1px solid #ff0000;
}
.btn-trial a:hover, .btn-trial a:focus{
	border: 1px solid #ff0000;
	background-color: #fff;
	color: #ff0000 !important;
}
.navbar-default .navbar-brand {
    padding: 0px;
    height: inherit;
    font-size: 36px;
    margin: 20px 0px;
	position: fixed;
	top: 0px;
}
.navbar-default .navbar-brand span{
	font-weight: 100 !important;
}
.navbar {
    margin-bottom: 0px;
}
.padding-zero{
	padding: 0px;
}
.mart20{
	margin-top: 20px;
}
/***********************************
Banner
************************************/
.banner{
	background: url('../img/bg-banner.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.bg-color{
	min-height: 580px;
}
.text-dec{
	font-size: 24px;
	padding: 10px 20px;
    margin: 15px 0;
	text-transform: uppercase;
    color: #fff;
}
.text-border{
	border: 5px solid #ff0000;
	display: inline-block;
	margin-top: 150px;
}
.intro-para{
	font-family: 'Montserrat', sans-serif;
	margin-top: 175px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}
.intro-para h1{
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -2px;
}
.intro-para span{
	background: url(../img/hover.png) no-repeat right 52px;
}
.quote .btn{
    margin-top: 50px;
}
.modal-dialog {
    width: 600px;
    margin: 150px auto;
}
.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}
@-webkit-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-moz-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-o-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
.mouse::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    top:10px;
    margin-left: -2.5px;
    transition:all 0.3s ease-in;

     -webkit-animation-name: rotateplane; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: rotateplane;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.modal-content h4 {
    font-size: 1.5em;
    font-weight: 600;
}
.login-box-body {
    padding: 15px 30px;
}
.login-box-msg, .register-box-msg {
    margin: 0px;
    text-align: center;
    padding: 0px 20px 20px;
}
.modal-sm {
    width: 400px;
}
.padleft-right{
    padding-left: 5px;
    padding-right: 0px;
}
.big-text{
    font-size: 35px;
}
.small-text{
    font-size: 16px;
}
/***********************************
Header-page
************************************/
.header-page {
	background-color: rgb(240, 240, 240);
	min-height: 150px;
  position: relative;
	padding-top: 72px;
}
.header-page .btn{
	margin-left: 10px;
}
.header-slider {
	min-height: 150px;
  position: relative;
	padding-top: 0px;
  overflow: hidden;
	/*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;*/
}
.header-image {
	height: 800px;
  position: relative;
	padding-top: 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-image img {
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  .header-image {
  	height: 280px;
    padding-top: 50px;
  }
  }
.control-filter {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
}
.control-filter p {
	font-size: 14px;
	padding-top: 15px;
}
.control-filter.detail {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.control-filter.detail h1{
	margin-top: 0px;
	font-size: 42px;
}
.control-filter.detail h2{
	margin-top: 0px;
	font-size: 30px;
	padding-bottom: 0px;
	    margin-bottom: 0;
}
.control-filter.detail sup{
	font-size: 12px;
	top: -15px;
}
.control-filter.detail i{
	margin-top: 0px;
	color: #ff0000;
	margin-right: 5px;
}
.control-filter.detail-projekt {
	padding-top: 100px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.search-result-bar {
	font-size: 14px;
	margin-top: 50px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
}
.err-results {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0px;
	color: #ff0000;
}
.err-results2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
	color: #171717;
}
/***********************************
Features
************************************/
h2{
	font-size: 24px;
	padding-bottom: 15px;
}
.bottom-line{
	width: 25px;
	height: 3px;
	background-color: rgb(99, 122, 145);
}
sup{
	font-size: 8px;
}
.fea{
	margin-top: 25px;
}
.fea-img {
  width: 20%;
}
.heading {
    width: 80%;
}
.fea i {
    font-size: 39px;
    color: #ff0000;
    margin-top: 7px;
}
.heading h4 {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
    text-align: left;
}
.heading p {
  text-align: left;
}
.header-section h1{
    font-size: 30px;
	padding-bottom: 25px;
    }
.header-section.buttons{
	margin-top: 25px;
	margin-bottom: 50px
    }
.header-section h2{
    font-size: 30px;
	padding-bottom: 25px;
	font-weight: 600;
    color: #171717;
    }
    .header-section h2.news{
        padding-bottom: 0px;
        }
.header-section2 h2{
    font-size: 36px;
	padding-bottom: 25px;
	font-weight: 600;
    color: #171717;
    }
.header-section h3{
	padding-bottom: 25px;
    }
.header-section-search h2{
    font-size: 24px;
	padding-bottom: 5px;
	margin-top: 0px;
    }
.header-section-news h1{
    font-size: 40px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
    }
.header-section-date{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	margin-top: 60px;
    letter-spacing: 2px;
    color: #949494;
	background: #FFFFFF;
	padding: 5px;
	width: 150px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
    }
.header-section-news-title{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	margin-top: 20px;
    letter-spacing: 2px;
    color: #949494;
	background: #FFFFFF;
	padding: 5px;
	width: 200px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
    }
.header-form {
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
  }
.header-form h4{
    font-size: 18px;
  }
.header-section .lead{
	font-size: 16px;
      color: #646568;
	font-weight: 400;
	line-height: 1.6;
    }
.header-section .lead-big{
	font-size: 20px;
      color: #646568;
	font-weight: 400;
	line-height: 1.6;
    }
.header-section .lead-list{
	font-size: 16px;
    color: #646568;
	font-weight: 400;
	line-height: 1.6;
	padding-bottom: 25px;
	margin-top: -15px;
}
.header-section .lead-contact{
	font-size: 18px;
      color: #646568;
	font-weight: 400;
	line-height: 1.6;
    }
.header-tag {
    font-size: 14px;
    font-weight: 500;
    color: #979797;
	margin-bottom: -15px;
}
.btn{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 20px 35px;
	font-weight: 600;
	border-radius: 3px;
	font-size: 16px;
}
.btn:hover, .quote .btn:focus{
     -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn.active, .btn:active, .btn.active:hover  {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);;
    color: #171717;
    border-color: #cfcfcf;
	background: #cfcfcf;
}
.btn-group-lg&gt;.btn, .btn-lg {
    padding: 30px 45px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm {
    padding: 10px 20px;
    line-height: 1.5;
	font-size: 14px;
}
.btn-sm a{
    font-size: 14px;
}
.btn-right {
	float: right;
	margin-left: 5px
}
.btn-default {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn-default:hover, .btn-default:focus{
    color: #fff;
    background-color: #e70000;
    border-color: #e70000;
}
.btn-primary {
    color: #171717;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}
.btn-primary:hover, .btn-primary:focus{
    color: #171717;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}
.btn-offer {
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 3px !important;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06) !important;
}
.btn-200px {
    width: 195px;
}

.btn-news {
    margin-top: 30px;
}
.btn-light {
    color: #171717;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:hover, .btn-light:focus{
    color: #171717;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}
.btn-checkbox {
    color: #171717;
    background-color: #fff;
    border-color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
    border-radius: 3px;
	display: inline-block;
    padding: 8px 16px 0px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn-link {
    color: #ff0000;
    background-color: transparent;

}
.btn-link:hover, .btn-link:focus{
    color: #ff0000;
    background-color: transparent;
	text-decoration: none;
}
.btn-link-srch {
    color: #171717;
	margin-top: -15px;
	font-size: 14px;
	padding: 0px 0px;
    background-color: transparent;
	text-decoration: underline;

}
.btn-link-srch:hover, .btn-link-srch:focus{
    color: #171717;
	font-size: 14px;
    background-color: transparent;
	text-decoration: none;
}
.btn-more {
	margin-top: 25px;
	display: table;
}
.btn-search {
	margin-bottom: 50px;
}
.btn-item-detail {
	padding-top: 65px;
}
.pdf {
	background-image: url('../img/ico-pdf.svg') no-repeat 18px 18px;
	background-size: 22px auto;
	background-color: #ff0000;
	padding-left: 60px
}
.btn-item-detail.flat {
	background:#fff url(../img/ico-flat-plan.svg) no-repeat center 25px;
	background-size: 30px auto;
	color: #171717;
}
.btn-item-detail.flat a{
	color: #171717;
}
.btn-item-detail.print {
	background:#fff url(../img/ico-printer.svg) no-repeat center 25px;
	background-size: 28px auto;
}
.btn-item-detail.print:hover {
	background:#d4d4d4 url(../img/ico-printer.svg) no-repeat center 25px;
	background-size: 28px auto;
}
.btn-item-detail.favorite {
	background:#fff url(../img/ico-star.svg) no-repeat center 25px;
	background-size: 28px auto;
}
.btn-item-detail.favorite:hover {
	background:#d4d4d4 url(../img/ico-star.svg) no-repeat center 25px;
	background-size: 28px auto;
}
.btn-item-detail.favorite.active {
	background:#fff url(../img/ico-star-active.svg) no-repeat center 25px;
	background-size: 28px auto;
	border-color: #cfcfcf;
}
.btn-item-detail.interest {
	background:#fff url(../img/ico-handshake.svg) no-repeat center 25px;
	background-size: 32px auto;
}
.btn-item-detail.interest:hover {
	background:#d4d4d4 url(../img/ico-handshake.svg) no-repeat center 25px;
	background-size: 32px auto;
}
.btn-group, .btn-group-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-group .btn {
	margin-left: 10px;
	margin-right: 10px;
}
/***********************************
Cta
************************************/
#service {
}
#service h2 {
    font-size: 36px;
}
#service h3 {
    font-size: 24px;
}
/***********************************
Detail
************************************/
.gallery {
	padding-top: 50px;
	padding-bottom: 50px;
	display: table;
    content: " ";
}
.open-gallery {
	padding-top: 50px;
	background-color: #e6e6e6;
	border-color: #d4d4d4;
	text-align: center;
	height: 177px;
	/*border: 1px solid #636363;*/
}
.open-gallery strong{
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.open-gallery .btn{
	margin-top: 10px;
}

.gallery .thumbnails {
	margin-bottom: 15px;
}
.item-description {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 14px;
}
.item-description .title{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 2px;
	color: #949494;
}
.item-description .plus{
	margin-top: 15px;
}
.item-detail-info {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 14px;
}
.item-detail-address {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.price-item-detail {
    font-size: 32px;
	font-weight: 500;
    color: #171717;
	text-align: right;
}
.price-item-detail span{
    font-size: 14px;
}
.sold {
    color: #fff;
    background-color: #ff0000;
	padding: 3px;
}
#nabidky{
	padding-top: 25px;
}
.item-detail-info .title{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 2px;
	color: #949494;
}
.item-detail-buttons {
    margin-top: 50px;
}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 8px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.item-detail-info .table strong {
    font-size: 16px;
}
.item-detail-contact {
    font-size: 14px;
	width: 100%;
	padding: 50px 75px;
	background-color: #fff;
}
.item-detail-contact h2{
    margin-top: 0px;
	padding-bottom: 10px;
}
.item-detail-contact .consultant {
    font-size: 14px;
}
.item-detail-contact .consultant-info {
    font-size: 14px;
	margin-bottom: 25px;
	margin-left: -10px;

}
.item-detail-contact .consultant-info h4{
    font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.item-detail-contact .consultant-info p{
    font-size: 14px;
	margin-top: 10px;
	line-height: 1.8;
}
.consultant-card{
    background-color: rgb(240, 240, 240);
	display: table;
    content: " ";
	padding: 20px 0px 5px 0px;
	margin-bottom: 10px;
}
.consultant-link{
    font-size: 14px;
	color: #ff0000;
}
.consultant-link a{
    font-size: 14px;
	/*color: #ff0000;*/
}
.item-detail-contact .consultant-info span {
    color: #949494;
}
.item-detail-contact .consultant img{
    -webkit-background-clip: padding-box;
    -moz-border-radius: 180px;
    -moz-background-clip: padding;
    border-radius: 180px;
    background-clip: padding-box;
    margin-bottom: 32px;
}
.item-detail-contact .form-control {
    margin-bottom: 10px;
	cursor: auto;
	font-weight: 500;
}
.detail-breadcrumb {
    margin-bottom: 0px;
	cursor: auto;
	font-weight: 500;
	background-color: rgb(240, 240, 240);
	margin-top: 25px;
}
.detail-breadcrumb .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
	font-size: 11px;
    background-color: rgb(240, 240, 240);

}

.about-breadcrumb {
    margin-bottom: 10px;
	cursor: auto;
	font-weight: 500;
	background-color: rgb(255, 255, 255);
	margin-top: -25px;
}
.about-breadcrumb .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
	font-size: 11px;
    background-color: rgb(255, 255, 255);

}

/***********************************
Cta
************************************/
#cta-2{
    padding: 140px 0;
	background: url(../img/bg-cta.jpg) no-repeat right bottom;
    position: relative;
}
.cta-2-txt {
    font-size: 16px;
	color: #646568;
    font-weight: 400;
    padding-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    line-height: 34px !important;
}
.cta-2-form input[type="email"] {
    border: 0px solid #CCC;
    padding: 17px 45px;
    font-size: 18px;
    color: #2b5d83;
    font-weight: 100;
    min-width: 350px;
    margin-left: -4px;
    margin-bottom: 2px;
    border: 1px solid #636363;
    border-radius: 3px;
}
.cta-2-form-submit-btn {
    color: #fff;
    background-color: #ff0000;
	border: 0px solid #ff0000;
    font-size: 16px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 20px 45px;
    font-weight: 600;
    border-radius: 3px;

}
/***********************************
Item
************************************/
.item {
    margin-bottom: 40px;
    position: relative;
    text-align: left;
}
.item-image {
	overflow: hidden;
}
.item-image img {
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
	-moz-transform: scale(1);
  	-webkit-transform: scale(1);
  	transform: scale(1);
}
.item-image:hover img {
   -moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

.item-image.news {
    height: 350px;
}
.item-image.news img {
    width: 100%;
    height: 100%;;
 }
.item-small {
    margin-bottom: 20px;
}
.item-small.list {
    margin-bottom: 60px;
}
.item-small .address{
    font-size: 12px;
    font-weight: 500;
	text-transform: uppercase;
}
.item-small a{
    color: #171717;
}
.item-small h3{
    font-size: 16px;
}
.item-small i{
    color: #ff0000;
	margin-right: 5px;
}
.item-small .item-info {
    font-size: 14px;
	letter-spacing: -1px;
}
.item-small .item-info strong {
    font-size: 14px;
	font-weight: 600;
}
.item-bigbig {
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
	margin-bottom: 75px;
}
.item-bigbig.list {
    margin-bottom: 60px;
}
.item-bigbig .address{
    font-size: 12px;
    font-weight: 500;
	text-transform: uppercase;
}
.item-bigbig a{
    color: #171717;
}
.item-bigbig h3{
    font-size: 20px;
}
.item-bigbig i{
    color: #ff0000;
	margin-right: 5px;
}
.item-bigbig .item-info {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 20px
}
.item-bigbig .item-info span{
	margin-right: 20px
}
.item-bigbig .item-info strong {
    font-size: 14px;
	font-weight: 600;
}
.item-bigbig .item-title {
    height: auto;
    color: #171717;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
}
.item-bigbig .title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #949494;
}
.item-bigbig .table {
    margin-top: 30px;

}
.item-bigbig .table tr.click-row {
    cursor: pointer;
}
.item-bigbig .table tr.click-row:hover {
        background-color: rgb(240, 240, 240);
	    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.item-bigbig .table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 4px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
	font-size: 13px;

}
.item-pricelist {
	padding-bottom: 20px;
	margin-bottom: 25px;
    position: relative;
    text-align: left;

}
.item-pricelist .title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 2px;
    color: #949494;
}
.item-pricelist .table {
    margin-top: 0px;
	background: #FFFFFF

}
.item-pricelist.table tr.click-row {
    cursor: pointer;
}
.item-pricelist .table tr.click-row:hover {
        background-color: rgb(240, 240, 240);
	    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.item-pricelist .table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 8px 16px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
	font-size: 13px;

}
.item-inline {
    margin-bottom: 25px;
	display: table;
    content: " ";
}
.item-inline a{
    color: #171717;
}
.item-inline h3{
    font-size: 16px;
	margin-left: 25px;
	font-weight: 400;
	line-height: 1.5;
}
.item-inline p{
    color: #171717;
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 0px;
	margin-top: 0px;
}
.item-inline .address{
    font-size: 12px;
    font-weight: 500;
	text-transform: uppercase;
}
.item-inline i{
    color: #ff0000;
	margin-right: 5px;
}
.item-inline .item-info {
    font-size: 14px;
	letter-spacing: 0px;
	margin-left: 25px;

}
.item-inline .item-info strong {
    font-size: 14px;
	font-weight: 600;
}
.item-padding{
	padding-top: 25px;
}

@media (max-width: 767px) {
    .item-padding{
        padding-top: 10px;
    }
    
}
.item-big {
    margin-bottom: 20px;
	position: relative;
	color: #FFFFFF;
}
.item-big.news {
    margin-top: 30px;
}
.item-big.news:after {
    display: none;
}
.item-big a{
	color: #FFFFFF;
}
.item-big:after {
    background: rgba(0,0,0,.4);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 57.5%,#000 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: top .2s,opacity .2s;
    z-index: 1;
}
.item-big-link img {
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
	-moz-transform: scale(1);
  	-webkit-transform: scale(1);
  	transform: scale(1);
}
.item-big-link:hover img {
   -moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.item-big-about {
    margin-bottom: 20px;
	position: relative;
	color: #FFFFFF;
}
.item-big-about a{
	color: #FFFFFF;
}
.item-big-about:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: top .2s,opacity .2s;
    z-index: 1;
}
.item-big-about img {
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
	-moz-transform: scale(1);
  	-webkit-transform: scale(1);
  	transform: scale(1);
}
.item-big-about:hover img {
   -moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.item-big-title{
    font-size: 20px;
	position: absolute;
	bottom: 50px;
	left: 25px;
	z-index: 2;
	color: #FFFFFF;
	font-weight: 600;
    line-height: 1.3;
	margin-bottom: 10px;
}
.item-big-title.portfolio{
	bottom: 10px;
}
.item-big-title-about{
    font-size: 22px;
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	z-index: 2;
	color: #FFFFFF;
	font-weight: 600;
    line-height: 1.3;
	margin-bottom: 10px;
	text-align: center
}
.item-big h3{
    font-size: 20px;
	position: absolute;
	bottom: 50px;
	left: 25px;
	z-index: 2;
	color: #FFFFFF;
}
.item-big .address{
    font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
}
.item-big i{
    color: #ff0000;
	margin-right: 5px;
}
.item-big .item-info {
    font-size: 14px;
	letter-spacing: -1px;
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 2;
}
.item-big .item-info strong {
    font-size: 14px;
	font-weight: 600;
}
.item-title {
	height: 70px;
	color: #171717;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #171717;
    line-height: 1.3;
	margin-top: 20px;
}
.item-label {
	color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    font-size: 10px;
    font-weight: 600;
	padding: 5px 10px;
	border-radius: 2px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.detail-label {
	color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    font-size: 16px;
    font-weight: 600;
	padding: 5px 10px;
	border-radius: 2px;
	    display: inherit;
}
.item-title-list {
	color: #171717;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 15px;
}
.item-title-description {
	color: #171717;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #171717;
    line-height: 1.3;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 0px;
}
.price-item {
    font-weight: 500;
    color: #171717;
    font-size: 28px;
}
.price-item sup{
    font-size: 12px;
	color: #a8a8a8;
}
.item-contact {
    margin-top: 40px;
    position: relative;
    text-align: center;
	background-color: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1) !important;
	padding: 50px 25px;
	border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #fff;
	text-align: center;
}
.item-contact:hover {
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2) !important;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #ff0000;
}
.item-contact img{
    margin-top: -20px;
	width: 200px;
	margin-bottom: 25px;
	text-align: center;
}
.item-contact .item-title {
    height: 30px;
    color: #171717;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 0px;
}
.item-detail-contact .consultant-info span {
    color: #949494;
}
.item-contact .consultant img {
    -webkit-background-clip: padding-box;
    -moz-border-radius: 180px;
    -moz-background-clip: padding;
    border-radius: 180px;
    background-clip: padding-box;
    margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}
.item-contact .position {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}
/***********************************
Contact
************************************/
.footer-contact{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ff0000;
	padding: 60px 0px 0px 0px;
}
.footer-contact-image{
    background: url(../img/bg-contact.png) no-repeat center top;
    background-size: cover;
    min-height: 450px;
    position: relative;
	margin-left: -15px;
}
.footer-contact-image::after{
    background: url(../img/ico-contact-arrow.svg) no-repeat;
    position: absolute;
	left: 0px;
	top: 60px;
	content: '';
	z-index: 1;
	width: 60px;
	height: 60px;
}
.footer-contact-txt{
    background: url(../img/bg-contact.png) no-repeat center top;
    background-size: cover;
    min-height: 450px;
    position: relative;
	background: #ff0000;
	color: #FFFFFF;
	text-align: center;
	padding: 50px 50px 0 50px;
	margin-right: -15px;
}
.footer-contact-txt h2{
    font-size: 30px;
    padding-bottom: 0px;
	color: #FFFFFF;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.footer-contact-txt .lead{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.footer-contact2{
	padding: 0px;
	margin-bottom: -35px;
}
.footer-contact2 p{
	margin-top: 50px;
    font-size: 22px;
	color: #171717;
	text-align: center
}
.footer-contact2 .lead {
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 0px;
    font-size: 18px;
	color: #171717;
}
/***********************************
Aktuality
************************************/
#aktuality{
	width: 500px;
	margin-left: auto;
    margin-right: auto;
}
#aktuality .header-section .lead {
    margin-bottom: 50px;
}
.bg-white{
    background-color: #fff !important;
}
/***********************************
Course
************************************/
[class*=" imghvr-"] figcaption, [class^="imghvr-"] figcaption {
    background-color: #ff0000;
}
[class*=" imghvr-"], [class^="imghvr-"] {
    background-color: #ff0000;
    color: #fff;
}
/***********************************
Footer
************************************/
.footer {
    padding: 50px 0 0px;
    color: #171717;
	font-size: 14px;
}
.footer ul{
	list-style: none
}
.footer a {
    color: #171717;
	position: relative;
}
.footer #st-1 {
    margin-top: -28px;
    text-align: right;
}
.footer a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ff0000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.footer h3{
	font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
	font-size: 16px;
}

.footer-title {
    padding-top: 0;
    margin-bottom: 21px;
}
.footer-title {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 11px;
    padding-top: 20px;
}
.footer ul {
    padding: 0px;
	margin-left: 5px;
}
.footer-list li {
    padding-top: 5px;
}
.footer-list a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    z-index: 1;
    padding: 0;
    margin: -5px;
}
.footer .credits {
    padding: 50px 0;
	margin-top: 50px;
    color: #171717;
	font-size: 12px;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e7e7e7;
}
.footer .credits i{
	float: right;
	margin-left: 50px;
}
/***********************************
Form
************************************/
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 0px;
	font-weight: 600;
    font-size: 14px;
    line-height: 1.42857143;
    color: #171717;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d1;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	cursor: pointer;
}
.form-control:focus {
  border-color: #fff;
	border-bottom-color: #171717;
  outline: 0;
  color: #171717;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px 1px rgba(0,0,0,0.1);
 box-shadow: 0 15px 40px 1px rgba(0,0,0,0.1);
}
.form-control::-webkit-input-placeholder { color: #949494; }
.form-control:-moz-placeholder { color: #949494; }
.form-control::-moz-placeholder { color: #949494; }
.form-control:-ms-input-placeholder { color: #949494; }
.form-control::-ms-input-placeholder { color: #949494; }

.form-control:focus{
    box-shadow: none;
}
.form-control.select {
    border-radius: 3px;
	cursor: pointer;
	background-color: #fff;
    background-image: none;
    border: 1px solid #d1d1d1;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d1;
	padding: 10px 10px;
}



.form-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
	font-weight: 600;
    font-size: 14px;
    line-height: 1.42857143;
    color: #171717;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
	border-width: 1px;
    border-style: solid;
    border-color: #d1d1d1;
    border-radius: 3px;
	margin-bottom: 10px;
	font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-input:focus {
  border-color: #fff;
  border-color: #171717;
  outline: 0;
  color: #171717;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px 1px rgba(0,0,0,0.1);
 box-shadow: 0 15px 40px 1px rgba(0,0,0,0.1);
}
.form-input::-webkit-input-placeholder { color: #949494; }
.form-input:-moz-placeholder { color: #949494; }
.form-input::-moz-placeholder { color: #949494; }
.form-input:-ms-input-placeholder { color: #949494; }
.form-input::-ms-input-placeholder { color: #949494; }

.form-input:focus{
    box-shadow: none;
}
.checkbox {
    padding-left: 20px;
	color: #171717;
	font-weight: 400;
	font-size: 14px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
	margin-bottom: 10px;
  padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 3px;
  font-size: 11px;
      color: #ff0000; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 0px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #171717;
  border-color: #171717; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }
  .checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
/***********************************
************************************
Search
************************************
***********************************/
.section-search-content{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.section-about-content{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.header-section-search h1{
    font-size: 40px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	color: #FFFFFF;
	text-shadow: 2px 2px #000;
    }
.search-filter {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 20px 35px 115px 35px;
	margin-bottom: 100px;
	margin-top: 25px;
	background: url(../img/bg-search-form.jpg) #ffffff no-repeat center bottom;
	text-align: center;
}
.search-filter .btn {
    margin-top: 25px;
	text-align: center;

}
.about-box {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 20px 35px 50px 35px;
	margin-bottom: 25px;
	margin-top: 25px;
	background: #ffffff;
	text-align: center;
}
.about-box.developer {
    padding: 20px 100px 100px 100px;
}
.about-box.sell {
    padding: 21px 120px 80px 120px;
    margin-top: 100px;
}
.about-box h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 30px;
}
.about-box h2:after {
	position: absolute;
    margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	    bottom: -50px;
    content: "";
    background: url(../img/hover.png) no-repeat;
	width: 100px;
    height: 60px;
}
.about-box h1 {
	position: relative;
	margin-bottom: 35px;
	font-size: 30px;
	color: #171717;
}
.about-box h1:after {
	position: absolute;
    margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
    top: 60px;
    content: "";
    background: url(../img/hover.png) no-repeat;
	width: 100px;
    height: 60px;
}
.contact-box {
    padding: 20px 35px 75px 35px;
	margin-top: 25px;
	margin-top: 100px;
	text-align: center;
}
.contact-box h1{
    font-weight: 600;
    line-height: 1.3;
	    margin-top: 20px;
    margin-bottom: 10px;
	font-size: 40px;
}
.about-box-box {
    padding: 20px 35px 75px 35px;
	margin-top: 25px;
	margin-top: 100px;
	text-align: center;
}
.about-box.developer {
    padding: 20px 35px 74px 35px;
}
.about-box h1{
    font-weight: 600;

    line-height: 1.3;
	    margin-top: 20px;
    margin-bottom: 40px;
	font-size: 40px;
}
.contact-box2 {
    padding: 20px 35px 75px 35px;
	margin-bottom: 100px;
	margin-top: 25px;
	margin-top: 25px;
	text-align: left
}
.contact-card {
    margin-top: 40px;
    position: relative;
    text-align: center;
}
.contact-card img{
    margin-top: 40px;
    text-align: center;
	width: 240px;
	margin: auto
}
.contact-card .phone{
    color: #171717;
	font-size: 22px;
	margin-top: 15px;
}
.contact-card .phone i {
    margin-top: 0px;
    color: #ff0000;
    margin-left: 5px;
}
.contact-card2 {
    margin-top: 40px;
    position: relative;
    text-align: left;
}
.contact-card2 img{
    margin-top: 0px;
    text-align: left;
	width: 180px;
}
.contact-card2 .phone{
    color: #171717;
	font-size: 22px;
	margin-top: 15px;
}
.contact-card2 .phone i {
    margin-top: 0px;
    color: #ff0000;
    margin-left: 5px;
}
.search-filter .group {
    /*background-color: rgb(245, 245, 245);
    padding: 10px;*/
	border-radius: 3px;
	margin-bottom: 10px;
	display: table;
	padding: 10px 0 0px 0;
	width: 100%;
	background-color: transparent !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 3px !important;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06) !important;
}
.group-title {
    color: #171717;
    font-size: 16px;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-bottom: 5px;

}
.group-price {
    font-size: 16px;
    color: #646568;
	text-align: right;
	margin-top: 5px;

}
.next-search-checkbox {
	margin-left: -15px;

}
.search-filter .group .col-md-6{
        margin-bottom: -5px;
	    text-align: left;
}
.search-filter .group .col-md-4{
        margin-bottom: -5px;
	text-align: left
}
.dispo .col-md-2{
        width: auto;
		margin-right: 0px;
}
.dispo .col-md-3{
        width: auto;
		margin-right: 0px;
}
.search-filter .group hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
/***********************************
************************************
News
************************************
***********************************/
.section-news{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
}
.section-news.portfolio{
	margin-top: 120px;
}
.section-news.portfolio h2{
	    font-size: 30px;
}
.section-news .section-news-item {
	margin-bottom: 0px;
}

.section-news-item{
	margin-bottom: 100px;
}
.section-news-item .date {
    width: 150px;
    height: 55px;
    padding: 15px 0 15px 8px;
    background: #ffffff;
    position: absolute;
    margin: -153px 0 0 0;
    font-size: 12px;
    line-height: 15px;
	font-weight: 500;
    color: #949494;
    text-transform: uppercase;
	    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.section-news-item .date .day {
    font-size: 36px;
    color: #7E858E;
    line-height: 22px;
    float: left;
    margin-right: 6px;
}
.section-news-item-next {
    background-color: rgb(240, 240, 240);
	padding: 50px 50px 50px 200px;
	text-align: right;
	border-radius: 3px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	margin-top: 50px;
}
.section-news-item-next a{
	text-decoration: none;
}
.section-news-item-next:hover {
    background-color: rgb(212, 212, 212);
	padding: 50px 50px 50px 200px;
	text-align: right;
	border-radius: 3px;
}
.section-news-item-next h3{
    color: #171717;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
}
.section-news-item-next span {
     font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
    letter-spacing: 2px;
    color: #949494;
    background: #FFFFFF;
    padding: 5px;
    width: 200px;
    border-radius: 3px;
}
.section-news a{
	color: #ff0000;
}
.section-news .portfolio a{
	color: #fff;
}
.section-news.portfolio h1{
	    margin-top: 0px;
	margin-bottom: 35px;
}
.section-news h1{
	    margin-top: 0px;
}
.section-news p{
	margin: 0 0 30px;
}
.section-news a{
	color: #171717;
}
.section-news img{
	margin-bottom: 50px;
}
.news-signature {
	font-size: 14px;
}
.pagination-lg&gt;li:last-child&gt;a, .pagination-lg&gt;li:last-child&gt;span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination-lg&gt;li:first-child&gt;a, .pagination-lg&gt;li:first-child&gt;span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
    z-index: 3;
    cursor: default;
    background-color: rgb(240, 240, 240);
    border-color: #ddd;
	font-weight: 600;
    color: #171717;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    color: #949494;
}
.section-about-arrow {
    -webkit-animation: bounce 1.4s ease-in-out infinite;
    animation: bounce 1.4s ease-in-out infinite;
}
.section-about-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    margin-bottom: 80px;
    background: #ff0000;
    text-align: center;
    left: 50%;
    margin-left: -25px;
    border-radius: 50px;
}
.section-about-arrow i{
    color: #fff;
	font-size: 22px;
	margin-top: 13px;
}
.section-contact-arrow {
    -webkit-animation: bounce 1.4s ease-in-out infinite;
    animation: bounce 1.4s ease-in-out infinite;
}
.section-contact-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    margin-bottom: -10px;
    background: #ff0000;
    text-align: center;
    left: 50%;
    margin-left: -25px;
    border-radius: 50px;
}
.section-contact-arrow i{
    color: #fff;
	font-size: 22px;
	margin-top: 13px;
}
.section-header-arrow {
    -webkit-animation: bounce 1.4s ease-in-out infinite;
    animation: bounce 1.4s ease-in-out infinite;
}
.section-header-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    margin-bottom: -65px;
    background: #ff0000;
    text-align: center;
    left: 50%;
    margin-left: -25px;
    border-radius: 50px;
}
.section-header-arrow i{
    color: #fff;
	font-size: 22px;
	margin-top: 13px;
}
@-webkit-keyframes icon-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes icon-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@-webkit-keyframes pulse {
    0%, to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes pulse {
    0%, to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@-webkit-keyframes fading {
    0%, to {
    opacity: 1;
}
50% {
    opacity: 0;
}
}@keyframes fading {
    0%, to {
    opacity: 1;
}
50% {
    opacity: 0;
}
}@-webkit-keyframes bounce {
    0%, to {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}
50% {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
}
}@keyframes bounce {
    0%, to {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}
50% {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
}
}@-webkit-keyframes bounce-opacity {
    0%, to {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
    opacity: .3;
}
50% {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 1;
}
}@keyframes bounce-opacity {
    0%, to {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
    opacity: .3;
}
50% {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 1;
}
}@-webkit-keyframes bounce-horizontal {
    0%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
50% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
}
}@keyframes bounce-horizontal {
    0%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
50% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
}
}
#czechMap{
                position: relative;
                width: 260px;
                height: 190px;
                background-image: url('../js/map/map.png');
}

#czechMap-overlap{
                position: relative;
                top: 0px;
                left: 0px;
                border: none;
}
/***********************************
************************************
Custom dropdown
************************************
***********************************/
.prettydropdown {
  position: relative;
  min-width: 72px; /* 70px + borders */
  display: inline-block;
}
.prettydropdown.loading {
  min-width: 0;
}
.prettydropdown &gt; ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #FFF;
  box-sizing: content-box;
  color: #171717;
  font-size: 16px;
   font-weight: 500;
  cursor: pointer;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  z-index: 1;
}
.prettydropdown.loading &gt; ul {
  visibility: hidden;
  white-space: nowrap;
}
.prettydropdown &gt; ul:focus, .prettydropdown:not(.disabled) &gt; ul:hover {
  border-color: #FFF;
}
.prettydropdown:not(.disabled) &gt; ul.active {
  width: auto;
  max-height: none !important;
  border-color: #e7e7e7;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
}
.prettydropdown &gt; ul.active:focus {
  outline: none;
}
.prettydropdown &gt; ul.active.reverse {
  top: auto;
  bottom: 0;
}
.prettydropdown &gt; ul &gt; li {
  position: relative;
  min-width: 70px;
  height: 60px; /* 50px - borders */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  line-height: 57px; /* 48px - borders */
  margin: 0;
  padding-left: 1.5rem;
}
.prettydropdown.loading &gt; ul &gt; li {
  min-width: 0;
  display: block;
  padding-right: 0.8rem;
}
.prettydropdown &gt; ul:not(.active) &gt; li:not(.selected):first-child {
  visibility: hidden; /* Prevent FOUC */
}
.prettydropdown &gt; ul &gt; li:first-child, .prettydropdown &gt; ul.active &gt; li {
  display: block;
}
.prettydropdown &gt; ul.active &gt; li:not(.label):hover, .prettydropdown &gt; ul.active &gt; li.hover:not(.label), .prettydropdown &gt; ul.active &gt; li:first-child:hover:after {
  background: #d4d4d4;
  color: #171717;
}
.prettydropdown &gt; ul.active &gt; li.nohover {
  background: inherit !important;
  color: inherit !important;
}
.prettydropdown &gt; ul.active &gt; li.hover:before, .prettydropdown &gt; ul.active &gt; li.nohover:after {
  border-top-color: #fff !important;
}
.prettydropdown &gt; ul.active &gt; li.hover:after, .prettydropdown &gt; ul.active &gt; li.nohover:before {
  border-top-color: #d4d4d4 !important;
}
.prettydropdown.arrow &gt; ul &gt; li.selected:before, .prettydropdown.arrow &gt; ul &gt; li.selected:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  height: 16px;
  border: 6px solid transparent;
  box-sizing: border-box;
  content: '';
  display: block;
  margin: auto;
}
.prettydropdown.arrow.small &gt; ul &gt; li.selected:before, .prettydropdown.arrow.small &gt; ul &gt; li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px;
}
.prettydropdown.arrow &gt; ul &gt; li.selected:before {
  border-top-color: #a9a9a9; /* Arrow color */
}
.prettydropdown.arrow &gt; ul &gt; li.selected:after {
  top: 4px; /* Chevron thickness */
  border-top-color: #fff; /* Match background colour */
}
.prettydropdown.arrow.small &gt; ul &gt; li.selected:after {
  top: 2px; /* Chevron thickness */
}
.prettydropdown.arrow.triangle &gt; ul &gt; li.selected:after {
  content: none;
}
.prettydropdown &gt; ul:hover &gt; li.selected:before {
  border-top-color: #7f7f7f;
}
.prettydropdown &gt; ul.active &gt; li.selected:before,
.prettydropdown &gt; ul.active &gt; li.selected:after {
  border: none;
}
.prettydropdown &gt; ul:not(.active) &gt; li &gt; span.checked {
  display: none;
}

/* Multi-Select */
.prettydropdown.multiple &gt; ul &gt; li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prettydropdown &gt; ul &gt; li &gt; span.checked {
  clear: both;
  float: right;
  font-weight: bold;
  margin-right: 0.8rem;
}

/* Option Groups */
.prettydropdown &gt; ul &gt; li.label {
  cursor: default;
  font-weight: bold;
}
.prettydropdown &gt; ul &gt; li.label:first-child,
.prettydropdown.classic &gt; ul &gt; li.label ~ li.selected{
  border-top: none;
}
.prettydropdown &gt; ul &gt; li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic &gt; ul.active &gt; li.label ~ li:not(.label) {
  padding-left: 1.6rem;
}

/* Classic Behavior */
.prettydropdown.classic &gt; ul:not(.active) &gt; li.selected:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown &gt; ul &gt; li.disabled {
  opacity: 0.3;
}
.prettydropdown.disabled &gt; ul &gt; li, .prettydropdown &gt; ul &gt; li.disabled {
  cursor: not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple &gt; ul &gt; li.selected + li, .prettydropdown.multiple &gt; ul.reverse &gt; li.selected,
.prettydropdown &gt; ul &gt; li.label, .prettydropdown &gt; ul &gt; li.label ~ li.selected {
  border-top-color: #dedede;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 993px) and (max-width: 1330px) {
    .navbar-lang {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    top: 0px;
    right: 0px;
    /*padding: 18px 15px;*/
    height: 60px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e7e7e7;
}
	.navbar-right {
    float: right!important;
    margin-right: 50px;
}
}
@media (min-width: 981px) and (max-width: 992px) {
    .navbar-lang {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    top: 0px;
    right: 0px;
    /*padding: 18px 15px;*/
    height: 60px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e7e7e7;
}
	.navbar-nav &gt; li &gt; a {
    padding: 0px;
    margin: 10px 5px;
    padding: 10px 10px;
}
	.navbar-right {
    float: right!important;
    margin-right: 10px;
}
}
@media (min-width: 769px) and (max-width: 980px) {
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info, .orga-stru{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
	.navbar-right {
    float: right!important;
    margin-right: 50px;
}
	.navbar-nav &gt; li &gt; a {
    padding: 0px;
    margin: 10px 5px;
    padding: 10px 5px;
}
	.navbar-default .navbar-nav &gt; li &gt; a {
    color: #171717;
    font-size: 16px;
    font-weight: 500;
}
	.navbar-lang {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    top: 0px;
    right: 0px;
    /*padding: 18px 15px;*/
    height: 60px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e7e7e7;
}
	.navbar-default .navbar-brand img {
		width: 80%;
		height: auto;
}
	.navbar-default .navbar-brand {
    top: 10px;
}
}
















@media (min-width: 451px) and (max-width: 768px) {
    .navbar-default .navbar-brand img {
	width: 200px;
	height: auto;
}
	.navbar-default .navbar-brand {
    padding: 0px;
    height: inherit;
    font-size: 36px;
    margin: 0px 0px;
    position: fixed;
    top: 0px;
}
	.navbar-default .navbar-brand img {
    background: #fff;
    padding: 12px 20px 0 20px;
}
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}
	.navbar-default .navbar-toggle {
    border-color: #fff;
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #171717;
}
	.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 1px;
}
	.navbar-default .navbar-nav &gt; li &gt; a {
    color: #171717;
    font-size: 15px;
    font-weight: 500;
}
	.navbar-nav &gt; li &gt; a {
    padding: 0px;
    margin: 10px 5px;
    padding: 0px 15px;
}
	.navbar-lang {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    top: 0px;
    right: 75px;
    /*padding: 13px 5px;*/
    height: 48px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e7e7e7;
}

	.footer {
	text-align: center;
}
	.footer #st-1 {
    text-align: left;
    margin-top: 25px;
}
	.prettydropdown &gt; ul &gt; li {
    height: 50px;
    line-height: 45px;
}

	.custom-sel a {
    text-decoration: none;
    margin: 0;
    padding: 15px;
    text-align: left;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}
	.intro-para {
    font-family: 'Montserrat', sans-serif;
    margin-top: 150px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
	.intro-para h1 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -2px;
}
	.intro-para span {
    background: url(../img/hover.png) no-repeat right 34px;
}
	.quote .btn {
    margin-top: 10px;
}
	.banner {
    background: url(../img/bg-banner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 400px;
    position: relative;
}
	.bg-color {
    /* background-color: RGBA(12, 11, 11, 0.82); */
    min-height: 500px;
}
	.header-section h2 {
    font-size: 24px;
    padding-bottom: 25px;
}
	.header-section2 h2 {
    font-size: 28px;
    padding-bottom: 25px;
}
	.section-padding {
    padding: 40px 0px;
}
	.item-small {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
	margin-bottom: 50px;
}
	.btn-more {
    margin-top: 25px;
    display: table;
}
	.footer-contact-image {
    margin-left: 0px;
}
	.footer-contact-txt {
    margin-right: 0px;
    padding: 50px 50px 50px 50px;
}
	#cta-2 {
    padding: 70px 0;
}
	.footer .credits i {
    float: left;
    margin-right: 15px;
	margin-left: 0px;
    margin-top: 50px;
}
	.footer .credits {
    padding: 25px 15px;
	text-align: left;
}
	.footer-contact-txt h2 {
    font-size: 24px;
    padding-bottom: 0px;
    color: #FFFFFF;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
	.footer-contact-image::after {
    background: url(../img/ico-contact-arrow.svg) no-repeat;
    position: absolute;
    left: 25px;
    top: 0px;
    content: '';
    z-index: 1;
    width: 60px;
    height: 60px;
}

	.header-section h3 {
    padding-bottom: 20px;
		    font-size: 20px;
}
	.header-section-search h1 {
    font-size: 34px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    color: #FFFFFF;
    text-shadow: 2px 2px #000;
}
	.section-search-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	.section-about-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	.about-box h2:after {
    bottom: -50px;
}
	.about-box br {
		display: none;
}
	.about-box h1:after {
    top: 40px;
}
	.section-about-arrow {
    margin-bottom: -10px;
}
	.section-about {
    background: url(../img/bg-about.jpg) no-repeat center top;
    height: auto;
	    margin-bottom: -50px;
}
.section-developer{
	background: url(../img/bg-developer.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-sell{
	background: url(../img/bg-sell.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-homesearch{
	background: url(../img/bg-homesearch.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-lease{
	background: url(../img/bg-lease.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-portfolio{
	background: url(../img/bg-portfolio.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-search {
    background: url(../img/bg-search.jpg) no-repeat center center;
    height: auto;
	background-size: cover;
}
	.section-search .col-md-4{
        width: 33.33333333%;
		float: left;
		text-align: left
}
	section-search .col-md-7, .col-md-5{
		float: left;
}
	.section-search .col-md-2{
        width: 25%;
		float: left;
}

	.section-news {
    width: 100%;
	padding-left: 15px;
	padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}
	.section-news.portfolio {
    margin-top: 50px;
}
	.section-news.portfolio h2 {
    font-size: 20px;
}
	.section-news h1 {
    margin-top: 10px;
    font-size: 24px;
}
	.section-news-item {
    margin-bottom: 50px;
}
.section-news-item img, .section-news img {
    max-width: 100%;
display:block;
height: auto;
}
.section-news h2 {
    font-size: 20px;
    padding-bottom: 0px;
}
	.header-section-date {
    margin-top: 40px;
}

	.gallery {
		display: none;
}
	.item-detail-buttons {
    margin-top: 25px;
}
	.item-detail-buttons  .col-sm-4 {
    width: 33.33333333%;
		    float: left;
		position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
	.consultant-card {
    background-color: rgb(240, 240, 240);
    display: ;
    content: " ";
    padding: 20px 25px 50px 25px;
    margin-bottom: 10px;
}
.about-box.sell {
    padding: 20px 50px 50px 50px;
}

	.ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info{
        margin-bottom: 30px;
    }

    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }

	.section-address-contact h2 {
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}
	.contact-box h1 {
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
}
	.about-box h1 {
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 28px;
}
	.section-contact {
    background-color: rgb(240, 240, 240);
    height: auto;
}
	.contact-box {
    padding: 20px 35px 0px 35px;

    margin-top: 25px;
    margin-top: 50px;
    text-align: center;
}
	.about-box-box {
    padding: 75px 35px 0px 35px;

    margin-top: 25px;
    margin-top: 50px;
    text-align: center;
}
	.section-contact-arrow {
    margin-bottom: -60px;
}
	.search-filter .col-md-3 {
    width: 50%;
    float: left;
    text-align: left;
}
	.search-filter .col-md-6 {
    width: 50%;
    float: left;
    text-align: left;
}

	.search-filter label {
		font-size: 11px;
}
}










@media (min-width: 20px) and (max-width: 450px) {
    .navbar-default .navbar-brand img {
	width: 200px;
	height: auto;
}
	.navbar-default .navbar-brand {
    padding: 0px;
    height: inherit;
    font-size: 36px;
    margin: 0px 0px;
    position: fixed;
    top: 0px;
}
	.navbar-default .navbar-brand img {
    background: #fff;
    padding: 12px 20px 0 20px;
}
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}
	.navbar-default .navbar-toggle {
    border-color: #fff;
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #171717;
}
	.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 1px;
}
	.navbar-default .navbar-nav &gt; li &gt; a {
    color: #171717;
    font-size: 15px;
    font-weight: 500;
}
	.navbar-nav &gt; li &gt; a {
    padding: 0px;
    margin: 10px 5px;
    padding: 0px 15px;
}
	.navbar-lang {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    top: 0px;
    right: 70px;
    /*padding: 15px 5px;*/
    height: 48px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e7e7e7;
}
	.footer {
	text-align: center;
}
	.footer #st-1 {
    text-align: left;
    margin-top: 25px;
}
	.prettydropdown &gt; ul &gt; li {
    height: 50px;
    line-height: 45px;
}
	.custom-sel a {
    text-decoration: none;
    margin: 0;
    padding: 15px;
    text-align: left;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}
	.intro-para {
    font-family: 'Montserrat', sans-serif;
    margin-top: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	.intro-para h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -2px;
}
	.intro-para span {
    background: url(../img/hover.png) no-repeat right 28px;
}
	.quote .btn {
    margin-top: 10px;
}
	.banner {
    background: url(../img/bg-banner-mobile.jpg) no-repeat center top;
    background-size: cover;
    min-height: 450px;
    position: relative;
}
	.bg-color {
    /* background-color: RGBA(12, 11, 11, 0.82); */
    min-height: 450px;
}
	.header-section h2 {
    font-size: 20px;
    padding-bottom: 25px;
}
	.header-section2 h2 {
    font-size: 28px;
    padding-bottom: 25px;
}
	.section-padding {
    padding: 30px 0px;
}
	.section-about {
    background: url(../img/bg-about.jpg) no-repeat center top;
    height: auto;
	    margin-bottom: -50px;
}
.section-developer{
	background: url(../img/bg-developer.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-sell{
	background: url(../img/bg-sell.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-homesearch{
	background: url(../img/bg-homesearch.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-lease{
	background: url(../img/bg-lease.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.section-portfolio{
	background: url(../img/bg-portfolio.jpg) no-repeat center top;
	height: auto;
	    margin-bottom: -50px;
}
.item-small {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 25px;
}
.item-title {
    height: auto;
    color: #171717;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
}
.item-small .item-info {
	margin-top: 5px;
}
	#service h3 {
    font-size: 18px;
}
	.service-box p {
       font-size: 14px;
}
	#aktuality {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	.footer-contact-image::after {
    top: 0px;
		left: 25px;
}
	.footer-contact-image {
    min-height: 250px;
}

	.header-section .lead {
    font-size: 14px;
    color: #646568;
    font-weight: 400;
    line-height: 1.6;
}
	.header-section .lead-big {
    font-size: 20px;
    color: #646568;
    font-weight: 400;
    line-height: 1.6;
}
	.icon-box img{
		width: 70px;
		height: auto;
}
	.item-big-title {
    font-size: 18px;
}
	.btn-more {
    margin-top: 25px;
    display: table;
}
	.footer-contact-image {
    margin-left: 0px;
}
	.footer-contact-txt {
    margin-right: 0px;
    padding: 50px 50px 50px 50px;
}
	.footer-contact-txt img{
	width: 70px;
	height: auto;
}
	#cta-2 {
    padding: 40px 0;
}
	.footer {
    padding: 25px 0 0px;
    font-size: 12px;
}
	.footer .credits i {
    float: left;
    margin-right: 15px;
	margin-left: 0px;
    margin-top: 50px;
}
	.footer .credits {
    padding: 25px 15px;
	text-align: left;
}
	.footer-contact-txt h2 {
    font-size: 20px;
    padding-bottom: 0px;
    color: #FFFFFF;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
	.btn {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 14px;
}
	.header-section h3 {
    padding-bottom: 20px;
		    font-size: 18px;
}
	.header-section-search h1 {
    font-size: 28px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    color: #FFFFFF;
    text-shadow: 2px 2px #000;
}

	.section-search-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	.section-about-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	.section-search {
    background: url(../img/bg-search.jpg) no-repeat center center;
    height: auto;
	background-size: cover;
}
	.section-search .col-md-4{
        width: 50%;
		float: left;
		text-align: left
}
	section-search .col-md-7, .col-md-5{
		float: left;
}
	.section-search .col-md-2{
        width: 50%;
		float: left;
		    text-align: left;
}
	.section-news {
    width: 100%;
	padding-left: 15px;
	padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}
	.section-news.portfolio {
    margin-top: 50px;
}
	.section-news.portfolio h2 {
    font-size: 20px;
}
	.section-news h1 {
    margin-top: 0px;
    font-size: 24px;
}
	.section-news p {
    font-size: 14px;
}
	.section-news-item {
    margin-bottom: 50px;
}
	.section-news img {
    margin-bottom: 25px;
}
	.section-news-item img {
    max-width: 100%;
display:block;
height: auto;
}
	.section-news-item .date {
    width: 150px;
    height: 55px;
    padding: 15px 0 15px 8px;
    background: #ffffff;
    position: absolute;
    margin: -95px 0 0 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #949494;
    text-transform: uppercase;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section-news-item-next {
    background-color: rgb(240, 240, 240);
    padding: 25px 25px 25px 25px;
    text-align: right;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-top: 50px;
}
.section-news-item-next:hover {
    padding: 25px 25px 25px 25px;
}
	.pagination-lg&gt;li&gt;a, .pagination-lg&gt;li&gt;span {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
}
	.section-news h1 {
    margin-top: 10px;
    font-size: 24px;
}
	.section-news-item {
    margin-bottom: 50px;
}
.section-news-item img, .section-news img {
  max-width: 100%!important;
display: block;
height: auto!important;
}
.section-news h2 {
    font-size: 18px;
    padding-bottom: 0px;
}

.header-section-date {
    margin-top: 40px;
}

	.gallery {
		display: none;
}
	.item-detail-buttons {
    margin-top: 25px;
}
	.item-detail-buttons .btn{
            padding-top: 65px;
}
	.item-detail-buttons  .col-sm-4 {
		margin-bottom: 10px;
}
	.item-detail-contact {
    font-size: 14px;
    width: 100%;
    padding: 25px 25px;
    background-color: #fff;
}
	.consultant-card {
    background-color: rgb(240, 240, 240);
    content: " ";
    padding: 20px 25px 25px 25px;
    margin-bottom: 10px;
	display: block;
}
	.item-detail-contact .consultant img {
    max-width: 100%;
    display: block;
    height: auto;
}
	.section-items {
    padding: 0px 0px 40px 0px;
}
	.detail-breadcrumb {
	display: none;
}
	.control-filter.detail h2 {
    margin-top: 0px;
    font-size: 30px;
    padding-bottom: 0px;
	text-align: center;
}
	.header-section h1 {
    font-size: 24px;
    padding-bottom: 25px;
}
	.item-detail-address {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
		text-align: center;
}
	.price-item-detail {
    font-size: 24px;
	text-align: center;
}
	.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 4px 0;
}
	.item-description {
    font-size: 12px;
}
	.control-filter.detail .btn{
    margin-top: 10px;
}

	.text-dec {
    font-size: 20px;
    }
    .big-text {
    font-size: 30px;
    }
    .small-text {
    font-size: 14px;
    }
    .intro-para {
    font-size: 30px;
    }
    .header-section p{
        font-size: 14px;
    }
    .heading {
    margin-bottom: 20px;
    }
    .orga-stru i {
    font-size: 92px;
    }
    .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
    }
    .orga-stru h3 {
    font-size: 28px;
    }
    .orga-stru p {
    font-size: 13px;
    }
    h3.det-txt {
    font-size: 28px;
    }
    .cta-2-txt {
    font-size: 16px;
		    line-height: 24px !important;
    }
	#cta-2 h2{
    font-size: 20px;
    padding-bottom: 15px;
    }
    .service-box, .text-comment, .price-table{
        margin-bottom: 30px;
    }
    .contact-form-button{
        width: 40%;
    }
    .footer .social-links li {
    margin: 0 5px 25px;
    }
    .cta-2-form-submit-btn {
    font-size: 14px;
    }
    .cta-2-form input[type="email"] {
    min-width: 187px;
		font-size: 14px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar-default .navbar-brand{
        margin-left: 0px;
    }
    .navbar-default .navbar-nav &gt; li &gt; a{
        text-align: left;
    }

	.section-address-contact h2 {
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}
	.contact-box h1 {
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
}
	.about-box h1 {
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 28px;
}
	.section-contact {
    background-color: rgb(240, 240, 240);
    height: auto;
}
	.contact-box {
    padding: 20px 35px 25px 35px;
    margin-top: 25px;
    margin-top: 50px;
    text-align: center;
}
	.about-box-box {
    padding: 20px 0px 25px 0px;
    margin-top: 25px;
    margin-top: 50px;
    text-align: center;
}
	.about-box.developer {
        padding: 20px 35px 50px 35px;
}
	.about-box.sell {
        padding: 20px 35px 50px 35px;
}
	.section-contact-arrow {
    margin-bottom: -60px;
}
	.about-box h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
}
	.about-box br {
		display: none;
}
	.about-box h2:after {
    bottom: -50px;
}
	.about-box h1 {
    position: relative;
    margin-bottom: 30px;
    font-size: 28px;
}
	.about-box h1:after {
    top: 45px;
}
	.about-box.developer h2:after {

}
	.section-about-arrow {
    margin-bottom: 40px;
}
	#service h2 {
    font-size: 28px;
}
	.search-filter.col-md-3 {
    width: 50%;
}
	.search-filter label {
		font-size: 11px;
}
		.search-filter .col-md-3 {
    width: 50%;
    float: left;
    text-align: left;
}
	.search-filter .col-md-6 {
    width: 50%;
    float: left;
    text-align: left;
}
}











.print-top-logo {
	display: none;
}
.gallery-detail-print {
	display: none;
}
#map {
	width: 100%;
	height: 600px;
}

.help-block {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #737373;
	font-size: 12px;
}
.help-block a {
	text-decoration: underline;
    color: #737373;
}
.approve{
    background-image: url(../img/ico-ok.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: left;
	padding-left: 50px;
	padding-bottom: 25px
}
.approve2{
    background-image: url(../img/ico-ok.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: left;
	padding-left: 50px;
	padding-bottom: 10px
}
 .section-news p.approve2 {
    margin: 0 0 5px;
}
.num{
    color: #fff;
    background-color: #ff0000;
    font-weight: 600;
    border-radius: 99px;
    font-size: 24px;
	width: 50px;
	height: 50px;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: -15px;
}
.sharethis-footer {
	float: right;
	width: 100px
}
</pre></body></html>