#.charWrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.funnyText span.left,
.funnyText span.right,
.funnyText span.top,
.funnyText span.bottom {
    position: absolute;
}

.funnyText .charWrap {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.4s ease-in-out; /** Firefox **/
    -o-transition: all 0.4s ease-in-out; /** Opera **/
}

    .funnyText .charWrap .top {
        top: 0;
    }

    .funnyText .charWrap .left {
        left: 0;
    }

    .funnyText .charWrap .right {
        right: 0;
    }

    .funnyText .charWrap .bottom {
        bottom: 0;
    }

.funnyText .character {
    overflow: hidden;
    display: inline-block;
}

.parallax-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
}
.parallax-bg {
    background-size: cover !important; /* l'immagine scala e riempie */
}

@media (max-width: 1024px) { /* iPad e tablet */
    .parallax-bg {
        background-size: contain !important; /* evita tagli */
    }
}
/* ==========================================================================
   General Styles
   ========================================================================== */
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

/*img {
    width: 100%;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif !important;
}

h1 {
    font-size: 2.888888888888889em;
    text-transform: uppercase;
    font-weight: 700;
}

.center-text {
    text-align: center;
}

a {
    color: #717171;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a:hover, a:active {
        text-decoration: none;
        color: #3e3e3e;
    }
	
.disabled
{
	pointer-events: none;
}
.disabled *
{
	opacity:0.9;
}

.footerLinks
{
	color: #919191 !important;	
}

.footerLinks a
{
	color: #b1b1b1 !important;	
}

.footerLinks a:hover
{
	color: #e1e1e1 !important;	
}


.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.btn-outline-white {
    border: 2px solid #fff;
    background: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-outline-white:hover {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btnmore {
    /*color: #fff !important;*/
	background-color: transparent !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
}

.btnmore:hover {
	background-color: rgba(0,0,0,0.1) !important;
}

.btnmore.inverted {
    color: #fff !important;
	border-color: rgba(255,255,255,0.3);
	background-color: transparent !important;
}

.btnmore.inverted:hover {
	background-color: rgba(255,255,255,0.1) !important;
}

.btn-big {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 40px;
}

.btn-small {
    font-size: 0.875em;
    text-transform: none;
    font-weight: 600;
    padding: 6px 20px;
}

.info-container {
    background: url("../images/03_overlay_pattern.png") repeat scroll left top rgba(0, 0, 0, 0.6);
    display: table;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

    .info-container .info {
        display: table-cell;
        vertical-align: middle;
    }

.parallax-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: cover;
    margin: 0 auto;
}

.square-outline {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
}

    .square-outline .square-photo {
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.icon-outline i {
    font-size: 2em;
    width: 60px;
    height: 60px;
    border: 2px solid #DFB47D;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent;
    line-height: 56px;
    color: #DFB47D;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .icon-outline i:hover {
        background-color: #DFB47D;
        color: #fff;
        border: 2px solid #fff;
    }

.pad40 {
    padding-bottom: 40px;
}

.left-align {
    text-align: left !important;
}

.filetto {
    width: 100%;
    border-top: 1px dotted #777;
}

.filettoDashed {
    width: 100%;
    border-top: 1px dashed #BBB;
}

.topSpacing {
    padding-top: 3em;
}

.paragrafo {
    text-align: left;
    margin-bottom: 8px;
}


.logobianco
{
	width: 14vw;
	position:fixed;
	left:50px;
	top:30px;
}


/* ----- Pulsate effect -----*/
.pulsate-opacity {
    -webkit-animation: pulsate-op 3s infinite;
    /* Safari 4+ */
    -moz-animation: pulsate-op 3s infinite;
    /* Fx 5+ */
    -o-animation: pulsate-op 3s infinite;
    /* Opera 12+ */
    animation: pulsate-op 3s infinite;
    /* IE 10+ */
}

@-webkit-keyframes pulsate-op {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@-moz-keyframes pulsate-op {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@-o-keyframes pulsate-op {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes pulsate-op {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

/* loading style */
#preloader {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

#status {
    background-image: url("../images/00_preloader.GIF");
    background-position: center center;
    background-repeat: no-repeat;
    height: 80px;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 80px;
    margin: -40px 0 0 -40px;
}
/*end loading style */
/* ==========================================================================
   Navigation Bar
   ========================================================================== */
.navbar {
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 15px 0;
    top: -100px;
    opacity: 0;
    /*  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;*/
}

    .navbar .navbar-nav {
        float: none;
        margin: 10px 0;
    }

        .navbar .navbar-nav li {
            display: block;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            margin-left: 5px;
            margin-top: 10px;
        }

            .navbar .navbar-nav li a {
                font-size: 13px;
                line-height: 20px;
                display: block;
                margin: 0;
                padding: 12px 16px;
                color: #fff;
                outline: none;
                font-weight: 400;
                text-transform: uppercase;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                border-bottom: 2px solid transparent;
            }

                .navbar .navbar-nav li a:hover {
                    background-color: #F0F0F0;
                    outline: none;
                    border-bottom: 2px solid #005598;
                }

                .navbar .navbar-nav li a:focus {
                    background-color: transparent;
                    outline: none;
                }

            .navbar .navbar-nav li:hover {
                color: #fff;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }


.dropdown-menu {
    text-align: left;
}

    .dropdown-menu li:hover {
        background-color: #005598;
    }


.navbar .navbar-nav
{
	border-bottom: 2px solid trasparent;
}
	
.navbar .navbar-nav .active {
    color: #fff;
    /*background-color: #005598;*/
    /*-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;*/
	border-bottom: 2px solid #005598;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar .navbar-nav .active a {
	color: #666;
	background-color: #FFF;
	padding-bottom: 6px;
}

.navbar .navbar-nav .active a:hover {
	color: #fff;
	background-color: #005598;
	border-bottom: 2px solid trasparent;
}

.navbar .dropdown-menu .active a {
    background-color: #005598;
	color: #fff;
}

.navbar .navbar-brand {
    margin: 0 0 0 15px;
    padding: 0;
}

.navbar .navbar-brand-dx {
    float: right;
    margin-left: 30px;
}

.navbar .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	min-width: auto;
}

    .navbar .navbar-toggle:hover {
        background-color: #717171;
        border: 1px solid #717171;
    }

        .navbar .navbar-toggle:hover .icon-bar {
            background-color: #fff;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    .navbar .navbar-toggle .icon-bar {
        background-color: #8b8b8b;
    }

.navbar .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.96);
    text-align: left;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: 15px;
}

.navbar-collapse {
    max-height: 400px;
}

.minified {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dropdown-toggle .caret {
    border-top-color: #666;
}


#dove-siamo
{
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	width:48%;
	float:left;
	display:inline;
}

#contatti
{
	width:48%;
	float:left;
	display:inline;
}

#dove-siamo h1
,#contatti h1
{
	text-align:center;
	margin-top: 25px !important;
    margin-bottom: 10px !important;
    font-size: 1.9em !important;
}

#dove-siamo li
{
	list-style-image: none;
    list-style-type: none;
}

#dove-siamo table
{
	width: 80%;
    text-align: left;
    margin: auto;
}

#dove-siamo table td.co_label
{
	text-align: right;
}

#dove-siamo table td.co_label.msg
{
	vertical-align:top;
}

#dove-siamo table td
{
	vertical-align:top;
}

#contatti table
{
	width: 80%;
    text-align: left;
    margin: auto;
}

#contatti_invia
{
	border: 1px solid rgba(0, 0, 0, 0.26);
    border-radius: 7px;
    padding: 8px 20px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	/*cursor:pointer;*/
}

.loading
{
	width: 1.3em;
    vertical-align: text-top;
    margin-left: 10px;
}

#contatti_invia:hover
{
	background-color: #DDEFFF;
}

#contatti table .autorizzo
{
	font-size: 88% !important;
	text-align:center;
}

#contatti table .invia
{
	text-align:center;
}
#contatti table input[type="text"]
,#contatti table input[type="email"]
,#contatti table textarea
{
	width:100%;
	margin-left:5px;
}

#contatti table textarea
{
	height:100px;
}

#contatti table input[type="checkbox"]
{
	vertical-align: initial;
}

/* ==========================================================================
   Banner Section
   ========================================================================== */
.banner {
    background-image: url("../images/coverAI.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 2.7em;
    height: 100%;
    overflow: hidden;
	color: #fff;
}
@supports (-webkit-overflow-scrolling: touch) {
	.banner {
		background-attachment: scroll;
	}
}
@supports not (-webkit-overflow-scrolling: touch) {
	.banner {
		background-attachment: fixed;
	}
}

.banner-pattern {
    /*background: url("../images/03_overlay_pattern.png") repeat scroll left top rgba(0, 0, 0, 0);*/
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.banner .container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.banner-logo{
		max-width:70%;
	}


.banner h1 {
    color: #fff;
    /*font-size: 2em;*/
	font-size: 5vw;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 80px;
    font-weight: 500;
    text-shadow: -2px 4px 10px #000; 
}

#aboutme {
    margin: 0;
    padding: 0;
}

    #aboutme li {
        font-size: 1.333333333333333em;
        line-height: 1.333333333333333em;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        font-weight: 500;
        margin-bottom: 40px;
        text-transform: uppercase;
        list-style-type: none;
    }

.banner #header-photo {
    margin-top: 0px;
}

.social {
    margin: 0 5px 40px;
    display: block;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .social a {
        opacity: .75;
        margin-right: 15px;
    }

.social-last {
    margin-right: 0px !important;
}

.social a:hover, .social a:focus, .social a:active {
    opacity: 1;
}

.sideline {
    width: 6%;
    min-width: 32px;
    height: 1px;
    margin: 0 1% 7px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px rgba(255, 255, 255, 0.15);
    display: inline-block;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* ==========================================================================
   hsect-accrescere Section
   ========================================================================== */
#hsect-accrescere {
    background: #fff;
    text-align: center;
    padding: 40px 0 100px 0;
}

#hsect-accrescere h1 {
    font-weight: 300;
    text-transform: uppercase;
    color: #0b468a;
    font-size: 2.3em;
    z-index: 2;
    position: absolute;
    width: 100%;
}
#hsect-accrescere h1 div{
	background-color: #fff;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#hsect-accrescere .botline{
	display: inline-block;
    width: 100%;
    border-bottom: 2px solid #0b468a;
    z-index: 1;
    margin-top: 55px;
}

/* ==========================================================================
   chi-siamo Section
   ========================================================================== */
#chi-siamo {
    background: #fff;
    text-align: center;
    padding: 0 0 0 0;
}

    #chi-siamo h1 {
        margin: 0 0 30px 0;
        color: #545454;
        font-size: 3.25em;
        font-weight: 400;
        line-height: 70px;
        text-transform: uppercase;
		position: relative;
		text-align: center;
    }
	
	#chi-siamo h1 span 
	,#formazione h1 span 
	,#servizi-e-soluzioni-it h1 span
	{
		border-top: 1px solid #005598;
		border-bottom: 1px solid #005598;
	}


    #chi-siamo h2 {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        color: ##545454;
        font-size: 28px;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 40px;
        text-align: center;
    }

    #chi-siamo .btn-outline-white {
        color: #DFB47D;
        text-transform: none;
        border: 2px solid #DFB47D;
        font-size: 14px !important;
        line-height: 24px !important;
    }

    #chi-siamo .btn {
        margin: 0;
    }

    #chi-siamo .btn-outline-white {
        border: 2px solid #DFB47D;
        color: #DFB47D;
        text-transform: none;
    }

        #chi-siamo .btn-outline-white:hover {
            background-color: #DFB47D;
            color: #FFFFFF;
        }

    #chi-siamo p .btn-outline-white {
        text-transform: uppercase;
    }

#post-slider {
    position: relative;
    margin-bottom: 6em;
}

#chi-siamo ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#chi-siamo li {
    margin: 0px;
    padding: 10px 0 0;
}

#chi-siamo ul li.slide article {
    margin-bottom: 40px;
    text-align: center;
}

    #chi-siamo ul li.slide article h1 {
        color: #888888 !important;
        font-style: normal;
        font-weight: lighter;
        margin: 0 0 5px;
        text-transform: none;
        line-height: 54px;
    }

    #chi-siamo ul li.slide article h4 {
        color: #888888 !important;
        font-style: normal;
        font-weight: 200;
        text-transform: none;
    }

        #chi-siamo ul li.slide article h4 span a {
            color: #DFB47D;
        }

            #chi-siamo ul li.slide article h4 span a:hover {
                color: #333 !important;
            }

    #chi-siamo ul li.slide article h1:hover {
        color: #DFB47D;
    }
/*-------------------chi-siamo feed--------------------- */
.chi-siamo-feed {
    min-height: 320px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #F8F8F8;
    width: 100%;
    z-index: 0;
}

.chi-siamo-feed .container {
    padding: 2em 0 2em 0;
    text-align: left;
    vertical-align: middle;
}

.tweetList {
    list-style-type: none;
    margin: 0;
}

    .tweetList p {
        margin: 0;
        color: #fff;
    }

.chi-siamo_img {
    margin: 0 24px 24px;
    width: 54px;
    height: 54px;
}

/* ==========================================================================
   offerta Section
   ========================================================================== */
#offerta
,#iniziative {
    background-color: #263240;
    text-align: center;
    padding: 3em 0;
    color: #fff;
}

#iniziative
{
	background-color: #333333;
}

#offerta h1
,#iniziative h1{
	margin: 0 0 1em 0;
	color: #fff;
	font-size: 3.25em;
	font-weight: 400;
	line-height: 70px;
	text-transform: uppercase;
}

#offerta h1 span
,#iniziative h1 span {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#offerta hr 
,#iniziative hr
{
	border-top: 1px solid #DFB47D;
	margin: 20px auto;
	padding: 0;
	width: 15%;
}

#offerta h2
,#iniziative h2{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #fff;
	font-size: 28px;
	font-weight: lighter;
	line-height: 30px;
	margin: 0 0 40px;
	text-align: center;
}

#offerta h2 a
,#iniziative h2 a
 {
	color: #fff;
}

#box-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
}

.offerta
,.iniziative {
    margin: 5px;
    float: left;
    background: none;
}

.offerta
{
	width: 32%;
}

.iniziative {
    width: 48%;
}

#iniziative .section-box-column {
	min-height: 351px;
}

.section-box-column {
    -webkit-transition: all 0.80s ease-out;
    -moz-transition: all 0.80s ease-out;
    -o-transition: all 0.80s ease-out;
    transition: all 0.80s ease-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-box-column:hover {
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: rgba(255, 255, 255, 0.0);
}

.section-box-content {
    background-color: none;
    padding: 20px;
    text-align: center;
}

.section-box-content h2 {
	transition: color 0.3s ease-out 0s;
	text-align: center;
}

.section-box-content h4 a {
	color: #4B4B48;
	margin-top: 0;
	text-transform: uppercase;
}

.section-box-icon {
    display: inline-block;
    margin-top: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#iniziative .section-box-icon
,#iniziative .section-box-icon img
{
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	overflow:hidden;
}

#iniziative .section-box-icon img
{
	max-height:200px;
	max-width:200px;
}

.section-box-icon img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.section-box-column {
    position: relative;
}

.processLead-list li a:hover {
}

.section-box-column:hover .section-box-icon {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0.3;
    animation: smallToBig 900ms alternate infinite ease;
}

#iniziative .section-box-column:hover .section-box-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
	opacity:1;
    box-shadow: 0px 0px 20px #FFF;
	-o-box-shadow: 0px 0px 20px #FFF;
	-webkit-box-shadow: 0px 0px 20px #FFF;
	-moz-box-shadow: 0px 0px 20px #FFF;
    animation: smallToBig 900ms alternate infinite ease;
}

.getInTouch h1 {
    font-size: 36px !important;
    color: #f1f1f1 !important;
}

.getInTouch {
    height: 400px;
    overflow: hidden;
    position: relative;
    background: #F8F8F8;
    width: 100%;
    margin: 6em 0 0 0;
    z-index: 0;
}

.getInTouch-bg {
    background-image: url("../images/15_parallax-image.jpg");
}

.getInTouch .container {
    text-align: center;
    vertical-align: middle;
}

.getInTouch .info-container {
    background: url("../images/03_overlay_pattern.png") repeat scroll left top rgba(0, 0, 0, 0.6);
    display: table;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

#offerta .btn-outline-white {
    color: #DFB47D;
    text-transform: none;
    border: 2px solid #DFB47D;
    font-size: 14px !important;
    line-height: 24px !important;
}

#offerta .btn {
    margin: 1em 10px 0;
}

#offerta .btn-outline-white {
    border: 2px solid #DFB47D;
    color: #DFB47D;
    text-transform: none;
}

#offerta .btn-outline-white:hover {
	background-color: #DFB47D;
	color: #FFFFFF;
}

#offerta .btn-outline-white {
    text-transform: uppercase;
}

.nav-collapse.collapse.in {
    height: auto !important;
}



/* ==========================================================================
   formazione Section
   ========================================================================== */
#formazione {
    text-align: center;
    padding: 0em 0 0 0;
    background: #F8F8F8;
}

.formazione-box {
    min-height: 520px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #FFF;
    width: 100%;
    z-index: 0;
}

#formazione .container {
    padding: 1em 0 4em 0;
    position: relative;
}

#formazione p {
    font-size: 16px;
}

#formazione h1 {
    color: #545454;
    font-size: 3.25em;
    font-weight: 400;
    line-height: 70px;
    margin: 60px 0 1em 0;
    text-transform: uppercase;
}

#formazione h2 {
    color: #545454;
    font-size: 28px;
    font-weight: lighter;
    line-height: 30px;
    margin: 0 0 40px;
    text-align: center;
}

/* ==========================================================================
   comunicazione Section
   ========================================================================== */
#comunicazione {
    text-align: center;
    padding: 0em 0 0 0;
    background: #000;
    color: #F0F0F0;
}

.comunicazione-box {
    min-height: 520px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #000;
    width: 100%;
    z-index: 0;
}

#comunicazione .container {
    padding: 1em 0 4em 0;
    position: relative;
}

#comunicazione p {
    font-size: 16px;
    color: #CCC;
}

#comunicazione h1 {
    color: #FFF;
    font-size: 3.25em;
    font-weight: 400;
    line-height: 70px;
    margin: 60px 0 1em 0;
    text-transform: uppercase;
}

    #comunicazione h1 span {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }

#comunicazione h2 {
    color: #FFF;
    font-size: 28px;
    font-weight: lighter;
    line-height: 30px;
    margin: 0 0 40px;
    text-align: center;
}


/* ==========================================================================
   servizi-e-soluzioni-it Section
   ========================================================================== */
#servizi-e-soluzioni-it {
    text-align: center;
    padding: 0em 0 0 0;
    background: #F8F8F8;
}

.servizi-e-soluzioni-it-box {
    min-height: 320px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #FFF;
    width: 100%;
    z-index: 0;
}


#servizi-e-soluzioni-it .container {
    padding: 1em 0 4em 0;
    position: relative;
}

#servizi-e-soluzioni-it p {
    font-size: 16px;
}

#servizi-e-soluzioni-it h1 {
    color: #545454;
    font-size: 3.25em;
	font-size: 3.16em;
    font-weight: 400;
    line-height: 70px;
    margin: 60px 0 1em 0;
    text-transform: uppercase;
}

#servizi-e-soluzioni-it h2 {
    color: #545454;
    font-size: 28px;
    font-weight: lighter;
    line-height: 30px;
    margin: 0 0 40px;
    text-align: center;
}

/* ==========================================================================
   semplificazione Section
   ========================================================================== */
#semplificazione {
    text-align: center;
    padding: 0em 0 0 0;
    background: #000;
    color: #FFF;
}

.semplificazione-box {
    min-height: 460px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #333;
    width: 100%;
    z-index: 0;
}


#semplificazione .container {
    padding: 1em 0 4em 0;
    position: relative;
}

#semplificazione p {
    font-size: 16px;
    color: #FFF;
}

#semplificazione h1 {
    color: #FFF;
    font-size: 3.25em;
    font-weight: 400;
    line-height: 70px;
    margin: 60px 0 1em 0;
    text-transform: uppercase;
}

    #semplificazione h1 span {
        border-top: 1px solid #DFB47D;
        border-bottom: 1px solid #DFB47D;
    }

#semplificazione h2 {
    color: #FFF;
    font-size: 28px;
    font-weight: lighter;
    line-height: 30px;
    margin: 0 0 40px;
    text-align: center;
}

/* ==========================================================================
   news Section
   ========================================================================== */
#news {
}

.newsHomePage {
    text-align: center;
    padding: 0;
    background: #ebeaee;
}

.news-box {
    min-height: 520px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
    background: #ffffff;
}

.news-bg-dx {
    background: url(../images/news-dx.jpg) no-repeat top;
}

#news .container {
    padding: 1em 0 4em 0;
    position: relative;
}

#news p {
    font-size: 16px;
}

#news h1 {
    text-align: center;
	color: #545454;
    font-size: 3.25em;
    font-weight: 400;
    line-height: 70px;
    margin: 60px 0 1em 0;
    text-transform: uppercase;
}

    #news h1 span {
        border-top: 1px solid #545454;
        border-bottom: 1px solid #545454;
    }

#news h2 {
    color: #000;
    font-size: 28px;
    font-weight: lighter;
    line-height: 30px;
    margin: 0 0 40px;
    text-align: center;
}

#news h3 {
    color: #000;
    margin-top: 0;
    line-height: 120%;
}

#news h5 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.newsSx {
    float: left;
    color: #FFF;
    background-color: #B48B50;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    width: 10%;
    min-width: 3%;
    margin-right: 20px;
    margin-bottom: 6px;
    padding: 12px 8px 8px 8px;
}

.newsArticle {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #BBB;
}

.newsSx span {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    display: block;
}

.newsDx {
    float: left;
    width: 76%;
    text-align: left;
}

    .newsDx a {
        color: #333;
    }

        .newsDx a h3:hover {
            color: #B48B50;
        }

.newsSaperne {
    font-size: 13px;
    color: #B48B50;
    display: block;
}

a.newsSaperne:hover {
    color: #000;
}

.btn-caricaNews {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .btn-caricaNews:hover {
        color: #FFF;
        background-color: #B48B50;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

/*Footer della pagina Documentazione*/
.newsDx h3 {
    color: #FFF;
}

.newsDx,
.newsDx h5,
.newsArticle .newsDx {
    color: #CCC;
}

    .newsDx p {
        color: #888;
    }


/* ==========================================================================
   newsInterna Section - Internal page
   ========================================================================== */
#newsInterna{
	font-size:0.9em;
}
.newsInterna-box{
	min-height: 520px;
	overflow:hidden;
	position:relative;
	display:block;
	width: 100%;
	z-index: 0;
  	background:#FFF;
	margin-top:120px;
}

.newsInterna-box .breadcrumb{
	background:none; 
	font-size:12px;
	margin-top:40px;
	}
.newsInterna-box .breadcrumb .active{
	background:#C99B59;
	color:#FFF;
	padding:1px 4px;
	}

#newsInterna nav{
	padding:4px 0;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	margin:0px 0 60px 0;
}
#newsInterna nav .pager{
	background:#F5F5F5;
	padding:10px 0;
	margin:0;
}
#newsInterna nav .pager a{
	border:none;
	border-radius:8px;
	background:#F5F5F5;
	font-size:14px;
	font-family:Oswald;
	font-weight:500;
	color:#000;
	margin:0 4px;
}
#newsInterna nav .pager a:hover{
	background:#E4E4E4;
}

#newsInterna a.fonte{
	background-color:#C99B59;
	color:white;
	padding:2px 6px;
	font-size:0.8em;
	font-family:Oswald,'Open Sans' ,  Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-bottom:40px;
}

#newsInterna .titoloNewsInterna{
	text-transform:none;
	font-size:2.3em;
	margin:26px 0;
}

#newsInterna .data{
	font-style:italic;
	font-weight:700;
	margin:40px 0 30px 0;
}





#newsInterna .contenutoNews{
	line-height:140%;
	margin-bottom:40px;
}

.boxContenutiDx{
	border-bottom:1px dotted #777;
	padding-bottom:20px;
	margin-bottom:40px;	
}
.boxTitolettoDx{
	width:100%;
	background:#F5F5F5;
	padding:8px 8px;
	border-top:2px solid #C99B59;
	color:#555;
	font-size:13px;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-bottom:20px;
	line-height:120%;
}
.boxTitolettoDx a:hover ,
.boxTitolettoDx a:active ,
.boxTitolettoDx a:link{
	color:#000;
	text-decoration:none;
}

.filettoDivisiorio{
	height:20px;
	width:100%;
	background:url(../images/bgk-righe.gif);
}

.articoliCorrelati{
	margin:40px 0;
}
.articoliCorrelati h4{
  margin-bottom:40px;
  font-weight:700; 
}
.articoliCorrelati .newsDx h3 {
  color:#000;
  margin:0 0 10px 0;
}
.tutteLeNews{
	margin:40px 0 80px 0;
}
.tutteLeNews a{
	color:#B48B50;
	font-size:1em;
	font-weight:700;
}
.tutteLeNews a:hover ,
.tutteLeNews a:link ,
.tutteLeNews a:active{
	text-decoration:none;
}
.tutteLeNews a:hover{
	color:#000;
}




/* ==========================================================================
   link Section
   ========================================================================== */
#link {
    text-align: center;
    padding: 0em 0 0 0;
    background: #F8F8F8;
}

.linkScroll
{
	cursor:pointer;
}

.link-box {
    min-height: 520px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #FFF;
    width: 100%;
    z-index: 0;
}

#link .container {
    padding: 1em 0 4em 0;
    position: relative;
	font-size:90%;
}

#link p {
    font-size: 16px;
}

#link h1 {
    color: #545454;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 110%;
    margin: 60px 0 0;
    text-transform: uppercase;
}

#link .linkBoxLogo {
    border: 1px solid #F0F0F0;
    padding: 1em;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

    #link .linkBoxLogo img {
        max-width: 100%;
    }

    #link .linkBoxLogo:hover {
        background-color: #f0f0f0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }



/* ==========================================================================
   preFooter Section
   ========================================================================== */
#preFooter {
    text-align: center;
    padding: 2em 0;
    background: #222;
    color: #CDCDCD;
    font-size: 14px;
    line-height: 140%;
}

.preFooter-box {
    min-height: 520px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #FFF;
    width: 100%;
    z-index: 0;
}

#preFooter .container {
    padding: 1em 0 4em 0;
    position: relative;
    text-align: left;
}

.docTitleSx {
    float: left;
    margin-right: 8px;
}

.docTitleDx {
    float: left;
}

#preFooter a,
#preFooter a:link,
#preFooter a:active,
#preFooter a:visited {
    color: #777;
    text-decoration: none;
}

    #preFooter a:hover {
        color: #444;
        text-decoration: none;
    }

#preFooter p {
    font-size: 16px;
}

#preFooter h1 {
    color: #545454;
    font-size: 3.25em;
    font-weight: 400;
    line-height: 70px;
    margin: 60px 0 0;
    text-transform: uppercase;
}

#preFooter .linkBoxLogo {
    border: 1px solid #F0F0F0;
    padding: 1em;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #preFooter .linkBoxLogo img {
        width: 85%;
        height: 85%;
    }

    #preFooter .linkBoxLogo:hover {
        background-color: #f0f0f0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

#preFooter .docHome article {
    margin-bottom: 14px;
}

    #preFooter .docHome article:last-child {
        margin-bottom: 44px;
    }

#preFooter .docTitoletto {
    color: #FFF;
    font-weight: 700;
    margin-bottom: 3px;
}

#preFooter .docScarica {
    font-size: 13px;
    color: #B8BD0B;
    display: block;
    margin-top: 4px;
}

#preFooter .Scarica:hover {
    color: #FFF;
}

#preFooter .btn-newsletter {
    background-color: #444;
    color: #F90;
    border: 1px solid #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #preFooter .btn-newsletter:hover {
        background-color: #222;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }


#preFooter input[type="email"] {
    padding: 5px;
    background-color: #CCC;
    border: 1px solid #666;
}

#preFooter .boxExpo {
    background-color: #333;
    border: 1px solid #555;
    padding: 2em;
    text-align: center;
    color: #777;
    width: 100%;
}

    #preFooter .boxExpo img {
        max-width: 100%;
    }



/*------------ Skills Section ------------*/
.skills {
    position: relative;
    padding: 80px 0 120px 0;
}

    .skills .easyPieChart {
        margin: 0 0 6px 0;
    }

.easyPieChart {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 15px 15px 0;
}

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.bar-color {
    color: #DFB47D;
}

#iniziative h4 {
    color: #FFF;
    font-weight: lighter;
}
/*------------ time line Section ------------*/
.timeline {
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    margin: 40px 0 0;
    background-image: url("../images/07_timeLine-Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .timeline .bg {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        background: url("../images/03_overlay_pattern.png") repeat scroll left top rgba(0, 0, 0, .6);
    }

    .timeline .content {
        overflow: hidden;
        position: relative;
        top: 0;
        z-index: 1;
        box-shadow: 0 10px 10px -10px rgba(50, 50, 50, 0.75) inset, 0 -10px 10px -10px rgba(50, 50, 50, 0.75) inset;
    }

    .timeline ul {
        font-size: 0;
        height: 450px;
        line-height: 370px;
        padding: 35px 45px;
        white-space: nowrap;
    }

    .timeline li {
        display: inline-block;
        font: 15px "Helvetica Neue",Arial,Helvetica,sans-serif;
        height: 140px;
        position: relative;
        white-space: normal;
        width: 267px;
    }

        .timeline li div {
            position: absolute;
        }

        .timeline li:after {
            background-color: #DFB47D;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            content: "";
            height: 40px;
            left: 0;
            position: absolute;
            width: 10px;
            z-index: 100;
        }

        .timeline li:nth-of-type(2n+1) {
            vertical-align: bottom;
            z-index: 100;
        }

            .timeline li:nth-of-type(2n+1) div {
                top: 35px;
            }

            .timeline li:nth-of-type(2n+1):after {
                top: 0;
            }

        .timeline li:nth-of-type(2n) {
            vertical-align: top;
            z-index: 1;
        }

            .timeline li:nth-of-type(2n) div {
                bottom: 35px;
            }

            .timeline li:nth-of-type(2n):before {
                background: url("../images/06_time-line.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                content: "";
                height: 142px;
                left: -261px;
                position: absolute;
                top: 122px;
                width: 529px;
                z-index: 1;
            }

            .timeline li:nth-of-type(2n):after {
                bottom: 0;
            }

    .timeline p {
        color: #FEFEFE;
        text-align: left;
    }

    .timeline a {
        color: #00BADB;
    }

        .timeline a:hover {
            color: #9700D9;
        }

    .timeline h6 {
        background: #1c1c1c;
        color: #FFFFFF;
        display: table;
        font-size: 18px;
        font-weight: lighter;
        line-height: 20px;
        padding: 5px;
        text-align: left;
    }

.ps-container .ps-scrollbar-x {
    background-color: #DFB47D;
}
/* ----------------statistics section ----------------------*/
.statistics {
    padding: 60px 0;
    width: 100%;
    display: table;
    background: #fff;
}

    .statistics.container {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .statistics h1.big {
        margin: 0 !important;
        padding: 0;
        font-size: 42px !important;
        line-height: 44px;
        -moz-transition-duration: 0.25s;
        -ms-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

        .statistics h1.big:hover {
            -moz-transition-duration: 0.25s;
            -ms-transition-duration: 0.25s;
            -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
            padding-left: 5px;
            color: #DFB47D !important;
        }

            .statistics h1.big:hover span.desc {
                color: #DFB47D;
            }

        .statistics h1.big span.desc {
            font-size: 14px !important;
            padding: 0;
            line-height: 16px;
            font-family: 'Open Sans', sans-serif;
            display: block;
        }
/* ----------------process section ----------------------*/
#process {
    text-align: center;
    padding: 60px 0;
}

    #process .slides {
        padding: 0 !important;
        margin: 0;
    }

    #process h1 {
        margin: 0;
        color: #545454;
        font-size: 2.25em;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    #process h2 {
        color: #545454;
        font-size: 28px;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 40px;
        text-align: center;
    }

.flexslider .slides > li {
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: none;
    padding: 40px;
    position: relative;
}

#process-slider {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

    #process-slider .slides li:last-child {
        margin-bottom: 0;
    }

    #process-slider .icon {
        cursor: pointer;
    }

    #process-slider .step {
        color: #DFB47D;
        text-align: center;
        text-transform: uppercase;
    }

    #process-slider .content {
        text-align: center;
    }

#process-slider {
    margin: 0 auto;
}

.slide-contents {
}

#process-slider h3 {
    margin-top: 0;
}

.process-steps-wrapper {
    margin-bottom: 0;
}

#process-steps {
    margin-bottom: 2em;
    position: relative;
    text-align: center;
}

    #process-steps .icon {
        display: inline-block;
        margin: 0 4%;
        max-width: 100px;
        position: relative;
        width: 15%;
    }

        #process-steps .icon img {
            display: inline-block;
            width: 100%;
        }

        #process-steps .icon.flex-active:before {
            border-bottom: 12px solid #fff;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            bottom: -2em;
            content: "";
            display: block;
            height: 0;
            left: 50%;
            margin-left: -10px;
            position: absolute;
            width: 0;
        }

.process-image {
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.process-block {
}

.flex-active img {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.process-block:hover .process-image {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.process-round span {
    display: block;
}

li.slide article {
    padding: 0 100px;
}

    li.slide article p {
        padding: 12px 0 0 0;
    }

ul.slidecontrols {
    margin: 0;
    padding: 0;
    margin-top: -65px !important;
    position: absolute;
    top: 50%;
    width: 100%;
    list-style-type: none;
}

    ul.slidecontrols li {
        height: 130px;
        position: absolute;
        right: 0;
        width: 50px;
    }

        ul.slidecontrols li:last-child {
            left: 0;
        }

        ul.slidecontrols li a {
            background: #fff;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            display: block;
            height: 100%;
            width: 100%;
            font-size: 32px;
            line-height: normal;
            padding: 38px 0;
            color: #dfdfdf;
            -webkit-transition: background-color 0.2s ease-in-out 0s;
            -moz-transition: background-color 0.2s ease-in-out 0s;
            -o-transition: background-color 0.2s ease-in-out 0s;
            transition: background-color 0.2s ease-in-out 0s;
        }

            ul.slidecontrols li a:hover {
                background: #dfdfdf;
                color: #fff;
            }
/* ==========================================================================
   Team Section
   ========================================================================== */
#team {
    text-align: center;
    padding: 6em 0 0 0;
    position: relative;
}

    #team h1 {
        color: #545454;
        font-size: 3.25em;
        font-weight: 400;
        line-height: 70px;
        margin: 0;
        text-transform: uppercase;
    }

    #team h2 {
        color: #545454;
        font-size: 28px;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 40px;
        text-align: center;
    }

    #team h3 {
        color: #fff;
        font-size: 28px;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 0px;
        text-align: center;
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 20px;
        display: inline-block;
        background: #DFB47D;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    #team em {
        color: #888;
    }

    #team h3:hover {
        background: #fff;
        color: #DFB47D;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

#team-slider {
    position: relative;
}

#team ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#team li {
    margin: 0px;
    padding: 0;
}

#team ul li.slide article {
    margin-bottom: 0px;
}

    #team ul li.slide article h1 {
        color: #888888 !important;
        font-style: normal;
        font-weight: lighter;
        margin: 0 0 5px;
        text-transform: none;
    }

    #team ul li.slide article h4 {
        color: #888888 !important;
        font-style: normal;
        font-weight: 200;
        text-transform: none;
    }

        #team ul li.slide article h4 span a {
            color: #DFB47D;
        }

            #team ul li.slide article h4 span a:hover {
                color: #333;
            }

    #team ul li.slide article h1:hover {
        color: #DFB47D !important;
    }

#team li.slide article {
    padding: 0;
}

#team ul.slidecontrols {
    margin: 0;
    padding: 0;
    margin-top: -42px !important;
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0;
    list-style-type: none;
}

li.slide article p {
    padding: 12px 60px;
}

.team-social:after {
    clear: both;
    display: table;
}

.team-social {
    background: #fff;
    border: 1px solid #f1f1f1;
    margin: 18px auto 6em 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
}

    .team-social .phase {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        background: #fff;
    }

    .team-social .phase-0 {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        background: #f1f1f1;
    }

    .team-social a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 32px;
    }

.team-detail {
    display: inline-block;
}

#carousel-3-0-slide0 {
    background-image: url("../images/12_team-image.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

#carousel-3-0-slide1 {
    background-image: url("../images/13_team-image.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

#carousel-3-0-slide2 {
    background-image: url("../images/14_team-image.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#categories-button {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #787878;
    display: inline-block;
    font-size: 14px;
    padding: 6px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

    #categories-button:hover {
        background: #f1f1f1;
    }

#portfolio {
    text-align: center;
    padding: 6em 0;
    background: #F8F8F8;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

    #portfolio h1 {
        margin: 0;
        color: ##545454;
        font-size: 3.25em;
        font-weight: 400;
        line-height: 70px;
        text-transform: uppercase;
    }

    #portfolio h2 {
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        color: ##545454;
        font-size: 28px;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 40px;
        text-align: center;
    }

    #portfolio hr {
        border-top: 4px double #b2b2b2;
        margin: 1.5em auto;
        margin-bottom: 2.5em;
        padding: 0;
        width: 15%;
    }

    #portfolio .cat-list {
        text-align: center;
        list-style-type: none;
        margin-bottom: 40px;
        width: 100%;
        padding: 0;
    }

        #portfolio .cat-list li {
            display: block;
            margin-bottom: 10px;
            padding: 10px;
        }

        #portfolio .cat-list .active {
            background-color: #DFB47D;
            color: #fff;
        }

    #portfolio .resp-btn {
        height: 42px;
        width: 42px;
        background: red;
        display: none;
    }

    #portfolio .portfolio-row {
        height: auto;
        list-style-type: none;
        padding: 0;
        margin: 40px 0 0;
    }

        #portfolio .portfolio-row .portfolio-mix {
            display: none;
            margin-bottom: 0;
            opacity: 0;
            padding: 0;
            float: left;
            width: 23%;
            margin: 0 1%;
            margin-bottom: 20px;
            text-align: left;
        }

            #portfolio .portfolio-row .portfolio-mix .portfolio-item a {
                display: block;
                position: relative;
                -webkit-transition: all 0.7s ease 0s;
                -moz-transition: all 0.7s ease 0s;
                -o-transition: all 0.7s ease 0s;
                transition: all 0.7s ease 0s;
            }

.meta {
    bottom: 0;
    padding-bottom: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .meta h4 {
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .meta h6 {
        margin-bottom: 0;
    }

#portfolio .portfolio-row .portfolio-mix a {
    color: #DFB47D;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-box-shadow: inset 0 0 0 6px #DFB47D, inset 0 0 0 0 #DFB47D;
    -moz-box-shadow: inset 0 0 0 6px #DFB47D, inset 0 0 0 0 #DFB47D;
    box-shadow: inset 0 0 0 6px #DFB47D, inset 0 0 0 0 #DFB47D;
}

    #portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: inset 0 0 0 0 #333;
        -moz-box-shadow: inset 0 0 0 0 #333;
        box-shadow: inset 0 0 0 0 #333;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

#portfolio .portfolio-row .portfolio-mix .portfolio-item a h3 {
    font-size: 1.111111111111111em;
    line-height: 1.2em;
    text-shadow: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a .portfolio-item-description {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: lighter;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .meta {
    background: none;
    cursor: crosshair;
}

    #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .meta em {
        color: #f1f1f1 !important;
        cursor: crosshair;
    }

    #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .meta h4 {
        color: #f1f1f1 !important;
        cursor: crosshair;
    }

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg {
    opacity: 0.95;
    top: 0;
    left: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    cursor: crosshair;
}

    #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
        content: '';
        -webkit-box-shadow: inset 0 0 0 160px #DFB47D;
        -moz-box-shadow: inset 0 0 0 160px #DFB47D;
        box-shadow: inset 0 0 0 160px #DFB47D;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        cursor: crosshair;
    }

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
    opacity: 1;
    top: 14%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .portfolio-item-description {
    opacity: 1;
    top: 34%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    cursor: crosshair;
}

#portfolio .btn {
    margin: 0 10px;
}

#portfolio .btn-outline-white {
    color: #DFB47D;
    text-transform: none;
    border: 2px solid #DFB47D;
    font-size: 14px !important;
    line-height: 24px !important;
}

#portfolio .btn {
    margin: 1em 10px 0;
}

#portfolio .btn-outline-white {
    border: 2px solid #DFB47D;
    color: #DFB47D;
    text-transform: none;
}

    #portfolio .btn-outline-white:hover {
        background-color: #DFB47D;
        color: #FFFFFF;
        cursor: crosshair;
    }

#portfolio .btn-outline-white {
    text-transform: uppercase;
}

#portfolio .btn {
    margin: 0 10px;
}

#portfolio .btn-outline-white {
    color: #DFB47D;
    text-transform: none;
    border: 2px solid #DFB47D;
    font-size: 14px !important;
    line-height: 24px !important;
}

.portfolio-popup .btn {
    margin: 5px;
    cursor: pointer !important;
}

.portfolio-popup .btn-outline-white {
    border: 2px solid #DFB47D;
    color: #DFB47D;
    text-transform: none;
}

    .portfolio-popup .btn-outline-white:hover {
        background-color: #DFB47D;
        color: #FFFFFF;
        cursor: crosshair;
    }

.portfolio-popup .btn-outline-white {
    text-transform: uppercase;
}

.portfolio-popup {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    max-width: 70%;
    padding: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

    .portfolio-popup .responsive-container {
        margin-bottom: 20px;
    }

    .portfolio-popup .columns {
        width: 100% !important;
        margin: 0 !important;
    }

    .portfolio-popup .container {
        width: 100%;
    }

.popup-nav-top {
    background: #DFB47D;
}

.item-title {
    background: none repeat scroll 0 0 #fff;
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
}

    .item-title h1 {
        color: #fff;
        margin: 0;
        font-size: 2.25em;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .item-title h2 {
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        font-size: 26px;
        color: #fff;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 5px;
        text-align: center;
    }

.item-subtitle {
    padding: 0 0 1em !important;
    color: #fff;
}

.item-overview {
    margin: 0 60px;
    font-size: 16px;
}

.item-skills {
    margin: 0 45px;
}

.popup-nav {
    list-style-type: none;
    text-align: center;
    margin: 40px 0;
    padding: 0;
}

.popup-nav-top .popup-nav {
    margin: 20px 0;
}

.popup-nav li {
    display: inline-block;
}

.btn-black {
    background-color: #2C2C2C;
    border: medium none;
    color: #FFFFFF;
    margin-top: 0px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .btn-black:hover {
        background-color: #DFB47D;
    }

.projets-features {
    margin: 0px;
    padding: 0;
}

    .projets-features li {
        border-bottom: 1px solid #E9E9E9;
        display: inline-block;
        margin: 5px;
        padding: 10px;
        background: #f1f1f1;
        font-size: 16px;
    }

    .projets-features li {
        color: #828282;
        text-transform: uppercase;
        list-style-type: none;
    }

.visit-project {
    padding: 10px !important;
    font-size: 12px !important;
}

.portfolio-popup .project-slider {
    position: relative;
    margin-bottom: 40px;
}

.project-slider ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.project-slider li {
    margin: 0px;
    padding: 0;
}

.project-slider ul.slidecontrols li {
    height: auto;
    position: absolute;
    right: 0;
    width: 50px;
}

    .project-slider ul.slidecontrols li a {
        background: none;
        padding: 8px 0;
        width: 100%;
        padding: 15px;
    }

.mfp-close-btn-in .mfp-close {
    display: none;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
/* ==========================================================================
   Testimonials Section
   ========================================================================== */
#testimonials {
    background: #fff;
    text-align: center;
    padding: 6em 0 0 0;
}

    #testimonials h1 {
        margin: 0;
        color: #545454;
        font-size: 3.25em;
        font-weight: 400;
        line-height: 70px;
        text-transform: uppercase;
    }

    #testimonials h2 {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        color: ##545454;
        font-size: 28px;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 40px;
        text-align: center;
    }

    #testimonials hr {
        border-top: 4px double #9A9A9A;
        margin: 1.5em auto;
        margin-bottom: 2.5em;
        padding: 0;
        width: 15%;
    }

    #testimonials .btn {
        margin: 0 10px;
    }

    #testimonials .btn-outline-white {
        color: #DFB47D;
        text-transform: none;
        border: 2px solid #DFB47D;
        font-size: 14px !important;
        line-height: 24px !important;
    }

    #testimonials .btn {
        margin: 1em 10px 0;
    }

    #testimonials .btn-outline-white {
        border: 2px solid #DFB47D;
        color: #DFB47D;
        text-transform: none;
    }

        #testimonials .btn-outline-white:hover {
            background-color: #DFB47D;
            color: #FFFFFF;
        }

    #testimonials p .btn-outline-white {
        text-transform: uppercase;
    }

    #testimonials .getInTouch {
        position: relative;
        background: #CCC;
    }

.da-slider {
    width: 100%;
    min-width: 320px;
    height: 360px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.da-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
}

.da-slide-current {
    z-index: 1000;
}

.da-slider-fb .da-slide {
    left: 100%;
}

    .da-slider-fb .da-slide.da-slide-current {
        left: 0px;
    }

.da-slide .block-cite,
.da-slide blockquote,
.da-slide .da-link,
.da-slide .da-img {
    position: absolute;
    opacity: 0;
    left: 100%;
}

.da-slider-fb .da-slide .block-cite,
.da-slider-fb .da-slide blockquote,
.da-slider-fb .da-slide .da-link {
    left: 15%;
    opacity: 1;
}

.da-slider-fb .da-slide .da-img {
    left: 50%;
    opacity: 1;
    margin: 0px 0 0 -60px;
}

.da-slide .block-cite {
    color: #717171;
    font-size: 14px;
    width: 70%;
    top: 130px;
    white-space: nowrap;
    z-index: 10;
    text-align: center;
    line-height: 1.5em;
}

.da-slide blockquote {
    width: 70%;
    top: 150px;
    color: #717171;
    font-size: 18px;
    line-height: 26px;
    height: auto;
    overflow: hidden;
    border: none;
    text-align: center;
}

    .da-slide blockquote p {
        font-style: italic;
        font-weight: normal;
    }

.da-slide .da-img {
    text-align: center;
    top: 0;
    height: 120px;
    width: 120px;
    left: 100%;
    /*50%*/
}

    .da-slide .da-img .square-outline {
        border: 2px solid #DFB47D;
        width: 116px;
        height: 116px;
        position: relative;
    }

        .da-slide .da-img .square-outline .square-photo {
            display: inline-block;
            width: 108px;
            height: 108px;
            position: absolute;
            top: 2px;
            left: 2px;
            margin: 0;
        }

.da-slide .da-link {
    top: 270px;
    /*depends on p height*/
    border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 8px solid rgba(255, 255, 255, 0.8);
    padding: 2px 20px 0px;
    font-size: 18px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
}

    .da-slide .da-link:hover {
        background: rgba(255, 255, 255, 0.3);
    }

.da-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 0;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .da-dots span {
        display: inline-block;
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #b4b4b4;
        margin: 3px;
        cursor: pointer;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
    }

        .da-dots span.da-dots-current:after {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 2px;
            left: 2px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #DFB47D;
        }

.da-arrows {
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .da-arrows span {
        position: absolute;
        top: 38px;
        height: 40px;
        width: 21px;
        cursor: pointer;
        z-index: 2000;
        opacity: 0.4;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.da-slider:hover .da-arrows span {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.da-arrows-prev {
    left: 20%;
}

.da-arrows-next {
    right: 20%;
}

.da-slide-current .block-cite,
.da-slide-current blockquote,
.da-slide-current .da-link {
    left: 15%;
    opacity: 1;
}

.da-slide-current .da-img {
    left: 50%;
    margin-left: -60px;
    opacity: 1;
}


#clients {
    background: #F8F8F8;
    text-align: center;
    padding: 60px 0;
    position: relative;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0 40px;
    padding: 0px;
    list-style-type: none;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        width: 156px;
        opacity: .8;
    }

    .nbs-flexisel-item:hover img {
        opacity: 1;
    }

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    font-size: 27px;
    height: 36px;
    line-height: normal;
    text-align: center;
    width: 36px;
}

.nbs-flexisel-nav-left {
    left: 0px;
    opacity: 0;
}

.nbs-flexisel-nav-right {
    right: 0px;
    opacity: 0;
}

.nbs-flexisel-container:hover .nbs-flexisel-nav-left {
    opacity: 0.6 !important;
}

.nbs-flexisel-container:hover .nbs-flexisel-nav-right {
    opacity: 0.6 !important;
}


/* ==========================================================================
   Contact Section
   ========================================================================== */
#contact {
    background-color: #DFB47D;
    text-align: center;
    padding: 6em 0;
    position: relative;
}

    #contact h1 {
        margin: 0;
        color: #fff;
        font-size: 3.25em;
        font-weight: 400;
        line-height: 70px;
        text-transform: uppercase;
    }

    #contact h2 {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        color: #fff;
        font-size: 28px;
        font-weight: lighter;
        line-height: 30px;
        margin: 0 0 40px;
        text-align: center;
    }

    #contact p {
        color: #fff;
    }

    #contact .icon {
        background: #FFFFFF;
        border-radius: 50%;
        -webkit-border-radius: 50%%;
        color: #F44444;
        display: inline-table;
        font-weight: bold;
        line-height: 12px;
        margin-top: 20px;
        padding: 5px;
    }

    #contact .contact-meta {
        font-size: 14px;
        line-height: 1.5em;
    }

    #contact .cform {
        display: none;
    }

    #contact form {
        margin-top: 30px;
        margin-bottom: 0;
        position: relative;
    }

        #contact form ._lines {
            height: 243px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

._line {
    background-image: url("../images/35_contact-line.png");
    background-repeat: repeat-x;
    height: 1px;
    margin-top: 40px;
    width: 100%;
}

#contact form ._name, #contact form ._email {
    transition: opacity 0.2s ease-in-out 0s;
}

#contact form label {
    display: block;
    height: 40px;
    position: relative;
    width: 100%;
    margin: 0;
}

#contact form input, #contact form textarea {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 41px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: none;
}

#contact form input {
    background: none;
    border: medium none;
    height: 40px;
    left: 0;
    outline: medium none;
    position: absolute;
    padding: 0;
    top: -40px;
    width: 100%;
}

#contact form textarea {
    background: none;
    color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: default;
    height: 200px;
    overflow: hidden;
    position: relative;
    resize: none;
    width: 100%;
    margin-bottom: 40px;
}

#contact form ::-webkit-input-placeholder {
    color: #FFF;
}

#contact form :-moz-placeholder {
    color: #FFF;
}

#contact form ::-moz-placeholder {
    color: #FFF;
}

#contact form :-ms-input-placeholder {
    color: #FFF;
}

#contact form input::-webkit-input-placeholder,
#contact form textarea::-webkit-input-placeholder {
    color: #FFF;
}

#contact form input:-moz-placeholder,
#contact form textarea:-moz-placeholder {
    color: #FFF;
}

#contact form button[type="submit"] {
    outline: none;
    background: none;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #contact form button[type="submit"]:hover {
        background-color: #fff;
        color: #DFB47D;
    }

#contact .container {
    transition: all 0.2s linear 0s;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_spacer {
    height: 250px;
}

.footer {
    background: #333;
    text-align: center;
    position: relative;
    border-top: 1px solid #666;
}

    .footer .main-photo {
        margin: 3em auto 2em;
    }

    .footer p {
        color: #FFFFFF;
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 1.66667;
        margin: 25px 0;
        text-transform: uppercase;
    }

.social-links {
    padding: 0;
    text-align: center;
}

    .social-links li {
        display: inline-block;
        margin-right: 15px;
    }

    .social-links a {
        display: block;
    }

.icon-circle.large {
    border: 2px solid #FFFFFF;
    font-size: 1.3em;
}

.social-links a:hover {
    opacity: 0.5;
}

.icon-circle {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #FFFFFF !important;
    display: inline-block;
    height: 2em;
    line-height: 38px !important;
    position: relative;
    width: 2em;
}

.scrolltotop {
    position: fixed;
    bottom: -50px;
    right: 20px;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

    .scrolltotop:hover {
        color: #DFB47D;
        background-color: #666;
    }

        .scrolltotop:hover i {
            opacity: 1;
        }

    .scrolltotop i {
        line-height: 40px;
        opacity: 0.5;
    }

.show-to-top {
    opacity: 1;
    bottom: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer .credits {
    font-size: 10px;
    color: #888;
}

.footer .credits A {
    font-size: 10px;
    color: #888;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

 @media only screen and (min-width: 1001px) {
   .internal-boxsect, .linear-boxsect
	{
		min-width: 1000px;	
	}
 }

@media only screen and (max-width: 1200px) {
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
	.offerta
	{
		width: 32%;
	}
	.iniziative
	{
		width: 23%
	}
	.iniziative.progintern h2
	{
		margin-bottom: 0px !important;
	}	
	
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    /*Nascondo il logo del ministero*/
    .navbar .navbar-brand-dx {
        display: none;
    }

    #portfolio .portfolio-row .portfolio-mix {
        width: 33.333%;
    }

    .offerta {
        width: 95%;
        margin: 0 10px 10px 0;
    }
	
	.iniziative {
        width: 48%;
        margin: 0 10px 10px 0;
    }

    /*Nascondo il logo del ministero*/
    .navbar .navbar-brand-dx {
        display: none;
    }

    .comunicazione-bg,
    .formazione-bg,
    .servizi-e-soluzioni-it-bg,
    .chi-siamo-bg {
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }
	
	.banner h1
	{
		font-size: 8vw;
	}
	
	.logobianco
	{
		width:20%;
	}
}



@media only screen and (min-width: 480px) and (max-width: 767px) {

    /*Nascondo il logo del ministero*/
    .navbar .navbar-brand-dx {
        display: none;
    }

    #offerta .offerta
	,#iniziative .iniziative {
        width: 46%;
        margin: 0 10px 10px 0;
    }

    #portfolio .portfolio-row .portfolio-mix {
        width: 50%;
    }

        #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
            -webkit-box-shadow: inset 0 0 0 180px #DFB47D;
            -moz-box-shadow: inset 0 0 0 180px #DFB47D;
            box-shadow: inset 0 0 0 180px #DFB47D;
        }

    #tutela .square-outline,
    #formazione .square-outline {
        height: 100px;
        width: 100px;
    }

    #carousel-3-0-slide0, #carousel-3-0-slide1, #carousel-3-0-slide2 {
        background-image: none;
    }

    #chi-siamo li.slide article {
        padding: 0 52px;
    }

	#chi-siamo li.slide article p {
		padding: 12px 20px;
	}

    .chi-siamo-bg,
    .tutela-bg,
    .formazione-bg,
    .iniziative-bg,
    .servizi-e-soluzioni-it-bg,
    .semplificazione-bg {
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */
    }

    #offerta .section-box-column
	,#iniziative .section-box-column	{
        float: none;
        width: 100%;
        min-height: 280px;
    }
	
	
	.banner h1
	{
		font-size: 11vw;
	}
	
	.logobianco
	{
		width:30%;
	}
	
	#dove-siamo
	,#contatti
	{
		width:98%;
	}
}



@media only screen and (max-width: 479px) {


	.banner h1
	{
		font-size: 11vw;
	}
	
	.logobianco
	{
		width:40%;
	}

    /*Nascondo il logo del ministero*/
    .navbar .navbar-brand-dx {
        display: none;
    }

    /*inizio nuovi*/
	#header .banner-logo{
		width:80%;
		margin-bottom:6px;
	}
	#header-photo .banner-logo{
		max-width:60%;
		margin-bottom:6px;
	}
	.footer .banner-logo{
		max-width:80%;
		margin-bottom:0;
	}
	/*fine nuovi*/

    .offerta
	,.iniziative	{
        width: 100%;
        margin: 0 0 5px 0;
    }

    #portfolio .portfolio-row .portfolio-mix {
        width: 100%;
    }

        #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
            -webkit-box-shadow: inset 0 0 0 200px #DFB47D;
            -moz-box-shadow: inset 0 0 0 200px #DFB47D;
            box-shadow: inset 0 0 0 200px #DFB47D;
        }

    #tutela .square-outline,
    #formazione .square-outline {
        height: 80px;
        width: 80px;
    }

    #chi-siamo h1,
    #offerta h1,
	#iniziative h1,
    #tutela h1,
    #comunicazione h1,
    #formazione h1,
    #iniziative h1,
    #servizi-e-soluzioni-it h1,
    #semplificazione h1,
    #mediaVideo h1,
    #news h1,
    #team h1,
    #portfolio h1,
    #testimonials h1,
    #contact h1,
    #link h1,
    #news h1,
    .item-title h1 {
        font-size: 1.9em;
        line-height: 120%;
    }

    .team-social a {
        padding: 10px 18px;
    }

    #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .portfolio-item-description {
        top: 34%;
    }

    #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
        top: 14%;
    }

    .portfolio-popup {
        max-width: 90%;
    }

    #post-slider li.slide article p {
        padding: 12px 0;
    }

    li.slide article {
        padding: 0 52px;
    }

    #portfolio .cat-list {
        margin-top: 40px;
    }

    .item-overview {
        margin: 0 20px;
    }

    .item-skills {
        margin: 0;
    }

    #carousel-3-0-slide0, #carousel-3-0-slide1, #carousel-3-0-slide2 {
        background-image: none;
    }

    .item-title h2 {
        font-size: 26px;
    }

    .chi-siamo-bg,
    .tutela-bg,
    .servizi-e-soluzioni-it-bg,
    .formazione-bg,
    .iniziative-bg,
    .semplificazione-bg {
        opacity: 0.3;
        filter: alpha(opacity=23); /* For IE8 and earlier */
    }

    .newsSx {
        width: 14%;
        margin-right: 6%;
    }

    .newsDx {
        width: 75%;
    }

    #mediaVideo img {
        max-width: 100%;
    }
	
	#dove-siamo
	,#contatti
	{
		width:98%;
	}
}





@media (min-width: 768px) {
    .navbar .navbar-nav {
        float: right;
        margin: 2px 0 2px 0;
    }

        .navbar .navbar-nav li {
            margin-left: 3px;
        }

            .navbar .navbar-nav li a {
                display: inline-block;
                padding: 8px 12px;
                color: #717171;
            }

    .navbar .navbar-collapse {
        background-color: rgba(255, 255, 255, 0);
        text-align: center;
        -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        margin-top: 0;
    }

    #tutela .square-outline,
    #formazione .square-outline {
        height: 100px;
        width: 100px;
    }

        #tutela .square-outline .tutela-photo-anchor img,
        #formazione .square-outline .formazione-photo-anchor img {
            margin: 0;
        }

    #portfolio .cat-list {
        text-align: center;
        list-style-type: none;
        margin: 40px 0 0 0;
    }

        #portfolio .cat-list li {
            display: inline-block;
            margin: 0;
            padding: 6px 20px;
        }

    #testimonials .da-slider {
        height: 320px;
    }

    .da-arrows-prev {
        left: 30%;
    }

    .da-arrows-next {
        right: 30%;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .navbar .navbar-nav {
        float: right;
        margin: 2px 0 2px 0;
    }

        .navbar .navbar-nav li {
            margin-left: 5px;
        }

            .navbar .navbar-nav li a {
                display: inline-block;
                padding: 8px 16px;
                color: #717171;
            }

    .navbar .navbar-collapse {
        background-color: rgba(255, 255, 255, 0);
        text-align: center;
        -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    }

    #tutela .square-outline,
    #formazione .square-outline {
        height: 164px;
        width: 164px;
    }

    #testimonials .da-slider {
        height: 300px;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .banner {
        height: 100%;
    }

    #testimonials .da-slider {
        height: 280px;
    }

    .da-arrows-prev {
        left: 40%;
    }

    .da-arrows-next {
        right: 40%;
    }

    .da-arrows span {
        opacity: 0;
    }
}



/*==================================
        THEE STYLE SWITHER
==================================*/

#style-switcher div h3 {
    color: #1D1D1D;
    font-size: 19px;
    margin: 8px 3px 12px;
}

#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 195px;
    z-index: 9999;
}

    #style-switcher div {
        padding: 5px 10px;
    }

    #style-switcher .bottom {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #252525;
        padding: 0;
    }

        #style-switcher .bottom a.settings {
            background: none repeat scroll 0 0 #FFFFFF;
            box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
            display: block;
            height: 41px;
            position: absolute;
            right: -40px;
            top: 0;
            width: 40px;
            padding: 3px;
        }

            #style-switcher .bottom a.settings i {
                margin-left: 1px;
                margin-top: 3px;
                color: #000;
            }



.options_box {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sw-page {
    background: #222;
    color: #FFFFFF;
    display: block;
    margin: 5px 0;
    padding: 10px;
}

    .sw-page:hover {
        background: #000000;
    }

.variant {
    background: #000;
}

ul.colors {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

    ul.colors li {
        float: left;
        margin: 2px;
    }

        ul.colors li a {
            cursor: pointer;
            display: block;
            height: 35px;
            width: 35px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
        }

    ul.colors .color1 {
        background: none repeat scroll 0 0 #DFB47D;
    }

    ul.colors .color2 {
        background: none repeat scroll 0 0 #4abcdd;
    }

    ul.colors .color3 {
        background: none repeat scroll 0 0 #74AFAD;
    }

    ul.colors .color4 {
        background: none repeat scroll 0 0 #EBBB14;
    }

    ul.colors .color5 {
        background: none repeat scroll 0 0 #F4A622;
    }

    ul.colors .color6 {
        background: none repeat scroll 0 0 #3C546C;
    }

    ul.colors .color7 {
        background: none repeat scroll 0 0 #AEC71E;
    }

    ul.colors .color8 {
        background: none repeat scroll 0 0 #49B571;
    }

    ul.colors .color9 {
        background: none repeat scroll 0 0 #222930;
    }

    ul.colors .color10 {
        background: none repeat scroll 0 0 #8877DD;
    }

    ul.colors li a.active {
        position: relative;
    }

        ul.colors li a.active:after {
            color: #fff;
            content: "\f00c";
            font-family: "FontAwesome";
            font-size: 10px;
            right: 12px;
            position: absolute;
            top: 9px;
        }

.icon-2x {
    font-size: 28px;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    #style-switcher {
        display: none;
    }
}

/* ==========================================================================
   Animation classes and animations
   ========================================================================== */

/* Slide in from the right*/
.da-slide-fromright .block-cite {
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright blockquote {
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright .da-link {
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromright .da-img {
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}

@-webkit-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}

@keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}
/* Slide in from the left*/
.da-slide-fromleft .block-cite {
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft blockquote {
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft .da-link {
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromleft .da-img {
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@-moz-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@-o-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@-ms-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}
/* Slide out to the right */
.da-slide-toright .block-cite {
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-toright blockquote {
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toright .da-link {
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}

.da-slide-toright .da-img {
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}

@-webkit-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    30% {
        left: 45%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    30% {
        left: 45%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    30% {
        left: 45%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    30% {
        left: 45%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    30% {
        left: 45%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}
/* Slide out to the left*/
.da-slide-toleft .block-cite {
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}

.da-slide-toleft blockquote {
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toleft .da-link {
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}

.da-slide-toleft .da-img {
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}

@-webkit-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }

    30% {
        left: 20%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

.overflowauto {
    overflow: auto !important;
}

#aspnetForm,
#main,
#main .wrapper,
#main-cont {
    height: 100%;
}

iframe {
    max-width: 100% !important;
}


.documentiArchivio > div:nth-child(even)
{
    border-left:dotted 1px #cccccc;
    padding-left:20px;
}

.documentoArchivio
{
    float: left; 
    border-bottom: dotted 1px #cccccc; 
    width: 48%; 
    height:200px;
    padding-top:10px;
    padding-left:20px;
}


.documentoArchivio h3
{
   margin-top:0px;
}


.documentiPagerContainer {
margin-top:20px;background-color:#f5f5f5;border-top:solid 1px #cecece;border-bottom:solid 1px #cecece;height:50px;vertical-align:central;padding-top:10px;color:#222222;font-weight:bold;
}

.documentiPagerContainer A {
    color:#222222;
    font-weight:bold;
}


.dropdown-menu a
{	
    width: 98%;
}

.offertali .dropdown-menu
{
	min-width: 172px;
}

.internal-boxsect h2
{
	text-align:left;
	text-transform:uppercase;
	padding-left: 60px;
	margin-bottom:0px;
}


.linear-boxsect h2
{
	text-align:left;
	text-transform:uppercase;
	padding-left: 60px;
	margin-bottom:20px;
}

.linear-boxsect .freccia
{
	position: absolute;
    left: 50%;
    margin-left: -52px;
}

.linear-boxsect h3
{
	padding-left: 60px;
    padding-right: 60px;
    color: white;
    background-color: #83B4EF;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 13px;
}


.linear-boxsect .content
{
	background-color: #313E4E;
    color: #D4D4D4;
    padding: 15px;
    padding-left: 39px;
}
.linear-boxsect ul
{
	margin-bottom:0;
}

#sp_comunicazione h3
{
	background-color: #DCCD34;
}

#sp_servizi_soluzioni_it h3
{
	background-color: #6CA698;
}

.internal-boxsect-cont, .linear-boxsect-cont
{
	text-align:center;
	background-color: #ECECEC;
	margin-bottom:40px;
}
.internal-boxsect .bgimage
{
	width: 100%;
    height: 27vw;
	min-height:180px;
	max-height:320px;
	background-size: cover;
	background-position-x: 50%;
}
.internal-boxsect, .linear-boxsect
{
	max-width: 1000px;	
	box-shadow: 0px 0px 3px 2px #CCC;
	margin: 0;
	display: inline-block;
	background-color: #fff;
	text-align:left;
	position:relative;
}

.internal-boxsect-cont.typeblack .internal-boxsect
{
	background-color: #333;
    color: #E0E0E0;
}

.internal-boxsect-cont.typeblack .internal-boxsect h2
{
	color: #828282;
}

.linear-box
{
}

.linear-boxsect{
	/*padding: 60px;
    padding-top: 10px;
    padding-bottom: 40px;*/
	padding-top: 10px;
    padding-bottom: 0px;	
}

.internal-boxsect .content{
	padding: 60px;
    padding-top: 10px;
    padding-bottom: 40px;
    column-count: 2;
    column-gap: 55px;
    text-align: justify;
	overflow: hidden;
}
@media only screen and (max-width: 700px) {
	.internal-boxsect h2
	,.linear-boxsect h2
	,.linear-boxsect h3
	{
		padding-left: 20px;
	}
	
	.internal-boxsect .content
	{
		padding:20px;
	}
	
	.linear-boxsect .content
	{
		padding:20px;
	}
}

#clienti .internal-boxsect
,#partner .internal-boxsect
{
	min-height: auto;
	max-height: none;
	height: 800px;
}

#partner #lista_partner
{
	position: absolute;
    color: white;
    top: 30%;
    right: 0px;
    max-width: 50%;
    max-height: 80%;
    background-color: rgb(121, 158, 208);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: -8px 8px 39px -3px rgba(0,0,0,1);
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
	display:none;
}

#clienti h2
,#partner h2
{
	position: absolute;
    top: 21px;
    left: 0px;
}

@media only screen and (max-width: 500px) {
	#clienti h2
	,#partner h2
	{
		top: 0px;		
	}
}

#clienti .internal-boxsect .bgimage
,#partner .internal-boxsect .bgimage
{
	min-height: auto;
	max-height: none;
	height: 100%;
	width:100%;
	position:relative;
}

#partner .internal-boxsect .bgimage .pointer
{
	background-size: 100% 100%;
	width: 27px;
	height: 35px;
	margin-left: -13.5px;
	margin-top: -35px;
	position:absolute;
	background-image: url('../images/clip.png');
	cursor: help;
	transition: all 0.2s ease-out;
	transform-origin: 50% 100%;
	opacity:0.7;
	z-index:1;
}

@media only screen and (max-width: 800px) {
	#partner .internal-boxsect .bgimage .pointer
	{
		width: 18.9px;
		height: 24.5px;
		margin-left: -9.45px;
		margin-top: -24.5px;
	}
}


@keyframes wakeupped {
    0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);	
    }
    49% {
        -webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(1.5 rotate(-5deg));
		-moz-transform: scale(1.5) rotate(-5deg);
		-ms-transform: scale(1.5) rotate(-5deg);
		-o-transform: scale(1.5) rotate(-5deg);
		transform: scale(1.5) rotate(-5deg);
    }
    52% {
        -webkit-transform: scale(1.5) rotate(0deg);
		-moz-transform: scale(1.5) rotate(0deg);
		-ms-transform: scale(1.5) rotate(0deg);
		-o-transform: scale(1.5) rotate(0deg);
		transform: scale(1.5) rotate(0deg);
    }
    54% {
        -webkit-transform: scale(1.5) rotate(5deg);
		-moz-transform: scale(1.5) rotate(5deg);
		-ms-transform: scale(1.5) rotate(5deg);
		-o-transform: scale(1.5) rotate(5deg);
		transform: scale(1.5) rotate(5deg);
    }
    56% {
        -webkit-transform: scale(1.5) rotate(0deg);
		-moz-transform: scale(1.5) rotate(0deg);
		-ms-transform: scale(1.5) rotate(0deg);
		-o-transform: scale(1.5) rotate(0deg);
		transform: scale(1.5) rotate(0deg);
    }
    58% {
        -webkit-transform: scale(1.5) rotate(-5deg);
		-moz-transform: scale(1.5) rotate(-5deg);
		-ms-transform: scale(1.5) rotate(-5deg);
		-o-transform: scale(1.5) rotate(-5deg);
		transform: scale(1.5) rotate(-5deg);
    }
	60% {
        -webkit-transform: scale(1.5) rotate(0deg);
		-moz-transform: scale(1.5) rotate(0deg);
		-ms-transform: scale(1.5) rotate(0deg);
		-o-transform: scale(1.5) rotate(0deg);
		transform: scale(1.5) rotate(0deg);
    }
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);	
    }

}
#partner .internal-boxsect .bgimage .pointer.wakeupped
{
	-webkit-animation: wakeupped 2s ease-in-out 1;
    -moz-animation: wakeupped 2s ease-in-out 1;
    -o-animation: wakeupped 2s ease-in-out 1;
    -ms-animation: wakeupped 2s ease-in-out 1;
    animation: wakeupped 2s ease-in-out 1;
	transition: none;
}

#partner .internal-boxsect .bgimage .pointer:hover
,#partner .internal-boxsect .bgimage .pointer.active
{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity:1;
	z-index:10;
	animation:none;
}

#partner .internal-boxsect .bgimage .pointer .tip
{
	position: relative;
    margin-top: -27px;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    left: 50%;
    /* border: 1px solid; */
    background-color: rgba(68, 121, 193, 0.78);
    border-radius: 5px;
    color: #fff;
    box-shadow: 3px 3px 11px #000;
	opacity:0;
	display:none;
}

#partner .internal-boxsect .bgimage .pointer:hover .tip
,#partner .internal-boxsect .bgimage .pointer.active .tip
{
	opacity:1;
	display:block;
}



@media only screen and (max-width: 1000px) {
	#clienti .internal-boxsect
	,#partner .internal-boxsect
	{
		width:97vw;
		height:77.6vw;
	}
}

#aspetti_distintivi .internal-boxsect .content li
{
	margin-bottom:12px;
}
.internal-boxsect .content.singlecolumn
{
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

@media only screen and (max-width: 800px) {
	.internal-boxsect .content
	{
		moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

.internal-boxsect .content .paragrafo
{
	text-align: justify;
}

.internal-boxsect  .extlinkimg{
	height: 2em;
}
.internal-boxsect  .favicon{
	height: 1.2em;
	vertical-align: sub;
}

#progetti-innovativi a, #progetti-innovativi a:visited
{
	text-decoration:none;
	color:#428bca;
}

#progetti-innovativi a:hover
{
	text-decoration:underline;
}

.listgraphnone li
{
	list-style-image: none;
    list-style-type: none;
}

.icon
{
	height:2em;
	vertical-align:middle;
}

.icon-small
{
	height:1.2em;
	vertical-align:middle;
}

#offerta-int .linear-content.black
{
	background-color: #313E4E;
	color: #D4D4D4;
}

#offerta-int .linear-content.white
{
	background-color: #fff;
	color: rgb(51, 51, 51);
}

#offerta-int .linear-content h3
{
	margin-left: 30px;
	padding-top: 40px;
	margin-top:0;
	margin-bottom: 0;
}

#offerta-int .linear-content .paragraph.black
{
	background-color: #313E4E;
    color: #D4D4D4;
}

#offerta-int .linear-content h1
, #servizi-int.linear-boxsect h1
{
	margin: 0;				
	padding: 34px 30px 0px 29px;
	font-weight: 500;
}
#servizi-int.linear-boxsect h1
{
	margin-bottom: 30px;
	padding-left: 25px;
}

#servizi-int.linear-boxsect h3 {
	padding-left: 25px;
}

#offerta-int .bg_image
{
	width: 100%;
	height: 37vw;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
}
#offerta-int .linear-content.black a
,#offerta-int .linear-content .paragraph.black a
{
	color: #C5DFFF;
}
#offerta-int .linear-content.black a:hover .text
,#offerta-int .linear-content .paragraph.black a:hover .text
{
	color: #FEFEFE;
	text-decoration:underline;
}

#offerta-int .linear-content.white a:hover .text{
	text-decoration:underline;
}
#offerta-int h3
{
	text-transform: uppercase;
}

#offerta-int .content
{
	padding: 30px;
	-moz-column-count: 1;
	-moz-column-gap: 30px;
	-webkit-column-count: 1;
	-webkit-column-gap: 30px;
}

#offerta-int #servizi-int .content
{
	padding: 30px;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}


@media (max-width: 800px) {
	#offerta-int .content {
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

#offerta-int .content .paragrafo {
	text-align: justify;
}