@import "bootstrap.css";


hr.fancy-line {
  border: 0;
  height: 1px;
}
hr.fancy-line,
hr.fancy-line:before {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%);
}

.icon {
    font-weight:300;
    font-size:150%;
}

.logo {
	margin-top: 1px;
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 20px;
	border-top: #fff solid 1px;
}

.logoImg {
	width: 150px;
	height: 35px;
	background-image: url(../img/images/logo_sm_wh.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-left: 10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .logoImg {
	background-image:url(../img/images/logo_rt.png)
	background-size: 216px 50px;
}
}


.divider {
	position: relative;
    background-color:#66005E;
	min-height:40px;
    padding-bottom:40px;
    padding-top:30px;
    margin-bottom:30px;
}



.pure {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.thin {
  font-weight: 300;
  margin: 2.8em 0 1em 0;
}

@media (max-width:762px) {
.thin {
 
  margin: 1em 0 1em 0;
}	}