/*page 5*/

.image
{
    width: 100%;
    height: auto;
}

p
{
    font-weight: bold;

    color: #fff;
}

.bullets
{
    line-height: 1.5em;

    margin-left: 3%;

    color: white;
}

.italic
{
    margin: 0 0 0 0;
}
button
{
    float: right;

    margin: 0 0 1% 0;
}
.buttonlink
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;

    float: right;

    margin: 0 0 1% 0;
    padding: .5%;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    border: 0;
    border-radius: 5px;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    background: #32343a;
    box-shadow: none;
}
.buttonlink:hover
{
    color: #fff;
    background-color: #ed564b;
}


.suggestedBtn
{
    float: left;

    margin: 0 0 1% 0;
}

.list,
.list1
{
    margin: 2% 0 0 0;

    list-style: none;
}

.list1
{
    display: none;
}

.list li,
.list1 li
{
    margin: 2% 0 2% 0;
    padding: 2%;

    border: 1px dotted #ed564b ;
    border-radius: 5px;
}

.list li span
{
    visibility: hidden;
}

i
{
    margin: 0 2% 0 0;

    cursor: pointer;
}

.copyright
{
    text-align: center;
}


/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px)
{
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px)
{
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px)
{
    /* Styles */
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px)
{
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)
{
    /* Styles */
    .maincontent{
        padding: 0.5% 0;
    }
    .list li, .list1 li {
    margin: 1% 0 1% 0;
    padding: 1.5%;
}
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px)
{
    /* Styles */
}
