<style type='text/css'>
body { background-color:#f6724b }
.header { background-color:#ffffff }
.nav__primary {
  padding: 15px 50px  !important; 
      background-color: #f6724b;
}
.extrabox_2 .btn.btn-primary{
  padding: 40px 40px 40px 15px !important;
}

.sh-link a {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #eb9603;
  padding: 8px 14px 9px 20px;
  text-decoration: none;
}

.sh-link a:hover {
  background: #f5f50a;
  text-decoration: none;
}
.sh-link {
margin-bottom: 15px;
}


/* Facilities*/

.facilities-items {
  padding-top: 180px;
}

.facilities-items li {
  margin-top: -10%;
  -webkit-transform:  scale(0.5);
  -moz-transform:     scale(0.5);
  -ms-transform:      scale(0.5);
  transform:          scale(0.5);
}

.facilities-items li:first-child {
  margin-left: 15.5%;
}

.facilities-items li:nth-child(8n) {
  margin-left: 12.5%;
}

.facility-item {
  padding: 12%;
}

.facility-item > div {
  -webkit-transform:  rotate(45deg) scale(2);
  -moz-transform:     rotate(45deg) scale(2);
  -ms-transform:      rotate(45deg) scale(2);
  transform:          rotate(45deg) scale(2);
  overflow: hidden;
}

.facility-item > div figure {
  -webkit-transform:  rotate(-45deg);
  -moz-transform:     rotate(-45deg);
  -ms-transform:      rotate(-45deg);
  transform:          rotate(-45deg);
  margin: -21% !important;  
  -webkit-backface-visibility:  hidden;
  -moz-backface-visibility:     hidden;
  backface-visibility:          hidden;
}

.facility-item > div figure img {
  opacity: 0.8;
  -webkit-transition:   all 0.2s ease;
  -moz-transition:      all 0.2s ease;
  -ms-transition:       all 0.2s ease;
  transition:           all 0.2s ease;
}

.facility-item > div figure:hover img {
  opacity: 0.99;
  -webkit-transform:  scale(1.1);
  -moz-transform:     scale(1.1);
  transform:          scale(1.1);
}

.facility-item > div figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.facility-item > div figcaption div {
  padding-top: 50.5%;
  -webkit-transition:   all 0.3s ease;
  -moz-transition:      all 0.3s ease;
  -ms-transition:       all 0.3s ease;
  transition:           all 0.3s ease;
  -webkit-backface-visibility:  hidden;
  -moz-backface-visibility:     hidden;
  backface-visibility:          hidden;
}

.facility-item > div figcaption div span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 9px 0;
  -webkit-transition:   color 2s ease, text-shadow 1s ease;
  -moz-transition:      color 2s ease, text-shadow 1s ease;
  -ms-transition:       color 2s ease, text-shadow 1s ease;
  transition:           color 2s ease, text-shadow 1s ease;
  color: transparent;
  text-shadow: 0 0 50px white;
  
}

.hover-top {
  -webkit-transform:  translate3d(100%, -100%, 0);
  -moz-transform:     translate3d(100%, -100%, 0);
  -ms-transform:      translate3d(100%, -100%, 0);
  transform:          translate3d(100%, -100%, 0);
}

.hover-top span {
  bottom: 0;
}

.hover-bottom {
  -webkit-transform:  translate3d(-100%, 100%, 0);
  -moz-transform:     translate3d(-100%, 100%, 0);
  -ms-transform:      translate3d(-100%, 100%, 0);
  transform:          translate3d(-100%, 100%, 0);
}

.hover-bottom span {
  top: 0;
}

.facility-item > div figcaption:hover div {
  -webkit-transform:  translate3d(0, 0, 0);
  -moz-transform:     translate3d(0, 0, 0);
  -ms-transform:      translate3d(0, 0, 0);
  transform:          translate3d(0, 0, 0);
}

.facility-item > div figcaption:hover div span {
  color: white;
  text-shadow: none;
}

.facility-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform:  translate3d(0, -50%, 0);
  -moz-transform:     translate3d(0, -50%, 0);
  -ms-transform:      translate3d(0, -50%, 0);
  transform:          translate3d(0, -50%, 0);
  pointer-events: none;
  font-size: 40px;
  z-index: 1;
  line-height: 60px;
color:#fff;
}

.facility-item > div:hover + span {
  display: none;
}

.extrabox_1 {
  padding: 0;
 margin-top: -240px !important;
}
</style>



<style type='text/css'>
h1 { font: normal 36px/38px Open Sans Condensed;  color:#FFFFFF; }
h2 { font: normal 36px/38px Open Sans Condensed;  color:#FFFFFF; }
h3 { font: normal 23px/24px Open Sans Condensed;  color:#FFFFFF; }
h4 { font: normal 14px/20px Arial, Helvetica, sans-serif;  color:#FFFFFF; }
h5 { font: normal 12px/18px Arial, Helvetica, sans-serif;  color:#FFFFFF; }
h6 { font: normal 12px/18px Arial, Helvetica, sans-serif;  color:#333333; }
body { font-weight: normal;}
.logo_h__txt, .logo_link { font: normal 9px/9px Archivo Black, sans-serif;  color:#FFFFFF; }
.sf-menu > li > a { font: normal 20px/20px Open Sans;  color:#FFFFFF; }
.nav.footer-nav a { font: normal 18px/22px Open Sans Condensed;  color:#FFFFFF; }
</style>


<style>
		@media screen and (max-width:767px){
.facilities-items li:first-child {
  margin-left: 0px ;
}
.facilities-items li{
  margin-bottom: 80px !important;
  width: 75%;
  margin-left: 15% !important;
}

.facilities-items li:nth-child(8n) {
  margin-left: 0;
}
}

</style>


 @media screen and (max-width: 600px) {
  .img23 {
         
		margin-left: 0px !important;
			
      
  }
}
 