/*
Theme Name: Miryam Alt Busequipment
Description: This is a child theme for Flatsome Theme customized by W&S Websolutions
Author: W&S Websolutions
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
li{
	margin-left: 30px;
}
.footer-primary{
	margin: 30px 0px;
	width: 100%;
}
.copyright-footer{
	color: #fff;
	text-align: center;
}

.copyright-footer span, .copyright-footer a, .pulse {
	color: #13B3A5;
}

/* W&S Copyright */

.pulse {
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

.box-image {
	height: 200px!important;
}

@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -moz-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes "pulse" {
    0% {
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}