@charset "utf-8";
/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */



#middle-menu {
	overflow: hidden;
	background-color: #333;
}
.mid-wrap {
	width: 100.5%;
}
.mid-box {
	height: 100px;
	display: table;
	text-align: center;
	-webkit-animation-delay: 0.3s;
	color: #fff;
	background-position: center;
	background-size: cover;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	background-color: #f37126;
}

/*.mid-box:before {
	content: '';
	background-color: rgba(241,89,44,1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	opacity: 1;
	transition: all ease-in-out 0.3s;
}*/
.mid-box:nth-child(2),  .mid-box:nth-child(5) {
	background-color: rgba(18,19,23,1);
}
.mid-box:nth-child(3) {
	background-color: rgba(37,37,40,1);
}
.mid-box:nth-child(4) {
	background-color: rgba(51,51,53,1);
}

.mid-box:hover,  .mid-box:focus {
	color: #121317;
	background-color:#eee;
}
.mid-box .media-middle {
	position: relative;
	z-index: 5;
}
.mid-box:hover:before {
	opacity: 1;
}
.mid-box .fa {
	font-size: 2.333333em;
	line-height: 1.2em;
	vertical-align: -15%;
	margin-right: 10px;
}



/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
.mid-box {
	font-size: 14px;
}
}

/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
.mid-box {
	height: 100px;
}
.mid-box {
	font-size: 18px;
}
}

/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
.mid-box {
	height: 100px;
}
.mid-box {
	font-size: 24px;
}
}

/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Large devices (xlarge desktops, 1200px and up) */

@media (min-width: 1600px) {
}
