
.footer-icons img.fb {
	width:25px;
	margin-right:10px;
	height: auto;
}
.footer-icons img.eq {
	width:30px;
	height: auto;
}
.footer-icons img.greystar {
	width:100px;
	height: auto;
}
.footer-icons img.bozzuto_logo {
        margin: 0 10px;
}


.videocontainer {
	position: fixed;
	display:none;
	top:0;
	width:100%;
	min-width:100%;
	bottom:0;
	z-index:1000;
	margin:0 auto;
	left: 0;
  right: 0; 
  z-index: 999999; 
  height: 100vh;
}
.videocontainer .closevideo {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	    z-index: 999999999;
}
.videocontainer video.videobox {  
	/*min-width: 100%; 
	width: 100%; 
	height: auto; */
	width:100%;
	min-width:100%;
	left:0;
	right:0;
	position:absolute;
	background: url() no-repeat; 
	background-size: cover;
	margin:0 auto; 
	top: 50%;
	-webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: translateY(-50%); /* IE 9 */
          transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */

}
.videooverlay {
	position:fixed;
	display:none;
	top:0;
	z-index:9999;
	width:100%;
	height:100vh;
	background-color: rgba(0, 0, 0, 0.8);
}

.overlay {
    background: rgba(255, 255, 255, 1) !important;
    -webkit-overflow-scrolling: touch;
  	overflow-y: scroll;

}
.schedule-a-tour {
    border-left: 1px solid #fff;
    text-align: center;
}
.schedule-a-tour a {
    display: inline-block;
    padding: 20px 40px 20px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.office-hrs{padding-bottom: 35px;}
.office-hrs ul{width:100%;}
.office-hrs ul li{line-height: 30px;width:100%;float:left;min-height: auto;font-family: 'Montserrat', sans-serif;font-weight: bold;font-size: 15px;}
.office-hrs ul li > span{font-weight: normal;font-size: 14px;}
.office-hrs h3{color:#96d51d;font-weight: bold;}

body.thank-you-page{background-color: rgba(255, 255, 255, 1) !important;}
.content-wrap{height: 100%;width:100%;float:left;padding: 0 4%;overflow: visible;}
.thank-you-page header{height: 62px;}
.thank-you-box h2{text-align: left!important;font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 40px;color: #96d51d;text-transform: uppercase;}
.thank-you-box p{font-family: 'Montserrat', sans-serif;font-size: 15px;line-height: 30px;}
.thank-you-page #section1{padding-top: 100px;}

@media (max-width: 1137px) and (min-width: 992px){
.menu-nav {width:22%!important;} 
.schedule-a-tour a {font-size: 14px;padding: 20px 20px;}
}
@media (max-width: 991px) and (min-width: 768px){
.menu-nav {width:18%!important;}
.schedule-a-tour a {font-size: 13px;padding: 20px 15px;}
}
@media (min-width: 768px){
.right-block{float:right;}
}
@media (max-width: 767px) {

header .col-sm-3:first-child  a{
    width:33%!important;
    text-align: center;
}
.register-today,.apply-now,.schedule-a-tour{width:33.333%!important;}
.apply-now a,.register-today a,.schedule-a-tour a{padding: 10px 0px;font-size: 10px;}
.menu-nav{position: absolute;right: 0;bottom: 15px;border: 0;}
.inner-menu {
    height: calc(100% - 93px);
}
}
@media (max-width: 480px) {
    .register-today, .apply-now{width:30%!important;}
    .schedule-a-tour{width:40%!important;}
}