body {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #FFF;
} 

/* LOADER */

#loader {
position: relative;
	width: 100%;
	height: 100vh;
    padding:0;
    margin:0;
    left: 0px;
    top: 0px;
    overflow:hidden;
    z-index: 1;
    margin: auto;
    background-image: url(img/loader.gif);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

#loader background {
    
}

#loader img {
    position: absolute;
    display: none;
    width: 300px;
    height: auto;
    margin: auto; 
    overflow: auto;
    top: 50%;
    left: 50%;
    -webkit-animation-name: loader;
    -webkit-animation-duration: 2s;
    animation-name: loader;
    animation-duration: 2s;
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

/*IT MAY SCREW UP WEBSITE
@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
*/

#myDiv {
  display: none;
}

/*GENERAL STYLES*/

p {
    font-family: "Arial", "Helvetica";
}

/*START NAV*/

.nav {
    position: fixed;
    width: 100%;
    height: 80px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(236, 233, 220, 0.9);
    top: 0;
    z-index: 100000;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: 10%;
}

li {
    float: right;

}

li a {
    display: block;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #5a7890;
    text-align: center;
    padding: 30px 36px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    color: #ded3bd;
    background-color: #657b92;
}

.nav-logo {
    position: relative;
    width: 250px;
    margin-top: 10px;
    margin-left: 200px;
    display: block;
    float: left;;
    z-index: 10000000000000;
}

/* Change the link color to #111 (black) on hover */
.nav a:hover {
    color: white;
    transition-duration: 0.7s;
}
    
.nav a:active {
    color: black;   
}

/*END NAV*/

.mobilenav {
    display: none;
}

js-menu menu {
    display: none; 
}

.bar {
    display: none;
}

.headerimg {
    position: relative;
    width: 100%;
}

.bg600px {
    display: none;
}

.slogan {
    position: absolute;
    margin-top: 25%;
    transform: translateX(-25%);
    left: 0%;
    transform: translateX(0%);
    left: auto;
    padding: 15px;
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    color: #FFF;
    background-color: rgba(10, 100, 180, 0.3);
    z-index: 10000;
    
}

.scrolldown {
    position: absolute;
    margin: auto;
    padding: none;
    display: block;
    margin-top: 42%;
    transform: translateX(-42%);
    left: 47%;
    transform: translateX(-48%);
    width: 64px;
    height: 64px;
    z-index: 1000;
    -webkit-animation: pulsefade 2s alternate infinite;
    -moz-animation: pulsefade 2s alternate infinite;
    animation: pulsefade 2s alternate infinite; 
}

/* Standard syntax */
@keyframes pulsefade {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1.2);
    }
}

.columnpilates {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    height: 950px;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.row {
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.sectionimg {
    position: relative;
    width: 200px;
    height: 200px;
    border: solid 4px;
    border-radius: 100%;
    margin-top: 100px; 
    background-size: cover;
}

.sectionimgmetodo {
    position: relative;
    width: 200px;
    height: 200px;
    border: solid 4px;
    border-radius: 100%;
    margin: auto;
    margin-top: 100px; 
    background-image: url(img/5.png);
    background-size: auto;
    background-position: 60% 45%;
}

.sectionimgpilates {
    position: relative;
    width: 200px;
    height: 200px;
    border: solid 4px;
    border-radius: 100%;
    margin: auto;
    margin-top: 100px; 
    background-image: url("img/jhpilates.png");
    background-size: cover; 
    background-position: center;
}

.sectionname {
    position: relative;
    margin: auto;
    margin-top: 2%;
    font-size: 26px;
    text-align: center;
    width: 50%;
    border-style:solid;
    border-width:15px;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 1%,rgba(255,255,255,255) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;
}

.sectiondescription {
    position: relative;
    width: 70%;
    font-size: 18px;
    text-align: justify;
    margin: auto;
    margin-top: 4%;
    padding-bottom: 6%;
}

.sectionpilates {
    position: relative;
    width: 70%;
    height: 47.5%;
    font-size: 18px;
    text-align: justify;
    margin: auto;
    margin-top: 4%;
    padding-bottom: 6%;
    overflow-x: auto;
}

.sectionpilates::-webkit-scrollbar {
    width: 25px;
}

/* Track */
.sectionpilates::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);*/ 
    -webkit-border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
}

/* Handle */
.sectionpilates::-webkit-scrollbar-thumb {
    background: #657b92; 
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.5); 
    border: 0.45em solid rgba(0, 0, 0, 0);  /* Transparent border together with `background-clip: padding-box` does the trick */
    background-clip: padding-box;
    -webkit-border-radius: 40px;
}

::-webkit-scrollbar {
    width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);*/ 
    -webkit-border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #657b92; 
}

.lezioni {
    margin: auto;
    padding: auto;
    background: linear-gradient(270deg, #99aaba, #e7decd);
}

.hlezioni {
    font-family: "Arial", "Helvetica";
    position: relative;
    color: #76879d;
    margin: auto;
    padding-top: 5%;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 50%;
    border-style:solid;
    border-width:15px;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 1%,rgba(255,255,255,1) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;
}

.d-table2 {
    display: none;
}

.d-table { 
}

.d-tr {
    position: relative;
    width: 100%;
    margin: auto;
}

.d-th {
    position: relative;
    font-family: "Arial", "helvetica";
    font-size: 26px;
    font-weight: 100;
    padding-top: 4%;
    text-align: center;
    width: 33%;
    border-style:solid;
    border-width:5px;
    -webkit-border-image: -webkit-linear-gradient(left, transparent, transparent,  rgba(255, 255, 255, 0.9), transparent, transparent) 0 0 100% 0/0 0 5px 0 stretch;
}

.d-td {
    position: relative;
    font-family: "Arial", "helvetica";
    text-align: left;
    font-size: 18px;
    padding-top: 2.5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 4%;
}

.mySlides {display:none}
.demo {cursor:pointer}

button {
    cursor: pointer;
}

.Gallery {
    position: relative;
    width: 100%;
    margin: auto;
    height: 900px;
    background-color: #657B92;
    padding-bottom: 3%;
}

.hgallery {
    font-family: "Arial", "Helvetica";
    position: relative;
    color: #ded3bd;
    margin: auto;
    padding-top: 5%;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 50%;
    border-style:solid;
    border-width:15px;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 1%,rgba(255,255,255,1) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;
}

.slider{
	width: 1200px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 320px; /*That helps bring the labels down*/
	margin: auto;
    margin-top: 3%;
}


/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; top: 0;
	transition: all 0.5s;
    width: 1200px;
    /*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    width: 80%; 
    height: 580px;
    left: 117px;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 300px 0 0 111px;
	border: 3px solid #999;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}

.w3-content {
    display: none;
}

#mobileslider  {
    display: none;
}

.Info {
    position: relative;
    width: 100%;
    margin: auto;
    height: 1160px;
    background: linear-gradient(270deg, #99aaba, #e7decd);
}

.hinfo {
    font-family: "Arial", "Helvetica";
    position: relative;
    color: #76879d;
    margin: auto;
    padding-top: 5%;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 50%;
    border-style:solid;
    border-width:15px;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 1%,rgba(255,255,255,0.8) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;
}

.sectionimgbio {
    position: relative;
    width: 200px;
    height: 200px;
    border: solid 4px;
    border-radius: 100%;
    margin: auto;
    margin-top: 100px; 
    background-image: url(img/1.jpg);
    background-size: cover; 
    background-position: center;
}

form {
    margin-top: 6%;
}

#contattami {
    margin-top: 4%;
}

#sectiondescriptioninfo {
    width: 80%;
}

input[type=text], select {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    width: 50%;
    padding-top: 30px;
    resize: vertical;
    border: none;
    margin: auto;
    background: none;
    border-style:solid;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;    
}

textarea {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    width: 50%;
    top: 50px;
    left: 3px;
    resize: vertical;
    border: none;
    margin: auto;
    border: 5px solid transparent;
	border-image: linear-gradient(to right, rgba(255,255,255,0.7) , transparent) 2%;
    background: none;
}

input[type=submit] {
    position: relative;
    background-color: transparent;
    color: white;
    padding: 12px 20px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10%;
    font-size: 14px;
}

input[type=submit]:hover {
    background-color: #FFF;
    color: #99aaba;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
    font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
    font-size: 16px;
}

.secondrow {
        display: none;
    }

.googlemap {
    overflow:hidden;
    position:relative;
    width: 100%;
    height: 250px;
    padding: 0;
    border: none;
    margin: auto;
    z-index: 10000000;
}
.googlemap iframe{
    left:0;
    top:0;
    height: 250px;
    width:100%;
    margin: auto;
    position:absolute;
    padding: 0;
    border-top: 4px solid #657B92;
}

footer {
    font-family: "Arial", "Helvetica";
    text-align: center;
    color: #FFF;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    background-color: #657B92;
    font-size: 12px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------MAX-WIDTH 1500px-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1500px) {
    .sectionimg {
        margin-top: 8%;
    }
    
    input[type=text], select {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    width: 70%;
    padding-top: 40px;
    resize: vertical;
    border: none;
    margin: auto;
    background: none;
    border-style:solid;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;    
}

    textarea {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    width: 70%;
    top: 60px;
    left: 3px;
    resize: vertical;
    border: none;
    margin: auto;
    border: 5px solid transparent;
	border-image: linear-gradient(to right, rgba(255,255,255,0.7) , transparent) 2%;
    background: none;
}

    input[type=submit] {
    position: relative;
    background-color: transparent;
    color: white;
    padding: 12px 20px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    cursor: pointer;
    margin-top: 18%;
}

    input[type=submit]:hover {
    background-color: #FFF;
    color: #99aaba;
}
    .secondrow {
        display: none;
    }
    
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------MAX-WIDTH 1280px-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    
    .scrolldown {
       margin-top: 43%;
       left: 45%;   
}
    
    .columnpilates {
        float: left;
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        height: 1050px;
}
    
    .Gallery {
    position: relative;
    width: 100%;
    margin: auto;
    height: 800px;
    background-color: #657B92;
    padding-bottom: 3%;
}

.hgallery {
    font-family: "Arial", "Helvetica";
    position: relative;
    color: #ded3bd;
    margin: auto;
    padding-top: 5%;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 50%;
    border-style:solid;
    border-width:15px;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 1%,rgba(255,255,255,1) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;
}
    
    .slider{
	width: 900px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 320px; /*That helps bring the labels down*/
	margin: auto;
    margin-top: 60px;
	/*Lets add a shadow*/
	box-shadow: none;
	box-shadow: none;
}
/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; 
    top: 0;
	transition: all 0.5s;
    width: 900px;
    height: 600px;
}
    
    .slider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 320px 0 0 60px;
	border: 3px solid #999;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}
    
        .Info {
    position: relative;
    width: 100%;
    margin: auto;
    height: 1850px;
    background: linear-gradient(270deg, #99aaba, #e7decd);
}
    
    .hinfo {
    font-family: "Arial", "Helvetica";
    position: relative;
    color: #76879d;
    margin: auto;
    padding-top: 5%;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 40%;
    border-style:solid;
    border-width:15px;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 1%,rgba(255,255,255,0.8) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch;  
}
    
    #mainrow {
        display: none;
    }
    
    .secondrow {
        display: block;
    }
    
    #columnbio {
        width: 100%;
        margin-top: 30px;
    }
    
    #sectiondescriptioninfo { 
    }
    
    #columnform {
        width:100%;
        margin: auto;
        box-sizing: border-box;
        text-align: center;
    }
    
    .Gallery {
    position: relative;
    width: 100%;
    margin: auto;
    height: 900px;
    background-color: #657B92;
    padding-bottom: 3%;
}
    
    form {
    margin-top: 3%;
}

    #contattami {
    margin-top: 4%;
}
    
    input[type=text], select {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    width: 60%;
    padding-top: 40px;
    resize: vertical;
    border: none;
    margin: auto;
    background: none;
    border-style:solid;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 50%, transparent 100%) 0 0 100% 0/0 0 5px 0 stretch; 
}

    textarea {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    width: 60%;
    top: 60px;
    left: 3px;
    resize: vertical;
    border: none;
    margin: auto;
    border: 5px solid transparent;
	border-image: linear-gradient(to right, rgba(255,255,255,0.7) , transparent) 2%;
    background: none;
}

    input[type=submit] {
    position: relative;
    background-color: transparent;
    color: white;
    padding: 12px 30px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    cursor: pointer;
    margin-top: 13%;
}

    input[type=submit]:hover {
    background-color: #FFF;
    color: #99aaba;
}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------MAX-WIDTH 1160px-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1160px) {
    
    /*START NAV*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: 5%;
}

.nav-logo {
    position: relative;
    width: 250px;
    margin-top: 10px;
    margin-left: 100px;
    display: block;
    float: left;;
    z-index: 10000000000000;
}
    
.menu {
    display: block;
}
    
     .sectionname{
    -webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0.1),rgba(255,255,255,255) 50%, rgba(255,255,255,0.1)) 0 0 100% 0/0 0 5px 0 stretch !important;
    }

.columnpilates {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    height: 1050px;
}
    
    .hgallery {
        margin-bottom: 70px;
    }
    
    #desktopslider {
        display: none;
    }
    
        .w3-content {
         display: block;
         width: 80%;
         margin: auto;
    }
    
.mySlides {display:none; box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
    .w3-left, .w3-right, .w3-badge {
        margin: auto;
        margin-top: 30px;
    }
    .w3-left{float: left; margin-left: 30px; font-size: 18px;}
    .w3-right{float: right;; margin-right: 30px; font-size: 18px; position: relative; }
    .w3-badge,.w3-tag{background-color: #FFF;color:#FFF;display:inline-block;text-align:center}.w3-badge{border-radius:50%}
    .w3-badge:hover {background-color: aquamarine; color: aqua;}
    .w3-justify{text-align:justify!important}
    .w3-center{text-align:center!important}

    .w3-white, .w3-hover-white:hover {
    color: #000!important;
    background-color: #fff!important;
}


    .w3-center {
        margin-top: 50px !important;
    }
    
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}

.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}

    .Gallery {
        height: auto;
    }
    
     .w3-content {
        display: block;
        padding-bottom: 8%;
    }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------MAX-WIDTH 1000px-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    
    .nav {
        display: none;
    }
    
    .menu {
        display: block;
    }
    
    .mobilenav {
        display: block;
        z-index: 10000000;
    }
    
    
    js-menu menu {
    display: block; 
    }

    .bar {
    display: block;
    }
    
    .slogan{
        display: none;
    }


    
    .columnpilates {
        float: left;
        width: 100%;
        padding: 10px;
        padding-bottom: 40px;
        box-sizing: border-box;
        text-align: center;
        height: auto;
    }
    
    .column {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
    
    ::-webkit-scrollbar {
    display: none;
}
    
    .Gallery {
        height: auto;
    }
    
    .w3-content {
        display: block;
        padding-bottom: 8%;
    }
    
    .mySlides {
        display:none;
    }

    .w3-center {
        margin-top: 10px !important;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------MAX-WIDTH 600px-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) {
    
    .nav {
        display: none;
    }
    
        .menu {
        display: block;
            z-index: 10000000;
    }
    
    .mnav {
        display: block; 
    }
    
    .headerimg {
        display:none;
    }
    
    .bg600px {
        display: block;
        margin: auto;
        position: relative;
        background-image: url(headerimg.png);
        height: 600px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .scrolldown {
        margin-top: 450px;
        transform: translateX(-45%);
        left: 45%;
        transform: translateX(-45%);
        width: 40px;
        height: 40px;
        z-index: 1;
    }
    
    .sectionname{
    -webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0.1),rgba(255,255,255,255) 50%, rgba(255,255,255,0.1)) 0 0 100% 0/0 0 5px 0 stretch !important;
    }
    
    .sectiondescription {
        text-align: center;
    }
    
    .d-table {
        display: none;
    }
    
    .d-table2 {
        display: block;
        margin-top: 15%;
    }
    
    .d-tr2 {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .d-td2 {
        position: relative;
        font-family: "Arial", "helvetica";
        text-align: left;
        font-size: 18px;
        padding-top: 2.5%;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 10%;
        width: 100%;
    }

    .Gallery {
        height: auto;
    }
    
    .w3-content {
        display: block;
        width: 90%;
        padding-bottom: 8%;
    }
    
    .mySlides {
        display:none;
    }

    .w3-center {
        margin-top: 10px !important;
    }
    
    .w3-content w3-display-container {
    display: block;
}
    
    .Info {
        height: 2150px;
    }
    
    
form {
    margin-top: 6%;
}

#contattami {
    margin-top: 4%;
}

#sectiondescriptioninfo {
    width: 80%;
}

input[type=text], select {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    width: 50%;
    padding-top: 30px;
    resize: vertical;
    border: none;
    margin: auto;
    background: none;
    border-bottom: 3px solid; 
    border-bottom-color: rgba(255,255,255,0.6);
}

textarea {
    position: relative;
    font-family: "Arial", "Helvetica";
    font-size: 18px !important;
    color: #FFF;
    font-style: italic;
    width: 50%;
    top: 50px;
    left: 3px;
    resize: vertical;
    border: none;
    margin: auto;
    border: 3px solid; 
    border-color: rgba(255,255,255,0.6);
}

input[type=submit] {
    position: relative;
    background-color: transparent;
    color: white;
    padding: 12px 20px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 27%;
}

input[type=submit]:hover {
    background-color: #FFF;
    color: #99aaba;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
    font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
    font-size: 16px;
}

    footer {
        padding-top: 5%;
        padding-bottom: 4%;
}
    
    #desktopslider {
        display: none;
    }
    
  

}
    

