/* Colors */
/* Imports */
html {
  height: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  color: #333; }

a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

hr {
  width: 50%;
  border-top-color: #EAEAEA; }

button {
  outline: none;
  border: none; }

*:focus {
  outline: none; }

.section {
  padding: 60px 0; }

.top-stripe {
  padding: 30px 0;
  background-color: #ff9d41;
  margin-bottom: 50px; }

/* Modal popup */
.modal {
  padding-top: 50px; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 30px; }
    .modal .modal-dialog .modal-content .modal-body .close {
      position: absolute;
      right: 20px;
      top: 20px; }
      .modal .modal-dialog .modal-content .modal-body .close img {
        width: 25px; }
    .modal .modal-dialog .modal-content .modal-body .main-img {
      margin-top: 40px; }

body.modal-open {
  overflow: auto;
  padding: 0 !important; }
  body.modal-open.modal ::-webkit-scrollbar {
    display: none; }

/* Buttons */
.btn-main {
  background-color: transparent;
  border: 1px solid #FFF;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s; }
  .btn-main.black {
    border: 1px solid #333;
    color: #333; }
    .btn-main.black:hover {
      box-shadow: inset 400px 0 0 0 #333;
      color: #FFF; }
  .btn-main.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .btn-main:hover {
    box-shadow: inset 200px 0 0 0 #FFF;
    color: #333; }

.btn-orange {
  background-color: #ff9d41;
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  box-shadow: inset 0 0 0 0 #333;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s; }
  .btn-orange:hover {
    box-shadow: inset 200px 0 0 0 #333; }

/* Logo */
#logo img {
  width: 70px; }
#logo .text {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  color: #061a37;
  margin-left: 10px; }
  #logo .text .logotype {
    font-weight: 300;
    font-size: 35px;
    color: rgba(255, 255, 255, 0.8); }

.logo img {
  width: 40px; }
.logo .text {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  color: #FFF; }
  .logo .text .logotype {
    font-size: 18px; }
  .logo .text .site-section {
    display: block;
    font-weight: 200;
    font-size: 12px;
    margin-top: -4px; }

/* Titles */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  margin: 0;
  font-weight: 500;
  margin-bottom: 20px; }

.big-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 50px;
  color: #FFF;
  opacity: .8; }
  .big-title.black {
    color: #333; }
  .big-title.orange {
    color: #ff9d41; }

.h1 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 40px; }
  .h1 .underline {
    width: 60px;
    height: 2px;
    background-color: #ff9d41;
    display: block;
    margin-top: 7px; }
    .h1 .underline.white {
      background-color: #FFF; }
  .h1.sm {
    font-size: 14px;
    margin-bottom: 10px; }
  .h1.white {
    color: #FFF; }
    .h1.white .underline {
      width: 40px;
      background-color: #FFF; }

.h2 {
  font-size: 24px;
  font-weight: 300; }
  .h2.orange {
    color: #ff9d41; }
  .h2.white {
    color: #FFF; }

.h3 {
  font-size: 16px; }
  .h3.upper {
    text-transform: uppercase; }
  .h3.thin {
    font-weight: 400; }
  .h3.thinner {
    font-weight: 300; }
  .h3.centered {
    text-align: center; }

/* svg icons */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?wgcqyi");
  src: url("../fonts/icomoon.eot?wgcqyi#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wgcqyi") format("truetype"), url("../fonts/icomoon.woff?wgcqyi") format("woff"), url("../fonts/icomoon.svg?wgcqyi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hosting:before {
  content: "\e900"; }

.icon-email:before {
  content: "\e901"; }

.icon-mailing:before {
  content: "\e902"; }

.icon-server:before {
  content: "\e903"; }

.icon-database:before {
  content: "\e904"; }

.icon-line-chart:before {
  content: "\e905"; }

/* main content */
.main-content {
  margin: 50px 0; }
  .main-content .section {
    text-align: center; }
    .main-content .section .big-title {
      margin-bottom: 30px; }
    .main-content .section .h2 {
      margin-bottom: 40px; }
    .main-content .section .servizi {
      margin-top: -20px; }
      .main-content .section .servizi > a {
        display: inline-block;
        background: #f9f9f9;
        transition: background-color 300ms;
        padding: 10px;
        margin-bottom: 4px;
        width: 170px; }
        .main-content .section .servizi > a [class^="icon-"], .main-content .section .servizi > a [class*=" icon-"] {
          font-size: 35px;
          color: #061A37;
          display: block;
          margin-bottom: 5px; }
        .main-content .section .servizi > a:hover {
          background-color: #061A37;
          transition: background-color 300ms;
          color: #FFF; }
          .main-content .section .servizi > a:hover [class^="icon-"], .main-content .section .servizi > a:hover [class*=" icon-"] {
            color: #FFF; }
    .main-content .section.first h3 span {
      font-weight: 400; }

#logo {
  text-align: center; }

/* Footer */
footer {
  background-color: #061A37;
  padding-bottom: 30px !important; }
  footer .top-block {
    color: #FFF; }
    footer .top-block .details .logo {
      width: 200px;
      margin-bottom: 10px; }
    footer .top-block .details ul {
      margin-left: 10px; }
      footer .top-block .details ul li {
        font-weight: 100;
        margin-bottom: 4px; }
        footer .top-block .details ul li img {
          width: 15px;
          margin-right: 10px; }
        footer .top-block .details ul li a:hover {
          opacity: .7; }
    footer .top-block .sitemap ul li {
      margin-bottom: 2px; }
      footer .top-block .sitemap ul li a {
        font-weight: 100; }
        footer .top-block .sitemap ul li a:hover {
          opacity: .7; }
    footer .top-block .cw-sezioni ul li {
      margin-bottom: 2px; }
      footer .top-block .cw-sezioni ul li .sezione span {
        font-weight: 400;
        font-size: 12px;
        margin-right: 10px; }
      footer .top-block .cw-sezioni ul li .sezione a {
        font-weight: 100;
        transition: 200ms opacity; }
        footer .top-block .cw-sezioni ul li .sezione a:hover {
          opacity: .7;
          transition: 200ms opacity; }
  footer hr {
    width: 40%;
    border-top-color: #152946;
    margin: 50px auto 30px auto; }
  footer .socials {
    margin-top: 60px; }
    footer .socials .social {
      text-align: center;
      width: 60px;
      height: 60px;
      transition: all 700ms;
      padding: 10px;
      border-radius: 50%;
      display: inline-block;
      line-height: 40px; }
      footer .socials .social + .social {
        margin-left: 30px; }
      footer .socials .social img {
        width: 30px; }
      footer .socials .social.fb {
        background-color: #3B5998; }
      footer .socials .social.gplus {
        background-color: #DB4437; }
      footer .socials .social.linkedin {
        background-color: #0077B5; }
      footer .socials .social:hover {
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -webkit-transform: rotate(360deg);
        /* Chrome, Safari, Opera */
        transform: rotate(360deg);
        transition: all 700ms; }
  footer .credits {
    color: #465161;
    text-align: center;
    font-size: 12px; }

.content-page {
  padding-top: 60px; }
  .content-page .section .buttons-block {
    margin-top: 30px; }
    .content-page .section .buttons-block button {
      margin-right: 15px; }

@media (min-width: 992px) and (max-width: 1200px) {
  /* Footer */
  footer .socials {
    text-align: center; } }
@media (max-width: 1200px) {
  /* Services grid */
  .services-grid .service {
    width: auto; }
    .services-grid .service.second-row {
      float: none; }

  /* contacts */
  #contacts .contatti .form-block {
    bottom: -300px; }

  /* Footer */
  footer .socials {
    margin-top: 40px; }
  footer hr {
    margin-top: 30px; } }
@media (max-width: 991px) {
  /* Top section */
  .top-section {
    height: 500px; }
    .top-section .slogan {
      font-size: 24px;
      width: 320px;
      padding: 0 15px; }
    .top-section #carousel-top .carousel-inner .item .caption-block {
      position: static;
      transform: translateY(-150%); }
      .top-section #carousel-top .carousel-inner .item .caption-block .big-title {
        margin-bottom: 20px;
        font-size: 40px; }
      .top-section #carousel-top .carousel-inner .item .caption-block .caption-tile {
        padding: 10px 0; }
        .top-section #carousel-top .carousel-inner .item .caption-block .caption-tile .h2 {
          margin-bottom: 0;
          text-align: center; }
      .top-section #carousel-top .carousel-inner .item .caption-block .btn-main {
        display: none; }
        .top-section #carousel-top .carousel-inner .item .caption-block .btn-main.visible-small {
          display: block;
          margin: 20px auto auto; }
      .top-section #carousel-top .carousel-inner .item .caption-block p {
        display: none; }

  /* Web section */
  .portfolio .carousel .carousel-inner .item img {
    width: 100%; }
  .portfolio .carousel .carousel-inner .item .carousel-caption {
    width: 100%;
    margin-top: 0;
    padding: 0 80px;
    border: none; }
  .portfolio .carousel-indicators {
    bottom: -40px; }

  /* Modal popup */
  .modal .modal-dialog .modal-content .modal-body {
    padding-top: 50px; }

  /* contacts */
  #contacts .contatti .form-block {
    width: 480px; }

  /* Footer */
  footer .top-block .sitemap {
    margin-top: 40px;
    padding-left: 10px; }
  footer .top-block .socials {
    margin-top: 60px; }

  footer .top-block .cw-sezioni {
    margin-top: 40px; } }
@media (max-width: 767px) {
  /* Header */
  header {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; }
    header .nav-toggle {
      background: rgba(255, 255, 255, 0.2);
      width: 35px;
      border: 1px solid #FFF;
      margin-top: 4px;
      float: right;
      padding: 6px 0;
      display: inherit; }
      header .nav-toggle .icon-bar {
        width: 17px;
        height: 2px;
        background-color: #FFF;
        display: block;
        margin: 0 auto; }
        header .nav-toggle .icon-bar + .icon-bar {
          margin-top: 4px; }
    header nav {
      float: none;
      clear: both;
      margin-top: 50px;
      display: none; }
      header nav ul li {
        float: none;
        margin-left: 0; }
        header nav ul li .dropdown {
          display: block;
          position: relative;
          text-align: left;
          top: 0;
          margin-left: 10px; }
        header nav ul li .underline {
          display: none; }

  /* Web section */
  #web_section .specs-block .spec .icon {
    width: 30px; }

  /* Services grid */
  .services-grid .service {
    max-width: 380px;
    margin: 0 auto 30px auto; }

  /* About us */
  #about .team .team-person .details .caption {
    max-width: 400px;
    margin: 0 auto; }

  /* Carousel */
  .carousel .carousel-inner .item .slide-img {
    height: 300px; }
  .carousel .carousel-inner .carousel-caption {
    display: none; }

  /* Form */
  form .input-wrap {
    width: 100%; }

  /* contacts */
  #contacts .contatti {
    padding-bottom: 30px; }
    #contacts .contatti .form-block {
      position: static;
      width: 100%;
      margin: 0 auto;
      margin-top: 50px;
      margin-bottom: 0px; }

  /* Footer */
  footer .top-block .cw-sezioni {
    margin-top: 40px;
    padding-left: 10px; }
  footer .top-block .socials {
    text-align: center; } }
@media (max-width: 500px) {
  /* top section */
  .top-section .carousel .carousel-indicators {
    display: none; }

  /* Web section */
  .portfolio .carousel .carousel-control {
    display: none; }
  .portfolio .carousel .carousel-inner .item img {
    padding: 0; }
  .portfolio .carousel .carousel-inner .item .carousel-caption {
    padding: 0; }

  /* About us */
  #about .numbers-block .block .number {
    font-size: 40px; } }
@media (min-width: 768px) {
  /* Header */
  header.bg .dropdown {
    position: fixed;
    top: 56px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 10px 10%; }
    header.bg .dropdown li {
      display: inline-block;
      margin-left: 30px; } }
@media (min-width: 1200px) {
  /* Modal popup */
  .modal .modal-dialog {
    width: 50%; } }

/*# sourceMappingURL=main.css.map */
