<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Custom CSS
 */


/*------------------------
--    1. Basic         --
------------------------*/

body{
	border-top:4px #333 solid;
	font-family: 'Ubuntu', sans-serif;
	text-align: justify;
	color: #333333;
	/* background-image: url('../img/ptrn/1.jpg'); */
}

.squadaOne {
	font-family: 'Squada One', cursive;
}

.themeColor{
	color: #4F2170; /*! */
}

a {
color: #4F2170;  /*! */
text-decoration: none;
}

.progress .bar {
	background-color: #0339ff; /*??? */
}

.container{
	background-color: #FFFFFF;
	width: 960px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: #ecf6fd; /*! */
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #c9efff; /*! */
}

.row h1,
.row h2,
.row h3{
	border-bottom: 1px solid #4F2170;
	margin-bottom: 4px;
}

.margin-top-15 {
	margin-top: 15px;
}

.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
  padding:0px;
}

.dropdown-menu li &gt; a:hover,
.dropdown-menu .active &gt; a,
.dropdown-menu .active &gt; a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #4F2170; /*! */
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
	border-top-color: #4F2170; /*! */
	border-bottom-color: #4F2170; /*! */
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #4F2170; /*! */
  border-bottom-color: #4F2170; /*! */
}

.btn-primary { /*!  ??? */
  background-color: hsl(275,29%,43%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A319A3", endColorstr="#724D8D");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#A319A3), to(#724D8D));
  background-image: -moz-linear-gradient(top, #A319A3, #724D8D);
  background-image: -ms-linear-gradient(top, #A319A3, #724D8D);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A319A3), color-stop(100%, #724D8D));
  background-image: -webkit-linear-gradient(top, #A319A3, #724D8D);
  background-image: -o-linear-gradient(top, #A319A3, #724D8D);
  background-image: linear-gradient(#A319A3, #724D8D);
  border-color: #724D8D #724D8D hsl(275,29%,43%);
  color: #FFF !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.23);
  -webkit-font-smoothing: antialiased;
}

.margin_left_70 {
	margin-left: 70px;
}

/*------------------------
--    2. Navifation     --
------------------------*/

.navbar-inner {
  border-top:4px #333 solid;
  border-bottom:1px #333 solid;
  min-height: 70px;
  padding-right: 0px;
  background-color: #FFFFFF;
  background-image: none;

  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1', endColorstr='#1', GradientType=0);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
          
}

.navbar .brand {
  display: block;
  float: left;
  padding: 28px 0px 12px 70px;
  font-size: 50px;
  font-weight: 200;
  line-height: 16px;
  color: #999999;
}

.navbar .brand .underLine{
	font-size: 18px;
	padding-left: 2px;
}

.navbar .nav {
	float:right;
	margin:-4px 0 0 0;
}

.navbar .nav &gt; li &gt; a {
  border-top:4px #333 solid;
  float: none;
  padding: 50px 20px 15px;
  margin-left: 10px;
  color: #333;
  text-decoration: none;
  text-shadow: none;
}

.navbar .nav .active &gt; a,
.navbar .nav .active &gt; a:hover {
  color: #4F2170;  /*! */
  text-decoration: none;
  background-color: #EEE;
  /* background-image:url('../img/ptrn/linen.png'); */
  background-repeat: repeat;
  border-top:4px solid #4F2170; /*! */
}

.navbar .nav &gt; li &gt; a:hover {
  color: #4F2170; /*! */
  background-color: #EEE;
  /* background-image:url('../img/ptrn/linen.png'); */
  border-top:4px solid #4F2170; /*! */
  text-decoration: none;
}

/*------------------------
--    3. Carousel       --
------------------------*/

.carousel {
	margin-bottom: 0px;
}

.carousel-control {
  top: 70%;
  line-height: 27px;
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/*------------------------
--    4. Hero Unit      --
------------------------*/

.hero-unit {
	background-color: #EEE;
    /* background-image:url('../img/ptrn/light.png'); */
}

.hero-unit h1 {
font-size: 40px;
margin-bottom: 10px;
}

/*------------------------
--    5. Content        --
------------------------*/

.row{
	padding:0 10px;
}

.background-span h1,
.background-span h2,
.background-span h3,
.background-span h4,
.background-span h5,
.background-span h6{
	margin:0;
	border:0;
	-webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.background-span h1,
.background-span h2,
.background-span h3,
.background-span h4,
.background-span h5,
.background-span h6,
.background-span address,
.background-span p{
	width: 94%;
	padding: 3%;
	background-image:url('../img/ptrn/light.png');
}


/*------------------------
--    5. Footer         --
------------------------*/

footer {
	background-color: #4F2170;
	padding: 20px 0;
  color: #FFF;
}

footer h4 {
	color:#FFF;
}

footer address{
  color: #FFF;
}

footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  color: orange;
  text-decoration: underline;
}
.icon_margin_span3 {
	margin: 0 14px 0 0;
}

footer ul{
	list-style: square;
}

.footer_icon img{
	width:44px;
	height:44px;
}

/*------------------------
--    6. Columns        --
------------------------*/

.column-text h5,
.column-text p {
	padding:5px;
}
</pre></body></html>