<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #303030;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p {
	line-height: 26px;
	margin-bottom: 25px;
}

a {
	color: #145699;
	-moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

a:hover,
a:focus {
	color: #145699;
	outline: 0;
	-moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
	text-decoration: underline;
}

.clear{
    clear: both;
}

strong, .bold{
    font-weight: 500;
}


hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}


/* nav */

.menu {
	height: 770px;
}

.navbar-header {
	background: #fff;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

.navbar-collapse {
	margin: 10px 0 0 0;
	padding: 0;
}

.nav li{
	padding: 2px 0 0 0;
	border-top: solid 1px #e4e4e4;
}

.nav li a{
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  background: url("../img/icon_arrows_grey.png") no-repeat right 12px;
}

.nav li.active a, .nav li.active a:hover{
	width: 100%;
	padding: 10px 20px;
	border-bottom: solid 4px #193a5c;
	background: #145699 url("../img/icon_arrows_white.png") no-repeat right 12px;
}

.navbar-toggle {
	margin: 40px 20px 0 0;
	background: #105aa6
}

.navbar-toggle .icon-bar{
	background: #fff;
}

.navbar-brand{
	display: inline-block;
	width: 170px;
	height: 170px;
	background: url("../img/logo.png") no-repeat center top;
	text-indent: -9999px;
	margin: 5px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

.navbar-brand{
    background-image:  url(../img/logo@2x.png);
    background-size: 170px 170px;
  }
}

.logo {
	float: right
}

.top-middle {
	padding: 55px 0 0 0;
	float: left
}

.info {
	float: left
}

.info {
	padding: 35px 0 0 0;
}

.info a, .top-middle a{
	display: inline-block;
	width: 330px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #5c5c5c;
	background: #145699;
	border-bottom: solid 4px #193a5c;	
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	margin-right: 5px;
	text-align: center;
}

.info a:hover, .top-middle a:hover{
	text-decoration: none;
	background: #1b4774;
	border-bottom: solid 4px #193a5c;	
}

.info span{
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 15px;
	color: #303030;
}

.info p{
	margin: 10px 0;
	padding: 0;
}




/* header */

.wrapper-header {
	width: 100%;
	height: 210px !important;
	background: url(../img/header_bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.3);
}

.header {
	padding: 20px 0;
	color: #fff;
}

.header h1{
	font-size: 30px;
	text-align: center;
}




/* ticker */

.ticker {
  width: 100%;
  height: 28px;
  padding: 3px;
  font-size: 13px;
  display: inline-block;
  background: url(../img/ticker_bg.png);
}

.modern-ticker {
    margin: 0;
    padding: 0;
}

.modern-ticker ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    max-height: 28px;
}

.mt-label {
    width: 10%;
    min-width: 126px;
    float: left;
    padding: 2px 0px 2px 5px;
    color: #88a2bd;
    text-transform: uppercase;
    font-weight: 500;
}

.mt-news {
    overflow: hidden;
    float: left;
    width: 90%;
    min-width: 122px;
    padding: 2px 0;
    max-height: 18px;
}

.mt-scroll .mt-news {
    background-color: transparent;
}

.mt-round .mt-news:first-child,.mt-round .mt-news:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mt-round .mt-news:last-child,.mt-round .mt-news:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mt-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mt-news li {
    float: left !important;
}

.mt-news a {
	margin: 0 10px;
  	color: #fff;
    display: block;
    font-weight: normal;
    text-decoration: none;
}

.mt-news a:hover {
  color: #88a2bd;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.mt-hide {
    display: none !important;
}

.mt-controls {
    margin-right: 5px;
    position: absolute;
    right: 2px;
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-next, .mt-prev {
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.mt-next:hover, .mt-prev:hover{
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.mt-next{background: url(../img/btn-news-next.png) top center no-repeat;}
.mt-prev{background: url(../img/btn-news-prev.png) top center no-repeat;}



/* content */

.wrapper-content{
	background: #fff !important;
	margin-top: -50px;
	border-radius: 5px;
}

.content {
	padding: 10px 20px;
	background: url(../img/content_bg.png) no-repeat center center;
}

.content a {	
	font-weight: 400;
}

.content h1 {	
	font-size: 30px;
	padding: 0 0 3px 0;
	margin: 15px 0;
	border-bottom: solid #105aa6 3px 
}

.content h2 {	
	font-size: 20px;
}

.content ul {	
	margin: 0;
	padding: 0 20px;
}

.content .btn{
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #5c5c5c;
	background: #145699;
	border-bottom: solid 4px #193a5c;	
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.content .btn:hover, .content .btn-eshops:hover{
	text-decoration: none;
	background: #1b4774;
	border-bottom: solid 4px #193a5c;
}

.content .btn-eshops{
	display: inline-block;
	width: 200px;
	height: 50px;
	padding: 5px 10px;
	font-size: 13px;
	color: #5c5c5c;
	background: #145699;
	border-bottom: solid 4px #193a5c;	
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 18px;
}

.content .btn-eshops span{
	display: block;
	height: 40px;
}

.carousel {
	border-top: solid 1px #e4e4e4;
}

.carousel-btn {
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #d5d7da;
	border-bottom: solid 4px #c6c8cc;	
	border-radius: 4px;
	text-align: center;
	padding: 5px;
	color: #fff;
}

.carousel-btn:hover {
	background: #c6c8cc;
	color: #fff;
}

.carousel-left {
	left: 10px;
	bottom: 10px;

}

.carousel-right {
	left: 46px;
	bottom: 10px;

}

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/* footer */

footer {
	background: #e9e9e9;
	padding: 15px;
	font-size: 13px;
	font-weight: 400;
	color: #8f8f8f
}


/* resonsive */

@media (max-width: 1200px) {
.menu {
	height: 750px;
}
}

@media (max-width: 992px) {
.menu {
	height: 740px;
}
.navbar-brand{
	width: 100px;
	height: 100px;
	background: url("../img/logo_small.png") no-repeat center top;
	margin: 30px 0 0 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

.navbar-brand{
    background-image:  url(../img/logo_small@2x.png);
    background-size: 100px 100px;
  }
}
}

@media (max-width: 767px) {
body {
	padding-top: 120px;
}
.logo {
	float: left;
}

.navbar-brand{
	width: 100px;
	height: 100px;
	background: url("../img/logo_small.png") no-repeat center top;
	margin: 10px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

.navbar-brand{
    background-image:  url(../img/logo_small@2x.png);
    background-size: 100px 100px;
  }
}

.top-fixed {
	position: fixed;
	background: #fff;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
		-webkit-box-shadow: 1px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

.menu {
	position: fixed;
	z-index: 9999;
	top: 118px;
	left: 0;
	width: 100%;
	height: 60px;
}

.nav li{
	padding: 2px 0 0 0;
	border-top: solid 1px #e4e4e4;
}

.nav li a{
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  background: url("../img/icon_arrows_grey.png") no-repeat right 8px;
  padding: 6px 20px;
}

.navbar-collapse  {
	background: #fff;
	min-height: 440px !important;
	padding: 10px;
	margin: 0;
  	border: 0 !important;
  	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.6);
  	-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.6);
  	box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.6);
}

.wrapper-header {
	height: 200px !important;
}
.header {
	padding: 10px 0;
}
.header h1{
	font-size: 22px;
	font-weight: 200;
	text-align: center;
}
.info, .carousel, .top-middle {
	display: none;
}

}</pre></body></html>