html, html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, " sans-serif";
    color: #333333;
}
header {
    border-bottom: 4px solid #dddcdc;
    padding: 20px 0;
}
.inner {
    width: 100%;
    margin: 0 auto;
}
.mob{
	padding:0 10px;
}
.logo {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.lang{
    font-size:120%;
    padding:0 0 0 20px;
    position: relative;
    top:-30px;
}

.langmob{
    position: absolute;
    right:5px;
}

.lang a:link, .lang a:visited, .langmob a:link, .langmob a:visited{
    text-decoration: none;
}

.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.seventy {
    width: 100%;
    float: left;
}
.thiry {
	display: none;
}


.slider img {
    width: 100%;
    height: auto;
}
.video {
    padding: 5px 0 20px 0;
    font-size: 120%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top:0px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
.video .txt {
    padding: 20px 10px 0 10px;
}
p {
    margin-bottom: 20px;
}
.pics {
    background-color: #f8f8f8;
    padding: 10px 0;
	font-size: 120%;
}

.winntertop {
    width: 130px;
    height: auto;
}
.col img {
    width: 100%;
    height: auto;
}
.alone {
    padding: 10px 0;
}
img.alone {
    width: 100%;
    height: auto;
}
.halfleft {
    padding: 0 5px 10px 0;
}
.halfright {
    padding: 0 0 10px 5px;
}
.winner {
    padding: 20px 0;
}
img.winnerimg {
    width: 200px;
    height: auto;
    padding-bottom: 20px;
}
.contact {
    padding: 20px 0;
    background-color: #f8f8f8;
}
h1 {
    padding: 20px 0;
    font-family: "Times New Roman", "serif";
    font-style: italic;
}
h2 {
    padding-bottom: 20px;
    font-family: "Times New Roman", "serif";
    font-style: italic;
}
h3 {
    padding-bottom: 20px;
    font-family: "Times New Roman", "serif";
    font-style: italic;
}
.messen{
	margin-bottom: 20px;
}
.messen p{
	margin:0;
	padding: 0 0 5px 0;
	font-size: 80%;
}
a:link, a:visited {
    color: #333333;
}
.slideshow-container {
    box-sizing: border-box;
}
.mySlides {
    display: none;
}
.slideshow-container img {
    vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.horbottom {
	display: none;
}

.scrollno{
		display: none !important;
}


 @-webkit-keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}

@media (min-width: 700px) {

	.logo {
    margin-top: 10px;
    max-width: 420px;
    height: auto;
}
    
    .langmob{
        display:none;
    }
	
.seventy {
    width: 70%;
    float: left;
}
.thiry {
	display:block;
    width: 30%;
    float: left;
    text-align: right;
}
	
	.fivefive {
    width: 55.4%;
    float: left;/*background-color:red;*/
}
.fivefour {
    width: 44.6%;
    float: left;/*background-color:blue;*/
}
.rightimg {
    padding-left: 10px;
}
.half {
    width: 50%;
    float: left;
}
	
	
	
	
}

@media (min-width: 980px) {
	.inner {
    width: 980px;
    margin: 0 auto;
}
	
	.horbottom {
		display: block;
	margin: 0 auto;
	height: 70px;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 2000;
	position: absolute;
}
.horbottominner {
	width: 980px;
	margin: 0 auto;
	height: 70px;
	text-align: center;
	
}
	
	.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
	



}

@-webkit-keyframes fadeInDown {
 0% {
 -webkit-transform: translateY(-30px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}




@media (min-width: 1000px) {
	
	.mob{
	padding:0 ;
}
	.video .txt {
    padding: 20px 0px 0 0px;
}	
}
