.component-content h1 {
font-size: 30px;
}

.mod-languagesnoblock {
        clear: both;
}
.pretext {
        float: left;
        margin-right: 15px;
}
.lang-inline {
        list-style: none;
}
.lang-inline li {
        float: left;
        margin-right: 5px;
}

#rt-navigation .rt-menubar {
    padding: 0px;
}

.layout-showcase .sprocket-features-img-container img {
    float: right;
  margin-top: -10px;
    margin-bottom: -54px !important;
   margin-left: 25px;
}

.component-content .item-page h2:after, .component-content .blog h2:after, .component-content .weblink-category h2:after, .component-content .contact h2:after, .component-content .login h1:after, .component-content h1:after, .component-content h2:after { 
  border-bottom: 1px none !important;
}

div.sprocket-tabs-panels {
padding-right: 10px;
padding-left: 8px;
}

/* new year */
/*

@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px; }
}

@-ms-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}


.main-bg-blue #rt-showcase, #rt-main  {
    background: url('/images/snow_2.png'), url('/images/snow2.png'), url('/images/snow3.png') #34486a;
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
z-index: -4;
}

#rt-main > div {
   background: url('/images/center.png') repeat-y center 0;
z-index: -3;
}


.rt-image img {
    z-index: 1;
    position: relative;
    box-shadow: 0px 0px 5px;
}


#rt-navigation {
  padding-top: 60px;
  background: url(/images/elka.png) repeat-x 0 -25px;
}


