@charset "utf-8";
/* CSS Document */
/* Extra small devices (phones, 767px and under) */
@media (max-width: 767px){
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:991px) { 
}
/* Medium devices (desktops, 992px) */
@media (min-width: 992px) and (max-width:1199px) { 
}
/* large devices only (desktops over 1200px) */
@media (min-width: 1200px) { 
}