/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@font-face {
    font-family: 'Harabara Mais Demo';
    src: url("../fonts/Harabara_Mais_Demo.otf") format("opentype");
}
html, body {
    font-family: 'Harabara Mais Demo', 'Open Sans', sans-serif;
    font-size: 100%;
    background: #FFf;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h2 a, h2 a:hover {
    color: #333;
}

p {
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    color: none;
    text-decoration: none;
}

/*-----start-header----*/
.top-header {
    background: #2A2E33;
    z-index: 10000;
}

.logo {
    float: left;
    padding: 5px 0;
}

.logo h3 {
    color: #fff;
    margin: 1em 0;
    font-weight: bold;
}

.logo h3 span {
    color: #FFD700;
    position: relative;
}

.logo i {
    color: #AAABAD;
    font-size: 10px;
    position: absolute;
    top: 4.5%;
    left: 26.5%;
    font-weight: 200;
}

.right-toolbar {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #000;
    z-index: 1000;
}

.right-toolbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-toolbar ul li {
}

.sticky-header {
    position: fixed;
    width: 100%;
}
.sticky-header .logo {
    padding: 0;
    margin-top: 4px;
}
.sticky-header .top-menu ul li a {
    transition: 0.7s ease;
    padding: 0.9em 1.5em;
}

.top-menu {
    float: right;
}

.top-menu ul li {
    display: inline-block;
}

.top-menu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 4.5em 1.5em;
    display: block;
    border-top: 2px solid #2A2E33;
    /*font-weight: 600;*/
    transition: 0.7s ease;
}

.top-menu ul li.active a {
    background: #000;
    color: #fff;
    border-top: 2px solid #FFD700;
    font-weight: 600;
}

.top-menu ul li a:hover {
    background: #1E2329;
    color: #fff;
    border-top: 2px solid #FFD700;
}

.top-menu ul li ul.dropdown-menu {
    padding: 0;
    margin-top: -1px;
}
.top-menu ul li ul.dropdown-menu li {
    padding: 0.5em;
    background: #000;
    width: 100%;
}
.top-menu ul li ul.dropdown-menu li a {
    border: none;
    padding: 10px 15px;
}
.top-menu ul li ul.dropdown-menu li a:hover {
    border-top: none;
    opacity: 0.6;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000;
}

.banner {
    background: #00CCFF;
    min-height: 300px;
    padding: 2em 0 4em 0;
}

.banner-info h3 {
    color: #fff;
    font-weight: 200;
    margin-bottom: 12px;
}

.banner-info h3 label {
    font-weight: 600;
}

.banner-info h1 {
    color: #fff;
    font-weight: bold;
    border-top: 1px dashed rgba(255, 255, 255, 0.59);
    width: 30%;
    margin: 0 auto;
    padding: 16px 0 23px 0;
    font-size: 3em;
}

.banner-info span {
    display: block;
    border-top: 1px dashed rgba(255, 255, 255, 0.59);
    width: 20%;
    margin: 0 auto;
}

.banner-info ul li {
    display: inline-block;
    position: relative;
}

.banner-info ul li a {
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: 100;
    margin: 1em;
}

select {
    width: 100%;
    color: #858585;
    font-size: 0.8725em;
    padding: 7px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    border: 1px solid #DFDFDF;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;

}

select option {
    border: 1px solid #DFDFDF;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* start footer */
.footer {
    padding: 4% 2% 2%;
}

.copy {
    float: left;
    margin-top: 15px;
}

.copy p {
    color: #9c9c9c;
    font-size: 0.8725em;
    line-height: 1.5em;
}

.copy p a {
    color: #52ABDF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copy p a:hover {
    color: #9c9c9c;
}

.fotter {
    background: #E7CB2C;
    min-height: 150px;
    position: relative;
}

.fotter h3 {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 2.8em;
    margin: 0.7em 0 0 1em;
}

.fotter h4 {
    font-family: 'Quicksand', sans-serif;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-style: italic;
    margin: 1.2em 0 0 2.7em;
}


.fotter-info {
    background: #333333;
    padding: 4em 0;
}

.hotel-info {
    width: 55%;
    margin-right: 5%;
    float: left;
    text-align: justify;
}

.hotel-info h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1.2em;
}

.hotel-info p {
    font-size: 13px;
    color: rgba(237, 237, 237, 0.87);
    margin-bottom: 12px;
    font-weight: 100;
    line-height: 1.5em;
}

.links {
    width: 95%;
    margin-right: 5%;
    float: left;
    text-align: left;
}

.links h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1.2em;
}

.links h5 {
    color: rgba(237, 237, 237, 0.87);
    font-size: 14px;
    word-spacing: 1px;
}

.links a {
    display: block;
    margin-bottom: 10px;
}

.links a:hover {
    color: #fff;
}

.join {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: left;
}

.join h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1.2em;
}

.join p {
    width: 100%;
    font-size: 13px;
    color: rgba(237, 237, 237, 0.87);
    margin-bottom: 10px;
    font-weight: 100;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.5em;
}

.join a {
    color: #2B2A1F;
    background: #E7CB2C;
    font-size: 12px;
    padding: 4px 17px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 1em;
    display: inline-block;
    border: 2px solid #E7CB2C;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.join a:hover {
    background: #333333;
    border: 2px solid #fff;
    color: #fff;
}

.details a h2 {
    margin: 12px 0;
    color: #333333;
}

.details a h2:hover {
    color: #FAE36A;
}

.details {
    padding: 0;
}

.member {
    width: 49%;
    float: left;
    text-align: left;
}

.member h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1.2em;
}

.member p {
    font-size: 13px;
    color: #B8B8B8;
    font-weight: 100;
    margin: 5px;
}

.member form input[type="text"] {
    color: #fff;
    border: 1px solid #1A1A1A;
    outline: none;
    font-size: 14px;
    padding: 3px 12px;
    width: 92% !important;
    background: #333333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10x;
}

.member form input[type="password"] {
    color: #fff;
    border: 1px solid #1A1A1A;
    outline: none;
    font-size: 14px;
    padding: 3px 12px;
    width: 92% !important;
    background: #333333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fotter-info h6 {
    text-align: center;
    color: #fff;
    padding-top: 3em;
    font-size: 14px;
}

.fotter-info h6 a {
    color: #00CCFF;
}

.fotter-info h6 a:hover {
    color: #FFD700;
}

.deals {
    overflow: hidden;
}

a.promo {
    display: block;
    width: 30%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-right: 3%;
    float: left;
    background-color: #f5f5f5;
    min-height: 365px;
}
a.promo:hover {
    opacity: .8;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
a.promo:nth-child(3n) {
    margin-right: 0;
}
a.promo .thumb img {
    width: 100%;
}
a.promo .name {
    padding: 10px 20px;
    color: #333;
    text-align: center;
    min-height: 65px;
}
a.promo .date {
    margin: 10px 0;
    color: #b3b3b3;
    text-align: center;
    font-size: 12px;
}

.map {
    margin: 6% 0 4%;
}

@media (max-width: 1280px) {

    .fotter h3 {
        font-size: 2em;
    }

    .fotter h4 {
        font-size: 15px;
        margin: 1em 0 0 1.7em;
    }

    .hotel-info p {
        width: 89%;
    }

    .news {
        width: 45%;
    }

    .join {
        width: 36%;
    }

    .member {
        width: 59%;
    }

    .member p {
        margin-top: 1em;
    }

    .member form input[type="submit"] {
        margin-top: 2em;
    }

    .fotter-info h6 {
        padding-top: 2em;
    }

    .events-calendar ul li .event {
        font-size: 14px !important;
    }
}

@media (max-width: 1024px) {
    .logo {
        padding-top: 4px;
    }

    .logo img {
    }

    .right-toolbar {
        top: 50px;
    }

    #logo-sm {
        margin-top: 6px !important;
    }
    /*.top-menu ul li a {
        padding: 2.1em 0.5em;
    }*/

    .top-menu ul li a {
        padding: 2em 0.5em;
        font-size: 11px;
    }

    .top-menu ul {
        display: block;
    }

    .sticky-header .top-menu ul li a {
        transition: 0.7s ease;
        padding: 2em 0.5em;
    }

    .banner {
        padding: 1em 0 3em 0;
    }

    .banner-info h3 {
        margin-bottom: 10px;
        font-size: 19px;
    }

    .banner-info h1 {
        width: 33%;
        font-size: 2.5em;
        padding: 16px 0;
    }

    .banner {
        min-height: 225px;
    }

    .banner-info ul li a {
        font-size: 17px;
    }

    .fotter-info {
        padding: 3em 0;
    }

    .fotter h3 {
        font-size: 2.2em;
        margin: 0.7em 0 0 0em;
    }

    .fotter h4 {
        font-size: 15px;
        margin: 0.5em 0 0 0em;
    }

    .news a {
        margin-bottom: 5px;
    }

    .news {
        text-align: center;
        width: 46%;
    }

    .links {
        text-align: center;
        width: 100%;
        margin-right: 0;
    }
    .join {
        width: 100%;
        text-align: center;
        margin-right: 0;
        float: none;
    }

    .join p {
        font-size: 12px;
        margin-bottom: 8px;
        overflow: hidden;
        height: 50px;
    }

    .member {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .member p {
        text-align: left;
        margin-left: 18%;
        margin-top: 0;
    }

}

@media (max-width: 768px) {

    .logo {
        float: left;
        padding: 0px;
        padding-top: 4px;
    }

    .logo img {
        width: 100%;
    }

    .m-clear {
        clear: both;
    }

    span.menu:before {
        content: url(../i/nav.png);
        cursor: pointer;
    }

    .top-menu {
        float: none;
    }

    .top-menu ul {
        display: none;
    }

    .top-menu ul li {
        font-size: 12px;
        display: block;
    }

    .top-menu ul li a {
        padding: 1em 0.5em;
        font-size: 11px;
    }

    .sticky-header .top-menu ul li a {
        transition: 0.7s ease;
        padding: 0.5em;
    }

    span.menu {
        display: block;
        float: right;
        margin: 8px 0 0 0;
    }

    .top-menu ul {
        margin: 0;
        z-index: 999;
        position: absolute;
        width: 91%;
        background: #000;
        text-align: center;
    }

    .top-menu ul.dropdown-menu {
    }
    .top-menu ul li ul.dropdown-menu li {
        background: #222;
        border-bottom: 2px solid #2A2E33;
    }
    .top-menu ul li ul.dropdown-menu li a {
        padding: 0.2em;
    }

    select {
        width: 80%;
        font-size: 0.75em;
        padding: 2px;
    }

    .fotter-info {
        padding: 3em 0;
    }

    .fotter {
        min-height: 105px;
    }

    .fotter h3 {
        font-size: 2em;
    }

    .fotter h4 {
        font-size: 12px;
        margin: 0.5em 0 0 0em;
        width: 80%;
    }

    .member form input[type="text"], .member form input[type="password"] {
        width: 70% !important;
    }

    .h1, h1 {
        font-size: 26px;
    }
    .h2, h2 {
        font-size: 22px;
    }
    .h3, h3 {
        font-size: 20px;
    }

    .events-calendar ul li {
        float: none !important;
        width: 100% !important;
    }
    .events-calendar ul li .event {
        height: auto !important;
        margin-top: 0 !important;
        padding-top: 15px !important;
    }
    .events-calendar ul li .more {
        min-height: inherit !important;
    }

    a.promo {
        width: 44%;
    }
    a.promo:nth-child(3n) {
        margin-right: 3%;
    }
    a.promo:nth-child(2n+1) {
        margin-right: 3%;
    }
}

@media (max-width: 640px) {

    select {
        width: 90%;
        font-size: 0.7em;
    }

    .fotter {
        min-height: 105px;
    }

    .fotter h3 {
        font-size: 22px;
    }

    .fotter h4 {
        width: 73%;
    }

    .hotel-info, .news {
    }

    .join p {
        height: 49px;
    }

    .fotter-info h6 {
        padding-top: 3em;
    }

    .rslides img {
        height: 249px;
        width: 100%;
    }

    .form-control {
        width: 100%;
    }

    a.promo {
        width: 48%;
    }
    a.promo:nth-child(3n) {
        margin-right: 3%;
    }
    a.promo:nth-child(2n+1) {
        margin-right: 1%;
    }
}

@media (max-width: 480px) {
    .logo {
        padding: 0;
        padding-top: 4px;
    }

    span.menu {
        margin: 8px 10px 0 0;
    }

    .owl-next {
        right: -11%;
        top: 31%;
    }

    .owl-prev {
        right: 99%;
        top: 31%;
    }

    .fotter-info {
        padding: 2em 0;
    }

    .fotter h3 {
        font-size: 20px;
    }

    .fotter {
        min-height: 78px;
    }

    .items {
        margin-top: 1em;
    }

    select {
        width: 98%;
        -webkit-appearance: none;
    }

    .links {
        text-align: center;
    }
    .join {
        width: 100%;
        margin-right: 0;
    }
    .member {
        width: 100%;
    }

    .featured-deals .bx-wrapper .slide {

    }

    a.promo {
        width: 100%;
    }
    a.promo:nth-child(3n) {
        margin-right: 0;
    }
    a.promo:nth-child(2n+1) {
        margin-right: 0;
    }

    .page-content table {
        font-size: 11px;
    }
}

@media (max-width: 320px) {

    .owl-buttons {
        display: none;
    }

    .fotter h3 {
        font-size: 15px;
    }

    .fotter h4 {
        width: 100%;
    }

    .fotter {
        min-height: 83px;
    }

    .join {
        width: 100%;
    }

    .join a {
        margin-top: 0;
    }

    .member {
        width: 100%;
        margin-left: 0px;
    }

    .member h4 {
        margin: 31px 0 7px 0;
    }


    .content-grid p {
        height: 61px;
    }

    .content-grid-info p {
        margin: 1px 12px 0px 0;
    }

    .promo-one img {
         width: 100% !important;
         height: inherit !important;
    }
    .advert-one img {
        width: 100% !important;
        height: inherit !important;
    }

    a.promo {
        width: 100%;
    }
    a.promo:nth-child(3n) {
        margin-right: 0;
    }
    a.promo:nth-child(2n) {
        margin-right: 0;
    }
}

/* Custom styles */
.wrap {
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.user-photos-container .user-photos ul li {
    margin-bottom: 10px;
}
.user-photos-container .user-photos ul li a:hover {
    opacity: .6;
}

.welcome {
    text-align: center;
    margin-bottom: 20px;
}
.welcome h1 {
    font-weight: bold;
    margin-bottom: 20px;
}
.welcome p {
    padding: 0 5%;
    margin-bottom: 20px;
}

.wf-width-cont {
    width: 100% !important;
}

.events-calendar {
    overflow: hidden;
    margin: 20px 0;
}
.events-calendar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.events-calendar ul li {
    float: left;
    width: 20%;
}
.events-calendar ul li .today-alert {
    background-color: #008080;
    color: #fff;
    padding: 0 4px;
}
.events-calendar ul li .event {
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff;
}
.events-calendar ul li .event:hover {
    opacity: .6;
}
.events-calendar ul li .date {
    text-align: center;
}
.events-calendar ul li .date a {
    color: #000;
    font-weight: bold;
}
.events-calendar ul li .date a:hover {
    opacity: .6;
}
.events-calendar ul li .more {
    text-align: center;
    min-height: 22px;
}
.events-calendar ul li .more a {
    font-size: 12px;
}
.events-calendar ul li.pre-yesterday .event {
    background: #f04949;
    height: 100px;
    margin-top: 30px;
    padding-top: 25px;
}
.events-calendar ul li.yesterday .event {
    background: #39d084;
    height: 115px;
    margin-top: 15px;
    padding-top: 30px;
}
.events-calendar ul li.today .event {
    background: #ee742b;
    height: 130px;
    padding-top: 35px;
}
.events-calendar ul li.tomorrow .event {
    background: #f1c40f;
    height: 115px;
    margin-top: 15px;
    padding-top: 30px;
}
.events-calendar ul li.post-tomorrow .event {
    background: #5bc0de;
    height: 100px;
    margin-top: 30px;
    padding-top: 25px;
}

.gallery {
    overflow: hidden;
    margin: 20px 0;
}

.gallery .bx-wrapper {
    margin-bottom: 20px;
}

.gallery .slide img:hover {
    opacity: .6;
}

.featured-deals {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.featured-deals .bx-wrapper {
    margin-bottom: 0px;
    max-width: 100% !important;
}
.featured-deals .bx-wrapper .slide {
    width: 231px !important;
}
.featured-deals .bx-wrapper .bx-viewport {
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.featured-deals .bx-wrapper .bx-prev {
    left: -5px;
    background: url(images/cool-arrows.png) no-repeat -10px 50% #f5f5f5;
    width: 20px;
    height: 85px;
    top: 16px;
    z-index: 1;
}
.featured-deals .bx-wrapper .bx-next {
    right: -5px;
    background: url(images/cool-arrows.png) no-repeat 6px 50% #f5f5f5;
    width: 20px;
    height: 85px;
    top: 16px;
    z-index: 1;
}
.featured-deals .bx-controls-direction a:hover {
    /*opacity: .6;*/
}
.featured-deals .slide img:hover {
    opacity: .6;
}
.featured-deals .slide .image {
    float: left;
    margin-right: 5px;
}
.featured-deals .slide .descr {
    font-size: 12px;
}

.scrolling-text {
    background: #f5f5f5;
    padding-top: 10px;
}

.bx-wrapper a.bx-prev, a.bx-next {
    -ms-transition: 0;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.feedback {
    margin: 20px 0;
}
.feedback .feedback-list .slide blockquote {
    border: none;
    margin: 0;
    padding: 10px;
}

legend {
    border-bottom: 2px solid #333;
    padding-bottom: 2px;
}

fieldset p {
    margin: 0 0 10px;
}
fieldset h1 {
    padding: 0;
    border-bottom: 2px solid #333;
    padding-bottom: 2px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
}

.user-deals {
    margin: 20px 0;
}

.promo-controls {
    overflow: hidden;
    background-color: #eee;
    padding: 5px;
}
.promo-controls a {
    font-size: 20px;
    color: #333;
}
.promo-controls a:hover {
    opacity: .6;
}
.promo-controls .left {
    display: block;
    float: left;
}
.promo-controls .right {
    display: block;
    float: right;
}
.promo-one {
    margin-top: 20px;
}
.promo-one .date {
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
    background: #009033;
    border-radius: 5px;
    padding: 3px 5px;
}
.promo-one .descr {
    margin-top: 10px;
}

.feedback-item {
    background-color: #fff;
}
.feedback-item blockquote a {
    color: #333;
}
.feedback-one blockquote {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAMAAADHso01AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFFOTYzREUxRDI3ODExRTI5NkZGODRBNTQzQzZCMkEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFFOTYzREUyRDI3ODExRTI5NkZGODRBNTQzQzZCMkEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUU5NjNEREZEMjc4MTFFMjk2RkY4NEE1NDNDNkIyQTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUU5NjNERTBEMjc4MTFFMjk2RkY4NEE1NDNDNkIyQTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5SsoqPAAAAM1BMVEVERET///9ERERERERERERERERERERERERERERERERERERERERERERERERERERERERERER0dWwOAAAAEHRSTlMAABEiM0RVZneImaq7zN3uf6QJ9gAAAPtJREFUKM9tk0eWxSAMBEVwBrnuf9pZiCD8h5V4BXTTCJFlpDxLEQkfquy9rpo/OCncrX7gWHFSqK0+oayHJ4U3Wb0DacFJoSunF87FWlLgsjoqqHicX6bwA2we55cpfAGPOJxfpvAxVwZHm3AG89Wx0eosqkxstAtXui/DRrvwDTNYCbIZvUaWllfH2GjCNnG78z+7x/Yf7QuA4p2rd/7grIdxVTTac1TmxcOMosXcJofPPFWXZAZ4o3+x6MPax9rx3rE6e2e/nGum4vrhbtn4ViwzHSkmtTRymfai/jSynZlnrx7fT3SPdCSDfrHcPP05Do74xbKJ/6LhD8fFEZuOlASVAAAAAElFTkSuQmCC) left 13px no-repeat;
    margin: 0 0 10px;
    padding: 0;
    border-left: none;
}
.feedback-one blockquote .author {
    text-align: right;
    margin: 10px 0;
}
.feedback-one blockquote div.quote_container {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAMAAADHso01AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRCQkZDMDY3RDI3ODExRTJBQTkxOURCNkJGNzc5NjY0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRCQkZDMDY4RDI3ODExRTJBQTkxOURCNkJGNzc5NjY0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEJCRkMwNjVEMjc4MTFFMkFBOTE5REI2QkY3Nzk2NjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEJCRkMwNjZEMjc4MTFFMkFBOTE5REI2QkY3Nzk2NjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7JFiamAAAAM1BMVEVERET///9ERERERERERERERERERERERERERERERERERERERERERERERERERERERERERER0dWwOAAAAEHRSTlMAABEiM0RVZneImaq7zN3uf6QJ9gAAAPhJREFUKM+Nk9uShSAMBCeAx8tB7P//2n0ATWRrq5YnQxdmZgIyKelZi6ZlWq7vXezUX/iArX+nysxN6YLP4A3O9MbagNKrwsRNUoM29raJm6QFOEf9fXOTpAoc3j5wk6QMj/xC5DYMA4u358wRpwu4sren5YD7kSE/NecDq8ETWeHhN/4AsId/0bJjVQDW0J6WHS8A0BXlXrT/nl4J0fzq3c0cUeaZXPmOjyVfnqu5lHuoZ0jdHl13pkcIqON1nkiNA03NLZUXlQ1de3BwvC5TBr4hnON9FavftH2iMq1u6ePB3Tg1ruJ5bNMrSdttSaXOVCblv1/oDxbHEaFbniqjAAAAAElFTkSuQmCC) right bottom no-repeat;
    padding: 10px 35px;
    min-height: 40px;
    text-align: center;
    overflow: hidden;
}

ul.adverts {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.adverts li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
ul.adverts li a.text {
    color: #333;
}
ul.adverts li div {
    overflow: hidden;
}
ul.adverts li img {
    margin-right: 10px;
    float: left;
}

ul.adverts .adv-bottom {
    height: 25px;
    margin-top: 10px;
}

.latest-adverts {
    margin: 20px 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #aaa;
}
.latest-adverts h4 {
    margin-bottom: 10px;
}
.latest-adverts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.latest-adverts ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.latest-adverts ul li:last-child {
    margin-right: 0;
}
.latest-adverts ul li .adv-category {
    text-align: center;
    font-size: 12px;
}
.latest-adverts ul li .adv-content {
    text-align: justify;
    font-size: 14px;
    margin: 10px 0;
}
.latest-adverts ul li .adv-content a {
    color: #333;
}
.latest-adverts ul li .view-more {
    text-align: center;
}


.contact-info {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

ul.yiiPager {
    padding: 15px 0;
    display: inline-block;
}

.events {
    overflow: hidden;
    margin: 20px 0;
}
.events > h3 {
    font-size: 16px;
    padding: 10px 30px;
}
.events > h3 a {
    padding: 0 !important;
}
.events .btn-success {
    color: #fff !important;
}

.b-images {
    overflow: hidden;
    margin: 0;
}

.b-images li.preloader div {
    background: url(/i/ajax-loader.gif) no-repeat 50% 50%;
}

.b-images li {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    width: 110px;
    height: 110px;
    background: #fff;
}

.b-images li .preview {
    width: 100px;
    height: 75px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.b-images li .controls {
    height: 20px;
    margin: 0;
}

.breadcrumbs {
    margin-bottom: 10px;
    background-color: #eee;
    padding: 5px;
    font-size: 12px;
}

.datepicker, .datetimepicker {
    z-index: 100 !important;
}

fieldset {
    margin-bottom: 20px;
}

.dropdown-menu {
    display: block;
}

.dropdown-cnt {
    display: none;
}

hr {
    border-top: 1px solid #ccc;
}

.visitor-info {
    background-color: #fff;
    margin-top: 50px;
}
.visitor-info h4 {
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
.visitor-info h4 a {
    color: #333;
}
.visitor-info a:hover, .visitor-info img:hover {
    opacity: .6;
}

span.statcounter {
    display:none;
}

.badge.expired {
    position: absolute;
    border-radius: 0;
    font-size: 14px;
    background: #db4437;
}

.page-content ul {
    padding: 10px 20px;
}

.ui-accordion .ui-accordion-content {
    height: initial !important;
}

#logo-lg {
    display: block;
}
#logo-sm {
    display: none;
    margin-top: 0px;
}
#logo-mobile {
    display: none;
    margin-bottom: 5px;
}

.schedule {

}
.schedule td {
    padding-left: 20px;
    line-height: 40px !important;
}
.schedule input[type="time"] {
    width: 100px;
}
.schedule input[type="checkbox"] {
    margin-top: 12px;
}

.hint {
    display: none;
}
.show {
    display: block;
}

a.pp_expand, a.pp_contract {
    bottom: 50px;
    top: auto;
}

a.underline {
    text-decoration: underline;
}

.soc-login {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}
.soc-login #uLogin {
    text-align: center;
}

.business {
}
.business h4 {
    margin-bottom: 10px;
}
.business .row.info {
    margin-bottom: 30px;
}
.business .contact-info {
    margin: 0;
    padding: 0;
    border: 0;
}
.business .hours {
}
.business .menu {
}

.business .rate-box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    padding: 10px 0;
}
.business .rate-box #raty {
    float: left;
    margin-right: 20px;
}
.business .rate-box p {
    line-height: 24px;
    margin-bottom: 0;
}

.business .comment {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}
.business .comment > .media-left img {
    width: 64px;
}
.business .comment > .media-left a {
    font-size: 14px;
}
.business .comment .rating {
    float: left;
    margin-right: 30px;
}
.business .comment .date {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    background-color: #5cb85c;
}
.business .comment .text-content {
    font-size: 14px;
}
.business .reviews {
    margin-top: 20px;
}

#additional {
    display: none;
}
#additional textarea {
    resize: none;
    width: 100%;
}

.alert.small {
    font-size: 12px;
    padding: 5px 10px;
}

.e-calendar {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.e-calendar .controls {
    margin-bottom: 10px;
    overflow: hidden;
}
.e-calendar .controls .days {
    width: 58%;
}
.e-calendar .controls .days ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.e-calendar .controls ul li {
    float: left;
    margin-right: 30px;
    text-align: center;
    padding: 10px;
}
.e-calendar .controls ul li:last-child {
    margin-right: 0;
}
.e-calendar .controls ul li.active {
    background: #449d44;
    border-radius: 10px;
}
.e-calendar .controls ul li.active .month {
    color: #fff;
}
.e-calendar .controls ul li .day {
    color: #333;
}
.e-calendar .period-selector {
    overflow: hidden;
    margin: 10px 0;
}
.e-calendar .period-selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.e-calendar .period-selector ul li {
    float: left;
    margin-right: 15px;
    padding: 5px 10px;
    width: 80px;
    text-align: center;
}
.e-calendar .period-selector ul li:last-child {
    margin-right: 0;
}
.e-calendar .period-selector ul li.active {
    background: #286090;
    border-radius: 10px;
}
.e-calendar .period-selector ul li.active a {
    color: #fff;
}
.e-calendar .categories {
    margin-bottom: 10px;
}
.e-calendar .categories a {
    margin-bottom: 10px;
}
.e-calendar .actions {
    font-size: 14px;
    padding: 10px 10px 10px 0px;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
}
.e-calendar .actions .sort {
    margin-right: 30px;
}
.e-calendar .actions .sort a.active, .e-calendar .actions .per-page a.active {
    color: #333;
}
.e-calendar .bx-wrapper {
    margin-bottom: 0;
    padding: 0 45px;
}
.e-calendar .bx-wrapper .bx-prev {
    left: 0;
}
.e-calendar .bx-wrapper .bx-viewport {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    left: 0;
    background: none;
}

.soc-login.blog {
    padding: 2px 10px;
    margin-bottom: 0;
    position: absolute;
    right: 15px;
    top: -18px;
}
.soc-login.blog p {
    margin: 0;
}

.popular-stories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.popular-stories li .date {
    color: #a6a6a6;
}

.tips-list .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    border: 0;

}

.stories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.stories li {
    margin-bottom: 20px;
}
.stories li .info {
    float: left;
}
.stories li .info .date {
    color: #a6a6a6;
}
.stories li .info h3 {
    display: inline;
    font-size: 20px;
}
.stories li .info h3 a {
    color: #333;
}
.stories li .info h3 a:hover {
    opacity: .6;
}
.stories li .rating {
    float: right;
}

.story .meta {
    float: right;
    text-align: right;
    margin-top: 5px;
}
.story .meta .date {
    font-size: 14px;
    font-weight: normal;
}
.story .actions {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.camera {
    margin-bottom: 20px;
    overflow: hidden;
}
.camera h3 {
    margin-bottom: 10px;
}
.camera .view {
    float: left;
    margin-right: 15px;
}

.story .actions #raty {
    display: inline-block;
}

.soc-share {
    text-align: left;
}
.soc-share .fb_iframe_widget {
    margin-bottom: 10px !important;
    display: block;
}
.soc-share #___plus_0, .soc-share #twitter-widget-0 {
    display: block !important;
    margin-bottom: 10px !important;
}
.soc-share #twitter-widget-0 {
    margin: 0;
}

#place1 {
    margin-bottom: 15px;
}
#place2 {
}
#place3 {
    margin-bottom: 20px;
}
#place4 {
}
#place5 {
    margin-bottom: 20px;
}

.advert-one .content, .adverts li .content {
    padding: 10px 0px 1px 10px;
    background: #fafafa;
    border-left: 2px solid #F44336;
    margin-bottom: 10px;
}
.adverts li .content {
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .e-calendar .controls .days {
        width: 80%;
    }

    .soc-share {
        text-align: center;
    }
    .soc-share #twitter-widget-0 {
        margin: 0 auto;
    }
    .soc-share #___plus_0 {
        margin: 10px auto !important;
    }
}
@media (max-width: 600px) {
    .e-calendar .controls .days {
        width: 100%;
    }
    .soc-login.blog {
        position: inherit;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .e-calendar .controls .days {
        width: 100%;
    }

    .e-calendar .actions .per-page {
        display: block;
    }
    .e-calendar .actions #counter {
        margin-top: -20px;
    }
}
