@font-face {
    font-family: 'QuicksandBold';
    src: url('./common/fontSite/Quicksand-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandLight';
    src: url('./common/fontSite/Quicksand-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandMedium';
    src: url('./common/fontSite/Quicksand-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quicksand';
    src: url('./common/fontSite/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Quicksand';
    /*background: black;*/
}

body * {
    /*transition: all 0.5s;*/
}

h1, h2 {
    font-weight: 300;
    font-size: 44px;
    color: #4b4e5d;
}

.blogtitleSingle{
    font-size: 36px;
}

.blogtitleMain{
    font-size: 24px;
}

h1 {
    font-weight: bold;
    font-size: 44px;
    color: #4b4e5d;
}

/* utilities  */
.no-horizontal-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;

    margin-right: 0 !important;
    margin-left: 0 !important;
}

a:hover {
    text-decoration: none !important;
}

.auto-hr-margin {
    margin-right: auto;
    margin-left: auto;
}

.light-title {
    font-weight: 300;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    /* xs */
    .text-center-xs, .text-center-sm {
        text-align: center !important;
    }

    .padding-top-5-xs {
        padding-top: 5px !important;
    }

    .padding-top-10-xs {
        padding-top: 10px !important;
    }

    .padding-top-15-xs,
    .padding-top-15-s {
        padding-top: 15px !important;
    }

    .padding-bot-15-s,
    .padding-bot-15-xs {
        padding-bottom: 15px !important;
    }

    .padding-bot-20-xs {
        padding-bottom: 20px !important;
    }

    .padding-bot-40-xs {
        padding-bottom: 40px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* s */
    .text-center-sm {
        text-align: center !important;;
    }

    .padding-bot-15-s {
        padding-bottom: 15px !important;
    }

    .padding-top-15-s {
        padding-top: 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* md */

}

@media (min-width: 1200px) {
    /* lg */

}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-bot-20 {
    padding-bottom: 20px
}

.padding-bot-10 {
    padding-bottom: 10px
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

.vertical-centerer-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-responsive-not-block {
    display: inline-block !important;
    width: 100%;
    height: auto;
}

.overflow-hide {
    overflow: hidden;
}

.occupy-all-height {
    padding-bottom: 99999px !important;
    margin-bottom: -99999px !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.input-field-invalid {
    background: #FFCDCD;
}

p {
	font-family: Quicksand ;
	/*font-family: Quicksandlight;*/
    color: #4b4e5d;
    /*font-size: 24px;*/
    line-height: 1.2;
}

/* components */
a.button-action,
button.button-action{
    background-color: #f7941d;
    padding: 8px 20px;
    border-radius: 1px;
    font-size: 20px;
    color: white !important;

    text-align: center;

    display: inline-block;
    border: 1px solid #fff;
    margin-top: 10px;
    width:90%;
}

a.button-action:hover,
button.button-action:hover{
    background: #fa570a;
}

a.button-secondary,
button.button-secondary,
input.button-secondary {
    font-size: 22px;
    color: #f7941d;

    display: inline-block;
    
    padding: 8px 20px;
    border-radius: 1px;
    color: #f7941d;

    text-align: center;

    display: inline-block;
    border: 1px solid #f7941d;
    margin-top: 10px;
    text-decoration:none; 
}

a.button-secondary:hover,
button.button-secondary:hover,
input.button-secondary:hover {
    background: #f7941d;
    color: #fff;
}

a.button-tertiary,
button.button-tertiary,
input.button-tertiary {
    background-color: #0E3039;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 22px;
    color: white !important;

    display: inline-block;
    border: 0 none;
}

a.buttonVideo,
button.buttonVideo,
input.buttonVideo {
    background-color: #f3f2f1;
    /*padding: 8px 20px;*/
    border-radius: 10px;
    font-size: 16px;
    color: black !important;
    text-decoration : none;

    display: inline-block;
    border: 0 none;
}


a.button-tertiary:hover,
button.button-tertiary:hover,
input.button-tertiary {
    background-color: #1c4559;
}

a.button-action         .button-img,
a.button-secondary      .button-img,
a.button-tertiary       .button-img,
a.buttonVideo       .button-img,
button.button-action    .button-img,
button.button-secondary .button-img,
button.button-tertiary  .button-img,
button.buttonVideo  .button-img {
    /*width: 28px;
    margin-left: 8px;
    height: 28px;*/
    width: 25px;
	margin-left: 8px;
	height: 25px;
	margin-top: -5px;
}


.button-img-gal{
	 height: 20px;
	 width: 20px;
}

.languageLink {
	padding-right: 10em;
	background:#ffa500; 
	color:white; 
	text-align: right; 
	font-family:Quicksandbold; 
	font-size: 17px;
	height: 44px;
	padding-top: 0.6em;
}

.testo1{
	padding: 20px; 
	padding-left: 8em; 
	font-size: 30px; 
}

.testo2{
	color:#f7941d;  
	font-family:Quicksandbold;
	font-size: 48px;
}

.testo3{
	color:#fff; 
	font-family:Quicksand; 
	font-size: 20px;
}

.rigabottoniArancio{
	background:#f7941d; 
	color:white; 
	padding:20px;  
	font-family:Quicksandbold; 
	font-size: 18px; 
	font-size: 24px; 
	/*height: 100px;*/
}

/* Navbar */
@media (max-width: 991px) {
	.languageLink {
		padding-right: 5em;
		background:#ffa500; 
		color:white; 
		text-align: right; 
		font-family:Quicksandbold; 
		font-size: 17px;
	}
	
	.testo1{
		padding: 20px; 
		padding-left: 4em; 
		font-size: 20px; 
	}
	
	.testo2{
		color:#f7941d;  
		font-family:Quicksandbold;
		font-size: 36px;
	}
	
	.testo3{
		color:#fff; 
		font-family:Quicksand; 
		font-size: 18px;
	}
	.scrittaModulo {
	    font-family: Quicksandlight;
	    font-size: 15px;
	    z-index: 100;
	    background-color: white;
	    color: #4b4b4b;
	    min-height: 155px;
	    line-height: 1.1;
	}
    /*.navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 8px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 25px;
        border-bottom: 1px solid #1f1f1f;

    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/
}

@media (max-width: 440px) {
	.languageLink {
		padding-right: 2em;
		background:#ffa500; 
		color:white; 
		text-align: right; 
		font-family:Quicksandbold; 
	}
	.testo1{
		padding: 10px; 
		font-size: 16px; 
	}
	.testo2{
		color:#f7941d;  
		font-family:Quicksandbold;
		font-size: 30px;
	}
	.testo3{
		color:#fff; 
		font-family:Quicksand; 
		font-size: 16px;
	}
	.rigabottoniArancio{
		background:#f7941d; 
		color:white; 
		padding:20px;  
		font-family:Quicksandbold; 
		font-size: 18px; 
		font-size: 24px; 
		height: 230px;
	}
	.scrittaModulo {
	    font-family: Quicksandlight;
	    font-size: 15px;
	    z-index: 100;
	    background-color: white;
	    color: #4b4b4b;
	    min-height: 180px;
	    line-height: 1.1;
	}
}

@media (max-width: 200px) {
	.scrittaModulo {
    font-family: Quicksandlight;
    font-size: 15px;
    z-index: 100;
    background-color: white;
    color: #4b4b4b;
    min-height: 300px;
    line-height: 1.1;
}
	
}


.navbar {
    margin-bottom: 0;
}

.navbar * {
    transition: all 0.25s;
}

.navbar .navbar-toggle {
    margin-top: 15px;
}

.navbar a {
	font-family: 'Quicksand';
    color: #a3a0a0 !important;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar a,
.navbar .dropdown-menu > li > a {
    font-weight: 700;
}

.navbar a:hover {
    color: #fb5109 !important;
}

.navbar .dropdown-menu {
    background: black;
}

.nav .open > a {
    color: #ef3912 !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    border-color: #1f1f1f;
}

.navbar-default .dropdown.open > ul > li > a {
    line-height: 30px;
    border-bottom: 1px solid #1f1f1f;
}

.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
    background: #1f1f1f;

}

.navbar-brand img {
    /*height: 40px;*/
    width: 169px;

    opacity: 1;
}

.navbar-default .navbar-nav > li > a {
    line-height: 40px;
}

.navbar-default .caret {
    margin-left: 5px;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    border-style: none none solid none;

    padding-top: 0;
    padding-bottom: 0;

    border-bottom: 8px solid #1e1e1e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-top: -5px;
}

.navbar-brand:hover img {
    /*opacity: 0.5;*/
}

.navbar-default {
    background: #0f0f0f;
    border: 0 none;

    top: 0px;
    z-index: 99;
    width: 100%;
    height: 10%;

}

.navbar-brand {
    height: inherit;
}

.navbar-default .navbar-collapse {
    border: 2px #1f1f1f;
}

.navbar .menu-home {
    line-height: 36px !important;
    opacity: 0.7;
}

.navbar .menu-home:hover {
    opacity: 1;
}

/* Main carousel home */
.left-message h2 {
	font-family: Quicksand;
    font-weight: 700;
    color: #4b4e5d;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 5px;
}

.left-message p {
	font-family: Quicksand ;
	/*font-family: Quicksandlight;*/
    color: #4b4e5d;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .left-message {
        height: 200px;
    }
}

@media (min-width: 768px) {
    /* >xs */
    .left-message {
        position: absolute;
        top: 40px;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        padding: 0 60px 16px 160px;
        width: 630px;
        margin-bottom: 5px;

        /*text-shadow: 0 0 3px #000;*/
    }

    .left-message h2 {
        font-weight: 700;
        color: #4b4e5d;
        font-size: 34px;
        line-height: 1;
    }

    .left-message p {
        color: #4b4e5d;
        font-size: 24px;
        font-weight: 300;
        margin-top: 5px;
        font-family: Quicksand ;
		/*font-family: Quicksandlight;*/
    }

    .main-carousel-cta {
        position: absolute;
        bottom: 75px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .main-carousel-cta {
        position: static;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .main-carousel-cta .button-secondary {
        border: 2px solid white;
    }
}

/* homepage modules */
.homepage-modules {
    /*background: #000000; celli */
    width: 100%;
}

.homepage-modules .module-name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.homepage-modules .module {
    padding-top: 12px;
    padding-bottom: 12px;
    /*border: 1px solid #f3f1f2;*/
}

.homepage-modules .module:first-child {
    /*border-left: 1px solid #f3f1f2;*/
}

.homepage-modules .module:hover {
    /*background: #181818; celli*/
}

.homepage-modules .module-next {
    width: 30px;
    height: 30px;
    opacity: 0.4;
}

@media (max-width: 991px) {
    /* s */
    .homepage-modules .module-next {
        margin-top: 8px
    }
}

.homepage-modules .module:hover .module-next {
    opacity: 1;
}

/* Fixing the borders' mess */
@media (max-width: 767px) {
    .homepage-modules {

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modules-container-outer {
        /*border: 1px solid #2b2c27;*/
    }

    .homepage-modules .module:nth-child(-n+2) {
        border-top: none;
    }

    .homepage-modules .module:nth-child(n+3) {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .modules-container-outer {
        /*border: 1px solid #2b2c27;*/
        margin-bottom: 25px;
    }

    .homepage-modules .module {
        border-top: none;
        border-bottom: none;
        border-right: 2px solid #f5f3f4;
    }

    .homepage-modules .module:first-child {
        /*border-left: 2px solid #2b2c27;*/
    }

    .homepage-modules .module:last-child {
        /*border-right: 2px solid #2b2c27;*/
    }
}


.module-description {
    color: #626162 !important;
    padding-top: 10px;
    font-size: 15px;
}

.module-commercial {
	font-family: 'Quicksand';
    color: #35a8e0;
    font-size: 18px;
}

.prezzi-module-commercial {
    color: #35a8e0;
    border-bottom: 3px solid #35a8e0; 
}

.prezzi-module-design{
	color: #fb5109;
    border-bottom: 3px solid #fb5109;
}

.module-design {
	font-family: 'Quicksand';
    color: #fb5109;
    font-size: 18px;
}

.prezzi-module-production{
	color: #8cc133;
    border-bottom: 3px solid #8cc133;
}

.module-production {
	font-family: 'Quicksand';
    color: #8cc133;
    font-size: 18px;
}

.prezzi-module-planning{
	color: #626162;
    border-bottom: 3px solid #626162;
}

.module-planning {
	font-family: 'Quicksand';
    color: #626162;
    font-size: 18px;
}

.prezzi-module-service{
	color: #747474;
    border-bottom: 3px solid #747474;
}

.prezzi-module-licenze{
	color: #1CBBB4;
    border-bottom: 3px solid #1CBBB4;
}

.module-planning-dark {
    color: #747474;
}

.module-videoconference {
    color: #00A19A;
}

/* archimede 10 characteristics */
.archimede-10-container-outer {
    /*background: #0e303a url('common/immagini/lines.svg') center center no-repeat;*/
    background: #f5f3f4;
    color: #0e303a;

    padding-top: 50px;
    /*padding-bottom: 50px*/
}

.archimede-10-icon {
    width: 90px;
    height: 90px;

    transition-duration: 0.5s;
}

.archimede-10-icon.easy:hover {
    transform: rotateZ(45deg);
}

.archimede-10-icon.versatile:hover {
    transform: rotateZ(90deg);
}

.archimede-10-icon.modular:hover {
    transform: rotateZ(180deg);
}

.archimede-10-container-outer h2{
	font-size: 28px;
}

.archimede-10-container-outer p{
	font-family: Quicksand ;
	/*font-family: Quicksandlight;*/
	font-size: 18px;
}

/* Partners carousel */
.partners-carousel-outer {
    /*background: white; */
    background: #27282d;
    color: white;
}

.partners-carousel-outer h2{
	color: white;
	font-size: 30px;
	margin: 0px;
	font-weight: 100;
}

.partners-carousel-outer p{
	color: white;
	font-size: 24px;
	margin: 0px;
}

#clients-carousel {
    height: 150px
}

@media (max-width: 991px) {

    #clients-carousel {
        height: 150px;
    }

}

#clients-carousel .carousel-control {
    opacity: 0.6;
}

#clients-carousel .carousel-control:hover {
    opacity: 1;
}

#clients-carousel .carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.01) 100%)
}

#clients-carousel .carousel-control.right {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.01) 100%)
}

#clients-carousel .carousel-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

@media (max-width: 767px) {
    #clients-carousel .carousel-inner {
        top: 0;
    }
}

#clients-carousel .carousel-inner .item {
    padding-left: 12%;
    padding-right: 12%;
}

#clients-carousel .carousel-control {
    width: 10%;

    vertical-align: middle;
    line-height: 150px;
}

/* Why archimede is the best solution */
.why-archimede-is-best-solution {
    background: white;
    color: #fb5109;
    padding-bottom: 80px;
    padding-top: 30px;
}

.why-archimede-is-best-solution h2 {
    padding-bottom: 25px;
    color: #4b4e5d;
    font-size: 30px;
}




.why-archimede-is-best-solution .read-reason-block {
    margin-bottom: 10px;
}

/* FLIPPER */

.flip-container {
    perspective: 1000px;
    cursor: pointer;
    transform-style: preserve-3d;
}




.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.flip-container:hover .back,
.flip-container.hover .back
{
    width: 300px;
    margin-left: 0;
    z-index: 420;
    left: -52px;
}


.flip-container, .front, .noback {
    width: 100%;
    height: 150px;
}

.flip-containerSafari,  .frontSafari, .backSafari{
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.backSafari{
    opacity: 0;
    background-color: white;
    color: #fb5109;
    text-align: center;
    padding: 20px;
    position: absolute;
    width:300px;
    left: -52px;
}

.frontSafari{
    position: absolute;
}

.flip-containerSafari:hover .frontSafari{
    opacity: 0;
}

.flip-containerSafari:hover .backSafari{
    opacity: 1;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}


.front, .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    transform-style: preserve-3d;
    top: 0;
    left: 0;
}


.front {
    z-index: 2;
    // for firefox 31
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.nofront img {
    margin-bottom: 15px;
    width: 80px;
}



.back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* archimede-screens */
.archimede-screens {
    background: #3e3e3e;

    padding-top: 40px;
    padding-bottom: 18px;

    color: white;
}

.archimede-screens .carousel-control {
    opacity: 1;
}

.archimede-screens .carousel-control img {
    opacity: 0.6;
}

.archimede-screens .carousel-control:hover img {
    opacity: 1;
}

.archimede-screens .carousel-control.left {
    background-image: linear-gradient(to right, #f3f3f3 0, rgba(255, 255, 255, 0) 100%)
}

.archimede-screens .carousel-control.right {
    background-image: linear-gradient(to left, #f3f3f3 0, rgba(255, 255, 255, 0) 100%)
}

.archimede-screens .carousel-inner .item {
    padding-left: 12%;
    padding-right: 12%;
}

.screenshots-call-to-action {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .archimede-screens .carousel-inner .screens-first-column img {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
   /* .copyrightfooter2 {
        display: block;
    }
    .copyrightfooter1 {
        display: none;
    }*/
}

@media (min-width: 768px) {
    /*.copyrightfooter1 {
        display: block;
    }
    .copyrightfooter2 {
        display: none;
    }*/
}


.contact-us {
    font-size: 30px;
    font-weight: 300;
}

.contact-us a:link, .contact-us a:visited, .contact-us a:hover {
    /*color: white;*/
    color: #646464;
    text-decoration: underline !important;
}

.privacy-link a:link, .contact-us a:visited, .contact-us a:hover {
    /*color: #646464;*/
    color: #3e3e3e;
    float:left;
    padding-top: 20px;
}

/* Facebook floating logo */
.facebook-floater {
    /*position: absolute;*/
    position: fixed;
    right: 0;

    top: 100px;
    z-index: 10;
    width: 50px;
    height: 215px;


    overflow: hidden;
    z-index: 100;
    transition: 1s;
}

.facebook-floater .fb-widget-container {
    background: #333;
    position: absolute;
    left: 60px;
    top: 0;

    width: 300px;
}

.facebook-floater.open {
    width: 400px;
    transition: 1s;
}


.facebook-floater.open > img {
    transition: 1s;
    transform: rotateZ(-360deg);
}

.facebook-floater > img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    cursor: pointer;
}

.name-floater {
    /*position: absolute;*/
    position: fixed;
    right: 0;

    top: 150px;
    z-index: 10;
    width: 50px;
    height: 215px;


    overflow: hidden;
    z-index: 100;
    transition: all 2s;
}




.name-floater .name-container {
    background: #0f0f14;
    position: absolute;
    left: 60px;
    top: 0;
    padding: 20px;
    width: 750px;
    transition: all 2s;
}


.name-floater.open {
    width: 850px;
    transition: all 2s;
}


.name-floater.open > img {
    transition: all 2s;
    transform: rotateZ(-360deg);

}

.name-floater > img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    cursor: pointer;
    transition: all 2s;
}

#archimede-image-popup .image-container {
    text-align: center;
}

#archimede-image-popup .image-container img {
    max-width: 100%;
}

.archimede-video-container {
    position: relative;
    padding-bottom: 52.83%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.archimede-video-container iframe,
.archimede-video-container object,
.archimede-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-reference-person {
    font-size: 18px;
}

.reference-logo-small {
    max-height: 100px;
    max-width: 100px;
}

.reference-text-cell {
    height: 100px;
    line-height: 100px;
}

.reference-text-container {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.reference-text-container a {
    color: #fb5109;
}

#homepage-video {
    cursor: pointer;

}

#homepage-video-hover {
   /* cursor: pointer;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)*/
    background: url("../common/immagini/screen-video-hover.png") no-repeat;
}

#homepage-video:hover{
    /*opacity:0;*/
    transition: .5s ease;
    content: url('../common/immagini/screen-video-hover.png');
}

#homepage-video-hover:hover{
    opacity:1;
}


#player-container{
    position: fixed;
    top: 28%;
    left:25%;

    z-index: 100;
   /* height: 450px;
    width: 900px;*/
    max-width: 100%;
    max-height: 100%;
    visibility: hidden;
    text-align: center;
}

#archimede-video-popup .modal-header {
    padding: 10px 15px 10px;
    border-bottom: none;
}

#archimede-video-popup .modal-body {
    padding: 0 15px 15px;
}

/* Other pages defaults */
.main-body {
    background: #FFFFFF;
    font-size: 16px;
}

.main-body a,
.main-body a:visited,
.main-body a:focus {
    color: #fb5109;
}

.main-body a:hover {
    color: #ff793c;
}

.main-body .dropdown-menu a {
    color: #333;
}

.main-body > .container-fluid {
    padding: 0;
}

.main-body .container-fluid h1 {
    padding-left: 30px;
}

.main-body .feature-row-background:nth-child(2n+1) {
    background: #f3f1f2;
}

.feature-row-background h3{
	font-size: 32px;
}

.feature-row-background p{
	font-size: 18px;
}

.main-body h1 {
    /*padding-top: 48px;
    padding-bottom: 20px;
    font-size: 48px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-body h2 {
    padding-top: 28px;
}

.main-body h1,
.offer-references-buttons-container > .row,
.feature-row {
    max-width: 1170px;
    margin: 0 auto;
}

.feature-row {
    padding: 50px 10px;
}

@media (min-width: 992px) {
    .feature-row > div:nth-child(2){
        /*padding-left: 40px;*/
    }
}

.news-row {
    margin: 0 auto;
    padding: 50px 10px;
}

@media (min-width: 992px) {
    .news-row > div:nth-child(2){
        padding-left: 40px;
    }
}

.offer-references-buttons-container {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #f3f2f1;
}

.join-professionals {
    padding-top: 42px;
    font-size: 24px;
}

@media (min-width: 992px) {
    .join-professionals {
        line-height: 48px;
    }
}

/* Contact */
.terms-accept-small {
    font-size: 12px;
}

#contact-us-message {
    height: 250px;
}

#contact-us-choose-reseller-form {
    background: #f3f1f2;
    padding: 15px;
}

#contact-us-right-column .dropdown-menu>.active>a,
#contact-us-right-column .dropdown-menu>.active>a:focus,
#contact-us-right-column .dropdown-menu>.active>a:hover {
    background: #FFF;
    color: #333;
}

.change-language-menu {
    width: 30px;
    margin-right: 12px;
}

.contact-us-form label {
    font-weight: 400;
}

.contact-us-grayed {
    background: #F3F1F2;
    padding: 18px 30px;
}

/* News */
.news-socials-container {
    padding-bottom: 50px;
}

.news-date {
    color: white;
    font-size: 24px;
    height: 48px;
    width: 180px;
    float: left;
    line-height: 48px;
    padding: 0px;
}

.news-title {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    width: auto;
    text-indent: 24px;
    text-align: left;
    padding-left: 10%;
}

.news-year {
    padding-left: 5px;
}

.news-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.news-image {
    display: inline-block;
    padding-left: 0px;
    width: 33%;
}
.tableVert{
    display: none;
    opacity: 0;
}


@media (max-width: 900px) {
    .news-date{
        padding-left: 3%;
    }

    .tableVert{
        /*visibility: visible;*/
        display: inherit;
        opacity: 1;
    }
    .tableOrizz{
        /*visibility: collapse;*/
        display: none;
        opacity: 0;
    }
    .image-news{

    }
}

.news-imagevideo {
    display: inline-block;
    padding-left: 0px;
    width: 33%;
}

.news-image:nth-of-type(2) {
    padding-top: 0px;
    padding-left: 4px;
}
.news-image:nth-of-type(3) {
    padding-top: 0px;
    padding-left: 4px;
}

@media (max-width: 640px) {
    .news-image {
        width: 100%;
    }
    .news-image:nth-of-type(2) {
        padding-top: 4px;
        padding-left: 0px;
    }
    .news-image:nth-of-type(3) {
        padding-top: 4px;
        padding-left: 0px;
    }
    .news-title {
        display: inline-block;
        width: 640px;
        text-indent: 0px;
        padding-left: 0px;
    }
    .news-imagevideo {
        width: 100%;
    }
    .news-date{
        width: 230px;
        padding-left: 8.5%;
    }

}


.news-image-thumb {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* References */
.reference-image {
    width: 130px;
}

.references-read-or-watch-video {
    font-size: 20px;
    padding-bottom: 35px;
}

.references-read-or-watch-video .button-action {
    margin-left: 30px;
}

.big {
    font-size: 30px !important;
}

.change-language-floater {
    width: 120px;
    height: 120px;
    background: rgb(224, 72, 7);
    color: white;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 10px;
    z-index: 10;
    margin-top: 40px;
    cursor: pointer;
}

.language-floater-content {
    padding-top: 20px;
}

.language-flag {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .change-language-floater {
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        margin-top: 0;
    }

    .language-floater-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .language-floater-english-container {
        display: inline;
    }

    .language-flag {
        padding-top: 0;
        padding-left: 10px;
    }
}

.references-english {
    padding-top: 20px;
}

.references-english {
    display: none;
}

.references-image {
    cursor: pointer;
    margin: 10px;
    border: 2px solid #555555;
}

#read-in-original {
    display: none;
}

.language-float {
    float: right;
}

.reference-row-person {
    padding-left: 40px;
}

/* Videos */
.videos-container {
    padding-bottom: 50px;
    max-width: 600px
}

.videos-table, 
.prezzi-table {
    width: 100%;
    border-spacing: 3px;
    border-collapse: separate;
}

.videos-table td {
    padding: 3px 10px;
    font-weight: 700;
}

@media (max-width: 991px) { /* s */
    .videos-table td {
        padding: 8px 15px;
    }
}

.video-title {
    background: #F5F3F4;
}

.prezzi-title {
    background: #f3f1f2;
}

.video-duration {
    background: #919191;
    color: white;
    text-align: center;
    width: 50px;
}

.prezzi-cost{
	background: #f3f1f2;
	width: 100px;
	text-align: right;
}

.video-title, .video-duration {
    cursor: pointer;
}

.video-category {
    font-size: 28px;
    font-weight: 300;

    padding-top: 30px;
    padding-bottom: 10px;
    
    text-transform: uppercase;
}

.want-more-section {
    color: white;
    background: #fb5109;

    text-align: center;
    padding: 15px 15px 30px;
}

.want-more-section h2 {
    color: white;
    font-weight: 300;
    font-size: 36px;
}

.want-more-section .subtitle {
    font-size: 22px
}

.video-form-container {
    max-width: 400px;
    margin: 0 auto;
}

.video-form-container .form-group {
    text-align: left;
}

/* Services */
.services-video {
    max-width: 100%;
}


/* Book */
.book-header-description {
    font-weight: bold;
    font-size: 22px;
}

.book-header-description ~.book-header-description {
    padding-bottom: 20px;
}

/* Pinokkio */
#pinokkio-carousel .item {
    padding-left: 170px;
    padding-right: 170px;
    text-align: center;
}

#pinokkio-carousel .carousel-control {
    opacity: 1;
}

#pinokkio-carousel .carousel-control.right {
    background-image:
        linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,1) 100%)
}

#pinokkio-carousel .carousel-control.left {
    background-image:
        linear-gradient(to left,rgba(255,255,255,.0001) 0,rgba(255,255,255,1) 100%)
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* md */
    #pinokkio-carousel .item {
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    /* xs */
    .carousel-control.right,
    .carousel-control.left {
        width: 40px;
    }

    #pinokkio-carousel .item {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* s */
    .carousel-control.right,
    .carousel-control.left {
        width: 50px;
    }

    #pinokkio-carousel .item {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
}

/* Footer */
footer {
    padding: 30px 30px;
	z-index:auto;
    font-size: 16px;
    /*background: #0f0f0f;*/
}

#cookieChoiceInfo {
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    font-size: 18px;
    line-height:1.5em;
    padding: 10px 20px;
}

#cookieChoiceInfo a {
    color: #E85E24;
}

#cookieChoiceDismiss {
    float:right;
    background-color:#E85E24;
    padding:2px 10px;
    color: white !important;
    border-radius:4px;
    font-weight:500;
    text-decoration:none;
}

#CoockieTable td {
	padding: 5px;
	text-align: center;
}

/* The Modal (background) */



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    /*width: 80%;*/
    max-width:95%;
    align-content: center;
    text-align: center;
}

.scrittaModulo{
	/*font-family: Quicksandlight;*/
	font-size: 15px;
    z-index: 100;
    /*position: absolute;*/
    background-color: white;
    color: #4b4b4b;
    min-height: 100px;
    line-height: 1.1;
}

.titoloModulo{
	/*font-family: Quicksandbold;*/
	font-size: 19px;
    z-index: 100;
    /*position: absolute;*/
    background-color: white;
    color: #f26522;
    height: 60px;
	display:block;
	width: 100%;
}

.btnnero{
	background-color: #4b4b4b;
	color: white;
	width: 180px;
	padding: 10px;
	border-radius: 12px;
	margin-left: 30px;
}

.btnarancio{
	background-color: #f26522;
	color: white;
	width: 180px;
	padding: 10px;
	border-radius: 12px;
	margin-left: 30px;
	
}

#immagineModal{
    min-width: 65vw;
    max-width: 100%;
    margin:auto;
}

@media (max-width: 640px){
    /* Modal Content/Box */
    .modal-content {
        background-color: rgba(0,0,0,0);
        border: 0px;
        padding: 0;
        margin: 0px;
        margin-top: 10vh;
        width: 96vw;
        max-width: 96vw;
        box-shadow: 0px 0px 0px 0px;
    }
    #immagineModal{
        width: 96vw;
        max-width: 96vw;
        margin:auto;

    }
    .close{
        padding-right: 3%;
        padding-bottom: 3%;
        padding-top: 1%;
        color: white;
        font-size: 50px;
    }
}
@media screen and (max-width: 640px){
    /* Modal Content/Box */
    .modal-content {
        background-color: rgba(0,0,0,0);
        border: 0px;
        padding: 0;
        margin: 0px;
        margin-top: 10vh;
        width: 96vw;
        max-width: 96vw;
        box-shadow: 0px 0px 0px 0px;
    }
    #immagineModal{
        width: 96vw;
        max-width: 96vw;
        margin:auto;

    }
    .close{
        padding-right: 3%;
        padding-bottom: 3%;
        padding-top: 1%;
        color: white;
        font-size: 50px;
    }
    story{
    	max-width: 15em;
    }
}

story{
    	max-width: 25em;
    }

.prezzi-container{
	padding-right: 15vw;
padding-left: 15vw;
}

.social-img img{
	opacity: 0.5;
}
.social-img img:hover{
	opacity: 1;
}



.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-left: 0.2em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  /*font-family: Helvetica Neue,Helvetica,Arial,sans-serif*/
}

.resp-sharing-button__icon svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}


