@media screen and (min-device-width: 360px) and (max-device-width: 640px) {
	.pull-right {
    float: left !important;
}
.navigation .navbar-nav .active:before {
	display: none;
}
.owl-dots {
    display: none;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px ) {
	.pull-right {
    float: left !important;
}
.navigation .navbar-nav .active:before {
	display: none;
}
.owl-dots {
    display: none;
}
}
