.package-info> p {
    font-size: 12px !important;
    margin: 0 0 15px !important;
    color: #777 !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    float: left;
    text-align: justify;
}
.package-list a:hover .package-thumb > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.package-thumb > img {
    width: 100%;
	min-height: 150px;
	max-height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.package-list {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.package-list a {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
}
.package-thumb {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.duration {
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 15px;
    padding: 17px 12px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: auto;
    right: 15px;
    color: #fff;
    font-weight: 400;
}
.package-info {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px;
}
.package-info h3 {
    font-size: 15px;
    color: #777;
    font-weight: bold;
    line-height: normal;
	float: left !important;
    margin: 0 0 6px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.pull-right.price {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #777;
}
.content-block, .single_post {
    width: 100%;package-info
    float: left;
    height: auto;
}
.post_thumb {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 13px;
}
.post_thumb > img {
    width: 100%;
    float: left;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
img {
    vertical-align: middle;
}