/* MENU CONFIGURATION
**********************************************************/
.frontCss .ownmenu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    list-style: none;
}

.frontCss .burger-menu {
    display: none;
}

.frontCss .ownmenu li {
    display: inline-block;
    float: left;
}

.frontCss .ownmenu a {
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
    z-index: 10;
}

.frontCss .ownmenu ul.dropdown, .frontCss .ownmenu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 250px;
    background: none;
}

.frontCss .ownmenu ul.dropdown {
    top: 65px;
}

.frontCss .ownmenu ul.dropdown li ul.dropdown {
    left: 100%;
    top: inherit;
}

.frontCss .ownmenu ul.dropdown li {
    clear: both;
    width: 100%;
}

.frontCss .ownmenu ul.dropdown li a {
    width: 100%;
    padding: 12px 24px 12px;
    display: inline-block;
    float: left;
    clear: both;
    text-decoration: none;
    color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.frontCss .ownmenu ul.dropdown li:hover > a {
    background: #e0e0e0;
    color: #555;
}

.frontCss .ownmenu ul.dropdown li ul.dropdown.left {
    left: auto;
    right: 100%;
}

.frontCss .ownmenu .indicator {
    position: relative;
    right: 5px;
    font-size: 14px;
    float: right;
}

.frontCss .ownmenu ul li .indicator {
    font-size: 12px;
    top: 1px;
    left: 10px;
}

.frontCss .ownmenu > li > .megamenu {
    position: absolute;
    display: none;
    background: #fff;
    width: 25%;
    top: 80px;
    font-size: 12px;
    color: #999;
    z-index: 99;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.frontCss .ownmenu li > .megamenu ul {
    margin: 0 0 20px 0;
    float: left;
    padding: 0;
    display: block;
    position: relative;
}

.frontCss .ownmenu li > .megamenu ul li {
    width: 100%;
    padding: 0;
}

.frontCss .ownmenu li > .megamenu ul li.title {
    margin: 0 0 8px;
    padding: 0 0 5px;
    font-size: 14px;
    border-bottom: solid 1px #666;
}

.frontCss .ownmenu li > .megamenu h5 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.frontCss .ownmenu li > .megamenu a {
    color: #999;
    text-decoration: none;
    font-size: 12px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.frontCss .ownmenu li > .megamenu a:hover {
    color: #dedede;
}

.frontCss .ownmenu .megamenu img {
    width: 100%;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.frontCss .ownmenu > li.fix-sub > .megamenu, .frontCss .ownmenu > li.fix-sub > .megamenu.half-width, .frontCss .ownmenu > li.fix-sub > .dropdown {
    right: 0;
}

.frontCss .ownmenu > li > .megamenu.half-width {
    width: 50%;
}

.frontCss .ownmenu > li > .megamenu.full-width {
    width: 100%;
    left: 0;
}

.frontCss .ownmenu li > .megamenu form {
    width: 100%;
}

.frontCss .ownmenu li > .megamenu form input[type=text], .frontCss .ownmenu li > .megamenu form textarea {
    padding: 5px;
    color: #999;
    background: #444;
    font-size: 14px;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.frontCss .ownmenu li > .megamenu form input[type=text]:focus, .frontCss .ownmenu li > .megamenu form textarea:focus {
    border-color: #e0e0e0;
}

.frontCss .ownmenu li > .megamenu form input[type=text] {
    width: 100%;
    margin-top: 10px;
}

.frontCss .ownmenu li > .megamenu form textarea {
    width: 100%;
    margin-top: 10px;
}

.frontCss .ownmenu li > .megamenu form input[type=submit] {
    width: 25%;
    float: right;
    height: 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #444;
    color: #777;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.frontCss .ownmenu li > .megamenu form input[type=submit]:hover {
    background: #e0e0e0;
    color: #555;
}

.frontCss .megamenu .row {
    width: 100%;
    margin-top: 15px;
}

.frontCss .megamenu .row:first-child {
    margin-top: 0;
}

.frontCss .megamenu .row:before, .frontCss .megamenu .row:after {
    display: table;
    content: "";
    line-height: 0;
}

.frontCss .megamenu .row:after {
    clear: both;
}

.frontCss .megamenu .row .col1, .frontCss .megamenu .row .col2, .frontCss .megamenu .row .col3, .frontCss .megamenu .row .col4, .frontCss .megamenu .row .col5, .frontCss .megamenu .row .col6 {
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    margin-left: 2.1276595745%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.frontCss .megamenu .row [class*=col]:first-child {
    margin-left: 0;
}

.frontCss .megamenu .row .col1 {
    width: 14.8936170213%;
}

.frontCss .megamenu .row .col2 {
    width: 31.914893617%;
}

.frontCss .megamenu .row .col3 {
    width: 48.9361702128%;
}

.frontCss .megamenu .row .col4 {
    width: 65.9574468085%;
}

.frontCss .megamenu .row .col5 {
    width: 82.9787234043%;
}

.frontCss .megamenu .row .col6 {
    width: 100%;
}

.frontCss .ownmenu > li.right {
    float: right;
}

.frontCss .ownmenu > li.right > .megamenu, .frontCss .ownmenu > li.right > .megamenu.half-width, .frontCss .ownmenu > li.right > .dropdown {
    right: 0;
}

.frontCss .ownmenu > li.jsright {
    float: right;
}

.frontCss .ownmenu > li.jsright.last > .megamenu, .frontCss .ownmenu > li.jsright.last > .megamenu.half-width, .frontCss .ownmenu > li.jsright.last > .dropdown {
    right: 0;
}

.frontCss .ownmenu > li > a > i, .frontCss .ownmenu > li > a > em {
    line-height: 23px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

.frontCss .ownmenu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
}

.frontCss .ownmenu > li.showhide span.title {
    margin: 15px 0 0 25px;
    float: left;
}

.frontCss .ownmenu > li.showhide span.icon {
    margin: 17px 20px;
    float: right;
}

.frontCss .ownmenu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
}

@media (max-width: 767px) {
    .frontCss .ownmenu > li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .frontCss .ownmenu > li > a {
        padding: 15px 25px;
    }

    .frontCss .ownmenu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .frontCss .ownmenu ul.dropdown, .frontCss .ownmenu ul.dropdown li ul.dropdown {
        width: 100% !important;
        left: 0;
        position: static !important;
        border: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .frontCss .ownmenu ul.dropdown li {
        background: #fff !important;
        border: none;
    }

    .frontCss .ownmenu ul.dropdown > li > a {
        padding-left: 40px !important;
    }

    .frontCss .ownmenu > li > .megamenu {
        width: 100% !important;
        position: static;
        border-top: none;
    }

    .frontCss .ownmenu > li > .megamenu .row [class*=col] {
        float: none;
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .frontCss .ownmenu > li > .megamenu .row:first-child [class*=col]:first-child {
        margin-top: 0;
    }

    .frontCss .ownmenu > li > .megamenu .row {
        margin-top: 0;
    }

    .frontCss .ownmenu > li > ul.dropdown > li > a {
        padding-left: 20px !important;
    }

    .frontCss .ownmenu > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 60px !important;
    }

    .frontCss .ownmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 80px !important;
    }
}

@media (min-width: 767px) and (max-width: 900px) {
    .frontCss .ownmenu > li > .megamenu {
        width: 100% !important;
        left: 0 !important;
    }
}

.frontCss .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.frontCss .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.frontCss .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.frontCss .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.frontCss .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0, 0);
}

.frontCss .owl-carousel .owl-controls .owl-nav .owl-prev, .frontCss .owl-carousel .owl-controls .owl-nav .owl-next, .frontCss .owl-carousel .owl-controls .owl-dot {
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frontCss .owl-carousel.owl-loaded {
    display: block;
}

.frontCss .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.frontCss .owl-carousel.owl-hidden {
    opacity: 0;
}

.frontCss .owl-carousel .owl-refresh .owl-item {
    display: none;
}

.frontCss .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frontCss .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.frontCss .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.frontCss .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.frontCss .owl-carousel.owl-rtl {
    direction: rtl;
}

.frontCss .owl-carousel.owl-rtl .owl-item {
    float: right;
}

.frontCss .no-js .owl-carousel {
    display: block;
}

.frontCss .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.frontCss .owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.frontCss .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.frontCss .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.frontCss .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.frontCss .owl-carousel .owl-video-playing .owl-video-tn, .frontCss .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.frontCss .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.frontCss .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.frontCss div.pp_default .pp_top, .frontCss div.pp_default .pp_top .pp_middle, .frontCss div.pp_default .pp_top .pp_left, .frontCss div.pp_default .pp_top .pp_right, .frontCss div.pp_default .pp_bottom, .frontCss div.pp_default .pp_bottom .pp_left, .frontCss div.pp_default .pp_bottom .pp_middle, .frontCss div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

.frontCss div.pp_default .pp_top .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

.frontCss div.pp_default .pp_top .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

.frontCss div.pp_default .pp_top .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

.frontCss div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

.frontCss div.pp_default .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

.frontCss div.pp_default .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

.frontCss div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

.frontCss div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

.frontCss div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

.frontCss div.pp_default .pp_expand:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

.frontCss div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

.frontCss div.pp_default .pp_contract:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

.frontCss div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

.frontCss div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

.frontCss div.pp_default .pp_social {
    margin-top: 7px;
}

.frontCss div.pp_default .pp_gallery a.pp_arrow_previous, .frontCss div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

.frontCss div.pp_default .pp_nav .pp_play, .frontCss div.pp_default .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

.frontCss div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

.frontCss div.pp_default a.pp_arrow_previous, .frontCss div.pp_default a.pp_arrow_next {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

.frontCss div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

.frontCss div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

.frontCss div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

.frontCss div.pp_default .pp_nav .currentTextHolder {
    font-family: "Georgia", sans-serif;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}

.frontCss div.pp_default .pp_close:hover, .frontCss div.pp_default .pp_nav .pp_play:hover, .frontCss div.pp_default .pp_nav .pp_pause:hover, .frontCss div.pp_default .pp_arrow_next:hover, .frontCss div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

.frontCss div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

.frontCss div.pp_default .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

.frontCss div.pp_default .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

.frontCss div.pp_default .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

.frontCss div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

.frontCss div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

.frontCss div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

.frontCss div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

.frontCss div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

.frontCss div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

.frontCss div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

.frontCss div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

.frontCss div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

.frontCss div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

.frontCss div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

.frontCss div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

.frontCss div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

.frontCss div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

.frontCss div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

.frontCss div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

.frontCss div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

.frontCss div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

.frontCss div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

.frontCss div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

.frontCss div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}

.frontCss div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

.frontCss div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

.frontCss div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

.frontCss div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

.frontCss div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

.frontCss div.dark_square .pp_left, .frontCss div.dark_square .pp_middle, .frontCss div.dark_square .pp_right, .frontCss div.dark_square .pp_content {
    background: #000;
}

.frontCss div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

.frontCss div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

.frontCss div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

.frontCss div.dark_square .pp_nav {
    clear: none;
}

.frontCss div.dark_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.dark_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

.frontCss div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

.frontCss div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

.frontCss div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

.frontCss div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

.frontCss div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

.frontCss div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

.frontCss div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

.frontCss div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

.frontCss div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

.frontCss div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

.frontCss div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

.frontCss div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

.frontCss div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

.frontCss div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

.frontCss div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

.frontCss div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

.frontCss div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

.frontCss div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_description {
    margin: 0 37px 0 0;
}

.frontCss div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

.frontCss div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

.frontCss div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

.frontCss div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

.frontCss div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

.frontCss div.facebook .pp_nav {
    margin-top: 0;
}

.frontCss div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

.frontCss div.facebook .pp_nav .pp_play {
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

.frontCss div.facebook .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

.frontCss div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

.frontCss div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

.frontCss div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

.frontCss div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

.frontCss div.pp_pic_holder a:focus {
    outline: none;
}

.frontCss div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

.frontCss div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.frontCss .pp_content {
    height: 40px;
    min-width: 40px;
}

.frontCss * html .pp_content {
    width: 40px;
}

.frontCss .pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.frontCss .pp_content_container .pp_left {
    padding-left: 20px;
}

.frontCss .pp_content_container .pp_right {
    padding-right: 20px;
}

.frontCss .pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.frontCss .pp_description {
    display: none;
    margin: 0;
}

.frontCss .pp_social {
    float: left;
    margin: 0;
}

.frontCss .pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.frontCss .pp_social .twitter {
    float: left;
}

.frontCss .pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.frontCss .pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}

.frontCss .pp_nav .pp_play, .frontCss .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

.frontCss a.pp_arrow_previous, .frontCss a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.frontCss .pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.frontCss .pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.frontCss .pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.frontCss .pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.frontCss .pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.frontCss .pp_gallery ul a img {
    border: 0;
}

.frontCss .pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.frontCss .pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.frontCss .pp_gallery .pp_arrow_previous, .frontCss .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

.frontCss a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

.frontCss a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

.frontCss a.pp_expand, .frontCss a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

.frontCss a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.frontCss .pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

.frontCss #pp_full_res {
    line-height: 1 !important;
}

.frontCss #pp_full_res .pp_inline {
    text-align: left;
}

.frontCss #pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

.frontCss div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

.frontCss div.pp_default .pp_content, .frontCss div.light_rounded .pp_content {
    background-color: #fff;
}

.frontCss div.pp_default #pp_full_res .pp_inline, .frontCss div.light_rounded .pp_content .ppt, .frontCss div.light_rounded #pp_full_res .pp_inline, .frontCss div.light_square .pp_content .ppt, .frontCss div.light_square #pp_full_res .pp_inline, .frontCss div.facebook .pp_content .ppt, .frontCss div.facebook #pp_full_res .pp_inline {
    color: #000;
}

.frontCss div.pp_default .pp_gallery ul li a:hover, .frontCss div.pp_default .pp_gallery ul li.selected a, .frontCss .pp_gallery ul a:hover, .frontCss .pp_gallery li.selected a {
    border-color: #fff;
}

.frontCss div.pp_default .pp_details, .frontCss div.light_rounded .pp_details, .frontCss div.dark_rounded .pp_details, .frontCss div.dark_square .pp_details, .frontCss div.light_square .pp_details, .frontCss div.facebook .pp_details {
    position: relative;
}

.frontCss div.light_rounded .pp_top .pp_middle, .frontCss div.light_rounded .pp_content_container .pp_left, .frontCss div.light_rounded .pp_content_container .pp_right, .frontCss div.light_rounded .pp_bottom .pp_middle, .frontCss div.light_square .pp_left, .frontCss div.light_square .pp_middle, .frontCss div.light_square .pp_right, .frontCss div.light_square .pp_content, .frontCss div.facebook .pp_content {
    background: #fff;
}

.frontCss div.light_rounded .pp_description, .frontCss div.light_square .pp_description {
    margin-right: 85px;
}

.frontCss div.light_rounded .pp_gallery a.pp_arrow_previous, .frontCss div.light_rounded .pp_gallery a.pp_arrow_next, .frontCss div.dark_rounded .pp_gallery a.pp_arrow_previous, .frontCss div.dark_rounded .pp_gallery a.pp_arrow_next, .frontCss div.dark_square .pp_gallery a.pp_arrow_previous, .frontCss div.dark_square .pp_gallery a.pp_arrow_next, .frontCss div.light_square .pp_gallery a.pp_arrow_previous, .frontCss div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

.frontCss div.light_rounded .pp_arrow_previous.disabled, .frontCss div.dark_rounded .pp_arrow_previous.disabled, .frontCss div.dark_square .pp_arrow_previous.disabled, .frontCss div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

.frontCss div.light_rounded .pp_arrow_next.disabled, .frontCss div.dark_rounded .pp_arrow_next.disabled, .frontCss div.dark_square .pp_arrow_next.disabled, .frontCss div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

.frontCss div.light_rounded .pp_loaderIcon, .frontCss div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

.frontCss div.dark_rounded .pp_top .pp_middle, .frontCss div.dark_rounded .pp_content, .frontCss div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

.frontCss div.dark_rounded .currentTextHolder, .frontCss div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

.frontCss div.dark_rounded #pp_full_res .pp_inline, .frontCss div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

.frontCss .pp_top, .frontCss .pp_bottom {
    height: 20px;
    position: relative;
}

.frontCss * html .pp_top, .frontCss * html .pp_bottom {
    padding: 0 20px;
}

.frontCss .pp_top .pp_left, .frontCss .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.frontCss .pp_top .pp_middle, .frontCss .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

.frontCss * html .pp_top .pp_middle, .frontCss * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.frontCss .pp_top .pp_right, .frontCss .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.frontCss .pp_fade, .frontCss .pp_gallery li.default a img {
    display: none;
}

.address-card-box {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 4px -1px rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slick-dots li button {
    line-height: 80px !important;
}

.slick-dots li button:before {
    background: #eb1c29 !important;
    line-height: 80px !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
}

.slick-prev:before, .slick-next:before {
    color: #6c7293 !important;
}
.slick-arrow {
    color: transparent !important;
}