<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=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&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: 'Roboto', sans-serif;
    font-weight: 400;
	font-weight: normal;
    font-style: normal;
}
ol, ul {
	list-style: none;
}
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: 25px 0px;
}
.section-items{
	padding: 0px 0px 0px 0px;
}
.section-bgcolor{
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #171717;
	line-height: 1.3;
}
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;
}

.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: absolute;
	top: 0px;
	left: 25px;
	z-index: 999;
}
.navbar-default .navbar-brand span{
	font-weight: 100 !important;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
	top: 0px;
	left: 25px;
    z-index: 1030;
}
.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{
	/*background-color: RGBA(12, 11, 11, 0.82);*/
	min-height: 650px;
}
.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: 'Roboto', sans-serif;
	margin-top: 200px;
	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: 40px;
    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: 50px;
	display: none
	/*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;*/
}
.control-filter {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #171717;
}
.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 sup{
	font-size: 12px;
	top: -15px;
}
.control-filter.detail i{
	margin-top: 0px;
	color: #ff0000;
	margin-right: 5px;
}
/***********************************
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: 20px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
    }
.header-section h2{
    font-size: 30px;
	padding-bottom: 25px;
    }
.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: 60px;
    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: none;
  }
.header-form h4{
    font-size: 18px;
  }
.header-section .lead{
	font-size: 16px;
      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;
	display: none;
}
.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  {
    background-image: none;
    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);;
	background-color: #d4d4d4;
	border-color: #d4d4d4;
}
.btn-sm {
    padding: 10px 20px;
    line-height: 1.5;
	font-size: 14px;
}
.btn-sm a{
    font-size: 14px;
}
.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-light {
    color: #171717;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:hover, .btn-light:focus{
    color: #171717;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}
.btn-link {
    color: #ff0000;
    background-color: transparent;
	
}
.btn-link:hover, .btn-link:focus{
    color: #ff0000;
    background-color: transparent;
	text-decoration: none;
}
.btn-more {
	margin-top: 50px;
	display: no
}
.btn-item-detail {
	padding-top: 65px;
}
.btn-item-detail.flat {
	background: url(../img/ico-flat-plan.svg) no-repeat center 25px;
	background-size: 30px auto;
	background-color: #fff;
}
.btn-item-detail.print {
	background: url(../img/ico-printer.svg) no-repeat center 25px;
	background-size: 28px auto;
	background-color: #fff;
}
.btn-item-detail.favorite {
	background: url(../img/ico-star.svg) no-repeat center 25px;
	background-size: 28px auto;
	background-color: #fff;
}
.btn-item-detail.interest {
	background: url(../img/ico-handshake.svg) no-repeat center 25px;
	background-size: 32px auto;
	background-color: #fff;
}
/***********************************
Cta
************************************/
#service {
}
#service h3 {
    font-size: 20px;
}
/***********************************
Detail
************************************/
.gallery {
	padding-top: 50px;
	padding-bottom: 50px;
	display: table;
    content: " ";
	display: none;
}
.open-gallery {
	padding-top: 60px;
	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;
}
.item-description {
    line-height: 1.4;
    margin-bottom: 50px;
    font-size: 11px;
}
.item-description .title{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	letter-spacing: 2px;
	color: #949494;
}
.item-detail-info {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 14px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #171717;
}
.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;
	margin-top: -60px;
    margin-bottom: 25px;
}
.price-item-detail span{
    font-size: 14px;
}
.item-detail-info .title{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	letter-spacing: 2px;
	color: #949494;
}
.item-detail-buttons {
    margin-top: 50px;
	display: none
}
.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: 0px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.item-detail-info .table strong {
    font-size: 15px;
}
.item-detail-contact {
    font-size: 14px;
	width: 100%;
	padding: 0px 0px;
	background-color: #fff;
	margin-top: 25px;
}
.item-detail-contact h2{
    margin-top: 0px;
	padding-bottom: 10px;
}
.item-detail-contact .consultant {
    font-size: 14px;
	width: 80px
}
.item-detail-contact .consultant-info {
    font-size: 14px;
	position: absolute;
	left: 120px;
	top: -120px;
	
}
.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{
	padding: 20px 0px 5px 0px;
	margin-bottom: 10px;
	border-width: 1px;
    border-style: solid;
    border-color: #171717;
	width: 350px;
	position: relative;
	height: 150px;
}
.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;
	display: none
}
/***********************************
Cta
************************************/
#cta-2{
    padding: 140px 0;
	background: url(../img/bg-cta.jpg) no-repeat right bottom;
    position: relative;
	display: none;
}
.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.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.item-image:hover img {
   -moz-transform: scale(1);
  	-webkit-transform: scale(1);
  	transform: scale(1);
}
.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-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: 5px;
}
.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;
}
.item-big {
    margin-bottom: 20px;
	position: relative;
	color: #FFFFFF;
}
.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:hover img {
   -moz-transform: scale(1);
  	-webkit-transform: scale(1);
  	transform: scale(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 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: 'Roboto', sans-serif;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
	margin-top: 20px;
}
.item-title-list {
	color: #171717;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #171717;
    line-height: 1.3;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 15px;
}
.price-item {
    font-weight: 500;
    color: #171717;
    font-size: 28px;
}
.price-item sup{
    font-size: 12px;
	color: #a8a8a8;
}
/***********************************
Contact
************************************/
.footer-contact{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ff0000;    
	padding: 60px 0px 0px 0px;
	display: none
}
.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: 25px;
	color: #FFFFFF;
}
/***********************************
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 .col-lg-2, .footer .col-md-2, .footer .col-sm-2 {
	display: none;
}
.footer .col-lg-5, .footer .col-md-5, .footer .col-sm-5 {
	display: none;
}
.footer .col-lg-3, .footer .col-md-3, .footer .col-sm-3 {
	margin-top: -280px;
	margin-left: 400px;
}
.footer a {
    color: #171717;
	position: relative;
}
.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;
	display: none
}
.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;
}
.checkbox {
  padding-left: 20px; 
	color: #949494;
	font-weight: 400;
	font-size: 12px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
	margin-bottom: 20px;
  padding-left: 15px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #e2e2e2;
  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: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
/***********************************
************************************
News
************************************
***********************************/
.section-news{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
}
.section-news-item{
	margin-bottom: 100px;
}
.section-news-item .date {
    width: 135px;
    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;
	text-align: right;
	border-radius: 3px;
}
.section-news-item-next h3{
    color: #171717;
    font-size: 20px;
    font-family: 'Roboto', 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 h1{
	    margin-top: 0px;
}
.section-news p{
	margin: 0 0 30px;
}
.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-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: -85px;
    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);
}
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@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;
    }
}
@media (min-width: 451px) and (max-width: 768px) {
    .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;
    }   
}
@media (min-width: 20px) and (max-width: 450px) {
    .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: 20px;
    }
    .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: 10px;
    }
    .cta-2-form input[type="email"] {
    padding: 13px 10px;
    font-size: 10px;
    min-width: 187px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar-default .navbar-brand{
        margin-left: 10px;
    }
    .navbar-default .navbar-nav &gt; li &gt; a{
        text-align: center;
    }
}
#vybrane-nabidky, #topcontrol{
        display: none;
    }

.breadcrumb {
	display: none
}
.item-description .plus {
	display: none
}
.gallery-print1{
	    width: 65%;
	height: auto;
	float: left;
	margin-right: 5px;
}
.gallery-print2{
	    width: 32%;
	height: auto;
	float: left;
	margin-bottom: 5px;
}
.gallery-print3{
	    width: 32%;
	height: auto;
	float: left;
}
.gallery-detail-print {
	display: block;
	margin-top: 75px
}
.print-top-logo {
	top: 25px;
	left: 25px;
	z-index: 999;
	background: #FFFFFF;
	padding: 5px;
	position: absolute;
	display: block;
}
#map{
	margin-top: 50px;
	display: block;
    }
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.col-sm-8 {
    width: 100%;
}
.col-sm-4 {
    width: 100%;
}
.col-sm-6 {
    width: 100%;
}
#map {
	width: 100%;
	height: 500px;
}
#vybrane-nabidky {
	display: none
}
.footer .credits {
    display: none
}

.footer .linkf {
    display: none
}
.footer .linkflast {
    text-align: left
}
.container {
    width: 100%;
}
.control-filter.detail h2 {
    margin-top: 0px;
    font-size: 25px;
    padding-bottom: 0px;
}
.control-filter.detail h1 {
    margin-top: 0px;
    font-size: 20px;
}
</pre></body></html>