/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2022 | 10:39:37 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.navbar-default {
  background-color: transparent;
}
a:link {
  color: #0769C5;
  text-decoration: none;
}
a:visited {
  color: #043B79;
}
a:hover {
  color: #009FDA;
}
a:active {
  color: #009FDA;
}
a.btn-primary:hover {
    background: none repeat scroll 0 0 #043B79;
}
.btn-primary:hover {
    border-color: #043B79;
    color: #FFFFFF;
}
.exp-search-alt-input {
    background-color: transparent;
}
/* h3, .h3 {
  font-size: 18px;
} */
@media (min-width: 768px) {
  h1, .h1 {
	line-height: 74px;
  }
    h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	line-height: 150%;
  }
}
.btn-default:hover {
    background: none repeat scroll 0 0 #009FDA;
    color: #FFFFFF;
}
h2 {
    color: #2B3043;
}
.entry-content .row {
     margin-bottom: 0px;
}

.su-spoiler-title {
  font-size: 19px !important;
  font-weight: 400 !important;
}
.su-spoiler-icon {
  color: #009FDA;
}
.su-accordion .su-spoiler {
    margin-bottom: 1em !important;
}

p {
    margin: 0 0 30px;
}

.menu-contact-info a:visited { color: #ffffff !important; }
.menu-contact-info a:hover { color: #009FDA !important; }
.footer-align p { padding-top: 15px; padding-bottom: 15px; margin: 0; }

@media(min-width: 769px) and (max-width: 991px) {
	#annonse .su-row .su-column-size-1-3 {
	 width: 48%;
}
		#annonse .su-row .su-column-size-1-3:nth-child(3n) {
clear: both;
padding-top: 45px;
}
}