@charset "utf-8";
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */



#middle-menu{
	position:relative;
}
.menu-tab{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding:8px 15px;
	box-shadow: inset 0 0 0 1000px rgba(57,104,119, .3);
	transition:all ease-in-out 0.4s;
}
.menu-tab:nth-child(1){
}
.menu-tab:nth-child(2){
}
.menu-tab:nth-child(3){
}
.menu-tab:nth-child(4){
}
.menu-tab img{
	display:block;
	margin:auto;
	/*margin-bottom:10px;*/
}
.menu-tab:hover,
.menu-tab:focus{
	color: #fff;
	box-shadow: inset 0 0 0 1000px rgba(80,100,120, 0.5);
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.menu-tab{
	padding:10px 15px;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.menu-tab{
	padding:35px 15px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.menu-tab{
	padding:45px 15px;
}
}
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}