/** Responsive */

/*** responsive menu */
#toggle {
  width:30px;
  height:25px;
  float:right;
  margin:0;
  margin-top: 10px;
  overflow:hidden;
  cursor: pointer;
  display:none;
}


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

.intro_text {

  font-size: 2.4em;
  line-height: 1.6em;

}


}


/* Retina screen */
@media  (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) { 
}



@media screen and (max-width:1100px)
{
    #bw6 { display: none; }
}



/** tablet */
@media screen and (max-width:1024px)
{

  body { 
    font-weight: 300;

  }

  img {
    max-width: 100%;
    height: auto;
  }



  #wrap, .wrap, #footer .wrap, #contact .wrap {
    width: auto; 
    padding: 20px 10px;
    clear: both;
  }

  #menu  {
    height: 2px;
  }

  #menu ul {
    display: none;
    position: absolute;
    right: -4px;
    margin-top: 31px;
    z-index: 100000134;
    background-color: #fff;
  }

  #menu li {
    float: none;
    padding: 5px;
  }
  #menu li a { margin: 4px; padding-right: 5px; }

  #menu ul.visible {
    display: block;
  }

  #toggle {
    display: block;
    margin-top: 10px;
  }

    #topbar > div {
    margin-left: 50px;
  }
  #topbar div.right {
    margin-right: 20px;
  }

  .dialog_content {  padding: 50px; margin: 0 auto; width: auto;  }
  
.dialog {
  width: auto;
  margin: 0 auto;
  position: relative;
}

.dialog_wrapper {
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: auto; 
  top: auto; 
  transform: none

}

.dialog_wrapper.bgblack {
  background-color: rgba(0,0,0,0.8);
}

}


/** tablet portrait */
@media screen and (max-width:768px)
{
  #wrap, .wrap, #contact .wrap {
    width: auto; 
    padding: 20px 60px;
    clear: both;
  }


  .intro_text {
  position: absolute;
  display: block;
  width: 50%;
  top: 50%;
  width: 700px;
  margin-left: -350px;
  left: 50%;
  z-index: 10;
  color: #fff;
  font-size: 1.5em;
}

.dialog {
  width: auto;
  margin: 0 auto;
  position: relative;
}
.dialog_content {  padding: 40px; margin: 0 auto; width: auto;  }

  .form_left { float: none; width: auto; }
.form_right { float: none; width: auto; }
.flcenter { display: none; }



form textarea { width: 300px; height: 222px; padding: 10px; border: 0;   font-size: 14px;   color: #1a242f;   border-radius: 5px;}

form input, form select {
  padding: 7px 10px;
  outline: 0;
  width: 280px;
  border: 0;
  background-color: #ffffff;
  color: #313131;
  font-size: 14px;
  border-radius: 5px;
}






}



/** iphone 2 -> 4 portrait and landscape */ 
@media screen and (max-width: 580px )
{ 

  body.vegas-container {
        overflow-x: hidden ;
  }
  h1 { font-size: 1.6em; }

  #logo img { 
    max-width: 100%;
  }

  #case_title { font-size: 2em; }

  #logo {
  position: absolute;
  width: 270px;
  bottom: 40px;
  left: 50%;
  margin-left: -135px;
  z-index: 10;
}

  #wrap, .wrap {
    width: auto; 
    padding: 60px 60px;
    clear: both;
  }
  #content {
    clear: both;
  }
  #header { height: auto; }
  #topbar > div {
    margin-left: 50px;
  }
  #topbar div.right {
    margin-right: 20px;
  }
  .intro_text {
  position: absolute;
  display: block;
  width: 90%;
  top: 50%;
  left: 5%;
  z-index: 10;
  margin-left: 0;
  text-align: center;
  color: #fff;
  font-size: 1em;
  padding: 0 ;
}
#footer .wrap { text-align: center }
#footer .wrap .right { float: none }
#footer .wrap .fleft { float: none; width: auto; }

.servicemodale .wimm_modale {
    width: 280px !important;
    margin-left: -140px  !important;
}


form textarea { width: 220px; height: 122px; padding: 10px; border: 0;   font-size: 14px;   color: #1a242f;   border-radius: 5px;}

form input, form select {
  padding: 7px 10px;
  outline: 0;
  width: 220px;
  border: 0;
  background-color: #ffffff;
  color: #313131;
  font-size: 14px;
  border-radius: 5px;
}

}















