.float {
    position: fixed;
    width: 53px;
    height: 49px;
    bottom: 0;
    right: 64px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 30px;
    box-shadow: nno;
    z-index: 100;
}

.my-float:hover, .float:hover {color:#fff}

.my-float {
    margin-top: 14px;
}

.box {
    width: 183px;
    margin: 0 auto;
    /*background: rgba(255,255,255,0.2);*/
    padding: 0;
    border: 0;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    position: fixed;
    right: 122px;
    z-index: 999;
    bottom: 0;
}

.box .button {
    text-transform: uppercase;
    font-size: 1em;
    padding: 13px 0 13px 50px;
    color: #fff;
    background: url(../img/icons/video-icon.png) no-repeat 9px 9px #243559 !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100%;
    float: left;
    text-align: left;
}

.box .button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
	z-index: 99999;
  opacity: 1;
}

.popup {
    margin: 120px auto auto;
    padding: 5px;
    background: #fff;
    border-radius: 0 !important;
    width:650px;
    position: relative;
    transition: all 5s ease-in-out;
}

video.video {
    width: 100%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    opacity: 1 !important;
    position: absolute;
    top: -38px;
    right: 0;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #39c470;
    padding: 10px;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup .close {
  opacity: 1 !important;
  position: absolute;
  top: -38px;
  right: 0;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #438f02;
  padding: 10px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

section.services-container.temp-container .inner-column { padding: 0; }
section.services-container.temp-container .inner-column .text.temp-left { width: 50%; float: left; text-align: left;margin-top:15px }
section.services-container.temp-container .inner-column .text.temp-right { float: right; width: 50%;margin-top:15px }

.box-brocher {
    width: 153px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    position: fixed;
    right: 310px;
    z-index: 999;
    bottom: 0;
}

.box-brocher .button {
    text-transform: uppercase;
    font-size: 1em;
    padding: 13px 0 13px 50px;
    color: #fff;
    background: url(../img/icons/brocher-icon.png) no-repeat 9px 9px #438f02 !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100%;
    float: left;
    text-align: left;
}

.box-brocher .button:hover {
  background: #438f02;
}

@media screen and (max-width: 700px){

.float {
    right: 55px;
    z-index: 9999;
}

.box-brocher {
    width: 135px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    position: fixed;
    right: 275px;
    z-index: 999;
    bottom: 0;
}

.box {
    width: 107%;
    left: 0;
    height: 40px;
}
.box .button {
    padding: 13px 12px 43px 50px;
    color: #fff;
    background: url(../img/icons/video-icon.png) no-repeat 9px 7px #0160bd !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 47%;
    float: none;
    text-align: left;
    margin: 0 auto;
    height: auto;
}
  .popup {
    width: 80%;
    padding: 10px;
}
  video.video {
    width: 100%;
}

}