<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&amp;display=swap');

.christmas {
    background-repeat: no-repeat !important;
    background: url(https://image.freepik.com/free-vector/christmas-background-with-bokeh-snowflakes_1393-207.jpg) !important;
    background-size: cover !important;
}


ul.flex-direction-nav {
    display: none;
}

.item, .leading {
    	min-height: 250px;
    	padding: 60px 20px 80px 20px;
}

ul.sub-menu {
    padding: unset;
}

.container.row.even {
  background: aliceblue;
  opacity: 0.8;
}

.contacts onmobile{
  display:none;
}

.contacts h3 {
    margin: 10px;
}

.contacts h2 {
    margin: unset;
}


.contacts td {
    text-align: center;
}

#social {
    background: url(../images/social/facebook.png) 0 0 no-repeat;
}

a {
    text-decoration: none;
    color: #326896;
}

.pager li &gt; a {
    text-decoration: none;
    padding: 15px 30px 15px 30px !important;
}

table.contacts td {
    width: 20%;
}

h4 {

    font-weight: bold;
}


.even h4 {
    color: #004488 ;
    font-weight: bold;
}

.odd h4 {
    color: #e1e3f5 ;
    font-weight: bold;
}

h3 {
    font-size: 24px;
}

h1.item-page-title {
    margin: -30px;
    padding: 30px;
    background-color: cornflowerblue;
    margin-bottom: -10px;
}

.item-page {
    margin: 30px;
    background: #ffffffbf;
    padding: 30px;
}

div#header-wrap {
    background-color: #bdd4e7;
    background-image: linear-gradient(315deg, #bdd4e7 0%, #8693ab 74%);
}

.footer-column {
    /*margin: 10px;*/
    min-height: 150px;
    /*background: white;*/
    /*padding: 20px;*/
  	/*
    -webkit-box-shadow: 6px 7px 5px -1px rgba(0,0,0,0.59);
    -moz-box-shadow: 6px 7px 5px -1px rgba(0,0,0,0.59);
    box-shadow: 6px 7px 5px -1px rgba(0,0,0,0.59);
  	*/
}

.footer-content{
    line-height: 22px;
}

.footer-title, .footer-content {
    text-align: center;
}

.profilvas-footer a {
    text-decoration: none;
    color: #80aae0;
}

.footer-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: dimgrey;
}

.profilvas-footer {
    color: white;
    background-color: black;
    width: 100%;
    /*margin-bottom: 30px;*/
    height: 300px;
}

.center-div td {
    width: 25%;
}

.center-div table {
    width: 100%;
}

.center-div {
    width: 75%;
    margin: auto;
    padding-top: 40px;
}

.clever {
    display: none;
}

@media (min-width: 1024px) {
  div#header-wrap {
    padding: 40px;
  }
  .ondesktop{
    display: block;
  }
  .onmobile{
    display: none;
  }
  #navbar { 
  	position: relative; 
  	height: 55px;
  	margin:auto;
  }
  #navigation .submenu a,#navigation ul.sub-menu a { 
  	color: silver; 
  }
  #navigation .menu a { 
	height: 55px; 
  	color: white; 
  	font-weight: 100; 
  	text-align: left; 
  	text-decoration: none; 
  	cursor: pointer; 
  	line-height: 55px; 
  	font-size:20px; 
  }
  #navigation ul.sub-menu a { 
 	font-size:16px;
  }

  /* Navigation orig*/
/*#navbar-wrap { padding: 0px; margin:0 0 10px 0;  border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }*/

	#navbar.row { margin-bottom: 0 }
	#navigation { padding:0 10px;}
	#navigation .menu { margin: 0; padding: 0; list-style: none; }
	#navigation .menu .icon-angle-right { position: absolute; right: 10px; top: 50%; margin-top: -6px; color: #aaa; font-size: 12px; }
	#navigation .menu &gt; li { display: block; float: left; }
	#navigation .menu &gt; li ul {}
	#navigation .menu ul { position: absolute; left: 0; top: 100%; margin: 10px 0 0 0; /*IE6 only*/ _margin: 0; nowhitespace: afterproperty; opacity: 0; transition: all .2s ease-in-out; visibility: hidden; z-index: 99; }
	#navigation .menu ul ul { left: 100%; top: 0; }
	#navigation .menu ul ul li { width: 100% }
	#navigation .menu li { position: relative; list-style: none; }
	#navigation .menu li:hover &gt; ul { margin: 0; opacity: 1; visibility: visible; }
	#navigation .menu a { display: block; position: relative; }
	/* current item */
	#navigation .menu &gt; li &gt; a:hover, #navigation .menu &gt; li.sfHover &gt; a, #navigation .menu &gt; .active &gt; a, #navigation .active &gt; a:hover, #navigation .active &gt; a:hover { color: #80aae0;}
	#navigation .menu &gt; .active &gt; a, #navigation li.active &gt; a { font-weight: bold; color: #80aae0    }
	#navigation .menu &gt; li { margin-right: 20px; padding:0 10px; }

	/*drop-down styles*/
	#navigation .menu ul { border-top: none; background: #fff; border: 1px solid #ddd; min-width:200px;}
	#navigation .menu li:hover ul { margin-top: 0; }
	#navigation .menu ul ul.sub-menu { margin-top: -1px; margin-left: 1px; }
	#navigation .menu ul li { border-bottom: 1px solid #ddd }
	#navigation .menu ul li:first-child { }
	#navigation .menu ul li:last-child { border: 0 }
	#navigation .menu ul li &gt; a:hover { color: #36547a }
	#navigation .menu ul a { display: block; height: auto; margin: 0px; padding: 12px 15px; text-transform: none; border: 0px; line-height: 1.7em; }
	#navigation .selector { display: none }
	#navigation ul.sub-menu .icon-angle-down:before {content:"\f105"!important;}

	#navigation i { text-align:right}
	#menu-icon {display: none;}
	#slide-wrap a:hover{ color:#fff}

  	

  

}

a#menu-icon {
    display: none;
}

div#navbar-wrap {
    background-color: black;
    color: white;
    display: flex;
}

.flexslider{
  border:unset !important;
  margin:unset !important;
}

.flex-control-nav{
  display:none;
}

body{
  margin:unset;
  font-family: 'Montserrat', sans-serif;
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(62,62,115,1) 0%, rgba(246,253,255,1) 100%);
}

h1,h2,h3,h4 {
    font-weight: 100;
}

.catid12 .item h2, .catid12 .leading h2 {
    text-align: center;
}

h2{
    font-size: 32px;
}

#wrapper{
  max-width:unset;
}

.container {
    max-width: unset; 
    min-width: unset;
    box-sizing: unset;
}


.catid12 .item p, .catid12 .leading p{
	max-width: 80%;
    margin: auto;
    text-align: center;
}

.leading {
    background-color: #36547a;
    color:white;
}</pre></body></html>