Oculoplasticsnav a:active, a:hover {
  outline: 0;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse {
  background-color: #ffffff;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.disable-pointer-events {
  pointer-events: none !important;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (min-width: 60em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */
header {
  background: #ffffff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  box-shadow: 1px 0px 5px #303030;
}
.logo {
  position: relative;
  width: auto;
  height: 70px;
  margin-top: 5px;
}
@media screen and (max-width: 1050px) {
  .logo {
    position: relative;
    width: auto;
    height: 50px;
    margin-top: 15px;
  }
}
/* ------------------------------------------
  MASK
--------------------------------------------- */
.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.android .mask {
  -webkit-transition: none;
  transition: none;
}
.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 60em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}
/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-collapse, .nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse ul li a:hover {
  border-top: solid 1px #182d70;
}
@media screen and (min-width: 60em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}
.nav-collapse li {
  float: left;
  padding: 10px 10px;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .nav-collapse li {
    width: auto;
  }
}
.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  background: #ffffff;
  color: #182d70;
  width: 100%;
  float: left;
}
@media screen and (min-width: 60em) {
  .nav-collapse a {
    padding: 1em 1em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}
.nav-collapse ul ul a {
  background: #ffffff;
  padding-left: 2em;
}
@media screen and (min-width: 60em) {
  .nav-collapse ul ul a {
    display: none;
  }
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}
.nav-toggle:before {
  color: #182d70; /* Edit this to change the icon color */
  font: normal 36px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 15PX;
	font-weight: bold;
}
.nav-toggle.active:before {
  content: "x";
    color: #182d70;
    font-weight:100;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
/* ------------------------------------------
  BODY
--------------------------------------------- */
#home {
  margin-top: 80px;
}

#about {
  background-image: url("../images/hand 2.png");
  width: 100%;
  min-height: 600px;
  margin: 20px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#icons {
  background-image: url("../images/hand.png");
  width: 100%;
  min-height: 1000px;
  margin: 0px 0px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#properties {
  clear: both;
  width: 100%;
  height: 600px;
  background-color: #182d70;
  overflow: hidden;
}
.properties {
  width: 200px;
  height: 100%;
  background-image: url("../images/imgwoodend lane bg.jpg");
}
#testimonials {
  background-color: #182d70;
	height:auto;
  width: 100%;
  margin: 0px auto;
	padding-top:20px;
	padding-bottom:20px;
}
#goals {
  text-align: center;
  margin-bottom: 100px;
}
#referrals {
  padding: 40px;
}
#referrals p {
  list-style: none;
  text-align: left;
}
#referrals li {
  text-decoration: none;
  list-style: none;
  text-align: left;
}
.block {
  display: inline-block;
}
.column_2 {
  position: relative;
  width: 49.9%;
  height: 100%;
  text-align: center;
  display: inline-block;
}
.column_3 {
  position: relative;
  width: 74.9%;
  display: inline-block;
}
.column_4 {
  position: relative;
  width: 24.9%;
  display: inline-block;
}
.column {
  width: 100%;
  text-align: center;
  padding: 20px;
}
#contact {
  display: flex;
  width: 100%;
	padding:60px 0px
}
footer {
  display: inline-block;
}
.address {
  list-style: none;
  text-align: center;
}
.footer {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #303030;
  min-height: 100px;
  color: #ffffff;
  text-decoration: none;
  list-style: none;
}
.button {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  letter-spacing: 2px;
  border: 3px solid #ffffff;
  background-color: #ffffff;
	transition: background 1s, border 1s, color 2s;
  color: #182d70;
}
.button:hover {
  background-color: #182d70;
  color: #ffffff !important;
}
.button_2 {
  width: 30%;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  letter-spacing: 2px;
  border: 3px solid #182d70;
	transition: background 1s, border 1s, color 2s;
  background-color: #182d70;

  color: #ffffff;
}
.button_2:hover {
  background-color: #ffffff;
  color: #182d70 !important;
}
.pop_up button {
  display: inline-block;
  width: 40%;
  bottom: 10%;
  margin: 5% auto;
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  letter-spacing: 4px;
}
.column_1 {
  width: 23%;
  text-align: center;
  float: left;
  margin-top: 35px;
  background-color: #F8F8F8;
  padding-bottom: 0px;
  margin-left: 1%;
  margin-right: 1%;
}
.header {
  text-align: center;
  padding: 40px;
}
.bg_text {
  padding: 20px;
}
.float {
  float: left;
}
.collapse {
  position: relative;
  height: auto;
  width: 100%;
}
.contact_form input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.contact_form input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact_form textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.contact_form input[type=submit]:hover {
  background-color: #45a049;
}
.img-with-text {
  display: inline-block;
  width: 24%;
  margin: 20px auto 10px auto;
  text-align: center;
}
.img-with-text img {
  display: block;
  margin: 10px auto;
  width: 50%;
}
.img-with-text p {
  padding: 0px 20px;
}
.privacy_policy {
  margin-top: 100px;
  padding: 10px;
  text-align: left;
  list-style: none;
  text-decoration: none;
}
.privacy_policy_tab {
  background-color: #182D70;
  text-align: center;
}
.contact_form {
  margin: 20px auto;
  width: 100%;
  background-color: #efefef;
  border-radius: 5px;
  padding: 20px;
  z-index: 9998;
  text-align: left;
}
.testimonials {
  padding: 20px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin: 20px;
}
.testimonials_image {
  width: 100%x;
  height: 500px;
  background-image: url("../images/imghagley road.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 999;
}
.about_image {
  width: 100%x;
  height: 600px;
  background-image: url("../images/imgwoodend lane.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 999;
}
.map_text {}
.donate_icon {
  position: relative;
  width: 30%;
  display: inline-block;
  float: left;
  margin: 0px 10px;
}
.donate_icon img {
  width: 75%;
}
.align_centre {}
.padding {
  padding: 60px 20px;
  display: inline;
  margin: 0 auto;
}
#icons {
  min-height: 600px;
  padding: 80px 20px;
}
.profile img {
  width: auto !important;
  height: 80% !important;
}
.text {
  text-align: center;
  margin: auto;
  padding: 40px;
}
.icon_row {
  position: relative;
  width: 80%;
  margin: 20px auto 10px auto;
}
.property_listing {
  height: 500px;
  background-color: #000000;
}
.property_listing li {
  text-align: left;
}
.map {
  height: 650px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.property_box {
  height: 500px;
  background-color: #004987;
}
.button_3 {
  width: 100%;
  height: auto;
  background-color: #182d70;
  color: #ffffff;
  padding: 10px;
}
.button_3 a:link {
  color: #ffffff;
  text-decoration: none;
}
.overlay {
  background: rgba(0, 0, 0, 0.30);
  position: relative;
  width: 100%;
  height: 800px; /* your iframe height */
  top: 800px; /* your iframe height */
  margin-top: -830px; /* your iframe height */
  z-index: 99;
}
.text_column {
  position: relative;
  bottom: 0px;
  z-index: 999;
}
.about_text {
  position: absolute;
  left: 30%;
  width: 60%;
  padding: 20px 10px;
}
.property_image {
  width: 100%;
  height: 500px;
  background-image: url("../images/imgstony lane 1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 999;
}
.submit {}
.referrals_text {
  margin-left: -20px;
  position: fixed;
}
.referrals_text ul {
  padding-left: -40px !important;
}
.pop_up {
  visibility: hidden;
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  margin: 0px auto;
  background-color: #182d70;
  z-index: 999;
  text-align: left;
}
.pop_up_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 999999;
	overflow: hidden;
}
.extra_padding {
	padding:0% 20%;
}

.pop_up h1{
	margin:40px!important;
}

.gallery_block{
	width:80%;
	margin: 0 auto;
	text-align: center;
}

.gallery {
  margin: 2%;
	display: inline-block;
  width: 20%;
	transition: 1s;
}

.gallery:hover {
  transform: scale(1.1);
}

.gallery img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.gallery.desc {
  padding: 15px;
  text-align: center;
}
/* ------------------------------------------
  BODY - MOBLE
--------------------------------------------- */
@media only screen and (max-width: 60em) {
  .donate_icon {
    width: 100%;
    display: inline-block;
  }
  .donate_icon img {
    width: 24.9%;
  }
  #properties {
    height: auto;
  }
  .map {
    height: 250px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
  }
  .header {
    padding: 5px;
  }
  .about_text {
    position: relative;
  }
  #about {
    background-image: none;
  }
  .header {
    height: auto !important;
  }
  .map {
    display: none;
  }
	.column_3 {
  position: relative;
  width: 100%;
  display: block;
}
.column_4 {
  position: relative;
  width: 100%;
  display: block;
}
  .about_text {
    left: 0px;
    width: 80%;
    padding: 20px 10px;
  }
  .carousel-caption {
    font-size: 40%;
    left: 2% !important;
  }
  .column {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .column_2 {
    width: 100%;
  }
  .block {
    display: block;
  }
  #properties {
    background-size: cover;
  }
  .properties {
    width: 100%;
    height: 100%;
    background-image: url("../images/imgwoodend lane bg.jpg");
  }
  .img-with-text {
    display: block;
    width: 80%;
  }
  .button_2 {
    width: 60%;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    letter-spacing: 2px;
    border: 3px solid #182d70;
    background-color: #182d70;
    transition: all 0.3s linear;
    color: #ffffff;
  }
  .pop_up {
    visibility: hidden;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    margin: 10% auto;
    background-color: #182d70;
    z-index: 999;
    text-align: left;
    padding: 20px;
  }
  .pop_up_image {
    display: none;
  }
	.extra_padding {
	padding:0% 2%;
}
	.gallery {
  margin: 2%;
	display: inline-block;
  width: 45%;
	transition: 1s;
}
	.pop_up h1{
	margin:20px!important;
}
}
/* ------------------------------------------
  EXTRA
--------------------------------------------- */
@media only screen and (min-width: 60em) {
  .parallax {
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 60em) {
  .parallax {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/* ------------------------------------------
  POLICY
--------------------------------------------- */
.counter-value {
        display: inline-flex; 
        width: 150px; 
        height: 150px; 
        margin: 10px auto; 
        border-radius: 50%; 
        border: 5px solid #ffffff;
	vertical-align: middle; 
}
.counter-value h1{
	        margin:  auto; /* Important */ 
        text-align: center;
	font-size: 4em;
	padding-bottom: 10px;
}
#counter {
	margin-top:50px;
}

.button_row {
	position:absolute;
	bottom:20px;
	left:0px;
	width:100%;
	height:auto;
}

.properties_box {
	width:100%;
	height:100%;
}

.map_box{
	padding-top:30%;
	vertical-align: middle;
}

.map_box img{
	width:150px;
}




