/* CSS Document */

.main-wraper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.padd-90 {
    padding-bottom: 90px;
}



.second-title {
    position: relative;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 65px;
}

.pborder{
	
	border: solid 1px #ebebeb;
}

.second-title h4 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.color-dark-2-light {
    color: rgba(34, 34, 34, 0.6);
}

.second-title>*:last-child {
    padding-bottom: 0px;
}

.second-title h2 {
    padding-bottom: 24px;
    letter-spacing: 6px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.tour-item-grid .tour-item {
    margin-bottom: 30px;
}

.tour-item.style-2 {
    padding: 0;
}

.tour-item.style-2 .radius-top {
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tour-item.style-2 .tour-weather {
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    color: #222;
    background: #fff;
    border-radius: 7px;
    padding: 0 14px;
    height: 34px;
}

.tour-item.style-2 .tour-desc {
    padding-left: 20px;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 27px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tour-item.style-2 .c-button {
    float: right;
    border: 2px solid #e4a228;
    margin-right: 20px;
    background: #e4a228;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.c-button.small {
    font-size: 12px;
    padding: 11px 18px;
    border-radius: 6px;
}

.c-button.hv-green-o:hover {
    background: transparent;
    color: #e4a228;
    text-decoration: none;
}

.tour-desc h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tour-item.style-2 .tour-title {
    max-width: 100%;
    text-align: center;
    
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.tour-item.style-2 .tour-title:hover {
    color: #f00b08;
    text-decoration: none;
}

.tour-item.style-2 .tour-text {
    max-width: 58%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 13px;
}

.color-dark-2 {
    color: #222;
}

.radius-top img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 481px) {
    .clear-xs-2:nth-child(2n+1) {
      
    }
}
