/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html {
    height: 100%;
    overflow-y: hidden;
}

body {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

body.noscroll {
    overflow: hidden;
}

.wrapper {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

nav.navbar.navbar-fixed-top {
    position: absolute;
    top: -60px;
}

.navbar > .container{
    width: 100%;
}

p {
    font-size: 16px;
    margin: 0;
    font-weight: 100;
    line-height: 28px;
}

p.small {
    font-size: 16px;
}

.img-small {
    max-height: none !important;
    overflow: hidden;
}

.img-small img {
    width: 100%;
}

.img-large {
    max-height: 550px;
    max-width: 550px;
}

.square-small {
    overflow: hidden;
}

.btn-lg a {
    color: #FFFFFF;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    word-wrap: break-word;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h3 {
    font-size: 34px;
}

hr {
    border-top: 1px solid #FFFFFF;
    opacity: 0;
    margin: 22px 0;
}

.center-link {
    color: #2C3E50;
    text-decoration: none;
    padding-top: 20px;
}

.intro-text {
    padding: 0 10%;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

.header_background_image {
    background: no-repeat;
    width: 100%;
    height: auto;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header .container {
    padding-top: 100px;
    padding-bottom: 90px;

}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: none;
    font-size: 1.2em;
    font-weight: 600;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
    display: block;
}

.header-description {
    /*background-color: #fff;*/
    text-align: center;
    padding: 0 10%;
}

.container h2 {
    margin-bottom: 59px;
    opacity: 0.8;
    font-size: 30px;
}

.about-content {
    width: 100%;
    padding: 50px 0;
}

#events h4 {
    text-align: left;
    margin-bottom: 24px;
    margin-top: 0;
}

#events a.btn {
    float: left;
    margin-top: 24px;
}

section#contact {
    padding: 80px 0;
}

section#contact .menucategory_fontcolor_border {
    border: 1px solid !important;
}

.portfolio-item.text-center.location-box {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
    margin: 0 2.5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.portfolio-item.text-center.location-box.count-1 {
    width: 95%
}

.portfolio-item.text-center.location-box.count-2 {
    width: 45%
}

.portfolio-item.text-center.location-box span {
    margin-right: 10px;
}

.portfolio-item.text-center.location-box ul,
.portfolio-item.text-center.location-box ol {
    list-style-position: inside;
}

section#location {
    padding-top: 15px !important;
    padding-bottom: 100px;
}

section#location h3 {
    margin-top: 40px;
    margin-bottom: 30px;
}

section#location p {
    margin: 5px 0;
}

section#breadcrumbs {
    padding: 20px 0 0 0;
}

section#portfolio .more-btn {
    text-align: left;
}

.col-md-3 img {
    /* width: 100%;*/
}

section#portfolio h3 {
    margin: 40px 0;
}

section#portfolio h4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 18px;
}

section#portfolio p {
    margin-top: 10px;
    margin-bottom: 12px;
}

section#portfolio .col-md-9 {
    margin-bottom: 10px;
}

a.page-scroll:hover {
    /*color:#fff !important;*/
    /*opacity: 0.5;*/
}

.list-inline a {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-lg, .btn-group-lg > .btn {
    padding: 11px 19px !important;
    font-size: 15px !important;
}

.panel-heading {
    padding: 20px 0 15px 0;
}

.panel-heading a:hover {
    color: inherit;
}

.nailthumb-container img {
    width: 100%;
}

li.link-icons img {
    width: 90px;
}

.download-app-links {
    width: 477px;
    margin: 0 auto;
    height: 252px;
    clear: both;
    padding-top: 10px;
}

.qrcode-box {
    width: 229px;
    float: right;
    margin-right: 46px;
}

.appstore {
    width: 202px;
    float: right;
    margin-top: 50px;
}

.appstore img {
    margin-bottom: 10px;
}

p.text-center.qrcode {
    width: 229px;
    height: 252px;
    background-image: url('../img/phone-frame.png')
}

p.text-center.qrcode img {
    padding-top: 79px;
}

#download-app {
    padding-bottom: 0;
}

.link-wrapper {
    padding: 60px 0 30px 0;
}

.link-wrapper .row{
    margin-top: 20px;
}

.footer-links {
    margin: 0;
}

.footer-links li {
    border-right: 1px solid;
    font-size: 14px;
    line-height: 15px;
    padding: 0 10px;
}

.footer-links li:last-child {
    border: none;
}

.portfolio-item.text-center.location-box h3 {
    text-transform: none;
    font-size: 28px;
}

.portfolio-item.text-center.location-box p {
    line-height: 28px;
    font-size: 16px;
}

.portfolio-item.text-center.location-box .btn {
    margin-top: 30px;
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

div#navbar-collapse-main {
    margin: 4px 0;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 40px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section .container .row table, .portfolio-item table {
    width: 100% !important;
    table-layout: fixed;
    word-wrap: break-word;
}

.btn-default.disabled {
    background-color: #A5A5A5;
    border: none !important;
}

.panel {
    border: none !important;
}

.breadcrumb {
    background: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 0;
}

.breadcrumb li {
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    padding: 0;
    content: ' ';
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
    text-align: center;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    display: inline-block;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background: rgba(0, 0, 0, 0.48);
     -webkit-transition: all ease .5s;
     -moz-transition: all ease .5s;
     transition: all ease .5s;*/
    z-index: 3;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}


.btn {
    border: none !important;
}

.btn:hover {
    -webkit-box-shadow: inset 0 0 151px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0  151px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0  0  151px 0  rgba(0, 0, 0, 0.25);
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    /*border-bottom: 1px solid #eee;*/
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    font-size: 1.2em;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
    /* background-color:rgba(255, 255, 255, 0.7);*/
    background-color: #fff;
    padding: 14px;
    width: 100%;
    border: 1px solid #DFDFDF;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

.help-block {
    font-size: 1em;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
    width: 100%;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 30px;
    padding-bottom: 10px;
}

.footer-above a {
    color: #fff;
}

.fa-apple, .fa-android {
    color: #fff !important;
}

footer .footer-col {
    /* margin-bottom: 25px;*/
    width: 100%;
}

footer .footer-col a {
    color: #fff;
}

footer .footer-below {
    padding: 30px 0 25px 0;

}

footer .footer-below h3 {
    margin-top: 0;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
    max-width: inherit;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 60%;
}

.menu-img {
    margin: 0 auto;
}

.menu-contact-detail {
    margin-bottom: 18px;
}

.alert-android {
    margin: 0;
    border-radius: 0;
}

.gallery-section {
    padding: 0;
    margin: 0;
}


.spacer {
    height: 40px;
}

.border-bottom {
    border-bottom: 1px solid #DFDFDF;
}

.border-top {
    border-top: 1px solid #DFDFDF;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-40 {
    padding-left: 40px;
}

.margin-top-7 {
    margin-top: 7px;
}

.btn-150 {
    width: 150px;
}

.btn-200 {
    width: 200px;
}

.min-width-100 {
    min-width: 100px;
}

.width-auto {
    width: auto;
}

/*=================== BOOKING ==========================*/
.booking > .row {
    margin-left: 0;
    margin-right: 0;
}

.search-panel {
    padding: 20px 0;
    border-bottom: 1px solid #DFDFDF;
}

.search-panel .btn-holder .btn {
    max-width: 100%;
    width: 100%;
    padding: 8px 15px;
}

.search-panel .input-group-addon {
    background: #fff;
    border-right: 0;
}

.search-panel .date-field {
    border-left: 0;
}

.date-fields-holder {
    padding: 0 5px;
}

.date-fields-holder select {
    padding: 6px 6px;
}

.search-panel .form-group .date-fields-holder:first-child {
    padding-left: 0;
}

.list-panel {
    padding: 40px 0;
    overflow: hidden;
}

.list-panel .map-holder {
    padding: 0;
    min-height: 200px;
}

.list-panel .image-holder {
    padding: 0 0 0 15px;
}

.list-panel .image-holder img {
    width: 90%;
}

.list-panel h4, .category h4 {
    text-align: left;
}

.list-panel h4, .list-panel h5 {
    margin-top: 0;
}

.list-panel .price, .category .price {
    font-weight: 700;
    padding-bottom: 20px;
}

.list-panel .element-holder {
    position: relative;
    margin-bottom: 20px;
}

.list-panel .button-holder {
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-panel .btn {
    margin-top: 20px;
}

.booking-calendar {
    background-color: rgba(100,100,100,0.1);
    padding: 6%;
}

.booking-calendar .row {
    padding: 1% 0;
    margin: 0;
}

.booking-button {
    width: 50%;
}

.error-container {
    display: block;
    position: fixed;
    top: 1%;
    left: 25%;
    width: 50%;
    background-color: #a94442;
    color: #fff;
    overflow: hidden;
    z-index: 99999;
    border: 1px transparent;
    padding: 25px;
    opacity: 0;
}

.error-container a {
    position: absolute;
    color: #FFF;
    font-size: 20px;
    right: 10px;
    top: 10px;
    height: 20px;
    line-height: 20px;
}

.invoice-panel {
    padding-right: 6%;
}

.invoice-line {
    padding: 10px 0;
}

.invoice-qr {
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 10%
}

.invoice-qr img {
    width: 100%;
    padding: 10%;
}

.row.thead {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.row.trow {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.order-total {
    padding: 20px 0;
    font-size: 18px;
}

.order-total div {
    padding: 10px 0;
}
/*==================== PREVIEW ==========================*/

#hero_img .container.preview-banner {

}

div#description-bg {
    width: 100%;
    padding: 20px 0;
}

/*=================== YOUTUBE ==========================*/

.external-links {
    margin-bottom: 20px;
}

.row.powered-by {
    font-size: 13px;
}

.title_fontcolor .fa {
    margin-right: 10px;
}

section#event-detail {
    padding-top: 10px !important;
    padding-bottom: 100px;
}

.event-detail {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.event-detail-section p {
    word-wrap: break-word;
}

.detail > .container{
    max-width: 670px;
}

.detail .image-row{
    margin-top: 40px;
    margin-bottom: 10px;
}

.event-detail p {
    font-weight: bold;
    margin-bottom: 10px;
}

section#event-detail h4 {
    line-height: 30px;
    margin-bottom: 5px;
}

#event-detail .information{
    margin: 20px 0;
}

#event-detail .information p{
    font-weight: bold;
}

section#event-detail p {
    line-height: 23px;
    font-size: 15px;
}

.menu-description {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}

.menu-description h3 {
    padding: 0 15px;
    line-height: 30px;
    font-size: 24px;
}

.menu-contact-detail {
    margin-top: 10px;
}

.location-search button {
    width: 150px;
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper .intro-text {
    text-align: center;
    width: 100%;
}

.header_bgcolor {
    width: 100%;
}

.header-bg-image {
    background-repeat:no-repeat;
    width: 100%;
    height: auto;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.btn.slide-btn{
    padding: 13px 25px;
    font-size: 18px;
    min-width: 150px;
    /*  -webkit-box-shadow: 0px 1px 8px #666666;
      -moz-box-shadow: 0px 1px 8px #666666;
      box-shadow: 0px 1px 8px #666666;*/
}


.pagination a{
    width: 40px;
    height: 40px;
    line-height: 20px;
}

.location-search input{
    height: 41px;
}


.close.title_fontcolor .fa-close{
    margin-right: 0;
}

.share-row{
    padding-left: 0;
}

.twitter-share, .facebook-share{
    display: inline-block;
    float: left;
}

.twitter-share{
    margin-right: 30px;
}

.ticket-condition{
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-row{
    margin-top: 15px;
}

.panel-default>.panel-heading {
    border-radius: 0;
}

.detail .menu-price{
    margin: 15px 0;
}

.detail ul:not(.share-buttons), .detail ol:not(.breadcrumb) {
    padding-left: 1.2em;
}

.navbar:not(.open) .navbar-nav li.last.active:after{
    top: 17px;
}

@media (max-width: 600px) {
    .slider-height {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .shopping-complete .product > div:last-child{
        height: 100px;
    }

    section#event-detail .col-md-1 {
        width: 12.333333%;
        padding-left: 0;
        margin-left: -16px;

    }

    section {
        padding: 60px 0;
    }

    .booking-breadcrumbs {
        padding-bottom: 0 !important;
    }

}

@media (min-width: 992px) {

    section#event-detail .col-md-1 {
        width: 12.333333%;
        padding-left: 0;
        margin-left: -16px;

    }

}

@media (max-width: 1200px) {
    #from_date, #to_date {
        text-align: right;
        padding-right: 5px;
    }

    .booking.shopping-complete .btn-200 {
        margin-bottom: 20px;
    }

    section#breadcrumbs {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #events h4 {

        margin: 20px 0;
    }

    section#event-detail .col-md-1 {
        width: 14.333333%;
        padding-left: 0;
        margin-left: -16px;

    }

    section#portfolio h4 {
        margin-top: 20px;

    }

    /*section#portfolio p{
        text-align: center;
    }

    section#portfolio .col-md-9{
        text-align: center;
    }

    section#portfolio .more-btn {
        text-align: center;
    }*/
    .portfolio-item.text-center.location-box {
        width: 45%;
        margin: 0;
    }

    .row.powered-by {
        float: none;
        margin: 20px 0 0 0;
        width: 100%;
        font-size: 13px;
        opacity: 0.6;
    }

    .container h2 {
        margin-bottom: 36px;
    }

    .menu-img {
        width: 100%;
        max-width: 640px;
    }

    .embed-responsive.embed-responsive-16by9 {
        width: 100% !important;
    }

    .search-panel .form-group:nth-child(2) {
        padding-left: 0;
    }

}

@media (max-width: 999px) {
    .youtube {
        padding-bottom: 36px;
    }
}

@media (max-width: 768px) {


    section#event-detail .col-md-1 {

        margin-left: 0;

    }

    .header-description p {
        font-size: 18px;
    }

    .swiper-container{
        height:456px;
    }

    .booking .search-panel {
        margin-left: -15px;
        margin-right: -15px;
    }

    .list-panel .button-holder {
        padding-top: 40px;
        width: 100%;
        overflow: hidden;
        position: static;
        bottom: auto;
        right: auto;
        text-align: left;
    }

    .list-panel .button-holder p {
        float: right;
    }

    .list-panel .button-holder .price {
        float: left;
    }

    .list-panel .button-holder .btn {
        max-width: 100%;
        margin-top: 0;
    }

    .list-panel .image-holder, .list-panel .details-holder {
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-panel .image-holder {
        padding-bottom: 20px;
    }

    .list-panel .image-holder img {
        width: 100%;
    }

    .date-fields-holder {
        padding: 0;
        margin-bottom: 5px;
    }

    .list-panel .media, .list-panel .media .description, .order-total div {
        padding-left: 0;
    }

    #from_date, #to_date {
        padding-right: 0;
    }

    .search-panel .form-group {
        overflow: hidden;
    }



    .middle-field {
        padding-left: 5px;
        padding-right: 5px;
    }

    .booking-breadcrumbs {
        padding-bottom: 0 !important;
    }

    .order-total {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    header .container {
        padding: 160px 0;
    }

    header .intro-text .name {
        font-size: 2.25em;
    }

    header .intro-text .skills {
        font-size: 1.25em;
        display: block;
    }

    .navbar-fixed-top {
        /*padding: 25px 0;*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .search-panel .form-group:first-child {
        padding-left: 0;
    }

    .search-panel .btn-holder {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    section.first {
        padding-top: 35px;
    }

    .list-panel .details-holder .btn{
        max-width: 100%;
        width: 100%;
    }

    .search-panel .form-group:nth-child(2) {
        padding-left: 15px;
    }
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 766px) {
    .dropdown-menu {
        display: block;
        position: static;
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        margin-top: 0;
        width: 100% !important;
        overflow: visible;
    }

    .navbar-nav .dropdown-menu > li > a,
    .navbar-nav .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .dropdown-menu > li > a {
        line-height: 15px;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: #FFF;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
        outline: 0;
        color: #18bc9c;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
        outline: 0;
        color: #18bc9c;
    }

    a.dropdown-toggle .caret {
        display: none;
    }

    .dropdown a.dropdown-toggle {
        display: none;
    }

    .slides > li > .intro-text {
        top: 30%;
        width: 90%;
    }

}

@media only screen and (max-width: 480px) {

    li.link-icons {
        margin: 0 20px;
    }

}

@media only screen and (max-width: 550px) {
    .download-app-links {
        width: 229px;
        margin: 0 auto;
        height: auto;
        clear: both;
        padding-top: 10px;
    }

    .qrcode-box {
        width: 229px;

        margin-right: 0;
    }

    .appstore {
        margin-top: 0;
        margin-right: 13px;
        margin-bottom: 20px;
    }

    .portfolio-item.text-center.location-box {
        width: 100%;
        float: none;
        min-height: 100px;
        margin: 0;
    }

    .portfolio-item.text-center.location-box h3 {
        margin-top: 50px;
    }

    .portfolio-item.text-center.location-box.count-2 {
        width: 100%;
    }

    #portfolio iframe {
        padding: 0 2%;
    }

    .location-box {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    section#event-detail .col-md-1 {
        width: 32.333333%;

    }

    section#event-detail, .breadcrumb {
        padding-top: 0;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
    .youtube {
        float: left;
        width: 50%;
    }

    .description {
        float: right;
        width: 50%;
    }

    .description .menucategory_fontcolor {
        text-align: left;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
    .youtube {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.nav a.header_color:hover {
    opacity: 0.7;
}

.detail-buy-now {
    margin: 0 10px;
}


@media (max-width: 456px) {
    .ticket-condition .pull-right {
        clear: both;
        display: block;
        float: left !important;
    }

    .booking.shopping-complete .btn-200 {
        max-width: 100%;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

}

@media (max-width: 370px) {
    .daily-date {
        display: block;
        float: none;
        width: 100%
    }
}

