#sp-top2 {text-align: right;}

#sp-header {
	height: 130px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

#sp-header .logo {
	height: 120px;
}

#sp-top-bar {
    padding: 2px 0;
}

#sp-language {
	text-align: right;
}

.sp-contact-info {
	float: none;
}

.mod-languages {
	margin-top: 5px;
}

.sp-megamenu-parent {
	text-align: center;
}

.sp-megamenu-parent > li > a {
	font-size: inherit;
	line-height: 120px;
	color: black;
	padding: 0 10px;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
	color: green;
}

#offcanvas-toggler {
	line-height: 120px;
}

#offcanvas-toggler >i {
	color: green;
}

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


/*K2 component style */
div.catItemView {
	padding: 8px;
}

div.itemBackToTop {
	display: none;
}

div.itemTwitterButton {
    float: left;
    margin: 4px 24px 0 0;
}
div.itemGooglePlusOneButton {
    margin-top: 4px;
}

div.subCategory h2 {
    text-align: center;
    font-size: 24px;
}

div.itemListCategory h2 {
    margin: auto;
}

div.catItemImageBlock {
	margin: 0;
}

.contacts div.itemImageBlock {float: right;}

.news div.catItemImageBlock {
    float: left;
    margin: 0 20px 0 0;
}

.news span.catItemImage {
    display: block;
    text-align: center;
    margin: 0 0 8px 0;
    border: 1px solid #ccc;
    padding: 3px;
    background: #efefef;
}

.news div.itemImageBlock {
    padding: 6px 0;
    margin: 0px 20px 0 0;
    float: left;
}

/*K2 content module style */
.grid .sp-module-title {
    font-size: 18px;
    text-align: center;
    background: #ffcc39;
    padding: 20px;
}

.grid div.k2ItemsBlock ul li {
    width: 25%;
    float: left;
    padding: 10px;
}

div.k2ItemsBlock img {
    max-height: 249px;
}

/* Mobile Style */
@media (max-width: 480px) {

  .grid div.k2ItemsBlock ul li {width: 100%;}
}
/*-------------*/



.grid div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 20px;
    color: green;
    line-height: 1.2;
    font-weight: bold;
	margin: 10px 0 5px;
	text-align: center;
}

div.k2ItemsBlock ul li a.moduleItemTitle:hover {
    color: black;
}

.sp-module ul >li >a:before {
    content: "";
    margin-right: 0;
}

.moduleItemReadMore .sp-module ul >li >a:before {
    content: "";
    margin-right: -2px;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	line-height: 1.3;
}

div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 12px;
    color: gray;
}

.sp-module ul >li {
	border-bottom: none;
}

div.k2ItemsBlock ul li a.moduleItemReadMore {
    font-size: 11px;
    text-transform: uppercase;
    color: green;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px dotted grey;
    padding: 0 0 7px;
}


/* K2 news-module style */
.news-module .moduleItemTitle {
    line-height: 1.3;
    font-size: 18px;
    color: green;
    font-weight: bold;
}

.news-module .sp-module-title {
	text-align: center;
}



/* K2 Mininews Style */

.last-news .moduleItemImage {
    float: left;
    margin: 3px 5px 5px 0;
}

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

.last-news .moduleItemIntrotext {font-size: 13px;}

.last-news ul {
  padding: 0 !important;
}

.last-news ul > li > a::before {
    content: none;
}

.last-news img {
  border: 1px solid #bbb;
  padding: 1px;
}

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

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


@media (min-width: 1200px) {
.container {
    max-width: 1400px;
    width: auto;
} 
}