/* General/reset styles */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
}








/**************************/
/**************************/
/**************************/
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
.wrapperFBlike{padding:50px;}
.wrapperFBlike .fb-like{float:none; width:15%; filter:hue-rotate(60deg);}
.wrapperFBlike .fb-like iframe{
  height:24px; width:100px; transform:scale(1);
}
.fb-page, .fb-page:before, .fb-page:after {
    border: 1px solid #ccc;
}

.fb-page:before, .fb-page:after {
    content: "";
    position: inherit;
    bottom: -3px;
    left: 2px;
    right: 2px;
    height: 1px;
    border-top: none
}

.fb-page:after {
    left: 4px;
    right: 4px;
    bottom: -5px;
    box-shadow: 0 0 2px #ccc
}
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/**************************/
/**************************/
/**************************/
  


/**************************************/
/**************************************/
/*            Header styles           *
header {
  position: relative;
  margin-top:0px;
  text-align: center;
  height: min(100vh, 924px);
  background: linear-gradient(to bottom, rgba(000,000,000, 0.00), rgba(256,256,256, 0.00)), url(images/Test/headerimg.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}

header h1 {
  padding-top: 7vh;
  /*padding-top: -webkit-calc(20vh - 113px);
  padding-top: expression(20vh - 113px);
  padding-top: -moz-calc(20h - 113px);
  padding-top: -o-calc(20vh - 113px);
  padding-top: calc(20h - 113px);
  font-size: 7em;
  font-weight: 100;*
}

header h2 {
  font-size: 2em;
}

header span.animated {
  bottom: 20%;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background: #fff;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

header span::before,
header span::after {
  position: absolute;
  top: -23px;
  content: "";
  height: 30px;
  width: 4px;
  border-radius: 2px;
  background: #fff;
}

header span::before {
  left: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
}

header span::after {
  right: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}
/*            Header styles           */
/**************************************/
/**************************************/



.nav {
	width: 100%;
    margin-top: -10px;
    margin-left: 0px;
    height: 60px;
    background-color: #000000;
	border: 0px solid #000000;
	position: fixed;
	z-index:2000;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright:0px;
    -border-bottom-left-radius: 0px;
    -border-bottom-right-radius: 0px;
}



/* Scroll animations styles */
.scroll-animations {
  display: flex;
  text-align:center;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

.scroll-animations div {
  flex-grow: 1;
  text-align:center;
  vertical-align:top;
  padding-right: 10px;
  padding-left: 30px;
  opacity: 0;
}

.scroll-animations div span {
  font-size: 4em;
  vertical-align:top;
  text-align:center;
}
.scroll-animations div h3 {
  text-align:center;
  font-size:2.5em;
  font-weight: 300;
  margin-bottom: 10px;
}
.scroll-animations div p {
  text-align:justify;
  text-align-last: center;
  vertical-align:top;
}


/* Click animations styles */
.click-animations {
  margin-top: 0px;
  padding-bottom: 20px;
  background: #f6f8fa;
}

.click-animations input {
  display: block;
  margin: 20px auto;
  padding: 10px;
  height: 50px;
  width: 50%;
  font-size: 30px;
  outline: none;
  border: 2px solid transparent;
  transition: 0.3s;
}

.click-animations textarea {
  display: block;
  margin: 20px auto;
  padding: 10px;
  width: 50%;
  font-size: 30px;
  outline: none;
  border: 2px solid transparent;
  resize: none;
  transition: 0.3s;
}

.click-animations input:focus,
.click-animations textarea:focus {
  border-color: #30cc8b;
}

.click-animations button {
  display: block;
  margin: 20px auto;
  padding: 10px;
  width: 50%;
  font-size: 30px;
  border: none;
  outline: none;
  background: #30cc8b;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.click-animations button:active {
  transform: scale(0.95);
}

.form-error {
  border-color: #F46036 !important;
}











/***********************/
/*  Section Slideshow  */
/*  Section Slideshow 
#slideshow {
  margin: 50px auto;
  position: relative;
  width: min(80vw, 600px);
  height: min(60vh, 400px);
  padding: 0px;
}

#slideshow > div {
  position:absolute;
  text-align:center;
}
 */

/* TEST 2 */
.slider {
  width: min(80vw, 600px);
  height:auto;
  text-align: center;
  overflow: hidden;
  color:#000;
  background-color:#fff;
  margin:auto;
}

.slides {
  display: flex;
  overflow-x: auto;
  
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 0px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: min(80vw, 600px);
  height:auto;
  margin-top: 15px;
  margin-right: 0vw;
  margin-left: 0vw;
  margin-bottom: 15px;
  
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}


p#cf7_controls {
  text-align:center;
}
#cf7_controls span {
  padding-right:2em;
  cursor:pointer;
}
#cf7 {
  position:relative;
  width: min(450px, 100vw);
  height:300px;
  margin:0 auto 10px;
}
#cf7 img {
  position:absolute;
  width: min(450px, 100vw);
  height:auto;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#cf7 img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
/*  Section Slideshow  */
/*  Section Slideshow  */
/***********************/


