/*! * Start Bootstrap - Creative v5.0.2 (https://startbootstrap.com/template-overviews/creative) * Copyright 2013-2018 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE) */

body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: transparent;
}

hr.light {
    border-color: transparent;
}

a {
    color: #f05f40;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:hover {
    color: #f05f40
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.bg-primary {
    background: #811d80;
    border-top: 5px #2b053c solid;
    border-bottom: 5px #2b053c solid;
    background: url(../img/bg-violet.jpg);
    background-position: top center;
    background-repeat: repeat;
}

.bg-dark {
    background-color: #212529!important
}

.text-faded {
    color:#fff;
}

section {
    padding: 3rem 0
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all .2s;
    transition: all .2s
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #f05f40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #f05f40
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #f05f40
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #f05f40!important;
    background-color: transparent
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent
}

.carousel-testi {
    margin: 5px auto;
    padding: 0 70px;
    max-height: 150px;
}

.carousel-testi .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

.carousel-testi .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}

.carousel-testi .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}

.carousel-testi .testimonial::before {
    content: '\93';
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}

.carousel-testi .overview b {
    text-transform: uppercase;
    color: #f05f40;
}

.carousel-testi .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 1px 3px;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 1px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: #f05f40;
    border: 0;
}


/* Style the tab */

.tab {
    overflow: hidden;
    border: 0px solid #fff;
    background-color: transparent;
    color: #fff;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    border: 1px #fff solid;
    outline: none;
    cursor: pointer;
    padding: 0 10px;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
    margin: 0 3px;
    background: transparent;
    text-transform: uppercase;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: transparent;
    color: #fff;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: transparent;
    color: #d396f3;
    background: #210331;
    border:1px #d396f3 solid;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 20px 0;
    float: left;
    border-top: none;
}

.img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

#features {}

#features h3 {
    font-size: 1rem;
}

#features h2 {
    color: #000!important;
}

#features ul {
    line-height: 40px;
}

#amenities {
    background: #811d80;
    border-top: 5px #2b053c solid;
    border-bottom: 5px #2b053c solid;
    background: url(../img/bg-violet.jpg);
    background-position: top center;
    background-repeat: repeat;
}

#amenities h3 {
    font-size: 1rem;
}

#amenities h2 {
    color: #fff!important;
}

.card-header {
    background: #2b053c;
}

.card-header a {
    color: #ed8dec!important;
}

.card {
    background: transparent;
}

.accordion .card .card-header {
    margin-bottom: 10px;
}

.panel-body ul li {
    color: #fff;
}

.panel-body ul {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.3);
    margin-top: -8px;
    border-bottom-left-radius: 8px;
    margin-top: -8px;
    border-bottom-right-radius: 8px;
}

.rera {
    color: #f99153;
    font-size: 12px;
    text-align: right;
}

#specifications {}

#specifications h3 {
    font-size: 20px;
}

#specifications h2 {
    color: #000!important;
}

#specifications ul li {
    text-align: left;
}

#walkthrough {}

#walkthrough h3 {
    font-size: 20px;
}

#walkthrough h2 {
    color: #000!important;
}

#floorplan {
    background: #811d80;
    border-top: 5px #2b053c solid;
    border-bottom: 5px #2b053c solid;
    background: url(../img/bg-violet.jpg);
    background-position: center center;
    background-repeat: repeat-x;
}

#floorplan h3 {
    font-size: 1rem;
}

#floorplan h2 {
    color: #fff!important;
}

#testimonials {
    background: #811d80;
    border-top: 5px #2b053c solid;
    border-bottom: 5px #2b053c solid;
    background: url(../img/bg-violet.jpg);
    background-position: center center;
    background-repeat: repeat-x;
}

#testimonials h3 {
    font-size: 1rem;
}

#testimonials h2 {
    color: #fff!important;
}

#approved {
    text-align: center;
}

#approved h3 {
    font-size: 1rem;
}

#approved h2 {
    color: #000!important;
}

#approved img {
    padding: 10px;
}

#contact {
    background: #4a4454;
    border-top: 5px #2e2937 solid;
}

#contact h3 {
    font-size: 1.5rem;
}

#contact h2 {
    color: #fff!important;
}

.form-controls {
    width: 100%;
    margin: 3px 0;
    float: left;
}

.form-controls input {
    width: 100%;
    height: 33px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    padding: 8px;
}

.form-controls textarea {
    width: 100%;
    height: 65px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
}

.form-controls placeholder {
    color: #FFF;
}

.form-controls button {
    background: #f05f40;
    color: #fff;
    border-radius: 7px;
    border: none;
    padding: 10px 15px;
    text-align: center;
}

#location {
    padding: 3rem 0 0 0;
}

.copyright {
    background: #2e2937;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    float: left;
}

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #000
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 10px;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(255, 255, 255, .7);
        color: #000
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #000
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color: #fff
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #f05f40
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #f05f40
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #212529
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #f05f40
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/header.jpg);
    background-position: center center;
    background-size: cover
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px
}

header.masthead h1 {
    font-size: 2rem
}

header.masthead p {
    font-weight: 300
}

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.15rem
    }
}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.masthead h1 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 4rem
    }
}

.service-box {
    max-width: 400px
}

.portfolio-box {
    position: relative;
    display: block;
    width: 90%;
    margin: 20px auto;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, .9);
    -webkit-transition: all .2s;
    transition: all .2s
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}

.portfolio-box:focus {
    outline: 0
}

@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 16px
    }
}

.text-primary {
    color: #f05f40!important
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: #f05f40;
    border-color: #f05f40
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #ee4b28!important
}

.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5)!important;
    box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5)!important
}

.navbar-toggler {
    padding: 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right!important;
    margin-top: -63px!important;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    background-color: #2d093d;
    color: #fff!important;
   
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    background-color: #2d093d;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #2d093d;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
       float: right;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 5%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 60px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    display: inline-block;
    padding: 5px 25px;
}

@media (max-width:600px) {
    .carousel-testi {
        margin: 50px auto;
        padding: 0 20px;
        max-height: 200px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .rera {
        text-align: left;
    }
}

.bg-icon_amphitheater {
    width: 88px;
    height: 50px;
    background: url('../img/css_sprites.png') -550px -640px;
   margin: auto;
}

.bg-icon_amphitheatre {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -10px;
   margin: auto;
}

.bg-icon_barbeque {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -10px;
   margin: auto;
}

.bg-icon_basketball {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -100px;
   margin: auto;
}

.bg-icon_batmindon {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -100px;
   margin: auto;
}

.bg-icon_beachvolleyball {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -10px;
   margin: auto;
}

.bg-icon_busstop {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -100px;
   margin: auto;
}

.bg-icon_cabin {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -190px;
   margin: auto;
}

.bg-icon_chess {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -190px;
   margin: auto;
}

.bg-icon_climbing {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -190px;
   margin: auto;
}

.bg-icon_cricket {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -10px;
   margin: auto;
}

.bg-icon_cycle {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -100px;
   margin: auto;
}

.bg-icon_daycare {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -190px;
   margin: auto;
}

.bg-icon_entrance {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -280px;
   margin: auto;
}

.bg-icon_exercise {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -280px;
   margin: auto;
}

.bg-icon_futsa {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -280px;
   margin: auto;
}

.bg-icon_framewall {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -280px;
   margin: auto;
}

.bg-icon_futsal {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -10px;
   margin: auto;
}

.bg-icon_gallery {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -100px;
   margin: auto;
}

.bg-icon_game {
    width: 88px;
    height: 50px;
    background: url('../img/css_sprites.png') -730px -10px;
   margin: auto;
}

.bg-icon_golf {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -190px;
   margin: auto;
}

.bg-icon_golfcart {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -280px;
   margin: auto;
}

.bg-icon_garden {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -370px;
   margin: auto;
}

.bg-icon_gym {
    width: 88px;
    height: 50px;
    background: url('../img/css_sprites.png') -730px -80px;
   margin: auto;
}

.bg-icon_gymnasium {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -370px;
   margin: auto;
}

.bg-icon_hall {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -370px;
   margin: auto;
}

.bg-icon_hopscotch {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -370px;
   margin: auto;
}

.bg-icon_herbal {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -370px;
   margin: auto;
}

.bg-icon_indoor {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -10px;
   margin: auto;
}

.bg-icon_jacuzzi {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -100px;
   margin: auto;
}

.bg-icon_kidspool {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -190px;
   margin: auto;
}

.bg-icon_library {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -280px;
   margin: auto;
}

.bg-icon_lawn {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -370px;
   margin: auto;
}

.bg-icon_ludo {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -460px;
   margin: auto;
}

.bg-icon_massage {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -460px;
   margin: auto;
}

.bg-icon_music {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -460px;
   margin: auto;
}

.bg-icon_office {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -460px;
   margin: auto;
}

.bg-icon_orchard {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -460px;
   margin: auto;
}

.bg-icon_outdoordeck {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -460px;
   margin: auto;
}

.bg-icon_pavilionseat {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -550px -10px;
   margin: auto;
}

.bg-icon_pavilion {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -550px -100px;
   margin: auto;
}

.bg-icon_playzone {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -550px -190px;
   margin: auto;
}

.bg-icon_pooldeck {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -550px -280px;
   margin: auto;
}

.bg-icon_reception {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -550px -370px;
   margin: auto;
}

.bg-icon_raindance {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -550px -460px;
   margin: auto;
}

.bg-icon_reflexology {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -550px;
   margin: auto;
}

.bg-icon_snakelader {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -550px;
   margin: auto;
}

.bg-icon_squash {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -550px;
   margin: auto;
}

.bg-icon_steam {
    width: 88px;
    height: 50px;
    background: url('../img/css_sprites.png') -730px -150px;
   margin: auto;
}

.bg-icon_store {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -550px;
   margin: auto;
}

.bg-icon_saloon {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -550px;
   margin: auto;
}

.bg-icon_skating {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -550px;
   margin: auto;
}

.bg-icon_swimming {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -550px -550px;
   margin: auto;
}

.bg-icon_swimming2 {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -640px -10px;
   margin: auto;
}

.bg-icon_tabletennies {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -640px -100px;
   margin: auto;
}

.bg-icon_temperature {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -640px -190px;
   margin: auto;
}

.bg-icon_tennies {
    width: 88px;
    height: 50px;
    background: url('../img/css_sprites.png') -730px -220px;
   margin: auto;
}

.bg-icon_tenniesnew {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -640px -280px;
   margin: auto;
}

.bg-icon_toddlers {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -640px -370px;
   margin: auto;
}

.bg-icon_trampoline {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -640px -460px;
   margin: auto;
}

.bg-icon_tree {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -640px -550px;
   margin: auto;
}

.bg-icon_waitingpavilion {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -10px -640px;
   margin: auto;
}

.bg-icon_viewgallery {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -100px -640px;
   margin: auto;
}

.bg-icon_waterbody {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -190px -640px;
   margin: auto;
}

.bg-icon_waterbody2 {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -280px -640px;
   margin: auto;
}

.bg-icon_waterdody2 {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -370px -640px;
   margin: auto;
}

.bg-icon_yoga {
    width: 70px;
    height: 70px;
    background: url('../img/css_sprites.png') -460px -640px;
   margin: auto;
}