﻿@charset "utf-8";
/* CSS Document */

* {
    box-sizing:border-box;
}
body,html{
	padding:0px;
	margin:0px;
	outline:none;
    line-height: 17px;
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
    box-sizing:border-box;
}
#master {
    display:block;
    width:100%;

    position:relative;
}

.uppercase {
    text-transform:uppercase;
}

h1 {
    color: #dcdcdc;
    line-height: 60px;
    font-size: 58px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    position: relative;
    word-wrap: break-word;
    margin-bottom:20px;
}

h2 {
    color: #1e1e1e;
    line-height: 40px;
    font-size: 42px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    position: relative;
    word-wrap: break-word;
}

h2.titoloSmallWhite {
    color: #dcdcdc;
    line-height: 24px;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    position: relative;
    word-wrap: break-word;
}
h2.titoloLight {
    color: #333;
    line-height: 32px;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    position: relative;
    word-wrap: break-word;
}
h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  padding:9px 0;
}

h4 {
    color: #000000;
    line-height: 22px;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    position: relative;
}
h5 {
    color:#fff200;
    line-height: 14px;
    font-size: 14px;
    letter-spacing:3px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    position: relative;
}

p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding:10px 0;
}

    p.big {
        font-size:16px;
        line-height:24px;
        max-width:400px;
        color:#808080;
        padding:10px 0;
    }

strong {
    font-weight: 600;
}

.headerLabel {
    display:block;
    font-size: 20px;
    color: #888888;
    margin:10px 0;
}


.center {
    text-align:center !important;
    position:relative;
}

.uppercase {
    text-transform:uppercase !important;
}

.leftAlign {
    text-align:left !important;
}
.rightAlign {
    text-align:right !important;
}
.contentPage {
    display:block;
    z-index:5;
    width:100%;
    position:relative;
    overflow:hidden;
}

.blockPage {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
  overflow:hidden;
}

.doble_block {
    display:inline-block;
    vertical-align:top;
    width: 50%;
    text-align:left;
}
.tree_block {
    display:inline-block;
    vertical-align:top;
    width: 33.333%;
    text-align:left;
}
.four_block {
    display:inline-block;
    vertical-align:top;
    width: 25%;
    text-align:left;
}
.five_block {
    display:inline-block;
    vertical-align:top;
    width: 20%;
    text-align:left;
}




.section_white_bg {
    background-color:#fff;
}
.section_grey_bg {
    background-color:#F2F2F2;
}
.section_dark_bg {
    background-color:#182934;
}
.section_black_bg {
    background-color: #141414;
}

.color_white {
    color:#fff !important;
}
.color_dark {
    color:#333 !important;
}
.color_orange {
    color:#ff7d00 !important;
}

.paddingPage {
    padding:120px 0;
}

.paddingBlock {
    padding:20px;
}

.maxWidth {
    display:block;
  max-width: 1280px;
  margin: 0 auto;
  padding:0 10px;
  position:relative;
}

.logo {
  width: 120px;
  height: 80px;
  background-image: url(../App_Images/logo_elbawebdesign_white.svg?i);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:120px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  opacity:1;
  -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);

}

.masterScrolled .logo {
    opacity:0;
    transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform:translateY(-200px);
    -moz-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
}


.spacer {
    display:block;
    width:100%;
    height:60px;
    position:relative;
    clear:both;
}

#footer {
    background:#AEABAE;
    padding:15px 0;
    color:#fff;
    position:relative;
    z-index:5;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}


.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-content {
  position: relative;
  padding-bottom: 6rem;
}

.section-footer {
  text-align: center;
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 20px;
  font-size: 14px;
  z-index:10;
}
.hello-contacts {
    position: absolute;
    left: 10px;
    color:#dcdcdc;
}
.hello-socials {
    position: absolute;
    right: 10px;
    color:#dcdcdc;
}
.hello-socials a{
    color:#dcdcdc;
    text-decoration:none;
}

.scroll-down {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 35px;
  cursor: pointer;

  -webkit-animation: bounce 1.5s ease-in-out infinite alternate;
  -moz-animation: bounce 1.5s ease-in-out infinite alternate;
  -ms-animation: bounce 1.5s ease-in-out infinite alternate;
  -o-animation: bounce 1.5s ease-in-out infinite alternate;
  animation: bounce 1.5s ease-in-out infinite alternate;

}
.scroll-down:after {
    content: ' ';
    display: inline-block;
    width: 35px;
    height: 35px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@-moz-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@-o-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}

/*-------------------------------------------------------------------------*/


#waitAjax {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../App_Images/logo_elbawebdesign_black.svg);
    background-size: 120px;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}
#waitAjax.load {

    opacity: 1 !important;
}


    #waitAjax #circleLoader {
        margin: 10px auto;
          width: 200px;
          height: 200px;
    }

#save_success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/save_success.svg);
    background-size:140px;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
    #save_success.load {
        opacity:1 !important;
    }

/* ----- CENTER BOX ------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:2;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
/* ----- CENTER BOX ------*/



#hello_video{
    position:absolute;
    top:0;
    left:50%;
    right:0;
    bottom:0;
    height:auto;
    width:100%;
    z-index:1;
    display:block;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}

.number_glory {
    color:#fff;
    font-size:50px;
    line-height: 50px;
    padding:20px 30px;
    font-weight:bold;
    position:relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom:30px;
}
.number_glory::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-image:url(../App_Images/awards_left.svg);
}
.number_glory::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-image:url(../App_Images/awards_right.svg);
}


.block_award {
    position:relative;
    display:inline-block;
    vertical-align:top;
    background-position:center center;
    background-repeat:no-repeat;
    margin:10px 20px;
}

.css_design {
    background-image:url(../App_Images/awards/css_design_awards.svg);
    background-size: 180px;
    height: 60px;
    width: 180px;
}

.awwwards {
    background-image:url(../App_Images/awards/awwwards.png);
    background-size: 120px;
    height: 60px;
    width: 120px;
}
.css_light {
    background-image:url(../App_Images/awards/csslight.svg);
    background-size: 90px;
    height: 60px;
    width: 90px;
}

.trofeo {
    position:relative;
    display:block;
    height: 80px;
    width: 80px;
    margin:30px auto 0px auto;
    background-image:url(../App_Images/awards/icon-trophy.svg);
    background-size: 40px;
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #dcdcdc;

}
.circle-rounded {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list_service li{
    list-style-image: url(../App_Images/list.svg);
    list-style-position: inside;
    margin-bottom:12px;
}


/*-- LAZY LOAD------------------------------------------------------------------*/
.preloader {
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    top:0;
    left:0;
    opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:url(../App_Images/preloader.gif) no-repeat center center;
}
.endLoadLazy {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    height:100%;
    width:100%;
    display:block;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*-- LAZY LOAD------------------------------------------------------------------*/


.grad {
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}