.header_background_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../images/grid.png') #000;
}

.header_background_video video {
    position: relative;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;

}

.header_background_static {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cd6733;
    z-index: 1;

}

.header_content {
    color: white;
    font-size: 36px;
    position: relative;
    z-index: 3;
    margin: 180px 0 0 0;
}

.header_content h4{
    font-family: proxima_nova_rgbold;
    font-weight: bolder;
}


.header-grid {
    background: url('../images/grid.png') rgba(0, 0, 0, .35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.homepage {
    top: 0;
    overflow: hidden;
}

/*
Modal
*/

.modal{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px); filter: blur(20px);
    position: fixed;
    top:0;
    left:0;
    min-height:1024px;


}

.modalContent{
    width: 460px;
    margin:auto;
    position:relative;
    top:0;

    border-radius: 4px;
    background: whitesmoke;
    padding: 20px;
    text-align: center;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.modalContent input, .modalContent textarea{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220, 217, 215);
    background-color: rgb(242, 243, 240);
    width:100%;
    padding:9px;
    margin-top:16px;

}

.modalContent h1{
    font-size:20px !important;
}

.modalContent button{
    margin-top:16px;
}

.modalContent .logo{
    height:50px;
    background: url("../images/rentlit-wp-mlogo.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;

}

#hiwContent{
    min-height:100%;
    overflow: scroll;
}

#innerslide{
    background-position: 50% 245px !important;
    background-size: 280px;
}

#myClientsView {
    position: relative;
    bottom: 0;
}


.fixedSectionHeader h1 {
    color:#4d3733
}

.fixedSectionHeader div ul{
    list-style-type: none;
    width: 75%;
    margin: auto;
    padding-left: 0px;
}

.fixedSectionHeader div ul li{
    display: inline;
    padding-left: 30px;
    font-size: 26px !important;
    /*text-shadow: 1px 1px rgba(0,0,0,.5);*/
}

.fixedSectionHeader{
    position: relative;
    top: 125px;
    width:100%;
}

.fixedSectionHeader div{
    width:75%;
    margin:auto;
    text-align: center;
    color:#cd6733;
}

#animationContainer{
    overflow-y: hidden;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-color: rgb(252, 231, 168);
}

#sectionTitles{
    float: right;
    padding-top: 170px;
    color: #4d3733;
    font-size: 30px;
    width: 50%;
    padding-left: 160px;
}

#sectionTitles ul{
    list-style-type: none;
    width: 300px;
}

#sectionTitles ul li{
    padding-top: 10px;
}


.bold{
    font-family: proxima_nova_rgbold;
    font-weight: bolder;
    color:#cd6733 !important;
}

.simple-footer{
    background-attachment: scroll;
    padding-top: 30px;
    width: 100%;
    background: url('../images/footerbg_new.jpg') !important;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
    margin-bottom: 0;
    padding-bottom: 0;
    height: 300px;
}

/*contact form 7 CSS styles*/

.wpcf7-submit  {
  width: 50% !important;
  background-color: #cd6733 !important;
  color: white;
}

.wpcf7-response {
  color: black !important;
}

.screen-reader-response, .wpcf7-not-valid-tip, .wpcf7-response-output, .wpcf7-validation-errors{
  color: black !important;
}

.fields {
  overflow-y: auto;
}

.empty-field {
  border: 2px solid red !important;
}
