
//** simple and lightweight mixin library for Sass **
//-- url : http://bourbon.io/docs ---
@import 'bourbon/bourbon';

//** Mixins for Rem Font Sizing **
//-- url : http://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
@import 'utilities/rem';

//** Variables for responsive design in bootstrap with sass **
//-- url : https://gist.github.com/webinfinita/11407836
@import 'utilities/bootstrap_breakpoints';

//** Makes supporting both left-to-right (LTR) and right-to-left (RTL) easy.**
//-- url : https://github.com/tysonmatanich/directional-scss
@import 'utilities/directional';

//Mixins utilities
@import 'utilities/theme_variables';
@import 'utilities/utilities';

/* ================================================================================ */

/*.footer-container{
  margin-top: 40px;
}*/
.typefooter-12{
  margin-top: 0px;
   background-color: #f6f6f6;
   padding-top: 65px;
  /* GENERAL */
  .module .modtitle{
        color: #2f2f2f;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px !important;  
        font-weight: 700;
        text-transform: uppercase;   
        position: relative;
        padding-bottom: 0px; 
        &:after{
          position: absolute;
          content: "";
          width: 70px;
          height: 2px;
          #{$left}: 0;
          bottom: -6px;
          background-color: #000;
        }       
  }
  .box-footer{  
    margin-top: 3px;  
    .modcontent{
      ul{
        li{           
            a{
              border: 0 none;               
              font-size: 13px;
              padding: 0;       
              font-weight: 400; 
              line-height: 30px;  
              position: relative;
              padding-#{$left}: 20px;
              display: inline-block;
              color: #2f2f2f;
              &:before{
                font-family: 'FontAwesome';
                content: "\f192";
                font-size: 10px;
                position: absolute;
                top: 0px;
                #{$left}: 0;
              }
            }       
          }
      }
    }
  }


  .footer-top{
   
  }
  .footer-middle{
    padding-top: 43px;
    padding-bottom: 40px;
  }
  .newsletter-footer11{
      .newsletter{
        .title-block{     
          .page-heading{           
            color: #2f2f2f;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 30px !important;  
            font-weight: 700;
            text-transform: uppercase;   
            position: relative;
            padding-bottom: 0px; 
            &:after{
              position: absolute;
              content: "";
              width: 70px;
              height: 2px;
              #{$left}: 0;
              bottom: -6px;background-color: #000;
            }        
          }
          .promotext{
            font-size: 13px; color: #2f2f2f;
          }
        }
        .block_content{ margin-top: 20px;
          form.signup{
            display: block;
            margin-top: 11px;
            .form-group{
              position: relative;
              .input-box{
                background-color: #fff;  
                vertical-align: top;
                border-radius: 0;
                border: 1px solid #000;
              }
              .subcribe{
                
              }

              #txtemail{
                height: 40px;
                line-height: 40px;
                width: 100%;
                box-shadow: none;
                padding: side-values(0 0 0 20px);
                border: none;           
                background-color: #fff;  
                &::-moz-placeholder {
                        color: #999;
                          opacity: 1; 
                      }
                      &:-ms-input-placeholder { color: #999; } 
                      &::-webkit-input-placeholder  { color: #999; } 
                        &:focus{
                            z-index: 0;
                        }
              }
            }

            .subcribe button{     
              margin-top: 25px;      
              border: none;
              background-color: #000;
              color: #fff;
              font-weight: 700;
              font-size: 13px;
              height: 40px;
              line-height: 36px;
              padding: 0 17px;    
              text-transform: uppercase;      
             
            }
          }
        }
      }
  }

  .socials{
    text-align: center;
    li{
      position: relative;
      display: inline-block;
      margin: 0 5px;
    
      a{
        color: #fff;
          font-size: 16px;
          width: 35px; height: 35px;
          line-height: 35px;
          text-align: center;
          background-color: #c5c5c5;
          border-radius: 50%;
          display: block;
          span{
            display: none;
          }
          &:hover{
            color: #fff;
          }
      }
      
    }
  }

  .infos-footer{
    ul{
      margin-top: 20px;
      li{
        color: #2f2f2f;
        background: url(#{$imgPath}icon/icon-contact.png) no-repeat $left top;  
          font-size: 13px;
          line-height: 24px;
          list-style: outside none none;
          padding: side-values(5px 0px 10px 35px);
          text-transform: capitalize;
          a{
            color: #2f2f2f;
            font-size: 14px;
            transition: all 0.3s ease 0s;
          }
          &.adres {
            background-position: $left 11px;
        }
        &.phone {
            background-position: $left -57px;
        }
        &.mail {
            background-position: $left -103px;
        }
        &.timer {
            background-position: $left -146px;
        }
      }
    }
  }

  .content-bott{
    margin-top: 33px;
    .bannersf{
      margin-bottom: 25px;
    }
  }



  /* FOOTER BOTTOM */
  .copyright-w{

  }
  .payment-w{
    text-align: $right;
  }
  .footer-bottom{
    margin-top: 15px;  padding-bottom: 15px;
    text-align: center;
      .copyright{
        
        
      }
  }


}


@media (min-width: 1200px) and (max-width: 1649px){
  
}