/*slides*/
@media screen and (max-width: 600px) {
    /*top slide section*/
    section.slide {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: auto;
        box-sizing: border-box;
    }
    section.slide .lf {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.slide .rt {
        padding: 0 2%;
        box-sizing: border-box;
        width: 100%;
        background-color: #730c27;
        color: white;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }
    section.slide .rt h1 {
        font-size: 25px;
        margin: 0;
        line-height: 38px;
        font-weight: normal;
        width: 100%;
        display: block;
        display: inline-block;
    }
    section.slide .rt h1 span {
        width: 100%;
        display: block;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    section.slide .rt h2 {
        font-size: 18px;
        width: 100%;
        display: inline-block;
    }
}
@media screen and (min-width: 601px) and (max-width: 1400px) {
    /*top slide section*/
    section.slide {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: auto;
        box-sizing: border-box;
    }
    section.slide .lf {
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.slide .rt {
        padding: 0 2%;
        box-sizing: border-box;
        width: 100%;
        background-color: #730c27;
        color: white;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }
    section.slide .rt h1 {
        font-size: 25px;
        margin: 0;
        line-height: 38px;
        font-weight: normal;
        width: 100%;
        display: block;
        display: inline-block;
    }
    section.slide .rt h1 span {
        width: 100%;
        display: block;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    section.slide .rt h2 {
        font-size: 18px;
        width: 100%;
        display: inline-block;
    }
}
@media screen and (min-width: 1401px) {
    /*top slide section*/
    section.slide {
        margin: 0 auto;
        width: 100%;
        height: 450px;
        max-width: 2000px;
        padding: 0 5%;
        box-sizing: border-box;
    }
    section.slide .lf {
        float: left;
        width: 70%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.slide .rt {
        padding: 100px 40px 0 40px;
        box-sizing: border-box;
        height: 100%;
        float: left;
        width: 30%;
        background-color: #193a69;
        color: white;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
		border-left: 10px solid #eec315;
    }
    section.slide .rt h1 {
        font-size: 32px;
        line-height: 38px;
        font-weight: normal;
    }
    section.slide .rt h1 b {
        font-size: 40px;
        padding-bottom: 10px;
        border-bottom: 1px solid white;
        margin-bottom: 40px;
    }
    section.slide .rt h2 {
        width: 100%;
        display: block;
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 10px;
    }
}
