/***********iPhone 6 in portrait & landscape***********/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    footer {
        padding-top: 50px;
    }
    .footerButtons {
        margin: 0 0 50px 0;
    }
    .footerButtons a {
        margin: 15px 0;
    }
    .footerSocials i {
        font-size: 25px;
        margin-left: 30px;
    }
    .footerContact {
        text-align: center;
    }
    .joinMobile {
        padding: 15px 0;
    }
    .poweredBy {
        margin: 25px auto;
    }
    .membersButtons {
        text-align: center;
        padding: 15px 0;
    }
    #tour-dates {
        text-align: center;
    }
    #registerMailing a {
        font-size: 14px;
    }
    .login-page .buttons {
        margin: 30px 0;
    }
    .joinMobile .myLinks a {
        margin-bottom: 15px;
    }
}


/***********iPhone 6 in landscape***********/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    /* STYLES GO HERE */
}


/***********iPhone 6 in portrait***********/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    /* STYLES GO HERE */
}


/***********iPhone 6 Plus in portrait & landscape***********/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    /* STYLES GO HERE */
}


/***********iPhone 6 Plus in landscape***********/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    /* STYLES GO HERE */
}


/***********iPhone 6 Plus in portrait***********/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    /* STYLES GO HERE */
}


/***********iPhone 5 & 5S in portrait & landscape***********/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /* STYLES GO HERE */
}


/***********iPhone 5 & 5S in landscape***********/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    /* STYLES GO HERE */
}


/***********iPhone 5 & 5S in portrait***********/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    /* STYLES GO HERE */
}


/***********iPad mini in portrait & landscape***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    /* STYLES GO HERE */
}


/***********iPad mini in landscape***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    /* STYLES GO HERE */
}


/***********iPad mini in portrait***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    /* STYLES GO HERE */
}


/***********iPad in portrait & landscape***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* STYLES GO HERE */
}


/***********iPad in landscape***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* STYLES GO HERE */
}


/***********iPad in portrait***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* STYLES GO HERE */
}


/***********Retina iPad in portrait & landscape***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    /* STYLES GO HERE */
}


/***********Retina iPad in landscape***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* STYLES GO HERE */
}


/***********Retina iPad in portrait***********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* STYLES GO HERE */
}