/* extra small devices (phones, less than 768px */
/*   
 * Template Name: devAid - Responsive Website Template for developers
 * Version: 1.0
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/* Default */

/* ======= Base ======= */

body {
	font-family: 'Lato', arial, sans-serif;
	color: #444444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}


.mr-1p {
	margin-right: 1px !important
}


.promo .logo {
	height: 13vh;
}

.services-intro {
color: #ccc;}

.section {
	/* display: none; */
	padding: 60px 0 !important;
}

.break {
	padding: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.maintenance .item {
	min-height: 60px;
	max-height: 400px;
	height: 200px;
}


.flex {
	display: flex;
	display: flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.panel-body {
	vertical-align: middle;
}

.lead {
	font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #f6a840;
}

a, a:link, a:visited {
	color: #009ad8;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

	a:hover, a:active {
		text-decoration: underline;
		color: #0e98c5;
	}

	.btn,
	a.btn {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		font-family: 'Montserrat', arial, sans-serif;
		padding: 8px 16px;
		font-weight: bold;
	}

	a.btn-cta-primary, a.btn-cta-primary:link, a.btn-cta-primary:visited,
	.btn-cta-primary {
		background: #d9dada;
		border: 1px solid #4bb4e6;
		color: #636362;
		font-weight: 600;
		text-transform: uppercase;
	}

		a.btn-cta-primary:hover, a.btn-cta-primary:active, a.btn-cta-primary:focus,
		.btn-cta-primary:hover {
			background: #4bb4e6;
			border: 1px solid #636362;
			color: #fff;
		}

		a.btn-cta-secondary, a.btn-cta-secondary:link, a.btn-cta-secondary:visited,
		.btn-cta-secondary {
			background: #eebf3f;
			border: 1px solid #eebf3f;
			color: #fff;
			font-weight: 600;
			text-transform: uppercase;
		}

			a.btn-cta-secondary:hover, a.btn-cta-secondary:active, a.btn-cta-secondary:focus,
			.btn-cta-secondary:hover {
				background: #E3AE21;
				border: 1px solid #E3AE21;
				color: #fff;
			}

.text-highlight {
	color: #4bb4e6;
}

.offset-header {
	padding-top: 90px;
}

pre code {
	font-size: 16px;
}

/* breaks */
/*TODO: make break images*/

#break1 {
	/* scrollable background */
	background: url(/assets/images/break1_1280.jpg) no-repeat 0 0;
	/* resize to fit width */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	/* fixed height */
    height: 400px;
}

#break2 {}
#break3 {}

/* ======= Header ======= */
.header {
	padding: 10px 0;
	background: none;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.modal-open .header {
  padding-right: 17px;
}

	.header[data-nav-color=true] {
		background: #fff;
	}

@media (min-width: 992px) {
	.header[data-nav-color=true], .header[data-nav-color=false] {
		background: none;
	}

}

.header.navbar-fixed-top {
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

	.header.navbar-fixed-top .logo a {
		color: #17baef;
	}

.nosvg .header .logo {
	margin: 0;
	font-size: 26px;
	width: 59px;
	height:42px;
}

.nosvg .header .logo img {
	background: url(/assets/images/logo.png) no-repeat 0 0;
	background-size: contain;
		width: 59px;
		height: 42px;
		margin: -13px -1px -1px -1px;
	}

	.header .logo a {
		/* color: #fff; */
	}

		.header .logo a:hover {
			text-decoration: none;
		}


.navbar-toggle {
	background: #4bb4e6;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	/* border-radius: 4px; */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;

}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-toggle:hover {
	background: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navbar-toggle:hover .icon-bar {
		background:#4bb4e6;
}

/*
TODO: make toggle different when fixed-top

TODO: specify multiple background images for different resolutions
*/

.header .main-nav .nav .nav-item {
	font-weight: normal;
	margin-right: 20px;
	font-family: 'Montserrat', sans-serif;
}

@media (min-width: 992px) {
	.header .main-nav .nav .nav-item {
		margin-right: 10px !important;
	}
}

.header .main-nav .nav .nav-item.active a {
	color: #17baef !important;
	background: none;
}

.header .main-nav .nav .nav-item a {
	font-size: 14px;
	padding: 15px 10px;
	background: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/*
	.header.navbar-fixed-top .main-nav .nav .nav-item a {
		color: #666666;
	}
	*/

.header .main-nav .collapse.in .nav .nav-item a:link,
.header .main-nav .collapse.in .nav .nav-item a:visited {
	color: #009ad8;
}

.header .main-nav .collapse.in .nav .nav-item a:hover,
.header .main-nav .collapse.in .nav .nav-item a:active {
	color: #00a75c;
}

@media (min-width:992px) {
		/* normal wide header */
		.header .main-nav .nav .nav-item a:link, .header .main-nav .nav .nav-item a:visited {
				color: #fff;
		}

		.header .main-nav .nav .nav-item a:hover, .header .main-nav .nav .nav-item a:active {
				color: #009ad8;
		}

		/* invert on fixed top*/
		.header.navbar-fixed-top .main-nav .nav .nav-item a:link, .header.navbar-fixed-top .main-nav .nav .nav-item a:visited {
				color: #009ad8;
		}

		.header.navbar-fixed-top .main-nav .nav .nav-item a:hover, .header.navbar-fixed-top .main-nav .nav .nav-item a:active {
				color: #00a75c;
		}
}

.header .main-nav .navbar-collapse {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {

	.header .main-nav .navbar-collapse {
		padding: 0;
		background: none !important;
	}
}

#navbar-header {
	padding: 0;
}

	#navbar-header[aria-expanded=true] {
		background: #fff;
	}

.header.navbar-fixed-top .main-nav .nav .nav-item.active {
	color: #17baef;
}

.header .main-nav .nav .nav-item.last {
	margin-right: 0;
}

.header .main-nav .nav .nav-item button {
    color: #17baef;
    text-decoration: none;
		padding: 15px 10px;
    font-weight: normal;
}

.header .main-nav .nav .nav-item button:hover {
    text-decoration: none;
    color: #4bb4e6;
}

.header.navbar-fixed-top .main-nav .nav .nav-item button {
	color: #4bb4e6;
}

.header.navbar-fixed-top .main-nav .nav .nav-item button:hover {
	color: #17baef;
}

/* ======= Promo Section ======= */
.promo {
	background-color: #17baef;
	background: url(/assets/images/mainbg_1280.jpg) no-repeat 0 0 fixed;
	background-size: cover;
	padding-top: 25vh;
	height: 100vh;
}

	.promo > .container {
		max-height: 70vh;
		overflow: hidden;
	}

.ie8 .promo {
	height: 100%;
}

.promo .title {
	font-size: 2em; /*66px;*/
	color: #4bb4e6;
	margin-top: 20px;
}

@media (min-width: 768px) {

	.promo .title {
		font-size: 2.5em; /*84px*/
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.promo .title {
		font-size: 3.5em; /* 98px;*/
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1280px) {
	.promo .title {
		font-size: 3em; /* 98px;*/
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1920px) {
	.promo .title {
		font-size: 5em; /* 98px;*/
	}
}


.promo .title .highlight {
	color: #eebf3f;
}

.promo .intro {
	font-size: 28px;
	max-width: 680px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.promo .btns .btn {
	font-size: 18px;
	padding: 8px 30px;
	margin: 0px auto;
	margin-right: 15px;
	clear: both;
	margin-bottom: 4vh;
	width: 220px;
}

@media (min-width: 768px) {
	.promo .btns .btn {
		/* margin-right: 15px; */
		/* width: 200px; */
	}
}

.poweredBy img {
	vertical-align: initial;
}

.promo .meta {
	margin-top: 0vh;
	margin-bottom: 1vh;
	color: #0a7396;
}

@media (min-width: 768px) {
	.promo .meta {
	}
}

.promo .meta li {
	float: none;
	display: block;
	margin-bottom: 5px;
	margin-right: 15px;
}

.promo .meta a {
	color: #0a7396;
}

	.promo .meta a:hover {
		color: #4bb4e6;
	}

.promo .social-media {
	/* background: #fff; */
	padding: 20px 0;
	margin: -2em -1em auto;
	z-index: inherit !important;
}

	.promo .social-media li {
		margin-top: 15px;
	}

		.promo .social-media li.facebook-like {
			margin-top: 0;
			position: relative;
			top: -5px;
		}
		
/* =======.info section ========*/
.info {
	padding: 80px 0;
	background: #d9dada;
}

	.info .title {
		color: #f6a840;
		margin-top: 0;
		margin-bottom: 60px;
	}
	.info p {
		margin-bottom: 40px;
	}
	.info em {
		color:#f6a840;
		text-weight:normal;
	}
	
	.info .intro {
		max-width: 800px;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	.info .item {
		position: relative;
		margin-bottom: 30px;
	}

		.info .item .icon-holder {
			position: absolute;
			left: 30px;
			top: 0;
		}

			.info .item .icon-holder .fa {
				/*font-size: 24px;*/
				font-size: 34px;
				color: #4bb4e6;
				margin-left: -10px;
				margin-top: -5px;
			}

		.info .item .content {
			padding-left: 60px;
		}

			.info .item .content .sub-title {
				margin-top: 0;
				color: #4bb4e6;
				font-size: 18px;
			}

			/* =======.offers Section ======= */
.offers {
	padding: 80px 0;
	background: #e9f6fd;
}

.offers i.fa {
	width: 16px !important;
	height: 16px !important;
	margin-right: 10px;
}

	.offers .title1 {
		color: #f6a840;
	}

.offers .title {
	margin-bottom: 30px;
}

	.offers .title2 {
		color: #009ad8;
	}

	.offers .title3 {
		color: #00a75c;
	}

	.offers .intro {
		max-width: 800px;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	.offers .item {
		position: relative;
		margin-bottom: 30px;
	}

		.offers .item .icon-holder {
			position: absolute;
			left: 30px;
			top: 0;
		}

			.offers .item .icon-holder .fa {
				/*font-size: 24px;*/
				font-size: 34px;
				color: #4bb4e6;
				margin-left: -10px;
				margin-top: -5px;
			}

		.offers .item .content {
			padding-left: 60px;
		}

			.offers .item .content .sub-title {
				margin-top: 0;
				color: #4bb4e6;
				font-size: 18px;
			}

.fa {
	width: 48px;
	height: 48px;
	margin-left: 0px;
	margin-top: 0px;
}

.contact.fa {
	width: auto;
	height: auto;
}

.fa.user {
	content: url(/assets/images/users.png);
}

.fa.clock {
	content: url(/assets/images/clock.png);
}

.fa.process {
	content: url(/assets/images/process.png);
}

.fa.lock {
	content: url(/assets/images/lock.png);
}

.fa.globe {
	content: url(/assets/images/globe.png);
}

.fa.link {
	content: url(/assets/images/link.png);
}
/* ======= Features Section ======= */
.features {
	padding: 80px 0;
	background: #17baef;
	color: #fff;
}

	.features .title {
		color: #4bb4e6;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.features a {
		color: #4bb4e6;
	}

		.features a:hover {
			color: #042a36;
		}

	.features .feature-list li {
		margin-bottom: 10px;
		color: #4bb4e6;
	}

		.features .feature-list li .fa {
			margin-right: 5px;
			color: #fff;
		}
/* ======= Docs Section ======= */
.docs {
	padding: 80px 0;
	/*background: #f5f5f5;*/
	background: #fff;
}

	.docs .title {
		color: #4bb4e6;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.docs .docs-inner {
		max-width: 800px;
		background: #fff;
		padding: 30px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin: 0 auto;
	}

	.docs .block {
		margin-bottom: 60px;
	}

	.docs .code-block {
		margin: 30px inherit;
	}

		.docs .code-block pre[class*="language-"] {
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
/* ======= License Section ======= */
.services {
	background: #009ad8;
}

.services .panel {
}

.services .btn:hover {
  color: #fff;
}

.services .btn-primary {
  background: #d9dada;
  color: inherit;
}

.services .btn-danger {
	background-color: #e94e34;
	border-color: #e94e34;
}

.services .btn-success {
	background-color: #00A65c;
	border-color: #00A65c;
}

.services .btn {
	color: #636362;
}

.services a, a:link, a:visited {
	color:#636362;
}

.services a:hover, a:active {
	color:#f6a840;
}

	.services .title {
		margin-top: 0;
		margin-bottom: 60px;
		color: #4bb4e6;
	}

	.services .services-inner {
		max-width: 800px;
		/*background: #fff;*/
		padding: 30px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin: 0 auto;
	}

	.services .info {
		max-width: 760px;
		margin: 0 auto;
	}

		.services .info .sub-title {
			color: #0e98c5;
			margin-bottom: 30px;
			margin-top: 0;
		}

	.services .cta-container {
		max-width: 540px;
		margin: 0 auto;
		margin-top: 60px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

		.services .cta-container .speech-bubble {
			background: #d6f3fc;
			color: #4bb4e6;
			padding: 30px;
			margin-bottom: 30px;
			position: relative;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}

			.services .cta-container .speech-bubble:after {
				position: absolute;
				left: 50%;
				bottom: -10px;
				margin-left: -10px;
				content: "";
				display: inline-block;
				width: 0;
				height: 0;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-top: 10px solid #d6f3fc;
			}

		.services .cta-container .icon-holder {
			margin-bottom: 15px;
		}

			.services .cta-container .icon-holder .fa {
				font-size: 56px;
			}

		.services .cta-container .intro {
			margin-bottom: 30px;
		}

	.services ul.no-bullet {
		list-style-type: none;
	}

	.services .highlight {
		color: #eebf3f;
	}

/* ======= Contact Section ======= */
.contact {
	background: #fff;
	color: #636362;
}

	.contact .contact-inner {
		max-width: 760px;
		margin: 0 auto;
		color: #636362;
	}

	.contact .title {
		color: #009ad8;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.contact .intro {
		margin-bottom: 60px;
	}

	.contact a, .contact a:link, .contact a:visited {
		color: #009ad8;
	}

		.contact a:hover, .contact a:active, .contact a:focus {
			color: #636362;
		}

	/*.contact .author-message {
		text-align: center;
		position: relative;
		margin-bottom: 60px;
	}

		.contact .author-message .profile {
			position: static;
			margin: 0 auto;
			margin-bottom: 30px;
			left: 30px;
			top: 15px;
			width: 100px;
			height: 100px;
		}

@media (min-width: 768px) {
	.contact .author-message .profile {
		position: absolute;
	}
}

.contact .author-message .speech-bubble {
	margin-left: 0;
	background: #10b2e7;
	color: #4bb4e6;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
}

@media (min-width: 768px) {
	.contact .author-message .speech-bubble {
		margin-left: 155px;
	}
}

.contact .author-message .speech-bubble:after {
	position: absolute;
	left: -10px;
	top: 60px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #10b2e7;
	display: none;
}

@media (min-width: 768px) {
	.contact .author-message .speech-bubble:after {
		display: inline-block;
	}
}

.contact .author-message .profile img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.contact .author-message .speech-bubble .sub-title {
	color: #4bb4e6;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 30px;
}

.contact .author-message .speech-bubble a,
.contact .author-message .speech-bubble a:link,
.contact .author-message .speech-bubble a:visited {
	color: #fff;
}

.contact .author-message .speech-bubble .source {
	margin-top: 30px;
}

	.contact .author-message .speech-bubble .source a {
		color: #4bb4e6;
	}

	.contact .author-message .speech-bubble .source .title {
		color: #0c86ae;
	}*/

	.contact .info .sub-title {
		color: #e94e34;
		margin-bottom: 30px;
		margin-top: 0;
	}

	.contact h4.sub-title {
		margin-bottom: 10px !important;
	}

	.contact .social-icons {
		list-style: none;
		padding: 10px 0;
		margin-bottom: 0;
		display: inline-block;
		margin: 0 auto;
	}

		.contact .social-icons li {
			/* float: left; */
			width: 44px;
		}

			.contact .social-icons li.last {
				margin-right: 0;
			}

		.contact .social-icons a,
		.contact .social-icons a:link,
		.contact .social-icons a:visited {
			display: inline-block;
			background: #fff;
			text-align: center;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			margin-right: 8px;
			width: 38px;
			height: 38px;
			padding-top: 5px;
			padding-left: 0px;
		}

			.contact .social-icons a:hover,
			.contact .social-icons a:active,
			.contact .social-icons a:focus {
				background: #636362;
			}

			.contact .social-icons a .fa,
			.contact .social-icons a:link .fa,
			.contact .social-icons a:visited .fa {
				color: #009ad8;
				width: auto;
				height: auto;
				margin: auto;
				text-align: center;
				vertical-align: middle;
				font-size: 10px !important;
			}

				.contact .social-icons a .fa:before,
				.contact .social-icons a:link .fa:before,
				.contact .social-icons a:visited .fa:before {
					font-size: 18px;
					text-align: center;
					padding: 0;
				}

@media (min-width: 768px) {
	.contact .social-icons a .fa:before,
	.contact .social-icons a:link .fa:before,
	.contact .social-icons a:visited .fa:before {
		font-size: 20px;
	}
}
/* ==== Login Box ===== */

.login {
    padding: 80px 0;
    background: #636362;
}
.login .title {
	margin-top:0px;
	margin-bottom:40px;
}
.login label {
    margin-top: 0px;
}

.login .input-group {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 400px;
}

.login .btn-info {
	background: #4bb4e6;
	color:#fff;
}

.login .btn-info:hover {
	background: #f6a840;
	color:#fff;
}


.login .input-group-addon {
    width: 48px;
}

.login #check_remember {
    margin: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: -5px;*
    overflow: hidden;
}

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

.login .left {
    vertical-align: bottom;
    margin: 0;
    padding-bottom: 0;
    padding-top: -2px;
}

.login .bottom {
    margin-bottom: 20px;
}

.login h4 {
    color: #fff;
}

.login label {
    margin-left: 0px;
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.login .boxs form .fa {
    width: auto;
    height: auto;
    margin-right: 5px;
}
.login .container {
	color: #ffffff;
	max-width: 480px;
}

.login-inner >.row {
	margin: 0 auto;
}

input#textinput {}

.login h4 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.login .form-control {
    margin-top: 15px;
}

.login .btns {
    min-width: 250px;
    justify-content: space-between;
    padding-bottom: 13px;
}

.login .btns button {
    width: 22%;
    height: 3em;
}

.va_middle {
    vertical-align: middle;
}

.cell {
    display: table-cell;
}

.login .btns button .fa {
    font-size: 28px;
    width: auto;
    height: auto;
}

.login .btns button.btn-last {
    margin-right: 0;
}

.login .buttons .btn {
	margin-right: 5px;
}

	.login .buttons .btn.btn-last {
		margin-right: 0;
	}

.references .title {
	margin-top: 0px;
	margin-bottom: 40px;
}
	.references .panel p {
		padding: 10px;
	}

	
	
/* ======= Footer ======= */
.footer {
	padding: 15px 0;
	background: #202020;
	color: #fff;
}

	.footer .copyright {
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		opacity: 0.8;
	}

	.footer small {
		font-size: 65%;
	}

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