/*---------------------------------
* Loader
-----------------------------------*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
}
.load-circle:after, .load-circle:before {
	content: '';
	background: #fff;
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	transition: all 1s;
}
.load-circle:after {
	top: 0;
}
.load-circle:before {
	bottom: 0;
}
.load-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid #e8e8e8;
	border-top: 5px solid #162252;
	border-bottom: 5px solid #162252;
	-webkit-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
 @-webkit-keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*---------------------------------
* Elementi Comuni
-----------------------------------*/
body {
	font-family: 'Zona Pro Regular', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.5;
	color: #0F1635;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Zona Pro Bold", Helvetica, Arial, "sans-serif";
}
strong {
	font-family: "Zona Pro Bold", Helvetica, Arial, "sans-serif";
}
img {
	max-width: 100%;
}
.section {
	padding: 90px 0;
	position: relative;
}

@media (max-width: 991px) {
.section {
	padding: 60px 0;
}
}

@media (max-width: 767px) {
.section {
	padding: 40px 0;
}
}
.gray-bg {
	background: #f2f2f2;
}
.main-logo img {
	width: 200px;
	padding: 20px 0;
}
.navbar-brand img {
	width: 90px;
}
/*---------------------------------
* Home Page
-----------------------------------*/

.home-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.home-content {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	color: #162252;
}
.home-content-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	z-index: 5;
	background: url(../img/layer-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cd-headline {
	font-family: "Zona Pro Bold", Helvetica, Arial, "sans-serif";
	position: relative;
	margin-top: 0;
	font-size: 55px;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 700;
}
.sub-headline {
	font-family: "Zona Pro Regular", Helvetica, Arial, "sans-serif";
	position: relative;
	margin-top: 0;
	font-size: 18px;
	letter-spacing: .5em;
	line-height: 1.2;
	text-transform: uppercase;
}
.sub-headline h3 {
	text-align: center;
}

@media (max-width: 767px) {
	.sub-headline {
		font-size:16px;
	}
}

/* Video Background */

.full-screen {
	height: 100vh;
	width: 100%;
}
.parallax-hero {
	position: fixed;
	top: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: opacity(60%);
	z-index: 2;
}
.overlay {
	position: relative;
}

@media (max-width: 992px) {
.cd-headline {
	font-size: 50px;
	line-height: 1;
}
}

@media screen and (max-width: 767px) {
.cd-headline {
	font-size: 18px;
	margin:0;
	line-height: 0.5;
}
.main-logo img {
	width: 75px;
	padding: 15px 0;
}
.home-content-box .sub-headline {
	font-size: 10px;
}
}

@media (max-width: 481px) {
.home-content-box {
	background: url(../img/layer-1-mobile.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cd-headline {
	font-size: 18px;
	line-height: 0.5;
	margin-bottom: 0;
}
.main-logo img {
	width: 70px;
}
.home-content-box .sub-headline {
	font-size: 10px;
}
}

/* Mouse Scroll */

.mouse {
  position: absolute;
  z-index: 99999;
  box-sizing: border-box;
  left: 50%;
  bottom: 30px;
  width: 30px;
  height: 48px;
  border-radius: 15px;
  border: 2px solid #162252;
  transform: translateX(-50%) translateZ(0);
}

.mouse-wheel {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 8px;
  width: 4px;
  height: 9px;
  background: #162252;
  border-radius: 2px;
  animation: mouseWheel 1.25s infinite linear;
  transform-origin: 50% 0%
}

@keyframes mouseWheel {
  0% {
    transform: scaleY(.4) translateY(0)
  }
  20% {
    transform: scaleY(1) translateY(0)
  }
  60% {
    transform: scaleY(.4) translateY(12px)
  }
  100% {
    transform: scaleY(.4) translateY(0)
  }
}
/*---------------------------------
* Section title
-----------------------------------*/
.section-title {
	text-align: center;
	margin-bottom: 55px;
}
.section-title h2 {
	font-weight: 700;
	color: #162252;
	font-size: 45px;
	margin: 0;
	padding: 0 0 25px;
	letter-spacing: 1px;
}
.section-title label {
	position: relative;
	color: #162252;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0px 10px 30px;
}
.section-title span {
	font-family: "Zona Pro Thin", Helvetica, Arial, "sans-serif";
	text-transform: capitalize;
	font-weight: 400;
}
.section-title label:after {
	position: absolute;
	left: 0;
	content: "";
	width: 20px;
	float: left;
	height: 2px;
	top: 10px;
}
.section-title p {
	margin: 20px 0;
	letter-spacing: 1px;
	padding: 15px;
	font-size: 16px;
}

@media(max-width: 991px) {
.section-title {
	margin-bottom: 40px;
	padding: 0 30px;
}
}

@media(max-width: 767px) {
.section-title label {
	font-size: 12px;
	padding: 0 0px 10px 30px;
}
.section-title h2 {
	font-size: 26px;
}
.section-title label:after {
	top: 7px;
	width: 20px;
}
.section-title p {
	font-size: 14px;
	letter-spacing: 0.5px;
}
}
.section-title-01 {
	text-align: center;
	margin-bottom: 60px;
}
.section-title-01 span {
	font-size: 14px;
	color: #444;
	font-weight: 600;
	letter-spacing: 0.75px;
}
.section-title-01 h3 {
	font-size: 30px;
	font-weight: 700;
	color: #222;
	margin: 10px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media(max-width: 991px) {
.section-title-01 {
	margin-bottom: 50px;
}
}

@media(max-width: 767px) {
.section-title-01 {
	margin-bottom: 40px;
}
}
/*-----------------------------------------
* Buttons
-----------------------------------------*/
.m-btn {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 500;
	border: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-decoration: none !important;
}
.m-btn-white {
	color: #151515;
	background-color: #fff;
}
.m-btn-white:hover {
	color: #fff;
}
.m-btn-theme {
	color: #fff;
}
.m-btn-theme:hover {
	color: #fff;
	background: #151515;
}
.m-btn-h-white:hover {
	background: #fff;
	color: #333;
}
.more-btn {
	color: #151515;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	padding: 3px;
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none !important;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
	transition: ease all 0.4s;
}
.more-btn i {
	position: absolute;
	right: 0;
	top: 5px;
	opacity: 0;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
	transition: ease all 0.4s;
}
.more-btn:hover {
	color: #292929;
}
.more-btn:hover i {
	right: -20px;
	opacity: 1;
}
.m-btn-link {
	color: #111 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	text-decoration: none !important;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.m-btn-link:after {
	content: "";
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.5;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.m-btn-link:before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	background: #444;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.m-btn-link:hover:after {
	width: 10px;
	left: -15px;
}
.m-btn-link:hover:before {
	width: 100%;
	transition-delay: 0.4s
}
.m-btn-link-white {
	color: #fff !important;
}
.m-btn-link-white:before {
	background: #fff;
}
.social-icons {
	margin: 0;
	padding: 0;
}
.social-icons li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
}
.social-icons li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #162252;
	border-radius: 50%;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.social-icons.no-icons li a {
	display: none;
}
.social-icons.footer li a .fab {
	font-size: 20px;
}
.social-icons li a:hover {
	border: 1px solid #162252;
	border-radius: 50%;
	color: #162252;
}
/*---------------------------------
* Body 
-----------------------------------*/
.wrapper {
	padding-left: 0px;
}

@media(max-width: 767px) {
.wrapper {
	padding-left: 0;
}
}
/*-----------------------------------------
* Header
-----------------------------------------*/
.header-style {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 60px;
	bottom: 0;
}
.header-style .logo {
	position: fixed;
	top: 10px;
	left: 10px;
	padding: 10px;
	text-align: center;
	width: 80px;
}
.header-style .navbar-brand {
	padding: 0;
	margin: 0px auto 20px;
	display: block;
}
.header-style .social-icons {
	position: fixed;
	bottom: 20px;
	width: 30px;
	left: 15px;
}
.header-style .social-icons a {
	color: #162252;
	opacity: 0.8;
}
/*Toggle menu*/
.toggler-menu {
	position: relative;
	width: 30px;
	height: 30px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none !important;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggler-menu:before, .toggler-menu:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	margin: auto;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.toggler-menu:after {
	height: 0%;
	width: 2px;
}
.toggler-menu:before {
	height: 2px;
	width: 0%;
}
.toggler-menu > span {
	width: 100%;
	height: 2px;
	display: inline-block;
	position: absolute;
	float: left;
	left: 0;
	top: 6px;
	background: #162252;
	margin: auto;
	transition: ease all 0.3s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.toggler-menu > span:nth-child(2) {
	top: 0;
	bottom: 0;
	width: 75%;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.toggler-menu > span:nth-child(3) {
	bottom: 6px;
	top: auto;
	width: 50%;
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.toggler-menu.open {
	width: 30px;
	box-shadow: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.toggler-menu.open > span {
	width: 0% !important;
	left: 0;
	right: 0;
}
.toggler-menu.open:before, .toggler-menu.open:after {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.toggler-menu.open:after {
	height: 100%;
}
.toggler-menu.open:before {
	width: 100%;
}
.header-style .top-nav {
	position: fixed;
	top: 140px;
	left: 24px;
	width: 50px;
	height: 100%;
	z-index: 9;
	margin: auto;
	opacity: 0;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.header-style .top-nav.menu-open {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 200ms !important;
	transition-delay: 200ms !important;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.header-style .vertical-navbar-nav {
	margin: 0;
	padding: 0;
	text-align: center;
}
.header-style .vertical-navbar-nav li {
	opacity: 0;
	display: inline-block;
	list-style: none;
	margin: 0 15px;
	-webkit-transform: translatey(50px);
	-moz-transform: translatey(50px);
	-o-transform: translatey(50px);
	transform: translatey(50px);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.header-style .menu-open .vertical-navbar-nav li {
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	-o-transform: translatey(0px);
	transform: translatey(0px);
	opacity: 1;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(1) {
	transition-delay: 0.1s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(2) {
	transition-delay: 0.2s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(3) {
	transition-delay: 0.3s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(4) {
	transition-delay: 0.4s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(5) {
	transition-delay: 0.5s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(6) {
	transition-delay: 0.6s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(7) {
	transition-delay: 0.7s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(8) {
	transition-delay: 0.8s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(9) {
	transition-delay: 0.9s;
}
.header-style .menu-open .vertical-navbar-nav li:nth-child(10) {
	transition-delay: 1s;
}
.header-style .vertical-navbar-nav li a {
	font-size: 22px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	color: #162252;
	position: relative;
}
.header-style .vertical-navbar-nav li a i {
	display: block;
}
.header-style .vertical-navbar-nav li a span {
	position: absolute;
	white-space: nowrap;
	background: #fff;
	font-size: 9px;
	left: 35px;
	top: 0;
	padding: 0 7px;
	bottom: 0;
	height: 22px;
	line-height: 22px;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.header-style .vertical-navbar-nav li a:hover span {
	opacity: 1;
}

@media(max-width: 767px) {
.header-style .social-icons {
	padding: 40px 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}
.header-style {
	width: 100%;
	bottom: auto;
}
.header-style .logo {
	top: 0;
	left: 0;
	padding: 13px;
	width: 100%;
	background: #fff;
	height: 65px;
}
.header-style .navbar-brand {
	width: 40px;
	float: left;
	margin: 0;
}
.toggler-menu {
	float: right;
	margin-top: 5px;
}
.header-style .top-nav {
	box-shadow: none;
	top: 0;
	left: 65px;
	height: 65px;
}
.header-style .vertical-navbar-nav {
	margin: 10px 0;
	display: flex;
	text-align: left;
}
.header-style .vertical-navbar-nav li {
	margin: 0 10px;
}
.header-style .vertical-navbar-nav li a {
	font-size: 14px;
	padding: 12px 0;
}
.header-style .vertical-navbar-nav li a span {
	display: none;
}
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
.full-screen {
	min-height: 100vh;
}
/*-----------------------------------------
*  About Me
-----------------------------------------*/


.about-box {
	padding: 0 5%;
}
.about-box .btn-bar {
	margin-top: 35px;
}
.about-me {
	margin-bottom: 25px;
}
.about-me h6 {
	color: #292929;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0px 0 10px;
	font-weight: 400;
}
.about-me h2 {
	color: #292929;
	font-size: 30px;
	letter-spacing: 2px;
	margin: 0 0 25px;
	font-weight: 700;
}
.about-me p {
	text-align: justify;
	font-size: 14px;
}

@media(max-width: 991px) {
.about-img {
	min-height: 450px;
}
.about-box {
	padding: 40px 0 0;
}
}

@media(max-width: 767px) {
.about-me h6 {
	font-size: 12px;
}
.about-me h2 {
	margin: 0 0 20px;
	font-size: 22px;
}
}
/*-----------------------------------------
*  Sezione Loghi
-----------------------------------------*/

.logo-section {
	padding: 60px 40px;
}
.logo-box {
	flex-wrap: wrap;
	text-align: center;
}
.logo-box img {
	width: 180px;
	transition: .5s ease-in-out;
}
.logo-box img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
@media(max-width: 991px) {
	.logo-box img {
	padding: 30px 0;
}
}
	
/*-----------------------------------------
*  Wordpress Specialist Section
-----------------------------------------*/

.wpTabs-main {
	position: relative;
	display: block;
	margin: 0 0 30px 0;
	padding: 10px 0;
	border-radius: .25rem!important;
}
.wpTabs-main .wpTabs-container {
	display: block;
	margin: 40px 0;
	padding: 0;
	position: relative;
}
.wpTabs-theme-dots > ul.step-anchor {
	position: relative;
	background: #fff;
	border: 0px solid #ccc !important;
	list-style: none;
}
.wpTabs-theme-dots > ul.step-anchor:before {
	content: " ";
	position: absolute;
	top: 70px;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	z-order: 0;
	z-index: 95;
}
.wpTabs-theme-dots > ul.step-anchor > li > a {
	position: relative;
	text-align: center;
	font-weight: bold;
	background: transparent;
	border: none;
	color: #ccc;
	text-decoration: none;
	outline-style: none;
	z-index: 96;
	display: block;
	transition: .3s ease-in-out;
}
.wpTabs-theme-dots > ul.step-anchor > li > a:before {
	content: ' ';
	position: absolute;
	bottom: 2px;
	left: 40%;
	margin-top: 10px;
	display: block;
	border-radius: 50%;
	background: none;
	border: none;
	width: 0;
	height: 0;
	text-decoration: none;
	z-index: 98;
}
.wpTabs-theme-dots > ul.step-anchor > li > a:after {
	content: ' ';
	position: relative;
	left: 33%;
	bottom: 2px;
	margin-top: 10px;
	display: block;
	width: 60px;
	height: 5px;
	background: #f5f5f5;
	border-radius: 0;
	z-index: 99;
}
.wpTabs-theme-dots > ul.step-anchor > li > a.active:after {
	background: #162252;
}
.wpTabs-theme-dots > ul.step-anchor:before {
	top: 188px;
}
.wpIcon-box {
	text-align: center;
}
ul.step-anchor li a .la, .wpIcon-box .la {
	font-size: 45px;
	color: #cccccc;
	border: 2px solid #162252;
	padding: 20px;
	border-radius: 50%;
	min-width: 92px;
	line-height: 50px;
}
.wpTabs-container {
	padding: 10px;
}
.nav-tabs .nav-link.active {
	background: none;
	border: none;
}
.nav-tabs .nav-link.active .la, ul.step-anchor li a:hover .la {
	color: #63CCCA;
}
.nav-tabs .nav-item {
	cursor: pointer;
}
ul.step-anchor li a h4, .wpIcon-box h4 {
	font-weight: 600;
	font-size: 20px;
	font-family: "Zona Pro Thin";
	letter-spacing: 1px;
	padding: 15px 0;
}
.tab-pane p {
	text-align: justify;
	line-height: 30px;
}
#wordpressSectionMobile {
	display: none;
}

@media(max-width: 991px) {
	ul.step-anchor li a h4, .wpIcon-box h4 {
		font-size: 16px;
	}
	.wpTabs-theme-dots > ul.step-anchor:before {
    top: 178px;
}
}

@media(max-width: 767px) {
#wordpressSection {
	display: none;
}
#wordpressSectionMobile {
	display: block;
}
}
/*-----------------------------------------
*  Owl
-----------------------------------------*/
.owl-dots {
	text-align: center;
	margin-top: 25px;
}
.owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	background: transparent;
	margin: 0 3px;
	border: 2px solid #292929;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
.owl-dots .owl-dot.active {
	background: #292929 !important;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 46px;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	margin-left: 15px;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
	background: #111;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background: #000;
}
/*-----------------------------------------
*  Servizi
-----------------------------------------*/


.service-item {
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
	background: #fff;
	border-radius: 5px;
	margin: 30px 0;
	min-height: 280px;
}
.service-icon {
	text-align: center;
	padding: 15px 0;
}
.service-icon img {
	width: 48px;
}
.service-item h4 {
	font-size: 16px;
	text-align: center;
}
.service-item p {
	font-size: 13px;
	padding: 10px;
	text-align: justify;
}
/*-----------------------------------------
*  Curriculum
-----------------------------------------*/

.curriculum-img {
	height: 100%;
	border: 7px solid #f5f5f5;
	box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
	background-position: top center;
}
.curriculum-row {
	padding-left: 55px;
	position: relative;
}
.curriculum-box {
	padding: 7px 20px 20px;
	background: #f5f5f5;
	box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
	position: relative;
	margin: 0 0 40px;
	z-index: 1;
}
.curriculum-box:last-child {
	margin: 0;
}
.curriculum-box:after {
	content: "";
	left: -30px;
	width: 5px;
	background: #f5f5f5;
	position: absolute;
	top: 20px;
	bottom: -50px;
	z-index: -1;
	box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
}
.curriculum-box:last-child:after {
	display: none;
}
.curriculum-box i {
	font-size: 22px;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border-radius: 0;
	position: absolute;
	left: -56px;
	top: 0px;
	border: 7px solid #f5f5f5;
	box-shadow: -7px 0px 15px rgba(51, 51, 51, 0.08);
}
.curriculum-box label {
	position: relative;
	font-size: 12px;
	letter-spacing: 4px;
	margin: 0 0 10px -24px;
	padding: 0 12px 0 0;
	height: 46px;
	line-height: 46px;
	color: #fff;
}
.curriculum-box span {
	font-size: 13px;
	font-style: italic;
	color: #888;
	letter-spacing: 1px;
	margin-left: 12px;
	padding-top: 15px;
	display: inline-block;
	vertical-align: top;
}
.curriculum-box h2 {
	margin: 0;
	padding: 8px 0 12px;
	font-size: 15px;
	color: #292929;
	font-weight: 600;
	letter-spacing: 1px;
}
.curriculum-box p {
	margin: 0;
	left: 1px;
	font-size: 14px;
}

@media (max-width: 991px) {
.curriculum-img {
	min-height: 450px;
	margin-bottom: 30px;
	height: auto;
}
}

@media(max-width: 767px) {
.curriculum-box {
	padding: 7px 15px 15px;
}
.curriculum-box label {
	font-size: 10px;
	padding: 0 10px;
}
.curriculum-row {
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.curriculum-box {
	margin: 0 0 30px;
	padding: 7px 15px 15px;
}
.curriculum-box i {
	left: -30px;
}
.curriculum-box label {
	margin: 0 0 0 7px;
}
.curriculum-box h2 {
	padding: 18px 0 12px
}
}
/*-----------------------------------------
*  Skills
-----------------------------------------*/

.skills {
	margin-right: 25px;
}
.progress-lt {
	margin-top: 30px;
	position: relative;
}
.progress-lt:first-child {
	margin-top: 0;
}
.progress-lt h6 {
	display: inline-block;
	width: 47%;
	margin-right: 1.5%;
	color: #222;
	margin: 0;
	padding: 0 0 6px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.progress-lt span {
	position: absolute;
	top: 0;
	right: 1.5%;
	font-size: 12px;
}
.progress-lt .progress {
	margin-bottom: 0;
	height: 10px;
	border-radius: 0;
}
.progress-lt .progress-bar {
	width: 0%;
	-webkit-transition: width 1.2s ease;
	-moz-transition: width 1.2s ease;
	-o-transition: width 1.2s ease;
	transition: width 1.2s ease;
}

@media (max-width: 991px) {
.skills {
	margin-top: 30px;
	margin-right: 0;
}
}
/*-----------------------------------------
*  Portfolio
-----------------------------------------*/

.portolio-section {
	overflow: hidden;
}
.portolio-slider {
	margin-left: -10px;
	margin-top: -7px;
}
.portfolio-col {
	height: 100%;
	box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
	padding: 10px;
	background: #fff;
	margin: 7px 10px;
	border-radius: 5px;
}
.portfolio-col .hover {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
}
.portfolio-col .portfolio-img {
	position: relative;
}
.portfolio-col .hover a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	border: 1px solid #708d81;
	margin: 0 7px;
	color: #fff;
	font-size: 11px;
	background: #708d81;
	border-radius: 3px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(250, 250, 250, 0.2)));
}
.portfolio-col .portfolio-info {
	padding-top: 18px;
	padding-bottom: 5px;
	text-align: center;
}
.portfolio-col .portfolio-info {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.portfolio-col .portfolio-info h5 {
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #162252;
	margin: 0 0px 8px;
}
.portfolio-col .portfolio-info span {
	display: inline-block;
	position: relative;
	font-size: 14px;
}
.portfolio-col .portfolio-info span:after {
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	right: 0;
	margin: auto;
}
.portfolio-filter ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.portfolio-filter li {
	display: inline-block;
	font-size: 12px;
	color: #162252;
	margin: 0 10px 0 0px;
	position: relative;
	cursor: pointer;
	line-height: normal;
	padding: 10px 20px;
	background: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	border: 1px solid #ddd;
	letter-spacing: 1px;
}
.portfolio-filter li:hover, .portfolio-filter li.active {
	color: #fff;
	background: #162252;
}
.portfolio-content {
	margin: 0 -15px;
}
.portfolio-cols-3 {
	margin: 0;
	padding: 0;
}
.portfolio-cols-3 .portfolio-item {
	width: 33.33%;
	list-style-type: none;
}

@media(max-width: 991px) {
.portfolio-cols-3 .portfolio-item {
	width: 50%;
}
}

@media(max-width: 767px) {
.portfolio-cols-3 .portfolio-item {
	width: 100%;
}
}
/*-----------------------------------------
*  Call To action
-----------------------------------------*/
.callto-action-section:after {
	background: #000;
	opacity: 0.6;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.callto-action-section .container {
	position: relative;
	z-index: 1;
}
.callto-action-section h3 {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.callto-action-section h3 span {
font-family: "Zona Pro Thin", Helvetica, Arial, "sans-serif";
font-weight: 400;
}
@media(max-width: 767px) {
	.callto-action-section h3 {
		font-size:20px;
	}
}
	
/*-----------------------------------------
*  Wordpress Slider per il Mobile
-----------------------------------------*/
.wordpress-col-01 {
	border-radius: 5px;
	padding: 25px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
	margin: 5px;
	background: #fff;
	min-height: 475px;
}
.wordpress-col-01 p {
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
}
/*-----------------------------------------
* Contact Us
-----------------------------------------*/
 .e_name, .e_email, .e_email-1, .e_sub, .e_mes { display:none;}

.form-group {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.form-group .form-control {
	border: none;
	outline: none;
	box-shadow: none;
	height: 50px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	width: 100%;
	font-size: 14px;
	color: #000;
	background: none;
}
.form-group textarea.form-control {
	height: 150px;
}
.form-group select {
	border: none;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 2px solid #a09eb5;
	border-radius: 0;
	width: 100%;
}
.form-group .input-focus-effect {
	width: 0 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	height: 2px;
	background: #26a69a;
}
.form-group textarea:focus:not([readonly]) + span.input-focus-effect, .form-group input:focus:not([readonly]) + span.input-focus-effect, .form-group select:focus:not([readonly]) + span.input-focus-effect {
	width: 100% !important;
}
.contact-form {
	margin: 0;
	padding: 40px;
	border: 1px solid #e7e5f7;
	background: #fff;
}
.contact-form h2 {
	font-size: 25px;
	color: #162252;
	font-weight: 600;
	margin: 10px 0 30px 0;
}
.contact-info {
	padding: 40px 80px;
}
.contact-box {
display: flex;
}
.contact-box:last-child {
	margin-bottom: 0;
}
.contact-box label {
	font-size: 14px;
	color: #666;
	letter-spacing: 0.5px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
}
.contact-box span {
	font-size: 15px;
	color: #292929;
	font-weight: 600;
}
.contact-box i {
	font-size: 48px;
	text-align: center;
	color: #162252;
	margin-right: 25px;
}

@media(max-width: 991px) {
.contact-form {
	border: none;
}
	.contact-box {
		display:block;
		text-align:center;
		padding: 30px 0;
	}
	.contact-box i {
		margin-right:0;
	}
}
/*-----------------------------------------
*  Footer
-----------------------------------------*/

#back-to-top {
	color: #ffffff;
	font-size: 35px;
	position: absolute;
	top: 0;
	background: #0f1635;
	padding: 10px 0;
	border-radius: 40%;
}
#back-to-top:hover {
	text-decoration: none;
}
.footer {
	position: relative;
	background: #0F1635;
	padding: 60px 0;
	text-align: center;
}
.footer-logo img {
	width: 450px;
}
.footer p {
	margin: 10px 0 0;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.68);
	font-weight: 300;
}
.footer p a {
	color: #fff;
	text-decoration: none;
}
.footer .footer-logo {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.footer .footer-logo span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.footer .footer-logo span span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	bottom: 11px;
	right: -8px;
	float: left;
	background: #fff;
}
.footer .social-icons {
	padding: 15px 0;
}
.footer .social-icons li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
}
.footer .social-icons li a:hover {
	border: 1px solid #ffffff;
	border-radius: 50%;
}

@media(max-width: 991px) {
.footer {
	padding: 50px 0;
}
}

@media(max-width: 767px) {
.footer {
	padding: 30px 0;
}
#back-to-top {
	top: -15PX;
	background: none;
}
	#back-to-top .la {
		font-size:28px;
	}
}
/*-----------------------------------------
*  Background Properties
-----------------------------------------*/
.bg-no-repeat {
	background-repeat: no-repeat;
}
.bg-repeat-x {
	background-repeat: repeat-x;
}
.bg-repeat-y {
	background-repeat: repeat-y;
}
.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-center-center {
	background-position: center center;
}
.bg-center-right {
	background-position: center right;
}
.bg-center-left {
	background-position: center left;
}
.bg-fixed {
	background-attachment: fixed;
}
/*---------------------------------
* Theme Color: Sovrascrive Colori
di alcuni elementi Bootstrap
-----------------------------------*/

::selection {
	background-color: #708D81;
	color: #fff;
}
::-moz-selection {
 background-color:#708D81;
 color: #fff;
}
header .vertical-navbar-nav li a.active, header .vertical-navbar-nav li a:hover, .theme-color {
	color: #708D81;
}
.theme-border {
	border-color: #708D81;
}
.m-btn, .theme-after:after, .theme-bg {
	background: #708D81;
}
