body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  /*display:none;*/
	margin:0;
	padding:0;
}
html,body {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table {
	border-spacing:0;
}
fieldset,img {
	border:0;
}

body {
  font-family: 'Share Tech Mono', monospace;
	font-size: 24px;
	font-weight: 300;
	overflow-x: hidden;
}

a, button {
	color: #FFFFFF;
  text-decoration:underline;
	transition: all 0.3s ease;
}

button:focus {
    outline: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
	outline: none;
}

h1 {
	color: #FFFFFF;
	font-size: 2.4rem;
}

p {
	color: #FFFFFF;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -40;
    width: 100%;
    height: 99%;
}

.cb-slideshow-text-container {
    height: 100vh;
    display: flex;
    align-items: center;
}

.tm-content {
    z-index: 1001;
}

.form-control::-webkit-input-placeholder ,
.form-email::-webkit-input-placeholder   { /* Chrome/Opera/Safari */
  color: white;
}

.form-control::-moz-placeholder  ,
.form-email::-moz-placeholder    { /* Firefox 19+ */
  color: white;
}
.form-control:-ms-input-placeholder ,
.form-email:-ms-input-placeholder   { /* IE 10+ */
  color: white;
}

.form-control:-moz-placeholder ,
.form-email:-moz-placeholder   { /* Firefox 18- */
  color: white;
}



.form-control::placeholder ,
.form-emal::placeholder {
    color: white;
}

.form-control ,
.form-email   {
    color: #FFFFFF;
    border-radius: .5rem;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0.75rem 1.2rem;
}

.form-section {
    color: #FFFFFF;
    background-color: transparent;
    margin-bottom: 100px;
}

.contact_email {
	color: #FFFFFF;
}
.tm-btn-subscribe ,
#edit-subscribe   {
  background-color: #006699;
  border-radius: .5rem;
  border-color: white;
  color: white;
  cursor: pointer;
  font-weight: 300;
  font-size: 1.14rem;
  padding: 0.475rem 1.26rem;
}

.tm-btn-subscribe:hover  ,
#edit-subscribe:hover    {
    background-color: #055278;
}

.tm-social-icons-container {
    margin: 0px;
    text-align:right;
}

.tm-social-link {
    border-color: #FFFFFF;
    color: black;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.fa {
    color: #FFFFFF;
}


.footer-link {
    margin: 20px;
    font-size: 0.46em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    text-align:center;
    width:100%;
    z-index: 1001;
}

.footer-link  .logo  {
    width:28px;
}

/* Animation */
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 72s linear infinite 0s;
    -moz-animation: imageAnimation 72s linear infinite 0s;
    -o-animation: imageAnimation 72s linear infinite 0s;
    -ms-animation: imageAnimation 72s linear infinite 0s;
    animation: imageAnimation 72s linear infinite 0s;
}


.cb-slideshow li div.slogan {
    color: #FFFFFF;
    background: red;
    position: fixed;
    top: 50%;
    left: 10%;
}



.cb-slideshow li:nth-child(1) {
    background-image: url(../img/maldive.jpg)
}
.cb-slideshow li:nth-child(2) {
    background-image: url(../img/andrea-davis-pBX-ej49-R8-unsplash_1200.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(3) {
    background-image: url(../img/omar-rodriguez-XYuNwlYtfLI-unsplash_1200.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(4) {
    background-image: url(../img/aquilion-property-1EJXSLUfqU0-unsplash_1200.jpg);
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(5) {
    background-image: url(../img/fernando-alvarez-rodriguez-M7GddPqJowg-unsplash_1200.jpg);
    animation-delay: 48s;
}
.cb-slideshow li:nth-child(6) {
    background-image: url(../img/andrea-davis-pBX-ej49-R8-unsplash_1200.jpg);
    animation-delay: 60s;
}
.cb-slideshow li:nth-child(7) {
    background-image: url(../img/robot.jpg);
    animation-delay: 60s;
}
.cb-slideshow li:nth-child(8) {
    background-image: url(../img/sfere.jpg);
    animation-delay: 60s;
}
.cb-slideshow li:nth-child(9) {
    background-image: url(../img/treno.jpg);
    animation-delay: 60s;
}
@keyframes imageAnimation {
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.15);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.20);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.40);
	}
	100% { opacity: 0 }
}


/*  */
.tm-content  {
    background: #00598ebd;;
    border-radius: 48px;
    margin: 2em 1em;
    padding: 2em 1em;
}

form label                       ,
#edit-mail-0-value--description  ,
#edit-message                    {
  display:none;
}



#edit-mail-0-value  {
  color:black;
  float:left;
  height: 42px;
  margin-right: 48px;
  width: 340px;
}


#edit-mail-0-value:focus {
    background:white;
}




.form-item               ,
.form-item-mail-0-value  ,
#edit-mail-wrapper       ,
#edit-actions            {
 display:inline;
}


.footer-link p img  {

  height: 16px;
  margin: auto 12px;

}


.fa.fa-whatsapp  {
    color:#25D366;
    font-size:2em;
}

.fa.fa-drupal {
    color:#0678be;
}



@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 { font-size: 80px }
	.tm-content {
		margin-top: 80px;
	}
}

@media screen and (max-width: 576px) {

  .tm-content  {
    font-size: 0.68em;
    padding: 1em 0.4em;
    margin: 0;
    position: fixed;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .cb-slideshow li div h3 { font-size: 80px }

	.tm-btn-subscribe ,
  #edit-subscribe  {
		margin-top: 20px;
	}

}

@media screen and (max-width: 376px) {
  .tm-content  {
      font-size:0.86em;
  }
}
