*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat, sans-serif;
  background: #f1f1f1;
}

.home {
  height: 100vh;
  position: relative;
  width: 100%;
  display: block;
  background-image: url("materials/desktop_v4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 
 
.home-container{
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  z-index: 2;
}

.home-cell{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

 

.home-cell h1 {
  padding-top: 10%;
  font-family:Montserrat, serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
}.home-cell h2 {
  font-family:Montserrat, serif;
  font-weight: 200;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.1;
}
 

.social-container{
   display: block;
   position: absolute;
   width: 100%;
   height: auto;
   z-index: 10;
   top: auto;
   right: 0;
   bottom: 40px;
   text-align: center;
} 


.newsletter{
   display: block;
   position: absolute;
   width: 270px;
   height: auto;
   z-index: 100;
   bottom: 60px;
   right: 50px;
   text-align: left;
   border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
   box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
   padding: 13px;
  
   color: #FFFFFF;
    font-family:Montserrat, serif;
    background-color: #c4c2c363;
}


.n1{
  font-size: 15px;
   padding-right: 30px;   
   font-weight: 500;

}
.n2{
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;   
 
}

.social-items{
   display: inline-block;
   position: relative;
   vertical-align: middle;
} 

.icon  {    
    vertical-align: top;
}
 

 .emailAddress{
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  border:none;
  border-radius: 8px;
  background-color:rgba(0,0,0,0.15);
  padding-left: 5px;
  padding-right: 5px;
 }
 

.icon a{    

    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}
.icon a:hover{    

    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}

.close{
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(materials/icon6.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer;
    right: 10px;
    top:10px;
 

}.close:hover{
    
}
.submit{
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(materials/icon7.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 13px;
    cursor: pointer;
    right: 16px;
    margin-top: 4px;
    z-index: 100;
 
 
 

}.submit:hover{
    
}


.icon1{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(materials/icon1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
        margin: 7px;
     margin-left: 7px;
      margin-right: 7px;

}.icon1:hover{
    
}



.icon2{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(materials/icon2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 7px;
     margin-left: 7px;
      margin-right: 7px;
       background-size: 34px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon2:hover{
    
}



.icon3{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(materials/icon3.svg);
    background-position: center center;
    background-repeat: no-repeat;
 
       background-size: 26px auto;
    margin: 7px;
     margin-left: 7px;
      margin-right: 7px;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon3:hover{}



.icon4{
    display: inline-block;
    position: relative;
    width: 26px;
    height: 35px;
    background-image: url(materials/icon4.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 7px;
     margin-left: 7px;
      margin-right: 7px;
     background-size: 26px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon4:hover{
    
}



.icon5{
    display: inline-block;
    position: relative;
    width: 24px;
    height: 35px;
    background-image: url(materials/icon5.svg);
    background-position: center center;
    background-repeat: no-repeat;
       margin: 7px;      
        margin-left: 7px;
      margin-right: 7px;
     background-size: 16px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon5:hover{
    
}


.dim{
   
     opacity: 0.2;
 
      transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
}.undim{
   
     opacity: 1;
 
      transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
}


.telephone{
   display: none;
   position: absolute;
   width: auto;
   height: auto;
   z-index: 10;
   top: 127px;
   right: 93px;
   border: 1px solid #FFFFFF;
   border-radius: 5px;
   padding: 15px;
  padding: 15px; 
} 

.email{
   display: none;
   position: absolute;
   width: auto;
   height: auto;
   z-index: 10;
   top: 127px;
   right: 93px;
   border: 1px solid #FFFFFF;
   border-radius: 5px;
   padding: 15px;
 
} 


.num{
  display: block;
  position: relative;
  width: 100%;
  font-family: Lato, serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  min-width: 187px;
 
}.num a{
  display: block;
  position: relative;
  width: 100%;
  font-family: Lato, serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  min-width: 187px;
  text-decoration: none;
 
}.num a:hover{
  display: block;
  position: relative;
  width: 100%;
  font-family: Lato, serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  min-width: 170px;
  text-decoration: none;
  }

.line{
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  height: 1px;
  margin-bottom: 12px;
  margin-top: 12px;
  }








@media all and (orientation:landscape) {
.desktop{ display: block; }
.mobile{ display: none; }

}

@media all and (orientation:portrait) {


.newsletter{
   display: block;
   position: absolute;
   width: 270px;
   height: auto;
   z-index: 100;
   bottom: 120px;
   right: 50%;
   margin-right: -135px;

 
}


.desktop{ display: none; }
.mobile{ display: block; }
.home-cell h1 {
  font-size: 27px;
  line-height: 1.1;
}.home-cell h2 {
  font-size: 18px;
}
 

.logo{
  display: block;
  position: absolute;
  z-index: 10;
  top: 42px;
  width: 100%;
  text-align: center;
  left: 0px;
} 
.logo img{
  
  display: inline-block;
  position: relative;
}  




.social-container{
   display: block;
   position: absolute;
   width: 100%;
   height: auto;
   z-index: 10;
   top: auto;
   right: 0;
   bottom: 50px;
   text-align: center;
} 


 

 
  


 
}