/*
Theme Name:     Lando
Theme URI:      https://www.lando.it/
Description:    Sito per Logical Analytical Network Diagram Oriented
Author:         Dragan Alina
Author URI:     http://example.com/about/
Version:        1.0

*/


@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body {
	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #0B1228;
}

  * {
  margin: 0;
  padding: 0;
}

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

/* Typography */

h1 {
	color: #A5BB00 !important;
}

h2 {
	font-size: 48px;
}

h3.light.white {
	font-size: 30px;
	opacity:.1; 
}

header {
	position: relative;
	width: 100%;
	color: white;
	background:no-repeat url('img/banner.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

header .table {
	display: table;
	height: 100%;
} 

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

header .typed {
	display: inline-block;
	margin: 0;
}

header .typed-cursor {
	font-size: 60px;
	display: inline-block;
	margin: 0 10px;
	color:#A5BB00;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Navigation Bar ( Navbar ) */


nav.navbar {
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar-fixed-top {
	z-index: 9499;
	margin-top:0px!important;
	padding: 20px 0;
	opacity: 0;
	background: white;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #bbb;
}

.icon-bar {
	background-color:#F81B4E;
}

ul li.inline {
	display: inline-block ;
}
ul li.inline a:hover {
opacity: .6;
}


/* Buttons */

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 12px 30px !important;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color:#fff;
}

.btn.btn-pink {
	background: #F81B4E;
	padding:  6px 18px !important;
}

.btn.btn-pink a {
	color: #fff !important;

}

.btn.btn-pink:hover {
	opacity:.7;
}

/* Ripple magic */
.btn {
	position: relative;
	overflow: hidden;
  }
  
  .btn:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, .5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
  }
  
  @keyframes ripple {
	0% {
	  transform: scale(0, 0);
	  opacity: 1;
	}
	20% {
	  transform: scale(25, 25);
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  transform: scale(40, 40);
	}
  }
  
 .btn:focus:not(:active)::after {
	animation: ripple 1s ease-out;
  }
  
.modal {
	padding: 0 25px !important;
}
  
.navbar {
	top:50px;
}

.container {
	position: relative;
	z-index: 1;
}

.text-center {
	margin:10px;
}


/* Footer */

footer  {
	height:auto;
	background-color: #0B1228;
	font-size: 14px;
	padding: 10px 0;
}
footer p,footer p a {
	font-size: 12px;
	color:#fff;
	text-decoration:none!important;
	}

	footer a:hover {
		color:#F81B4E;
		}
	footer span {
	color: #F81B4E;
	}
	footer p span:hover {
	opacity: .6;
		}

/* Mobile Nav */
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(255, 255, 255);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li  {
	margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: #aaa;
}

.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	left: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background:#238e36;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}
/* Colors */

.light-white {
	color: rgba(255, 255, 255);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		/* font-size: 24px;
		display: none; */
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
}

/* Media Queries */


@media(max-width: 400px) {
	header .typed-cursor {
		display: none;
	}

	h1 {
		font-size:24px;
		margin:0 5px;
	}
	img.center {
		width:100%;
	}
	ul li.inline {
		margin:10px;

	}
}
@media (min-width: 401px) and (max-width: 500px) {
	ul li.inline {
		margin:15px 0 20px 50px;
	}
	img.center {
		width:80%;
	}
	header .typed-cursor {
		font-size:40px;
	}
}

@media (min-width: 501px) and (max-width: 600px) {
	ul li.inline {
		margin:15px 0 30px 70px;
	}
	img.center {
		width:80%;
	}
	header .typed-cursor {
		font-size: 50px;
	}
}

@media (min-width: 601px) and (max-width: 700px) {
	ul li.inline {
		margin:15px 0 30px 100px;
	}
	img.center {
		width:80%;
	}
}

@media (min-width: 701px) and (max-width: 768px) {
	ul li.inline {
		margin:15px 0 70px 130px;
	}
	img.center {
		width:80%;
	}
}

@media screen and (max-width:400px) {
    @-ms-viewport{
        width:320px;
    }
}

/* COOKIES */

#cookie-notice {
    top: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: rgba(6,32,51,.8)!important;
} 

span#cn-notice-text {
  display: block;
  margin: 0 auto; 
  padding: 30px 200px!important;
  width: auto;
  font-size: 14px !important;
  color: #fff !important;
  align-items: center;
}
#cookie-notice p {
  line-height: 1.5 !important;
}

#cookie-notice .button.wp-default {
  color:#004094;
  margin-bottom: 20px;
}


/*--------------------------------------------------
Privacy Cookie
----------------------------------------------------*/
.cookie {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #59636d!important;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	padding: 25px 30px;
	margin: 0 auto;
  }
  .cookie_header {
	border-bottom: 1px dotted #dfdfdf;
	padding-bottom: 25px;
	position: relative;
  }
  .cookie p {
	color: #6b6b6b;
  }
  
  .cookie h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	padding-top: 21px;
	border-bottom: 1px dotted #dfdfdf;
	padding-bottom:25px;
  }
  
  .cookie h4 {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	padding-top: 24px;
	color: #787878;
  }
  
  .cookie h5 {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	padding-top: 10px;
	color: #787878;
  }
  
  .cookie td,.cookie th {
  padding:10px;
  }
  .cookie td a {
  color:#17bed2;
  }

  
  /*--------------------------------------------------
		404 Error
  ----------------------------------------------------*/
  .error {
	text-align: center;
  }
  .error p {
	margin-top: 130px;
	font-size: 16px;
  }
  @media (max-width: 767px) {
	.error p {
	  margin-top:0px;
	}
span#cn-notice-text {
  padding:10px 2px!important;
}
  }
  
  
  
  
  
  