/*CSS font-face and body */

body {
	font-family: 'Roboto', 'Helvetica', 'sans-serif';
	font-size: 15px;
	font-weight: 400;
}

h3 {
	font-family: "Roboto", "Helvetica", "sans-serif";
	font-weight: 500;
	font-size: 26px;
	margin-top: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}

/* General and Universal declarations*/

.center {
	text-align: center;
}

/* HEADER LOGO AND NAVIGATION
-------------------------------------------------- */

header.navbar {
	background-image: linear-gradient(to bottom, #fff 0%, #EDEDED 100%);
	padding: 10px 0px 5px 5px;
	width: 100%;
}

.brand {
	float: left;
}

a {
	cursor: pointer;
}

.brand .logo {
	display: block;
	height: 45px;
}

.navigation {
	display: block;
	float: right;
	width: 280px;
}

.navbar-toggle {
	border: 1px solid #ddd;
}

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

.navigation .navbar-nav>li {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

.navbar-default .navbar-nav>li>a {
	color: #555;
}

.navbar-nav>li>a {
	line-height: 20px;
	font-size: 15px;
	color: #555;
	text-align: right;
}

.navigation .navbar-nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #1C78A4;
}

.main-nav {
	float: right;
	display: block;
}

.navbar {
	margin-bottom: 0px;
}

.communications {
	display: block;
	border-color: #e7e7e7;
	overflow: auto;
	margin-top: -15px;
	margin-bottom: 5px;
}

.communications .nav.navbar-nav li {
	display: block;
	padding: 10px 0px 5px 5px;
	float: left;
}

.communications .navbar-nav>li>a {
	line-height: 20px;
	padding: 11px 23px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}

.communications .navbar-nav>li>a:hover {
	background-color: transparent;
	cursor: pointer;
}

a.twitter {
	background-image: url(../assets/twitter-icon.png);
}

a.facebook {
	background-image: url(../assets/facebook-icon.png);
}

a.email {
	background-image: url(../assets/email-icon.png);
}

.contact-number {
	margin-top: -5px;
	display: block;
	float: right;
}

.contact-number a {
	font-size: 20px;
	color: #555;
	text-decoration: none;
}

.contact-number a strong {
	font-family: 'MyriadPro-Bold', 'Helvetica', 'sans-serif';
	font-weight: bold;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
	height: 500px;
	margin-bottom: 20px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
	z-index: 10;
}

.carousel-inner {
	max-width: 100%;
	margin: auto;
}

/* Declare heights because of positioning of img element */

.carousel .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	background-color: #777;
}

/* Banner images in `.item` are dynamically set in `scripts/env.js`. */

.item.main {
	background-image: url(/images/xxx/banner0.jpg);
}

.item.banner1 {
	background-image: url(/images/xxx/banner1.jpg);
}

.item.banner2 {
	background-image: url(/images/xxx/banner2.jpg);
}

.item.banner3 {
	background-image: url(/images/xxx/banner3.jpg);
}

.carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 4px solid #fff;
}

.carousel-indicators .active {
	width: 16px;
	height: 16px;
}

/* Quotes and marketing text */

.marketing {
	position: absolute;
	width: 550px;
	bottom: 100px;
	z-index: 999;
	display: block;
}

.caption {
	background-color: rgba(255, 255, 255, .75);
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'sans-serif';
	font-weight: bold;
	z-index: 10;
	padding: 20px 15px 20px 25px;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
	display: block;
}

.caption h1 {
	color: #1E79A5;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
}

.caption h1.main {
	color: #555;
}

.caption p {
	color: #555;
	font-size: 22px;
}

.caption blockquote p {
	font-size: 25px;
}

blockquote {
	position: relative;
	padding: 0px 40px;
	margin: 10px 0px;
	text-transform: uppercase;
	color: #555;
	font-size: 25px;
	border-left: 0px;
}

.btn-green {
	background-color: #009f3d;
	color: white;
	padding: 10px 10px;
	font-size: 20px;
	margin-top: 15px;
	font-family: "Roboto", sans-serif;
}

.btn-gray {
	background-color: #454544;
	color: #fff;
	border-color: #555;
	border-radius: 6px;
	padding: 10px 20px 5px 20px;
	font-size: 20px;
}

.btn-gray:hover,
.btn-gray:focus {
	background-color: #818285;
	color: #FFF;
}

.modal-dialog {
	margin-top: 8%;
}

.modal .modal-content {
	overflow: auto;
}

.modal-response .modal-body {
	position: relative;
	padding: 30px 30px;
	font-size: 22px;
}

/* Courses Layout*/

/* Banner Content*/

.banner {
	min-height: 220px;
	margin-top: 10px;
	position: relative;
	padding: 10px 2% 10px 2%;
	background-repeat: no-repeat;
}

.banner.hazing {
	background: linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)), url(../images/hazing_banner.jpg);
	background-position: center left;
}

.banner h1 {
	padding: 0px 0% 0px 0%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}

.banner .info {
	padding: 0px 0% 0px 0%;
	font-size: 16px;
}

.pull-right-s {
	float: right;
}

.course-info .info p.alert {
	display: table;
}

.topborder {
	width: 100%;
	height: 1px;
	-webkit-box-shadow: -0px 3px 10px 0px #000;
	-moz-box-shadow: -0px 3px 10px 0px #000;
	box-shadow: -0px 3px 10px 0px #000;
}

.course-info h1 {
	padding: 0px 0% 0px 0%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}

.specifics {
	font-size: 16px;
}

.colm-heading {
	padding: 0px 20px;
}

.specifics .colm {
	float: left;
	width: 50%;
}

.colm-row {
	background-color: #F5F5F5;
	padding: 20px 20px;
}

th b {
	display: block;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1;
}

li.nobullet {
	list-style: none;
}

.regular-text {
	font-size: 14px;
	font-weight: bold;
}

.video-feeds video {
	cursor: pointer;
}

.course-info .info {
	padding: 0px 0% 0px 0%;
	font-size: 16px;
}

.course-info .action-buttons {
	height: 200px;
	padding: 10px 0% 20px 0%;
	overflow: visible;
}

.course-info .table a.btn {
	font-weight: bold;
	display: block;
	width: 70%;
	padding: 10px 16px 5px 16px;
	display: block;
	width: auto;
	float: left;
	margin-right: 10px;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px #CCC;
}

.modal.demo-quote .modal-content {
	padding: 0px 20px;
}

.course-info .table .btn-group a.btn {
	margin-right: 0px;
}

.course-info .table .btn-group a.btn.dropdown-toggle {
	padding: 10px 6px 5px 6px;
}

.primary {
	background-color: #1b809e;
	color: #FFF;
}

/*.course-info .action-buttons a.btn{
    font-family: 'MyriadPro-Bold';
    padding: 10px 16px 5px 16px;
	font-size:14px;
	margin-bottom:5px;
	text-transform: uppercase;
    box-shadow: 0px 0px 10px #CCC;
}
*/

h2.headline {
	color: #555;
	font-size: 42px;
	display: block;
	padding: 10px 0px 5px 00px;
	margin-bottom: 25px;
}

.about .img img {
	width: 100%;
	max-width: 400px;
}

.partners .info p {
	font-size: 18px;
}

h2.headline b {
	font-weight: bold;
}

.bluetext {
	color: #1E79A5;
}

.offerings {
	width: 100%;
	display: table;
	margin-top: 10px;
	margin-bottom: 30px;
}

.course.thumbnails {
	position: relative;
	float: left;
	display: block;
	width: 30%;
	max-width: 300px;
	margin-top: 10px;
	margin-right: 60px;
}

.course.thumbnails a {
	margin-bottom: 0px;
}

.course.thumbnails .img {
	width: 100%;
}

.course.thumbnails div {
	position: absolute;
	width: 100%;
	bottom: 15px;
}

.course.thumbnails div a.btn {
	width: 70%;
	margin: 0px auto;
	padding: 6px 15px 3px 15px;
	display: table;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 6px;
}

.course.description {
	float: left;
	display: block;
	width: 63%;
	margin-top: 10px;
}

.course.description .title {
	text-transform: uppercase;
	margin-top: 0px;
	padding-left: 0px;
}

.course.description .title:before {
	position: absolute;
	display: block;
	margin-left: -30px;
	margin-top: -15px;
	content: '\00AB';
	font-size: 46px;
}

.topmargin {
	margin-top: 70px;
}

.row .course {}

.course a.thumbnail {
	margin-bottom: 5px;
	position: relative;
}

a.thumbnail .img {
	width: 100%;
}

.course a.thumbnail .title {
	width: 98%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	padding: 5px 4px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	bottom: 5px;
}

.row .course a.btn {
	padding: 3px 8px;
}

.row .xp {
	padding-top: 20px;
	padding-bottom: 10px;
}

.btn-group .glyphicon-single {
	background-image: url(../assets/single_user.png);
	background-repeat: no-repeat;
	background-size: 13px;
	height: 15px;
	background-position: 94% center;
	padding-right: 10px;
	padding-left: 10px;
	left: -8px;
	margin-right: -5px;
	top: 3px;
}

.btn-group .glyphicon-group {
	background-image: url(../assets/multi_user.png);
	background-repeat: no-repeat;
	background-size: 20px;
	height: 15px;
	background-position: 94% center;
	padding-right: 10px;
	padding-left: 10px;
	left: -5px;
	margin-right: -5px;
	top: 3px;
}

.course.description .title a {
	color: #555;
}

.white {
	background-color: transparent;
}

.signup h1 {
	padding: 15px 0px;
}

/*.register-form {
	width: 60%;
	-webkit-box-shadow: -5px 0 5px -4px #ccc;
	box-shadow: -5px 0 5px -4px #ccc;
	padding-left: 4%;
	float: left;
	padding-bottom: 20px;
}*/

.cvc-info {
	position: relative;
	width: 15%;
	margin: 8px 0px 8px -20px;
}

.cvc-tip {
	position: absolute;
	z-index: 999999999;
	display: none;
	-webkit-transition-timing-function: linear;
	/* Safari and Chrome */
	transition-timing-function: linear;
}

.info-icon a:hover {
	cursor: pointer;
}

.info-icon a:hover+.cvc-tip {
	position: absolute;
	display: block;
}

label.error {
	color: #a94442;
	font-weight: normal;
}

label .required {
	color: #a94442;
	font-weight: bold;
}

.field-note {
	/* Note for field information, like required characters for a password. */
	margin: 0.4em 0.2em;
	line-height: 1.4em;
	font-size: 0.8em;
	font-weight: normal;
}

#form-response.alert {
	padding: 12px 15px;
}

.media-updates {
	background-image: linear-gradient(to bottom, #f3f3f3 0%, #DDDDDD 100%);
	margin-top: 40px;
	padding-bottom: 25px;
}

.course-show {
	width: 30%;
	float: left;
	margin-right: 6%;
}

.signup hr {
	margin-top: 20px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(121, 121, 121, .80), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.cards {
	overflow: hidden;
	width: 278px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: calc(100% - 270px);
	list-style: none;
}

.cards ol,
.cardsAL ul {
	list-style: none;
}

.cards ul {
	padding: 0;
}

.cards ul,
.cards ol {
	margin: 0;
	padding: 0 0 0 0px;
}

.cards li {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-image: url(../assets/card-logos.png);
	background-position: 0 0;
	float: left;
	height: 32px;
	margin-right: 8px;
	text-indent: -9999px;
	width: 51px;
}

.cards .visa {
	background-position: 0 0px;
}

.cards .mastercard {
	background-position: 204px 0px;
}

.cards .amex {
	background-position: 153px 0px;
}

.cards .discover {
	background-position: 102px 0px;
}

.cards .visa.off {
	background-position: 0 32px;
}

.cards .mastercard.off {
	background-position: 204px 32px;
}

.cards .amex.off {
	background-position: 153px 32px;
}

.cards .discover.off {
	background-position: 102px 32px;
}

.twitter-feeds {
	margin-top: 3px;
	width: 400px;
	height: 410px;
}

.video-feeds video {
	width: 100%;
}

.contact-form {
	margin-top: 20px;
	position: relative;
}

.contact-form {
	margin-top: 20px;
	position: relative;
}

.contact-form h2.headline {
	font-weight: bold;
}

.form-layout {
	width: 100%;
}

footer {
	width: 100%;
	background-image: linear-gradient(to bottom, #555 0%, #333 100%);
	display: block;
	color: white;
	padding: 15px 0px;
	min-height: 50px;
	text-align: center;
	font-weight: 200;
}

footer .txt-vmid {
	vertical-align: middle;
	padding-top: 10px;
}

footer .navigation {
	display: block;
	float: left;
	width: auto;
}

footer .navigation .navbar-nav>li {
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
}

footer .communications .nav.navbar-nav li {
	display: block;
	padding: 10px 0px 5px 0px;
	float: left;
}

footer .main-nav {
	float: left;
	display: block;
}

footer .navigation .navbar-nav>li>a {
	line-height: 20px;
	padding: 3px 10px 3px 0px;
	font-size: 15px;
	color: white;
	text-align: left;
}

footer .navigation .navbar-nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: white;
}

footer .communications .social {
	display: block;
	float: right;
	margin-top: 10px;
}

.navigation .copyright {
	text-align: left;
	float: right;
	padding-top: 15px;
}

/* Scheduled Maintenance Banner */

.scheduled-maintenance {
	padding: 40px;
	background: #1277a6;
}

.scheduled-maintenance p {
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

/* Media Queries CSS Responsive*/

@media (max-width: 1400px) {
	.carousel .item {
		height: 450px;
		background-color: #777;
	}

	.carousel {
		height: 450px;
	}

	.footer {
		position: relative;
	}
}

@media (max-width: 1200px) {
	.diagonal {
		display: none;
	}

	.banner {
		margin-top: 10px;
		position: relative;
	}

	.course-info {
		position: relative;
		width: 100%;
		margin-right: -15px;
	}
}

@media (max-width:992px) {

	/* Carousel and banners */
	.carousel .item {
		height: 300px;
		background-color: #777;
	}

	.carousel {
		height: 300px;
	}

	.carousel-indicators {
		bottom: 5px;
	}

	/* Quotes and marketing text */
	.marketing {
		position: absolute;
		width: auto;
		bottom: 50px;
		display: block;
	}

	.caption {
		padding: 20px 45px 10px 45px;
		margin-bottom: 20px;
		color: #fff;
		text-align: left;
		display: block;
	}

	.caption h1 {
		margin-top: 0px;
	}

	blockquote {
		padding: 5px 10px;
		margin: 0 0 20px;
		font-size: 25px;
	}

	blockquote:before {
		font-size: 80px;
		padding-right: 10px;
		padding-left: 10px;
		left: 5px;
		top: 5px;
	}

	blockquote:after {
		font-size: 80px;
		padding-left: 10px;
		padding-right: 10px;
		right: 0px;
		bottom: 10px;
	}

	.btn-gray {
		border-radius: 6px;
		padding: 10px 20px 5px 20px;
		font-size: 20px;
	}

	.diagonal {
		display: none;
	}

	.banner {
		background-position: 0px -250px;
		padding-top: 200px;
		margin-top: 10px;
		position: relative;
		padding-right: 0px;
		padding-left: 0px;
	}

	.course-info {
		width: 100%;
		position: relative;
		float: none;
	}

	.course-info h1 {
		padding: 10px 0% 0px 0%;
		font-size: 30px;
	}

	/*Course of interest*/
	h2.headline {
		font-size: 42px;
		padding: 10px 0px 5px 00px;
		margin-bottom: 15px;
	}

	.offerings {
		width: 100%;
		display: table;
		margin-top: 10px;
		padding-left: 0px;
	}

	.course.thumbnails {
		position: relative;
		float: left;
		display: block;
		width: 35%;
		max-width: 300px;
		margin-top: 10px;
		margin-right: 35px;
	}

	.course.thumbnails .img {
		width: 100%;
	}

	.course.thumbnails div {
		position: absolute;
		width: 100%;
		bottom: 15px;
	}

	.course.thumbnails div a.btn {
		width: 70%;
		margin: 0px auto;
		padding: 6px 15px 3px 15px;
		display: table;
		text-transform: uppercase;
		font-size: 18px;
		border-radius: 6px;
	}

	.course.description {
		width: 60%;
		margin-top: 10px;
	}

	.course.description .title a {
		color: #555;
	}

	.row .xp {
		width: 33.33333333%;
		float: left;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.course a.thumbnail {
		margin-bottom: 5px;
	}

	.cvc {
		width: 80%;
		float: left;
	}

	.cvc-info {
		width: 15%;
		margin: 8px 0px 8px -20px;
	}
}

@media (max-width:768px) {
	.brand .logo {
		height: 45px;
	}

	.navbar-toggle {
		margin-top: 0px;
	}

	.communications .nav.navbar-nav {
		margin: 7.5px 0px 0px 0px;
	}

	.communications .nav.navbar-nav li {
		display: block;
		padding: 5px 0px 5px 5px;
		float: left;
	}

	.communications .navbar-nav>li>a {
		line-height: 18px;
		padding: 9px 20px;
	}

	.navigation {
		float: right;
		width: 280px;
	}

	.navigation .navbar-nav {
		margin: 1px 0px;
	}

	.navigation .navbar-nav>li {
		margin-left: 20px;
		margin-top: 4px;
		float: left;
	}

	.navigation .navbar-nav>li>a {
		line-height: 10px;
		padding: 3px 0px;
		font-size: 16px;
		text-align: right;
	}

	.contact-number {
		margin-top: -5px;
		display: block;
		float: right;
	}

	.contact-number a {
		font-size: 16px;
		color: #555;
		text-decoration: none;
	}

	.marketing {
		position: absolute;
		width: auto;
		bottom: 50px;
		margin-right: 15px;
		display: block;
	}

	.caption {
		padding: 5px 25px 15px 25px;
		margin-bottom: 10px;
		color: #fff;
		text-align: left;
		display: block;
	}

	.caption h1 {
		color: #1E79A5;
		margin-top: 15px;
		margin-bottom: 0px;
	}

	.caption p {
		font-size: 20px;
	}

	.caption blockquote p {
		font-size: 20px;
	}

	blockquote {
		padding: 5px 10px;
		margin: 10px 15px 0 20px;
		font-size: 18px;
	}

	blockquote:before {
		font-size: 50px;
		padding-right: 10px;
		padding-left: 10px;
		left: 5px;
		top: 5px;
	}

	blockquote:after {
		font-size: 50px;
		padding-left: 10px;
		padding-right: 10px;
		right: 0px;
		bottom: 35px;
	}

	.btn-gray {
		border-radius: 6px;
		padding: 10px 20px 5px 20px;
		font-size: 20px;
	}

	.banner {
		background-position: 0px -200px;
		height: auto;
		padding-top: 200px;
		margin-top: 10px;
		position: relative;
		padding-right: 0px;
		padding-left: 0px;
	}

	.course-info {
		width: 100%;
		position: relative;
		float: none;
	}

	.course-info h1 {
		padding: 10px 0% 0px 0%;
		font-size: 30px;
	}

	.course-info .action-buttons {
		height: 200px;
		padding: 10px 0% 20px 8%;
		overflow: auto;
	}

	.course-info .action-buttons a.btn {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.row .course a.btn {
		padding: 3px 8px;
	}

	.row .xp {
		width: 46%;
	}

	/*Course of interest*/
	h2.headline {
		font-size: 35px;
		padding: 10px 0px 5px 0px;
		margin-bottom: 15px;
	}

	.offerings {
		width: 100%;
		display: table;
		margin-top: 10px;
		padding-left: 0px;
	}

	.course.thumbnails {
		width: 45%;
		max-width: 300px;
		margin-top: 10px;
		margin-right: 5%;
	}

	.course.thumbnails .img {
		width: 100%;
	}

	.course.thumbnails div {
		width: 100%;
		bottom: 15px;
	}

	.course.thumbnails div a.btn {
		width: 70%;
		margin: 0px auto;
		padding: 6px 15px 3px 15px;
		font-size: 18px;
		border-radius: 6px;
	}

	.course.description {
		width: 50%;
		margin-top: 10px;
	}

	.course.description .title a {
		color: #555;
	}

	.course-show {
		width: 60%;
		min-width: 300px;
		float: none;
		padding-left: 4%;
	}

	/*.register-form {
		width: 90%;
	}*/

	footer .navigation {
		float: none;
		display: table;
		margin: auto;
	}

	.communications .nav.navbar-nav {
		float: none;
		display: table;
		margin: auto;
	}

	footer .communications .nav.navbar-nav li {
		padding: 0px 0px 5px 0px;
	}

	.copyright {
		font-size: 13px;
		text-align: center;
		float: none;
	}
}

@media (max-width:730px) {
	.specifics .colm {
		float: left;
		width: 100%;
	}
}

@media (max-width:560px) {
	.brand .logo {
		height: 38px;
	}

	.course-info .action-buttons a.btn {
		font-size: 16px;
		margin-bottom: 5px;
		display: table;
		margin-right: auto;
		margin-left: auto;
		float: none;
		box-shadow: 0px 0px 10px #CCC;
	}

	.course-info .action-buttons .btn-group a.btn {
		margin-right: 0px;
		margin-left: 0px;
		float: left;
	}

	.course-info .action-buttons .btn-group a.btn.dropdown-toggle {
		padding: 10px 6px 5px 6px;
		float: left;
	}

	.action-buttons .btn-group,
	.action-buttons .btn-group-vertical {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		display: table;
		vertical-align: middle;
	}

	.navigation {
		float: right;
		width: 155px;
	}

	.contact-number {
		padding: 8px;
	}

	.contact-number a {
		display: none;
	}

	.twitter-feeds {
		margin-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}

	/*Course of interest*/
	h2.headline {
		font-size: 24px;
		padding: 10px 0px 5px 20px;
		margin-bottom: 15px;
	}

	.offerings {
		width: 100%;
		display: table;
		margin-top: 10px;
		text-align: center;
	}

	.course.thumbnails {
		width: 100%;
		display: block;
		float: none;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
	}

	.course.thumbnails .img {
		width: 100%;
	}

	.course.thumbnails div {
		width: 100%;
		bottom: 15px;
	}

	.course.thumbnails div a.btn {
		width: 70%;
		margin: 0px auto;
		padding: 6px 15px 3px 15px;
		font-size: 18px;
		border-radius: 6px;
	}

	.course.description {
		width: 100%;
		margin-top: 10px;
	}

	.course.description .title a {
		color: #555;
	}

	.row .xp {
		width: 100%;
	}

	.caption h1 {
		font-size: 25px;
	}
}

@media (max-width:500px) {
	footer .communications .nav.navbar-nav li a {
		font-size: 12px;
	}

	footer .navigation .navbar-nav>li {
		margin-right: 2px;
	}

	.copyright {
		font-size: 12px;
	}
}

@media (max-width:450px) {

	/*.brand .logo {
		height: 30px;
	}*/
	.marketing {
		position: absolute;
		width: auto;
		bottom: 50px;
		margin-right: 15px;
		display: block;
	}

	.contact-number {
		padding: 5px;
	}

	.caption {
		padding: 5px 25px 15px 25px;
		margin-bottom: 10px;
		color: #fff;
		text-align: left;
		display: block;
	}

	.twitter-feeds {
		width: 96%;
	}

	blockquote {
		padding: 5px 20px;
		margin: 15px 0 0 0px;
		font-size: 15px;
	}

	blockquote:before {
		font-size: 40px;
		padding-right: 10px;
		padding-left: 10px;
		left: 5px;
		top: 5px;
	}

	blockquote:after {
		font-size: 40px;
		padding-left: 10px;
		padding-right: 10px;
		right: 0px;
		bottom: 35px;
	}

	.btn-gray {
		border-radius: 6px;
		padding: 10px 20px 5px 20px;
		font-size: 20px;
	}
}

@media (max-width: 500px),
(max-height: 800px) {
	.footer {
		position: relative;
	}
}