
#elife-header {
    left: 0;
    min-width: 1006px;
    position: fixed;
    right: 0;
    transition: background .3s linear 0s;
    width: 100%;
    z-index: 100;
    display: block
}

.header-link-bar {
    background: #111 none repeat scroll 0 0;
    height: 25px;
    transition: height .25s linear 0s,zIndex 0s linear .25s;
    z-index: 3
}

.header-top-nav {
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: right;
    list-style: none;
    text-transform: uppercase
}

.header-top-nav-item {
    margin: 0;
    padding: 0 17px;
    display: inline-block
}

    .header-top-nav-item:last-child {
        padding-right: 0
    }

    .header-top-nav-item .top-nav-item-anchor {
        color: #a8b2b7;
        padding: 0;
        transition: color .1s ease 0s;
        display: inline-block
    }

        .header-top-nav-item .top-nav-item-anchor.lang:last-child {
            margin-left: 5px
        }

        .header-top-nav-item .top-nav-item-anchor img {
            vertical-align: middle;
            padding-top: 5px;
            padding-bottom: 6px
        }

.header-content {
    background: #1c1e2d none repeat scroll 0 0;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    z-index: 10;
    height: 70px
}

.header-logo {
    width: 155px;
    height: 60px
}

.logo {
    position: relative
}

    .logo a {
        position: absolute;
        top: 0;
        left: 0;
        height: 115px;
        width: 115px
    }

.header-center {
    width: 330px;
    padding-top: 20px
}

.header-info {
    width: 650px;
    padding: 10px 0;
    text-align: right
}

.header-hotline {
    margin-bottom: 15px
}

.hotline {
    width: 300px;
    float: right;
    color: #b49144;
    line-height: 1em;
    text-transform: uppercase
}

.language {
    width: 60px;
    float: right;
    line-height: 1em
}

.booking {
    color: #b49144;
    line-height: 1em;
    text-transform: uppercase
}

.header-search {
    background: #1d2127 none repeat scroll 0 0;
    width: 650px;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 60px
}

.search-form {
    position: relative;
    width: 100%;
    background: #fff
}

.search-form-input {
    height: 40px;
    width: 90%
}

.advancesearch-key {
    padding: 10px;
    height: 100%;
    font-size: 13px;
    border: 0 !important;
    width: 100%
}

.search-form-submit {
    background: #faa51a;
    height: 40px;
    width: 45px;
    position: relative
}

.advancesearch-button {
    background: rgba(0,0,0,0) url("../fileserver/smartweb_default/default/image/btn-search.png") no-repeat center center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: 0;
    cursor: pointer
}

.elife-navigation {
    background: #dab870;
    background: -moz-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: -webkit-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: linear-gradient(to bottom,#dab870 1%,#b59245 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dab870',endColorstr='#b59245',GradientType=0);
    height: 55px;
    transition: height .25s linear 0s;
    opacity: 1;
    z-index: 4;
    background: #3f652d;
    background: -webkit-linear-gradient(to bottom, #5b912d, #4c792d);
    background: linear-gradient(to bottom, #5b912d 1%, #4c792d 100%);
}

#elife-menu {
    padding-left: 155px
}

.header-bottom-bar {
    background-color: #f5f5f5;
    position: relative;
    height: 40px;
    z-index: 3;
    transition: height 0s linear .2s
}

.header-sticky #elife-header {
    background: rgba(29,33,39,.9)
}

.header-sticky .header-link-bar {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .25s linear 0s,zIndex 0s linear .25s;
    z-index: 1
}

.header-sticky .elife-navigation {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: height .15s linear 0s;
    z-index: 2
}

.header-sticky .header-bottom-bar {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: height .25s linear 0s;
    z-index: 1
}

.header-cart {
    margin-left: 50px
}

.cart-info-wrapper {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative
}

.button-cart {
    display: block;
    color: #fff;
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
    position: relative
}

.button-cart-total-item {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #faa51a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center
}

@media only screen and (max-width:1024px) {
    #elife-header {
        display: none
    }
}

footer {
    background: #f0f0f0
}

.footer-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    padding: 30px 0
}

.footer-col3 {
    width: calc(100%/3);
    padding: 0 15px;
    float: left
}

.footer-title {
    color: #b49144;
    font-family: roboto;
    font-size: 1.14em;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 30px
}

.footer-content {
    text-transform: uppercase
}

    .footer-content p {
        margin-bottom: 0;
        line-height: 1.57em
    }

    .footer-content a {
        font-size: .78em;
        margin-right: 20px
    }

.bottom-footer {
    background: #c9c9c9
}

.text-bottom {
    height: 50px;
    line-height: 50px;
    font-size: .78em;
    text-align: center;
    text-transform: uppercase
}

.contact-now-mobile {
    display: none;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px #888;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.phone-now-mobile {
    left: 15px;
    bottom: 15px
}

.sms-now-mobile {
    right: 15px;
    bottom: 15px
}

@media only screen and (max-width:1024px) {
    .footer-content a {
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block
    }
}

@media only screen and (max-width:800px) {
    .footer-col3 {
        width: 100%;
        margin-bottom: 30px
    }

    .footer-title {
        margin-bottom: 10px
    }

    .contact-now-mobile {
        display: block
    }
}

@media only screen and (max-width:360px) {
    .text-bottom {
        height: auto;
        padding: 20px 0;
        line-height: 1.5em
    }
}

#elife-mobile-navigation {
    background: #1d2127 none repeat scroll 0 0;
    height: 56px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0
}

.elife-mobile-content {
    height: 46px;
    line-height: 46px
}

.header-cart-mobile {
    position: absolute;
    right: 50px;
    top: 0;
    height: 46px;
    width: 36px
}

    .header-cart-mobile .button-cart {
        line-height: 46px
    }

    .header-cart-mobile .button-cart-total-item {
        top: 0;
        right: 0
    }

.uk-offcanvas-bar {
    overflow-x: hidden
}

.sb-menu {
    margin: 0 0 20px;
    list-style-type: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 0
}

    .sb-menu li img.logo {
        padding: 15px
    }

    .sb-menu li {
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(255,255,255,.1);
        margin: 0;
        padding: 0;
        width: 100%;
        cursor: pointer
    }

        .sb-menu li a {
            color: #f2f2f2;
            display: inline-block;
            padding: 5% 0 5% 5%;
            width: 100%;
            text-decoration: none;
            font-size: 1em
        }

        .sb-menu li.uk-parent a {
            border-left: 0
        }

        .sb-menu li a.active {
            background-color: rgba(255,255,255,.05);
            text-decoration: none;
            color: #ff3284
        }

        .sb-menu li ul {
            margin-left: 0;
            padding: 0;
            list-style: none;
            background: #222;
            border-top: 1px solid rgba(255,255,255,.1);
            box-shadow: 0 1px 0 rgba(255,255,255,.05) inset
        }

            .sb-menu li ul li {
                border-top: 0;
                border-bottom: 0
            }

        .sb-menu li.parent:hover ul {
            display: block
        }

        .sb-menu li ul li a {
            padding: 5% 0 5% 10%;
            border-left: 0 !important
        }

            .sb-menu li ul li a.active {
                background: #222;
                border-left: 0
            }

        .sb-menu li ul li ul li a {
            padding: 5% 0 5% 15%;
            border-left: 0 !important
        }

.sidebar-search {
    padding: 1.1em
}

    .sidebar-search .search-form-input {
        padding: 5px 3% 5px;
        border: 1px solid #454545;
        background: #333
    }

    .sidebar-search #advancesearch-key {
        height: 21px !important;
        color: #f2f2f2
    }

    .sidebar-search .advancesearch-button {
        top: 19px;
        right: 20px;
        width: 21px;
        height: 21px;
        background: url(../image/btnsearch_transparent.png)
    }

.mobile-header-menu .linkhome {
    width: 115px;
    display: block;
    margin: 0 auto
}

.mobile-header-menu .logo {
    padding-top: 15px
}

.mobile-header-menu .sb-toggle-left {
    position: absolute;
    left: 7px;
    top: 3px;
    z-index: 100
}

#sb-site, .sb-slidebar {
    z-index: 299 !important
}

.sb-slidebar {
    overflow-y: scroll
}

.mobile-header-menu .sb-toggle-right {
    position: absolute;
    right: 7px;
    top: 3px;
    z-index: 100
}

.sb-toggle-left, .sb-toggle-right {
    padding: 12px 10px;
    cursor: pointer
}

.navicon-line {
    background-color: #fff;
    border-radius: 2px;
    height: 2px;
    margin-bottom: 4px;
    width: 20px
}

.sb-menu li a.mobile-cart {
    padding: 5% 0;
    border-left: 0
}

.elife-icon-globe:before {
    font-family: 'fontawesome','Tahoma',sans-serif;
    display: inline-block;
    color: #fff;
    content: "\f0ac";
    font-size: 2.3em;
    line-height: 18px
}

#responsiveslider {
    margin-top: 15px
}

#receivedemail {
    height: 350px
}

.received-email {
    width: 100%;
    position: relative
}

.search-box {
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 95;
    background: #fff;
    padding: 15px;
    border: 1px solid #b79448;
    border-radius: 10px;
    margin: 0 auto
}

.booking-title {
    color: #3c4166;
    font-size: 1.14em;
    font-weight: bold;
    margin-bottom: 15px
}

.register-row1 {
    margin-bottom: 15px
}

.booking-email {
    width: calc(100%/3);
    padding: 0 5px;
    float: left
}

.booking-phone {
    width: calc(100%/3);
    padding: 0 5px;
    float: left
}

.booking-service {
    width: calc(100%/3);
    padding: 0 5px;
    float: left
}

.booking-option {
    width: 25%;
    float: left;
    padding: 0 5px
}

.booking-departure {
    width: 25%;
    float: left;
    padding: 0 5px
}

.booking-return {
    width: 25%;
    float: left;
    padding: 0 5px
}

.booking-guest {
    width: 25%;
    float: left;
    padding: 0 5px
}

.form-control {
    width: 100%
}

#frmRegisterEmail label {
    color: #b49144;
    font-weight: bold
}

.booking-submit {
    width: 100%;
    padding: 22px 0 0;
    text-align: center
}

.btn-submit-booking {
    width: auto;
    border: 0 transparent;
    background: #dab870;
    background: -moz-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: -webkit-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: linear-gradient(to bottom,#dab870 1%,#b59245 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dab870',endColorstr='#b59245',GradientType=0);
    color: #2d304a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.28em;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 15px
}

.input-departure {
    position: relative;
    padding-right: 20px;
    border: 1px solid #ccc
}

    .input-departure input {
        border: transparent
    }

.input-group-departure {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 20px;
    height: 20px;
    font-size: 1.14em
}

.return-date {
    position: relative;
    padding-right: 20px;
    border: 1px solid #ccc
}

    .return-date input {
        border: transparent
    }

.input-group-return {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 20px;
    height: 20px;
    font-size: 1.14em
}

.booking-group {
    width: 100%;
    padding: 0 20px 0 0;
    position: relative;
    border: 1px solid #ccc
}

    .booking-group input {
        border: transparent
    }

.icon-booking {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 20px;
    height: 20px;
    font-size: 1.14em
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000
}

.booking-col-note {
    padding: 0 5px;
    width: 100%
}

@media only screen and (max-width:1024px) {
    #receivedemail {
        height: auto
    }

    .received-email {
        position: static
    }

    .search-box {
        position: relative;
        top: 20px
    }

    .booking-col input, .booking-col select {
        height: 35px
    }

    .booking-submit {
        padding: 0
    }

    .booking-col-note {
        margin-bottom: 15px
    }

    .price-car-item {
        padding: 0 5px
    }

    .title-seats {
        width: 70%
    }

    .iconcar {
        width: 30%
    }
}

@media only screen and (max-width:640px) {
    .search-box {
        width: 100%;
        padding: 15px
    }
}

@media only screen and (max-width:600px) {
    /*.booking-col {
        width: calc(100%/2)
    }*/
}

@media only screen and (max-width:480px) {
    .received-email-title {
        width: 100%
    }

    .received-email-form {
        width: 100%
    }

    .booking-title {
        font-size: 1em
    }
}

@media only screen and (max-width:400px) {
    .booking-col {
        width: 100%
    }

    .register-row1 {
        margin-bottom: 0
    }
}

#dialog-message {
    width: 480px;
    height: 100%
}

    #dialog-message .dialog-message {
        height: 100%
    }

    #dialog-message .message {
        font-size: 1.2em
    }

    #dialog-message .table-message {
        display: table;
        width: 100%;
        height: 100%
    }

    #dialog-message .table-cell-message {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: 1.67em
    }

@media only screen and (max-width:480px) {
    #dialog-message {
        width: 100%
    }
}

@media only screen and (max-width:320px) {
    #dialog-message {
        width: 250px
    }
}

.custom {
    margin-top: 40px
}

.custom-title {
    font-size: 1.28em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

    .custom-title span {
        width: 20%;
        float: left;
        padding-left: 20px
    }

    .custom-title hr {
        width: 80%;
        float: left;
        box-sizing: inherit
    }

.custom-price {
    margin: 70px -15px 30px
}

.price-car-item {
    width: 25%;
    float: left;
    padding: 0 15px
}

    .price-car-item:nth-child(4) .content-car {
        background: #dab970;
        background: -moz-linear-gradient(top,#dab970 0,#b59245 100%);
        background: -webkit-linear-gradient(top,#dab970 0,#b59245 100%);
        background: linear-gradient(to bottom,#dab970 0,#b59245 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dab970',endColorstr='#b59245',GradientType=0)
    }

.content-car {
    background: #e7e7e7;
    padding: 10px 15px
}

.title-car {
    margin-bottom: 10px
}

.title-seats {
    width: 50%;
    float: left;
    font-family: Bold
}

.iconcar {
    width: 50%;
    float: right;
    text-align: right
}

.price-car {
    font-size: 1.14em
}

@media only screen and (max-width:1024px) {
    .custom-title span {
        width: 30%;
        padding: 0
    }

    .custom-title hr {
        width: 70%
    }

    .price-car-item {
        padding: 0 5px
    }

    .title-seats {
        width: 70%
    }

    .iconcar {
        width: 30%
    }

    .price-car {
        font-size: 1em
    }

    .custom-price {
        margin: 30px -15px
    }
}

@media only screen and (max-width:640px) {
    .custom-title span {
        width: 50%;
        padding: 0
    }

    .custom-title hr {
        width: 50%
    }

    .price-car-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px
    }

    .custom-price {
        margin: 15px -15px
    }
}

@media only screen and (max-width:400px) {
    .custom-title span {
        width: 70%;
        padding: 0
    }

    .custom-title hr {
        width: 30%
    }

    .price-car-item {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px
    }
}

#homenews {
    margin: 50px 0
}

.homenews-title {
    font-size: 1.28em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

    .homenews-title span {
        width: 20%;
        float: left;
        padding-left: 20px
    }

    .homenews-title hr {
        width: 80%;
        float: left;
        box-sizing: inherit
    }

.home-news {
    margin-left: -15px;
    margin-right: -15px
}

.homenews-col2 {
    width: 50%;
    float: left;
    padding: 0 15px
}

.info-content {
    height: 330px;
    overflow: hidden;
    margin-bottom: 20px
}

.info-title {
    color: #c3a156;
    font-size: 3.8em;
    line-height: 1.4em;
    font-family: "Roboto";
    text-transform: uppercase;
    margin-bottom: 30px
}

.info-summary {
    color: #979797;
    font-size: 1.14em;
    font-family: Light
}

.title-group {
    color: #000;
    font-size: .95em;
    font-family: Bold;
    margin-bottom: 14px
}

.item-homenews {
    width: 25%;
    float: left
}

.tooltip_templates {
    display: none
}

.img-tooltip {
    width: 80px;
    float: left;
    margin-right: 10px
}

.homenews-title-item {
    width: 340px;
    float: left
}

.title-tooltip {
    font-family: Bold
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #fff;
    border: 2px solid #333;
    border-radius: 5px
}

.homenews-img-item {
    position: relative
}

    .homenews-img-item a:hover:after {
        position: absolute;
        content: "";
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        height: 135px;
        width: 135px;
        z-index: 10
    }

.homenews-group {
    position: relative
}

.allnews {
    position: absolute;
    top: 0;
    right: 8px;
    background: rgba(201,167,92,.7);
    font-size: 1.85em;
    line-height: 135px;
    height: 135px;
    width: 40px;
    text-align: center;
    z-index: 20
}

    .allnews:hover {
        background: rgba(201,167,92,1)
    }

    .allnews a {
        font-weight: bold;
        color: #fff;
        height: 100%;
        width: 100%;
        display: inline-block
    }

.homenews-group-img {
    position: relative
}

.homenews-group-img-mobile {
    display: none
}

@media only screen and (max-width:1024px) {
    #homenews {
        margin: 30px 0
    }

    .homenews-title span {
        width: 30%
    }

    .homenews-title hr {
        width: 70%
    }

    .homenews {
        margin: 30px 0
    }

    .info-title {
        font-size: 3em;
        margin-bottom: 20px
    }

    .info-summary {
        font-size: 1em
    }

    .info-content {
        height: auto
    }

    .homenews-img-item a:hover::after {
        height: 100%;
        width: 100%;
        background: transparent
    }

    .item-homenews {
        padding: 0 2px
    }

    .homenews-group-img {
        display: none
    }

    .homenews-group-img-mobile {
        display: block
    }

    .allviewmore {
        color: rgba(201,167,92,1);
        font-size: 1.2em;
        font-family: Light;
        margin: 10px 0 0;
        line-height: 1.5em;
        padding: 10px 0 0;
        text-align: center
    }

        .allviewmore a {
            color: rgba(201,167,92,1);
            border: 1px solid #bd9a4e;
            padding: 5px 10px;
            border-radius: 20px
        }

            .allviewmore a:hover {
                color: rgba(201,167,92,1)
            }
}

@media only screen and (max-width:768px) {
    .homenews-title span {
        width: 50%
    }

    .homenews-title hr {
        width: 50%
    }

    .homenews-col2 {
        width: 100%;
        margin-bottom: 30px
    }

    .item-homenews {
        padding: 0 10px
    }

    .news-title {
        height: 55px;
        overflow: hidden;
        margin-bottom: 20px;
        padding: 5px 10px;
        font-family: Light
    }
}

@media only screen and (max-width:600px) {
    .homenews-group-img-mobile {
        margin-right: -10px;
        margin-left: -10px
    }

    .item-homenews {
        width: 50%
    }
}

@media only screen and (max-width:480px) {
    .homenews-title span {
        width: 80%
    }

    .homenews-title hr {
        width: 20%
    }

    .item-homenews {
        width: 100%;
        text-align: center
    }

    .news-title {
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
        padding: 5px 10px
    }
}

#allgallery {
    margin: 50px 0
}

.allgallery-title {
    font-size: 1.28em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

    .allgallery-title span {
        width: 10%;
        float: left;
        padding-left: 20px
    }

    .allgallery-title hr {
        width: 90%;
        float: left;
        box-sizing: inherit
    }

.title-gallery {
    margin: 0 auto 30px;
    width: 810px
}

.tab-gallery {
    width: 100%;
    float: left;
    font-size: 1.28em;
    padding: 5px 10px;
    text-align: center
}

    .tab-gallery:hover {
        background: #bd9a4e;
        color: #fff;
        cursor: pointer;
        border-radius: 25px
    }

    .tab-gallery.active {
        background: #bd9a4e;
        border-radius: 25px;
        color: #fff
    }

.img-gallery {
    position: relative;
    min-height: 630px;
    width: 100%;
    overflow: hidden
}

.gallery-album {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    width: 100%
}

    .gallery-album.active {
        opacity: 1;
        left: 0;
        z-index: 10
    }

    .gallery-album.animate-top {
        top: -100%;
        left: 0
    }

        .gallery-album.animate-top.active {
            top: 0;
            left: 0
        }

    .gallery-album.animate-right {
        top: 0;
        left: 0;
        right: -100%
    }

        .gallery-album.animate-right.active {
            top: 0;
            right: 0
        }

.gallery-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

    .gallery-item img {
        transition: all .5s ease 0s
    }

    .gallery-item:hover img {
        transform: scale(1.1)
    }

.owl-prev {
    top: 0;
    left: 0;
    font-size: 0;
    color: #fff;
    cursor: pointer
}

.owl-next {
    top: 0;
    right: 0;
    font-size: 0;
    color: #fff;
    cursor: pointer
}

.owl-theme .owl-nav .disabled {
    cursor: pointer
}

.owl-theme .owl-nav .disabled {
    cursor: pointer
}

.link-allgallery {
    text-align: center
}

    .link-allgallery a {
        font-size: 1em;
        color: #999;
        text-transform: uppercase;
        border: 1px solid #ccc;
        padding: 5px 10px;
        border-radius: 20px
    }

        .link-allgallery a:hover {
            color: #fff;
            background: #bd9a4e;
            border: 1px solid #bd9a4e
        }

.gallery-album figure {
    margin: 0 0 30px
}

@media only screen and (max-width:1024px) {
    .allgallery-title span {
        width: 20%
    }

    .allgallery-title hr {
        width: 80%
    }

    #allgallery {
        margin: 30px 0
    }

    .gallery-album {
        margin-right: 0;
        margin-left: 0
    }

        .gallery-album figure {
            margin: 0 0 10px
        }

    .gallery-item {
        padding: 0 5px
    }

    .link-allgallery {
        margin-top: 30px
    }
}

@media only screen and (max-width:960px) {
    .img-gallery {
        min-height: 530px
    }
}

@media only screen and (max-width:800px) {
    .title-gallery {
        width: 80%
    }

    .img-gallery {
        min-height: 450px
    }

    .allgallery-title span {
        width: 50%
    }

    .allgallery-title hr {
        width: 50%
    }
}

@media only screen and (max-width:640px) {
    .gallery-item {
        width: calc(100%/3)
    }

    .img-gallery {
        min-height: 640px
    }
}

@media only screen and (max-width:400px) {
    .gallery-item {
        width: calc(100%/2)
    }

    .img-gallery {
        min-height: 840px
    }

    .allgallery-title span {
        width: 60%
    }

    .allgallery-title hr {
        width: 40%
    }
}

@media only screen and (max-width:360px) {
    .img-gallery {
        min-height: 760px
    }
}

@media only screen and (max-width:320px) {
    .img-gallery {
        min-height: 685px
    }
}

.testimonials-list {
    margin-left: -15px;
    margin-right: -15px
}

.testimonials {
    width: 50%;
    float: left;
    padding: 0 15px
}

.transportation {
    width: 50%;
    float: left;
    padding: 0 15px
}

.testimonials-title {
    font-size: 1.28em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

    .testimonials-title span {
        width: 70%;
        float: left
    }

    .testimonials-title hr {
        width: 30%;
        float: left;
        box-sizing: inherit
    }

.testimonials-item {
    margin-bottom: 30px
}

.author-thumb {
    width: 70px;
    float: left;
    margin-right: 30px
}

    .author-thumb img {
        border-radius: 50%
    }

.testimonials-group {
    width: 470px;
    float: right;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    border-radius: 5px;
    height: 110px
}

.author {
    font-family: Bold;
    text-transform: uppercase
}

    .author span {
        font-family: Light;
        text-transform: none;
        color: #c3a156
    }

.author-title {
    font-size: .85em
}

.item-trans {
    background: #171717;
    color: #fff;
    margin-bottom: 30px;
    height: 110px
}

.trans-image {
    width: 170px;
    float: left;
    padding: 20px 0 20px 25px;
    text-align: right
}

.trans-text {
    width: 400px;
    float: right;
    padding: 20px;
    font-size: .85em;
    text-transform: uppercase
}

.item-trans.bot {
    background: transparent;
    color: #333
}

.bot .trans-text {
    width: 100%;
    padding: 0;
    font-size: .85em;
    text-transform: none;
    margin-bottom: 20px
}

.link-website a {
    color: #167cc1;
    font-family: Bold
}

@media only screen and (max-width:1024px) {
    .author-thumb {
        width: 20%;
        margin-right: 0
    }

    .testimonials-group {
        width: 75%;
        height: auto
    }

    .trans-image {
        width: 30%
    }

    .trans-text {
        width: 70%
    }

    .item-trans {
        display: inline-block;
        height: auto
    }
}

@media only screen and (max-width:720px) {
    .testimonials {
        width: 100%
    }

    .transportation {
        width: 100%
    }
}