@media (min-width: 1200px){

}


/*Notebooks and Small Laptops*/
@media (min-width: 1025px){

}

/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px){


}

/*Small Desktop and Very Small Notebook */
@media (max-width: 980px){

    .gallery .gallery-inner,
    .gallery .grid-sizer {
        width: 50%;/* change here the column width */
    }

}

/*Medium Tablets */
@media (max-width: 800px){}


/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px){

    #about .item, .serviceItem{
        margin-top:40px;
    }

    .memberDescription{
        height:150px;
    }

    .gallery-inner .caption-heading {
        height:40px;
    }

    .timer{
        margin-top:20px;
    }

    #separator .social-icons a{
        margin:20px;
    }

    #separator .social-icons a i{
        margin-top:20px;
    }

    #separator .social-icons a:first-child{
        margin-left:0;
    }

    footer img {
        width: 50%;
        height: auto;
    }

    .tableWrapper {
        margin: 50px 10px;
    }

}

/*Medium Smart Phones v2*/
@media screen and (max-width: 640px){

    #intro .introItem h1, #intro .introItem h1 small {
        font-size: 42px;
        line-height: 40px;
        letter-spacing: 0;
    }


    .sub{
        letter-spacing: 2px;
        font-size:8px;
    }

    .subWhite{
        letter-spacing: 2px;
        font-size:8px;
    }
}


/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px){

    .gallery .gallery-inner,
    .gallery .grid-sizer {
        width: 100%;/* change here the column width */
    }


}


/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px){

    h2{
        font-size: 12px;
        letter-spacing: 3px;
    }


    .btn{
        padding: 8px 20px;
        outline-offset: 2px;
    }

    h1{
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 26px;
    }

    p {
        padding: 5px;
    }

    .triangleBorderSmall {
        height: 40px;
        width: 40px;
        margin: 0 20px;
    }

    .triangleBorderSmall i {
        padding: 8px;
    }

    .triangleBorderSmall .fa-2x {
        font-size: 1.5em;
    }

    .triangleWrapperSmall {
        margin: 0 auto;
        width: 240px;
    }


    #charts .fa-2x {
        font-size: 1.5em;
    }

    .bt-menu-trigger {
        right: 30px;
        top:10px;
        width: 30px;
        height: 30px;
    }

    .bt-menu ul:first-of-type {
        top: 50px;
    }
    .bt-menu ul:first-of-type li {
        width: 200px;
        height: 40px;
        line-height: 40px;
    }

    .bt-menu ul:first-of-type li a {
        font-size: 10px;
    }

    .bt-menu-trigger span {
        height: 3px;
    }

    .bigIntroLogo {
        width: 60%;
        margin: 0 auto;
    }

    .smallLogo {
        width: 60%;
        margin: 0 auto;
    }

    #charts h3 {
        margin-bottom: 50px;
    }


}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px){



}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {


}