 

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #464646;
}

#top {
    /*	margin-top: 30px;
	margin-bottom: 20px;*/
    background-color: rgba(255,255,255,0.83);
    text-align: center;
}

    #top img {
        max-width: 100%;
        max-height: 150px;
    }

#middle {
    position: relative;
    /*height: 420px;*/
}

    #middle .image {
        height: 100%;
        width: 100%
    }

        #middle .image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: 0 0;
            object-position: 0 0;
            border: 1px solid #ddd;
            border-radius: 3px;
            background: #fff;
            box-shadow: 3px 3px 7px 0 #B4B4B4
        }

    #middle #form {
        position: absolute;
        top: 40px;
        right:0px;
      	height: auto;
	min-height: 100%;
		width: 360px;
       
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        background: rgba(221, 221, 221, 0.5);
        border-radius: 3px;
        box-shadow: 0 0 3px 0 #5a5a5a;
    }

	
	.panel {
 
	position: absolute;
	width: 300px;
	float: right;
	left: 0%;
	top: 0px;
	height: auto;
	min-height: 100%;
	padding: 40px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}
	
	
.form-group {
    width: 90%;
    display: block;
    margin: 15px auto;
}

    .form-group label {
        font-weight: 600;
        display: block;
        margin-bottom: 2px;
    }

input {
    width: 100%;
    border-radius: 3px;
    height: 32px;
    border: 1px solid #669DDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}

.button {
    width: 60%;
    background: #F08521;
    border: none;
    height: 36px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

    .button:hover {
        background: #F3A256;
    }

#bottom {
    
    text-align: center;
    font-size: 13px;
    padding: 0 20px;
    color: #fff;
}

@media screen and (min-width: 1280px) {
    #middle {

        right: 15%;
    }
}
#panelaswko {
    color: black;
    font-weight: bold;
}
/*
@media screen and (max-width: 1040px) {
    body {
        width: 96%;
    }
}

@media screen and (max-width: 640px) {
    #middle {
        height: auto;
    }

        #middle .image {
            height: 240px;
            margin-bottom: 5px;
        }

        #middle #form {
            position: static;
            width: 100%;
            background: #6E92BA;
            box-shadow: none;
            border-radius: 0;
        }

    .form-group {
        width: 340px;
    }
}

@media screen and (max-width: 420px) {
    .form-group {
        width: 96%;
    }
}
    */
#avviso {
    background: red none repeat scroll 0 0;
    color: black;
    font-weight: bold;
    height: 30px;
    text-align: center;
}

.imagedesc {
    color: black;
    margin-top: 15px;
    /*position: absolute;*/
}

.alertYOST {
    font-size: large;
    color: orange;
}


.cookie-bar {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100% !important;
    height: 30px;
    background-color: rgba(32,32,32,0.7);
    z-index: 999999;
    text-align: center;
}



html {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

html:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}