#abovetopbanner .langchooser {
    float: right;
}
.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}
.c-texttop{
  padding-left: 250px;
padding-top: 5px;
  font-weight: 300;
font-size: 0.8em;
}
#contenttop h1, #rightytop h1, #rightyl h1 {
font-weight: 200;
font-size: 2em;
line-height: 2em;
margin-bottom: 20px;
text-align: center;
}
.c-thirty{
font-weight: 600;
font-size: 9.4em;
line-height: 1em;
margin-bottom: 0px;
}
.c-years{
margin-top: 0px;
font-weight: 200;
font-size: 3.2em;
line-height: 1em;
margin-bottom: 0px;
}
.c-bigtext{
padding-top: 70px;
font-weight: 200;
font-size: 2em;
line-height: 1.6em;
}
.c-titlos1{
display: inline;
text-align: center;
padding-top: 15px;
padding-bottom: 10px;
font-weight: 200;
font-size: 2em;
line-height: 2em;
border-bottom: 2px solid #ec2525;
}
.c-titlos2{
display: block;
text-align: center;
padding-top: 35px;
padding-bottom: 10px;
font-weight: 200;
font-size: 2em;
line-height: 1em;
color: #ffffff;
}
.c-titlos3{
display: block;
text-align: center;
padding-top: 35px;
font-weight: 200;
font-size: 1.8em;
line-height: 1em;
color: #ffffff;
}
.c-titlos4{
padding-top: 50px;
text-align: center;
font-weight: 200;
font-size: 2em;
line-height: 1em;
}
.c-count{
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 200;
font-size: 1em;
line-height: 1em;
}
.c-text1{
text-align: justify;
padding-top: 30px;
padding-left: 60px;
padding-right: 60px;
font-weight: 300;
font-size: 1.2em;
line-height: 1.4em;
color: #ffffff;
}
.c-text2{
text-align: justify;
margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
font-weight: 300;
font-size: 1em;
line-height: 1.4em;
}
.c-text3{
text-align: justify;
margin-top: 30px;
font-weight: 300;
font-size: 1.1em;
line-height: 1.4em;
}

.c-text4{
display: inline;
text-align: center;
margin-top: 15px;
padding-bottom: 10px;
font-weight: 300;
font-size: 1.2em;
line-height: 2em;
border-bottom: 2px solid #ec2525;
}
.c-text5{
text-align: center;
margin-top: 15px;
padding: 30px;
font-weight: 300;
font-size: 1.2em;
line-height: 1.2em;
}
.c-text6{
padding-top: 10px;
font-weight: 300;
font-size: 1.2em;
line-height: 1.4em;
}
.c-text7{
display: block;
text-align: center;
margin-top: 15px;
padding-bottom: 10px;
font-weight: 400;
font-size: 1.2em;
line-height: 2em;
border-bottom: 2px solid #ec2525;
}
.c-text9{
display: block;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 400;
font-size: 1.2em;
line-height: 2em;
}
.c-text8{
text-align: justify;
margin-top: 30px;
font-weight: 300;
font-size: 0.8em;
line-height: 1em;
}
.c-text10{
display: block;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 400;
font-size: 1.2em;
line-height: 2em;
background-color: #B21010;
color: #ffffff;
}
.c-skia{
min-height: 640px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.c-skia:hover{
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.c-images{
background-position: 50% 50%;
background-size: cover;
min-height: 640px;
}
.c-images2{

background-position: 50% 50%;
background-size: cover;
min-height: 700px;
}
.c-images3{

background-position: 50% 50%;
background-size: cover;
min-height: 350px;
}
.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 200;
font-size: 1em;
line-height: 1.2em;
text-align: center;
padding: 10px 10px;
min-width: 190px;
color: #ffffff;
background-color: #A90F0F;
}
.c-buttonlink:hover {
background-color: #ffffff;
color: #000000;
}
.c-buttonlink2{
display: inline-block;
text-decoration: none;
font-weight: 200;
font-size: 1.2em;
line-height: 1.4em;
text-align: center;
padding: 10px 10px;
min-width: 220px;
color: #ffffff;
background-color: #000000; opacity: 0.8
}
.c-buttonlink2:hover {
background-color: #ec2525;
}
.c-marquee{
display: block;
position: relative;
width: 11000px;
height: 80px;
animation: scroll 45s ease-in-out infinite;
}

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

table, td {
padding: 10px;
}



/*PHOTO GALLERIES*/
ul.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}