@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/* ------------------------------------------- *\

    HTML BASE

\* ------------------------------------------- */

    .centerHeight{
        position: absolute;
        left: 50%;
        top:50%;
        width: 100%;
        height: auto;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }
    .logo{
        width: 250px;
        height: 130px;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 0;
        background-color: transparent;
        background-image: url(../img/home/LogolesATI.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: 250px 130px;
        background-size: 250px 130px;
    }
    /* ------------------------------------------- *\

        .CLIICK ANIMATION

    \* ------------------------------------------- */

    .cliick{
      overflow:none;
    }
    .ink {
        display: block; position: absolute;
        background: rgba(0,0,0,0.1);
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    /*animation effect*/
    .ink.animate {
      -webkit-animation: ripple 0.45s linear;
      animation: ripple 0.45s linear;
    }
    @-webkit-keyframes ripple {
        /*scale the element to 250% to safely cover the entire link and fade it out*/
        100% {opacity: 0;-webkit-transform: scale(1.5);}
    }
    @keyframes ripple {
        100% {opacity: 0; transform: scale(1.5);}
    }



    /* ------------------------------------------- *\

        NAVIGATION HOME

    \* ------------------------------------------- */

    .navbar-nav > li {
        overflow: hidden;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: 150px 150px;
        background-size: 150px 150px;

        padding-top: 200px;
    }

    .navbar-nav > li > a {
        width: auto;
        height: auto;
        position: relative;
        font-size:14px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 10px 55px;
        color: #000;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
        background-color: transparent !important;
        text-decoration: underline;

    }


    /* ------------------------------------------- *\

        END NAVIGATION TOP

    \* ------------------------------------------- */


    /* ------------------------------------------- *\

        FOOTER Sticky footer styles

    \* ------------------------------------------- */

    html {
      position: relative;
      min-height: 100%;
    }

    body {
      margin-bottom: 60px;
      min-height: 100%;
    }

    .footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
    }

    footer {
        margin-top: 40px;
        padding: 0px 40px;
        min-height: 60px;
        color: #222;
    }

    footer .footList {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        border-top: solid 0px #f0f0f0;
        font-size: 12px;
        list-style-type: none;
    }

    footer .footList .fa:hover {
        color:#FF0000;
    }

    footer .footList li {
        float: left;
        margin-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 400;
    }
    footer .footList {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        font-size: 12px;
        list-style-type: none;
    }

    footer .footList .fa:hover {
        color:#ff0000;
    }

    footer .footList li {
        float: left;
        margin-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 400;
    }
    footer a {
        color: #222;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

    footer a:hover {
        text-decoration: underline;

    }

    /* ------------------------------------------- *\

        SCROLL TOP VISIBLE MOBILES

    \* ------------------------------------------- */

     #GoToP {
        display: none;
    }




/* ------------------------------------------- *\

     RESPONSIVE DESIGN

\* ------------------------------------------- */

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {

}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

  .centerHeight {
      position: absolute;
      left: 50%;
      top: 25px;
      width: 100%;
      height: auto;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
  }
  .logo{
      width: 150px;
      height: 78px;
      margin: 0 auto;
      margin-bottom: 0px;
      padding: 0;
      -webkit-background-size: 150px 78px;
      background-size: 150px 78px;
  }

  .navbar-nav > li {
      float: left;
      width:50%;
      height: auto;
      overflow: hidden;
      text-align: center;
      -webkit-background-size: 50px 50px;
      background-size: 50px 50px;
      padding-top: 100px !important;
  }

  .navbar-nav > li > a{
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0px !important;
  }


}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 568px) {

  .centerHeight {
      position: absolute;
      left: 50%;
      top: 25px;
      width: 100%;
      height: auto;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
  }
  .logo{
      width: 150px;
      height: 78px;
      margin: 0 auto;
      margin-bottom: 0px;
      padding: 0;
      -webkit-background-size: 150px 78px;
      background-size: 150px 78px;
  }

  .navbar-nav > li {
      float: left;
      width:33%;
      height: auto;
      overflow: hidden;
      text-align: center;
      -webkit-background-size: 50px 50px;
      background-size: 50px 50px;
      padding-top: 100px !important;
  }

  .navbar-nav > li > a{
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0px !important;
  }

}

/* iPhone 6 PORTRAIT ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

  .centerHeight{
      position: absolute;
      left: 50%;
      top:50%;
      width: 100%;
      height: auto;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
  }

  .logo{
      width: 200px;
      height: 104px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 0;
      background-color: transparent;
      background-image: url(../img/home/LogolesATI.png);
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 200px 104px;
      background-size: 200px 104px;
  }

  .navbar-nav > li {
      float: left;
      width:50%;
      height: auto;
      overflow: hidden;
      text-align: center;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 75px 75px;
      background-size: 75px 75px;

      padding-top: 100px;
  }

  .navbar-nav > li > a{
    font-size: 12px;
    line-height: 14px;
  }

}

/* iPhone 6 LANDSCAPE ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

  .centerHeight {
      position: absolute;
      left: 50%;
      top: 25px;
      width: 100%;
      height: auto;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
  }

  .logo{
      width: 200px;
      height: 104px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 0;
      background-color: transparent;
      background-image: url(../img/home/LogolesATI.png);
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 200px 104px;
      background-size: 200px 104px;
  }

  .navbar-nav > li {
      float: left;
      width:33%;
      height: auto;
      overflow: hidden;
      text-align: center;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 75px 75px;
      background-size: 75px 75px;

      padding-top: 100px;
  }

  .navbar-nav > li > a{
    font-size: 12px;
    line-height: 14px;
  }

}


/* iPhone 6+ Portrait ----------- */
@media only screen
    and (min-device-width : 414px)
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait)
    and (-webkit-min-device-pixel-ratio : 3)
    and (-webkit-device-pixel-ratio : 3){

  .centerHeight{
      position: absolute;
      left: 50%;
      top:50%;
      width: 100%;
      height: auto;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
  }

  .logo{
      width: 200px;
      height: 104px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 0;
      background-color: transparent;
      background-image: url(../img/home/LogolesATI.png);
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 200px 104px;
      background-size: 200px 104px;
  }

  .navbar-nav > li {
      float: left;
      width:50%;
      height: auto;
      overflow: hidden;
      text-align: center;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 75px 75px;
      background-size: 75px 75px;
      padding-top: 100px;
  }

  .navbar-nav > li > a{
    font-size: 12px;
    line-height: 14px;
  }

}

/* iPhone 6+ Landscape ----------- */
@media only screen
    and (min-device-width : 414px)
    and (max-device-width : 736px)
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio : 3) {

  .centerHeight {
      position: absolute;
      left: 50%;
      top: 25px;
      width: 100%;
      height: auto;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
  }

  .logo{
      margin-bottom: 0px;
  }

  .navbar-nav > li {
      float: left;
      width:33%;
      height: auto;
      overflow: hidden;
      text-align: center;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 60px 60px;
      background-size: 60px 60px;
      padding-top: 75px;
  }

  .navbar-nav > li > a{
    font-size: 12px;
    line-height: 14px;
  }

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .logo{
      margin-bottom: 0px;
  }
  .navbar-nav > li {
      width: 33%;
  }

}
