.animateme
{
    cursor: pointer;
}
.animateme .fa
{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.animateme .text-uppercase
{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.animateme:hover .fa
{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.animateme:hover .text-uppercase
{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lngBtn
{
    font-family: tahoma;
    font-weight: 600;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.menuzord-brand
{
    margin-top: 9px;
}

.home-boxes-icons
{
    background-color: rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 49%;
    width: 95px;
    height: 95px;
}



.owl-carousel.nav-style-2
{
    position: relative;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next
{
    right: -110px;
    margin-left: 3px;
}

.owl-carousel.nav-style-2 .owl-nav .owl-prev
{
    right: -77px;
    margin-right: 3px;
}

.owl-carousel.nav-style-2 .owl-nav .owl-prev, .owl-carousel.nav-style-2 .owl-nav .owl-next
{
    position: absolute;
    top: -19%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: inline-block;
    opacity: .5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.nav-style-2 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-2 .owl-nav .owl-next:hover
{
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.nav-style-2 .owl-nav .owl-prev i, .owl-carousel.nav-style-2 .owl-nav .owl-next i
{
    color: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel.nav-style-2.dark .owl-nav .owl-prev, .owl-carousel.nav-style-2.dark .owl-nav .owl-next
{
    border: 1px solid #999999;
    opacity: 1;
}

.owl-carousel.nav-style-2.dark .owl-nav .owl-prev:hover, .owl-carousel.nav-style-2.dark .owl-nav .owl-next:hover
{
    border-color: #000;
}

.owl-carousel.nav-style-2.dark .owl-nav .owl-prev:hover i, .owl-carousel.nav-style-2.dark .owl-nav .owl-next:hover i
{
    color: #000;
}

@media (max-width: 1390px)
{
    .owl-carousel.nav-style-2
    {
        position: static;
    }
    .owl-carousel.nav-style-2 .owl-nav
    {
        position: absolute;
        top: 35px;
        right: 0;
    }
    .owl-carousel.nav-style-2 .owl-nav .owl-prev, .owl-carousel.nav-style-2 .owl-nav .owl-next
    {
        position: static;
        width: 30px;
        height: 30px;
    }
    .owl-carousel.nav-style-2 .owl-nav .owl-prev i, .owl-carousel.nav-style-2 .owl-nav .owl-next i
    {
        font-size: 24px;
    }
}

@media (max-width: 479px)
{
    .owl-carousel.nav-style-2 .owl-nav
    {
        display: none;
    }
}

.fa-clock-o:before, .fa-dot-circle-o:before
{
    padding-left: 10px;
}

.opening-hours h5
{
    margin: 0;
    padding: 15px 0 5px;
}


/* #iconbox
================================================== */
/*icon box 1*/
.icon-box-1
{
    display: inline-block;
}

.icon-box-1:after
{
    content: "";
    display: table;
    clear: both;
}

.icon-box-1 .icon
{
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: table;
    text-align: center;
}

.icon-box-1 .icon i
{
    font-size: 20px;
    color: #888888;
    display: table-cell;
    vertical-align: middle;
}

.icon-box-1 .content
{
    margin-left: 50px;
    padding-left: 10px;
}

.icon-box-1 .content p
{
    margin-bottom: 2px;
}

.icon-box-1 .content p:last-child
{
    font-size: 13px;
}

/*icon box 2*/
.icon-box-2
{
    margin-bottom: 30px;
    text-align: center;
}

.icon-box-2 .icon
{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.icon-box-2 .icon i
{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 24px;
}

.icon-box-2 .title
{
    margin-bottom: 15px;
}

.icon-box-2 .title h3
{
    margin: 0;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.icon-box-2 .content
{
    padding: 0 15px;
}

.icon-box-2 .content p
{
    margin: 0;
    color: #666;
}

@media (max-width: 767px)
{
    .icon-box-2 .content
    {
        padding: 0 100px;
    }
}

@media (max-width: 479px)
{
    .icon-box-2 .content
    {
        padding: 0;
    }
}

/*icon box 3*/
.icon-box-3 .icon img
{
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-3 .icon img:hover
{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.icon-box-4
{
    text-align: left;
}

.icon-box-4 span
{
    color: #999999;
    vertical-align: middle;
}

.icon-box-4 .icon
{
    vertical-align: middle;
    padding-right: 5px;
    font-size: 20px;
}

.icon-box-5
{
    margin-bottom: 55px;
}

.icon-box-5 .icon
{
    width: 50px;
    height: 50px;
    background: #333;
    display: table;
    text-align: center;
    float: left;
}

.icon-box-5 .icon a
{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
}

.icon-box-5 .content
{
    margin-left: 50px;
    padding-left: 20px;
}

.icon-box-5 .content .title
{
    margin: 0 0 15px;
}

.icon-box-5 .content .title a
{
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.icon-box-5 .content p
{
    margin: 0;
}

@media (max-width: 767px)
{
    .icon-box-5
    {
        text-align: center;
    }
    .icon-box-5 .icon
    {
        margin: 0 auto;
        float: none;
    }
    .icon-box-5 .content
    {
        margin: 15px 0 0;
        padding: 0;
    }
    .icon-box-5 .content p
    {
        padding: 0 100px;
    }
}

@media (max-width: 479px)
{
    .icon-box-5 .content p
    {
        padding: 0;
    }
}

.icon-box-6
{
    text-align: center;
    margin-bottom: 60px;
}

.icon-box-6 .icon
{
    width: 106px;
    height: 90px;
    display: inline-block;
    margin-bottom: 25px;
}

.icon-box-6 .icon img
{
    width: 100%;
}

.icon-box-6 .title
{
    margin: 0 0 15px;
}

.icon-box-6 .title a
{
    color: #333333;
    font-weight: 700;
    font-size: 20px;
}

.icon-box-6 .content
{
    margin: 0;
    padding: 0 20px;
}

.icon-box-7
{
    margin-bottom: 30px;
}

.icon-box-7:after
{
    content: "";
    display: table;
    clear: both;
}

.icon-box-7 .icon
{
    width: 77px;
    height: 92px;
    float: left;
}

.icon-box-7 .icon img
{
    width: 100%;
}

.icon-box-7 .content
{
    padding-left: 10px;
    margin-left: 77px;
}

.icon-box-7 .content .top-title
{
    margin-bottom: 15px;
    display: inline-block;
    color: #999999;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.icon-box-7 .content .title
{
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.icon-box-7 .content .content
{
    margin-bottom: 0;
}




.viewMore
{
    color: #3ab4d8;
}

.viewMore:before
{
    color: #3ab4d8;
    font-family: fontawesome;
    content: '\f0da';
    padding-right: 5px;
}

.bg-white a.viewMore:hover
{
    color: #92d5e7 !important;
}


.bg-lightBlue
{
    background: #eff2f6;
}

/*.dark
{
    text-align:center;
    }*/
ul.a
{
    list-style-type: none !important;
}
.image-card-4
{
    margin-bottom: 40px;
    text-align: left;
}

.image-card-4 .image
{
    margin-bottom: 15px;
    overflow: hidden;
}

.image-card-4 .image img
{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.image-card-4 .image img:hover
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.image-card-4 .date
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.image-card-4 .date span
{
    font-size: 13px;
    color: #808080;
}

.image-card-4 .title
{
    margin-bottom: 15px;
    margin-top: 0;
}

.image-card-4 .title a
{
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.image-card-4 .content
{
    margin-bottom: 13px;
}

.image-card-4 .content p
{
    margin: 0;
}

.image-card-4 .link a:before
{
    opacity: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    padding-right: 0;
    margin-left: -5px;
    content: "\f0da";
    font-family: FontAwesome, sans-serif;
}

.image-card-4 .link a:hover
{
    padding-left: 10px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.image-card-4 .link a:hover:before
{
    opacity: 1;
    padding-right: 8px;
}

h4.entry-title a
{
    color: #4f5053;
}

.fa-angle-right
{
    float: right;
    margin-right: 10px;
    font-size: 25px;
    color: #4f5053;
    margin-top: -2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.level2nav
{
    background-color: #bde6f1;
    margin: 0;
    padding: 8px 0 8px 40px;
}

.level3nav
{
    background-color: #e9f6fa;
    margin: 0;
    padding: 8px 0 8px 40px;
}

/**** Opinion Modal ****/
.modal-opinion-box
{
    max-width: 700px;
    padding: 20px;
    margin: 0 auto;
}

.opinionContainer
{
    background: rgba(225,225,225,0.7);
    padding: 20px;
    text-align: center;
}

.opinionContainer h3
{
    margin-bottom: 25px;
}

.opinionContainer .radio
{
    border-bottom: 1px solid rgba(0,0,0,0.6);
    padding: 5px 0 5px 25px;
    text-align: left;
    font-size: 18px;
}

.menuzord-menu ul.dropdown li a:before
{
    font-family: fontawesome;
    content: "\f192";
    color: #00a3c8 !important;
    padding-right: 10px;
}
.menuzord-menu ul.dropdown
{
    top: 82px;
}
.menuzord-menu ul.dropdown
{
    padding: 0 15px;
}
.menuzord-menu ul.dropdown li
{
    border-bottom: 1px dashed #d3d3d3;
}

.menuzord-menu ul.dropdown li:first-child
{
    border-bottom: none;
}
.menuzord-menu ul.dropdown li a
{
    padding: 7px 50px 7px 0px;
}

.megamenu .megamenu-row li a
{
    color: #333;
    font-weight: 600;
}
.megamenu .megamenu-row li .fa-clock-o:before, .megamenu .megamenu-row li .fa-dot-circle-o:before
{
    padding-left: 0;
}
.menuzord-menu ul.dropdown li:hover > a
{
    padding-left: 8px;
}
.megamenu .megamenu-row li:hover > a
{
    background: linear-gradient(to right, #88c345 , #00a8de);
    color: #fff !important;
    border-radius: 4px;
}


.owl-carousel-3col .owl-prev, .owl-carousel-3col .owl-next
{
    position: absolute;
    right: -77px;
    margin-right: 3px;
    top: -19% !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    display: inline-block; /* opacity: .5; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel-3col .owl-next
{
    position: absolute;
    right: -110px;
    margin-right: 3px;
    top: -19% !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    display: inline-block; /* opacity: .5; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-arrow-left
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-arrow-right
{
    transform: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opening-hours ul > span:hover h5, .opening-hours ul > span:hover li
{
    background-color: #92d5e7 !important;
    cursor: pointer;
}

.icon-box-5 .icon a.fa-diamond:before
{
    content: url(../images/icon1.png);
}
.icon-box-5 .icon a:before
{
    color: #fff;
}

.widget.no-border ul li
{
    padding-right: 4px;
}

.sidebar-item-active
{
    background: #92d5e7;
    margin: 0;
    padding: 15px 0 5px;
    cursor: auto;
}

/* Map Section */

#map {
    width: 100%;
    height: 450px;
}
/* End map section*/
