﻿@import url('//fonts.googleapis.com/css?family=Merriweather+Sans:400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:200,400,700');

/*
=======================================================================
	Custom Bootstrap
=======================================================================
*/

@media (min-width:1300px) {.container {width:1270px;}}
@media (min-width:1400px) {.container {width:1370px;}}
@media (min-width:1500px) {.container {width:1470px;}}

.img-responsive {height:auto!important;}

/*
=======================================================================
	Bootstrap Col Double Margin
=======================================================================
*/


@media screen and (min-width: 991px) {
	.container {
		padding-right: 30px;
		padding-left: 30px;
		}
	
	.container .row {
		margin-right: -30px;
		margin-left: -30px;
		}
		.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:30px;padding-left:30px}
	}




/*
=======================================================================
	Main header General
=======================================================================
*/

header.mainheader  {
	z-index: 9999;
	top: 0;
	width: 100%;
	position: fixed;
	left: 0;
	transition: height 0.4s ease-in-out;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	border:0;
	}

body:not(.itemid-193) header.mainheader {background: #7b2c79;}

body header.mainheader:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	}
	
.mainheader .header-elements {
	padding-top: 25px;
	padding-bottom: 25px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
	}

.mainheader .header-elements .sf-menu a {
	font-size:.8em;
	font-weight:lighter;
	}
	
	
	
@media (min-width:768px) {
	}

@media (min-width:991px) {
	.mainheader .header-elements .sf-menu a {font-size:1em;}
	}

@media (min-width:1200px) {
	.mainheader .header-elements .sf-menu a {font-size:1em;}
	}


/*
=======================================================================
	Main header Smaller General
=======================================================================
*/

body.itemid-193.fixed:not(.sticky-header) header.mainheader {background:none!important;}
/*body:not(.sticky) {background-color:none;}*/

.sticky-header header.mainheader {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	}

.sticky-header header.mainheader .header-elements {padding-top: 7px;padding-bottom: 7px;}

@media (min-width:768px) {
	}

@media (min-width:991px) {
	}

@media (min-width:1200px) {
	/*header.mainheader .header-elements {padding-top: 30px;padding-bottom: 30px;}*/
	.sticky-header header.mainheader .header-elements {padding-top: 0;padding-bottom: 0;}
	.sticky-header .site-logo {width:200px;}
	}
	

/*
=======================================================================
	Custom Front Page
=======================================================================


body.topmenu-0 .itemid-198 {padding-top:115px!important;padding-bottom:60px!important;}
body.topmenu-0 .itemid-198.xltitle h2 {font-weight:bold;}
body.topmenu-0 .itemid-198 .teaser {font-weight:lighter;}

@media (min-width:768px) {
	body.topmenu-0 .itemid-198 {padding-top:150px!important;padding-bottom:100px!important;}
	}

@media (min-width:991px) {
	body.topmenu-0 .itemid-198 {padding-top:150px!important;padding-bottom:100px!important;}
	}

@media (min-width:1200px) {
	body.topmenu-0 .itemid-198 {padding-top:240px!important;padding-bottom:140px!important;}
	body.topmenu-0 .itemid-198.xltitle h2 {font-size:4.3rem!important;}
	body.topmenu-0 .itemid-198 .teaser {font-size:1.4em;}
	}

@media (min-width:1500px) {
	body.topmenu-0 .itemid-198.xltitle h2 {font-size:4.5rem!important;}
	}

*/


/*
=======================================================================
	Custom Footer
=======================================================================
*/

.site-footer .col.col1 img {width:150px;}

.site-footer .col .column-content h2 {margin:0!important;font-size:1.4rem;font-weight:bold;letter-spacing:1px;}
.site-footer .col .column-content h2 + p {margin-top:.75rem;font-weight:lighter;}
.site-footer .col .column-content a {text-decoration:underline;}

.site-footer a[href*="/maps/"]:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f041";
    display: inline-block;
    margin-right: 10px;
	}

@media (min-width:768px) {
	.site-footer .col.col1 img {width:200px;}
	}

@media (min-width:991px) {
	}

@media (min-width:1200px) {
	.site-footer .col .column-content h2 {margin:0!important;font-size:1.7rem;}
	}

/*
=======================================================================
	Custom publish info
=======================================================================
*/

.publish-info {font-size:.8em;
			   color: rgb(128, 128, 128);
}