.mustsee_tours *, .mustsee_tours *::before, .mustsee_tours *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
}

.mustsee_tours .tour {
    width: calc(25% - 20px);
    margin: 0 0 15px 20px;
    float: left;
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    padding:5px;
}

.mustsee_tours figure {
    background-color: #f7f2e4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.mustsee_tours .tour figure {
    width: 100%;
    height: 170px;
    border-bottom: 3px solid #ef3c18;
}

.mustsee_tours figure img {
    display: none;
}

.mustsee_tours figure a {
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2);
}

.mustsee_tours figure a:hover {
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
}

.mustsee_tours .linkuraalla {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
    font-family: 'Dosis', sans-serif;
}

.mustsee_tours .linkuraalla a {
    display:inline-block;
    margin:0 auto;
    padding: 10px 20px;
    border:1px solid #ebeaea;
    background: #260d0d;
    text-transform: uppercase;
    color:#fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #260d0d;
}

.mustsee_tours .linkuraalla a strong {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

.mustsee_tours .tour .textinn {
    width:100%;
    float:left;
    height:110px;
    padding:10px 10px;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #260d0d;
    font-weight: 500;
    min-height: auto;
    background: #fff;
}

.mustsee_tours .tour .textinn h3 {
    font-size: 24px;
    color:#000;
    text-transform: uppercase;
    min-height: 100px;
    text-align: center;
    line-height: 1;
}

.mustsee_tours .tour .textinn h3 a {
    color:#260d0d;
}

.mustsee_tours .tour .verd {
    width:100%;
    float:left;
    height:100px;
    padding:20px 10px 10px;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    text-align: center;
    background: #fff;
}

.mustsee_tours .tour .verd span {
    color:#EF6212;
}

.mustsee_tours .estimated {
    width:100%;
    float:left;
    color:rgba(229,121,23,1);
    margin-top: 2px;
    font-size: 18px;
}

.mustsee_tours .tour .verd .duration {
    width:100%;
    float:left;
    color:#000;
    margin-top: 10px;
}

.mustsee_tours a.booknow {
    text-align: center;
    width:calc(100% - 20px);
    height:40px;
    line-height: 40px;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    color:#fff;
    background:#ef3c18;
    display:block;
    float: left;
    margin:0 10px;
}

.mustsee_tours .tour .verd strong {
    font-family: 'Dosis', sans-serif;
    font-weight:700;
}
@media only screen and (max-width: 1300px) { 
    .mustsee_tours .tour {
        width: calc(25% - 20px);
        margin: 0 10px 15px 10px;
        float: left;
        background: transparent;
        box-sizing: border-box;
    }
    
    .mustsee_tours .tour .textinn  {
        font-size: 22px;
        height: 80px;
    }
    
    .mustsee_tours .tour .textinn h3 {
        font-size: 22px;
        min-height: 80px;
    }
}

@media only screen and (max-width: 980px) { 
   
    .mustsee_tours .tour {
        width: calc(50% - 20px);
        margin: 10px;
        min-height: 405px;
        float: left;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 500px) { 
   
    .mustsee_tours .tour {
        width: calc(100% - 20px);
        margin: 10px;
        min-height: 405px;
        float: left;
        box-sizing: border-box;
    }
    
    
	
}