/*
  Theme Name: Vlava
  Theme URL: https://bootstrapmade.com/vlava-free-bootstrap-one-page-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* === icon component === */
@import url('icon-component.css');
/* === fontawesome === * /
@import url('font-awesome.css');*/
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
    color:#777;
    background: #f7f7f7;
    line-height: 1.6em;
}

.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif, Arial;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    margin: 0 0 10px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote.bigquote {
	border: none;
	font-size: 48px;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1em;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}
a {
    color:#fff;
}
a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}
.linkmail{
    text-transform: lowercase;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif, Arial;
}
.nav.navbar-nav .glyphicon.glyphicon-envelope::before {
    vertical-align: middle;
}


/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.card {
    width: 23rem;
    margin: 10px auto;    
    color: #fff;
    border-radius: 10px;
}
.card h5{
    color: #fff;
}
/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
    margin-top: 0;
}
.mar-top5 {
    margin-top: 5px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top15 {
    margin-top: 15px;
}
.mar-top20 {
    margin-top: 20px;
}
.mar-top25 {
    margin-top: 25px;
}
.mar-top30 {
    margin-top: 30px;
}
.mar-top35 {
    margin-top: 35px;
}
.mar-top40 {
    margin-top: 40px;
}
.mar-top80{
    margin-top: 80px;
}

/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}
/*===========================
  --- numeri ----
=========================== */
.cerchio{
    width: 265px;
    height: 265px;    
    border-radius: 150px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cerchio-interno {
    width: 225px;
    height: 225px;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0%;
    border-radius: 150px;
    margin: auto;
    padding: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cerchio{
        width: 215px;
        height: 215px;    
        border-radius: 107px;
        border-color: rgb(255, 255, 255);
        border-style: solid;
        border-width: 2px;
        display: flex;
    }
    .cerchio-interno {
        width: 175px;
        height: 175px;
        background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0%;
        border-radius: 88px;
        margin: auto;
        padding: 10px;
    }
}

/*===========================
  --- Sections ----
=========================== */

section.section {
    margin:0;
    padding: 80px 0 60px 0;
    position: relative;
}


.bg-white {
	background-color: #fff;
}
.bg-service{
    background-image: url(images/bgservizi2.jpg);
    background-position: left;
}
.bg-grey{
    background: rgba(0, 0, 0, 0.5);
}
.servizi {
    min-height: 100px;
}
.servizi h3, .servizi p{
    color:#fff;
}
.servizi h3{
    font-size:28px; /*30px*/
    margin: 0 0 3px 0;
}
.servizi p{
    font-size:18px;
    margin-left: 80px;
    font-family: 'Droid Serif';
    font-style: italic;
}
.servizi .fa-shopping-cart {font-size: 40px;}
.servizi .fa-wordpress, .servizi .fa-wordpress-simple { font-size: 40px;}
.screen-gray{
    position: absolute;
    top: 0px;
    height: 100% ;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
screen-gray-small{
    display: none;
}
.banner-gray{
    height: 50px;
    background:rgba(0, 0, 0, 0.5);
    bottom: -60px;
    position: relative;
}
/*home page*/
.banner-gray-top{
    height: 45px;
    background: rgba(0, 0, 0, 0.4);
    top: -35px;
    position: inherit;
    /*background: url(../images/notebook5.jpg) -114.4px -385px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 860px;*/
    /*opacity: 1;*/
}
/*
.banner-gray-top:before{
    content:'';
    position:absolute;
    left:0;
    opacity:0.5;
}
.banner-gray-top:before{
    bottom:0;
    width:100%;
    height:100%;
    -moz-box-shadow: inset 0px 20px 15px 5px #000;
    -webkit-box-shadow: inset 0px 20px 15px 5px #000;
    -o-box-shadow: inset 0px 20px 15px 5px #000;
    box-shadow:inset 0px 20px 15px 5px #000;
    
    -moz-box-shadow: inset 0px 33px 28px -15px #000;
    -webkit-box-shadow: inset 0px 33px 28px -15px #000;
    -o-box-shadow: inset 0px 33px 28px -15px #000;
    box-shadow:inset 0px 33px 28px -15px #000;
}*/
/*
.banner-gray-top:after{
    content:'';
    position:absolute;
    left:0;
    opacity:0.5;
    opacity:0.7;
}
.banner-gray-top:after{
    bottom:0;
    width:100%;
    height:100%;
    -moz-box-shadow: inset 0px -20px 20px 3px #000;
    -webkit-box-shadow: inset 0px -20px 20px 3px #000;
    -o-box-shadow: inset 0px -20px 20px 3px #000;
    box-shadow:inset 0px -20px 20px 3px #000;
    
    -moz-box-shadow: inset -1px -8px 6px 0px #000;
    -webkit-box-shadow: inset -1px -8px 6px 0px #000;
    -o-box-shadow: inset -1px -8px 6px 0px #000;
    box-shadow: inset -1px -8px 6px 0px #000;
}
*/
/* --- section heading --- */
.section-header {
    text-align: center;
}
.section-header h2.section-heading {
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;
    
}
#section-contact{
    background-image: url(images/page1-img6.jpg);
    background-position: center;
}
#section-about{
     background-image: url(images/page1-img5.jpg);
     background-position: right bottom;
     color: #fff;
}
#section-mappa{
    background-image: url(../images/mappa.png);
    background-position: center;
    color:#fff;
}
#section-mappa h2{
    color:#fff;
}
#section-mappa .screen-gray{
    background: rgba(0, 0, 0, 0.75);
}
#section-software{
    /*background-image: url(../images/software2.jpg); 
    background-position: left;
    background-size: cover;    */
}
@media (min-width: 768px)  {
    section.section {
        padding: 80px 0 60px 0;
        /*padding: 60px 0 60px 0;*/
    }
    .banner-gray-top{
        display: none;
    }
    #section-services .screen-gray{
        background: rgba(0, 0, 0, 0.4);
    }
    #section-software .screen-gray{
        background: rgba(0, 0, 0, 0.3);
    }
    #section-about .screen-gray{
        background: rgba(0, 0, 0, 0.3);
    }
}
/* ==========================
 --- Parallax ---
============================= */

#parallax1{
	background-image: url(../images/page1-img3.jpg);
}

#testimonials{
	background-image: url(../images/parallax/img3.jpg);
}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
    line-height: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
    padding-bottom:0;
    padding-top:0;
    z-index:999;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
    height: 100%;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom:0;
    width: 20%;
}

.nav>li>a {
    display: block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration:none;
}

.nav>li>a:hover {
    color: #fff;
    background: none;
}
.nav > li > a:hover, .nav > li > a:focus{
    background: none;
}

.navbar-nav {
    /*float: right;*/
    margin-bottom: 0;
    padding-bottom:0;
    float: none;
    /*width: -moz-max-content;
    width: max-content;*/
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	/*padding-bottom: 22px;*/
}

.navbar-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.navbar-logo img{
    width:215px;
}
.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}


.navbar-collapse.in {
	margin-top: -5px !important;
}
.navbar-home-fixed-top{
    position: relative;
}

/*===========================
  --- Intro ----
=========================== */

#intro {
    width: 100%;
    height:335px;/*height: 60vh;*/
    /*position: relative;*/
    /*background: url(../images/page1-img1.jpg) center center;*/
    background: url(images/notebook5.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#intro.b-optical{
    background: url(images/cover-b-optical.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#intro.b-fitness {
    background: url(images/cover-b-fitness.jpg) center -100px;
    background-size: cover;
    background-repeat: no-repeat;
}
#intro.software {
    background: url(images/cover-software1.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#intro.ecommerce {
    background: url(images/tablet-internetbeach-vacation-s.jpg);
    background-position: center 75%;
    background-size: cover;
    background-repeat: no-repeat;
}
#intro.sistemistica {
    background: url(images/cover-sistemistica.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
    #intro {
        /*background-attachment: fixed;*/
        /*height:295px;/* 540px;*/
    }
}

.intro-content {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    height: 100%;
}
.intro-content .logo{
    /*
    padding-top:15px;
    padding-bottom: 20px;
    */
    padding-top:50px;
    padding-bottom: 5px;
}

.intro-content .logo img {
    width: 140px;/*116px;*/
    height: 140px;/*116px;*/
}
.logo .company{
    font-family: 'Caladea', serif;
    color: #fff;
    font-size: 48px;/*37px;*/
    position: absolute;
    top: 112px;/*98px;*/
    left: 0;
    right: 0;
    padding-left: 5px;
}
.intro-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
}

.intro-content h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: bold;
  padding: 2px;
  letter-spacing: 4px;
}

@media (max-width: 767px) {
    #intro{
        height: initial;
        min-height: 133px;
        background:none;
    }
    .intro-content  h2 {
        font-size: 34px;
    }
    .servizi .hi-icon-wrap{
        display: block;
        text-align: center;
    }
    .servizi .hi-icon-wrap .float-left{
        float: none;
    }
    .servizi{
        /*margin-bottom: 2em;*/
        margin-bottom: 20px;
    }
    .servizi h3{
        font-size: 22px;
        text-align:center;
        text-align: center;
    }
    .servizi p{
        font-size:16px;
        margin-left: 0;
        text-align: center;
    }
    .servizi .fa-shopping-cart {font-size: 30px;}
    .color-white.txt-shadow{
        margin-left: CALC(50% - 132.5px);
    }  
    .nav li{
        width: 100%;
    }
    .navbar{
        border:0;
    }
    .navbar-nav {
        width: -moz-max-content;
        width: max-content;
    }
    #section-services{
        padding-top: 35px;
    }
    #section-services .screen-gray{
        background: rgba(0, 0, 0, 0.2);
    }
    #section-services .servizi .mar-right20{
        margin-right: 0;
    }
    .banner-gray{
        background:rgba(0, 0, 0, 0.4);
    }
    
    /*PAGINA SOFTWARE CELLUALRE*/
    #section-software{
        background:none; 
    }
    #section-software .screen-gray{
         background:none; 
    }
    #section-software h2.color-white{
         /*color:#222;*/ 
    }
    #section-software h4.color-white{
         /*color:#777;          
         font-size: 14px;*/
    }
}
@media (max-width: 991px) {
    .color-white.txt-shadow{
        margin-left: CALC(50% - 132.5px);
    } 
    #section-gestionale .mar-bot20, #section-gestionale .mar-top80, #section-gestionale .mar-bot40, #section-gestionale .mar-bot0{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .color-white.txt-shadow{
        margin-bottom: 15px;
    }
}


.btn-get-started {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
	background: #85b0be;
}

.btn-get-started:hover {
	color: #fff;
	background: #699aaa;
}

/*===========================
  --- Flex Slider ----
=========================== */

section.featured {
	background: #eee;
}

 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}


/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../images/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../images/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/*==========================
About
=========================== */

.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;
}

.team-detail h4 {
	font-weight: 700;
}


/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #44BCDD;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;}

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220,1);
	z-index:10;
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}

/*===========================
  --- Contact ----
=========================== */


#contact-form {
	position: relative;
	z-index: 999;
}
#contact-form input[type=text].mezzo{
    width: 50%;
}
#contact-form input[type=text], .contactForm textarea {
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
        border:1px solid #fff;
	font-family: 'Open Sans', sans serif;
	font-size:18px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
        color: #fff;
}
#contact-form input[type=text]:focus, .contactForm textarea:focus {
	background: rgba(0, 0, 0, 0.45);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text] {
	height: 45px;
	margin-bottom:10px;
}
#contact-form input[type=submit] {
    font-family: 'Open Sans';
    color: #fff;    
    letter-spacing: 0px;
    width: 185px;
    height: 60px;
    text-shadow: none;
    font-size: 24px;
    padding:0.5em;
    margin: 0 0 20px 0;
    display: block;
    border: 0;
    text-transform: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 1.1;
    font-weight: bold;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	/*background: #43413e !important;*/
}
#contact-form textarea {
    padding-top: 1em;
    margin-bottom: 10px;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.send-btn input {
	margin: 0 auto 20px auto !important;
}

.form-group {
    padding:0px;
}


.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
  padding: 0 7px;
  background: rgba(255, 255, 255, 0.76);
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
  background: rgba(255,255,255,0.7);
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
  background: rgba(255, 255, 255, 0.68);
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

input[type='checkbox']{
    background:#fff;
}

/* google map */
#google-map {
  height: 315px;
}

/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


/*=========================
  Footer
 ================= */

section#footer {
    background-color:rgba(0, 0, 0, 1);
    margin: 0;
    color: #fff;
    /*padding: 17px 0px 10px 0 */
    padding: 17px 0px 35px 0;
    
}
.section.footer{
    font-size:14px;
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
    height:32px;
    width:32px;
    color:#000;
    font-size:18px;
    line-height:32px;
    text-align:center;
    text-decoration:none;
    position:fixed;
    bottom:40px;
    right:10px;
    z-index:9999;
    opacity:0.5;
}
a.scrollup:hover{
    opacity:1;
    color:#000;
}

.credits {
	text-align: center;
}
/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
    font-size: 70px;
    line-height: normal;
    padding-top: 25px;
    display: block;
}
.stats strong.number.medium{
    font-size: 50px;
}

.stats span.text {
    font-size: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .stats strong.number {
        font-size: 59px;
        line-height: normal;
        padding-top: 5px;
        display: block;
    }
    .stats span.text {
        font-size: 20px;
    }
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}

@media (min-width: 768px) {
    .intro-content{
        display: block;
    }
    .navbar-header{
        display:none;
    }
    .navbar {
        height: 80px;
        line-height: 80px;
        text-align: center;
        width:100%;
    }
    .navbar-fixed-top{
        top:inherit;
        bottom:80px;
        position: relative;        
    }
    .navbar-home-fixed-top{
        top:inherit;
        bottom:80px;
        position: relative;        
    }
    .navbar-desk-top{
        top:0 !important;
        bottom:inherit !important;
        position: fixed;
        z-index: 99999;
        background-color: rgba(0,0,0,0.9);
    }
    .nav li{
        text-align: center;
        /*margin-left: 45px;*/
    }
    
    .form-group:nth-child(2) #contact-form input[type="text"]{
        width: CALC(100% - 18px);
    }   
    
     
    ul.nav.navbar-nav{        
        width: -webkit-fill-available;
        width: -moz-available
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {        
        padding-bottom: 30px;
    }
}

@media (min-width: 959px) {
    .nav li{
       /* margin-left: 70px;*/
    }
}
@media (min-width: 991px) {
    .form-group:nth-child(2){
        padding-left: 15px;
    }
}

@media (min-width: 1199px) {
    .nav li{
        /*margin-left: 130px;*/
    }
    .navbar-nav > li > a {
        padding-top: 30px;
    }
    #intro{
        background-size:100%;
    }
}

/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

    .navbar-nav {
            margin-top: 20px;
    }
}

 
@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
    .flag-icon{ display: ruby;}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .navbar-nav {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    
    .nav>li>a {
        display: table-cell;
    }
    .navbar.navbar-home-fixed-top {
        /*
        background: url(../images/notebook5.jpg) center center;
        background-size: 210%; 
        background-repeat: no-repeat;
        z-index: 99999;
        */
        background: url(../images/notebook5.jpg) -114.4px -252px;
        background-repeat: no-repeat;
        z-index: 99999;
        background-size: 860px;
        background-color: lightyellow;
        background-blend-mode: darken;
    }
    
    .navbar.navbar-fixed-top {
        /*background-color:rgba(0,0,0,1);*/
         /*background: url(../images/page1-img1.jpg) center center;*/
        background: url(images/notebook5.jpg) -114px -252px;
        background-size: 860px;
        background-repeat: no-repeat;
        z-index: 99999;
        background-color: lightyellow;
        background-blend-mode: darken; 
    }
    
    .navbar.navbar-fixed-top.collabora {
        background: url(images/intestazione1.jpg) center center;
         /*background: url(../images/page1-img1.jpg) center center;*/
        background-size: 210%; /*220%;*/
    }
    
    .navbar.navbar-fixed-top.b-optical {
        background: url(images/cover-b-optical.jpg) center center;
        background-size: 200%;
    }
    
    .navbar.navbar-fixed-top.b-fitness {
        background: url(images/cover-b-fitness.jpg) -300px -50px;
        background-size: 200%;
    }
    .navbar.navbar-fixed-top.software {
        background: url(images/cover-software1.jpg) center center;
        background-size: 200%;    
    }
    .navbar.navbar-fixed-top.ecommerce {
        background: url(images/tablet-internetbeach-vacation-s.jpg);
        background-position: center 70%;
        background-size: 200%;    
    }
    .navbar.navbar-fixed-top.sistemistica {
        background: url(images/cover-sistemistica.jpg) center center;
        background-size: 200%;    
    }
    
    .navbar{
        
        height: 133px;
        line-height: 131px;
    }
    .navbar-header{
        background-color:rgba(0,0,0,0.35);
        margin-left: -10px;
        width: 100vw;
        margin-right: -10px;
    }
    .navbar-toggler{
        position: fixed;
        right: 0.5em;
        border: 0;
        color: #fff;
        z-index: 1000;
        top: 2em;
    }
    .navbar-toggler:focus { 
        box-shadow: none;
    }
    .navbar .navbar-nav > .active > a {
        border-bottom: 0 !important;
    }
    .flag-icon{
        display:none !important;
    }
    
    .navbar-logo img{
        width:97.5px;
        /*margin-left: 75px;*/
        font-size: 58px;
        top: 3px;
    }
    .logo > div {
        position: absolute;
        width: 97.5px;
        height: 83px;
        /*margin-left: 75px;*/
        text-align: center;
        vertical-align: middle;
        padding: 5px;
    }
    .logo .company{
        font-size: 38px;
        position: initial;
    }
    
    .navbar .navbar-collapse ul.nav {
        background-color: #444;
        width: 100%;
        float: none;
        margin:0;
        padding:0;
    }
    .navbar .navbar-collapse ul.nav li {
        border-bottom: 1px solid #666;
    }
    section.featured {
        padding-top: 80px;
    }

    .team-member,.col-lg-4 {
        margin-bottom: 30px;
    }

    .stats .col-md-3 {
        margin-bottom: 30px;
    }
    
    .screen-gray-small{
        display: block;
        position: absolute;
        bottom: -1px;
        height: 20px ;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    #section-contact .screen-gray{
        background: rgba(0, 0, 0, 0.4);
    }
    .bg-service{
        background-color: lightyellow;
        background-blend-mode: exclusion;
    }
}
@media screen and (max-width: 767px) and (orientation:portrait)  {
    .banner-gray-top{
        /*background-position-x: -250px;*/
    }
    .navbar.navbar-home-fixed-top {
        box-shadow: inset rgba(0, 0, 0, 0.87) 0px -11px 15px -6px;
        background-position-x: -250px;
    }
    .navbar.navbar-fixed-top {
        box-shadow: inset rgba(0, 0, 0, 0.87) 0px -11px 15px -6px;
        background-position-x: -250px;
        position: fixed;
    }
    ol{
        margin-left: -1.8em;
    }
}


@media screen and (max-width: 767px) and (orientation: landscape) {
       
    .navbar {
        height: 75px;
        line-height: 73px;
    }    
    #intro {
        min-height: 75px;
    }
    .navbar-logo img{
        width: 65px;
    }
    .logo > div{
        width: 65px;
    }
    .logo .company {
        font-size: 23px;
    }
    .banner-gray-top{
        height: 35px;
    }
    .navbar.navbar-fixed-top.b-fitness {
        background: url(../images/cover-b-fitness.jpg) center -50px;
        background-size: cover;
    }
}

a:hover, a:focus {
    color: #cecece;
}

/* menu */


.navbar .navbar-nav > .active > a {
    border-bottom: 4px solid #ffffff;
}

/* flexslider */
.flex-control-paging li a {
	background: #85b0be;
}


.testimonial span.author a {
	color: #95cbdd;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
	color: #ffffff;
	box-shadow: 0 0 0 4px #ffffff;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
	background: #bdbdbd;
	box-shadow: 0 0 0 8px  #ffffff;
}


/* portfolio */
.portfolio-item .portfolio-desc {
	background: #85b0be;
}

/* btn */
.btn-theme {
  background: transparent;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: rgba(0, 0, 0, 0.62);
}
.btn-cta,.btn-cta.btn-lg {
  background: #85b0be;
  border-color: #95cbdd;
}

.btn-cta:focus,.btn-cta:active{
   border-color: #fff;
}

/* footer */
.social-circle li a {
	background:#fff;
}

a.scrollup{
	background:#fff;
}

.grecaptcha-badge { visibility: hidden; }

ol li {
    padding: 0 0 0.9em 0;
    line-height: 1.1em;
}

.cookie-disclaimer .btn-close{
    width: auto !important;
    text-decoration: none !important;
}