/**************************************
                GENERAL
*************************************/
/* line 4, D:/wamp/www/ALFRESCO/Files/css/big.scss */
#main-cont-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px; }

/* line 10, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.push-footer {
  height: 50px;
  clear: both; }

/* line 14, D:/wamp/www/ALFRESCO/Files/css/big.scss */
#footer {
  clear: both; }

/**************************************
                HEADER
*************************************/
/****** FONTS *******/
/* line 24, D:/wamp/www/ALFRESCO/Files/css/big.scss */
#header {
  float: left;
  width: 100%;
  background-color: #083747;
  height: 170px; }

/* line 30, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.header-home {
  position: absolute !important;
  top: 0px;
  left: 0px;
  z-index: 99999; }
  /* line 35, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .header-home .inner-header .call-box {
    position: absolute;
    right: 370px;
    top: 0px; }

/* line 41, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-header {
  margin: 0px auto;
  max-width: 1200px;
  padding: 0px;
  width: 100%;
  height: 130px; }
  /* line 47, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-header .logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 97px;
    width: 235px;
    display: block;
    position: absolute;
    top: 15px;
    padding: 0px 20px 0px 0px; }
  /* line 57, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-header .call-box {
    background-color: #032c3a;
    float: right;
    height: 130px;
    margin: 0px 20px 0px 0px;
    padding: 0;
    -ms-transform: skew(-5deg, 0deg);
    /* IE 9 */
    -webkit-transform: skew(-5deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(-5deg, 0deg);
    width: 380px;
    position: relative; }
    /* line 70, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-header .call-box > div {
      border-color: #083747;
      border-style: solid;
      margin: 0;
      padding: 10px 25px;
      position: absolute;
      -ms-transform: skew(5deg, 0deg);
      /* IE 9 */
      -webkit-transform: skew(5deg, 0deg);
      /* Chrome, Safari, Opera */
      transform: skew(5deg, 0deg);
      width: 100%; }
      /* line 82, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-header .call-box > div:first-child {
        border-top-width: 3px;
        left: 0;
        top: 18px; }
      /* line 87, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-header .call-box > div > a {
        color: #ffffff;
        float: left;
        font: 100% 'nexa_boldregular';
        font-size: 18px;
        margin: 0;
        padding: 5px 0 5px 30px;
        text-align: right;
        width: 100%; }
      /* line 97, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-header .call-box > div .header-i-phone {
        background-image: url("../images/phone-icon.png");
        background-repeat: no-repeat; }
      /* line 101, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-header .call-box > div:last-child {
        border-bottom-width: 3px;
        left: -2px;
        padding-left: 31px;
        padding-right: 19px;
        top: 65px; }
      /* line 108, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-header .call-box > div > a {
        color: #ffffff;
        float: left;
        font: 100% 'nexa_boldregular';
        font-size: 18px;
        margin: 0;
        padding: 5px 0 5px 30px;
        text-align: right;
        width: 100%; }
      /* line 118, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-header .call-box > div .header-i-email {
        background-image: url("../images/header-email-icon.png");
        background-repeat: no-repeat; }

/******************** SMALL NAV ***************/
/* line 126, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.small-nav {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: none; }
  /* line 132, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .small-nav > ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%; }
    /* line 138, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .small-nav > ul > li {
      float: left;
      width: 33.3%;
      margin: 0px;
      padding: 1px;
      box-sizing: border-box;
      text-align: center; }
      /* line 145, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .small-nav > ul > li:hover > .small-dropdown {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease; }
      /* line 151, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .small-nav > ul > li .push-nav {
        position: absolute;
        top: 162px !important; }
      /* line 155, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .small-nav > ul > li .small-dropdown {
        float: left;
        width: 32.9%;
        position: absolute;
        z-index: 1000000;
        top: 204px;
        display: none;
        margin: 0px;
        visibility: hidden;
        opacity: 0; }
        /* line 166, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .small-nav > ul > li .small-dropdown > li {
          float: left;
          width: 100%;
          margin: 1px;
          padding: 0px; }
          /* line 171, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .small-nav > ul > li .small-dropdown > li .dd-red {
            color: #ffffff;
            background-color: #cb992b;
            font: 100% 'nexa_boldregular';
            margin: 0;
            padding: 11px 10px;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            float: left;
            font-size: 14px;
            transition: all 0.5s ease; }
            /* line 183, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .small-nav > ul > li .small-dropdown > li .dd-red:hover {
              background-color: #e2ab17 !important;
              transition: all 0.5s ease; }
          /* line 188, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .small-nav > ul > li .small-dropdown > li .dd-blue {
            color: #ffffff;
            background-color: #3575a4;
            font: 100% 'nexa_boldregular';
            margin: 0;
            padding: 11px 10px;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            float: left;
            font-size: 14px;
            transition: all 0.5s ease; }
            /* line 200, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .small-nav > ul > li .small-dropdown > li .dd-blue:hover {
              background-color: #3ca0c2 !important;
              transition: all 0.5s ease; }
      /* line 208, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .small-nav > ul > li .red-hover {
        color: #ffffff;
        font: 100% 'nexa_boldregular';
        margin: 0px 1px;
        padding: 11px 10px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        float: left;
        font-size: 14px;
        transition: all 0.5s ease; }
        /* line 219, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .small-nav > ul > li .red-hover:hover {
          background-color: #cb992b !important;
          transition: all 0.5s ease; }
      /* line 224, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .small-nav > ul > li > a {
        color: #fff;
        font: 100% 'nexa_boldregular';
        padding: 10px 20px;
        height: 40px;
        width: 100%;
        margin: 0px 1px;
        float: left;
        text-align: center;
        background-color: #2d6071;
        text-transform: uppercase; }
      /* line 236, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .small-nav > ul > li a:hover {
        background: #3575a4;
        transition: all 0.5s ease; }

/* line 245, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.small-nav {
  display: none; }

/* line 248, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.small-nav-btn {
  display: none; }

/* line 251, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.nav-wrap {
  float: left;
  width: 100%;
  background-color: #2d6071;
  height: 40px; }
  /* line 256, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .nav-wrap > ul {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
    height: 40px;
    text-align: center;
    list-style: none;
    width: 100%; }
    /* line 264, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .nav-wrap > ul > li {
      float: left;
      width: 16.6%;
      margin: 0px;
      padding: 0px;
      position: relative; }
      /* line 270, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .nav-wrap > ul > li:hover > .main-dropdown {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease; }
      /* line 276, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .nav-wrap > ul > li .main-dropdown {
        float: left;
        width: 100%;
        position: absolute;
        z-index: 10000;
        top: 40px;
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease; }
        /* line 286, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .nav-wrap > ul > li .main-dropdown > li {
          float: left;
          width: 100%;
          margin: 0px 0px;
          padding: 1px 0px; }
          /* line 291, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .nav-wrap > ul > li .main-dropdown > li .dd-red {
            color: #ffffff;
            background-color: #cb992b;
            font: 100% 'nexa_boldregular';
            margin: 0;
            padding: 12px 10px;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            line-height: 18px;
            overflow: hidden;
            float: left;
            font-size: 14px;
            transition: all 0.5s ease; }
            /* line 305, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .nav-wrap > ul > li .main-dropdown > li .dd-red:hover {
              background-color: #e2ab17 !important; }
          /* line 310, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .nav-wrap > ul > li .main-dropdown > li .dd-blue {
            color: #ffffff;
            background-color: #3575a4;
            font: 100% 'nexa_boldregular';
            margin: 0;
            padding: 12px 10px;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            overflow: hidden;
            line-height: 18px;
            float: left;
            font-size: 14px;
            transition: all 0.5s ease; }
            /* line 324, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .nav-wrap > ul > li .main-dropdown > li .dd-blue:hover {
              background-color: #38aad1 !important;
              transition: all 0.5s ease; }
      /* line 332, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .nav-wrap > ul > li .red-hover {
        color: #ffffff;
        font: 100% 'nexa_boldregular';
        margin: 0;
        padding: 11px 10px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        line-height: 18px;
        overflow: hidden;
        float: left;
        font-size: 14px;
        transition: all 0.5s ease; }
        /* line 345, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .nav-wrap > ul > li .red-hover:hover {
          background-color: #cb992b !important;
          transition: all 0.5s ease; }
      /* line 350, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .nav-wrap > ul > li > a {
        color: #ffffff;
        font: 100% 'nexa_boldregular';
        margin: 0;
        padding: 11px 10px;
        text-transform: uppercase;
        width: 100%;
        line-height: 18px;
        overflow: hidden;
        text-align: center;
        float: left;
        font-size: 14px;
        transition: all 0.5s ease; }
        /* line 363, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .nav-wrap > ul > li > a:hover {
          background-color: #3575a4;
          transition: all 0.5s ease; }

/**************************************
                HOMEPAGE
*************************************/
/* line 374, D:/wamp/www/ALFRESCO/Files/css/big.scss */
#maincol {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center; }

/* line 381, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.slider-info {
  float: right;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  right: 429px;
  top: 0;
  -ms-transform: skew(-5deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-5deg, 0deg);
  /* Chrome, Safari, Opera */
  transform: skew(-5deg, 0deg);
  width: 380px; }
  /* line 395, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info:before, .slider-info .slider-text-cont {
    display: inline-block;
    vertical-align: middle; }
  /* line 399, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.25em; }
  /* line 407, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info.yellow {
    background-color: rgba(242, 187, 43, 0.95); }
  /* line 410, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info.blue {
    background-color: rgba(60, 160, 194, 0.95); }
  /* line 413, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info .slider-text-cont {
    margin: 65px 0px 0px 0px;
    padding: 0 40px;
    -ms-transform: skew(5deg, 0deg);
    /* IE 9 */
    -webkit-transform: skew(5deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(5deg, 0deg);
    width: 100%; }
    /* line 422, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .slider-info .slider-text-cont > span {
      color: #ffffff;
      float: left;
      font: 100% 'nexa_boldregular';
      font-size: 28px;
      margin: 0;
      padding: 0;
      width: 100%; }
    /* line 431, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .slider-info .slider-text-cont > p {
      color: #ffffff;
      float: left;
      font: 100% 'nexa_lightregular';
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0 0;
      padding: 0;
      text-align: justify;
      width: 100%; }

/**************************************
               COOLING
*************************************/
@-webkit-keyframes mistingBtnHover {
  /* line 450, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  0% {
    background-position: 195px 10px; }

  /* line 451, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  25% {
    background-position: 195px 5px; }

  /* line 452, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  50% {
    background-position: 195px 10px; }

  /* line 453, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  75% {
    background-position: 195px 15px; }

  /* line 454, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  100% {
    background-position: 195px 10px; } }

@keyframes mistingBtnHover {
  /* line 457, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  0% {
    background-position: 195px 10px; }

  /* line 458, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  25% {
    background-position: 195px 5px; }

  /* line 459, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  50% {
    background-position: 195px 10px; }

  /* line 460, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  75% {
    background-position: 195px 15px; }

  /* line 461, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  100% {
    background-position: 195px 10px; } }

/* line 463, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.maincol {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center; }

/* line 470, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-col {
  margin: 0px auto;
  max-width: 1200px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center; }

/* line 478, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-col-single {
  margin: 0px auto;
  max-width: 1200px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block; }
  /* line 486, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-col-single > h1 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 26px;
    color: #535353;
    padding: 20px 0px 20px 10px;
    text-transform: uppercase; }
  /* line 495, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-col-single .box-wrapper {
    float: left;
    width: 100%; }
    /* line 498, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-col-single .box-wrapper > div {
      width: 33.3%;
      float: left;
      padding: 10px;
      margin: 0px; }
      /* line 503, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-col-single .box-wrapper > div .cooling-box {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        background-color: #ebf3f6;
        margin: 0px;
        padding: 0px 0px 75px 0px;
        min-height: 476px;
        height: 100%;
        position: relative; }
        /* line 513, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .inner-col-single .box-wrapper > div .cooling-box .fancy-wrap {
          width: 100%;
          float: left; }
          /* line 516, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .inner-col-single .box-wrapper > div .cooling-box .fancy-wrap > img {
            width: 100%;
            float: left; }
        /* line 521, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .inner-col-single .box-wrapper > div .cooling-box > div {
          padding: 10px 10px 0px 10px;
          box-sizing: border-box;
          float: left;
          width: 100%; }
        .cooling-box > .video {
            float: left;
            width: 100%;
            padding: 0px;
            margin: 0px;
        }
        .fancybox-prev, .fancybox-next {
        height: 86% !important;
        }
          /* line 526, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .inner-col-single .box-wrapper > div .cooling-box > div > span {
            width: 100%;
            color: #535353;
            font: 20px 'nexa_boldregular';
            float: left;
            padding: 20px 0px; }
          /* line 533, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .inner-col-single .box-wrapper > div .cooling-box > div > p {
            width: 100%;
            color: #535353;
            font: 16px 'nexa_lightregular';
            float: left;
            padding: 0px }
            /* line 539, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .inner-col-single .box-wrapper > div .cooling-box > div > p > strong {
              font: 16px 'nexa_boldregular';
              color: #535353; }
           
              /* line 542, D:/wamp/www/ALFRESCO/Files/css/big.scss */
              .inner-col-single .box-wrapper > div .cooling-box > div > p > strong > a {
                font: 16px 'nexa_boldregular';
                font-style: italic !important;
                color: #535353;
                text-decoration: underline; }
                /* line 547, D:/wamp/www/ALFRESCO/Files/css/big.scss */
                .inner-col-single .box-wrapper > div .cooling-box > div > p > strong > a:hover {
                  opacity: 0.9; }
            /* line 552, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .inner-col-single .box-wrapper > div .cooling-box > div > p > em {
              font: 16px 'nexa_lightregular';
              font-style: italic !important;
              color: #535353; }
              /* line 556, D:/wamp/www/ALFRESCO/Files/css/big.scss */
              .inner-col-single .box-wrapper > div .cooling-box > div > p > em > a {
                font: 16px 'nexa_lightregular';
                font-style: italic !important;
                color: #535353;
                text-decoration: underline; }
                 .inner-col-single .box-wrapper > div .cooling-box > div > p > em > strong {
                    font: 16px 'nexa_boldregular';
                    font-style: italic !important;
                 }
                /* line 561, D:/wamp/www/ALFRESCO/Files/css/big.scss */
                .inner-col-single .box-wrapper > div .cooling-box > div > p > em > a:hover {
                  opacity: 0.9; }
            /* line 566, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .inner-col-single .box-wrapper > div .cooling-box > div > p > a {
              color: #535353;
              font: 16px 'nexa_lightregular';
              text-decoration: none;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              text-decoration: underline; }
              /* line 575, D:/wamp/www/ALFRESCO/Files/css/big.scss */
              .inner-col-single .box-wrapper > div .cooling-box > div > p > a:hover {
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                color: #3ca0c2; }
          /* line 584, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .inner-col-single .box-wrapper > div .cooling-box > div > a {
            position: absolute;
            width: 235px;
            height: 45px;
            border-radius: 30px;
            border: 2px solid #3ca0c2;
            font: 14px 'nexa_boldregular';
            color: #3ca0c2;
            padding: 12px 15px;
            bottom: 16px;
            left: 10px;
            background-image: url(../images/download_btn.png);
            background-repeat: no-repeat;
            background-position: 195px 10px; }
            /* line 598, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .inner-col-single .box-wrapper > div .cooling-box > div > a:hover {
              -webkit-animation: mistingBtnHover .5s ease-in forwards;
              -moz-animation: mistingBtnHover .5s ease-in forwards;
              -o-animation: mistingBtnHover .5s ease-in forwards;
              animation: mistingBtnHover .5s ease-in forwards; }

/**************************************
               SINGLEPAGE
*************************************/
/**************************************
             COLOR CLASSES
*************************************/
/* line 621, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.single-orange-bg {
  background-color: #EBB62E !important; }
  /* line 625, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .single-orange-bg .spec-inner .spec-info > div {
    border-bottom: 1px solid #f8cd5a !important; }
  /* line 628, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .single-orange-bg .spec-inner .spec-info > div:last-child {
    border-bottom: none !important; }

/**************************************
             COLOR CLASSES
*************************************/
/* line 640, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.video-wrapper {
  float: left;
  width: 50%;
  overflow: hidden;
  padding-bottom: 30.3%;
  position: relative;
  height: 0;
  top: 45px; }
  /* line 648, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .video-wrapper > iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block; }
  /* line 656, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .video-wrapper .fancy-image-wrap {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: block; }
    /* line 662, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .video-wrapper .fancy-image-wrap > img {
      float: left;
      width: 100%;
      padding: 0px;
      margin: 0px; }

/* line 670, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.images-wrapper {
  width: 50%;
  float: left;
  padding: 40px 0px 40px 5px; }
  /* line 674, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .images-wrapper .image-box {
    width: 50%;
    float: left;
    padding: 5px; }
    /* line 678, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .images-wrapper .image-box > div {
      width: 100%;
      float: left; }
      /* line 681, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .images-wrapper .image-box > div .fancy-image {
        float: left;
        width: 100%; }
        /* line 684, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .images-wrapper .image-box > div .fancy-image > img {
          width: 100%;
          float: left; }
.fancybox.iframe{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.fancybox, .fancy-wrap{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.fancybox-iframe > img{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
/* line 692, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.spec-wrapper {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #3ca0c2;
  text-align: center; }
  /* line 699, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .spec-wrapper .spec-inner {
    margin: 20px auto;
    max-width: 1200px;
    padding: 0px;
    display: inline-block;
    width: 100%; }
    /* line 705, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .spec-wrapper .spec-inner .text-wrap {
      width: 50%;
      float: left;
      padding: 20px;
      box-sizing: border-box;
      margin: 0px; }
      /* line 711, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .spec-wrapper .spec-inner .text-wrap > h1 {
        float: left;
        width: 100%;
        font: 26px 'nexa_boldregular';
        color: #fff;
        padding: 0px 0px 10px 0px;
        text-transform: uppercase; }
      /* line 719, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .spec-wrapper .spec-inner .text-wrap > img {
        float: left;
        width: 100%;
        padding: 0px 0px 20px 0px; }
      /* line 724, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .spec-wrapper .spec-inner .text-wrap > p {
        float: left;
        width: 100%;
        font: 18px 'nexa_lightregular';
        color: #fff;
        padding: 0px 0px 10px 0px; }
        /* line 730, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .spec-wrapper .spec-inner .text-wrap > p > strong {
          font: 18px 'nexa_boldregular' !important;
          color: #fff; }
          /* line 733, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .spec-wrapper .spec-inner .text-wrap > p > strong > a {
            font: 18px 'nexa_boldregular' !important;
            color: #fff;
            text-decoration: underline; }
            /* line 737, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .spec-wrapper .spec-inner .text-wrap > p > strong > a:hover {
              opacity: 0.9; }
          /* line 741, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .spec-wrapper .spec-inner .text-wrap > p > strong > em {
            font: 18px 'nexa_boldregular' !important;
            font-style: italic !important;
            color: #fff; }
        /* line 747, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .spec-wrapper .spec-inner .text-wrap > p > em {
          font: 18px 'nexa_lightregular';
          font-style: italic !important; }
          /* line 750, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .spec-wrapper .spec-inner .text-wrap > p > em > a {
            font: 18px 'nexa_lightregular';
            color: #fff;
            text-decoration: underline;
            font-style: italic !important; }
            /* line 755, D:/wamp/www/ALFRESCO/Files/css/big.scss */
            .spec-wrapper .spec-inner .text-wrap > p > em > a:hover {
              opacity: 0.9; }
        /* line 760, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .spec-wrapper .spec-inner .text-wrap > p > a {
          font: 18px 'nexa_lightregular';
          color: #fff;
          text-decoration: underline; }
          /* line 764, D:/wamp/www/ALFRESCO/Files/css/big.scss */
          .spec-wrapper .spec-inner .text-wrap > p > a:hover {
            opacity: 0.9; }
    /* line 770, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .spec-wrapper .spec-inner .spec-info {
      width: 50%;
      float: left;
      padding: 20px;
      box-sizing: border-box;
      margin: 0px; }
      /* line 776, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .spec-wrapper .spec-inner .spec-info > h1 {
        float: left;
        width: 100%;
        font: 26px 'nexa_boldregular';
        color: #fff;
        padding: 0px 0px 10px 0px;
        text-transform: uppercase; }
      /* line 784, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .spec-wrapper .spec-inner .spec-info > div {
        width: 100%;
        float: left;
        padding: 10px 5px;
        margin: 0px;
        border-bottom: 1px solid #4ab6db; }
        /* line 790, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .spec-wrapper .spec-inner .spec-info > div > span:first-child {
          float: left;
          font: 14px 'nexa_boldregular';
          color: #fff;
          width: 35%; }
        /* line 796, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .spec-wrapper .spec-inner .spec-info > div > span:last-child {
          float: right;
          font: 14px 'nexa_lightregular';
          color: #fff;
          width: 65%;
          text-align: right; }
      /* line 804, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .spec-wrapper .spec-inner .spec-info > div:last-child {
        border: none; }

@-webkit-keyframes download_btn {
  /* line 811, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  0% {
    background-position: 215px 10px; }

  /* line 812, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  25% {
    background-position: 215px 5px; }

  /* line 813, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  50% {
    background-position: 215px 15px; }

  /* line 814, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  75% {
    background-position: 215px 5px; }

  /* line 815, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  100% {
    background-position: 215px 15px; } }

@keyframes download_btn {
  /* line 819, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  0% {
    background-position: 215px 10px; }

  /* line 820, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  25% {
    background-position: 215px 5px; }

  /* line 821, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  50% {
    background-position: 215px 15px; }

  /* line 822, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  75% {
    background-position: 215px 5px; }

  /* line 823, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  100% {
    background-position: 215px 15px; } }

/* line 826, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.download-wrapper {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #e84242;
  text-align: center; }
  /* line 833, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .download-wrapper .download-inner {
    margin: 0px auto;
    max-width: 1200px;
    width: 100%;
    padding: 40px 20px;
    display: inline-block; }
    /* line 839, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .download-wrapper .download-inner > p {
      color: #fff;
      font: 28px 'nexa_lightregular';
      vertical-align: text-top;
      width: 70%;
      float: left;
      padding: 20px 0px 0px 0px; }
    /* line 847, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .download-wrapper .download-inner > div {
      float: right;
      max-width: 270px;
      width: 100%;
      padding: 0px;
      margin: 0px; }
      /* line 853, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .download-wrapper .download-inner > div > a {
        height: 65px;
        width: 270px;
        float: left;
        padding: 17px 65px 17px 30px;
        border: 2px solid #fff;
        color: #fff;
        font: 22px 'nexa_boldregular';
        border-radius: 40px;
        background-image: url(../images/pdf-icon.png);
        background-repeat: no-repeat;
        background-position: 215px 15px; }
        /* line 865, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .download-wrapper .download-inner > div > a:hover {
          -webkit-animation: download_btn 1s ease-in forwards;
          -moz-animation: download_btn 1s ease-in forwards;
          -o-animation: download_btn 1s ease-in forwards;
          animation: download_btn 1s ease-in forwards; }

/**************************************
                CONTACT
*************************************/
@-webkit-keyframes send_btn {
  /* line 881, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  0% {
    background-position: 160px 10px; }

  /* line 882, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  25% {
    background-position: 160px 5px; }

  /* line 883, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  50% {
    background-position: 160px 15px; }

  /* line 884, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  75% {
    background-position: 160px 5px; }

  /* line 885, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  100% {
    background-position: 160px 15px; } }

@keyframes send_btn {
  /* line 889, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  0% {
    background-position: 160px 10px; }

  /* line 890, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  25% {
    background-position: 160px 5px; }

  /* line 891, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  50% {
    background-position: 160px 15px; }

  /* line 892, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  75% {
    background-position: 160px 5px; }

  /* line 893, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  100% {
    background-position: 160px 15px; } }

/* line 896, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.clear-padding {
  padding: 0px !important; }

/* line 899, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.error-message {
  width: 100%;
  height: 20px;
  padding: 0px !important;
  margin: 0px; }
  /* line 904, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .error-message .error-msg-span {
    margin: 0px;
    color: #c0392b;
    font: 100% 'nexa_boldregular';
    display: block;
    padding: 2px;
    font-size: 12px; }

/* line 913, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.contact-heading {
  width: 100%;
  float: left;
  font: 100% 'nexa_boldregular';
  font-size: 26px;
  color: #535353;
  padding: 20px 0px 20px 10px;
  text-transform: uppercase; }

/* line 923, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-col-single .thankyou {
  display: none;
  text-align: center; }
  /* line 926, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-col-single .thankyou > h1 {
    float: left;
    width: 100%;
    font: 26px 'nexa_boldregular';
    color: #535353;
    padding: 15% 0px 10px 0px;
    text-transform: uppercase;
    text-align: center; }
/* line 936, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-col-single .form-hide {
  float: left;
  min-height: 550px;
  height: 100%;
  display: block;
  width: 100%; }
/* line 943, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-col-single #c-form {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center; }
/* line 951, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-col-single .left-form-wrap {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px 30px 0px 0px;
  box-sizing: border-box; }
  /* line 957, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-col-single .left-form-wrap > div {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    position: relative; }
    /* line 964, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-col-single .left-form-wrap > div .select-cont:before {
      content: "";
      display: block;
      height: 33px;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 25px; }
    /* line 974, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-col-single .left-form-wrap > div .select-cont:after {
      color: #fff;
      content: url(../images/select-arrow.png);
      font-size: 17px;
      padding: 0;
      pointer-events: none;
      position: absolute;
      right: 10px;
      top: 6px; }
    /* line 984, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-col-single .left-form-wrap > div .select-d {
      width: 100%;
      float: left;
      border: 3px solid #3ca0c2;
      border-radius: 5px;
      height: 50px;
      cursor: pointer;
      font: 16px 'nexa_boldregular';
      color: #3ca0c2;
      padding: 10px;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      overflow: hidden;
      text-overflow: '';
      text-indent: 0.01px; }
  /* line 1004, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-col-single .left-form-wrap .input-wrap {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box; }
    /* line 1010, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-col-single .left-form-wrap .input-wrap > input {
      width: 100%;
      float: left;
      border: 3px solid #3ca0c2;
      border-radius: 5px;
      height: 50px;
      font: 16px 'nexa_boldregular';
      color: #3ca0c2;
      padding: 10px;
      box-sizing: border-box; }
/* line 1023, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.inner-col-single .right-form-wrap {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px; }
  /* line 1028, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-col-single .right-form-wrap > div {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box; }
    /* line 1034, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-col-single .right-form-wrap > div > textarea {
      width: 100%;
      float: left;
      border: 3px solid #3ca0c2;
      border-radius: 5px;
      height: 250px;
      font: 16px 'nexa_boldregular';
      color: #3ca0c2;
      padding: 10px;
      box-sizing: border-box;
      overflow: auto; }
  /* line 1048, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .inner-col-single .right-form-wrap .send-btn-wrap {
    width: 100%;
    float: left;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    box-sizing: border-box; }
    /* line 1054, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .inner-col-single .right-form-wrap .send-btn-wrap .cf_button {
      float: right;
      cursor: pointer;
      width: 200px;
      height: 50px;
      background-color: #3ca0c2;
      background-image: url(../images/send-icon.png);
      background-repeat: no-repeat;
      background-position: 160px 15px;
      border: none;
      border-radius: 30px;
      text-align: left;
      color: #fff;
      font: 16px 'nexa_boldregular';
      padding: 15px 20px;
      box-sizing: border-box; }
      /* line 1070, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .inner-col-single .right-form-wrap .send-btn-wrap .cf_button:hover {
        -webkit-animation: send_btn 1s ease-in forwards;
        -moz-animation: send_btn 1s ease-in forwards;
        -o-animation: send_btn 1s ease-in forwards;
        animation: send_btn 1s ease-in forwards; }

/* line 1080, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.slides-pagination {
  display: none !important; }

/* line 1083, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.c-info-wrpper {
  float: left;
  width: 100%;
  background-color: #3ca0c2;
  padding: 0px 0px 0px 200px;
  margin: 30px 0px 0px 0px;
  position: relative;
  min-height: 75px; }
  /* line 1092, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .c-info-wrpper > div:first-child {
    position: absolute;
    top: 15px;
    left: 0px;
    padding: 0px 0px 0px 20px;
    width: 100%;
    max-width: 165px; }
  /* line 1100, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .c-info-wrpper > div > span {
    width: 100%;
    float: left;
    color: #083747;
    font: 20px 'nexa_boldregular'; }
  /* line 1107, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .c-info-wrpper .c-links-wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    /* line 1112, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .c-info-wrpper .c-links-wrapper > ul {
      float: left;
      width: 100%;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      /* line 1118, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .c-info-wrpper .c-links-wrapper > ul > li {
        display: inline-block;
        float: left;
        width: 25%;
        min-height: 40px;
        margin: 0px;
        padding: 12px 10px 0px; }
        /* line 1125, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .mail {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/mail.png);
          background-repeat: no-repeat;
          background-position: 0px 4px;
          padding: 0px 0px 0px 20px; }
        /* line 1133, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .phone {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/phone-small.png);
          background-repeat: no-repeat;
          background-position: 0px 2px;
          padding: 0px 0px 0px 20px; }
        /* line 1141, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .fax {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/fax.png);
          background-repeat: no-repeat;
          background-position: 0px 2px;
          padding: 0px 0px 0px 20px; }
        /* line 1149, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .skype {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/skype.png);
          background-repeat: no-repeat;
          background-position: 0px 2px;
          padding: 0px 0px 0px 20px; }
        /* line 1157, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .twitter {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/twitter.png);
          background-repeat: no-repeat;
          background-position: 0px 4px;
          padding: 0px 0px 0px 20px; }
        /* line 1165, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .fb {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/fb.png);
          background-repeat: no-repeat;
          background-position: 0px 2px;
          padding: 0px 0px 0px 20px; }
        /* line 1173, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .vimeo {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/vimeo.png);
          background-repeat: no-repeat;
          background-position: 0px 2px;
          padding: 0px 0px 0px 20px; }
        /* line 1181, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .c-info-wrpper .c-links-wrapper > ul > li .youtube {
          color: #fff;
          font: 14px 'nexa_lightregular';
          background-image: url(../images/youtube.png);
          background-repeat: no-repeat;
          background-position: 0px 2px;
          padding: 0px 0px 0px 20px; }

/**************************************
                FOOTER
*************************************/
/* line 1200, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.footer-home {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 99999; }

/* line 1206, D:/wamp/www/ALFRESCO/Files/css/big.scss */
#footer {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 10px;
  box-sizing: border-box;
  background-color: #081e29;
  height: 50px; }
  /* line 1214, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  #footer .inner-footer {
    margin: 0px auto;
    max-width: 1200px;
    width: 100%; }
    /* line 1218, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    #footer .inner-footer > span {
      color: #ffffff;
      float: left;
      font: 100% 'nexa_lightregular';
      font-size: 14px;
      margin: 18px 0 0;
      padding: 0; }
    /* line 1226, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    #footer .inner-footer > div {
      float: right;
      width: 65px;
      padding: 0px;
      margin: 12px; }
      /* line 1231, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      #footer .inner-footer > div > a {
        height: 25px;
        width: 25px;
        padding: 0px;
        margin: 0px; }
      /* line 1237, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      #footer .inner-footer > div > a:first-child {
        background-image: url(../images/yt-icon.png);
        background-repeat: no-repeat;
        float: left;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        /* line 1245, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        #footer .inner-footer > div > a:first-child:hover {
          opacity: 0.8;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      /* line 1253, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      #footer .inner-footer > div > a:last-child {
        background-image: url(../images/fb-icon.png);
        background-repeat: no-repeat;
        float: left;
        margin: 0px 0px 0px 10px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        /* line 1262, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        #footer .inner-footer > div > a:last-child:hover {
          opacity: 0.8;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }

/***************************************
                OLDIE
***************************************/
/* line 1276, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.oldie-wrapper {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #083747; }

/* line 1282, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.maincol-oldie {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding: 60px 0px 0px 0px; }

/* line 1290, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.logo-oldie {
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 235px;
  height: 97px;
  display: inline-block;
  margin: 30px 0px 0px 0px; }

/* line 1298, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.oldiecont {
  padding: 40px 0px 0px 0px;
  text-align: center; }

/* line 1302, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.oldiecont p {
  text-align: center;
  font-family: 'nexa_boldregular';
  font-size: 18px;
  color: #ffffff;
  padding: 30px;
  box-sizing: border-box; }

/* line 1310, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.browser-cont {
  display: inline-block;
  height: 118px;
  margin: 0 25px;
  padding: 0;
  width: 118px; }

/* line 1317, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.browser-cont a font {
  color: white;
  float: left;
  font-family: 'nexa_boldregular';
  font-size: 14px;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
  width: 118px; }

/***************************************
                404
***************************************/
/* line 1331, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.nf-wrapper {
  display: inline-block;
  text-align: center;
  padding: 15% 0px 0px 0px;
  margin: 0px; }
  /* line 1336, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .nf-wrapper > h1 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 120px;
    color: #535353;
    padding: 0px;
    text-transform: uppercase;
    text-align: center; }
  /* line 1346, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .nf-wrapper > span {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 30px;
    color: #535353;
    padding: 0px 0px 20px 10px;
    text-transform: uppercase;
    text-align: center; }

/**************************************
              ALL STYLES
**************************************/
/* line 1361, D:/wamp/www/ALFRESCO/Files/css/big.scss */
.headings-wrapper {
  display: inline-block;
  text-align: center;
  padding: 20px 0px; }
  /* line 1365, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > h1 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 36px;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-align: center; }
  /* line 1375, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > h2 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 24px;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-align: center; }
  /* line 1385, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > h3 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 21px;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-align: center; }
  /* line 1395, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > h4 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 18px;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-align: center; }
  /* line 1405, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > h5 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 16px;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-align: center; }
  /* line 1415, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > h6 {
    width: 100%;
    float: left;
    font: 100% 'nexa_boldregular';
    font-size: 14px;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-align: center; }
  /* line 1425, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > p {
    width: 100%;
    color: #fff;
    font: 16px 'nexa_lightregular';
    float: left;
    padding: 20px 0px 20px 0px; }
  /* line 1432, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper .italic {
    width: 100%;
    color: #fff;
    font: 16px 'nexa_lightregular';
    float: left;
    padding: 20px 0px 20px 0px;
    font-style: italic; }
  /* line 1440, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper .bold {
    width: 100%;
    color: #fff;
    font: 16px 'nexa_boldregular';
    float: left;
    padding: 20px 0px 20px 0px; }
  /* line 1447, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .headings-wrapper > ul {
    display: block; }
    /* line 1449, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .headings-wrapper > ul > li {
      text-align: center;
      list-style: none; }
      /* line 1452, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .headings-wrapper > ul > li > a {
        color: #fff;
        font: 100% 'nexa_boldregular';
        margin: 0;
        margin: 5px 10px;
        width: 100%;
        text-align: center;
        float: left;
        font-size: 14px;
        transition: all 0.5s ease; }

/* line 1466, D:/wamp/www/ALFRESCO/Files/css/big.scss */
#allstyles-wrapper {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }
  /* line 1471, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  #allstyles-wrapper .left-styles-wrap {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box; }
    /* line 1477, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    #allstyles-wrapper .left-styles-wrap > div {
      width: 100%;
      float: left;
      margin: 0px;
      padding: 10px 0px;
      box-sizing: border-box; }
      /* line 1483, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      #allstyles-wrapper .left-styles-wrap > div > select {
        width: 100%;
        float: left;
        border: 3px solid #3ca0c2;
        border-radius: 5px;
        height: 50px;
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        background-position: 97% 17px;
        cursor: pointer;
        font: 16px 'nexa_boldregular';
        color: #3ca0c2;
        padding: 10px;
        box-sizing: border-box; }
    /* line 1499, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    #allstyles-wrapper .left-styles-wrap .input-wrap-styles {
      width: 100%;
      float: left;
      margin: 0px;
      padding: 10px 0px;
      box-sizing: border-box; }
      /* line 1505, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      #allstyles-wrapper .left-styles-wrap .input-wrap-styles > input {
        width: 100%;
        float: left;
        border: 3px solid #3ca0c2;
        border-radius: 5px;
        height: 50px;
        font: 16px 'nexa_boldregular';
        color: #3ca0c2;
        padding: 10px;
        box-sizing: border-box; }
  /* line 1518, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  #allstyles-wrapper .right-styles-wrap {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px; }
    /* line 1523, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    #allstyles-wrapper .right-styles-wrap > div {
      width: 100%;
      float: left;
      margin: 0px;
      padding: 10px;
      box-sizing: border-box; }
      /* line 1529, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      #allstyles-wrapper .right-styles-wrap > div > textarea {
        width: 100%;
        float: left;
        border: 3px solid #3ca0c2;
        border-radius: 5px;
        height: 250px;
        font: 16px 'nexa_boldregular';
        color: #3ca0c2;
        padding: 10px;
        box-sizing: border-box; }
    /* line 1541, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    #allstyles-wrapper .right-styles-wrap > div {
      width: 100%;
      float: left;
      padding: 10px;
      margin: 0px;
      box-sizing: border-box; }
      /* line 1547, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      #allstyles-wrapper .right-styles-wrap > div > button {
        float: right;
        cursor: pointer;
        width: 200px;
        height: 50px;
        background-color: #3ca0c2;
        background-image: url(../images/send-icon.png);
        background-repeat: no-repeat;
        background-position: 160px 15px;
        border: none;
        border-radius: 30px;
        text-align: left;
        color: #fff;
        font: 16px 'nexa_boldregular';
        padding: 15px 20px;
        box-sizing: border-box; }
        /* line 1563, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        #allstyles-wrapper .right-styles-wrap > div > button:hover {
          -webkit-animation: send_btn 1s ease-in forwards;
          -moz-animation: send_btn 1s ease-in forwards;
          -o-animation: send_btn 1s ease-in forwards;
          animation: send_btn 1s ease-in forwards; }

/**************************************
            MEDIA QUERIES
**************************************/
@media all and (max-width: 1200px) {
  /* line 1580, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .c-links-wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    /* line 1585, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .c-links-wrapper > ul {
      float: left;
      width: 100%;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      /* line 1591, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .c-links-wrapper > ul > li {
        display: inline-block;
        float: left;
        width: 33.3% !important;
        min-height: 40px;
        margin: 0px;
        padding: 12px 10px 0px; } }

@media all and (max-width: 1110px) {
  /* line 1605, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .download-inner > p {
    width: 60% !important;
    font: 24px 'nexa_lightregular' !important; } }

@media all and (max-width: 1650px) {
  /* line 1619, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .header-home .inner-header .call-box {
    right: 190px; }
  /* line 1623, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info {
    right: 240px; } }

@media all and (max-width: 1366px) {
  /* line 1629, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .header-home .inner-header .call-box {
    right: 120px; }
  /* line 1633, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info {
    right: 166px; } }

@media all and (max-width: 1280px) {
  /* line 1638, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .logo {
    left: 20px; } }

@media all and (max-width: 1024px) {
  /* line 1644, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info {
    right: 167px; }
  /* line 1647, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .box-wrapper {
    float: left;
    width: 100%; }
    /* line 1650, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .box-wrapper > div {
      width: 50% !important; } }

@media all and (max-width: 950px) {
  /* line 1656, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .c-links-wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    /* line 1661, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .c-links-wrapper > ul {
      float: left;
      width: 100%;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      /* line 1667, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .c-links-wrapper > ul > li {
        display: inline-block;
        float: left;
        width: 50% !important;
        min-height: 40px;
        margin: 0px;
        padding: 12px 10px 0px; }
  /* line 1678, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .header-home .inner-header .call-box {
    right: 50px; }
  /* line 1682, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .slider-info {
    right: 100px; } }

@media all and (max-width: 1230px) {
  /* line 1687, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .nav-wrap {
    float: left;
    width: 100%;
    background-color: #2d6071;
    height: 40px; }
    /* line 1692, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .nav-wrap > ul {
      max-width: 1200px;
      margin: 0px auto;
      padding: 0px;
      height: 40px;
      text-align: center;
      list-style: none;
      width: 100%; }
      /* line 1700, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .nav-wrap > ul > li {
        display: inline-block;
        float: none;
        width: 16%;
        margin: 0px;
        padding: 0px;
        position: relative; } }

@media all and (max-width: 820px) {
  /* line 1713, D:/wamp/www/ALFRESCO/Files/css/big.scss */
  .nav-wrap {
    float: left;
    width: 100%;
    background-color: #2d6071;
    height: 40px; }
    /* line 1718, D:/wamp/www/ALFRESCO/Files/css/big.scss */
    .nav-wrap > ul {
      max-width: 1200px;
      margin: 0px auto;
      padding: 0px;
      height: 40px;
      text-align: center;
      list-style: none;
      width: 100%; }
      /* line 1726, D:/wamp/www/ALFRESCO/Files/css/big.scss */
      .nav-wrap > ul > li {
        display: inline-block;
        float: none;
        width: 16%;
        margin: 0px;
        padding: 0px;
        position: relative; }
        /* line 1733, D:/wamp/www/ALFRESCO/Files/css/big.scss */
        .nav-wrap > ul > li > a {
          font-size: 13px !important; } }

/*# sourceMappingURL=big.css.map */