<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom section background
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section-bg-1{
    background-image: url('../images/charts.jpg');
    background-size: cover;
}
.section-bg-2{
    background-image: url('../images/header-main.png');
    background-size: cover;
	overflow: hidden;
}
.section-bg-gray,
.page-title{
    background-color: #F7F7F7;
}
.section-bg-blue {
    background-color: #3498DB;
}
.section-bg-dark-gray {
    background-color: #e8e8e8;
}

.page-title.hoteli {
	background: rgb(251,223,93), url(../images/header-main-2.jpg) no-repeat;
	background: -moz-linear-gradient(left,  rgba(251,223,93,1) 50%, rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: -webkit-linear-gradient(left,  rgba(251,223,93,1) 50%,rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: linear-gradient(to right,  rgba(251,223,93,0.8) 50%,rgba(52,152,219,0.8) 100%), url(../images/header-main-2.jpg) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf5d', endColorstr='#fbdf5d',GradientType=1 );
	background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.page-title.kampovi {
	background: rgb(80,167,72), url(../images/header-main-2.jpg) no-repeat;
	background: -moz-linear-gradient(left,  rgba(80,167,72,1) 50%, rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: -webkit-linear-gradient(left,  rgba(80,167,72,1) 50%,rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: linear-gradient(to right,  rgba(80,167,72,0.8) 50%,rgba(52,152,219,0.8) 100%), url(../images/header-main-2.jpg) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a748', endColorstr='#3498db',GradientType=1 );
	background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.page-title.marine {
	background: rgb(46,116,179), url(../images/header-main-2.jpg) no-repeat;
	background: -moz-linear-gradient(left,  rgba(46,116,179,1) 50%, rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: -webkit-linear-gradient(left,  rgba(46,116,179,1) 50%,rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: linear-gradient(to right,  rgba(46,116,179,0.8) 50%,rgba(52,152,219,0.8) 100%), url(../images/header-main-2.jpg) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e74b3', endColorstr='#3498db',GradientType=1 );
	background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.page-title.hosteli {
	background: rgb(243,152,52), url(../images/header-main-2.jpg) no-repeat;
	background: -moz-linear-gradient(left,  rgba(243,152,52,1) 50%, rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: -webkit-linear-gradient(left,  rgba(243,152,52,1) 50%,rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: linear-gradient(to right,  rgba(243,152,52,0.8) 50%,rgba(52,152,219,0.8) 100%), url(../images/header-main-2.jpg) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39834', endColorstr='#f39834',GradientType=1 );
	background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.page-title.bolnice {
	background: rgb(181,99,164), url(../images/header-main-2.jpg) no-repeat;
	background: -moz-linear-gradient(left,  rgba(181,99,164,1) 50%, rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: -webkit-linear-gradient(left,  rgba(181,99,164,52,1) 50%,rgba(52,152,219,1) 100%), url(../images/header-main-2.jpg) no-repeat;
	background: linear-gradient(to right,  rgba(181,99,164,0.8) 50%,rgba(52,152,219,0.8) 100%), url(../images/header-main-2.jpg) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b563a4', endColorstr='#b563a4',GradientType=1 );
	background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.page-title.kampovi h1, .page-title.marine h1, .page-title.hosteli h1, .page-title.bolnice h1 {
	color: #fff;
}

.section-bg-hoteli {
	background-color: #fbdf5d;
}

.section-bg-kampovi {
	background-color: #50a748;
	color: #fff;
}

.section-bg-marine {
	background-color: #2e74b3;
	color: #fff;
}

.section-bg-hosteli {
	background-color: #f39834;
	color: #fff;
}

.section-bg-bolnice {
	background-color: #b563a4;
	color: #fff;
}

.section-bg-hoteli a {
	color: #555;
	text-decoration: underline;
}

.section-bg-hoteli a:hover {
	color: #555;
	text-decoration: none;
}

.section-bg-kampovi a, .section-bg-marine a, .section-bg-hosteli a, .section-bg-bolnice a {
	color: #fff;
	text-decoration: underline;
}

.section-bg-kampovi a:hover, .section-bg-marine a:hover, .section-bg-hosteli a:hover, .section-bg-bolnice a:hover {
	color: #fff;
	text-decoration: none;
}


/*
 * Custom color scheme
 * primary color: #3498DB;
 * secondary color: #3486BC;
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Primary color */
a,
.icon.primary,
#site-nav &gt; ul &gt; li:not(.over) &gt; a:hover,
.light .entry-date,
.light .entry-title a:hover,
.light .entry-meta a:hover,
.light .project-filter .active a,
.light .project-filter a:hover,
.project .project-thumb figcaption .icon:hover,
.pricing .plan-price{
    color: #3498DB;
}

.content-header.v3:after,
.button.primary,
.icon.circle.primary,
.icon.square.primary,
.breadcrumbs,
.pagenavi a:hover,
.pagenavi span.current,
.project .project-thumb figcaption,
.progress-bar .bar div,
.tabs.vertical .tabnav .active a{
    background-color: #3498DB;
}

input[type="text"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus,
.button.primary,
.icon.circle.primary,
.icon.square.primary,
.pagenavi a:hover,
.pagenavi span.current,
.tabs.vertical .tabnav .active a,
.pricing .plan.recommended{
    border-color: #3498DB;
}

.tabs.vertical .tabnav .active a:after{
    border-left-color: #3498DB;;
}

/* Secondary color */
a:active, a:hover,
.light .entry-meta a:hover,
.light .masonry-entries .entry .entry-title a:hover,
.light .post-list .details .title a:hover,
.light .entry-meta a:hover,
.light .project .project-title a:hover{
    color: #3486BC;
}

.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.disabled,
.button.primary[disabled],
.icon.circle.primary:hover,
.icon.square.primary:hover{
    background-color: #3486BC;
}

.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.disabled,
.button.primary[disabled],
.icon.circle.primary:hover,
.icon.square.primary:hover{
    border-color: #3486BC;
}

.nav .dropdown ul {
	right: -150px;
}

#secondary {
	padding-left: 45px;
}

.member {
	text-align: left;
}



.member .img-holder {
	width: 20%;
	float: left;
}

.member .txt-holder {
	width: 80%;
	float: left;
}

.member .txt-holder div {
	padding-left: 30px;
}

.member-kontakt .txt-holder div {
	padding-left: 20px;
}

.member-vertical {
	text-align: center;
	margin-bottom: 0;
}

.member-vertical p {
	margin: 0;
}

.member-vertical .img-holder, .member-vertical .txt-holder {
	width: 100%;
	float: none;
}

.member-vertical .img-holder img {
	width: 130px;
}

.member-vertical .txt-holder {
	margin-top: 10px;
}

.member-vertical .txt-holder div {
	padding-left: 0;
}

.form label {
	font-size: 11px;
	text-transform: none;
	letter-spacing: normal;
	display: inline-block;
	margin-bottom: 3px;
	width: 100%;
}

.contact.form label {
	margin-left: 10px;
}

.form label.error {
    color: #E42C3E;
    text-transform: none;
    letter-spacing: normal;
    font-size: 11px;
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	text-align: right;
}

.form label.error span {
	padding-right: 15px;
}

.form .error {
	border-color: #E42C3E;
}

.relative {
	position: relative;
}

#site-nav &gt; ul &gt; li:last-child&gt; a {
	padding-right: 0;
}

.post-list {
	border: 1px solid #999;
	border-radius: 3px;

	text-align: center;
	background-color: rgba(255,255,255,0.2);
	margin-bottom: 0;
}

.post-list .holder {
	padding: 15px 25px 0px;
}

.post-list a i {
	color: #555555;
}

.dropit .dropit-submenu {
	min-width: 100%;
	margin-top: 3px;
}

.dropit .dropit-submenu li {
	background: #3498DB;
	margin-bottom: 1px;
	border-radius: 3px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}

.dropit .dropit-submenu li {
	line-height: 35px;
	display: block;
}

.dropit .dropit-submenu li:hover {
	background: #555;
}

.dropit .dropit-submenu a li {
	color: #fff;
}

.dropit .dropit-submenu a:hover  {
	text-decoration: none;
}

.section-bg-over {
	background: transparent;
	z-index: 20;
	margin-top: -200px;
}

#header-social {
	padding: 20px 0 !important;
}

.is-sticky .logo {
	margin-top: 10px;
	width: 110px;
	height: 50px;
}

#site-nav &gt; ul &gt; li.over &gt; a {
	background: rgba(52,152,219,0.9);
}

#site-nav ul ul {
	background-color: rgba(52,152,219,0.9);
}

#site-nav .mega-menu &gt; ul &gt; li {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#site-nav ul ul a {
	color: #fff;
}

#site-nav ul ul a:hover {
	color: #292929;
}

.document {
	text-align: center;
	margin-bottom: 30px;
}

.document img {
	width: 50px;
}

.document a {
	display: block;
	color: #555;
}

.document p {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0;
}

.document p.small {
	font-size: 10px;
	line-height: 14px;
	margin: 2px 0 20px;
	color: #999;
}

footer {
	border-top: 5px solid #000;
	background: url(../images/footer-texture.png) repeat;
}

#footer-widgets {
	background-color: transparent;
	color: #c4c4c4;
}

#footer-widgets a, #footer-bottom a {
	color: #c4c4c4;
}

#footer-widgets a:hover, #footer-bottom a:hover {
	color: #c4c4c4;
	text-decoration: underline;
}

#footer-bottom {
	background-color: rgba(0,0,0,0.3);
	color: #c4c4c4;
	font-size: 12px;
}

.contact {
	height: 0;
	padding: 0;
}

.contact h1 {
	position: absolute;
	top: 165px;
	padding: 20px;
	left: -20px;
	background-color: #fff;
}

#site-nav &gt; ul &gt; li.current &gt; a {
	color: #3498DB;
}

#site-nav &gt; ul &gt; li.current.over &gt; a {
	color: #fff;
}

#mobile-menu-trigger {
	color: #202020;
	background-color: transparent;
}





/*  ----------    defaults     -----------  */
.visible-xxs {
	display: none;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.pt0 {
	padding-top: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}
</pre></body></html>