.img-cont {
    width: 100%;
}

.img-cont img {
    height: 85vh;
    width: 100%;
}


.package-wrapper {
    width: 100%;
    margin: 0px;
    padding: 20px;
}

.package-content {
    width: 75%;
    float: left;
    margin-bottom: 25px;
    padding-right: 30px;
}

.related-links {
    width: 25%;
    float: right;
    margin-bottom: 25px;
}

.package-head-wrapper {
    width: 100%;
    padding: 20px;
}

.package-head {
    font-size: 1.3em;
    font-family: 'Permanent Marker', cursive;
    letter-spacing: 0.20em;
    padding: 15px;
    margin: auto;
    color: yellow;
    text-align: center;
    border-radius: 8px;
    box-shadow: 3px 3px 8px grey;
    
    background: #c31432;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tour-anch {
    width: 100%;
    padding: 8px;
    text-align: center;
    display: none;
}

.tour-anch img {
    vertical-align: middle;
}

.tour-anch a, .tour-anch a:visited, .tour-anch a:hover {
    padding: 8px;
    background-color: deeppink;
    color: white;
    text-decoration: none;
}

.links-head {
    width: 100%;
    padding: 5px;
    background-color: darkblue;
    color: white;
    text-align: center;
    border-radius: 11px 11px 0px 0px;
    font-family: 'Bree Serif', serif;
    font-size: 1.2em;
    margin-top: 25px;
}

.tour-classes-head {
    width: 100%;
    padding: 5px;
    background-color: darkgreen;
    color: white;
    text-align: center;
    /*border-radius: 11px 11px 0px 0px;*/
    font-family: 'Bree Serif', serif;
    font-size: 1.2em;
    margin-top: 150px;
}

.tour-classes-wrap {
    margin-bottom: 8px;
    /*border: 1px solid black;
    border-radius: 0px 0px 11px 11px;
    padding: 8px;*/
}

.links-list {
    width: 100%;
    padding: 8px;
    border: 1px solid black;
    border-radius: 0px 0px 11px 11px;
}

.link-list-ul {
    padding: 8px;
}

.link-list-ul li {
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid black;
    list-style: none;
}

.link-list-ul li:last-child {
    border-bottom: none;
}

.link-list-ul li a, .link-list-ul li a:visited {
    text-decoration: none;
    color: teal;
}

.link-list-ul li a:hover {
    text-decoration: none;
    color: brown;
}

.breadcumb a, .breadcumb a:visited {
    text-decoration: none;
    color: red;
}

.breadcumb a:hover {
    text-decoration: none;
    color: blue;
}

.link-span {
    margin-right: 8px;
}

.tour-quote {
    width: 100%;
    text-align: right;
    text-emphasis: normal;
    padding: 15px;
}

.tour-quote-content {
    font-size: 1.65em;
    padding-right: 12px;
}

.tour-description {
    text-align: justify;
}

.tour-description a {
    text-decoration: none;
    color: blue;
}

.tour-places-header {
    font-family: 'Bree Serif', serif;
    font-size: 2em;
}

.place-name {
    padding: 8px;
    background-color: purple;
    color: white;
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 3px 3px 8px black;
}

.alt-right {
    text-align: right;
    float: right;
    background-color: seagreen;
}

.place-img {
    width: 40%;
    /*float: left;*/
}

.place-img img {
    width: 100%;
    box-shadow: 3px 3px 8px black;
}

.place-details {
    /*float: right;*/
    width: 58%;
    text-align: justify;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}


.source {
    font-size: 0.75em;
    color: gray;
}

.iti-wrapper {
    padding: 20px;
    width: 100%;
    text-align: justify;
}

.iti-wrapper div:nth-child(1) {
    margin-top: 75px;
}

.iti-wrapper div {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
}

.stylize {
    font-family: 'Bree Serif', serif;
    font-size: 1.25em;
}

.iti-cont i {
   color: crimson;
}

.iti-name {
    font-family: 'Righteous', cursive;
    font-size: 1.75em;
    width: 100%;
    max-width: 500px;
    color: white;
    padding: 12px;
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 5px;
}

.amens {
    color: cadetblue !important;
}

.iti-rating span {
    margin-right: 8px;
}

.stars {
    color: goldenrod !important;
    padding: 0px !important;
}

.tour-card {
    width: 100%;
    text-align: center;
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    padding: 5px;
    margin-top: 15px;
    box-shadow: 1px 1px 5px black;
}

.card-alt {
    background: #ADD100;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7B920A, #ADD100);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7B920A, #ADD100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tour-card div {
    margin-top: 4px;
    margin-bottom: 4px;
}

.tour-card-cost {
    margin-bottom: 15px !important;
}

.tour-card-link {
    padding: 8px;
}


.tour-card-link a {
    text-decoration: none;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f46b45;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 5px black;
}

.tour-card-link a:hover {
    background: #FFE000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #799F0C, #FFE000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #799F0C, #FFE000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-alt a {
    background: #093028;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #237A57, #093028);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-alt a:hover {
    background: #00bf8f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #001510, #00bf8f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #001510, #00bf8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}


/* ===============================================
    -- Dynamic Changes
   =============================================== */

@media only screen and (max-width: 950px) {
    .package-content {
        width: 60%;
    }

    .related-links {
        width: 40%;
    }
}


@media screen and (max-width: 800px) {
    
    .package-content {
        width: 100%;
        padding-right: 0px;
    }

    .related-links {
        width: 100%;
    }   
    .place-img {
        width: 48%;
    }
    
    .place-details {
        width: 48%;
    }
    .tour-anch {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    
    .img-cont img {
        height: 40vh;
    } 
}

@media screen and (max-width: 450px) {
    .place-img {
        width: 100%;
    }
    
    .place-details {
        width: 100%;
    }
    .tour-classes-head {
        margin-top: 80px;
    }
    .iti-name { text-align: center; }
    .iti-wrapper div {
        padding-left: 0px;
    }
}