* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
}

body {
	width: 100%;
	background: #fff;
	color: #4a5052;
	font-family: 'Source Sans Pro', sans-serif !important;
}

a {
	color: #62a9e3;
	text-decoration: none !important;
}

a.logo img{
    object-fit: cover;
}

a:hover,
a:active {
	color: #ff9e24;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Cabin', sans-serif !important;
	font-weight: 500;
}

#brand {
	width: 100%;
	background: #62a9e3;
	background: linear-gradient(to bottom, #6287e3 0%, #62a9e3 75%, #62c5e3 100%);
	border-bottom: 1px solid #212128;
	margin: 0 auto;
	text-align: center;
}

#brand .logo {
	width: 63px;
	height: 57px;
	display: block;
	float: left;
	margin-left: 12px;
	padding: 6px 0;
}

#brand .logo img {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	transition: filter 0.3s;
}

#brand .logo img:hover {
	filter: saturate(0%);
	-webkit-filter: saturate(0%);
}

#brand .links {
	float: right;
}

#brand .links .icon {
	max-width: 100%;
	height: 57px;
	color: #fff;
	border-left: 1px solid #ffc95f;
	display: inline-block;
	font-size: 21px;
	line-height: 45px;
	margin: 0 auto;
	padding: 6px 0;
	position: relative;
	text-align: center;
	transition: background-color 0.3s ease-in-out 0s, color 0.2s ease-in-out 0s;
	vertical-align: middle;
        padding-left: 12px;
        padding-right: 12px;
}

@media only screen and (max-width: 767px) {
    #brand .links .icon {
	width: 57px;
        padding-left: 0;
        padding-right: 0;
    }
    #brand .links .icon-label {
            display: none;
    }

}

#brand .links .icon:hover {
	color: #fff;
}

#brand .links .icon.email:hover {
	background: #758088;
}

#brand .links .icon.phone:hover {
	background: #2275ae;
}

#brand .links .icon.address:hover {
	background: #bd3437;
}

#header {
	width: 100%;
	background: url('../images/background.png') left top repeat;
	color: #fff;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
}

#header .logo:hover img {
	animation: zoom .75s ease-out .75;
	animation-fill-mode: forwards;
}

#changelog {
	width: 100%;
	background: #eee;
	box-shadow: inset 0 4px 9px -2px rgba(43, 43, 47, 0.2);
	color: #5c5c5e;
	padding: 45px 0;
	text-align: center;
}

#changelog ul {
	display: inline-block;
	font-size: 0;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#changelog ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#changelog ul li a {
	width: 324px;
	color: #9b9ba3;
	border: 3px solid #d7d7da;
	border-radius: 3px;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 0;
	text-transform: uppercase;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#changelog ul li:nth-of-type(even) a {
	margin: 0 15px;
}

#changelog ul li a:hover {
	border-color: #62a9e3;
	color: #62a9e3;
}

#footer {
	width: 100%;
	background: linear-gradient(to bottom, rgba(8, 12, 15, 0) 0%, rgba(8, 12, 15, .33) 60%, rgba(8, 12, 15, .66) 100%), url('../images/background.png') left top repeat;
	color: #fff;
	margin: 0 auto;
	padding: 24px 0;
	text-align: center;
}

#footer h4 {
	height: 18px;
	color: #fff;
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 18px;
	margin: 0 18px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#footer .links .icon {
	width: 216px;
	height: 18px;
	color: #62a9e3;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	position: relative;
	text-align: center;
	transition: color 0.3s ease-in-out 0s;
	vertical-align: middle;
}

#footer .links .icon:hover {
	color: #fff;
}

#footer .links .icon span {
	font-size: 14px;
	margin-left: 6px;
	text-transform: uppercase;
}

#footer .credits {
	width: 100%;
	color: #848488;
	margin: 0 auto;
	padding: 18px 0;
}

#footer .credits a {
	color: #fff;
	transition: color 0.3s ease-in-out 0s;
}

#footer .credits a:hover {
	color: #62a9e3;
}

#footer .credits p {
	margin: 0 12px;
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
}


/* Float Classes */

.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Font & Text Classes */

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.error {
	color: #758088;
}


/* Keyframes */

@keyframes zoom {
	0% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1.1, 1.1);
	}
}


/* Harvey's Styling */

.dci-panel-title {
	vertical-align: 25%;
	font-size: 18px;
}

#navMain {
	border-radius: 0px;
}

#navMain.affix {
	top: 0;
	width: 100%;
}

#pnlCategory.affix {
	top: 56px;
	width: 20%;
	overflow: auto;
	height: 70%;
}

.navbar {
	border-radius: 0;
	z-index: 100;
	border-radius: 0px;
}

.navbar-brand {
	padding: 9px 15px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #62a9e3 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff !important;
}

.clickable {
	cursor: pointer;
}

.container {
	padding-left: 2px;
	padding-right: 2px;
}

.info-desc-group {
	border-bottom: 1px solid #EEEEEE;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1em;
}

.info-desc-group .info {
	font-size: 18px;
}

.info-desc-group .desc {
	font-size: 10px;
	color: #777;
}

.band {
	border-bottom: 1px solid #EEEEEE;
	padding-top: 12px;
	padding-bottom: 12px;
}

.link-span {
	color: #337ab7;
	cursor: pointer;
}

.toast {
	position: fixed;
        left: 0;
        right: 0;
	bottom: 0px;
	opacity: 0;
        z-index: 2000;
        text-align: center;
}

.toast .message {
	border-radius: 4px;
	background: #333;
	color: #fff;
	padding: 4px 12px 4px 12px;
	max-width: 80%;
        display: inline-block;
}
