.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#eventbox {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 1200px;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgb(193, 187, 187) 0px 2px 2px 1px;
    box-shadow: rgb(193, 187, 187) 0px 2px 2px 1px;
}

#imagetours {
    float: left;
    width: 50.083333%;
    height: 601px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
    max-width: none;
    padding: 10px;
}

#tours1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
}

#tours9 {
    float: none;
    height: 0px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#datetours {
    float: none;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 25px;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    min-height: 0px;
    color: rgb(0, 0, 0);
    text-transform: none;
    display: block;
    margin-right: auto;
}

#citytours {
    float: none;
    font-size: 36px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 40px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    display: block;
	color:#000;
}

#tours3 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#tours4 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 100px;
    clear: none;
    width: 77.279612%;
    margin-right: auto;
}

#tours7 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 25px;
    clear: none;
    width: 243px;
    display: block;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    background-color: rgb(203, 20, 20);
    margin-right: 0px;
}

#infotours {
    float: none;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    line-height: 25px;
    margin: 10px auto;
    clear: none;
    min-height: 15px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: block;
}

#tours5 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#tours6 {
    float: left;
    height: 5px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 17.12951%;
    background-color: rgb(234, 234, 234);
}

#tours8 {
    float: none;
    height: 62px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#texttours {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(0, 0, 0);
    text-transform: none;
    display: block;
}

#tours {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

#tours2 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 49.916667%;
}

@media only screen and (max-width: 1200px) {
    #texttours {
        width: 100%;
    }

    #tours {
        width: 90%;
    }

    #eventbox {
        width: 100%;
    }

    #tours7 {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #tours7 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 25px;
    }

    #texttours {
        width: 100%;
    }

    #imagetours {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #tours2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 0px;
    }

    #tours4 {
        margin-top: 25px;
        width: 85%;
    }

    #citytours {
        font-size: 30px;
        line-height: 35px;
    }
}

