.custom .tp-bullet {
    border-radius: 6px;
    background-clip: padding-box;
    background: #FFF
}

.custom .tp-bullet.selected,
.custom .tp-bullet:hover {
    background: #f2ba10
}

.panel-title a span {
    text-transform: uppercase !important
}

.menu-container {
    border-bottom: 1px solid #e9e9e9
}

.menu-container .logo-container {
    padding-top: 5px !important;
    padding-bottom: 10px !important
}

header #menu-main-menu .menu-item-54539 a {
    cursor: default
}

header #menu-main-menu .menu-item-54539 a:hover,
header #menu-main-menu .menu-item-54539 a:focus {
    color: #303133
}

.menu-light .menu-smart a:hover,
.menu-light .menu-smart a:focus,
.menu-light .menu-smart>li.active>a,
.menu-light .menu-smart>li a.active,
.menu-light .menu-smart>li.current-menu-ancestor>a {
    color: #00a4c7
}

footer .cols-md-responsive * {
    line-height: 1.4;
    font-size: 13px;
    font-weight: normal
}

footer .footer-main-menu .menu {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

footer .footer-main-menu .menu>li {
    float: left;
    width: 20%;
    padding-right: 10px
}

footer .footer-main-menu .menu>li:last-child {
    display: none
}

footer .footer-main-menu .menu>li>a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold
}

footer .footer-main-menu .menu>li .sub-menu {
    margin-top: 15px
}

footer .footer-main-menu .menu>li .sub-menu a {
    text-transform: none
}

footer .footer-main-menu .menu a {
    font-size: 13px;
    color: #FFF;
    line-height: 1.2;
    padding-bottom: 0
}

footer .footer-main-menu .menu a:before {
    display: none
}

footer .footer-last {
    text-transform: uppercase;
    font-size: 12px
}

@media (min-width: 960px) {
    footer .footer-last .menu-footer-container {
        display: inline-block
    }
    footer .footer-last .menu-footer-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        margin-left: 10px;
        line-height: 12px !important
    }
    footer .footer-last .menu-footer-container ul li {
        display: inline-block;
        border-left: 1px solid #FFF;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 12px !important
    }
    footer .footer-last .menu-footer-container ul a {
        line-height: 12px !important
    }
}

footer .footer-last .menu-footer-container a {
    font-size: 12px
}

.home-icons .icon-box {
    text-align: center;
    border: 2px solid #f2ba10;
    padding: 20px
}

.home-icons .icon-box img {
    max-width: 150px
}

.packages {
    display: block;
    margin: 0 -15px 0 -15px !important;
    padding: 0 !important;
    list-style: none
}

.packages>li {
    display: block;
    margin: 0 0 30px 0;
    padding: 0 15px 0 15px
}

@media (min-width: 768px) {
    .packages>li {
        width: 33.333%;
        float: left
    }
    .packages>li:nth-child(4n+4) {
        clear: left
    }
}

@media (min-width: 960px) {
    .packages>li {
        width: 25%
    }
    .packages>li:nth-child(4n+4) {
        clear: none
    }
    .packages>li:nth-child(5n+5) {
        clear: left
    }
}

.packages .pkg-img {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.packages .pkg-img:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.8s ease-out
}

.packages .pkg-img.sold:after {
    background-image: url(../img/ico_sold.png)
}

.packages .pkg-img img {
    display: block;
    max-width: none;
    width: 100%;
    transition: all 0.8s ease-out
}

.packages .pkg-img:not(.sold):hover:after {
    background-color: transparent
}

.packages .pkg-img:not(.sold):hover img {
    transform: translateZ(0);
    transform: scale(1.1)
}

.packages .pkg-txt {
    color: #f2ba10;
    font-size: 18px;
    text-transform: uppercase
}

/*# sourceMappingURL=app.css.map */
