﻿.location-image a {
    display: block;
    position: relative;
    overflow: hidden
}
.location-image a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}
.location-image a:hover::before {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.location-image a::after {
    color: #ffffff;
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    left: 50%;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
}
.location-image a:hover::after {opacity: 1;}
.location-text > h3 > a {
    color: #252525;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    margin-bottom: 13px;
}
.location-text > h3 > a:hover,.location-text > h3 > a:active,.location-text > h3 > a:focus {
    color: #b5876d;
    text-decoration:none;
    outline:none;
}

.address-distance > span {display: inline-block; font-size: 15px;}
.address-distance > span:first-child {float: left;}
.address-distance > span:last-child {float: right;}
.single-location {margin-bottom: 70px;}

/*list tour detail*/
/*tabs*/
.form-group select, .form-group input, .form-group textarea{
    border-radius:0px;
}
.form-group label {
    text-align:right;
}
.img-conten a {
    margin-bottom:15px;
}
.tab {
    
}
.blog {
    margin-top:50px;
}
#tabs {
    border:transparent;
}
#tabs #tab {
    background:transparent ;
    border:transparent;
    border-bottom: 3px solid #d9a63e;
   
}
    #tabs #tab li a {
        text-transform: uppercase;
    }
    #tabs #tab li.tab-bgr {
        margin-left:-3px;
    }
   

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border:transparent !important;
}
ul li a:focus {
    outline:none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tl {
    border-top-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tr {
    border-top-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-bl {
    border-bottom-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-br {
    border-bottom-left-radius: 0px!important;

}
.social-content a {
    color:#000;
}
.social-content a:hover {
    color:#b5876d;
}

/*banner-contact Contact*/
.contact {
    margin-top:60px;
}

.contact .text h2 {
    color: #232323;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.contact .text p {
    margin-top: 10px;
    color: #232323;
    line-height: 1.428em;
}
.contact .text ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
.contact .text ul li {
    padding: 7px 0;
    margin-top: 0px;
    font-weight: 500;
    width: auto;
    font-size: 14px;
    display: block;
    padding-right: 15px;
}
.contact .contact-location {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-top: 35px;
}
.contact .contact-location .btn-collapse {
    text-transform: uppercase;
    color: #232323;
    font-weight: 700;
    font-size: 20px;
    display: block;
    font-family: Montserrat;
    text-decoration:none;
}
.contact .contact-location .btn-collapse span {
    float: right;
    font-size: 24px;
}
.contact .collapse {
    display: none;
    
}
.contact .contact-location .location-group {
    margin-top: 25px;
}
.contact .contact-location .location-group h6 {
    font-weight: 700;
    color: #444;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contact .contact-location .location-group span {
    color: #898989;
    font-size: 15px;
}
.contact .contact-location .location-group .location-item {
    margin-top: 25px;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
}
.contact .contact-location .location-group .location-item .img {
    float: left;
    width: 100px;
    position: relative;
}
.contact .contact-location .location-group .location-item .img .fa {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background-color: #e7c130;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.contact .contact-location .location-group .location-item .text {
    margin-left: 120px;
    color: #333;
}
.contact .contact-location .location-group .location-item .text address {
    margin-top: 10px;
    margin-bottom: 0;
}
.contact .contact-location .location-group .location-item .text p {
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 14px;
}
.contact .contact-location .location-group .location-item {
    margin-top: 25px;
    cursor: pointer;
}
.contact .ic {
    font-size:13px;
}
.contact .frm-contact {
    margin-top:15px;
    border-radius:0px;
}
.contact .contact-form {
    margin-top: 10px;
    
}
#map {
    height:350px;
    width:100%;
    
    margin-top:60px;
}