a.c-bold {
  margin-top: 10px;
}
.logged_user {
  margin-right: 15px;
  margin-top: 2px;
}

.badgeid12766 {
    background-color: #0383a8;
}

.badgeid23868 {
    background-color: #3e9d6c;
}

.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.7em;
    }
}
.firstpageitems {
    max-width: 1280px;
    margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}

.contactform p, .contactform div.submit {
   text-align: center;
}

#contenttop h1, #rightytop h1, #rightyl h1 {
font-weight: 300;
font-size: 2em;
line-height: 2em;
margin-bottom: 20px;
text-align: center;
}
#contenttop h3, #rightytop h3, #rightyl h3 {
font-weight: 300;
}

.c-topbannertext {
font-size: 1.1em;
line-height: 1.4em;
font-weight: 300;
}
.c-abovetext {
font-size: 0.9em;
font-weight: 300;
margin-bottom: 0px;
line-height: 0.9em;
}
.c-bold {
font-weight: 500;
}

.c-titlosbig{
color: rgba(255, 255, 255, 0.9);
font-family: Impact;
font-weight: 600;
font-size: 7em;
line-height: 1em;
margin-bottom: 10px;
}
.c-titlos1{
color: #999;
font-family: Impact;
font-weight: 300;
font-size: 2em;
line-height: 1em;
margin-bottom: 10px;
text-align: center;
}
.c-titlos2{
color: #cc0000;
padding-top: 20px;
font-weight: 400;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}
.c-titlos3{
text-align: center;
color: #cc0000;
font-family: Impact;
font-weight: 300;
font-size: 2em;
line-height: 1em;
margin-bottom: 40px;
}
.c-titlosbottombanner{
font-family: Impact;
font-weight: 300;
font-size: 2.2em;
line-height: 1.2em;
margin-bottom: 10px;
padding: 20px;
}

.c-menu1 {
text-align: center;
color: #cc0000;
font-weight: 300;
font-size: 1.6em;
line-height: 1.2em;
margin-bottom: 40px;
}
.c-menu2 {
color: #fff;
font-weight: 300;
font-size: 1.6em;
line-height: 1.2em;
margin-bottom: 0px;
}
.c-menu2 a{
color: #fff;
text-decoration: none;
}

.c-box1 {
background-color: #13871b;
padding: 10px;
margin-bottom: 25px;
width: 380px;
transform: skewX(-20deg);
display: block;
}
.c-box1:hover{
background-color: #1a9622;}


.c-marquee{
display: block;
position: relative;
width: 5400px;
height: 150px;
animation: scroll 40s ease-in-out infinite;
}

@keyframes scroll{
0% {left:10px;}
100% {left:-4000px;}
}

.c-imagehome{
background-position: 20% 50%;
background-size: cover;
min-height: 700px;
}
.c-imagehomeb{
background-position: 70% 50%;
background-size: cover;
min-height: 700px;
}
.c-imagehome2{
background-position: 70% 50%;
background-size: cover;
min-height: 400px;
}
.c-imagebannerbottom{
background-position: 50% 50%;
background-size: cover;
height: 320px;
border: solid 10px #f6f6f6;
}
.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1.2em;
text-align: center;
padding: 15px 15px;
width: 220px;
color: #222222;
background-color: #fff;
}
.c-buttonlink:hover {
color: #fff;
background-color: #cc0000;
}.cartButton{
  background: #cc0000;
  border-radius: 12px;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
}

.cartButton:hover {
  background-color: #222;
  color: white;
}