/*----- Start Home Page -----*/

/*----- Start Header Section -----*/
.headerSection{
    width: 100%;
    background: url(../images/homeBannerBg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.headerSection .container{
    padding: 0px;
}
.headerSection .seacrhRowForm{
    width: 100%;
    padding: 180px 0px 200px;
}
.headerSection .seacrhRowForm .siteBtn{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
}
.headerSection a::before{
    position: absolute;
    top: -30px;
    font-size: 24px;
    font-family: 'FontAwesome';
    content: '\f106';
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.headerSection a::after{
    position: absolute;
    bottom: -30px;
    font-size: 24px;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.headerSection a.mouseScroll {
    position: absolute;
    margin: auto;
    top: auto;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 9999;
}
.headerSection a.mouseScroll .mouse {
    height: 40px;
    width: 28px;
    border-radius: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
}
.headerSection a.mouseScroll .mouseIn {
    height: 6px;
    width: 3px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}
.headerSection a.mouseScroll .mouseIn {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
/*----- End Header Section -----*/

/*----- Service Block Section -----*/
.servicesBlocks{
    width: 100%;
    background: url(../images/servicesBlockBg.png) repeat top center;
    background-size: cover;
    padding: 120px 0px 75px 0px;
}
.servicesBlocks .adImages{
    margin-bottom: 75px;
}
.servicesBlocks .adImages img{
    max-width: 728px;
    width: 100%;
    height: 90px;
}
.mainServices {
    margin-bottom: 75px;
}
.mainServices .serviceBlockHalfRoundBg{
    background: url(../images/serviceBlockHalfRoundBg.png) no-repeat center center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    height: 210px;
    margin: 0 auto;
}
.mainServices .serviceBlockDot{
    background: url(../images/serviceBlockDotBg.png) no-repeat center center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    height: 210px;
    margin: 0 auto;
}
.mainServices .serviceBlockStartBg{
    background: url(../images/serviceBlockStartBg.png) no-repeat center center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    height: 210px;
    margin: 0 auto;
}
.mainServices .serviceBlockHalfRoundBg a,
.mainServices .serviceBlockStartBg a,
.mainServices .serviceBlockDot a{
    width: 100%;
    font-size: 46px;
    line-height: 46px;
    color: #fff;
    font-family: 'boulevard_saint_denisbold';
    margin: 0px;
    text-align: center;
    text-decoration: none;
}
.servicesBlocks .advertisingBlock img{
    width: 100%;
    max-width: 300px;
    height: auto;
}
/*----- End Service Block Section -----*/

/*----- Start News Section -----*/
.newsRow{
    background: url(../images/newsBg.jpg) no-repeat top center;
    background-size: cover;
    padding: 150px 0px 125px 0px;
}
.newsRow h2{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 30px 0px;
}
.newsRow .siteBtn{
    width: 100%;
    margin-left: -2px;
}
.newsRowForm form input[type="text"], .newsRowForm form input[type="email"]{
    background: none;
    border:1px solid #fff !important;
    border-radius: 0px;
    height: 46px;
    line-height: 46px;
    color: #fff;
}
.newsRow input[type="email"]{
    margin-left: -1px;
}
.newsRow .siteBtn{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
}
/*----- End News Section -----*/

/*----- Start Highlights Section -----*/
.highlights{
    background: url(../images/highlightsBg.jpg) no-repeat top center;
    background-size: cover;
    padding: 180px 0px 75px 0px;
}
.highlights h3{
    font-family: 'Damion', cursive;
    font-size: 60px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 55px 0px;
}
.highlights .carousel-inner img {
    width: 100%;
    height: auto;
}
.highlights .carousel-inner .carousel-item .carousel-caption{
    text-align: left;
}
.highlights .carousel-inner .carousel-item .carousel-caption h6{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}
.highlights .carousel-inner .carousel-item .carousel-caption p{
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
}
.highlights .carousel-inner .carousel-item .carousel-caption p span{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
    text-transform: capitalize;
}
.highlights .carousel-inner .carousel-item .carousel-caption p:last-child{
    margin: 0px;
}
.highlights .carousel-control-next,
.highlights .carousel-control-prev{
    opacity: 1;
    width: 42px;
}
.highlights .carousel-control-next-icon,
.highlights .carousel-control-prev-icon{
    width: 42px;
    height: 42px;
    background-color:#fff;
    color: #a09741;
}
.highlights .carousel-control-next-icon,
.highlights .carousel-control-prev-icon{
    background-image: none;
}
.highlights .carousel-control-next-icon i,
.highlights .carousel-control-prev-icon i{
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
}
.highlights .carousel-control-next-icon:hover,
.highlights .carousel-control-prev-icon:hover{
    background-color:#a09741;
}
.highlights .carousel-control-next-icon:hover i,
.highlights .carousel-control-prev-icon:hover i{
    color: #fff;
}
.highlights .adImages{
    margin-top: 75px;
    margin-bottom: 0px;
}
.highlights .adImages img{
    max-width: 728px;
    width: 100%;
    height: 90px;
}
/*----- End Highlights Section -----*/

/*----- Start News Blog Section -----*/

.newsBlog{
    padding:75px 0px;
}
.newsBlog h3{
    font-family: 'Damion', cursive;
    font-size: 60px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 80px 0px;
}
.newsBlog .owl-carousel{
    width: 100%;
    padding: 0px 5px 0px 0px;
}
.newsBlog .owl-carousel .item .newsImage img{
    width: 100%;
    height: auto;
}
.newsBlog .owl-carousel .item .newsDetails{
    padding: 25px 20px 20px;
    border:1px solid #ebebeb;
}
.newsBlog .owl-carousel .item .newsDetails h2{
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px;
}
.newsBlog .owl-carousel .item .newsDetails p{
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    margin: 25px 0px;
}
.newsBlog .owl-carousel .item .newsDetails a.siteBtn{
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 30px;
}
.newsBlog .owl-carousel .item .newsDetails a.siteBtn:hover{
    color: #fff;
}
.newsBlog .owl-carousel .owl-nav .owl-prev,
.newsBlog .owl-carousel .owl-nav .owl-next{
    width: 32px;
    height: 32px;
    background-color: rgba(0,0,0,0);
    border:1px solid #a09741;
    font-size: 0;
}
.newsBlog .owl-carousel .owl-nav .owl-next{
    background-image: none;
    position: absolute;
    top: -52px;
    right: 0px;
}
.newsBlog .owl-carousel .owl-nav .owl-prev{
    background-image: none;
    position: absolute;
    top: -52px;
    right: 45px;
    left: auto;
}
.newsBlog .owl-carousel .owl-nav .owl-next::after,
.newsBlog .owl-carousel .owl-nav .owl-prev::after{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #a09741 !important;
    font-family: 'FontAwesome';
}
.newsBlog .owl-carousel .owl-nav .owl-next::after{
    content: '\f105';
}
.newsBlog .owl-carousel .owl-nav .owl-prev::after{
    content: '\f104';
}
.newsBlog .owl-carousel .owl-nav .owl-next:hover,
.newsBlog .owl-carousel .owl-nav .owl-prev:hover{
    background-color:#000;
    border:1px solid #000;
}
/*----- End News Blog Section -----*/

/*----- Start terms pupup -----*/
.modal .modal-header h2{
    margin-bottom: 0;
}
/*----- End terms pupup -----*/


/*----- End Home Page -----*/

/*----- Start SideBar Section For Innerpage -----*/
.sideBar{
    max-width: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #31303d;
    z-index: 11;
}
.sideBar > ul{
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.sideBar > ul > li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: static;
    border-right: 1px solid transparent;
}
.sideBar > ul li a{
    display: block;
    padding: 50px 5px;
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    text-decoration: none;
    transition: all 0.5s;
}
.sideBar > ul li a .icon{
    clear: both;
    margin-bottom: 5px;
    line-height: 0px;
}
.sideBar > ul li a:hover, .sideBar > ul li a.active{
    background: #504d54;
}
.sideBar > ul li a img{
    display: block;
    margin: 0 auto;
}
.mCSB_container_wrapper > .mCSB_container{
    padding-right: 0 !important;
    width: 100% !important;
}
.mCSB_container_wrapper{
    margin-right: 0 !important;
}
.mCSB_container_wrapper > .mCSB_container ul{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 0px;
    list-style: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgba(255,255,255,0.8) !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px !important;
    background-color: rgba(255,255,255,0.25) !important;
}
.mCSB_scrollTools{
    width: 6px !important;
}
.mCSB_buttonUp{
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
    background: none !important;
    left: -155px;
    top: 0;
}
.mCSB_buttonUp::before {
    content: "\f139";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 22px;
}
.mCSB_buttonDown{
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
    background: none !important;
    left: -155px;
    bottom: 4px !important;
}
.mCSB_buttonDown::before {
    content: "\f13a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 22px;
}
.sideBar > ul li .tax-menu-item-data{
    position: absolute;
    background: #504d54;
    padding: 0;
    margin-left: 80px;
    color: #fff;
    border-bottom: 2px solid #48464c;
    /*overflow: hidden;*/
    transition: all 0.4s;
    font-size: 18px;
    line-height: 24px;
    top: 0;
    display: none;
    width: 240px;
    z-index: 10;
}
.sideBar > ul li .tax-menu-item-data ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.sideBar > ul li .tax-menu-item-data ul li{
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #48464c;
    list-style: none;
}
.sideBar > ul li .tax-menu-item-data a{
    padding: 20px 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.sideBar > ul > li:hover{
    border-right: 1px solid #31303d;
}
.sideBar > ul li:hover .tax-menu-item-data{
    display: block;
    z-index: 999999;
}
.sideBar > ul li .tax-menu-item-data .tax-item-count{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    padding: 0 5px;
    background: #dc6060;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 21px;
}
.sideBarUpNav{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 26px;
    z-index: 9999;
    display: none;
}
.sideBarDownNav{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 26px;
    z-index: 9999;
    display: none;
}
.sideBarUpNav:hover, .sideBarDownNav:hover{
    color: #f1f1f1;
}
.sideBar:hover .sideBarUpNav, .sideBar:hover .sideBarDownNav{
    display: block;
}
/*----- End SideBar Section For Innerpage -----*/

/*----- Start Middle Section ----*/
.middlePart{
    padding-top: 143px;
    margin-left: 80px;
}
/*---- Start Middle Left Part  ----*/
.middleLeftPart .leftTopHeader{
    background-image: url(../images/restaurantImg.jpg);
    padding: 200px 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    position: relative;
    border-bottom: none;
    z-index: 1;
}
.middleLeftPart .leftTopHeader:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:90%;
    z-index:-1;
    background:-webkit-linear-gradient(top,#443b4e,rgba(0,0,0,0));
    background:-o-linear-gradient(top,#443b4e,rgba(0,0,0,0));
    background:-moz-linear-gradient(top,#443b4e,rgba(0,0,0,0));
    background:linear-gradient(to top,#443b4e,rgba(0,0,0,0));
}
.middleLeftPart .leftTopHeader:after{
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.middleLeftPart .leftTopHeader .headerDetails{
    padding: 0px 25px;
    margin: auto;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsLeft img{
    margin-right: 15px;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsLeft,
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsRight{
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsLeft h1{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0;
    vertical-align: middle;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsLeft .itemLocation p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    margin: 0px;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsLeft .itemLocation p i{
    display: inline-block;
    margin: -1px 5px 0 0;
    vertical-align: top;
    line-height: inherit;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsRight > *{
    white-space: nowrap;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsRight .reviewStars{
    margin-top: 10px;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsRight .reviewStars i{
    text-decoration: none;
    color: #dead66;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
}
.middleLeftPart .leftTopHeader .headerDetails .headerDetailsRight .reviewCount{
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    background: #c97168;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
}
.middleLeftPart .mainDetails{
    margin-bottom: 50px;
    background: #f7f7f7;
}
.middleLeftPart .mainDetails .categoriesBar{
    background: #d8d8d8;
    padding: 15px 25px;
}
.middleLeftPart .mainDetails .categoriesBar .itemCategories a.itemCategory{
    font-size: 12px;
    line-height: 20px;
    color: #6a676e;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 700;
    text-decoration: none;
    transition: all .5s;
}
.middleLeftPart .mainDetails .categoriesBar .itemCategories a.itemCategory span{
    padding: 3px 0;
    vertical-align: middle;
}
.middleLeftPart .mainDetails .categoriesBar .itemCategories a.itemCategory + .itemCategory:before{
    content: " ";
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px 0 2px;
    color: #000;
    vertical-align: middle;
}
.middleLeftPart .mainDetails .categoriesBar .itemCategories a.itemCategory:hover{
    color: #000;
}
.middleLeftPart .mainDetails .categorieItemDetails{
    margin: 0 0 30px 0;
    padding: 25px 25px 10px 25px;
    background: #ededed;
}
.middleLeftPart .mainDetails .categorieItemDetails p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #888;
    margin: 0px 0px 20px 0px;
}
.middleLeftPart .mainDetails .categorieItemDetails .detailsPanel {
    float: right;
    margin: 4px 0 0 25px;
    text-align: right;
}
.middleLeftPart .mainDetails .categorieItemDetails .detailsPanel a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    padding: 0px 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.middleLeftPart .mainDetails .categorieItemDetails .detailsPanel a i{
    margin-right: 10px;
}
.middleLeftPart .mainDetails .categorieItemDetails .detailsPanel a.bookMark{
    background: #a09741;
}
.middleLeftPart .mainDetails .categorieItemDetails .detailsPanel a.share{
    background: #42b75f;
}
.middleLeftPart .mainDetails .categorieItemDetails .detailsPanel a:hover{
    background: #000;
}
.middleLeftPart .mainDetails .addressContainer{
    padding: 0 25px;
}
.middleLeftPart .mainDetails .addressContainer h2{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #6a676e;
    font-weight: 700;
    text-transform: uppercase;
}
.middleLeftPart .mainDetails .addressContainer .table td,
.middleLeftPart .mainDetails .addressContainer .table th{
    border:none;
    padding: .75rem 1rem;
}
.middleLeftPart .mainDetails .addressContainer .table th{
    font-size: 16px;
    margin: 0px;
    color: #6a676e;
    font-weight: 700;
    text-transform: capitalize;
}
.middleLeftPart .mainDetails .addressContainer .table td{
    color: #888;
    font-weight: 600;
}
.middleLeftPart .mainDetails .addressContainer .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.middleLeftPart .mainDetails .addressContainer a{
    text-decoration: underline;
    color: #a09741;
    transition: all .5s;
}
.middleLeftPart .mainDetails .addressContainer a:hover{
    color: #000;
    text-decoration: none;
}
.middleLeftPart .mainDetails .addressContainer .contactRow{
    float: left;
}
.middleLeftPart .mainDetails .addressContainer .contactRow a{
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    padding: 0px 10px;
    margin-right: 10px;
    transition: all 0.5s;
    width: 215px;
}
.middleLeftPart .mainDetails .addressContainer .contactRow a i{
    margin-left: 10px;
    float: right;
    line-height: 36px;
}
.middleLeftPart .mainDetails .addressContainer .contactRow a.msg{
    background: #a09741;
}
.middleLeftPart .mainDetails .addressContainer .contactRow a.route{
    background: #42b75f;
}
.middleLeftPart .mainDetails .addressContainer .contactRow a:hover{
    background: #000;
}
.middleLeftPart .mainDetails .addressContainer .socialContent{
    float: left;
    margin: 0px 0px 0px 10px;
}
.middleLeftPart .mainDetails .addressContainer .socialContent ul{
    margin: 0px;
    padding: 0px;
}
.middleLeftPart .mainDetails .addressContainer .socialContent ul li{
    float: left;
    margin-right: 10px;
    list-style: none;
}
.middleLeftPart .mainDetails .addressContainer .socialContent ul li a{
    font-size: 27px;
    line-height: 36px;
}
.middleLeftPart .mainDetails .reviewsContainer{
    padding: 0 25px;
}
.middleLeftPart .mainDetails .reviewsContainer h2{
    font-size: 14px;
    line-height: 32px;
    color: #6a676e;
    font-weight: 700;
    margin: 0px 0px 20px;
    text-transform: uppercase;
}
.middleLeftPart .mainDetails .reviewsContainer h2 span.reviewCount{
    margin-right: 10px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    background: #c97168;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
}
.middleLeftPart .mainDetails .reviewsContainer form input[type="text"],
.middleLeftPart .mainDetails .reviewsContainer form input[type="email"],
.middleLeftPart .mainDetails .reviewsContainer form input[type="password"],
.middleLeftPart .mainDetails .reviewsContainer form input[type="number"],
.middleLeftPart .mainDetails .reviewsContainer form textarea{
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    border-top: 4px solid #e0e0e0 !important;
    min-height: 46px;
    max-width: 100%;
    padding: 0 15px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.middleLeftPart .mainDetails .reviewsContainer form textarea{
    padding: 15px !important;
}
.middleLeftPart .mainDetails .reviewsContainer form .sandRating{
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    padding: 0px 15px;
    margin-right: 10px;
    transition: all 0.5s;
    background: #42b75f;
    border:none;
    outline: none;
}
.middleLeftPart .mainDetails .reviewsContainer form .sandRating:hover{
    background: #000;
}
.middleLeftPart .mainDetails .reviewsContainer .reviewRatings{
    width: 100%;
    float: left;
    background: #fff;
    color: #888;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
}
.middleLeftPart .mainDetails .reviewsContainer .reviewRatings ul{
    margin: 0px;
    padding: 0px;
}
.middleLeftPart .mainDetails .reviewsContainer .reviewRatings ul li{
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    width: 100%;
}
.middleLeftPart .mainDetails .reviewsContainer .reviewRatings ul li:last-child{
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.middleLeftPart .mainDetails .reviewsContainer .reviewRatings ul li span{
    float: left;
    width: 50%;
    font-size: 14px;
    color: #6a676e;
    font-weight: 700;
    line-height: 28px;
}
.middleLeftPart .mainDetails .reviewsContainer .reviewRatings ul li span.user-ratings{
    text-align: right;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews{
    padding: 35px 25px;
    margin: 0 -25px;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews:nth-child(2n+1){
    background: #fff;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews .reviewInfo{
    color: #6a676e;
    position: relative;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews .reviewInfo .userName{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    vertical-align: middle;
    font-weight: 700;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews .reviewInfo .reviewTime{
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 8px;
    background: rgba(0,0,0,0.05);
    color: #6a676e;
    text-transform: uppercase;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews .reviewInfo .reviewTime span:last-child{
    font-weight: 500;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews .reviewInfo .reviewTime span:last-child:before{
    content: '';
    display: inline-block;
    margin: -2px 4px 0 2px;
    width: 4px;
    height: 4px;
    background: #000;
    line-height: 100%;
    vertical-align: middle;
    border-radius: 50%;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews .reviewInfo .reviewStars{
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #dead66;
    cursor: default;
    font-size: 13px;
}
.middleLeftPart .mainDetails .reviewsContainer .userReviews .content p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #888;
    margin: 0px;
}
.gallerySliderRow{
    width: 100%;
    float: left;
    margin:100px 0px;
    position: relative;
}
.gallerySliderRow .owl-carousel{
    width: calc(100% - 220px);
    float: left;
    position: relative;
}
.gallerySliderRow .owl-carousel .owl-item{
    width: 100%;
}
.gallerySliderRow .owl-carousel .owl-item img{
    width: auto;
    max-height: 120px;
    height: auto;
}
.gallerySliderRow .galleryText{
    width: 220px;
    height: 120px;
    background: #a09741;
    padding: 30px 25px;
    position: relative;
    float: left;
}
.gallerySliderRow .galleryText h4{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.gallerySliderRow .galleryText span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
}
.gallerySliderRow .galleryText .owl-prev,
.gallerySliderRow .galleryText .owl-next{
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    color: #a09741;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    display: block;
    width: 26px;
    text-align: center;
    transition: all .5s;
}
.gallerySliderRow .galleryText .owl-prev{
    right: 58px;
}
.gallerySliderRow .galleryText .owl-prev i{
    margin-left: -2px;
}
.gallerySliderRow .galleryText .owl-next{
    right: 25px;
}
.gallerySliderRow .galleryText .owl-prev:hover,
.gallerySliderRow .galleryText .owl-next:hover{
    background: #000;
}
/*---- End Middle Left Part  ----*/

/*---- Start Middle Map Part ----*/
.middleRightPart {
    height: 100%;
    position: fixed;
    width: calc(41.66667% - 33px);
    right: 0;
}
.middleRightPart .locationMap{
    background: #231f20;
    height: 100%;
    width: 100%;
    padding: 20px;
}
.middleRightPart .locationMap h2{
    color: #fff;
    margin-bottom: 20px; 
}
.middleRightPart .locationMap .green{
    margin-right: 20px;
}
/*---- End Middle Map Part  ----*/

/*---- Start Rating 5 stars ----*/
.reviewsContainer .reviewRatings .fa {
    margin-right: 0px;
    font-size: 16px;
    cursor: pointer;
}
.reviewsContainer .reviewRatings .fa-star, .reviewsContainer .reviewRatings .fa-star-half-o {
    color: #dead66;
}
.reviewsContainer .reviewRatings .fa-star-o {
    color: #dead66;
}
/*---- Emd Rating 5 stars ----*/

/*---- Start Contact Popup Modal ----*/
#contactPopup .modal-content{
    border-radius: 0px;
}
#contactPopup .popupForm .modal-header,
#routePopup .popupForm .modal-header{
    padding: 20px 40px;
    border: none;
}
#contactPopup .popupForm .modal-header .close,
#routePopup .popupForm .modal-header .close{
    color: #ce5859;
    font-weight: 700;
    opacity: 1;
    font-size: 16px;
}
#contactPopup .popupForm .modal-body,
#routePopup .popupForm .modal-body {
    padding: 0px 50px 30px;
}
#contactPopup .popupForm .modal-body h2 {
    color:#c97168;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}
/*---- End Contact Popup Modal ----*/
/*----- End Middle Section -----*/

/*----- Start Home Noticias -----*/
.middleHomeNoticias .middleLeftPart .leftTopHeader{
    background-image: url(../images/homeNoticiasBanner.jpg) !important;
    padding: 200px 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    position: relative;
    border-bottom: none;
    z-index: 1;
}
.noticiasList{
    padding: 60px 45px;
}
.adBanner img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}
.noticiasBlock{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-bottom: 40px;
}
.noticiasBlock .noticiasBlockImg {
    width: 188px;
    float: left;
}
.noticiasBlock .noticiasBlockDetails {
    width: calc(100% - 228px);
    float: left;
    margin-left: 40px;
}
.noticiasBlockDetails h2{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #6a676e;
    font-weight: 700;
    text-transform: uppercase;
}
.noticiasBlockDetails p{
    color: #888;
}
.noticiasBlockDetails a.siteBtn{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    text-decoration: none;
    padding: 0 20px;
    max-width: 135px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}
.noticiasBlockDetails a.siteBtn:hover{
    color: #fff;
    text-decoration: none;
}
.noticias_pagination{
    padding: 35px 0;
    background: #eaeaea;
    text-align: center;
}
.noticias_pagination ul{
    padding: 0;
    margin: 0;
}
.noticias_pagination ul li{
    display: inline-block;
    margin: 0 3px;
}
.noticias_pagination ul li a{
    background: #a09741;
    color: #FFF;
    text-decoration: none;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.noticias_pagination ul li a.active, .noticias_pagination ul li a:hover, .noticias_pagination ul li a:focus{
    background: #827222;
}
.noticias_pagination ul li.last_page{
    position: absolute;
    right: 30px;
}
.noticias_pagination ul li.first_page{
    position: absolute;
    left: 30px;
}
/*----- End Home Noticias -----*/

/*----- Start Detalhe Noticias -----*/
.middleDetalheNoticias .mainDetails{
    margin-bottom: 0px;
}
.middleDetalheNoticias .pageTitle{
    padding: 65px 30px;
    background: #e3e3e3;
}
.middleDetalheNoticias .pageTitle h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #6a676e;
    line-height: 30px;
    margin-bottom: 0;
}
.middleDetalheNoticias .pageContent{
    padding: 55px 30px;
    overflow: hidden;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    border-bottom: 5px solid #eaeaea;
}
.middleDetalheNoticias .pageContent p{
    font-weight: 600;
}
.middleDetalheNoticias .pageContent blockquote{
    background: #fff;
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 20px 20px 10px 70px;
    position: relative;
    font-weight: 700;
}
.middleDetalheNoticias .pageContent blockquote::before{
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 30px;
    font-style: italic;
    color: #e8e8e8;
    position: absolute;
    left: 20px;
    margin: 0px;
    line-height: 28px;
}
.middleDetalheNoticias .pageContent .gal{
    margin: 0px -5px !important;
}
.middleDetalheNoticias .pageContent .gal img{
    max-width: 100%;
}
.middleDetalheNoticias .galItem{
    width: 50%;
    float: left;
    padding: 0px 5px 10px 5px;
}
.middleDetalheNoticias .pageContent hr{
    padding-top: 20px;
    margin-bottom: 20px;
    border-width: 2px;
    margin-top: 30px;
}
.middleDetalheNoticias .pageContent h3{
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #6a676e;
    line-height: 28px;
}
.middleDetalheNoticias .sobreAdmin{
    padding: 20px 30px;
    margin: 0 0 30px 0;
    background: #fff;
    border: none;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: inline-block;
    width: 100%;
}
.middleDetalheNoticias .sobreAdmin .adminAvatar{
    width: 64px;
    float: left;
}
.middleDetalheNoticias .sobreAdmin .adminAvatar img{
    border-radius: 100%;
    float: left;
    max-width: 100%;
    padding: 3px;
    display: block;
}
.middleDetalheNoticias .sobreAdmin .adminDesc{
    float: left;
    width: calc(100% - 84px);
    margin-left: 20px;
}
.middleDetalheNoticias .sobreAdmin .adminDesc h2{
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #6a676e;
    line-height: 28px;
}
.middleDetalheNoticias .sobreAdmin .adminDesc .adminLink{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #6a676e;
}
.middleDetalheNoticias .pageNavigation{
    background: #e8e8e8;
    padding: 20px 25px;
    /*position: relative;*/
}
.middleDetalheNoticias .pageNavigation ul{
    padding: 0;
    margin: 0;
}
.middleDetalheNoticias .pageNavigation ul li{
    display: inline-block;
    margin: 0 3px;
}
.middleDetalheNoticias .pageNavigation ul li a{
    background: #a09741;
    color: #FFF;
    text-decoration: none;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center
}
.middleDetalheNoticias .pageNavigation ul li a i{
    font-size: 14px;
    vertical-align: middle;
}
.middleDetalheNoticias .pageNavigation ul li a.active, .middleDetalheNoticias .pageNavigation ul li a:hover, .middleDetalheNoticias .pageNavigation ul li a:focus{
    background: #827222;
}

/* comments */
.commentSection{
    padding: 40px 30px 0;
}
.commentSection h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #6a676e;
    line-height: 28px;
}
.commentSection h2 span{
    background: #c97168;
    color: #FFF;
    display: inline-block;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: text-bottom;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.commentlist {
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 0;
    list-style: none;
}
.commentlist .commentArticle {
    padding-left: 0px;
    padding-right: 0;
    margin-bottom: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 74px;
    background: #fff;
}
.commentlist .commentMeta {
    position: relative;
    background: #e8e8e8;
    padding: 18px 25px 18px 65px;
    margin: 0;
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
    border: none;
    min-height: 50px;
    z-index: 1;
}
.commentlist .commentMeta .commentAuthor, .commentlist .commentMeta time {
    float: none;
    line-height: 13px;
}
.commentlist .commentMeta time {
    font-size: 14px;
    font-weight: 500;
}
.commentlist .commentMeta .commentAuthor {
    float: left;
    margin-right: 10px;
}
.commentlist .commentMeta .avatar {
    position: absolute;
    background: #fff;
    left: 0;
    padding: 0;
    top: 0px;
    box-shadow: none;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    opacity: 0.4;
}
.commentlist .commentMeta .fn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #6a676e;
}
.commentlist .commentMeta .fn::after {
    content: "/";
    margin-left: 12px;
    color: #6a676e;
}
.commentMeta a {
    color: #6a676e;
}
.commentMeta a:hover {
    text-decoration: none;
}
.commentlist .commentMeta time::before {
    content: "\f017";
    font-family: 'FontAwesome';
    margin: 0 8px;
}
.commentlist .commentMeta .commentReply {
    position: absolute;
    top: 13px;
    right: 15px;
}
.lang-en_US a.commentReplyLink {
    font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
    transition: all .5s;
}
.commentlist a.commentReplyLink, .commentlist a.comment-edit-link {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}
a.commentReplyLink {
    background: #f7f7f7;
    color: #a09741 !important;
}
a.post-edit-link, a.comment-edit-link, a.commentReplyLink {
    padding: 2px 9px 4px;
    text-transform: uppercase;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 -4px 0 0 rgba(0,0,0,0.12) inset;
    -webkit-box-shadow: 0 -4px 0 0 rgba(0,0,0,0.12) inset;
    box-shadow: 0 -4px 0 0 rgba(0,0,0,0.12) inset;
    z-index: 10;
}
.commentlist a.userCommnetTime:hover{
    background: none !important;
    color: #6a676e !important;
}
.commentlist a:hover{
    box-shadow: none;
    color: #fff !important;
    background: #a09741 !important
}
.commentlist .commentContent {
    color: #888;
    padding: 20px 25px 0px;
    border: 1px solid #e8e8e8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(232, 232, 232);
    border-top: 0px;
    -moz-border-radius: 0px 0px 5px 6px;
    -webkit-border-radius: 0px 0px 5px 6px;
    border-radius: 0px 0px 5px 6px;
}
.commentlist li ol{
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}
.commentlist li ol li{
    list-style: none;
    margin: 0
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* comment form */
#respond {
    padding: 40px 40px 80px;
    margin:0 30px 70px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#respond h3 {
    color: #D46D69;
    background: none;
    font-weight: 700;
    font-size: 22px;
}
#respond h3 {
    position: relative;
}
#respond form p {
    background: none;
    padding: 7px 0px;
}
p.commentNotes{
    color: #69686C;
}
#respond form label {
    color: #69686C;
    float: left;
    width: 110px;
    padding: 7px 0;
}
#respond form textarea{
    width: calc(100% - 110px);
}
p label span.required, p.commentNotes span.required{
    color: #D46D69;
}
.middleDetalheNoticias .adBanner{
    position: fixed;
    height: 100%;
    width: calc(33.333333% - 26px);
    top: 0;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background-image: url(../images/pancakes.jpg);
    background-position: center;
    background-size: cover;
    image-rendering:-webkit-optimize-contrast;
}

/*----- End Detalhe Noticias -----*/

/*----- Start Home Guia Fornecedores -----*/
.homeGuiaFornecedores{
    background-image: url(../images/homeGuiaFornecedoresBanner.jpg) !important;
    background-size: cover;
    padding: 160px 0 220px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.homeGuiaFornecedores .bannerText{
    background: rgba(49,48,61,.6);
    padding: 60px 50px;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}
.homeGuiaFornecedores .bannerText img{
    max-width: 139px;
    width: 100%;
    height: 139px;
}
.homeGuiaFornecedores .bannerText h1{
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    margin: 0px;
    color: #fff;
    letter-spacing: -2px;
}

.detailsContainer{
    background-image: url(../images/homeGuiaFornecedoresBg.png);
    background-repeat: repeat;
}
.detailsContainer .seacrhRowForm{
    padding: 30px 15px;
    background: rgba(220,221,222,0.5);
}
.detailsContainer .seacrhRowForm .customSelect{
    height: 54px !important;
    line-height: 34px;
    padding: 10px 20px;
    font-weight: 600;
    background-position:right 15px center;
    color: #88888b;
    font-weight: 700;
    border:none;
}
.detailsContainer .seacrhRowForm .searchButs a{
    display: inline-block;
}
.detailsContainer .seacrhRowForm .searchButs a:hover{
    color: #FFF;
}
.detailsContainer .seacrhRowForm .searchButs .pricingWrap{
    background-color: #c8c9ca;
    color: #88888b;
    font-size: 14px;
    font-weight: 600;
    border:none;
    border-radius: 0px;
    line-height: 46px;
    height: 54px;
    transition: all 0.6s;
    padding: 0 18px;
    border: 4px solid #fff;
    margin:0px 25px 0px 0px;
    color: #88888b;
}
.detailsContainer .tabsDetails {
    width: 100%;
    padding: 50px 0px 0;
}
.detailsContainer .tabsDetails .nav-tabs{
    padding: 0px 30px;
    border: none;
}
.detailsContainer .tabsDetails .nav-tabs .nav-item{
    margin: 0px 5px 0px 0px;
}
.detailsContainer .tabsDetails .nav-tabs .nav-item a{
    color: #31303d;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
    border: none;
    text-transform: uppercase;
    background: rgba(211,211,212,0.5);
}
.detailsContainer .tabsDetails .nav-tabs .nav-item a.active{
    color: #c97168;
    background: rgba(211,211,212,0.25);
    border: none;
    border-radius: 0px;
}
.detailsContainer .tabsDetails .tab-content{
    background: rgba(211,211,212,0.5);
    border: none;
    padding:20px 45px;
}
.detailsContainer .tabsDetails .tab-content .tab-pane p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #5e5e5e;
    position: relative;
    padding: 0 0 0 45px;
    margin: 0px;
}
.detailsContainer .tabsDetails .tab-content .tab-pane p img, .detailsContainer .tabsDetails .tab-content .tab-pane ul li img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
}
.detailsContainer .tabsDetails .tab-content .tab-pane p i{
    width: 100px;
    background: #5e5e5e;
    height: 3px;
    display: block;
    margin: 14px 0px;
}
.detailsContainer .tabsDetails .tab-content .tab-pane p span{
    font-weight: 700;
    font-size: 18px;
    font-family: inherit;
    line-height: 32px;
}
.detailsContainer .tabsDetails .tab-content .tab-pane ul{
    margin: 0px;
    padding: 0px;
}
.detailsContainer .tabsDetails .tab-content .tab-pane ul li{
    margin: 0px;
    padding: 0 0 0 45px;
    list-style: none;
    position: relative;
}
.detailsContainer .tabsDetails .tab-content .tab-pane ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #5e5e5e;
    padding: 0;
    margin: 0px;
    text-decoration: none;
    transition: all .5s;
}
.detailsContainer .tabsDetails .tab-content .tab-pane ul li a:hover{
    color: #c97168;
}

.pricePopupContainer{
    display: none;
    width: 100%;
    position: absolute;
    top: 65px;
    left: -62px;
    background: #fff;
    padding: 15px 0 15px;
    text-align: center;
    opacity: 1;
    z-index: 1;
    border: 1px solid #dbdbdb !important;
    border-top: 2px solid #dbdbdb !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
}
.pricePopupContainer::before{
    content: "";
    position: absolute;
    top: -14px;
    left: 48%;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 7px;
}
.pricePopupContainer .priceRange{
    margin: 0 auto 15px auto;
    padding: 0 15px;
    width: 200px;
}
.pricePopupContainer .priceRange .priceRating{
    font-size: 0 !important;
    line-height: 28px;
}
.pricePopupContainer .priceRange .priceRating .fa {
    display: inline-block;
    color: #fff;
    background: #e8e8e8;
    width: 34px;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    font-size: 16px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.pricePopupContainer .priceRange .priceRating .fa:hover{
    background:#a09741;
}
.pricePopupContainer span.pricePopupHelp {
    display: block;
    padding: 15px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    color: #888;
    font-weight: 500;
}
.pricePopupContainer .priceAction {
    padding:  0 15px;
}
.pricePopupContainer .priceAction button{
    display: block;
    padding: 7px 5px 9px 5px;
    width: 46%;
    min-height: 35px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.5s;
}
.pricePopupContainer .priceAction button:hover{
    background: #000;
}
.pricePopupContainer .priceAction .pricePopupCheck {
    float: left;
    background: #a3c56d;
}
.pricePopupContainer .priceAction .priceClear {
    float: right;
    background: #dc6060;
}
/*----- End Home Guia Fornecedores -----*/

/*----- Start Home Categoria Guia -----*/
.middleLeftPart .leftTopHeader{
    background-image: url(../images/header-restaurants.jpg);
    padding: 45px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    position: relative;
    border-bottom: none;
    z-index: 1;
}
.middleLeftPart .mainDetails .itemsContent{
    padding: 0 25px 25px;
}
.middleLeftPart .mainDetails .itemsContent .item {
    width: 47%;
    float: left;
    background:#fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin: 0 1.5% 3%;
    overflow: hidden;
}
.middleLeftPart .mainDetails .itemsContent .item:nth-child(2n){
    margin-right: 0;
}
.middleLeftPart .mainDetails .itemsContent .item .itemImg img{
    max-width: 100%;
    width: 100%;
}
.middleLeftPart .mainDetails .itemsContent .item .itemText{
    padding: 15px;
    width: 100%;
    float: left;
}
.middleLeftPart .mainDetails .itemsContent .item .itemText .itemTitle {
    float: left;
}
.middleLeftPart .mainDetails .itemsContent .item .itemText .itemTitle a{
    text-decoration: none;
    color: #6a676e;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.middleLeftPart .mainDetails .itemsContent .item .itemText .reviewStars{
    color: #dead66;
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    float: right;
}
.homeCategoriaGuiaBanner .mainDetails {
    margin-bottom: 0px;
}
.homeCategoriaGuiaBanner .mainDetails .categorieItemDetails{
    margin-bottom: 0px;
}
.homeCategoriaGuiaBanner .mainDetails .advanceFilter{
    background: #eaeaea;
    margin-bottom: 30px;
    padding: 25px;
}
.homeCategoriaGuiaBanner .mainDetails .advanceFilter a.siteBtn{
    display: inline-block;
    padding: 0px 20px;
    text-decoration: none;
    text-transform: uppercase;
    height: 36px;
}
.homeCategoriaGuiaBanner .mainDetails .advanceFilter a.siteBtn:hover{
    color: #fff;
}
.middleLeftPart .mainDetails .filtersRow{
    padding: 35px 25px;
    float: left;
    width: 100%;
}
.middleLeftPart .mainDetails .filtersRow h2{
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #6a676e;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
    width: all;
}
.middleLeftPart .mainDetails .filtersRow h2 span.filterCountItem{
    margin-right: 10px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    background: #c97168;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions{
    float: right;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterCountSelect{
    float: left;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions label{
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #6a676e;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 0px;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .customSelect{
    width: 60px;
    background: url("../images/selectArrowGold.png") no-repeat right 6px center #fff;
    line-height: 22px;
    height: 32px !important;
    color: #6a676e;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortBy{
    float: left;
    margin-left: 50px;
    position: relative;
    height: 32px;
    line-height: 32px;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortBy .selectToggle{
    min-width: 34px;
    padding:0 10px;
    font-size: 14px;
    text-decoration: none;
    background:#fff;
    border:1px solid #d6d8d9;
    color: #a09741;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortBy .showSortBy{
    display: none;
    width: 34px;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 99;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortBy .showSortBy ul{
    margin: 0;
    padding: 0;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortBy .showSortBy ul li{
    margin: 0 0;
    padding: 0 10px;
    list-style: none;
    background: #fff;
    border-left:1px solid #d6d8d9;
    border-right:1px solid #d6d8d9;
    border-top:1px solid #d6d8d9;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortBy .showSortBy ul li a{
    font-size: 14px;
    line-height: 35px;
    text-decoration:none;
    color: #a09741;
    margin: 0px;
    padding: 0px;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortBy .customSelect{
    display: none;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortingAD{
    float: left;
    margin-left: 15px;
    padding:0px;
    font-size: 14px;
    text-decoration: none;
    background:#fff;
    border:1px solid #d6d8d9;
    color: #a09741;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortingAD a{
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
}
.middleLeftPart .mainDetails .filtersRow .filterOptions .filterSortingAD a:first-child{
    border-right: 1px solid #d6d8d9;
}
.middleLeftPart .mainDetails .filterCapacityRow{
    background: #fff;
    padding: 35px 25px;
    float: left;
    width: 100%;
}
.middleLeftPart .mainDetails .filterCapacityRow .capacityOption{
    float: left;
}
.middleLeftPart .mainDetails .filterCapacityRow .capacityOption img{
    float: left;
    margin-right: 15px;
}
.middleLeftPart .mainDetails .filterCapacityRow .capacityOption label{
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #6a676e;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 0px;
}
.middleLeftPart .mainDetails .filterCapacityRow .capacityOption .customSelect{
    width: 100px;
    background: url("../images/selectArrowGold.png") no-repeat right 6px center #fff;
    line-height: 22px;
    height: 32px !important;
    color: #6a676e;
}
.middleLeftPart .mainDetails .filterCapacityRow .filterOutput{
    float: left;
    padding: 0px 30px;
}
.middleLeftPart .mainDetails .filterCapacityRow .filterOutput .form-check{
    height: 32px;
    margin-right: 20px;
}
.middleLeftPart .mainDetails .filterCapacityRow .filterOutput .form-check{
    margin: 0px 20px 0px 0px;
    padding: 0px;
}
.middleLeftPart .mainDetails .itemsContent .item .itemText .itemTitle a{
    font-size: 14px;
    line-height: 16px;
}
.middleLeftPart .mainDetails .itemsContent .item .itemText .reviewStars{
    line-height: 16px;
}
/*----- End Home Categoria Guia  -----*/

/*----- Start Footer -----*/
footer .footerTop{
    padding: 55px 0px;
    background: #000;
}
footer .footerTop .contactDetails{
    margin: 20px 0px 0px 0px;
}
footer .footerTop .contactDetails a{
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 18px;
    transition: all .5s;
}
footer .footerTop .contactDetails a:hover{
    color: #a09741;
}
footer .footerTop .contactDetails a i{
    width: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    margin: 0px 5px 0px 0px;
}
footer .footerTop .usefullLinks{
    padding: 60px 0px 0px;
}
footer .footerTop .usefullLinks:last-child{
    border-left: 1px solid #231f20;
    padding: 60px 0px 0px 60px;
}
footer .footerTop .usefullLinks h4{
    color: #a09741;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}
footer .footerTop .usefullLinks ul{
    margin: 0px;
    padding: 0px;
}
footer .footerTop .usefullLinks ul li{
    margin: 0px 0px 10px 0px;
    list-style: none;
}
footer .footerTop .usefullLinks ul li:last-child{
    margin: 0px 0px 0px 0px;
}
footer .footerTop .usefullLinks a{
    display: block;
    color: #a09741;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 400;
    line-height: 18px;
    transition: all .5s;
}
footer .footerTop .usefullLinks a:hover{
    color: #fff;
}
footer .footerBottom{
    padding: 13px 0px;
    background: #231f20;
}
footer .footerBottom p{
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
}
footer .footerBottom a{
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #231f20;
    background: #fff;
    transition: all 0.5s;
    border: 1px solid transparent;
}
footer .footerBottom a:hover{
    border: 1px solid #fff;
    background: none;
    color: #fff;
}
/*----- End Footer -----*/