/*
 * @version 1.0.0.1
 * @since 2012
 * @author Eng. Wassim Saasouh
 * @Copyright © JogSys.com
*/

.menu {
    color: #dbe9e8;
    font-weight: bold;
}

.menu .title {
    font-weight: bold;
    border-bottom: 1px solid #0094ff;
    color: #e7f2f1;
}

.menu .title2 {
    font-weight: bold;
    border-bottom: 1px solid RGB(85, 120, 95);
    color: #e7f2f1;
}

.menu td {
    padding: 3px;
}

.thumb {
    height: 100px;
    width: 100px;
}

.gallery {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.gallery li {
    list-style: none;
    margin-bottom: 25px;
}

.gallery li img {
    cursor: pointer;
}

.controls{
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;
}
.next {
    float:right;
    margin-top: 5px;
}
.previous {
    float:left;
    margin-top: 5px;
}


@media screen and (min-width: 76.1em) {
    .menu {
        font-size: 1.2em;
    }

    .menu .title {
        font-size: 1.3em;
    }

    .menu .title2 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1025px) and (max-width : 76em) {
    .menu {
        font-size: 1.2em;
    }

    .menu .title {
        font-size: 1.3em;
    }

    .menu .title2 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 769px) and (max-width : 64em) {
    .menu {
        font-size: 1.2em;
    }

    .menu .title {
        font-size: 1.3em;
    }

    .menu .title2 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 481px) and (max-width : 48em) {
    .menu {
        font-size: 1.1em;
    }

    .menu .title {
        font-size: 1.2em;
    }

    .menu .title2 {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 321px) and (max-width : 30em) {
    .menu {
        font-size: 1em;
    }

    .menu .title {
        font-size: 1.2em;
    }

    .menu .title2 {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 0px) and (max-width : 20em) {
    .menu {
        font-size: 1em;
    }

    .menu .title {
        font-size: 1.2em;
    }

    .menu .title2 {
        font-size: 1.2em;
    }
}