@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900);

body {
	background-color: #f4f7ed;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
}
.container {
	padding-bottom: 10px;
}

#showcases {
	width: 93%;
	margin: 24px auto;
}

@media (min-width:1200px) {
	.container {
		max-width: 1400px;
	}
	.logo-top {
		position: relative;
		left: -5px;
		margin-top: -1px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		width: 95%;
	}
}

@media (min-width: 1000px) {
	.item {
		width:19%;
		padding-bottom: 1%;
		margin: 0 1% 0 0;
	}
	.side-logo {
		width: 65%;
		margin-top: 25px;
		margin-bottom: 62px;
		width: 240px;
		position: relative;
		left: 5px;
	}
	.header {
		height: 110px;
	}
	.align-middle {
		height: 110px;
	}
	.text-left {
		padding-left: 34px;
	}
	.text-right {
		padding-right: 34px;
	}
	.moved-left {
		margin-left: -6px;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.logo-top {
		padding-top: 18px !important;
		padding-bottom: 11px !important;
	}
	.text-left li {
		position: relative;
		left: -4px !important;
	}
	.text-right li {
		position: relative;
		left: 4px !important;
	}
}

@media (max-width: 1000px) {
	.item {
		width:48%;
		margin: 0 1% 0 1%;
		padding-bottom: 2%;
	}
	
	.logo-top {
		position: relative;
		top: 4px;
	}
	
	.text-left li {
		left: 5px !important;
	}
	
	.text-right li {
		position: relative;
		left: -5px !important;
	}
	
	.side-logo {
		width: 240px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.header {
		height: auto;
	}
	.align-middle {
		height: auto;
	}
	.col-12.align-middle {
		text-align: center;
	}
	.text-left {
		padding-left: 14px;
	}
	.text-right {
		padding-right: 14px;
	}
	.moved-left {
		margin-left: -4px;
	}
	.rollover-text h4 {
		font-size: 14px !important;
		padding: 2px 10px !important;
	}
	.rollover-text small {
		font-size: 10px !important;
	}
	.rollover-text {
		bottom: 10px !important;
	}
}

.container {
	min-width: 320px;
}

.header-wrap {
	width: 93%;
	margin: 0 auto !important;
}

.header li, .header img {
	cursor: pointer;
	font-size: 12px;
	color: #acba92;
	font-weight: 600px;
}

.link-active {
	color: midnightblue !important;
	font-weight: 700;
	/*font-weight: bolder;*/
}

.link:hover {
	color: midnightblue !important;
	font-weight: bolder;
}

.row {
	margin: 0;
}

.itemwrapper {
	text-align: center;
	border-radius: 6px;
	box-shadow: 2px 2px 6px 0 lightgrey;
	background-color: white;
	/*padding: 20px;
	margin: 5px 0 0 5px; */
	cursor: pointer;
	overflow: hidden;
	padding: 9.5%;
}

.img-contain {
	position: relative;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

.item img {
	width: 99.9%;
}

.rollover {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
}

.header {
	background-color: #e4ead1;
	background-color: rgba(228, 234, 209, 1.0);
	box-shadow: 2px 2px 6px 0 lightgrey;
}

.align-middle {
	display: inline-block !important;
	vertical-align: middle;
	float: none !important;
	padding: 0;
}

.text-right li {
	padding: 5px 0px;
}

.text-left li {
	margin-bottom: 5px;
	position: relative;
	left: -8px;
}

.logo-top {
	background-color: #acba92;
}

.col-lg-1.align-middle ul {
	margin-top: 15px;
}

.rollover-text {
	position: absolute;
	bottom: 24px;
	width: 100%;
	font-family: 'Raleway', sans-serif !important;
}

.rollover-text h4 {
	font-weight: 600;
	font-size: 17px;
	margin: 0;
	padding: 5px 21px;
}

.rollover-text small {
	font-size: 12px;
	color: #777;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(228, 234, 209, 1.0); 
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(228, 234, 209, 1.0); 
}

footer {
	text-align: center;
	font-family: Helvetica, sans-serif;
	color: #AAA;
	font-weight: normal;
	padding: 50px 0;
	clear: both;
	font-size: 10px;
	width: 93%;
	bottom: 5px;
}
