#sp-main-body {
    padding: 30px 0;
}

#sp-logo {
	padding: 0;
}

#sp-bottom .sp-module .sp-module-title {
	font-size: 24px;
}

#sp-bottom {
    font-size: 18px;
}

.sp-megamenu-parent > li > a, #offcanvas-toggler > .fa {
    color: white;
}

.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a, 
.sp-megamenu-parent > li:hover > a, 
#offcanvas-toggler > .fa:hover, 
#offcanvas-toggler > .fa:focus, 
#offcanvas-toggler > .fa:active {
    color: wheat;
}


/* K2 products*/
.products div.catItemView {
	padding: 0;
	margin: 0 5% 10% 0;
	background: #efefef;
}

.products div.catItemView:hover {
	opacity: 0.8;
}

.products div.catItemImageBlock {
    padding: 0;
    margin: 0;
}

.products div.catItemHeader h3.catItemTitle {
	padding: 3px 0 0;
    margin: 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: .5;
}

.products div.itemImageBlock {
    padding: 5px 0;
    margin: 0 0 20px 0;
}

div.itemFullText {
    text-align: justify;
}

.products div.itemAttachmentsBlock {
	border: none;
}

.products div.itemAttachmentsBlock ul.itemAttachments li a {
    border-radius: 3px;
    padding: 6px 10px;
    margin: 5px;
    background: #2792E9;
    color: white;
}

.products div.itemAttachmentsBlock ul.itemAttachments li a:hover {
	background: #0F5199;
}

.itemBackToTop {
	display: none;
}

/* Mobile Style */
@media only screen and (max-width: 600px) {
	
	#sp-header {
		background-color: #015198 !important;
	}
}


/* Grid K2 module style */

#sp-position1 {
	padding: 0;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid .sp-module-title {
	text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.grid ul {
    display: contents;
}

.grid div ul li {
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #eee;
    background: #efefef;
}

.grid div ul li:hover {
	opacity: 0.8;
}

.grid div ul li:nth-child(4n+4) {
	margin-right: 0;
}

div.grid ul li a.moduleItemTitle {
    text-align: center;
    display: block;
    font-size: 22px;
}

.grid .clearList {
	display: none;
}

div.grid a.moduleCustomLink {
    text-align: center;
    display: block;
    margin: 0 auto;
	border-radius: 3px;
    padding: 6px 10px;
    background: #2792E9;
    color: white;
}

div.grid a.moduleCustomLink:hover {
	background: #0F5199;
}


/* K2 Miniarticle Style */

.miniarticle .moduleItemImage {
    float: left;
    margin: 3px 5px 5px 0;
}

.miniarticle .moduleItemTitle {
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    line-height: 20px !important;
    font-family: Roboto, arial, sans-serif;
}

.miniarticle .moduleItemIntrotext {font-size: 13px;}

.miniarticle ul {
  padding: 0 !important;
}

.miniarticle ul > li > a::before {
    content: none;
}

.miniarticle img {
  border: 1px solid #bbb;
  padding: 1px;
}

.miniarticle div.k2ItemsBlock ul li span.moduleItemDateCreated {
  font-family: roboto condensed,arial,sans-serif;
  font-size: 13px;
}

/*------------*/

/* Slideshow */

#sp-slider {
	padding: 0;
}

.camera_caption_title {
  text-shadow: 1px 1px 2px #000;
  /*text-align: left;*/
}

.camera_caption_desc {
  /*text-align: left;*/
  text-shadow: 1px 1px 2px #000;
  margin-top:10px;
  font-size: 35px;
}

.camera_wrap a.camera-button {
    display: inline-block;
    font-size: 25px;
    background: white;
    padding: 0 9px;
}

.camera_wrap a.camera-button:hover {
    font-size: 25px;
    background: #2792e9;
	color: white;
	padding: 0 9px;
}