﻿@charset "utf-8";

/*transition*/

.footer a.footerOpen span{
    -webkit-transition: all .25s linear; 
    -moz-transition: all .25s linear; 
    -ms-transition: all .25s linear; 
    -o-transition: all .25s linear; 
    transition: all .25s linear;
}

/*.header .navbar .navbar-nav li a:hover {
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}*/


/*margin-top*/

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}


/*margin-bottom*/

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}


@media (min-width: 768px) {
    img.mobile {
        display: none;
    }  
}

@media (max-width: 767px) {
    img.desktop {
        display: none;
    }
}
