.tours-item{
    height: calc(100% - 15px);
}

.tours-item .tour-info {
    padding: 10px 5px 10px;
    position: relative;
}


.more-button-radius {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.more-button-radius a {
    color:#6a005f;
    border: 1px solid #6a005f;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
}

.contact-us-item {
    padding: 10px;
    background-color: #434343;
    color: #ffffff;
}
.cu-right {
    padding-right: 20px;
    padding-left: 20px;
}

.cu-right input,
.cu-right textarea {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cu-right input {
    height: 34px;
}

.cu-right input:focus,
.cu-right textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cu-right .cu-inputitem {
    margin-top: 20px;
}

.cu-right .cu_sub {
    text-align: center;
}

.cu-right .cu_sub input {
    width: 250px;
    background: #d74305;
    font-size: 1.2em;
    /* height: 1.2em; */
    padding: 0;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.cu-right {
    border: 1px solid #cccccc;
    border-radius:0px;
}

.team-item {
    margin: 15px 0 10px;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    height: calc(100% - 25px);
    background-color: #ffffff;
}
.team-item:hover {
    box-shadow: 3px 3px 5px #cccccc;
    -webkit-box-shadow: 3px 3px 5px #cccccc;
    -moz-box-shadow: 3px 3px 5px #cccccc;
}
.team-item .tour-info {
    padding: 10px 5px 10px;
    position: relative;
}
.team-item .name{
    padding-bottom: 10px;
}
.team-item .position{
    padding-bottom: 10px;
}

.column-title-triangle {
    background: url(/images/triangle.gif) no-repeat left 0.5rem;
    position: relative;
    padding-left: 25px;
    margin: 30px 0 20px;
}
.column-title-triangle > a {
    color: #B80007;
}
.column-title-triangle span {
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    right: 5px;
    font-size: 1rem;
    background: #eb6100;
    padding: 2px 10px;
    border-radius: 15px;
    margin-top: 0.8rem;
}
.column-title-triangle span a {
    color: #ffffff;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
}
.timeline li {
    position: relative;
}
.timeline li .timeline-time {
    display: inline-block;
    position: absolute;
    left: 20px;
}
.timeline li .tl-circ {
    position: absolute;
    text-align: center;
    background: #6a8db3;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: -9px;
    border: 3px solid #90acc7;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 99999;
}
.timeline li .timeline-panel {
    margin-left: 80px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.about-us-icon{
    width: 100px;
}