/* ==================================================
   GENERAL
================================================== */
body{
	background: #ecf0f1;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
	font-size: 15px;
}
.container-fluid{
	padding: 0;
}
h1{
	font-size: 24px;
	font-family: 'Crushed', cursive;
}
h2{
	color: #8075ad;
	font-size: 29px;
	font-family: 'Crushed', cursive;
}
h2.custom{
	color: #fff;
	font-size: 22px;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
	background: #47418D;
}
p.text-justify{
	text-align: justify;
	line-height: 35px;
}
.padding30{
	padding: 0px 30px 0px 30px;
}
a{
	color: #8075ad;
}
.text-white{
	color: #fff;
}
.text-purple{
	color: #8075ad;
}
.font-custom{
	font-family: 'Crushed', cursive;
	font-size: 24px;
}
.link-white a{
	color: #fff;
}
.bg-black{
	background: #26292e;
	height: auto;
}
.bg-white{
	background: #fff;
}
.bg-purplelight{
	background: #8075ad;
	height: auto;
}
.bg-purple{
	background: #47418D;
	height: auto;
}
.bg-purpledark{
	background: #28247d;
	height: auto;
}
.img-thumbnail{
	border-radius: 0;
}
.label-primary{
	font-weight: 400;
	border-radius: 0;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	width: auto;
	background-color: #47418d;
}
@media (max-width: 768px) {
	.label-primary{
		font-size: 20px;
	}
}
.label-success{
	font-weight: 400;
	border-radius: 0;
	font-size: 16px;	
}
.label-purple{
	border-radius: 0;
	background-color: #8075ad;
	font-weight: 300;
	font-family: 'Crushed', cursive;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	text-transform: uppercase;
}
iframe{
	width: 100%;
}
.btn, .btn-primary, .btn-lg{
	border-radius: 0px;
	border: none;
}
.btn-primary{
	background: #47418D;
}
.btn-primary:hover{
	background: #26292E;
}
.list-group{
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.list-group-item:first-child, .list-group-item:last-child{
	border-radius: 0px;
	border: none;	
}
a.list-group-item:hover, a.list-group-item:focus{
	background: #26292e;
}
.hr-white{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 0px solid #fff;
}
.list-group-item{
	margin-top: 3px;
}

/* ==================================================
   TOPINFO
================================================== */
.topinfo{
	padding: 8px 0px 8px 0px;
	font-family: 'Crushed', cursive;
	font-size: 16px;
}



/* ==================================================
   NAV
================================================== */
.navbar-wrapper{
	padding: 10px 0px 0px 0px;
}
.navbar-white{
	background: #fff;
	border: 0;
}
.navbar-brand{
	height: 100%;
	padding: 0px;
}
@media (max-width: 768px) {
	.navbar-brand{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.navbar-brand img{
		display: inline-block;
	}
}
.masthead-nav{
	padding-right: 0px;
	padding-top: 40px;
}
@media (max-width: 768px) {
	.masthead-nav{
		margin: 0 auto;
		width: 100%;
		display: inline-block;
	}
}
@media (max-width: 992px) {
	.masthead-nav{
		padding-right: 0px;
	}
}
.masthead-nav > li {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Crushed', cursive;
}
@media (max-width: 768px) {
	.masthead-nav > li {
		margin: 0 auto;
		width: 100%;
		display: block;
		text-align: center;
		margin-left: 0px;
	}
}
.masthead-nav > li + li {
  margin-left: 15px;
}
@media (max-width: 768px) {
	.masthead-nav > li + li {
		margin-left: 0px;
	}
}
.masthead-nav > li > a {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff; /* IE8 proofing */
  color: rgba(255, 255, 255,1.0);
  border: 0px solid transparent;
  background-color: #8075ad;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: #47418d;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  background-color: #47418d;
}
@media (max-width: 768px) {
	.masthead-nav > .active > a {
		background-color: #514A6D;
		color: #fff;
		border-color: transparent;
	}
}
.navbar-toggle .icon-bar{
	background: #8075ad;
	position: relative;
	top: 5px;
}
@media (max-width: 768px) {
	.navbar-toggle{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: inline-block;
		border: 1px solid #8075ad;
	}
}



/* ==================================================
   SLIDER
================================================== */
.slider{
	padding: 0;
}
@media (max-width: 768px) {
	.slider{
		display: none;
	}
}



/* ==================================================
   FOOTER
================================================== */
@media (max-width: 992px){
	footer h2, h3, footer h4, footer p{
		text-align: center;
	}
}