
form[action*="clickdimensions"] .form-group.req:after {
position:absolute;
content:'*';
color:red;
right:-10px;
top:-2px;
}
.section-no-padding{padding-top:0;}
.section-no-margin{margin-top:0;}

.devdays-floater {
  background-image: url("/assets/img/home/devdays-floater-bg.jpg");
  background-size: cover;
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 500px;
  height: 240px;
  margin: 0 30px 30px 0;
  padding: 40px 25px 25px 25px;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 10px rgba(51, 60, 78, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(51, 60, 78, 0.1);
  box-shadow: 0 0 10px rgba(51, 60, 78, 0.1);
  z-index: 100;
  overflow: hidden;
  display: none; }

  .devdays-floater h2 {
    margin-bottom: 0; }

  .devdays-floater h2, .devdays-floater p {
    color: white; }

  .devdays-floater .close-button a {
    color: white;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 15px; }

    .btn-devdays-banner:hover {
	    color: white !important;
	    border-color: white !important;
    }

@media (max-width: 768px) {
    .devdays-floater {
        position: relative
    }

    .devdays-floater {
        width: 97%;
        margin-left: 8px;
        height: auto
    }
}

div#livechat-compact-container {bottom:70px !important; right:0px !important;}
